*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#000;--text:#fff;--muted:#666;--border:#222;--surface:#0d0d0d}body,html{height:100%;background:var(--bg);color:var(--text);font-family:Courier New,Courier,monospace;overflow:hidden}.container{position:relative;height:100svh;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 80px;gap:0}@supports (height:100svh){.container{height:100svh}}.title{font-size:clamp(22px,4vw,36px);font-weight:700;letter-spacing:.05em}.subtitle,.title{text-align:center}.subtitle{margin-top:8px;font-size:clamp(12px,1.5vw,13px);color:var(--muted);letter-spacing:.15em;text-transform:uppercase}.tabs{flex-wrap:wrap;justify-content:center;gap:0;margin-top:40px;border-bottom:1px solid var(--border);width:min(560px,90vw)}.tab,.tabs{display:flex}.tab{background:none;border:none;border-bottom:1px solid transparent;margin-bottom:-1px;min-height:44px;padding:0 16px;align-items:center;font-family:inherit;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.tab-active,.tab:hover{color:var(--text)}.tab-active{border-bottom-color:var(--text)}.content{width:min(560px,90vw);margin-top:32px;max-height:calc(100svh - 320px);max-height:calc(100vh - 320px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}@supports (height:100svh){.content{max-height:calc(100svh - 320px)}}.content::-webkit-scrollbar{width:4px}.content::-webkit-scrollbar-thumb{background:var(--border)}.about-bio{font-size:12px;line-height:1.9;color:var(--muted);margin-bottom:20px}.about-tagline{font-size:13px;color:var(--text);letter-spacing:.05em;margin-bottom:28px}.links{display:flex;gap:24px;flex-wrap:wrap}.link{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);padding-bottom:2px;min-height:44px;display:flex;align-items:center;transition:border-color .15s;-webkit-tap-highlight-color:transparent}.link:hover{border-color:var(--text)}.resume-summary{font-size:12px;line-height:1.9;color:var(--muted);margin-bottom:28px}.repos{display:flex;flex-direction:column;gap:1px;border:1px solid var(--border)}.repo{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:10px 16px;background:var(--bg);text-decoration:none;transition:background .15s;-webkit-tap-highlight-color:transparent}.repo:hover{background:var(--surface)}.repo-info{display:flex;flex-direction:column;gap:4px;overflow:hidden}.repo-name{font-size:12px;color:var(--text)}.repo-desc,.repo-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.repo-desc,.repo-lang{font-size:10px;color:var(--muted)}.repo-lang{letter-spacing:.1em;flex-shrink:0}.games-block{display:flex;flex-direction:column;gap:12px}.games-status{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.games-title{font-size:clamp(16px,3vw,22px);line-height:1.4;color:#c20;text-shadow:0 0 20px rgba(180,0,0,.5);animation:flicker 4s infinite}@keyframes flicker{0%,94%,96%,98%,to{opacity:1}95%,97%{opacity:.7}}.books-block{display:flex;flex-direction:column;gap:12px}.books-status{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.books-title{font-size:clamp(16px,3vw,22px);line-height:1.4;color:var(--text)}.books-detail{font-size:11px;color:var(--muted);letter-spacing:.1em;margin-top:4px}.philosophy-block{cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:8px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.philosophy-text{font-size:clamp(13px,2vw,15px);line-height:1.8;color:var(--text)}.philosophy-author{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.philosophy-hint{font-size:10px;color:var(--border);letter-spacing:.2em;text-transform:uppercase;transition:color .15s}.philosophy-block:hover .philosophy-hint{color:var(--muted)}.flag-switcher{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);flex-direction:column;gap:8px}.flag-btn,.flag-switcher{display:flex;align-items:center}.flag-btn{background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;justify-content:center;font-size:22px;opacity:.55;transition:opacity .15s,transform .15s;-webkit-tap-highlight-color:transparent}.flag-btn:hover{opacity:1;transform:scale(1.1)}.flag-menu{display:flex;gap:4px;background:var(--surface);border:1px solid var(--border);padding:4px}.flag-option{background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:22px;opacity:.4;transition:opacity .15s,transform .15s;-webkit-tap-highlight-color:transparent}.flag-option:hover{opacity:1;transform:scale(1.1)}.flag-current{opacity:1}@media (max-width:480px){.container{justify-content:flex-start;padding:max(40px,env(safe-area-inset-top)) 16px 72px}.tabs{margin-top:28px}.tab{padding:0 10px;font-size:10px;letter-spacing:.1em}.content{margin-top:24px;max-height:calc(100svh - 280px);max-height:calc(100vh - 280px)}@supports (height:100svh){.content{max-height:calc(100svh - 280px)}}.about-bio,.resume-summary{font-size:13px}.philosophy-text{font-size:14px}}