@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap");html{--ui-accent-color: #7aa2f7;--highlight-color: rgba(224, 175, 104, 0.35);--link-color: #7aa2f7;--link-missing-color: #f7768e;--meta-color: #e0af68;--meta-subtle-color: #565f89;--subtle-color: #565f89;--subtle-background-color: rgba(36, 40, 59, 0.4);--root-background-color: #1a1b26;--root-color: #c0caf5;--top-color: #c0caf5;--top-background-color: #1a1b26;--top-border-color: #24283b;--top-sync-error-color: var(--top-color);--top-sync-error-background-color: #f7768e;--top-saved-color: #9ece6a;--top-unsaved-color: #565f89;--top-loading-color: #565f89;--panel-background-color: #24283b;--panel-border-color: #24283b;--bhs-background-color: #24283b;--bhs-border-color: #565f89;--modal-color: #c0caf5;--modal-background-color: #1a1b26;--modal-border-color: #24283b;--modal-header-label-color: var(--ui-accent-color);--modal-help-background-color: #181926;--modal-help-color: #565f89;--modal-selected-option-background-color: var(--ui-accent-color);--modal-selected-option-color: #1a1b26;--modal-hint-background-color: #24283b;--modal-hint-color: #c0caf5;--modal-description-color: #565f89;--notifications-background-color: #181926;--notifications-border-color: #24283b;--notification-info-background-color: #7dcfff;--notification-error-background-color: #f7768e;--action-button-background-color: transparent;--action-button-color: #565f89;--action-button-hover-color: #7aa2f7;--action-button-active-color: #bb9af7;--editor-caret-color: #c0caf5;--editor-selection-background-color: rgba(122, 162, 247, 0.25);--editor-panels-bottom-color: #9ece6a;--editor-panels-bottom-background-color: #1a1b26;--editor-panels-bottom-border-color: #24283b;--editor-completion-detail-color: #565f89;--editor-completion-detail-selected-color: #c0caf5;--editor-list-bullet-color: #565f89;--editor-heading-color: #bb9af7;--editor-heading-meta-color: var(--meta-subtle-color);--editor-hashtag-background-color: rgba(122, 162, 247, 0.2);--editor-hashtag-color: #c0caf5;--editor-hashtag-border-color: rgba(122, 162, 247, 0.4);--editor-ruler-color: #24283b;--editor-naked-url-color: var(--link-color);--editor-link-color: var(--link-color);--editor-link-url-color: var(--link-color);--editor-link-meta-color: var(--meta-subtle-color);--editor-wiki-link-page-background-color: rgba(122, 162, 247, 0.08);--editor-wiki-link-page-color: var(--link-color);--editor-wiki-link-page-missing-color: var(--link-missing-color);--editor-wiki-link-color: #bb9af7;--editor-named-anchor-color: var(--meta-subtle-color);--editor-command-button-color: #c0caf5;--editor-command-button-background-color: #24283b;--editor-command-button-hover-background-color: #565f89;--editor-command-button-meta-color: var(--meta-subtle-color);--editor-command-button-border-color: #565f89;--editor-line-meta-color: var(--meta-subtle-color);--editor-meta-color: var(--meta-color);--editor-table-head-background-color: rgba(36, 40, 59, 0.5);--editor-table-head-color: #c0caf5;--editor-table-even-background-color: rgba(36, 40, 59, 0.3);--editor-blockquote-background-color: var(--subtle-background-color);--editor-blockquote-color: var(--subtle-color);--editor-blockquote-border-color: #565f89;--editor-code-background-color: var(--subtle-background-color);--editor-struct-color: #f7768e;--editor-highlight-background-color: var(--highlight-color);--editor-code-comment-color: var(--meta-subtle-color);--editor-code-variable-color: #7aa2f7;--editor-code-typename-color: #9ece6a;--editor-code-string-color: #bb9af7;--editor-code-number-color: #bb9af7;--editor-code-info-color: var(--subtle-color);--editor-code-atom-color: #7dcfff;--editor-admonition-note-border-color: #7dcfff;--editor-admonition-note-background-color: rgba(125, 207, 255, 0.2);--editor-admonition-warning-border-color: #e0af68;--editor-admonition-warning-background-color: rgba(224, 175, 104, 0.2);--editor-frontmatter-background-color: rgba(36, 40, 59, 0.5);--editor-frontmatter-color: var(--subtle-color);--editor-frontmatter-marker-color: #c0caf5;--editor-widget-background-color: rgba(36, 40, 59, 0.5);--editor-task-marker-color: var(--subtle-color);--action-button-color: #9d7cd8;--treeview-folder-color: var(--action-button-color);--notification-info-background-color: var(--action-button-color)}body{margin:0;padding:0;font-family:"Jetbrains Mono",monospace;background-color:var(--root-background-color);color:var(--root-color);line-height:1;-webkit-font-smoothing:antialiased}input,button,textarea,select{font-family:inherit}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem .8rem;background-color:var(--subtle-background-color);border-bottom:1px solid var(--bhs-border-color)}.brand{display:flex;align-items:center;gap:1rem;font-weight:bold;font-size:1.5rem;letter-spacing:.01rem;text-decoration:none;color:#00ff41;padding-left:0rem}.brand:hover .nav-logo{filter:drop-shadow(0 0 8px #7dcfff);transition:filter .3s ease}.menu-container{position:relative;display:inline-block}.menu-btn{background:none;border:1px solid var(--bhs-border-color);color:var(--ui-accent-color);font-family:inherit;font-size:1rem;cursor:pointer;transition:.5s;min-width:100px}.dropdown-content{display:none;position:absolute;right:0;top:calc(100% + 10px);background-color:var(--panel-background-color);border:1px solid var(--bhs-border-color);min-width:180px;z-index:100}.dropdown-content.active{display:block}.dropdown-content a{display:flex;align-items:center;padding:12px 16px;color:var(--root-color);text-decoration:none;font-size:.9rem;transition:all .2s ease;font-size:1rem}.dropdown-content a i{color:var(--ui-accent-color);text-align:center;font-size:.85rem}.dropdown-content a:hover{background-color:var(--subtle-background-color);color:#00ff41}.dropdown-content a:hover i{color:#00ff41}.projects-container{max-width:900px;margin:2rem auto;padding:0 1rem;display:flex;flex-direction:column;gap:1.5rem}.project-card{transition:all .5s cubic-bezier(.25, .8, .25, 1);display:flex;background-color:var(--panel-background-color);border:.1rem solid var(--bhs-border-color);text-decoration:none;color:inherit;transition:transform .2s,border-color .2s;overflow:hidden;border-radius:.8rem}.project-card:hover{border-color:#00ff41;transform:translateX(5px)}.project-image{width:250px;min-width:250px;background-color:#000;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:cover}.project-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;position:relative}.project-info h2{margin-top:0;color:var(--ui-accent-color)}.project-info p{line-height:1.4rem;font-size:.9rem;flex-grow:1}.project-info .read-more{align-self:flex-end;color:#00ff41;font-size:.8rem}.hero{text-align:center;padding:4rem 1rem;border-bottom:1px solid var(--top-border-color);background:linear-gradient(to bottom, rgba(122,162,247,.05), rgba(0,0,0,0))}.terminal-title{font-size:2.5rem;color:#00ff41;text-shadow:0 0 10px rgba(0,255,65,.5);font-weight:700}.status-online{color:#9ece6a;animation:blink 1.5s infinite}@keyframes blink{50%{opacity:0}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2rem;max-width:1000px;margin:3rem auto;padding:0 1rem;align-items:start}.panel{background:var(--panel-background-color);border:1px solid var(--bhs-border-color);border-radius:4px;overflow:hidden;align-self:start}.panel .panel-header{background:var(--subtle-background-color);padding:.5rem 1rem;font-size:.7rem;color:var(--ui-accent-color);border-bottom:1px solid var(--bhs-border-color);letter-spacing:2px}.panel .panel-body{padding:1.5rem;font-size:.9rem;line-height:1.6}.stack-list span{display:inline-block;background:rgba(122,162,247,.1);color:var(--ui-accent-color);padding:2px 8px;margin:4px;border-radius:2px;font-size:.8rem}.progress-bar{height:4px;background:#1a1b26;margin-top:10px}.progress-bar .progress-fill{height:100%;background:#00ff41;box-shadow:0 0 10px #00ff41}.social-list{display:flex;flex-direction:column;gap:1rem}.social-item{display:flex;align-items:center;gap:1rem;text-decoration:none;padding:.5rem;border-radius:4px;transition:background .2s ease}.social-item:hover{background:var(--subtle-background-color)}.social-item:hover .social-icon{color:#00ff41}.social-item:hover .label{color:#00ff41}.social-icon{font-size:1.5rem;color:var(--ui-accent-color);min-width:30px;text-align:center}.social-text{display:flex;flex-direction:column}.social-text .label{font-weight:bold;font-size:.8rem;color:var(--root-color);letter-spacing:1px}.social-text .desc{font-size:.7rem;color:var(--meta-subtle-color)}.notes-container{max-width:800px;margin:3rem auto;padding:0 1rem}.notes-list{margin-top:2rem;display:flex;flex-direction:column}.note-entry{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1rem;text-decoration:none;color:var(--root-color);border-bottom:1px solid var(--top-border-color);transition:all .2s ease}.note-entry:hover{background:var(--subtle-background-color);color:#00ff41;padding-left:1.5rem;}.note-entry .note-date{color:var(--meta-subtle-color);font-size:.8rem}.note-entry .note-title{font-weight:bold}.note-entry .note-preview{color:var(--subtle-color);font-size:.8rem;font-style:italic}.search-container{position:relative;margin:0 1rem}.search-container #search-input{background:rgba(0,0,0,0);border:1px solid var(--bhs-border-color);color:var(--ui-accent-color);padding:5px 15px;font-family:inherit;outline:none;transition:border-color .3s}.search-container #search-input:focus{border-color:#00ff41}.search-container #search-results{width:100%;max-height:300px;overflow-y:auto}.dropdown-content a.selected-result{background-color:var(--subtle-background-color);color:#00ff41;border-left:3px solid #00ff41;outline:none}.dropdown-content a.selected-result i{color:#00ff41}.nav-logo{height:35px;width:auto;display:block;object-fit:fill}