@import "https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";.cyan{color:#4ec9b0}.blue{color:#569cd6}.yellow{color:#dcdcaa}.green{color:#6a9955}.purple{color:#c586c0}.orange{color:#ce9178}.muted{color:gray}.bold{font-weight:600}.italic{font-style:italic}.small{font-size:.85rem}.large{color:#e8e8e8;font-size:1.3rem}.right{margin-left:auto}.window{background:#1e1e1e;flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.titlebar{background:#323233;border-bottom:1px solid #3e3e42;align-items:center;height:36px;padding:0 12px;display:flex}.dots{gap:8px;margin-right:16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ff5f57}.dot.yellow-dot{background:#febc2e}.dot.green-dot{background:#28c840}.titlebar-text{text-align:center;color:gray;flex:1;font-size:.85rem}.tabs{background:#2d2d2d;border-bottom:1px solid #3e3e42;flex-shrink:0;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{height:0}.tab{color:gray;cursor:pointer;white-space:nowrap;background:#2d2d2d;border:none;border-right:1px solid #3e3e42;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:.8rem;transition:all .15s;display:flex;position:relative}.tab:hover{color:#d4d4d4;background:#2a2d2e}.tab.active{color:#e8e8e8;background:#1e1e1e}.tab.active:after{content:"";background:#007acc;height:2px;position:absolute;top:0;left:0;right:0}.tab-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.layout{flex:1;display:flex;overflow:hidden}.sidebar{background:#252526;border-right:1px solid #3e3e42;flex-shrink:0;width:200px;overflow-y:auto}.sidebar-title{letter-spacing:1.2px;color:gray;padding:12px 16px 8px;font-size:.7rem;font-weight:600}.sidebar-item{color:gray;cursor:pointer;align-items:center;gap:6px;padding:4px 16px 4px 24px;font-size:.82rem;transition:all .15s;display:flex}.sidebar-item:hover{color:#d4d4d4;background:#2a2d2e}.sidebar-item.active{color:#e8e8e8;background:#ffffff0d}.editor{flex:1;display:flex;overflow-y:auto}.lines{text-align:right;color:gray;opacity:.5;-webkit-user-select:none;user-select:none;flex-shrink:0;width:48px;padding:16px 8px 16px 0;font-size:.8rem;line-height:1.6}.content{flex:1;padding:16px 24px 40px 8px}.section-enter{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ascii{color:#c586c0;margin-bottom:16px;font-size:.55rem;line-height:1.15;overflow-x:auto}.welcome-text p{margin-bottom:8px}.blink{animation:1s step-start infinite blink}@keyframes blink{50%{opacity:0}}.fade-in{opacity:0;animation:.5s forwards fadeUp}.d1{animation-delay:.3s}.d2{animation-delay:.6s}.d3{animation-delay:.9s}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.prompt{margin-bottom:8px}.heading{color:#569cd6;margin-bottom:20px;font-size:1.2rem;font-weight:600}.divider{color:gray;opacity:.4;margin:24px 0}.card{background:#2d2d2d;border:1px solid #3e3e42;margin-bottom:16px;padding:16px 20px;transition:border-color .2s}.accent-left{border-left:3px solid #4ec9b0}.card:hover{border-left-color:#569cd6}.card-header{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.bullet-list{padding:0;list-style:none}.bullet-list li{margin-bottom:6px;padding-left:20px;font-size:.85rem;position:relative}.bullet-list li:before{content:">";color:#4ec9b0;font-weight:700;position:absolute;left:4px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{background:#2d2d2d;border:1px solid #3e3e42;flex-direction:column;padding:20px;transition:all .25s;display:flex}.project-card:hover{border-color:#569cd6;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.project-top{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.project-top h3{color:#e8e8e8;font-size:1rem}.tag{color:#569cd6;white-space:nowrap;background:#569cd626;border:1px solid #569cd64d;border-radius:3px;flex-shrink:0;padding:3px 10px;font-size:.65rem}.project-card>.muted{margin-bottom:14px;line-height:1.5}.project-links{gap:16px;margin-top:auto;padding-top:12px;font-size:.8rem;display:flex}.project-links a{color:#4ec9b0}.project-links a:hover{color:#e8e8e8}.skill-group{margin-bottom:24px}.skill-group h3{margin-bottom:12px;font-size:.95rem}.tags{flex-wrap:wrap;gap:8px;display:flex}.tag-pill{cursor:default;background:#2d2d2d;border:1px solid #3e3e42;padding:6px 14px;font-family:inherit;font-size:.8rem;transition:all .2s}.tag-pill:hover{transform:translateY(-1px)}.tag-pill.lang{color:#569cd6;border-color:#569cd666}.tag-pill.lang:hover{background:#569cd61a}.tag-pill.engine{color:#4ec9b0;border-color:#4ec9b066}.tag-pill.engine:hover{background:#4ec9b01a}.tag-pill.tool{color:#ce9178;border-color:#ce917866}.tag-pill.tool:hover{background:#ce91781a}.tag-pill.concept{color:#c586c0;border-color:#c586c066}.tag-pill.concept:hover{background:#c586c01a}.edu-card{background:#2d2d2d;border:1px solid #3e3e42;align-items:center;gap:24px;margin-bottom:16px;padding:24px;transition:border-color .2s;display:flex}.edu-card:hover{border-color:#569cd6}.edu-logo{object-fit:contain;flex-shrink:0;width:80px;height:80px}.edu-card h3{color:#e8e8e8;margin-bottom:4px}.edu-card p{margin-bottom:2px}.contact-list p{margin-bottom:12px;font-size:.95rem}.contact-label{min-width:100px;display:inline-block}.statusbar{color:#fff;background:#007acc;flex-shrink:0;align-items:center;gap:16px;height:24px;padding:0 12px;font-size:.72rem;display:flex}@media (width<=768px){.sidebar,.lines{display:none}.content{padding:12px 16px 32px 12px}.projects-grid{grid-template-columns:1fr}.project-top{flex-wrap:wrap}.ascii{font-size:.38rem}.card-header{flex-direction:column;gap:2px}.card-header .right{margin-left:0}.edu-card{text-align:center;flex-direction:column}.tab{padding:8px 10px;font-size:.72rem}}@media (width<=480px){.tab{padding:8px 6px;font-size:.68rem}.large{font-size:1.1rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#1e1e1e;--bg-sidebar:#252526;--bg-titlebar:#323233;--bg-tab:#2d2d2d;--bg-tab-active:#1e1e1e;--bg-statusbar:#007acc;--bg-card:#2d2d2d;--bg-hover:#2a2d2e;--border:#3e3e42;--text:#d4d4d4;--text-muted:gray;--text-bright:#e8e8e8;--blue:#569cd6;--light-blue:#9cdcfe;--green:#6a9955;--yellow:#dcdcaa;--orange:#ce9178;--purple:#c586c0;--cyan:#4ec9b0;--red:#f44747;--font:"Fira Code", "Cascadia Code", "JetBrains Mono", "Consolas", monospace}html{scroll-behavior:smooth;font-size:17px}html,body,#root{height:100%}body{font-family:var(--font);color:var(--text);background:#1e1e1e;line-height:1.6;overflow:hidden}a{color:var(--blue);text-decoration:none;transition:color .2s}a:hover{color:var(--light-blue);text-decoration:underline}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#79797966}::-webkit-scrollbar-thumb:hover{background:#797979b3}
