:root{--bg: #111111;--card: #1a1a1a;--border: #2a2a2a;--subtle: #333;--accent: #C85A5A;--accent-soft: #A04444;--accent-glow: rgba(200,90,90,.08);--white: #fff;--light: #e0e0e0;--mid: #999;--dim: #666;--title: "Space Grotesk", sans-serif;--body: "Space Grotesk", sans-serif;--mono: "Space Mono", monospace;--t-h1: clamp(3.25rem, 8vw, 6.5rem);--t-h2: clamp(2rem, 4.5vw, 3.75rem);--t-h3: clamp(1rem, 1.8vw, 1.4rem);--t-body: clamp(.95rem, 1.35vw, 1.1rem);--t-sm: clamp(.8rem, 1.1vw, .95rem);--t-stat: clamp(4rem, 10vw, 7.5rem);--pad: clamp(2rem, 5vw, 5rem);--gap: clamp(.75rem, 1.5vw, 1.5rem);--gap-sm: clamp(.4rem, .8vw, .75rem)}[data-astro-cid-v4ftoohf],[data-astro-cid-v4ftoohf]:before,[data-astro-cid-v4ftoohf]:after{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--bg);color:var(--light);font-family:var(--body);overflow:hidden}.deck[data-astro-cid-v4ftoohf]{position:relative;width:100%;height:100%}.slide[data-astro-cid-v4ftoohf]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:var(--pad) var(--pad) var(--pad) calc(var(--pad) + 1rem);opacity:0;transform:translateY(14px);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1);pointer-events:none;overflow:hidden}.slide[data-astro-cid-v4ftoohf].active{opacity:1;transform:translateY(0);pointer-events:auto}.slide[data-astro-cid-v4ftoohf].prev{opacity:0;transform:translateY(-14px)}.progress[data-astro-cid-v4ftoohf]{position:fixed;top:0;left:0;height:2px;background:var(--accent);transition:width .4s ease;z-index:200;box-shadow:0 0 8px #c85a5a66}.nav-dots[data-astro-cid-v4ftoohf]{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:7px;z-index:100}.nav-dot[data-astro-cid-v4ftoohf]{width:8px;height:8px;border-radius:50%;background:var(--subtle);cursor:pointer;transition:all .25s ease;border:none;padding:0;position:relative}.nav-dot[data-astro-cid-v4ftoohf]:hover{background:var(--mid);transform:scale(1.4)}.nav-dot[data-astro-cid-v4ftoohf].active{background:var(--accent);transform:scale(1.3);box-shadow:0 0 6px #c85a5a80}.nav-dot[data-astro-cid-v4ftoohf][data-label]:before{content:attr(data-label);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--card);border:1px solid var(--border);color:var(--mid);font-size:10px;white-space:nowrap;padding:3px 8px;opacity:0;pointer-events:none;transition:opacity .2s}.nav-dot[data-astro-cid-v4ftoohf]:hover[data-label]:before{opacity:1}.nav[data-astro-cid-v4ftoohf]{position:fixed;bottom:2vh;right:3vw;display:flex;gap:10px;z-index:100;align-items:center}.nav[data-astro-cid-v4ftoohf] button[data-astro-cid-v4ftoohf]{background:transparent;border:1px solid var(--subtle);color:var(--mid);width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.nav[data-astro-cid-v4ftoohf] button[data-astro-cid-v4ftoohf]:hover{border-color:var(--accent);color:var(--accent)}.nav[data-astro-cid-v4ftoohf] .counter[data-astro-cid-v4ftoohf]{font-size:11px;color:var(--dim);font-family:var(--mono);letter-spacing:.04em;min-width:44px;text-align:center}.kb-hint[data-astro-cid-v4ftoohf]{position:fixed;bottom:2.5vh;left:var(--pad);font-size:9px;color:var(--dim);letter-spacing:.3px;display:flex;gap:6px;align-items:center;opacity:0;animation:fadeHint .5s 1.5s ease forwards}@keyframes fadeHint{to{opacity:1}}.kb-hint[data-astro-cid-v4ftoohf] kbd[data-astro-cid-v4ftoohf]{display:inline-flex;align-items:center;justify-content:center;padding:1px 5px;background:var(--card);border:1px solid var(--border);border-radius:3px;font-size:8px;color:var(--mid);font-family:var(--body)}h1[data-astro-cid-v4ftoohf]{font-family:var(--title);font-weight:700;color:var(--white);line-height:1.05;letter-spacing:-.02em;font-size:var(--t-h1)}h2[data-astro-cid-v4ftoohf]{font-family:var(--title);font-weight:700;color:var(--white);font-size:var(--t-h2);line-height:1.08;letter-spacing:-.02em}h3[data-astro-cid-v4ftoohf]{font-family:var(--title);font-weight:600;color:var(--accent);font-size:var(--t-h3);line-height:1.3;letter-spacing:-.01em}.subtitle[data-astro-cid-v4ftoohf]{color:var(--mid);font-size:clamp(.9rem,1.5vw,1.15rem);font-weight:400;margin-top:8px;letter-spacing:-.01em}.content[data-astro-cid-v4ftoohf]{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:1200px;width:100%;max-height:calc(100vh - 2 * var(--pad));overflow:hidden}.two-col[data-astro-cid-v4ftoohf]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,3rem);align-items:start}.two-col-wide[data-astro-cid-v4ftoohf]{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(1rem,3vw,3rem);align-items:start}.grid-2x2[data-astro-cid-v4ftoohf]{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.5rem,1.2vw,.875rem)}.divider[data-astro-cid-v4ftoohf]{width:100%;height:1px;background:var(--border);margin:clamp(.5rem,1.5vh,1.25rem) 0}.accent-line[data-astro-cid-v4ftoohf]{width:40px;height:3px;background:var(--accent);margin-bottom:clamp(.875rem,1.8vh,1.5rem)}.card[data-astro-cid-v4ftoohf]{background:var(--card);border:1px solid var(--border);padding:clamp(.75rem,1.5vw,1.25rem) clamp(.875rem,1.8vw,1.5rem);transition:border-color .2s}.card[data-astro-cid-v4ftoohf]:hover{border-color:var(--accent-soft)}.card[data-astro-cid-v4ftoohf] h3[data-astro-cid-v4ftoohf]{margin-bottom:5px;display:flex;align-items:center;gap:6px}.card[data-astro-cid-v4ftoohf] p[data-astro-cid-v4ftoohf]{color:var(--mid);font-size:var(--t-body);line-height:1.55}.item-list[data-astro-cid-v4ftoohf]{display:flex;flex-direction:column;gap:0}.item-row[data-astro-cid-v4ftoohf]{display:flex;align-items:center;justify-content:space-between;padding:clamp(.5rem,1.2vh,.875rem) 0;border-bottom:1px solid var(--border)}.item-row[data-astro-cid-v4ftoohf]:last-child{border-bottom:none}.item-row[data-astro-cid-v4ftoohf] .label[data-astro-cid-v4ftoohf]{font-weight:500;font-size:var(--t-body);color:var(--light)}.item-row[data-astro-cid-v4ftoohf] .time[data-astro-cid-v4ftoohf]{color:var(--dim);font-size:var(--t-sm)}.item-row[data-astro-cid-v4ftoohf] .icon[data-astro-cid-v4ftoohf]{color:var(--accent);margin-right:10px;min-width:22px;display:flex;align-items:center;flex-shrink:0}.item-row[data-astro-cid-v4ftoohf] .icon[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(15px,1.6vw,20px);height:clamp(15px,1.6vw,20px)}.tool-row[data-astro-cid-v4ftoohf]{padding:clamp(.5rem,1.2vh,.875rem) 0;border-bottom:1px solid var(--border)}.tool-row[data-astro-cid-v4ftoohf]:last-child{border-bottom:none}.tool-name[data-astro-cid-v4ftoohf]{font-family:var(--body);font-weight:700;color:var(--accent);font-size:clamp(.95rem,1.5vw,1.2rem);margin-bottom:3px;letter-spacing:-.01em}.tool-desc[data-astro-cid-v4ftoohf]{color:var(--mid);font-size:var(--t-body);line-height:1.5}.step[data-astro-cid-v4ftoohf]{display:flex;gap:clamp(.75rem,1.5vw,1.25rem);padding:clamp(.4rem,1vh,.75rem) 0}.step-num[data-astro-cid-v4ftoohf]{font-family:var(--mono);font-size:clamp(1rem,1.8vw,1.4rem);color:var(--accent);font-weight:700;min-width:36px}.step-content[data-astro-cid-v4ftoohf] .step-title[data-astro-cid-v4ftoohf]{font-weight:600;color:var(--white);font-size:var(--t-body);margin-bottom:2px}.step-content[data-astro-cid-v4ftoohf] .step-desc[data-astro-cid-v4ftoohf]{color:var(--mid);font-size:var(--t-sm);line-height:1.5}.check-list[data-astro-cid-v4ftoohf]{display:flex;flex-direction:column;gap:clamp(.4rem,1vh,.7rem)}.check-item[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:8px;font-size:var(--t-body);color:var(--light)}.check-icon[data-astro-cid-v4ftoohf]{color:var(--accent);flex-shrink:0;display:flex;align-items:center}.check-icon[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(14px,1.4vw,18px);height:clamp(14px,1.4vw,18px)}.tool-name[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:7px}.tool-name[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(14px,1.4vw,18px);height:clamp(14px,1.4vw,18px);flex-shrink:0;color:var(--accent)}.page-icon[data-astro-cid-v4ftoohf]{color:var(--accent);display:inline-flex;align-items:center;margin-right:5px}.page-icon[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(12px,1.2vw,16px);height:clamp(12px,1.2vw,16px)}.host-row[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:7px;margin-bottom:2px}.host-row[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(14px,1.4vw,18px);height:clamp(14px,1.4vw,18px);color:var(--accent);flex-shrink:0}.big-stat[data-astro-cid-v4ftoohf]{font-family:var(--mono);font-size:var(--t-stat);color:var(--accent);font-weight:700;line-height:1}.big-stat-label[data-astro-cid-v4ftoohf]{color:var(--mid);font-size:clamp(.85rem,1.4vw,1rem);margin-top:8px}.pro-tip[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:8px;padding:clamp(.5rem,1.2vh,.875rem) clamp(.75rem,1.5vw,1.125rem);background:var(--accent-glow);border-left:2px solid var(--accent);margin-top:auto;font-size:var(--t-sm);color:var(--accent)}.num-list[data-astro-cid-v4ftoohf]{display:flex;flex-direction:column;gap:clamp(.35rem,.8vh,.6rem)}.num-item[data-astro-cid-v4ftoohf]{display:flex;align-items:flex-start;gap:8px;font-size:var(--t-body);color:var(--light);line-height:1.5}.num-item[data-astro-cid-v4ftoohf] span[data-astro-cid-v4ftoohf]{font-family:var(--mono);color:var(--accent);font-weight:700;min-width:20px}.action-row[data-astro-cid-v4ftoohf]{display:flex;align-items:baseline;gap:clamp(.75rem,2vw,1.5rem);padding:clamp(.6rem,1.3vh,1rem) 0;border-bottom:1px solid var(--border)}.action-row[data-astro-cid-v4ftoohf]:last-child{border-bottom:none}.action-week[data-astro-cid-v4ftoohf]{font-family:var(--mono);font-weight:700;color:var(--accent);font-size:clamp(.85rem,1.3vw,1rem);min-width:clamp(80px,8vw,120px);flex-shrink:0}.action-tasks[data-astro-cid-v4ftoohf]{color:var(--light);font-size:var(--t-body);line-height:1.5}.skill-row[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:12px;padding:clamp(.4rem,.9vh,.7rem) 0}.skill-icon[data-astro-cid-v4ftoohf]{color:var(--accent);min-width:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.skill-icon[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(16px,1.8vw,22px);height:clamp(16px,1.8vw,22px)}.skill-label[data-astro-cid-v4ftoohf]{font-size:var(--t-body);color:var(--light)}.section-header[data-astro-cid-v4ftoohf]{display:flex;align-items:center;gap:10px;margin-bottom:4px}.section-header[data-astro-cid-v4ftoohf] .sec-icon[data-astro-cid-v4ftoohf]{color:var(--accent);display:flex;align-items:center;flex-shrink:0}.section-header[data-astro-cid-v4ftoohf] .sec-icon[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(18px,2vw,26px);height:clamp(18px,2vw,26px)}.pro-tip[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(14px,1.4vw,18px);height:clamp(14px,1.4vw,18px);flex-shrink:0}.card[data-astro-cid-v4ftoohf] h3[data-astro-cid-v4ftoohf] svg[data-astro-cid-v4ftoohf]{width:clamp(13px,1.3vw,17px);height:clamp(13px,1.3vw,17px);flex-shrink:0;vertical-align:middle;margin-right:4px}.page-row[data-astro-cid-v4ftoohf]{display:flex;align-items:baseline;gap:6px;padding:clamp(.2rem,.6vh,.5rem) 0}.page-name[data-astro-cid-v4ftoohf]{font-weight:600;color:var(--light);font-size:var(--t-body);min-width:130px}.page-note[data-astro-cid-v4ftoohf]{color:var(--dim);font-size:var(--t-sm)}.title-layout[data-astro-cid-v4ftoohf]{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,4vw,5rem)}.title-avatar[data-astro-cid-v4ftoohf]{display:flex;align-items:center;justify-content:flex-end}.avatar-img[data-astro-cid-v4ftoohf]{display:block;width:100%;max-width:clamp(200px,28vw,420px);max-height:72vh;object-fit:contain;mix-blend-mode:multiply;pointer-events:none;user-select:none}.closing-avatar[data-astro-cid-v4ftoohf]{display:block;width:clamp(100px,14vw,170px);height:clamp(100px,14vw,170px);object-fit:contain;mix-blend-mode:multiply;margin:0 auto clamp(.5rem,1.5vh,1rem);pointer-events:none}.closing[data-astro-cid-v4ftoohf]{text-align:center;align-items:center}.monogram[data-astro-cid-v4ftoohf]{width:clamp(70px,10vw,110px);height:clamp(70px,10vw,110px);border-radius:50%;background:var(--card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:clamp(1.25rem,2.5vw,2rem);font-weight:700;color:var(--accent);letter-spacing:.05em;margin:0 auto clamp(.75rem,2vh,1.5rem)}.slide-footer[data-astro-cid-v4ftoohf]{position:absolute;bottom:clamp(.75rem,2vh,1.5rem);right:calc(var(--pad) + 1rem);font-family:var(--mono);font-size:9px;color:var(--dim);letter-spacing:.04em}@keyframes fadeInUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.slide[data-astro-cid-v4ftoohf].active .anim[data-astro-cid-v4ftoohf]{animation:fadeInUp .45s cubic-bezier(.16,1,.3,1) both}.slide[data-astro-cid-v4ftoohf].active .anim-d1[data-astro-cid-v4ftoohf]{animation-delay:.08s}.slide[data-astro-cid-v4ftoohf].active .anim-d2[data-astro-cid-v4ftoohf]{animation-delay:.15s}.slide[data-astro-cid-v4ftoohf].active .anim-d3[data-astro-cid-v4ftoohf]{animation-delay:.22s}.slide[data-astro-cid-v4ftoohf].active .anim-d4[data-astro-cid-v4ftoohf]{animation-delay:.3s}.slide[data-astro-cid-v4ftoohf].active .anim-d5[data-astro-cid-v4ftoohf]{animation-delay:.38s}.slide[data-astro-cid-v4ftoohf].active .anim-d6[data-astro-cid-v4ftoohf]{animation-delay:.46s}.slide[data-astro-cid-v4ftoohf].active .anim-d7[data-astro-cid-v4ftoohf]{animation-delay:.54s}@media(max-height:700px){:root{--pad: clamp(1rem, 4vw, 2.5rem);--gap: clamp(.4rem, 1.2vw, .875rem)}}@media(max-height:600px){:root{--pad: clamp(.75rem, 3vw, 1.75rem);--gap: clamp(.3rem, .8vw, .6rem);--t-h1: clamp(1.75rem, 5vw, 3rem);--t-h2: clamp(1.25rem, 3vw, 2rem)}.kb-hint[data-astro-cid-v4ftoohf],.nav-dot[data-astro-cid-v4ftoohf][data-label]:before{display:none}}@media(prefers-reduced-motion:reduce){.slide[data-astro-cid-v4ftoohf]{transition:opacity .3s ease;transform:none!important}.slide[data-astro-cid-v4ftoohf].active .anim[data-astro-cid-v4ftoohf]{animation:none;opacity:1}}
