:root{--bg-app:#f4f3ef;--bg-surface:#fff;--bg-panel:#ebe9e1;--bg-panel-hover:#e0ddd3;--bg-active:#d5d1c5;--bg-subtle:#f8f7f4;--text-primary:#121316;--text-secondary:#4a505b;--text-muted:#747b88;--text-inverse:#fff;--border-subtle:#dbd7cb;--border-default:#c9c4b5;--border-strong:#9e9783;--accent-primary:#851c2c;--accent-hover:#681521;--accent-surface:#faebed;--accent-border:#e8a8b1;--accent-text:#851c2c;--status-success:#15733c;--status-success-bg:#e6f6ec;--status-warning:#9e6400;--status-warning-bg:#fff5db;--status-info:#065ec2;--status-info-bg:#e9f2fd;--font-sans:-apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--radius-sm:0px;--radius-md:2px;--radius-lg:3px;--radius-xl:4px;--shadow-subtle:none;--shadow-card:none;--shadow-modal:0 0 0 1px var(--border-strong), 0 12px 32px #00000040;--toolbar-height:54px;--breadcrumb-height:40px;--statusbar-height:26px}[data-theme=dark]{--bg-app:#0a0b0d;--bg-surface:#101215;--bg-panel:#16181d;--bg-panel-hover:#1e2127;--bg-active:#272c34;--bg-subtle:#0d0e11;--text-primary:#e6e8ec;--text-secondary:#9da3af;--text-muted:#626875;--text-inverse:#0a0b0d;--border-subtle:#1e2229;--border-default:#2a2f39;--border-strong:#3f4756;--accent-primary:#a82439;--accent-hover:#c92e47;--accent-surface:#241115;--accent-border:#521922;--accent-text:#e04a62;--status-success:#2ea043;--status-success-bg:#0d2615;--status-warning:#d29922;--status-warning-bg:#2b1d06;--status-info:#58a6ff;--status-info-bg:#091e38;--shadow-subtle:none;--shadow-card:none;--shadow-modal:0 0 0 1px var(--accent-primary), 0 16px 40px #000000d9}:root .explorer-theme,[data-theme=light] .explorer-theme{--bg-app:#f3f3f3;--bg-surface:#fff;--bg-panel:#f3f3f3;--bg-panel-hover:#eaeaea;--bg-active:#e5e5e5;--bg-subtle:#fafafa;--border-default:#e5e5e5;--border-subtle:#e5e5e5;--border-strong:#ccc;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-muted:#6e6e6e;--accent-surface:#0067c014;--accent-primary:#0067c0;--accent-hover:#005096}[data-theme=dark] .explorer-theme{--bg-app:#2c2c2c;--bg-surface:#202020;--bg-panel:#2c2c2c;--bg-panel-hover:#353535;--bg-active:#333;--bg-subtle:#242424;--border-default:#3a3a3a;--border-subtle:#3a3a3a;--border-strong:#444;--text-primary:#fff;--text-secondary:#ccc;--text-muted:#a0a0a0;--accent-surface:#4ca8ff26;--accent-primary:#4ca8ff;--accent-hover:#1990ff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-app);width:100%;height:100%;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13.5px;line-height:1.5;overflow:hidden}body:before{content:"";background-image:radial-gradient(var(--border-subtle) 1px, transparent 1px);opacity:.45;pointer-events:none;z-index:0;background-size:24px 24px;position:fixed;inset:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}::selection{background:var(--accent-primary);color:#fff}code,pre,kbd,samp{font-family:var(--font-mono);font-size:.9em}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;touch-action:manipulation;background:0 0;border:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-text);outline-offset:1px}.app-shell{background:var(--bg-app);z-index:1;flex-direction:column;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.workspace-main{flex:1;display:flex;position:relative;overflow:hidden}.badge{border-radius:var(--radius-sm);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:4px;padding:1px 6px;font-size:10.5px;font-weight:600;line-height:1.3;display:inline-flex}.badge-project{background:var(--status-info-bg);color:var(--status-info);border:1px solid var(--status-info)}.badge-writeup{background:var(--accent-surface);color:var(--accent-text);border:1px solid var(--accent-border)}.badge-blog{background:var(--status-warning-bg);color:var(--status-warning);border:1px solid var(--status-warning)}.badge-skills{background:var(--bg-panel);color:var(--text-primary);border:1px solid var(--border-default)}.badge-pdf{background:var(--accent-surface);color:var(--accent-text);border:1px solid var(--accent-border)}.badge-default{background:var(--bg-panel);color:var(--text-secondary);border:1px solid var(--border-default)}@keyframes fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.15s ease-out forwards fadeIn}@media (max-width:768px){:root{--toolbar-height:50px;--breadcrumb-height:38px;--statusbar-height:24px}}
.Header-module__hBw1pG__header{min-height:var(--toolbar-height);background:var(--bg-surface);border-bottom:1px solid var(--border-default);z-index:40;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;height:auto;padding:12px 16px;display:flex;box-shadow:0 1px #0000001a}.Header-module__hBw1pG__brandGroup{align-items:center;display:flex}.Header-module__hBw1pG__brandButton{text-align:left;border-radius:var(--radius-md);align-items:center;gap:12px;padding:6px;transition:background .12s;display:flex}.Header-module__hBw1pG__brandButton:hover{background:var(--bg-panel)}.Header-module__hBw1pG__brandAvatar{border:2px solid var(--border-subtle);border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.Header-module__hBw1pG__avatarImage{object-fit:cover;width:100%;height:100%}.Header-module__hBw1pG__brandText{flex-direction:column;gap:4px;display:flex}.Header-module__hBw1pG__brandNameLarge{letter-spacing:-.02em;color:var(--text-primary);font-size:20px;font-weight:800;line-height:1.1}.Header-module__hBw1pG__brandSubLarge{color:var(--text-muted);font-size:12px;font-family:var(--font-mono)}.Header-module__hBw1pG__searchContainer{background:var(--bg-panel);border:1px solid var(--border-default);flex:1;align-items:center;max-width:380px;padding:0 8px;transition:all .12s;display:flex;position:relative}.Header-module__hBw1pG__searchContainer:focus-within{border-color:var(--accent-primary);background:var(--bg-surface);outline:1px solid var(--accent-primary)}.Header-module__hBw1pG__searchIcon{color:var(--text-muted);flex-shrink:0;margin-right:6px}.Header-module__hBw1pG__searchInput{width:100%;height:28px;color:var(--text-primary);font-size:12px;font-family:var(--font-mono);background:0 0;border:none;outline:none}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-muted);font-family:var(--font-sans)}.Header-module__hBw1pG__searchClear{color:var(--text-muted);padding:0 4px;font-size:15px}.Header-module__hBw1pG__searchClear:hover{color:var(--text-primary)}.Header-module__hBw1pG__actionsGroup{align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__modeSwitchAnchor{position:relative}.Header-module__hBw1pG__heroModeSwitch{background:var(--bg-panel);border:1px solid var(--border-strong);align-items:center;gap:2px;padding:2px;display:inline-flex;position:relative}.Header-module__hBw1pG__modeSwitchLabel{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;padding:0 6px;font-size:10px;font-weight:700}.Header-module__hBw1pG__heroModeBtn{font-size:11.5px;font-family:var(--font-mono);color:var(--text-secondary);border:1px solid #0000;align-items:center;gap:5px;padding:4px 10px;font-weight:700;transition:all .12s;display:inline-flex}.Header-module__hBw1pG__heroModeBtn:hover{color:var(--text-primary);background:var(--bg-panel-hover)}.Header-module__hBw1pG__heroModeBtnCli{color:var(--accent-text);border-color:var(--accent-border);background:var(--accent-surface)}.Header-module__hBw1pG__heroModeBtnCli:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-surface)}.Header-module__hBw1pG__heroModeBtnActive{background:var(--text-primary)!important;color:var(--text-inverse)!important;border-color:var(--text-primary)!important}.Header-module__hBw1pG__heroModeBtnActiveCli{box-shadow:0 0 8px #a8243966;background:var(--accent-primary)!important;color:#fff!important;border-color:var(--accent-primary)!important}.Header-module__hBw1pG__hotkeyTag{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-app);border:1px solid var(--border-subtle);margin-left:2px;padding:1px 4px;font-size:9.5px}.Header-module__hBw1pG__iconActionButton{background:var(--bg-panel);border:1px solid var(--border-default);width:28px;height:28px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .12s;display:inline-flex}.Header-module__hBw1pG__iconActionButton:hover{background:var(--bg-panel-hover);color:var(--text-primary);border-color:var(--border-strong)}.Header-module__hBw1pG__resumeButton{font-size:11.5px;font-family:var(--font-mono);color:var(--accent-text);background:var(--accent-surface);border:1px solid var(--accent-border);align-items:center;gap:5px;padding:4px 10px;font-weight:700;transition:all .12s;display:inline-flex}.Header-module__hBw1pG__resumeButton:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}@media (max-width:768px){.Header-module__hBw1pG__header{gap:8px;padding:0 10px}.Header-module__hBw1pG__brandSub,.Header-module__hBw1pG__searchContainer,.Header-module__hBw1pG__hotkeyTag,.Header-module__hBw1pG__modeSwitchLabel{display:none}}
@keyframes CliOnboardingCallout-module__90xPIa__calloutEnter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){@keyframes CliOnboardingCallout-module__90xPIa__calloutEnter{0%{opacity:0}to{opacity:1}}}.CliOnboardingCallout-module__90xPIa__calloutWrapper{z-index:200;pointer-events:auto;animation:.22s ease-out both CliOnboardingCallout-module__90xPIa__calloutEnter;position:absolute;top:calc(100% + 10px);right:0}.CliOnboardingCallout-module__90xPIa__calloutArrow{border-left:7px solid #0000;border-right:7px solid #0000;border-bottom:7px solid var(--accent-primary);width:0;height:0;position:absolute;top:-7px;right:52px}.CliOnboardingCallout-module__90xPIa__callout{background:var(--bg-surface);border:1.5px solid var(--accent-primary);min-width:240px;max-width:min(320px,100vw - 24px);box-shadow:0 0 0 1px var(--accent-border), 0 6px 24px #0000002e;align-items:flex-start;gap:10px;padding:11px 14px;display:flex;position:relative}.CliOnboardingCallout-module__90xPIa__calloutIcon{background:var(--accent-surface);border:1px solid var(--accent-border);width:28px;height:28px;color:var(--accent-text);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.CliOnboardingCallout-module__90xPIa__calloutBody{flex:1;min-width:0}.CliOnboardingCallout-module__90xPIa__calloutHeadline{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:.01em;margin-bottom:3px;font-size:11.5px;font-weight:700;line-height:1.3}.CliOnboardingCallout-module__90xPIa__calloutSub{font-family:var(--font-sans);color:var(--text-secondary);font-size:11px;line-height:1.45}.CliOnboardingCallout-module__90xPIa__calloutDismiss{width:20px;height:20px;color:var(--text-muted);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;margin-top:-2px;margin-right:-4px;transition:color .1s,background .1s;display:flex}.CliOnboardingCallout-module__90xPIa__calloutDismiss:hover{color:var(--text-primary);background:var(--bg-panel)}.CliOnboardingCallout-module__90xPIa__calloutDismiss:focus-visible{outline:2px solid var(--accent-text);outline-offset:1px}.CliOnboardingCallout-module__90xPIa__modeSwitchHighlight{outline:2px solid var(--accent-primary);outline-offset:3px}@media (max-width:600px){.CliOnboardingCallout-module__90xPIa__calloutWrapper{animation:.22s ease-out both CliOnboardingCallout-module__90xPIa__calloutEnterMobile;left:50%;right:auto;transform:translate(-50%)}.CliOnboardingCallout-module__90xPIa__calloutArrow{left:50%;right:auto;transform:translate(-50%)}}@keyframes CliOnboardingCallout-module__90xPIa__calloutEnterMobile{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
