:root{--bg:#0a0a0a;--text:#e8e8e8;--muted:#7a7a7a;--line:#1f1f1f;--green:#2ea043;--green-bright:#3fb950;--font-display:"Clash Display", "Arial Black", sans-serif;--font-mono:"JetBrains Mono", monospace;--font-term:"Ubuntu Mono", "JetBrains Mono", monospace;--statusbar-h:30px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6;overflow-x:hidden}::selection{background:var(--green);color:#0a0a0a}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#222}::-webkit-scrollbar-thumb:hover{background:#333}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}.mono{font-family:var(--font-mono)}.green{color:var(--green-bright)}.dim{color:var(--muted)}.container{width:min(1200px,100% - 3rem);margin-inline:auto}.terminal{z-index:100;font-family:var(--font-term);color:#d8d8d8;cursor:text;background:#000;font-size:15px;line-height:1.4;transition:opacity .22s;position:fixed;inset:0;overflow:hidden}.terminal-fade{opacity:0}.terminal-screen{padding:12px 14px}.t-line{white-space:pre-wrap;min-height:1.4em}.t-prompt .t-user{color:#8ae234;font-weight:700}.t-prompt .t-path{color:#729fcf;font-weight:700}.t-typed{white-space:nowrap;vertical-align:bottom;width:0;animation-name:t-type;animation-fill-mode:forwards;display:inline-block;overflow:hidden}@keyframes t-type{0%{width:0}to{width:var(--w)}}.t-motd{color:#d8d8d8;white-space:pre;font-family:inherit;overflow-x:hidden}@media (width<=640px){.terminal{font-size:11px}}.t-ok{color:#8ae234}.t-cursor{vertical-align:text-bottom;background:#d8d8d8;width:.6em;height:1.15em;animation:1.06s step-end infinite t-blink;display:inline-block}@keyframes t-blink{0%,to{opacity:1}50%{opacity:0}}.terminal-skip{font-family:var(--font-term);color:#444;font-size:13px;position:absolute;bottom:10px;right:14px}.nav{z-index:50;background:linear-gradient(#0a0a0aeb,#0a0a0abf 70%,#0000);justify-content:space-between;align-items:center;gap:1.5rem;padding:1.1rem clamp(1.25rem,4vw,2.5rem);font-size:.8rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--text);font-weight:500}.nav-links{gap:1.6rem;display:flex}.nav-links a{color:var(--muted);transition:color .15s}.nav-links a:hover{color:var(--green-bright)}.nav-lang{color:var(--muted);transition:color .15s}.nav-lang:hover{color:var(--green-bright)}@media (width<=820px){.nav-links{display:none}.nav{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0aeb;padding-block:.85rem}}.hero{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.scene-root{z-index:0;pointer-events:none;position:fixed;inset:0}@media (pointer:fine){.has-custom-cursor,.has-custom-cursor *{cursor:none!important}}.cursor{z-index:200;pointer-events:none;will-change:transform;transition:opacity .15s;position:fixed;top:0;left:0}.cursor-block{background:var(--green-bright);opacity:.9;outline:1px solid #0000;width:9px;height:17px;transition:width .15s,height .15s,background .15s,outline-color .15s;display:block;transform:translate(-1px,-2px)}.cursor-on-link .cursor-block{outline-color:var(--green-bright);background:0 0;width:12px;height:20px}.cursor-idle .cursor-block{animation:1.06s step-end infinite t-blink}.cursor-hidden{opacity:0}.site main,.site .footer{z-index:1;position:relative}.hero-visual{z-index:0;pointer-events:none;width:min(46vw,660px);height:min(82vh,660px);position:absolute;top:50%;right:clamp(0px,4vw,6rem);transform:translateY(-50%)}.hero-inner{z-index:1;padding-top:3rem;position:relative}.hero-meta{color:var(--muted);letter-spacing:.04em;margin-bottom:2rem;font-size:.75rem}.hero-title{font-family:var(--font-display);letter-spacing:-.01em;font-size:clamp(2.3rem,5vw,3.8rem);font-weight:600;line-height:1.05}.hero-role{color:var(--text);margin-top:1rem;font-size:clamp(.85rem,1.8vw,1rem)}.hero-sub{max-width:46ch;color:var(--muted);margin-top:1.4rem;font-size:.92rem}.hero-role .t-cursor{background:var(--green-bright);margin-left:2px}.hero-cta{flex-wrap:wrap;gap:1.2rem;margin-top:2.6rem;display:flex}.hero-bottom{bottom:calc(var(--statusbar-h) + 1.2rem);color:var(--muted);letter-spacing:.05em;z-index:1;justify-content:space-between;padding-inline:clamp(1.25rem,4vw,2.5rem);font-size:.72rem;display:flex;position:absolute;left:0;right:0}@media (width<=900px){.hero{padding-top:4.5rem;padding-bottom:calc(var(--statusbar-h) + 2.6rem);flex-direction:column;justify-content:center}.hero-inner{order:1;padding-top:0}.hero-visual{aspect-ratio:1;opacity:1;order:2;width:min(78vw,340px);height:auto;margin:1.2rem auto 0;position:relative;top:auto;right:auto;transform:none}.hero-meta{margin-bottom:1.2rem}.hero-meta-tag{display:none}.hero-cta{gap:.6rem 1.2rem;margin-top:1.8rem}.hero-bottom{bottom:calc(var(--statusbar-h) + .7rem);justify-content:center;font-size:.66rem}.hero-bottom>span:first-child{display:none}.hero-bottom>span:last-child{white-space:nowrap}}@media (height<=640px) and (width<=900px){.hero-visual{display:none}}.btn{font-family:var(--font-mono);color:var(--text);padding:.55rem .2rem;font-size:.85rem;transition:color .15s}.btn:hover{color:var(--green-bright)}.section{border-top:1px solid var(--line);padding:clamp(5.5rem,14vh,9rem) 0;scroll-margin-top:60px}.section-label{color:var(--muted);margin-bottom:.9rem;font-size:.78rem}.section-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:clamp(2.2rem,5vh,3.6rem);font-size:clamp(1.6rem,4vw,2.8rem);font-weight:600;line-height:1}.about-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.about-text{color:var(--muted);max-width:56ch;font-size:1rem}.about-text p+p{margin-top:1.2rem}.about-facts{border-left:1px solid var(--line);padding-left:1.6rem;font-size:.85rem}.about-facts-cmd{color:var(--text);margin-bottom:.9rem}.about-facts p+p{margin-top:.35rem}.about-facts-key{color:var(--green-bright)}@media (width<=820px){.about-grid{grid-template-columns:1fr}}.xp-list{flex-direction:column;display:flex}.xp-item{border-top:1px solid var(--line);grid-template-columns:240px 1fr;gap:1.5rem;padding:2.2rem 0;display:grid}.xp-item:last-child{border-bottom:1px solid var(--line)}.xp-left{flex-direction:column;gap:.3rem;font-size:.8rem;display:flex}.xp-right h3{font-family:var(--font-display);text-transform:uppercase;margin-bottom:.8rem;font-size:1.4rem;font-weight:500}.xp-right ul{color:var(--muted);font-size:.9rem}.xp-right li{padding-left:1.4rem;position:relative}.xp-right li+li{margin-top:.35rem}.xp-right li:before{content:"-";color:var(--green);position:absolute;left:0}@media (width<=680px){.xp-item{grid-template-columns:1fr;gap:.8rem}}.tm{border:1px solid var(--line);background:#0c0c0c}.tm-bar{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1rem;font-size:.75rem;display:flex}.tm-bar-path{color:var(--green);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tm-bar-dots{color:#4a4a4a;letter-spacing:.18em;flex:none}.tm-bar-eggs{color:var(--muted);letter-spacing:.04em;flex:none;margin-left:auto;font-size:.7rem;transition:color .15s}.tm-bar-eggs:hover,.tm-bar-eggs:focus-visible{color:var(--green-bright);outline:none}.tm-egg{color:var(--muted);letter-spacing:.03em;font-size:.74rem}.tm-body>*{scroll-margin-bottom:calc(var(--statusbar-h) + 14px)}.tm-body{cursor:text;height:440px;padding:1rem 1.3rem 1.2rem;font-size:.85rem;line-height:1.75;overflow-y:auto}.tm-line{margin:0}.tm-prompt{color:var(--green-bright);white-space:nowrap;flex:none}.tm-cmd{color:var(--text)}.tm-out{color:#a0a0a0;font:inherit;white-space:pre-wrap;margin:.2rem 0 .9rem}.tm-err{color:#d9a441;margin:.2rem 0 .9rem}.tm-neofetch{color:var(--text);white-space:pre;line-height:1.5;overflow-x:auto}.footer-cost{color:var(--green);cursor:help}.tm-ls{margin:.3rem 0 1rem;padding:0;list-style:none}.tm-ls-row{text-align:left;width:100%;min-height:34px;font:inherit;color:var(--muted);background:0 0;border:0;grid-template-columns:auto max-content minmax(0,1fr);align-items:center;gap:1.1rem;padding:.3rem .5rem;transition:background .12s;display:grid}.tm-ls-row:hover,.tm-ls-row:focus-visible{background:#101a12;outline:none}.tm-ls-row:focus-visible{box-shadow:inset 2px 0 0 var(--green)}.tm-ls-no{color:var(--muted)}.tm-ls-row:hover .tm-ls-no,.tm-ls-row:focus-visible .tm-ls-no{color:var(--green-bright)}.tm-ls-file{color:var(--green)}.tm-ls-name{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tm-ls-row:hover .tm-ls-name,.tm-ls-row:focus-visible .tm-ls-name{color:var(--text)}.tm-cat{border-left:2px solid var(--green);margin:.3rem 0 1.1rem;padding:.15rem 0 .15rem .85rem}.tm-cat-name{color:var(--text);margin:0 0 .3rem;font-size:1.02rem;font-weight:500;line-height:1.4}.tm-cat-desc{color:#a8a8a8;max-width:64ch;margin:0 0 .5rem;line-height:1.75}.tm-cat-tags{color:var(--muted);margin:0 0 .7rem;font-size:.8rem}.tm-shot{border:1px solid var(--line);background:#080808;max-width:620px;margin:.1rem 0 .9rem;line-height:0;display:block;overflow:hidden}.tm-shot img{filter:saturate(.85)brightness(.92);width:100%;height:auto;transition:filter .3s;display:block}.tm-shot:hover img{filter:none}.tm-cat-go{flex-wrap:wrap;gap:.4rem 1.2rem;display:flex}.tm-cat-go button,.tm-cat-go a{font:inherit;color:var(--green-bright);background:0 0;border:0;padding:0;font-size:.82rem;text-decoration:none}.tm-cat-go button:hover,.tm-cat-go a:hover{text-decoration:underline}.tm-input{align-items:baseline;gap:.5rem;padding:.2rem .5rem .2rem 0;display:flex}.tm-field{min-width:0;font:inherit;color:var(--text);caret-color:var(--green-bright);background:0 0;border:0;outline:none;flex:1;padding:0}.tm-caret{background:var(--green-bright);flex:none;align-self:center;width:.55em;height:1.05em;margin-left:-.35rem;animation:1.1s step-end infinite tm-blink}.tm-input:focus-within .tm-caret{display:none}@keyframes tm-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.tm-chips{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1.3rem;display:flex}.tm-chips-label{color:var(--muted);margin-right:.1rem;font-size:.78rem}.tm-chip{color:var(--muted);background:0 0;border:1px solid #303030;padding:.35rem .8rem;font-size:.78rem}.tm-chip:hover,.tm-chip:focus-visible{border-color:var(--green);color:var(--green-bright);outline:none}@media (width<=860px){.tm-body{height:auto;padding:.9rem .9rem 1rem;font-size:.86rem;overflow:visible}.tm-bar{padding:.7rem .9rem;font-size:.72rem}.tm-ls-row{border-bottom:1px solid #141414;grid-template-columns:auto minmax(0,1fr);gap:.85rem;min-height:46px;padding:.5rem .4rem}.tm-ls li:last-child .tm-ls-row{border-bottom:0}.tm-ls-file{display:none}.tm-ls-name{color:var(--text);white-space:normal}.tm-cat-name{font-size:1.05rem}.tm-cat-go{gap:.6rem 1.2rem}.tm-cat-go button,.tm-cat-go a{align-items:center;min-height:44px;display:inline-flex}.tm-shot{max-width:none}.tm-input{align-items:center;min-height:44px;padding:.3rem 0}.tm-chips{gap:.55rem;padding:.8rem .9rem}.tm-chip{align-items:center;min-height:44px;padding:0 .9rem;font-size:.82rem;display:inline-flex}.tm-chips-label{width:100%;margin:0 0 .1rem}}@media (prefers-reduced-motion:reduce){.tm-caret{animation:none}}.index-list{flex-direction:column;display:flex}.index-row{border-top:1px solid var(--line);grid-template-columns:90px 1fr auto 40px;align-items:center;gap:1.5rem;padding:1.6rem .6rem;transition:background .15s;display:grid}.index-tags{color:var(--muted);letter-spacing:.03em;margin-top:.4rem;font-size:.72rem;display:block}.index-row:last-child{border-bottom:1px solid var(--line)}.index-row:hover{background:#101010}.index-num{color:var(--muted);font-size:.75rem}.index-main{flex-direction:column;gap:.2rem;min-width:0;display:flex}.index-name{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(1.05rem,2.1vw,1.45rem);font-weight:500;line-height:1.15;transition:transform .2s}.index-name-sm{text-transform:none;font-size:clamp(.95rem,1.7vw,1.2rem)}.index-row:hover .index-name{transform:translate(8px)}.index-desc{color:var(--muted);font-size:.85rem}.index-tags{color:var(--muted);white-space:nowrap;font-size:.72rem}.index-arrow{color:var(--muted);text-align:right;white-space:nowrap;font-size:1rem;transition:color .15s,transform .2s}.index-row:hover .index-arrow{color:var(--green-bright);transform:translate(2px,-2px)}@media (width<=680px){.index-row{grid-template-columns:1fr;gap:.5rem;padding:1.2rem .3rem}.index-num{font-size:.68rem;display:block}.index-tags{display:none}.index-desc{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.index-arrow{text-align:left;color:var(--green-bright);font-size:.8rem}.index-row:hover .index-name,.index-row:hover .index-arrow{transform:none}}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:2.5rem;display:grid}.skills-col h3{text-transform:lowercase;margin-bottom:1rem;font-size:.78rem;font-weight:500}.skills-col ul{color:var(--text);font-size:.88rem}.skills-col li{border-bottom:1px solid var(--line);padding:.3rem 0}.contact-inner{flex-direction:column;align-items:flex-start;gap:1.6rem;display:flex}.contact-heading{font-family:var(--font-display);text-transform:uppercase;max-width:18ch;font-size:clamp(2rem,6vw,4.5rem);font-weight:600;line-height:1.02}.contact-text{color:var(--muted);max-width:48ch}.contact-email{color:var(--text);border-bottom:1px solid var(--line);padding-bottom:.3rem;font-size:clamp(1.1rem,3.5vw,2rem);transition:color .15s,border-color .15s}.contact-email:hover{color:var(--green-bright);border-color:var(--green)}.contact-socials{color:var(--muted);gap:2rem;font-size:.85rem;display:flex}.contact-socials a:hover{color:var(--green-bright)}.footer{padding:2rem clamp(1.25rem, 4vw, 2.5rem) calc(var(--statusbar-h) + 2rem);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.72rem;display:flex}.admin{background:var(--bg);min-height:100vh;color:var(--text);max-width:900px;margin-inline:auto;padding:1.5rem clamp(1rem,4vw,3rem) 4rem;font-size:.85rem}.admin-loading{min-height:100vh;color:var(--muted);place-items:center;display:grid}.admin-header{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding-bottom:1rem;display:flex}.admin-title{font-weight:700}.admin-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-btn{font-family:var(--font-mono);color:var(--text);border:1px solid var(--line);background:#101010;padding:.4rem .8rem;font-size:.72rem;transition:border-color .15s,color .15s}.admin-btn:hover{border-color:var(--green);color:var(--green-bright)}.admin-btn.danger:hover{color:#e05a43;border-color:#b3402e}.admin-btn.publish{border-color:var(--green);color:var(--green-bright)}.admin-btn.publish:hover:not(:disabled){background:#0d150f}.admin-btn.publish:disabled{color:var(--muted);border-color:var(--line);cursor:wait}.admin-publish{border:1px solid var(--green);background:#0b120d;flex-direction:column;gap:.5rem;margin-top:1rem;padding:.9rem 1rem;display:flex}.admin-publish .admin-input{max-width:260px}.admin-status{color:var(--muted);margin-top:.9rem;font-size:.75rem}.admin-note{color:var(--muted);border-left:2px solid var(--line);margin-top:.4rem;padding-left:.8rem;font-size:.72rem;line-height:1.6}.admin-note b{color:var(--text)}.admin-tabs{gap:.5rem;margin:1.4rem 0 1rem;display:flex}.admin-tab{font-family:var(--font-mono);color:var(--muted);border:1px solid var(--line);background:0 0;padding:.45rem 1.1rem;font-size:.78rem}.admin-tab.active{color:var(--green-bright);border-color:var(--green);background:#0d150f}.admin-section{border:1px solid var(--line);background:#0d0d0d;margin-bottom:.7rem}.admin-section-title{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;padding:.8rem 1rem;font-size:.8rem;list-style:none}.admin-section-title:before{content:"▸ ";color:var(--green-bright)}.admin-section[open] .admin-section-title:before{content:"▾ "}.admin-section-body{border-top:1px solid var(--line);padding:.4rem 1rem 1.1rem}.admin-field{flex-direction:column;gap:.3rem;margin-top:.8rem;display:flex}.admin-label{color:var(--muted);letter-spacing:.04em;text-transform:lowercase;font-size:.7rem}.admin-label.strong{color:var(--text);margin-top:1.1rem;display:block}.admin-hint{opacity:.6;font-style:normal}.admin-input{font-family:var(--font-mono);color:var(--text);border:1px solid var(--line);resize:vertical;background:#080808;width:100%;padding:.55rem .7rem;font-size:.82rem;line-height:1.55}.admin-input:focus{border-color:var(--green);outline:none}.admin-image-row{gap:.5rem;display:flex}.admin-image-row .admin-input{flex:1}.admin-image-row .admin-btn{white-space:nowrap}.admin-image-preview{border:1px solid var(--line);align-self:flex-start;max-width:100%;max-height:90px;margin-top:.2rem;display:block}.admin-list{margin-top:.4rem}.admin-list>.admin-btn{margin-top:.7rem}.admin-card{border:1px solid var(--line);background:#0a0a0a;margin-top:.7rem;padding:.2rem .9rem .9rem}.admin-card-head{justify-content:space-between;align-items:center;padding-top:.6rem;font-size:.72rem;display:flex}.admin-footer{color:#3a3a3a;margin-top:2rem;font-size:.68rem}.admin-login-wrap{place-items:center;display:grid}.admin-login{border:1px solid var(--line);background:#0d0d0d;flex-direction:column;gap:.9rem;padding:2rem 2.4rem;font-size:.9rem;display:flex}.admin-login-actions{flex-wrap:wrap;gap:.6rem;margin-top:.6rem;display:flex}.admin-link{color:var(--muted);text-underline-offset:3px;font-size:.8rem;text-decoration:underline}.admin-link:hover{color:var(--green-bright)}.admin-login-row{align-items:center;gap:.6rem;display:flex}.admin-login input{font-family:var(--font-mono);color:var(--text);border:none;border-bottom:1px solid var(--line);background:0 0;padding:.2rem .3rem}.admin-login input:focus{border-color:var(--green);outline:none}.admin-err{color:#e05a43;font-size:.8rem}.admin-notice{border:1px solid;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 .8rem;padding:.7rem .9rem;font-size:.82rem;line-height:1.5;display:flex}.admin-notice.ok{border-color:var(--green);color:var(--green-bright);background:#0e1a11}.admin-notice.err{color:#f08a76;background:#1a0e0c;border-color:#e05a43}.admin-notice .admin-btn{flex:none}.admin-card-head .admin-hint{margin-left:.6rem;margin-right:auto}.admin-card-head .admin-hint.ok{color:var(--green-bright)}.admin-btn-inline{margin-left:auto;padding:.15rem .5rem;font-size:.7rem}.admin-body-wrap{gap:.8rem;display:grid}.admin-body-wrap.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.admin-md-preview{border:1px solid var(--line);background:#0a0a0a;min-height:12rem;max-height:44rem;padding:.9rem 1.1rem;font-size:.86rem;overflow:auto}@media (width<=860px){.admin-body-wrap.split{grid-template-columns:1fr}}.admin-table{border-collapse:collapse;width:100%;margin:.6rem 0 .8rem;font-size:.76rem}.admin-table th,.admin-table td{text-align:left;vertical-align:top;white-space:nowrap;border-bottom:1px solid #1a1a1a;padding:.35rem .5rem}.admin-table th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:400}.admin-table td a{color:var(--text)}.admin-table td a:hover{color:var(--green-bright)}.admin-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.8rem;margin:.6rem 0 .8rem;padding:0;list-style:none;display:grid}.admin-gallery li{border:1px solid var(--line);background:#0a0a0a;flex-direction:column;gap:.35rem;padding:.5rem;font-size:.7rem;display:flex}.admin-gallery li.unused{border-color:#3a2a1a}.admin-gallery img{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--line);background:#080808;width:100%}.admin-gallery .admin-btn{align-self:flex-start}.admin-btn-inline.danger{color:#e05a43;border-color:#5a2a22}.preview-bar{z-index:100;color:#f0c674;background:#2a1f00;border-bottom:1px solid #d29922;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem clamp(1rem,4vw,2.5rem);font-size:.78rem;display:flex;position:fixed;top:0;left:0;right:0}.preview-bar b{letter-spacing:.12em}.preview-bar button{color:#f0c674;white-space:nowrap;font-size:.78rem}.preview-bar button:hover{color:#fff}.admin-input-body{font-family:var(--font-mono);tab-size:2;font-size:.82rem;line-height:1.6}.statusbar{z-index:60;height:var(--statusbar-h);border-top:1px solid var(--line);color:var(--muted);background:#0c0c0c;justify-content:space-between;align-items:center;padding-inline:clamp(.8rem,3vw,2.5rem);font-size:.74rem;display:flex;position:fixed;bottom:0;left:0;right:0}.statusbar-left,.statusbar-right{align-items:center;gap:1rem;display:flex}.statusbar-session{color:var(--text)}.tm-sl{position:relative;overflow:hidden}.tm-sl-ghost{visibility:hidden}.tm-sl-train{white-space:pre;animation:5.5s linear forwards tm-sl;position:absolute;top:0;left:100%}@keyframes tm-sl{to{left:0;transform:translate(-100%)}}@media (prefers-reduced-motion:reduce){.tm-sl-train{animation:none;left:0}}.statusbar-live{white-space:nowrap}.statusbar button{color:var(--muted);font-size:inherit;transition:color .15s}.statusbar button:hover{color:var(--green-bright)}@media (width<=640px){.statusbar-right span:nth-child(2),.statusbar-right span:nth-child(3),.statusbar-path{display:none}}.pd{max-width:780px;padding:7rem 1.5rem calc(var(--statusbar-h) + 5rem);margin:0 auto}.pd-back{color:var(--muted);margin-bottom:2.5rem;font-size:.85rem;text-decoration:none;display:inline-block}.pd-back:hover{color:var(--green-bright)}.pd-path{color:var(--muted);margin:0 0 .75rem;font-size:.8rem}.pd-title{font-family:var(--font-display);margin:0 0 1rem;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.15}.pd-desc{color:var(--text);max-width:60ch;margin:0 0 1rem}.pd-tags{color:var(--muted);margin:0 0 1rem;font-size:.8rem}.pd-link{color:var(--green-bright);word-break:break-all;font-size:.85rem;text-decoration:none}.pd-link:hover{text-decoration:underline}.pd-shots{gap:1rem;margin:2.5rem 0;display:grid}.pd-shots img{border:1px solid var(--line);width:100%;height:auto;display:block}.pd-body{margin-top:2.5rem;line-height:1.7}.pd-body>:first-child{margin-top:0}.pd-body h1,.pd-body h2,.pd-body h3{font-family:var(--font-display);margin:2rem 0 .75rem;line-height:1.25}.pd-body h1{font-size:1.5rem}.pd-body h2{font-size:1.25rem}.pd-body h3{font-size:1.05rem}.pd-body p,.pd-body ul,.pd-body ol{margin:0 0 1rem}.pd-body ul,.pd-body ol{padding-left:1.4rem;list-style:outside}.pd-body ol{list-style:decimal}.pd-body li::marker{color:var(--green)}.pd-body li{margin-bottom:.35rem}.pd-body a{color:var(--green-bright)}.pd-body code{font-family:var(--font-mono);border:1px solid var(--line);background:#141414;padding:.1em .35em;font-size:.85em}.pd-body pre{border:1px solid var(--line);background:#101010;margin:0 0 1.25rem;padding:1rem;overflow-x:auto}.pd-body pre code{background:0 0;border:0;padding:0}.pd-body blockquote{border-left:2px solid var(--line);color:var(--muted);margin:0 0 1rem;padding-left:1rem}.pd-body table{border-collapse:collapse;width:100%;margin:0 0 1.25rem;font-size:.9rem;display:block;overflow-x:auto}.pd-body th,.pd-body td{border:1px solid var(--line);text-align:left;padding:.45rem .7rem}.pd-body th{color:var(--green-bright);font-weight:500}.pd-body img{border:1px solid var(--line);max-width:100%;height:auto}.pd-body hr{border:0;border-top:1px solid var(--line);margin:2rem 0}.pd-missing{color:var(--muted);line-height:1.8}.admin-hosting{margin-bottom:1.25rem}.admin-dim{color:var(--muted)}.admin-warn{color:#d29922}.admin-dns{margin:0 0 1rem;padding:0;font-size:.8rem;line-height:1.8;list-style:none}.admin-dns li{word-break:break-all}.an-range{flex-wrap:wrap;justify-content:flex-start;gap:.4rem;margin:.4rem 0 .2rem;display:flex}.an-range .admin-btn-inline.active{color:var(--green-bright);border-color:var(--green);background:#0d150f}.an-series{border-bottom:1px solid var(--line);align-items:flex-end;gap:2px;height:72px;margin-top:.9rem;padding:0 1px;display:flex}.an-day{background:var(--green);flex:1 1 0;min-width:2px}.an-day:last-child{background:var(--green-bright)}.an-axis{justify-content:space-between;margin:.25rem 0 .9rem;font-size:.66rem;display:flex}.an-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1.4rem;margin-bottom:.9rem;display:grid}.an-grid-2{grid-template-columns:2fr 1fr}.an-col{min-width:0}.an-title{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--line);margin:0 0 .4rem;padding-bottom:.3rem;font-size:.66rem;font-weight:400}.an-empty{margin:.2rem 0;font-size:.74rem}.an-list{margin:0;padding:0;font-size:.74rem;list-style:none}.an-list li{justify-content:space-between;gap:.6rem;padding:.22rem .3rem;line-height:1.4;display:flex;position:relative}.an-k{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.an-v{color:var(--muted);font-variant-numeric:tabular-nums;flex:none}.an-bar{background:var(--green);opacity:.16;pointer-events:none;position:absolute;top:2px;bottom:2px;left:0}.an-hours{align-items:flex-end;gap:2px;height:56px;padding-bottom:14px;display:flex;position:relative}.an-hour{flex-direction:column;flex:1 1 0;justify-content:flex-end;min-width:0;height:100%;display:flex;position:relative}.an-hour-bar{background:var(--green);width:100%;display:block}.an-hour-label{color:var(--muted);font-size:.6rem;position:absolute;bottom:-14px;left:0}.an-device-bar{background:#1a1a1a;height:10px;margin:.3rem 0 .4rem}.an-device-bar span{background:var(--green);height:100%;display:block}.an-device p{margin:0;font-size:.72rem}@media (width<=860px){.an-grid,.an-grid-2{grid-template-columns:1fr}}.globe-label{white-space:nowrap;letter-spacing:.02em;color:#9a9a9a;border:1px solid var(--line);pointer-events:none;opacity:0;will-change:transform, opacity;background:#0a0a0ab8;align-items:center;gap:.4rem;margin-top:-.7rem;margin-left:.7rem;padding:.18rem .45rem;font-size:.74rem;transition:opacity .25s linear;display:flex;position:absolute;top:0;left:0}.globe-label b{color:var(--green-bright);font-weight:500}.globe-label em{color:#9a9a9a;margin-left:.35rem;font-style:normal}.globe-dot{background:var(--green-bright);flex:none;width:5px;height:5px}.globe-label-origin .globe-dot{border:1px solid var(--green);background:0 0}@media (width<=900px){.globe-label{padding:.12rem .35rem;font-size:.6rem}.globe-label em{display:none}}.globe-label-origin{margin-left:-.7rem}.xr{inset:0 0 var(--statusbar-h) 0;z-index:60;pointer-events:auto;background:#070707;flex-direction:column;display:flex;position:fixed}.xr-top{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:.75rem clamp(1rem,4vw,2.5rem);display:flex}.xr-top-id{min-width:0}.xr-title{color:var(--text);letter-spacing:.02em;margin:0;font-size:.95rem;font-weight:400}.xr-dev{color:#d29922}.xr-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:.25rem 0 0;font-size:.7rem;overflow:hidden}.xr-tools{flex:none;align-items:center;gap:.4rem;display:flex}.xr-send{background:var(--green);color:#061008;border:1px solid var(--green-bright);letter-spacing:.09em;white-space:nowrap;margin-right:.5rem;padding:.55rem 1rem;font-size:.72rem}.xr-send:hover:not(:disabled){background:var(--green-bright)}.xr-send:active:not(:disabled){transform:translateY(1px)}.xr-send:disabled{color:var(--green);cursor:default;background:0 0}.xr-step{white-space:nowrap;color:var(--green-bright);letter-spacing:.09em;padding-right:.2rem;font-size:.72rem}.xr-nav{min-width:28px;height:28px;color:var(--muted);border:1px solid #2a2a2a;font-size:.9rem;line-height:1}.xr-nav-replay{letter-spacing:.05em;padding:0 .55rem;font-size:.72rem}.xr-nav:hover:not(:disabled){border-color:var(--green);color:var(--green-bright)}.xr-nav:disabled{color:#565656;cursor:default}.xr-close{color:var(--muted);white-space:nowrap;margin-left:.6rem;font-size:.72rem}.xr-close:hover{color:var(--green-bright)}.xr-stage{flex:1;min-height:0;position:relative;overflow:hidden}.xr-canvas{transform-origin:50%;position:absolute;top:50%;left:50%}.xr-wires{position:absolute;inset:0;overflow:visible}.xr-wire{fill:none;stroke-linecap:round;transition:stroke .3s}.xr-wire-spine{stroke:#333;stroke-width:2.4px}.xr-wire-side{stroke:#232323;stroke-width:1.4px;stroke-dasharray:3 6}.xr-wire-past{stroke:#27552f;stroke-dasharray:none}.xr-wire-live{stroke:var(--green-bright);stroke-width:2.8px;stroke-dasharray:9 7;animation:2.6s linear infinite xr-march}.xr-wire-still{stroke-dasharray:none;animation:none}@keyframes xr-march{to{stroke-dashoffset:-32px}}.xr-port{fill:#0a0a0a;stroke:#3a3a3a;stroke-width:1.3px}.xr-port-live{fill:var(--green);stroke:var(--green-bright)}.xr-packet{background:var(--green-bright);offset-rotate:0deg;pointer-events:none;z-index:4;border:2px solid #071008;border-radius:50%;width:11px;height:11px;margin:-5.5px 0 0 -5.5px;animation:2.6s ease-in-out infinite xr-flow;position:absolute;top:0;left:0}.xr-packet-back{animation-direction:reverse}@keyframes xr-flow{0%{offset-distance:0%;opacity:0}14%{opacity:1}86%{opacity:1}to{offset-distance:100%;opacity:0}}.xr-wire-label{color:var(--muted);letter-spacing:.05em;white-space:nowrap;pointer-events:none;z-index:2;background:#070707;padding:.12rem .45rem;font-size:.72rem;position:absolute;transform:translate(-50%,-50%)}.xr-wire-label-live{color:var(--green-bright)}.xr-card{box-sizing:border-box;z-index:1;background:#0b0b0b;border:1px solid #262626;padding:.7rem .85rem;transition:border-color .25s,background .25s,opacity .25s,transform .25s;position:absolute}.xr-card:after{content:"";pointer-events:none;border-bottom:1px solid #161616;border-right:1px solid #161616;position:absolute;inset:5px -6px -6px 5px}.xr-card-main{background:#0d0d0d;border-color:#363636;padding:.95rem 1.1rem}.xr-card-side{background:#090909}.xr-card-past{border-color:#2f5a39}.xr-card-off{opacity:.32}.xr-card-live{border-color:var(--green-bright);opacity:1;background:#0c1410;transform:translateY(-3px)}.xr-card-kind{color:#858585;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;padding-right:1.9rem;font-size:.7rem;display:block;overflow:hidden}.xr-card-badge{color:#7a7a7a;border:1px solid #303030;place-items:center;min-width:26px;height:24px;padding:0 5px;font-size:.72rem;display:grid;position:absolute;top:.6rem;right:.7rem}.xr-card-live .xr-card-badge{border-color:var(--green);color:var(--green-bright)}.xr-card-name{color:var(--text);letter-spacing:.01em;margin:.35rem 0 0;font-size:.95rem;font-weight:400}.xr-card-main .xr-card-name{font-size:1.2rem}.xr-card-value{color:var(--green-bright);letter-spacing:.02em;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.9rem;display:flex}.xr-card-main .xr-card-value{font-size:1.05rem}.xr-beat{background:var(--green-bright);border-radius:50%;flex:none;width:7px;height:7px;animation:2.4s ease-in-out infinite xr-beat}@keyframes xr-beat{0%,to{opacity:1}50%{opacity:.2}}.xr-bubble{box-sizing:border-box;border:1px solid var(--green);z-index:6;background:#0d1711;padding:.85rem 1rem .9rem;animation:.32s ease-out both xr-bubble-in;position:absolute}.xr-bubble:after{content:"";left:var(--arrow,50%);background:#0d1711;width:12px;height:12px;margin-left:-7px;position:absolute;transform:rotate(45deg)}.xr-bubble:not(.xr-bubble-above):after{border-left:1px solid var(--green);border-top:1px solid var(--green);top:-7px}.xr-bubble-above:after{border-right:1px solid var(--green);border-bottom:1px solid var(--green);bottom:-7px}@keyframes xr-bubble-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.xr-bubble-no{color:var(--green-bright);letter-spacing:.14em;align-items:center;gap:.55rem;margin-bottom:.35rem;font-size:.72rem;display:flex}.xr-bubble-tag{letter-spacing:.12em;padding:.1rem .4rem;font-size:.7rem;font-weight:400}.xr-bubble-tag-start{background:var(--green);color:#061008}.xr-bubble-tag-end{border:1px solid var(--green);color:var(--green-bright)}.xr-bubble-text{color:var(--text);margin:0;font-size:.9rem;line-height:1.6}@media (width<=900px){.xr-sub{display:none}.xr-send{letter-spacing:.05em;margin-right:.2rem;padding:.45rem .6rem;font-size:.62rem}.xr-nav-replay{display:none}.xr-top{gap:.6rem;padding:.6rem .9rem}.xr-close{margin-left:.2rem}}.xr-story{display:none}@media (width<=700px){.xr-top{flex-direction:column;align-items:stretch;gap:.5rem;padding:.55rem .8rem}.xr-title{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.xr-tools{justify-content:space-between}.xr-send{flex:1;margin-right:0}.xr-canvas{transition:transform .7s cubic-bezier(.2,.7,.2,1)}.xr-bubble{display:none}.xr-story{border-top:1px solid var(--green);background:#0d1711;flex:none;min-height:7.2rem;padding:.7rem .9rem .85rem;display:block}.xr-story .xr-bubble-no{margin-bottom:.3rem}.xr-story .xr-bubble-text{margin:0;font-size:.82rem;line-height:1.5}.xr-story-hint{color:var(--muted);letter-spacing:.06em;margin:.5rem 0 0;font-size:.62rem}}@media (prefers-reduced-motion:reduce){.xr-packet{animation-duration:6s}.xr-wire-live,.xr-beat,.xr-bubble{animation:none}}.xray-invite-bubble{right:14px;bottom:calc(var(--statusbar-h) + 12px);z-index:120;border:1px solid var(--green);max-width:260px;color:var(--text);background:#101a12;padding:.6rem .75rem;font-size:.72rem;line-height:1.5;animation:.5s ease-out both bubble-in;position:fixed}.xray-invite-bubble b{color:var(--green-bright);font-weight:500}.xray-invite-bubble:after{content:"";right:var(--arrow-right,26px);border-right:1px solid var(--green);border-bottom:1px solid var(--green);background:#101a12;width:12px;height:12px;position:absolute;bottom:-7px;transform:rotate(45deg)}.xray-invite-bubble button{color:var(--muted);margin-top:.4rem;font-size:.64rem;display:block}.xray-invite-bubble button:hover{color:var(--green-bright)}@keyframes bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.xray-invite-bubble{animation:none}}.xray-invite-bubble .xray-invite-cta{color:var(--green-bright);margin-top:.15rem;display:block}.nf{max-width:720px;margin:0 auto;padding:clamp(5rem,16vh,9rem) clamp(1.2rem,5vw,2rem) 6rem}.nf-cmd{color:var(--muted);word-break:break-all;margin:0 0 .6rem;font-size:.9rem}.nf-msg{color:var(--text);align-items:center;gap:.1rem;margin:0 0 2.2rem;font-size:clamp(1.1rem,3vw,1.5rem);display:flex}.nf-links{flex-wrap:wrap;gap:1.2rem;display:flex}.nf-links a{color:var(--green);font-size:.86rem;text-decoration:none;transition:color .15s,transform .15s}.nf-links a:hover{color:var(--green-bright);transform:translate(3px)}@media (width<=640px){.section{padding:3.6rem 0}.section-title{margin-bottom:1.8rem}.about-text,.hero-sub,.contact-text,.index-desc,.xp-right li,.xp-right p{color:#a3a3a3}.about-text{font-size:.95rem}}.admin-shell{grid-template-columns:224px minmax(0,1fr);max-width:1440px;min-height:100vh;padding:0;display:grid}.admin-side{border-right:1px solid var(--line);background:#0c0c0c;flex-direction:column;gap:1.2rem;height:100vh;padding:1.4rem 1rem 1.2rem;display:flex;position:sticky;top:0}.admin-side .admin-title{color:var(--text);padding:0 .4rem;font-size:.82rem;text-decoration:none;display:block}.admin-nav{flex-direction:column;gap:2px;display:flex}.admin-nav-item{text-align:left;width:100%;color:var(--muted);border-left:2px solid #0000;align-items:center;gap:.6rem;padding:.55rem .6rem;font-size:.8rem;transition:color .15s,background .15s,border-color .15s;display:flex}.admin-nav-item:hover{color:var(--text);background:#111}.admin-nav-item.active{color:var(--green-bright);border-left-color:var(--green);background:#0d150f}.admin-nav-glyph{text-align:center;width:1.1rem;color:inherit;opacity:.85}.admin-nav-dot{background:#d29922;width:6px;height:6px;margin-left:auto}.admin-side-foot{border-top:1px solid var(--line);flex-direction:column;gap:.4rem;margin-top:auto;padding:.8rem .6rem 0;font-size:.74rem;display:flex}.admin-side-foot a,.admin-side-foot button{color:var(--muted);text-align:left;font-size:inherit;text-decoration:none}.admin-side-foot a:hover,.admin-side-foot button:hover{color:var(--green-bright)}.admin-content{min-width:0;padding:1.2rem clamp(1rem,3vw,2.4rem) 3rem}.admin-page-title{letter-spacing:.02em;margin:0;font-size:1rem;font-weight:400}.admin-page-title:before{content:"$ ";color:var(--green-bright)}.admin-shell .admin-header{z-index:5;background:var(--bg);padding-top:.2rem;position:sticky;top:0}.admin-subnav{flex-wrap:wrap;gap:.3rem;margin:.8rem 0 1rem;display:flex}.admin-subnav-item{border:1px solid var(--line);color:var(--muted);padding:.35rem .7rem;font-size:.74rem}.admin-subnav-item:hover{color:var(--text);border-color:#3a3a3a}.admin-subnav-item.active{color:var(--green-bright);border-color:var(--green);background:#0d150f}.admin-section-page>.admin-section-title{cursor:default}.admin-main>.admin-section>.admin-section-title:before,.admin-section-page>.admin-section-title:before{content:""}.an-tiles{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem;margin:.8rem 0 1.4rem;display:grid}.an-tile{border:1px solid var(--line);text-align:left;color:var(--text);background:#0d0d0d;flex-direction:column;gap:.25rem;min-width:0;padding:.8rem .9rem;display:flex}.an-tile-btn:not(:disabled):hover{border-color:var(--green)}.an-tile-btn:disabled{cursor:default}.an-tile-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.64rem}.an-tile-value{color:var(--green-bright);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:1.5rem;line-height:1.1;overflow:hidden}.an-tile-sub{color:var(--muted);min-height:1em;font-size:.7rem}.dash-cols{grid-template-columns:3fr 2fr;gap:1.6rem;display:grid}.dash-todo{margin:0;padding:0;font-size:.78rem;line-height:2;list-style:none}.dash-todo li:before{content:"- ";color:var(--muted)}.dash-todo button{color:var(--text);font-size:inherit}.dash-todo button:hover{color:var(--green-bright)}.an-day-pair{flex:1 1 0;align-items:flex-end;min-width:3px;height:100%;display:flex;position:relative}.an-day-pair .an-day{position:absolute;bottom:0;left:0;right:0}.an-day-views{background:#1e2a22}.an-day-pair .an-day:not(.an-day-views){right:30%}.an-filter{width:100%;max-width:420px;margin:.4rem 0 .6rem;font-size:.78rem}.an-table-wrap{overflow-x:auto}.an-sessions td{white-space:nowrap}.an-sess{cursor:pointer}.an-sess:hover td,.an-sess.open td{background:#101010}.an-sess.open td:first-child{color:var(--green-bright)}.an-ref{text-overflow:ellipsis;max-width:220px;overflow:hidden}.an-new{color:var(--green-bright);letter-spacing:.06em;text-transform:uppercase;font-size:.66rem}.an-sess-detail td{white-space:normal;background:#0b0f0c;padding:.6rem .8rem .8rem}.an-sess-detail dl{grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:0;font-size:.74rem;display:grid}.an-sess-detail dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;padding-top:.15em;font-size:.64rem}.an-sess-detail dd{word-break:break-word;margin:0}.an-uas{font-size:.68rem}@media (width<=860px){.admin-shell{grid-template-columns:minmax(0,1fr)}.admin-side{border-right:0;border-bottom:1px solid var(--line);flex-flow:wrap;align-items:center;gap:.6rem;min-width:0;height:auto;padding:.8rem .8rem .6rem;position:static}.admin-side .admin-title{width:100%}.admin-nav{flex-flow:row;gap:.3rem;width:100%;min-width:0;padding-bottom:.2rem;overflow-x:auto}.admin-nav-item{white-space:nowrap;border-bottom:2px solid #0000;border-left:0;flex:none;width:auto;padding:.4rem .6rem}.admin-nav-item.active{border-bottom-color:var(--green)}.admin-side-foot{border-top:0;flex-direction:row;gap:1rem;width:100%;margin-top:0;padding:0}.admin-shell .admin-header{position:static}.dash-cols{grid-template-columns:1fr}}.admin-shell{--muted:#9c9c9c;--line:#242424;background:#0e0e0e;font-size:.9rem;line-height:1.55}.admin-shell .admin-side{background:#0b0b0b}.admin-shell .admin-nav-item{padding:.62rem .7rem;font-size:.86rem}.admin-shell .admin-btn{background:#141414;padding:.5rem .9rem;font-size:.78rem}.admin-shell .admin-btn.publish{background:#10201a}.admin-shell .admin-status{margin:.9rem 0 .4rem;font-size:.82rem}.admin-shell .admin-note{color:#8f8f8f;padding-left:.9rem;font-size:.8rem;line-height:1.7}.admin-shell .admin-label{color:#a8a8a8;font-size:.78rem}.admin-shell .admin-input{background:#0b0b0b;padding:.65rem .8rem;font-size:.9rem;line-height:1.6}.admin-shell .admin-section{background:#111}.admin-shell .admin-section-title{padding:.9rem 1.1rem;font-size:.86rem}.admin-shell .admin-section-body{padding:.6rem 1.1rem 1.3rem}.admin-shell .admin-tab,.admin-shell .admin-subnav-item{padding:.45rem .85rem;font-size:.8rem}.admin-shell .an-tile{background:#131313;gap:.35rem;padding:1rem 1.1rem}.admin-shell .an-tile-label{color:#8a8a8a;font-size:.68rem}.admin-shell .an-tile-value{color:var(--text);font-size:1.6rem}.admin-shell .an-tile-sub{font-size:.76rem}.admin-shell .an-title{color:#8a8a8a;margin:1.5rem 0 .7rem;padding-bottom:.4rem;font-size:.7rem}.admin-shell .an-grid{gap:1.2rem 2.4rem}.admin-shell .an-list,.admin-shell .admin-table,.admin-shell .dash-todo{font-size:.82rem}.admin-shell .an-list li{padding:.34rem .45rem}.admin-shell .an-bar{opacity:.11;background:#5fbf78}.admin-shell .admin-table th,.admin-shell .admin-table td{border-color:#1e1e1e;padding:.5rem .65rem}.admin-shell .admin-table th{color:#8a8a8a;font-size:.68rem}.admin-shell .an-day,.admin-shell .an-hour-bar,.admin-shell .an-device-bar span{background:#3f8a55}.admin-shell .an-day-pair .an-day:last-child{background:#58b56f}.admin-shell .an-day-views{background:#1a221c}.admin-shell .an-series{height:88px;margin-top:1rem}.admin-shell .an-hours{height:64px}.admin-shell .an-sess-detail dl{gap:.35rem 1.2rem;font-size:.8rem}.admin-shell .an-sess-detail dt{font-size:.66rem}.admin-shell .an-new{color:#58b56f}.admin-shell .an-sess.open td:first-child{color:var(--text)}.an-more{border:1px solid var(--line);margin:1rem 0}.an-more>summary{cursor:pointer;color:#9c9c9c;padding:.7rem 1rem;font-size:.8rem;list-style:none}.an-more>summary:before{content:"▸ "}.an-more[open]>summary:before{content:"▾ "}.an-more>.an-grid{padding:0 1rem .6rem}.an-own{color:var(--muted);cursor:pointer;align-items:center;gap:.4rem;margin-left:auto;font-size:.86rem;display:inline-flex}.an-own input{accent-color:#58b56f}.an-own-note{margin-bottom:.4rem}.an-own-tag{color:#d29922;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.gs-steps{margin:.4rem 0 .9rem;padding-left:1.3rem;line-height:1.7}.gs-steps code{font-family:var(--font-mono);background:#161616;padding:.05em .35em;font-size:.85em}.gs-steps a{color:var(--green-bright)}.gs-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.gs-row .admin-input{flex:260px;width:auto}.gs-json{margin-bottom:.6rem;font-family:var(--font-mono)!important;font-size:.8rem!important}.gs-step{margin-top:1rem}.gs-table td,.gs-table th{white-space:nowrap}.gs-k{max-width:420px;position:relative;white-space:normal!important}.gs-k .an-bar{top:3px;bottom:3px}.gs-k>span:last-child{position:relative}.sec-only-fails{float:right;text-transform:none;letter-spacing:0;font-weight:400}.sec-fail td{background:#16100a}.cv-live td:first-child{width:3rem;color:var(--muted)}.cv-lang{flex:none!important;width:auto!important}.cv-file{flex:220px;width:auto}.contact-cv{color:var(--green-bright)}.footer-privacy{color:var(--muted);text-underline-offset:3px;text-decoration:underline}.footer-privacy:hover{color:var(--green-bright)}.privacy p+p{margin-top:1rem}.an-range .admin-btn-inline{margin-left:0;padding:.35rem .7rem;font-size:.76rem}.admin-shell{--font-ui:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:var(--font-ui);letter-spacing:0;font-size:.97rem}.admin-shell .mono,.admin-shell .admin-btn,.admin-shell .admin-input,.admin-shell .admin-tab,.admin-shell .admin-subnav-item,.admin-shell .admin-nav-item,.admin-shell .admin-table,.admin-shell .an-list,.admin-shell .an-tile,.admin-shell .an-title,.admin-shell .admin-label,.admin-shell .admin-note,.admin-shell .admin-status,.admin-shell .admin-section-title,.admin-shell .admin-page-title,.admin-shell .admin-notice,.admin-shell .dash-todo,.admin-shell .an-filter,.admin-shell .an-more>summary,.admin-shell .an-sess-detail dl{font-family:var(--font-ui)}.admin-shell .admin-title,.admin-shell .admin-input-body,.admin-shell .an-uas,.admin-shell .an-sess-detail dd.admin-dim,.admin-shell .admin-md-preview code,.admin-shell .admin-md-preview pre{font-family:var(--font-mono)}.admin-shell .admin-title{font-size:.8rem}.admin-shell .an-tile-label,.admin-shell .an-title,.admin-shell .admin-table th,.admin-shell .an-sess-detail dt{letter-spacing:.08em;font-weight:500}.admin-shell .an-tile-value{font-size:1.75rem;font-weight:500}.admin-shell .admin-nav-item{font-size:.92rem}.admin-shell .admin-btn{font-size:.84rem}.admin-shell .admin-btn.publish{font-weight:600}.admin-shell .admin-input{font-size:.97rem}.admin-shell .admin-label{text-transform:none;font-size:.82rem}.admin-shell .admin-table,.admin-shell .an-list,.admin-shell .dash-todo,.admin-shell .an-sess-detail dl{font-size:.9rem}.admin-shell .admin-note,.admin-shell .admin-status{font-size:.86rem}.admin-shell .admin-section-title{font-size:.95rem;font-weight:500}.admin-shell .admin-page-title{font-size:1.15rem;font-weight:500}.admin-shell .admin-page-title:before{font-family:var(--font-mono)}.admin-shell .admin-side-foot{font-family:var(--font-ui);gap:.55rem;font-size:.86rem}.admin-shell .admin-footer{font-family:var(--font-ui);font-size:.78rem}.yt{aspect-ratio:16/9;border:1px solid var(--line);cursor:pointer;background:#000;width:100%;padding:0;line-height:0;display:block;position:relative;overflow:hidden}.yt img{object-fit:cover;filter:saturate(.8)brightness(.75);width:100%;height:100%;transition:filter .25s,transform .4s}.yt:hover img,.yt:focus-visible img{filter:saturate(.9)brightness(.9);transform:scale(1.02)}.yt-play{border:1px solid var(--green);color:var(--green-bright);letter-spacing:.08em;background:#0a0a0ad9;padding:.45rem .9rem;font-size:.8rem;line-height:1.4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.yt:hover .yt-play,.yt:focus-visible .yt-play{background:var(--green);color:#061008}.yt-playing{cursor:default}.yt iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.pd-video{margin:2.5rem 0 0}.pd-video+.pd-shots{margin-top:1rem}.tm-video .yt{border:0}@media (width<=860px){.admin-shell .admin-section-body,.admin-shell .an-col,.admin-shell .admin-main{min-width:0}.admin-shell .admin-table{max-width:100%;display:block;overflow-x:auto}.admin-shell .an-table-wrap .admin-table{display:table}}
