:root{--default-medium: var(--slate-900);--secondary-gray: #607B96;--secondary-dark-gray: #293e55;--secondary-cyan: #3c9d93;--secondary-deep-blue: #4d5bce;--secondary-white: #ffffff;--secondary-light-gray: #c6c6c6;--transparent-white: rgba(255, 255, 255, .5);--accent-orange: #ff9f56;--accent-orange-light: #ffac6b;--accent-turquoise: #43d9ad;--accent-pink: #e99287;--accent-purple: #c98bdf;--accent-blue: rgb(133 165 196 / var(--tw-text-opacity));--tw-text-opacity: 1;--lines: var(--slate-750);--bright-lines: #85A5C4;--bluer-lines: #799ffb;--gradient-color-1: #4d5bce;--gradient-color-2: #43d9ad;--gradient-color-3: #e99287;font-family:Hack,monospace;font-size:12px;color:var(--secondary-white);--button-background: #1c2b3a;--slate-50: #f6f9ff;--slate-100: #ecf1fb;--slate-200: #d7ddee;--slate-300: #b3bfd9;--slate-400: #8f9ebe;--slate-500: #6d7f9f;--slate-600: #4e607e;--slate-700: #344663;--slate-750: #293b53;--slate-800: #1a293d;--slate-900: #111a2b;--slate-925: #031225;--slate-950: #0a101e;--orange-50: #fff8f3;--orange-100: #ffeede;--orange-200: #ffd6b6;--orange-300: #ffb78c;--orange-400: #ff9a62;--orange-500: #ff7b35;--orange-600: #db591a;--orange-700: #b8430e;--orange-800: #942f07;--orange-900: #701f03;--orange-950: #501101;--teal-50: #e8fcfa;--teal-100: #ccf9f5;--teal-200: #99f1ec;--teal-300: #5ff2e8;--teal-400: #3be0d3;--teal-500: #17c2b3;--teal-600: #089e91;--teal-700: #087c74;--teal-800: #075d57;--teal-900: #043d3a;--teal-950: #022e2a;--teal-700-transparent: #087c7453;--teal-800-transparent: #075d5753;--indigo-50: #f5f7ff;--indigo-100: #e6e9ff;--indigo-200: #cdd2ff;--indigo-300: #a9afff;--indigo-400: #878eff;--indigo-500: #6b70ff;--indigo-600: #4f54e7;--indigo-700: #383bcc;--indigo-800: #2527a3;--indigo-900: #18197a;--indigo-950: #0e0e57;--purple-50: #fcf7ff;--purple-100: #f8ebff;--purple-200: #f1d5ff;--purple-300: #e6b8ff;--purple-400: #d99bff;--purple-500: #cb7cff;--purple-600: #b555e7;--purple-700: #993cc4;--purple-800: #752a9b;--purple-900: #501a6e;--purple-950: #35124c;--rose-50: #fff5f7;--rose-100: #ffe4e8;--rose-200: #ffccd5;--rose-300: #ff9fb0;--rose-400: #ff6c89;--rose-500: #ff4163;--rose-600: #db2147;--rose-700: #b81639;--rose-800: #94102d;--rose-900: #700822;--rose-950: #500416;--gray-50: #fafafa;--gray-100: #f4f4f5;--gray-200: #e4e4e7;--gray-300: #d4d4d8;--gray-400: #a1a1aa;--gray-500: #71717a;--gray-600: #52525b;--gray-700: #3f3f46;--gray-800: #27272a;--gray-900: #18181b;--gray-950: #0f0f11;--error-50: #ffeaea;--error-100: #ffcfcf;--error-200: #ffb1b1;--error-300: #ff8b8b;--error-400: #ff5d5d;--error-500: #ff2d2d;--error-600: #db1a1a;--error-700: #b81313;--error-800: #941010;--error-900: #700808;--error-950: #500404;--success-50: #eaffea;--success-100: #c6f7c6;--success-200: #97ef97;--success-300: #63e263;--success-400: #3ad13a;--success-500: #22c122;--success-600: #199b19;--success-700: #127612;--success-800: #0d550d;--success-900: #073507;--success-950: #041d04;--info-50: #fffbea;--info-100: #fff3c6;--info-200: #ffe997;--info-300: #ffdf63;--info-400: #ffd53a;--info-500: #ffc922;--info-600: #d9a919;--info-700: #b38813;--info-800: #8c670d;--info-900: #664706;--info-950: #402f03}html{margin:0;padding:25px;min-height:100%;box-sizing:border-box;overflow:hidden;background-color:var(--slate-950)}.App{border-radius:10px;background-color:var(--slate-900);height:calc(100vh - 65px);display:flex;flex-direction:column;overflow:hidden;margin:0 auto;border:1px solid var(--lines)}.main-content{flex:1;overflow:hidden;min-height:0}.navbar{border-bottom:1px solid var(--lines);height:50px}.navbar-links{list-style-type:none;margin:0;padding:0;display:flex;justify-content:flex-start;height:50px}.navbar-links li{display:flex;align-items:center;min-width:40px;justify-content:center;height:50px}.navbar-links a{text-decoration:none;color:var(--bright-lines);font-size:16px;display:flex;align-items:center;gap:8px;padding:0 20px;height:50px}.navbar-links a:hover{color:#f0a500}.navbar-links li:hover{background-color:var(--default-medium)}.navbar-links li:not(:last-child) a{border-right:1px solid var(--lines)}.navbar-links li:first-child a{width:215px}.navbar-links li:last-child a{border-left:1px solid var(--lines)}.navbar-links li:last-child{margin-left:auto}.navbar-links .active a{font-weight:700;color:#f0a500;border-bottom:2px solid var(--accent-orange)}.snake-title{font-size:2rem;font-weight:700;margin-bottom:12px;color:#333}.snake-score{font-size:1rem;color:#666;margin-bottom:20px}.snake-board-wrapper{border-radius:12px;display:inline-block;position:relative}.snake-canvas{background-color:var(--default-medium);border-radius:8px;display:block;box-shadow:inset 0 2px 8px #000}.snake-buttons{position:absolute;bottom:10px;left:50%;display:flex;transform:translate(-50%);justify-content:center;gap:10px;margin-bottom:40px}.snake-button{padding:10px 20px;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;margin:0 5px}.snake-button.start{background-color:var(--orange-400);color:#000}.snake-button.start:hover{background-color:var(--orange-300)}.snake-button.restart{background-color:var(--orange-400);color:#000}.snake-button.restart:hover{background-color:var(--orange-300)}.highscore-input{display:flex;flex-direction:column;align-items:center;gap:10px}.highscore-input h1{color:#43d9ad;margin:10px 0}.highscore-input input{padding:8px;border:1px solid rgba(67,217,173,.5);border-radius:5px;background:#0003;color:#fff}.home-page{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;flex-grow:1;height:100%;color:var(--secondary-light-gray)}.home-page-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:32px}.home-page-header h1{font-size:72px;line-height:72px}.home-page-header span{font-size:22px;line-height:24px}.home-page-header span,.home-page-header h1{margin:0}.blue-text{display:flex;flex-direction:row;align-items:center;color:var(--gradient-color-1);font-size:40px;line-height:1}.blue-text-symbol{font-size:54px;transform:scale(1.5);margin-right:10px;color:var(--gradient-color-1);line-height:1}.blue-text h2{overflow:hidden;border-right:2px solid black;white-space:nowrap;letter-spacing:2px;animation:typing 3s steps(40) 1s 1 normal both,blink .75s steps(40) infinite normal;font-size:2.5rem;line-height:1.2}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%{border-right-color:#ffffffbf}to{border-right-color:transparent}}.game-card{background-image:linear-gradient(#237b6d,#43d9ad21);box-shadow:0 4px 20px #00000026;border-radius:16px;padding:36px 32px;text-align:center;color:var(--default-medium);display:flex;z-index:11}.screw{width:16px;height:16px;background:radial-gradient(circle at 30% 30%,var(--teal-700-transparent),var(--teal-800-transparent));border-radius:50%;border:1px solid var(--teal-900);position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--teal-900);box-shadow:0 0 2px #000,inset 0 0 1px #484848;font-family:monospace;line-height:1}.screw.top-left{top:12px;left:12px}.screw.top-right{top:12px;right:12px}.screw.bottom-left{bottom:12px;left:12px}.screw.bottom-right{bottom:12px;right:12px}.home-page-info{display:flex;flex-direction:column;justify-content:center;gap:16px;margin-bottom:32px}.home-page-comments{color:var(--bright-lines);font-size:18px;line-height:20px}.home-page-code{font-size:18px;line-height:20px}.home-page-const{color:var(--gradient-color-1)}.home-page-variable{color:var(--gradient-color-2)}.home-page-link{color:var(--gradient-color-3)}.gradient-circle{position:absolute;width:700px;height:700px;border-radius:50%;z-index:1;pointer-events:none}.css-blurry-gradient-blue{background:radial-gradient(circle at 50% 50%,#1d38ff,#4c00ff00);border-radius:0 0 50% 50%;position:fixed;right:5%;bottom:5%;filter:blur(120px);height:500px;opacity:.5;width:500px;pointer-events:none;z-index:10}.css-blurry-gradient-green{background:radial-gradient(circle at 50% 50%,#00ffb3,#4c00ff00);border-radius:0 50%;position:fixed;right:35%;top:10%;filter:blur(100px);height:300px;opacity:.5;width:300px;pointer-events:none;z-index:1}.column-two{padding-left:16px;color:#fff;font-size:14px;display:flex;flex-direction:column;gap:8px}.how-to-play-panel{right:20px;background-color:var(--teal-800);color:#fff;border-radius:12px;padding:15px;width:140px;font-family:monospace;z-index:3}.how-to-play-comments{color:var(--bright-lines);font-size:12px;display:block;margin-bottom:4px}.arrow-keys{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:24px}.arrow-row{display:flex;justify-content:center;gap:4px}.arrow-button{width:40px;height:25px;background-color:#000;color:#fff;font-size:16px;border:none;border-radius:6px;font-family:monospace;cursor:default}.arrow-button:hover{box-shadow:0 0 5px #98ffec,0 0 10px #2ef4d6,0 0 15px #00ffc351}.game-status-panel{color:#fff;border-radius:12px;width:100%;font-family:monospace;z-index:3}.leaderboard{color:#43d9ad;padding:0 0 4px;display:flex;flex-direction:column}.leaderboard h2{padding-inline:20px;margin:0 0 4px}.leaderboard table{border-collapse:collapse;width:100%;margin:0}.leaderboard th,.leaderboard td{padding:4px;text-align:left;border-bottom:1px solid rgba(67,217,173,.3)}.leaderboard th{background:#43d9ad33}.error-message{color:red;text-align:center;margin:10px 0}.about-container{background-color:var(--default-medium);color:var(--secondary-white);display:flex;flex-direction:row;align-items:flex-start;height:100%;flex:1}.button-column{display:flex;flex-direction:column;align-items:center;padding-top:15px;gap:10px;min-width:54px}.button{padding:8px;background-color:#fff0;color:var(--secondary-dark-gray);border:none;cursor:pointer;transition:background-color .1s,color .1s}.button:hover,.button.active{color:var(--secondary-gray)}.content{margin-top:60px;padding:15px;border:1px solid var(--lines);border-radius:10px}.content-column{height:100%;border-right:1px solid var(--lines);width:45vw}.code-snippet-column{height:100%;width:55vw}.contacts-dropdown{display:flex;flex-direction:column}.dropdown-button{background:none;border:none;font-size:14px;padding:12px;display:flex;align-items:center;cursor:pointer;transition:color .1s ease,background-color .1s ease;text-align:left;gap:7px;color:var(--accent-blue);font-family:Fira Code Retina,monospace}.icon-container{min-width:14px}.dropdown-content{flex-direction:column;padding:10px;border-top:1px solid var(--lines);color:var(--accent-blue);font-size:11px}.code-container{font-family:Fira Code Retina,monospace;font-size:12px;line-height:1.5;padding:10px;border-radius:5px;overflow-x:auto;display:flex;flex-direction:column;white-space:nowrap}.code-line{display:flex}.code-line-number,.comment-symbol{width:20px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;text-align:center}.code-content{display:grid;grid-template-columns:20px 20px 1fr;column-gap:8px}.code-grid-row{display:contents}.code-text{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:clip}.professional-component,.personal-component,.hobbies-component{display:flex;flex-direction:row;border-left:1px solid var(--lines);height:100%;color:var(--accent-blue)}.info-selection{display:flex;flex-direction:column;min-width:200px;border-right:1px solid var(--lines)}.professional-button,.personal-button,.hobbies-button{background:none;border:none;font-size:14px;padding:7px;display:flex;align-items:center;cursor:pointer;transition:color .1s ease,background-color .1s ease;text-align:left;gap:7px;color:var(--accent-blue);font-family:Fira Code Retina,monospace}.professional-button:hover,.professional-button.selected,.personal-button:hover,.personal-button.selected,.hobbies-button:hover,.hobbies-button.selected{color:var(--secondary-white)}.arrow-icon{min-width:14px}.resume-download{padding-left:22px}.folder-icon{transition:color .3s ease}.folder-0{color:var(--gradient-color-1)}.folder-1{color:var(--gradient-color-2)}.folder-2{color:var(--gradient-color-3)}.folder-3{color:var(--info-200)}.info-selection-title{display:flex;flex-direction:row;align-items:center;gap:10px;padding-left:10px;height:40px;border-bottom:1px solid var(--lines);color:var(--secondary-white)}.info-content{display:flex;flex-direction:column;flex-grow:1}.info-content-header{display:flex;justify-content:space-between;align-items:center;padding:10px;min-height:20px;border-right:1px solid var(--lines);width:194px}.info-content-body{padding:10px;flex-grow:1;border-top:1px solid var(--lines);display:flex;flex-direction:column}.info-selection-buttons{border-bottom:1px solid var(--lines);padding-top:5px;padding-bottom:5px}.photo-card{width:15em;height:15em;background-size:cover;background-position:center}.certification-list{display:flex;flex-wrap:wrap;gap:20px;padding:20px;height:100%;border-top:1px solid var(--lines)}.certification-link{display:block;text-decoration:none;width:15em;height:15em}.code-card{background-color:var(--slate-925);border:1px solid var(--lines);border-radius:10px;padding:16px;color:var(--secondary-white);font-family:Hack,monospace;box-shadow:0 0 10px #0000004d}.code-card-header{display:flex;justify-content:space-between;margin-bottom:10px}.code-card-profile{display:flex}.code-card-avatar{width:32px;height:32px;border-radius:50%;margin-right:10px}.code-card-userinfo{display:flex;flex-direction:column}.code-card-username{color:var(--secondary-cyan);font-weight:700;text-decoration:none}.code-card-username:hover{text-decoration:underline}.code-card-timestamp{font-size:11px;color:var(--transparent-white)}.code-card-snippet{background-color:var(--default-medium);padding:12px;border-radius:8px;overflow-x:auto;overflow-y:auto;max-height:300px;font-size:12px;line-height:1.5;margin-top:0;margin-bottom:0}.code-card-link{color:var(--accent-turquoise);text-decoration:none;font-size:12px}.code-card-link:hover{text-decoration:none}.code-card-body{display:flex;gap:16px;margin-top:16px;justify-content:space-between}.code-card-files{display:flex;flex-direction:column}.file-button{background-color:var(--default-medium);border:1px solid var(--lines);color:var(--secondary-white);padding:8px 10px;margin-bottom:8px;cursor:pointer;text-align:left;border-radius:6px;font-size:12px;font-family:Hack,monospace;transition:background-color .2s ease;width:120px;font-weight:700}.file-button.show-more-button{background-color:#f1f1f1;color:#333;font-weight:700;cursor:pointer;max-width:100px}.file-button.show-more-button:hover{background-color:#ccc}.file-button:hover{background-color:var(--slate-950)}.file-button.active{background-color:var(--accent-turquoise);color:var(--slate-950);font-weight:700}.code-card-viewer{flex:1;max-width:46vw}.code-card-placeholder{background-color:var(--default-medium);padding:12px;border-radius:8px;overflow-x:auto;overflow-y:auto;max-height:300px;font-size:12px;line-height:1.5;white-space:pre}.code-card-snippet{overflow-y:auto;overflow-x:hidden;max-width:42.5vw}.code-card-snippet::-webkit-scrollbar{width:12px;background-color:var(--slate-950);border-radius:0;border-left:1px solid var(--lines);border-top:1px solid var(--lines)}.code-card-snippet::-webkit-scrollbar-track{background:#111}.code-card-snippet::-webkit-scrollbar-thumb{background-color:#444}.code-card-repoinfo{background-color:var(--slate-950);border:1px solid var(--lines);border-radius:8px;padding:10px 15px;display:flex;flex-direction:column;gap:5px;font-family:Courier New,Courier,monospace;font-size:.9rem;color:var(--secondary-white);max-width:100%;word-break:break-word}.code-card-repoinfo span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.code-card-repo,.code-card-message,.code-card-file{padding-top:5px;font-size:.9rem;color:var(--secondary-light-gray);display:inline-block;width:100%}.code-snippet-container{background-color:var(--default-medium);padding:12px;border-radius:8px;overflow-x:auto;overflow-y:auto;max-height:500px;font-size:12px;line-height:1.5;margin-top:0;margin-bottom:0;border-left:1px solid var(--lines);border-top:1px solid var(--lines);border-bottom:1px solid var(--lines)}.code-snippet-container::-webkit-scrollbar{width:12px;background-color:var(--slate-950);border-top-right-radius:8px;border-bottom-right-radius:8px}.code-snippet-container::-webkit-scrollbar-track{background:var(--slate-950);border:1px solid var(--lines);border-top-right-radius:8px;border-bottom-right-radius:8px}.code-snippet-container::-webkit-scrollbar-thumb{background-color:#444;border-top-right-radius:8px;border-bottom-right-radius:8px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.code-snippet-line{display:flex;align-items:flex-start;width:100%;font-family:monospace;line-height:1.5}.code-line-number{width:3ch;min-width:3ch;text-align:right;padding-right:1ch;color:var(--bright-lines);-webkit-user-select:none;user-select:none;flex-shrink:0}.code-line-content{white-space:pre-wrap;word-break:break-word;color:var(--bright-lines)}.code-showcase-header{display:flex;flex-direction:row;align-items:center;gap:10px;padding-left:10px;height:40px;border-bottom:1px solid var(--lines);color:var(--secondary-gray)}.code-showcase-container{display:flex;flex-direction:column;height:100%}.code-showcase{width:55vw;flex-grow:1;overflow-y:auto;padding:20px 10px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;overflow-x:hidden}.code-showcase h2{margin-bottom:1rem;color:var(--secondary-white)}.grid{padding-top:10px;display:flex;flex-direction:column}.code-showcase::-webkit-scrollbar{width:12px;background-color:var(--slate-950);border-radius:0;border-left:1px solid var(--lines);border-top:1px solid var(--lines)}.code-showcase::-webkit-scrollbar-thumb{background-color:var(--secondary-gray);border-radius:0;background-color:#444}.code-block{background-color:var(--slate-950);max-height:500px;overflow-x:auto;overflow-y:auto;flex:1}.contact-Page{display:flex;height:100%;overflow:hidden}.contacts-section-Header{width:255px;flex-shrink:0;height:100%;overflow-y:auto;border-right:1px solid var(--lines)}.contact-main-page{flex:1;display:flex;flex-direction:column;height:100%;min-height:0}.contact-header{height:40px;flex-shrink:0;display:flex;align-items:center;padding:0 10px;border-bottom:1px solid var(--lines)}.contact-header-title{border-right:1px solid var(--lines);padding-right:10px;height:100%;display:flex;align-items:center;justify-content:space-between;color:var(--bright-lines);width:140px}.contact-body-content{flex:1;display:flex;min-height:0;overflow:hidden}.contact-Form{flex:1;overflow-y:auto;padding:10px;min-height:0;display:flex;justify-content:center;align-items:center;width:30vw}.form{display:flex;flex-direction:column;gap:1rem;width:100%;width:400px}.input,.textArea{background-color:var(--slate-950);border:1px solid var(--slate-800);color:var(--slate-100);padding:.75rem;border-radius:.375rem;font-size:1rem;resize:none}.input:focus,.textArea:focus{outline:2px solid var(--orange-500);border-color:var(--orange-500);background-color:var(--slate-925)}.textArea{min-height:120px}.form-button{background-color:var(--orange-500);color:var(--slate-50);padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.form-button:hover{background-color:var(--orange-600)}.status{font-size:.875rem;color:var(--success-400)}.code-snippet-scroll-container{flex:1;overflow-y:auto;padding:10px;border-left:1px solid var(--lines);min-height:0}.code-snippet-scroll-container::-webkit-scrollbar{width:12px;background-color:var(--slate-950)}.code-snippet-scroll-container::-webkit-scrollbar-track{background:var(--slate-950);border-left:1px solid var(--lines)}.code-snippet-scroll-container::-webkit-scrollbar-thumb{background-color:#444}.project-card-container{max-width:700px;margin:0 auto 48px;font-family:sans-serif}.project-card-header{font-size:14px;margin-bottom:12px;color:var(--bright-lines);display:flex;align-items:center}.project-card-header h3{color:var(--bluer-lines)}.divider{color:#888;margin:0 6px}.project-card{border:1px solid var(--lines);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.project-card-image{height:200px;position:relative;overflow:hidden}.project-card-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:inherit;background-size:cover;background-position:center;transform:scale(1.05);z-index:0}.project-card-image>*{position:relative;z-index:1}.tag-icons{position:absolute;top:8px;right:8px;display:flex;gap:6px}.tag-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center}.tag-icon img{width:14px;height:14px}.project-card-content{padding:16px;background-color:var( --default-medium);border-top:1px solid var(--lines)}.description{color:var(--bright-lines);font-size:15px;margin-bottom:16px}.project-link{display:inline-block;padding:8px 16px;background-color:var(--button-background);color:#fff;text-decoration:none;border-radius:6px;transition:background-color .2s ease}.project-link:hover{background-color:var(--accent-turquoise);color:#000}.projects-section{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.projects-header{height:40px;flex-shrink:0;display:flex;align-items:center;border-bottom:1px solid var(--lines);color:var(--bright-lines)}.projects-header-text{display:flex;justify-content:space-between;align-items:center;padding:10px;min-height:20px;border-right:1px solid var(--lines);width:140px}.project-grid{flex:1;overflow-y:auto;padding:20px;display:flex;flex-wrap:wrap;gap:20px;min-height:0}.project-grid::-webkit-scrollbar{width:12px;background-color:var(--slate-950);border-radius:0;border-left:1px solid var(--lines);border-top:1px solid var(--lines)}.project-grid::-webkit-scrollbar-thumb{background-color:var(--secondary-gray);border-radius:0;background-color:#444}.filter-container{padding:20px;margin:0 auto;max-width:700px;font-family:sans-serif;color:var(--bright-lines)}.filter-title{font-size:16px;margin-bottom:12px;color:var(--bluer-lines)}.filter-tags{display:flex;flex-wrap:wrap;gap:10px}.filter-tag{background-color:transparent;border:1px solid var(--lines);color:var(--bright-lines);padding:6px 12px;border-radius:12px;cursor:pointer;transition:background-color .2s ease}.filter-tag:hover{background-color:var(--hover-color, #444)}.filter-tag.active{background-color:var(--button-background);color:#fff;border-color:var(--button-background)}.project-filter-column{width:255px;flex-shrink:0;height:100%;overflow-y:auto;border-right:1px solid var(--lines)}.project-filter-header{height:40px;flex-shrink:0;font-size:14px;display:flex;padding:0 10px;color:var(--accent-blue);border-bottom:1px solid var(--lines);font-family:Fira Code Retina,monospace;gap:7px;text-align:left;align-items:center}.project-filters{display:flex;flex-direction:column;gap:10px;padding:20px;overflow-y:auto}.project-page{display:flex;flex-direction:row;height:100%}.footer{border-top:1px solid var(--lines);display:flex;align-items:center;height:50px;z-index:11}.footer span{padding:0 20px;color:var(--bright-lines);font-size:16px}.footer-links{list-style-type:none;margin:0;padding:0;display:flex;justify-content:space-between;flex-grow:1;height:50px}.footer-links li{display:flex;align-items:center;min-width:40px;justify-content:center;height:50px}.footer-links a{text-decoration:none;color:var(--secondary-gray);font-size:16px;display:flex;align-items:center;gap:8px;padding:0 20px;height:50px}.footer-links a:hover{color:#f0a500}.footer-links li:hover{background-color:var(--default-medium)}.footer-links li:not(:last-child){border-right:1px solid var(--lines);border-left:1px solid var(--lines)}.footer-links li:last-child a{border-left:1px solid var(--lines)}
