:root{--bg:#0a0a0a;--panel:#141414;--panel-2:#111;--border:#262626;--text:#fff;--muted:#ffffff8c;--coral:#df6c4f;--coral-dim:#df6c4f33;--mono:"Inter","JetBrains Mono","IBM Plex Mono",ui-monospace,Consolas,monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--text);font-family:var(--mono);background:#fff radial-gradient(circle,#3a3a3a59 1px,#0000 1px) 0 0/22px 22px;min-height:100vh}.frame{max-width:2000px;margin:0 auto}.navbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;margin-bottom:44px;display:flex}.logo{letter-spacing:2px;color:#fff;font-size:14px;font-weight:700}.pillgroup{border:1px solid var(--border);background:#111;border-radius:999px;gap:2px;padding:4px;display:flex}.pill{color:var(--muted);cursor:pointer;font-size:12px;font-family:var(--mono);background:0 0;border:none;border-radius:999px;padding:8px 16px;transition:all .15s}.pill.active{color:#0a0a0a;background:#fff;font-weight:600}.pill:hover:not(.active):not(:disabled){color:var(--text)}.pill:disabled{cursor:not-allowed;opacity:.6}.pill:focus-visible{outline:1px solid var(--coral);outline-offset:2px}.right-cluster{align-items:center;gap:10px;display:flex}.metric-badge{border:1px solid var(--border);color:#fff;background:#111;border-radius:999px;padding:8px 16px;font-size:12px}.icon-btn{border:1px solid var(--border);width:34px;height:34px;color:var(--muted);cursor:pointer;font-size:12px;font-family:var(--mono);background:#111;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn:hover{color:var(--text)}.avatar{background:linear-gradient(135deg,var(--coral),#8a3d2b);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.card{background:var(--panel);border:1px solid var(--border);background-image:radial-gradient(circle,#3a3a3a47 1px,#0000 1px);background-size:22px 22px;border-radius:18px;padding:22px;position:relative;overflow:hidden}.eyebrow{letter-spacing:1.5px;color:var(--muted);text-transform:uppercase;align-items:center;gap:8px;margin-bottom:18px;font-size:11px;display:flex}.eyebrow .dot{background:var(--coral);border-radius:50%;width:6px;height:6px}.view{display:none}.view.active{display:block}.bento-row{grid-template-columns:1fr 1fr 2fr;gap:10px;margin-bottom:10px;display:grid}.bento-row-2{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}@media (max-width:960px){.bento-row,.bento-row-2{grid-template-columns:1fr}}.hero-card{flex-direction:column;justify-content:space-between;min-height:460px;display:flex}.hero-img-wrap{position:absolute;inset:0;overflow:hidden}.hero-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block;transform:scale(1.01)}.hero-card:hover .hero-img-wrap img{transform:scale(1.14)}.hero-card:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000008c 0%,#00000059 55%,#000000d9 100%);position:absolute;inset:0}.hero-card .hero-top,.hero-card .hero-quote{z-index:2;position:relative}.hero-top .label{color:var(--muted);font-size:13px}.hero-top h1{margin-top:2px;font-size:28px;font-weight:700;line-height:1.2}.hero-top h1 span{color:#fff}.hero-quote{color:#fff;font-size:13px;line-height:1.5}.hero-quote a{color:#fff;cursor:pointer;text-decoration:underline}.gauge-card{flex-direction:column;align-items:center;min-height:460px;display:flex}.gauge-num{margin-top:6px;font-size:44px;font-weight:700}.gauge-sub{color:var(--muted);margin-top:2px;margin-bottom:auto;font-size:12px}.gauge-wrap{flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex}.gauge-labels{justify-content:space-between;width:100%;margin-top:-6px;font-size:20px;font-weight:700;display:flex}.gauge-labels .sub{color:var(--muted);margin-top:2px;font-size:10px;font-weight:400;display:block}.gh-card{flex-direction:column;min-height:460px;display:flex}.gh-card .eyebrow .dot{background:#fff}.gh-num{color:#fff;font-size:44px;font-weight:700;line-height:1}.gh-sub{color:var(--muted);margin-top:6px;font-size:12px}.gh-skeleton{background:linear-gradient(90deg,#ffffff0a,#ffffff24,#ffffff0a) 0 0/200% 100%;border-radius:8px;width:40%;height:44px;animation:1.4s linear infinite gh-shimmer}@keyframes gh-shimmer{to{background-position:-200% 0}}.gh-bars{flex:1;align-items:flex-end;gap:6px;min-height:100px;margin:18px 0;display:flex}.gh-bar-col{flex:1 1 0;align-items:flex-end;height:100%;min-height:0;display:flex}.gh-bar{background:#fff;border-radius:3px 3px 0 0;width:100%;min-height:2px}.gh-bar-skeleton{background:linear-gradient(#ffffff24,#ffffff08);height:100%}.gh-empty{color:var(--muted);border:1px dashed var(--border);border-radius:12px;flex:1;justify-content:center;align-items:center;margin:18px 0;font-size:13px;display:flex}.gh-divider{border-top:1px solid var(--border);margin:16px 0}.gh-stats{grid-template-columns:1fr 1fr;gap:14px 10px;display:grid}.gh-stat b{color:#fff;font-size:14px;font-weight:700;display:block}.gh-stat span{color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-top:2px;font-size:10px;display:block}.gh-langs{flex-direction:column;gap:10px;display:flex}.gh-lang .gl-name{color:#fff;justify-content:space-between;margin-bottom:5px;font-size:12px;display:flex}.gh-lang .gl-name:after{content:""}.gl-bar{background:#1e1e1e;border-radius:3px;height:5px;overflow:hidden}.gl-bar i{background:#fff;border-radius:3px;height:100%;display:block}.gh-note{color:var(--muted);margin-top:12px;font-size:11px}.skill-card{min-height:460px}.skill-grid{grid-template-columns:1fr 1fr auto;gap:0 20px;font-size:12px;display:grid}.skill-col-head{letter-spacing:1px;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:8px;padding-bottom:8px;font-size:10px}.skill-row{justify-content:space-between;align-items:center;gap:8px;padding:6px 0;display:flex}.skill-row .name{color:#fff}.skill-row .score{border:1px solid var(--border);color:#fff;background:#1e1e1e;border-radius:6px;padding:1px 7px;font-size:11px}.tool-list{color:var(--muted);flex-direction:column;gap:6px;padding-top:0;font-size:12px;display:flex}.tool-list .h{letter-spacing:1px;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--border);margin-bottom:8px;padding-bottom:8px;font-size:10px}.work-card{background:linear-gradient(#141414 0%,#0d0d0d 60%);flex-direction:column;justify-content:flex-end;min-height:430px;display:flex}.work-card h2{margin-bottom:14px;font-size:22px;font-weight:700;line-height:1.3}.write-card{min-height:430px}.write-panel{border:1px solid var(--border);background:#0d0d0d;border-radius:12px;margin-top:8px;padding:14px}.write-tag{letter-spacing:1.5px;color:var(--muted);border:1px solid var(--border);border-radius:6px;padding:5px 10px;font-size:10px;display:inline-block}.write-entry{align-items:center;gap:12px;margin-top:12px;display:flex}.write-node{border:1px solid var(--border);background:radial-gradient(circle at 30% 30%,#3a3a3a,#0a0a0a);border-radius:10px;flex-shrink:0;width:52px;height:52px}.write-entry h3{font-size:14px;font-weight:700}.write-entry .ep{color:var(--muted);font-size:11px}.write-progress{background:var(--border);border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.write-progress i{background:var(--coral);width:35%;height:100%;display:block}.exp-card{min-height:430px}.exp-head{justify-content:space-between;align-items:center;display:flex}.cv-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;font-size:11px;font-family:var(--mono);background:0 0;border-radius:999px;padding:8px 14px}.cv-btn:hover{border-color:var(--coral);color:#fff}.timeline{margin-top:26px;padding-left:22px;position:relative}.timeline:before{content:"";background:var(--border);width:1px;position:absolute;top:4px;bottom:4px;left:5px}.t-item{padding-bottom:22px;position:relative}.t-item:last-child{padding-bottom:0}.t-item:before{content:"";background:var(--coral);border:2px solid #0a0a0a;border-radius:50%;width:9px;height:9px;position:absolute;top:3px;left:-22px}.t-item h4{font-size:13px;font-weight:700}.t-item span{color:var(--muted);font-size:11px}.proj-title{text-align:center;margin:20px 0 40px;font-size:38px;font-weight:700}.proj-section{margin-bottom:34px}.proj-num{color:#fff;margin-bottom:14px;font-size:20px;font-weight:700}.proj-grid{grid-template-columns:1fr .8fr 1fr;gap:14px;display:grid}@media (max-width:960px){.proj-grid{grid-template-columns:1fr}}.plight{color:#000;background:#f3f2ef;border-radius:16px;padding:20px}.plight p{color:#000;margin-bottom:16px;font-size:13px;line-height:1.6}.ov-row{border-bottom:1px solid #e1dfda;justify-content:space-between;padding:9px 0;font-size:12px;display:flex}.ov-row:last-child{border-bottom:none}.ov-row .k{color:#000;text-transform:uppercase;letter-spacing:.5px;font-size:10px}.ov-row .v{text-align:right;font-weight:600}.ov-row .v.link{color:#000}.feat-head{letter-spacing:1px;color:#000;text-transform:uppercase;margin-bottom:12px;font-size:10px}.feat-list{color:#000;font-size:13px;line-height:2;list-style:none}.feat-list li:before{content:"●  ";color:var(--coral);font-size:8px}.mock{color:#fff;text-align:center;background:#161514;border:1px dashed #3a3835;border-radius:12px;justify-content:center;align-items:center;min-height:220px;padding:16px;font-size:12px;display:flex}.note{color:var(--muted);text-align:center;margin-top:26px;font-size:11px}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}.scroll-viewport{height:100vh;overflow:hidden auto}.elastic-content{will-change:transform;min-height:100%}
