html{scroll-behavior:smooth}.site-root{color:#141413;background:#faf9f5;font-family:Inter,system-ui,sans-serif;position:relative;overflow-x:clip}.site-root a{color:inherit;text-decoration:none}.motifs{pointer-events:none;z-index:0;position:fixed;inset:0}.motifs svg{opacity:.05;position:absolute}.label{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:16px;font-size:11px}.nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf9f5cc;border-bottom:1px solid #e7e1d5;justify-content:space-between;align-items:center;padding:14px 5vw;display:flex;position:sticky;top:0}.nav-name{font-weight:700}.nav-links{color:#5a564e;gap:20px;font-size:14px;display:flex}.nav-links a:hover{color:var(--accent)}.layout{z-index:1;grid-template-columns:1fr;gap:36px;max-width:1320px;margin:0 auto;padding:clamp(16px,2.4vh,28px) 4vw 0;display:grid;position:relative}@media (min-width:980px){.layout{grid-template-columns:1fr 400px;align-items:stretch}}.hero-band{z-index:1;border-bottom:1px solid #e7e1d5;position:relative}.hero-inner{max-width:1240px;margin:0 auto;padding:0 5vw}.hero{flex-wrap:wrap;align-items:center;gap:38px;padding:clamp(24px,3.4vh,44px) 0 clamp(20px,2.8vh,36px);display:flex}.hero-text{flex:1;min-width:280px}.hero-photo{-o-object-fit:cover;object-fit:cover;border:3px solid #fff;border-radius:24px;flex-shrink:0;width:150px;height:150px;box-shadow:0 26px 54px -24px #785a3c80}@media (max-width:640px){.hero-photo{border-radius:20px;width:104px;height:104px}.hero{gap:22px}}.hero-plane{z-index:2;position:absolute;top:18px;right:5vw}.kicker{text-transform:uppercase;letter-spacing:.3em;color:var(--accent);margin-bottom:18px;font-size:11px}.hero-name{letter-spacing:-.02em;margin:0;font-size:clamp(2.6rem,5.4vw,4.6rem);font-weight:800;line-height:1}.hn-first{color:#141413}.hn-last{background:linear-gradient(90deg, var(--accent), #e7a17a, var(--accent));-webkit-text-fill-color:transparent;color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite s2c-shimmer}@keyframes s2c-shimmer{0%,to{background-position:0%}50%{background-position:100%}}.char{opacity:0;background:linear-gradient(100deg,var(--accent),#d97757 45%,#7c3aed);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;animation:.55s cubic-bezier(.2,1,.36,1) forwards charIn;display:inline-block;transform:translateY(.3em)}@keyframes charIn{to{opacity:1;transform:translateY(0)}}.hero-sub{color:#5a564e;max-width:55ch;margin-top:20px;font-family:Georgia,serif;font-size:clamp(1.05rem,2vw,1.5rem);font-style:italic}.section{padding:clamp(18px,2.6vh,32px) 0}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,1,.36,1);transform:translateY(24px)}.reveal.in{opacity:1;transform:none}.about-text{color:#3a372f;max-width:62ch;font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.65}.highlights{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:24px;display:grid}.highlight{color:#3a372f;will-change:transform;background:#fff;border:1px solid #e7e1d5;border-radius:12px;padding:14px;font-size:14px;transition:transform .25s,box-shadow .25s;box-shadow:0 1px 2px #785a3c0a}.highlight:hover{transform:translateY(-3px);box-shadow:0 16px 36px -22px #785a3c6b}.timeline{flex-direction:column;gap:22px;display:flex}.exp{border-left:3px solid var(--accent);padding-left:18px}.exp-role{font-size:18px;font-weight:700}.exp-co{color:var(--accent);font-weight:600}.exp-period{color:#8a857c;margin:3px 0 10px;font-size:12px}.exp ul{color:#5a564e;padding-left:18px;font-size:14px;line-height:1.6}.exp li{margin-bottom:5px}.certs{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;padding:0;list-style:none;display:grid}.certs li{will-change:transform;background:#fff;border:1px solid #e7e1d5;border-radius:10px;padding:10px 14px;font-size:14px;transition:transform .25s,box-shadow .25s;box-shadow:0 1px 2px #785a3c0a}.certs li:hover{transform:translateY(-2px);box-shadow:0 14px 30px -20px #785a3c66}.certs li:before{content:"✓ ";color:var(--accent);font-weight:700}.edu{flex-direction:column;gap:14px;display:flex}.edu-degree{font-weight:600}.edu-meta{color:#8a857c;font-size:13px}.skills-grid{flex-wrap:wrap;gap:10px;display:flex}.skill{color:#2a2722;background:#efe7d8;border:1px solid #d6c9b4;border-radius:999px;padding:7px 15px;font-size:14px;font-weight:500}.skills-row{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}@media (min-width:760px){.skills-row{grid-template-columns:1fr auto}}.skills-divider{border-top:1px solid #ddd4c4;margin-top:clamp(10px,2vh,22px);padding-top:clamp(32px,4.5vh,56px)}.card-wrap{flex-direction:column;align-items:center;gap:14px;display:flex}@media (min-width:760px){.card-wrap{align-self:start;position:sticky;top:100px}}.card-actions{gap:8px;display:flex}.cardbtn{color:#2a2722;cursor:pointer;background:#fff;border:1px solid #d6c9b4;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.cardbtn:hover{border-color:var(--accent);color:var(--accent)}.cardbtn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.cardbtn.primary:hover{filter:brightness(.94);color:#fff}.quote{text-align:center;padding:clamp(40px,5.5vh,72px) 0 clamp(22px,3vh,38px)}.quote-mark{color:var(--accent);opacity:.5;font-family:Georgia,serif;font-size:5rem;line-height:.5;display:block}.quote blockquote{color:#2a2722;max-width:42ch;margin:14px auto 0;font-family:Georgia,serif;font-size:clamp(1.4rem,3vw,2rem);font-style:italic}@media (min-width:980px){.rail{height:calc(100vh - 110px);position:sticky;top:84px}}.rail{flex-direction:column;display:flex}.chat-wrap{background:0 0;border:1px solid #ffffff80;border-radius:18px;flex:1;height:680px;overflow:hidden;box-shadow:0 30px 70px -34px #785a3c80}@media (min-width:980px){.chat-wrap{height:auto}}.booking-slot,.lead-slot{flex-shrink:0;margin-top:12px}.foot{z-index:1;border-top:1px solid #e7e1d5;grid-template-columns:1fr auto 1fr;align-items:center;margin-top:30px;padding:26px 5vw;display:grid;position:relative}.foot-left{justify-self:start}.foot-right{justify-self:end}.foot-mid{color:#8a857c;justify-self:center;font-size:13px}.foot-mid a{color:var(--accent);font-weight:600}.steam{stroke:#b9b2a6;stroke-width:2px;fill:none;stroke-linecap:round;opacity:0;animation:3s ease-in-out infinite steam}.steam.s2{animation-delay:1s}.steam.s3{animation-delay:2s}@keyframes steam{0%{opacity:0;transform:translateY(4px)scaleY(.6)}35%{opacity:.7}to{opacity:0;transform:translateY(-10px)scaleY(1.1)}}@media (prefers-reduced-motion:reduce){.char{opacity:1;animation:none;transform:none}.reveal{transition:none}.steam{opacity:.5;animation:none}.hn-last{-webkit-text-fill-color:var(--accent);color:var(--accent);animation:none}html{scroll-behavior:auto}}@media (max-width:375px){.nav,.layout{padding-left:18px;padding-right:18px}.nav-links{gap:12px}}.theme-bold{background:#fff}.theme-bold .motifs{display:none}.theme-bold .nav{background:#14130fe0;border-bottom-color:#2a2722}.theme-bold .nav-name{color:#f3efe6}.theme-bold .nav-links a{color:#b8b1a3}.theme-bold .nav-links a:hover{color:#fff}.theme-bold .hero-band{background:#15140f;border-bottom:none}.theme-bold .hero-plane{opacity:.35}.theme-bold .hn-first{color:#fff}.theme-bold .hero-sub{color:#cdc6b8}.theme-bold .hero-photo{border-color:var(--accent);border-radius:50%}.theme-bold .skill{background:var(--accent);color:#fff;border:none;font-weight:600}.theme-bold .highlight,.theme-bold .certs li{border-color:#ece6da}.theme-minimal{color:#1a1a1a;background:#fff}.theme-minimal .motifs{display:none}.theme-minimal .nav{background:#ffffffd9;border-bottom-color:#eee}.theme-minimal .hero-band{border-bottom:1px solid #eee}.theme-minimal .hero{text-align:center;flex-direction:column;align-items:center;gap:24px}.theme-minimal .hero-text{min-width:0}.theme-minimal .hero-photo{border-color:#f1f1f1;border-radius:50%;width:120px;height:120px;box-shadow:0 18px 40px -22px #00000040}.theme-minimal .hero-name{letter-spacing:-.01em;font-weight:600}.theme-minimal .hn-last{-webkit-text-fill-color:var(--accent);color:var(--accent);background:0 0;animation:none}.theme-minimal .hero-sub{margin-left:auto;margin-right:auto;font-family:Inter,system-ui,sans-serif;font-style:normal}.theme-minimal .skill{color:#444;background:0 0;border:1px solid #e2e2e2;font-weight:500}.theme-minimal .highlight,.theme-minimal .certs li{box-shadow:none;border-color:#eee}.theme-minimal .quote blockquote{color:#333}.theme-architect{color:#e7e9ee;background:#0c0e12;font-family:Space Grotesk,Inter,system-ui,sans-serif}.theme-architect .motifs{display:none}.theme-architect .label{color:var(--accent);letter-spacing:.18em;font-family:JetBrains Mono,monospace}.theme-architect .nav{background:#0c0e12b8;border-bottom:1px solid #1c212b}.theme-architect .nav-name{color:#e7e9ee;font-family:JetBrains Mono,monospace}.theme-architect .nav-name:before{content:"~/ ";color:var(--accent)}.theme-architect .nav-links a{color:#8a90a0}.theme-architect .nav-links a:hover{color:#fff}.arch-band{z-index:1;background:radial-gradient(900px 420px at 82% -12%,#3b82f624,#0000 60%);border-bottom:1px solid #1c212b;position:relative}.arch-inner{flex-wrap:wrap;align-items:flex-start;gap:44px;max-width:1240px;margin:0 auto;padding:clamp(44px,6vh,80px) 5vw clamp(36px,5vh,64px);display:flex}.arch-terminal{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#15181fb8;border:1px solid #232a36;border-radius:14px;flex:1;min-width:300px;overflow:hidden;box-shadow:0 50px 100px -55px #000000f2}.arch-bar{background:#11141a;border-bottom:1px solid #232a36;align-items:center;gap:8px;padding:11px 14px;display:flex}.arch-bar .d{border-radius:50%;width:11px;height:11px;display:inline-block}.arch-bar .d.r{background:#ff5f57}.arch-bar .d.y{background:#febc2e}.arch-bar .d.g{background:#28c840}.arch-bartitle{color:#6b7280;margin-left:8px;font-family:JetBrains Mono,monospace;font-size:12px}.arch-body{padding:26px 26px 30px;font-family:JetBrains Mono,monospace}.arch-cmd{color:#8a90a0;font-size:13px}.arch-pr{color:#28c840}.arch-path{color:#5aa0ff}.arch-name{color:#fff;letter-spacing:-.02em;min-height:1.1em;margin:12px 0 6px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.3rem,5vw,4rem);font-weight:700;line-height:1.04}.arch-name:after{content:"▍";color:var(--accent);margin-left:5px;animation:1.05s step-end infinite arch-blink}@keyframes arch-blink{50%{opacity:0}}.arch-role{color:#aeb4c0;margin-bottom:16px;font-family:Space Grotesk,sans-serif;font-size:clamp(1rem,2vw,1.35rem)}.arch-cmd2{margin-top:8px}.arch-chatcta{color:var(--accent);border:1px solid var(--accent);border-radius:9px;margin-top:18px;padding:9px 16px;font-family:JetBrains Mono,monospace;font-size:14px;transition:all .2s;display:inline-block}.arch-chatcta:hover{background:var(--accent);color:#0c0e12;transform:translateY(-1px)}.arch-photo{-o-object-fit:cover;object-fit:cover;filter:grayscale(.25)contrast(1.05);border:1px solid #232a36;border-radius:14px;flex-shrink:0;width:200px;height:240px;box-shadow:0 50px 90px -45px #000000f2}@media (max-width:760px){.arch-photo{width:120px;height:144px}.arch-inner{gap:26px}}.theme-architect .about-text{color:#c4c9d4}.theme-architect .highlight{color:#c4c9d4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;background:#15181f99;border:1px solid #232a36}.theme-architect .highlight:hover{border-color:var(--accent);box-shadow:0 22px 44px -28px #3b82f68c}.theme-architect .exp{border-left-color:var(--accent)}.theme-architect .exp-role{color:#fff}.theme-architect .exp-co{color:var(--accent)}.theme-architect .exp ul{color:#9aa0ad}.theme-architect .exp-period{color:#6b7280}.theme-architect .certs li{color:#d7dbe3;box-shadow:none;background:#15181f99;border:1px solid #232a36;font-family:JetBrains Mono,monospace;font-size:13px}.theme-architect .certs li:before{content:"◈ ";color:var(--accent)}.theme-architect .certs li:hover{border-color:var(--accent)}.theme-architect .skill{color:#cdd3de;background:#3b82f614;border:1px solid #2a3344;font-family:JetBrains Mono,monospace;font-size:13px}.theme-architect .edu-degree{color:#fff}.theme-architect .edu-meta{color:#6b7280}.theme-architect .skills-divider{border-top-color:#1c212b}.theme-architect .quote-mark{color:var(--accent)}.theme-architect .quote blockquote{color:#aeb4c0}.theme-architect .chat-wrap{border-color:#232a36;box-shadow:0 50px 100px -55px #000000f2}@media (prefers-reduced-motion:reduce){.arch-name:after,.coder-typing:after{animation:none}}.theme-coder{color:#f8f8f2;background:#1e1f29;font-family:Space Grotesk,Inter,system-ui,sans-serif}.theme-coder .motifs{display:none}.theme-coder .label{color:#bd93f9;letter-spacing:.16em;font-family:JetBrains Mono,monospace}.theme-coder .nav{background:#1e1f29cc;border-bottom:1px solid #343746}.theme-coder .nav-name{color:#f8f8f2;font-family:JetBrains Mono,monospace}.theme-coder .nav-name:before{content:"</> ";color:#ff79c6}.theme-coder .nav-links a{color:#6272a4}.theme-coder .nav-links a:hover{color:#f8f8f2}.coder-band{z-index:1;background:radial-gradient(820px 400px at 16% -12%,#bd93f929,#0000 60%);border-bottom:1px solid #343746;position:relative}.coder-inner{flex-wrap:wrap;align-items:flex-start;gap:44px;max-width:1240px;margin:0 auto;padding:clamp(44px,6vh,80px) 5vw clamp(36px,5vh,64px);display:flex}.coder-editor{background:#282a36;border:1px solid #343746;border-radius:12px;flex:1;min-width:320px;overflow:hidden;box-shadow:0 50px 100px -55px #000000e6}.coder-tabs{background:#21222c;border-bottom:1px solid #343746;align-items:stretch;padding:0 6px;display:flex}.coder-tab{color:#6272a4;border-bottom:2px solid #0000;padding:12px 15px;font-family:JetBrains Mono,monospace;font-size:12px}.coder-tab.active{color:#f8f8f2;background:#282a36;border-bottom-color:#bd93f9}.coder-code{padding:14px 0;font-family:JetBrains Mono,monospace;font-size:14px;line-height:2;display:flex}.coder-gutter{color:#4b5263;text-align:right;-webkit-user-select:none;user-select:none;border-right:1px solid #343746;margin:0;padding:0 16px 0 18px;list-style:none}.coder-gutter li{height:2em}.coder-lines{white-space:pre;color:#f8f8f2;margin:0;padding:0 22px;overflow-x:auto}.coder-lines code{background:0 0}.t-key{color:#ff79c6}.t-var,.t-prop{color:#8be9fd}.t-str{color:#f1fa8c}.t-bool{color:#bd93f9}.t-punc{color:#6272a4}.t-fn{color:#50fa7b}.coder-typing:after{content:"▍";color:#50fa7b;animation:1.05s step-end infinite arch-blink}.coder-photo{-o-object-fit:cover;object-fit:cover;border:2px solid #343746;border-radius:12px;flex-shrink:0;width:200px;height:240px;box-shadow:0 50px 90px -45px #000000e6}@media (max-width:760px){.coder-photo{width:120px;height:144px}.coder-inner{gap:26px}}.theme-coder .about-text{color:#c9ccd6}.theme-coder .highlight{color:#c9ccd6;box-shadow:none;background:#282a36;border:1px solid #343746}.theme-coder .highlight:hover{border-color:#bd93f9}.theme-coder .exp{border-left-color:#bd93f9}.theme-coder .exp-role{color:#f8f8f2}.theme-coder .exp-co{color:#50fa7b}.theme-coder .exp ul{color:#9aa0bd}.theme-coder .exp-period{color:#6272a4}.theme-coder .certs li{color:#d7dbe8;box-shadow:none;background:#282a36;border:1px solid #343746;font-family:JetBrains Mono,monospace;font-size:13px}.theme-coder .certs li:before{content:"✓ ";color:#50fa7b}.theme-coder .skill{color:#d7d3ea;background:#bd93f91a;border:1px solid #3a3550;font-family:JetBrains Mono,monospace;font-size:13px}.theme-coder .edu-degree{color:#f8f8f2}.theme-coder .edu-meta{color:#6272a4}.theme-coder .skills-divider{border-top-color:#343746}.theme-coder .quote-mark{color:#bd93f9}.theme-coder .quote blockquote{color:#aeb4c8}.theme-coder .chat-wrap{border-color:#343746;box-shadow:0 50px 100px -55px #000000e6}.theme-architect .chat-wrap,.theme-coder .chat-wrap{color:#e7e9ee;--background:222 47% 8%;--foreground:210 40% 96%;--card:222 47% 10%;--card-foreground:210 40% 96%;--muted:217 33% 18%;--muted-foreground:214 18% 72%;--border:217 33% 24%;--secondary:217 33% 18%;--secondary-foreground:210 40% 96%}.theme-architect .chat-wrap [class*=bg-white]{background-color:#1418209e!important}.theme-coder .chat-wrap [class*=bg-white]{background-color:#282a36a8!important}.theme-architect .chat-wrap [class*=border-white],.theme-coder .chat-wrap [class*=border-white]{border-color:#ffffff1f!important}.theme-architect .chat-wrap [class*="3a372f"],.theme-coder .chat-wrap [class*="3a372f"]{color:#cdd3de!important}.theme-architect .chat-wrap button[type=submit],.theme-coder .chat-wrap button[type=submit]{background-color:var(--accent)!important;color:#0c0e12!important}.theme-architect .chat-wrap .bg-gradient-to-t,.theme-coder .chat-wrap .bg-gradient-to-t{background:0 0!important}.theme-byceo{color:#1c2b3a;background:#fffdf7;font-family:Inter,system-ui,sans-serif}.theme-byceo .motifs{display:none}.theme-byceo:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(900px 600px at 12% -5%,#f9e8a266,#0000 60%),radial-gradient(800px 700px at 100% 8%,#b4e1eb80,#0000 55%);position:fixed;inset:0}.theme-byceo:after{content:"";z-index:0;pointer-events:none;opacity:.05;background-image:linear-gradient(#78a4cb80 1px,#0000 1px),linear-gradient(90deg,#78a4cb80 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask:radial-gradient(circle at 50% 28%,#000 0%,#0000 75%);mask:radial-gradient(circle at 50% 28%,#000 0%,#0000 75%)}.theme-byceo .label{color:var(--accent);letter-spacing:.16em;align-items:center;gap:.6rem;font-family:JetBrains Mono,monospace;display:inline-flex}.theme-byceo .label:before{content:"";background:var(--accent);width:24px;height:1px}.theme-byceo .nav{-webkit-backdrop-filter:blur(18px)saturate(1.3);backdrop-filter:blur(18px)saturate(1.3);background:#fffdf7c7;border-bottom:1px solid #78a4cb38}.theme-byceo .nav-name{color:#1c2b3a;letter-spacing:.02em;font-family:Playfair Display,serif;font-weight:700}.theme-byceo .nav-links a{color:#5c7080;text-transform:uppercase;letter-spacing:.12em;font-family:JetBrains Mono,monospace;font-size:12px}.theme-byceo .nav-links a:hover{color:var(--accent)}.theme-byceo .hero-band{border-bottom:1px solid #78a4cb38}.theme-byceo .kicker{color:#3f6c8f;letter-spacing:.18em;background:#b4e1eb66;border:1px solid #78a4cb66;border-radius:50px;align-items:center;padding:.45rem .9rem;font-family:JetBrains Mono,monospace;display:inline-flex}.theme-byceo .hero-name{letter-spacing:-.01em;font-family:Playfair Display,serif;font-weight:800}.theme-byceo .hn-first{color:#1c2b3a}.theme-byceo .hn-last{background:linear-gradient(100deg,#4a7ba6,#78a4cb 55%,#95bdd7);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;animation:none}.theme-byceo .hero-sub{color:#3f5568;font-family:Inter,system-ui,sans-serif;font-style:normal}.theme-byceo .hero-photo{border:1px solid #78a4cb59;border-radius:18px;box-shadow:0 24px 60px -24px #5a82a066}.theme-byceo .about-text{color:#3f5568}.theme-byceo .highlight,.theme-byceo .certs li{color:#3f5568;background:linear-gradient(160deg,#fff,#f3f9fb);border:1px solid #78a4cb38;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 1px 3px #5a82a01a}.theme-byceo .highlight:after,.theme-byceo .certs li:after{content:"";border-radius:inherit;background:linear-gradient(135deg,var(--accent),transparent 42%);-webkit-mask-composite:xor;opacity:0;padding:1px;transition:opacity .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.theme-byceo .highlight:hover:after,.theme-byceo .certs li:hover:after{opacity:1}.theme-byceo .highlight:hover,.theme-byceo .certs li:hover{box-shadow:0 24px 55px -26px #5a82a073}.theme-byceo .certs li:before{content:""}.theme-byceo .exp{border-left-color:var(--accent)}.theme-byceo .exp-role{color:#1c2b3a;font-family:Playfair Display,serif;font-weight:700}.theme-byceo .exp-co{color:var(--accent)}.theme-byceo .exp ul{color:#3f5568}.theme-byceo .exp-period{color:#6b8494;font-family:JetBrains Mono,monospace}.theme-byceo .edu-degree{color:#1c2b3a}.theme-byceo .edu-meta{color:#6b8494}.theme-byceo .skill{color:#2f5a7d;background:#78a4cb1a;border:1px solid #78a4cb59;font-family:JetBrains Mono,monospace;font-size:13px;transition:transform .2s,background .2s,color .2s,border-color .2s}.theme-byceo .skill:hover{color:#fff;background:#78a4cb;border-color:#78a4cb;transform:translateY(-2px)}.theme-byceo .skills-divider{border-top-color:#78a4cb38}.theme-byceo .s-title{letter-spacing:-.01em;color:#1c2b3a;margin:.3rem 0 1.4rem;font-family:Playfair Display,serif;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:700;line-height:1.1}.stat-strip{z-index:1;border-bottom:1px solid #78a4cb38;position:relative}.stat-strip-inner{flex-wrap:wrap;gap:clamp(28px,5vw,64px);max-width:1240px;margin:0 auto;padding:clamp(18px,2.6vh,30px) 5vw;display:flex}.stat{flex-direction:column;gap:.3rem;display:flex}.stat-num{background:linear-gradient(120deg,#4a7ba6,#78a4cb);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:800;line-height:1}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:#6b8494;font-family:JetBrains Mono,monospace;font-size:.72rem}.theme-byceo .quote-mark{color:var(--accent)}.theme-byceo .quote blockquote{color:#3f5568;font-family:Playfair Display,serif}.theme-byceo .cardbtn{color:#1c2b3a;background:#78a4cb0f;border-color:#78a4cb59;border-radius:50px;padding:8px 18px;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .2s,color .2s}.theme-byceo .cardbtn:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.theme-byceo .cardbtn.primary{color:#fff;background:linear-gradient(135deg,#78a4cb,#4a7ba6);border:none;box-shadow:0 10px 30px -10px #4a7ba680}.theme-byceo .cardbtn.primary:hover{color:#fff;box-shadow:0 14px 36px -10px #4a7ba699}.theme-byceo .foot{border-top-color:#78a4cb38}.theme-byceo .chat-wrap{color:#1c2b3a;--background:200 45% 98%;--foreground:210 30% 16%;--card:200 40% 99%;--card-foreground:210 30% 16%;--muted:195 35% 92%;--muted-foreground:205 20% 45%;--border:200 35% 85%;--secondary:195 35% 92%;--secondary-foreground:210 30% 16%;border-color:#78a4cb47;box-shadow:0 30px 70px -34px #5a82a066}.theme-byceo .chat-wrap [class*=bg-white]{background-color:#ffffffbd!important}.theme-byceo .chat-wrap [class*=border-white]{border-color:#78a4cb33!important}.theme-byceo .chat-wrap button[type=submit]{color:#fff!important;background:linear-gradient(135deg,#78a4cb,#4a7ba6)!important}.theme-architect .chat-wrap [class*="2a2722"],.theme-coder .chat-wrap [class*="2a2722"]{color:#e7e9ee!important}.theme-architect .chat-wrap .prose,.theme-coder .chat-wrap .prose{--tw-prose-body:#dfe3ea;--tw-prose-headings:#fff;--tw-prose-bold:#fff;--tw-prose-bullets:var(--accent);--tw-prose-links:var(--accent);--tw-prose-code:#fff;color:#dfe3ea!important}.theme-byceo .chat-wrap .prose{--tw-prose-body:#3f5568;--tw-prose-headings:#1c2b3a;--tw-prose-bold:#1c2b3a;--tw-prose-bullets:var(--accent);--tw-prose-links:var(--accent);--tw-prose-code:#1c2b3a;color:#3f5568!important}
