@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";*{box-sizing:border-box}:root{--bg: #030711;--text: #f8fafc;--panel: rgba(10, 16, 35, .8);--panel-strong: rgba(10, 16, 35, .95);--muted: #94a3b8;--accent: #4ade80;--accent-dark: #16a34a;--border: rgba(255, 255, 255, .08)}[data-theme=light]{--bg: #e5e7eb;--text: #020617;--panel: #ffffff;--panel-strong: #ffffff;--muted: #4b5563;--accent: #22c55e;--accent-dark: #16a34a;--border: rgba(15, 23, 42, .08)}body{margin:0;min-height:100vh;font-family:Space Grotesk,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 10% 15%,rgba(74,222,128,.12),transparent 40%),radial-gradient(circle at 85% 15%,rgba(59,130,246,.08),transparent 45%),var(--bg);color:var(--text)}.app{width:100%;min-height:100vh;margin:0;padding:1.25rem clamp(.75rem,2vw,2rem) 1.5rem}.theme-toggle{position:fixed;top:.5rem;right:.5rem;z-index:999;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--panel-strong);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 30px #00000059;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease;opacity:.85}.theme-toggle:hover{opacity:1;transform:translateY(-1px);box-shadow:0 14px 40px #00000073}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle-hidden{opacity:0;pointer-events:none;transform:translateY(-8px)}[data-theme=light] .theme-toggle{background:#fff;border-color:#94a3b880;box-shadow:0 10px 25px #0f172a29}.split-layout{display:flex;flex-direction:row;gap:1rem;width:100%;height:calc(100vh - 3.5rem)}.split-layout>*{min-height:100%}.panel{background:var(--panel);border-radius:18px;border:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 14px 40px #00000059}.chat-panel{background:var(--panel-strong);position:sticky;top:0;align-self:flex-start;flex:0 0 20%;max-width:20%}.resume-panel{background:linear-gradient(145deg,#080e20f2,#0c142de6);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.8) transparent;flex:1 1 80%;min-width:0}[data-theme=light] .resume-panel{background:linear-gradient(145deg,#fff,#e5e7eb)}.resume-panel::-webkit-scrollbar{width:6px}.resume-panel::-webkit-scrollbar-track{background:transparent}.resume-panel::-webkit-scrollbar-thumb{background:#94a3b8b3;border-radius:999px}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);font-size:.82rem;margin:0}.lead{color:var(--muted);font-size:1rem;margin-top:.75rem;margin-bottom:0}.chat-intro h2{margin:.3rem 0}.chat-prompts{border-top:1px solid var(--border);padding-top:1rem;color:var(--muted)}.chat-prompts ul{margin:.35rem 0 0;padding-left:1.25rem;font-size:.9rem}.resume-hero{display:flex;flex-direction:column;gap:.7rem;background:#ffffff05;border-radius:14px;border:1px solid var(--border);padding:1rem}.resume-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.resume-hero h1{margin:.4rem 0;font-size:clamp(2rem,4vw,2.8rem)}.resume-actions{display:flex;gap:.75rem;flex-wrap:wrap}.resume-grid{display:flex;flex-direction:column;gap:.75rem}.resume-section{background:#00000040;border-radius:18px;padding:1.25rem;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:.8rem}[data-theme=light] .resume-section{background:#fff;border-color:#94a3b840}.section-header{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.9rem}.section-header-right{display:flex;align-items:center;gap:.5rem}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{padding:.35rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);font-size:.85rem;color:var(--muted)}[data-theme=light] .chip{border-color:#94a3b899;background:#f3f4f6;color:#4b5563}.timeline article{border-left:2px solid rgba(255,255,255,.12);padding-left:1rem;margin-left:.25rem;margin-bottom:.9rem}[data-theme=light] .timeline article{border-left-color:#94a3b899}.timeline header{display:flex;justify-content:space-between;align-items:baseline}.timeline header span{color:var(--muted);font-size:.85rem}.projects-grid{display:flex;gap:.9rem;flex-wrap:wrap;align-items:stretch}.card{background:#ffffff05;border-radius:14px;padding:1rem;border:1px solid rgba(255,255,255,.04);width:100%}[data-theme=light] .card{background:#fff;border-color:#94a3b84d}.card-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--muted)}.badge{padding:.15rem .6rem;border-radius:999px;background:#4ade802e;color:var(--accent);font-size:.78rem}.badge.neutral{background:#94a3b833;color:var(--muted)}.card ul{margin:.6rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.95rem}.muted{color:var(--muted)}.contact-details{display:flex;flex-direction:column;gap:.25rem;color:var(--muted)}.gemini{display:flex;flex-direction:column;gap:1rem;height:100%}.gemini-chat{height:300px;overflow-y:auto;padding:.9rem;border-radius:14px;background:#00000059;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.45rem}[data-theme=light] .gemini-chat,[data-theme=light] .gemini-form input{background:#f9fafb;border-color:#94a3b880}.gemini-empty{color:var(--muted);font-size:.9rem}.msg{margin:0;padding:.65rem .85rem;border-radius:12px;font-size:.95rem;max-width:78%}.msg-user{align-self:flex-end;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#052112}.msg-model{align-self:flex-start;background:#ffffff14;color:var(--muted)}[data-theme=light] .msg-model{background:#e5e7eb;color:var(--text)}.msg-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.15rem}.gemini-error{color:#fecaca;background:#7f1d1d80;border:1px solid rgba(248,113,113,.5);padding:.45rem .75rem;border-radius:8px;font-size:.88rem}.gemini-form{display:flex;flex-direction:column;gap:.5rem;position:sticky;bottom:0;padding-top:.6rem;padding-bottom:.25rem;z-index:3;margin-top:auto;align-items:center}.gemini-form input{flex:1;width:100%;padding:.65rem .9rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#020617d9;color:#f8fafc}[data-theme=light] .gemini-form input{background:#fff;color:var(--text);border-color:#94a3b899}[data-theme=light] .gemini-form input::placeholder{color:#94a3b8e6}.gemini-form button{border-radius:10px;border:none;background:var(--accent);color:#04240f;font-weight:700;padding:.65rem 1rem;cursor:pointer;align-self:center}@media (max-width: 720px){.split-layout{display:flex;flex-direction:column;height:auto}.chat-panel{width:100%;position:relative;top:auto;align-self:stretch;max-width:unset}.resume-panel{overflow-y:visible;height:auto}.gemini-form{position:static;background:transparent;padding-top:.35rem;flex-direction:column;align-items:center}.resume-actions{justify-content:flex-start}}
