@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--radius-xs:6px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--max-width:1200px;--nav-height:64px;--accent-1:#7c6cff;--accent-2:#00d4aa;--accent-3:#ff6b6b;--accent-4:#f59e0b;--accent-gradient:linear-gradient(135deg,#7c6cff 0%,#00d4aa 100%);--accent-gradient-warm:linear-gradient(135deg,#ff6b6b 0%,orange 100%);--accent-gradient-gold:linear-gradient(135deg,#d4a843 0%,#f59e0b 100%);--ucu-burgundy:#8b1a1a;--ucu-burgundy-light:#8b1a1a26;--ucu-gold:#d4a843}[data-theme=dark]{--bg-primary:#06060b;--bg-secondary:#0d0d14;--bg-card:#13131f;--bg-card-hover:#1a1a2e;--bg-elevated:#1e1e30;--bg-glass:#13131ff2;--bg-glass-light:#ffffff08;--text-primary:#f0f0f5;--text-secondary:#9ca3af;--text-muted:#6b7280;--border-color:#7c6cff1a;--border-glow:#7c6cff59;--border-subtle:#ffffff0f;--shadow-sm:0 2px 8px #0006;--shadow-md:0 8px 32px #00000080;--shadow-lg:0 16px 64px #0009;--shadow-glow:0 0 40px #7c6cff1f;--shadow-glow-strong:0 0 60px #7c6cff33}[data-theme=light]{--bg-primary:#f8f9fc;--bg-secondary:#eef1f6;--bg-card:#fff;--bg-card-hover:#f3f4f8;--bg-elevated:#e8eaf0;--bg-glass:#fffffff2;--bg-glass-light:#00000005;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--border-color:#7c6cff26;--border-glow:#7c6cff40;--border-subtle:#0000000f;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 32px #00000014;--shadow-lg:0 16px 64px #0000001a;--shadow-glow:0 0 40px #7c6cff0f;--shadow-glow-strong:0 0 60px #7c6cff1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:var(--accent-1);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-2)}.btn{border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 20px #7c6cff40}.btn-primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 30px #7c6cff66}.btn-primary:active{transform:translateY(0)scale(1)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--accent-1);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);background:0 0;padding:8px 16px}.btn-ghost:hover{color:var(--text-primary);background:var(--bg-glass-light)}.btn-sm{border-radius:var(--radius-sm);padding:8px 16px;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);position:relative;overflow:hidden}.glass-panel:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#7c6cff26,#0000 50%,#00d4aa1a);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.input,.textarea,.select{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-body);outline:none;padding:12px 16px;font-size:.95rem;transition:all .25s}.input:focus,.textarea:focus,.select:focus{border-color:var(--accent-1);box-shadow:0 0 0 3px #7c6cff1a,var(--shadow-glow)}.textarea{resize:vertical;min-height:120px;line-height:1.6}.select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.lang-select{appearance:none;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.9rem;font-family:var(--font-body);color:var(--text-primary);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239ca3af' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;min-width:180px;padding:10px 40px 10px 14px;font-weight:500;transition:all .25s}.lang-select:hover{border-color:var(--accent-1);background-color:var(--bg-card-hover)}.lang-select:focus{border-color:var(--accent-1);outline:none;box-shadow:0 0 0 3px #7c6cff26}.lang-select option{background:var(--bg-primary);color:var(--text-primary);padding:8px}.lang-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.badge-success{color:var(--accent-2);background:#00d4aa1f}.badge-error{color:var(--accent-3);background:#ff6b6b1f}.badge-pending{color:var(--accent-1);background:#7c6cff1f}.badge-ucu{background:var(--ucu-burgundy-light);color:var(--ucu-gold)}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.page{padding-top:calc(var(--nav-height) + 32px);min-height:100vh;padding-bottom:60px}.page-header{margin-bottom:32px}.page-header h1{font-family:var(--font-heading);background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.page-header p{color:var(--text-secondary);margin-top:4px;font-size:.9rem}.grid-2{grid-template-columns:1fr 1fr;gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}.container{padding:0 16px}.page{padding-top:calc(var(--nav-height) + 20px);padding-bottom:40px}.page-header h1{font-size:1.35rem}.page-header p{font-size:.82rem}.lang-select{width:100%;min-width:0;padding:8px 36px 8px 12px;font-size:.82rem}.lang-bar{flex-direction:column;align-items:stretch;gap:8px}.btn{padding:10px 18px;font-size:.82rem}.textarea{min-height:80px;font-size:.88rem}.card{padding:16px}}.spinner{border:2px solid var(--border-color);border-top-color:var(--accent-1);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #7c6cff1a}50%{box-shadow:0 0 40px #7c6cff40}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes gradient-rotate{0%{--angle:0deg}to{--angle:360deg}}.fade-in{animation:.5s forwards fadeIn}.slide-up{animation:.6s forwards slideUp}.float{animation:3s ease-in-out infinite float}.glow-pulse{animation:3s ease-in-out infinite glow-pulse}.skeleton{background:linear-gradient(90deg,var(--bg-card)25%,var(--bg-card-hover)50%,var(--bg-card)75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-1)}::selection{color:#fff;background:#7c6cff4d}body[data-pattern=circuit]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Crect width='120' height='120' fill='none'/%3E%3C!-- traces --%3E%3Cpath d='M0,20 H40 V60 H80 V20 H120' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.25'/%3E%3Cpath d='M20,0 V40 H60 V80 H100 V120' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.2'/%3E%3Cpath d='M0,80 H30 V100 H90 V60' stroke='%2300d4aa' stroke-width='0.6' fill='none' opacity='0.2'/%3E%3C!-- IC chip --%3E%3Crect x='35' y='35' width='16' height='12' rx='2' stroke='%237c6cff' stroke-width='0.7' fill='none' opacity='0.3'/%3E%3Cline x1='37' y1='35' x2='37' y2='31' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='43' y1='35' x2='43' y2='31' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='49' y1='35' x2='49' y2='31' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='37' y1='47' x2='37' y2='51' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='43' y1='47' x2='43' y2='51' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3Cline x1='49' y1='47' x2='49' y2='51' stroke='%237c6cff' stroke-width='0.5' opacity='0.25'/%3E%3C!-- vias --%3E%3Ccircle cx='80' cy='20' r='2.5' stroke='%2300d4aa' stroke-width='0.6' fill='none' opacity='0.3'/%3E%3Ccircle cx='80' cy='20' r='0.8' fill='%2300d4aa' opacity='0.4'/%3E%3Ccircle cx='20' cy='80' r='2.5' stroke='%237c6cff' stroke-width='0.6' fill='none' opacity='0.3'/%3E%3Ccircle cx='20' cy='80' r='0.8' fill='%237c6cff' opacity='0.4'/%3E%3Ccircle cx='100' cy='100' r='2' stroke='%237c6cff' stroke-width='0.5' fill='none' opacity='0.25'/%3E%3C!-- component pads --%3E%3Crect x='92' y='55' width='8' height='4' rx='1' stroke='%2300d4aa' stroke-width='0.5' fill='none' opacity='0.25'/%3E%3Crect x='5' y='50' width='6' height='3' rx='1' stroke='%237c6cff' stroke-width='0.5' fill='none' opacity='0.2'/%3E%3C/svg%3E");background-size:120px 120px;background-attachment:fixed}body[data-pattern=binary]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Crect width='160' height='160' fill='none'/%3E%3C!-- robot head --%3E%3Crect x='55' y='30' width='28' height='24' rx='5' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.25'/%3E%3C!-- antenna --%3E%3Cline x1='69' y1='30' x2='69' y2='20' stroke='%237c6cff' stroke-width='0.6' opacity='0.25'/%3E%3Ccircle cx='69' cy='18' r='2' stroke='%237c6cff' stroke-width='0.5' fill='none' opacity='0.3'/%3E%3C!-- eyes --%3E%3Ccircle cx='64' cy='40' r='3' stroke='%2300d4aa' stroke-width='0.6' fill='none' opacity='0.3'/%3E%3Ccircle cx='64' cy='40' r='1' fill='%2300d4aa' opacity='0.3'/%3E%3Ccircle cx='74' cy='40' r='3' stroke='%2300d4aa' stroke-width='0.6' fill='none' opacity='0.3'/%3E%3Ccircle cx='74' cy='40' r='1' fill='%2300d4aa' opacity='0.3'/%3E%3C!-- mouth --%3E%3Cline x1='63' y1='48' x2='75' y2='48' stroke='%237c6cff' stroke-width='0.5' opacity='0.2'/%3E%3C!-- body connector --%3E%3Cline x1='69' y1='54' x2='69' y2='62' stroke='%237c6cff' stroke-width='0.5' opacity='0.2'/%3E%3C!-- circuit traces --%3E%3Cpath d='M0,80 H30 V100 H50' stroke='%237c6cff' stroke-width='0.5' fill='none' opacity='0.15'/%3E%3Cpath d='M110,80 H140 V110 H160' stroke='%2300d4aa' stroke-width='0.5' fill='none' opacity='0.15'/%3E%3C!-- scatter components --%3E%3Ccircle cx='20' cy='30' r='1.5' stroke='%2300d4aa' stroke-width='0.5' fill='none' opacity='0.2'/%3E%3Crect x='120' y='25' width='8' height='5' rx='1' stroke='%237c6cff' stroke-width='0.4' fill='none' opacity='0.15'/%3E%3Ccircle cx='130' cy='130' r='2' stroke='%237c6cff' stroke-width='0.4' fill='none' opacity='0.15'/%3E%3Cpath d='M15,130 L25,125 L25,135 Z' stroke='%2300d4aa' stroke-width='0.4' fill='none' opacity='0.15'/%3E%3C/svg%3E");background-size:160px 160px;background-attachment:fixed}body[data-pattern=deepnn]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='180'%3E%3Crect width='200' height='180' fill='none'/%3E%3C!-- connections layer1-layer2 --%3E%3Cline x1='30' y1='25' x2='85' y2='18' stroke='%237c6cff' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='30' y1='25' x2='85' y2='50' stroke='%237c6cff' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='30' y1='25' x2='85' y2='82' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='25' x2='85' y2='114' stroke='%237c6cff' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='30' y1='25' x2='85' y2='146' stroke='%237c6cff' stroke-width='0.3' opacity='0.08'/%3E%3Cline x1='30' y1='60' x2='85' y2='18' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='60' x2='85' y2='50' stroke='%237c6cff' stroke-width='0.3' opacity='0.18'/%3E%3Cline x1='30' y1='60' x2='85' y2='82' stroke='%237c6cff' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='30' y1='60' x2='85' y2='114' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='60' x2='85' y2='146' stroke='%237c6cff' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='30' y1='95' x2='85' y2='18' stroke='%237c6cff' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='30' y1='95' x2='85' y2='50' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='95' x2='85' y2='82' stroke='%237c6cff' stroke-width='0.3' opacity='0.18'/%3E%3Cline x1='30' y1='95' x2='85' y2='114' stroke='%237c6cff' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='30' y1='95' x2='85' y2='146' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='130' x2='85' y2='18' stroke='%237c6cff' stroke-width='0.3' opacity='0.08'/%3E%3Cline x1='30' y1='130' x2='85' y2='50' stroke='%237c6cff' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='30' y1='130' x2='85' y2='82' stroke='%237c6cff' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='30' y1='130' x2='85' y2='114' stroke='%237c6cff' stroke-width='0.3' opacity='0.18'/%3E%3Cline x1='30' y1='130' x2='85' y2='146' stroke='%237c6cff' stroke-width='0.3' opacity='0.15'/%3E%3C!-- connections layer2-layer3 --%3E%3Cline x1='115' y1='18' x2='170' y2='45' stroke='%2300d4aa' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='115' y1='18' x2='170' y2='82' stroke='%2300d4aa' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='115' y1='18' x2='170' y2='119' stroke='%2300d4aa' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='115' y1='50' x2='170' y2='45' stroke='%2300d4aa' stroke-width='0.3' opacity='0.18'/%3E%3Cline x1='115' y1='50' x2='170' y2='82' stroke='%2300d4aa' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='115' y1='50' x2='170' y2='119' stroke='%2300d4aa' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='115' y1='82' x2='170' y2='45' stroke='%2300d4aa' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='115' y1='82' x2='170' y2='82' stroke='%2300d4aa' stroke-width='0.3' opacity='0.2'/%3E%3Cline x1='115' y1='82' x2='170' y2='119' stroke='%2300d4aa' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='115' y1='114' x2='170' y2='45' stroke='%2300d4aa' stroke-width='0.3' opacity='0.1'/%3E%3Cline x1='115' y1='114' x2='170' y2='82' stroke='%2300d4aa' stroke-width='0.3' opacity='0.15'/%3E%3Cline x1='115' y1='114' x2='170' y2='119' stroke='%2300d4aa' stroke-width='0.3' opacity='0.18'/%3E%3Cline x1='115' y1='146' x2='170' y2='45' stroke='%2300d4aa' stroke-width='0.3' opacity='0.08'/%3E%3Cline x1='115' y1='146' x2='170' y2='82' stroke='%2300d4aa' stroke-width='0.3' opacity='0.12'/%3E%3Cline x1='115' y1='146' x2='170' y2='119' stroke='%2300d4aa' stroke-width='0.3' opacity='0.15'/%3E%3C!-- input layer nodes --%3E%3Ccircle cx='30' cy='25' r='5' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='30' cy='25' r='1.5' fill='%237c6cff' opacity='0.25'/%3E%3Ccircle cx='30' cy='60' r='5' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='30' cy='60' r='1.5' fill='%237c6cff' opacity='0.25'/%3E%3Ccircle cx='30' cy='95' r='5' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='30' cy='95' r='1.5' fill='%237c6cff' opacity='0.25'/%3E%3Ccircle cx='30' cy='130' r='5' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='30' cy='130' r='1.5' fill='%237c6cff' opacity='0.25'/%3E%3C!-- hidden layer nodes --%3E%3Ccircle cx='100' cy='18' r='5' stroke='%237c6cff' stroke-width='0.7' fill='none' opacity='0.25'/%3E%3Ccircle cx='100' cy='18' r='1.5' fill='%237c6cff' opacity='0.2'/%3E%3Ccircle cx='100' cy='50' r='5' stroke='%237c6cff' stroke-width='0.7' fill='none' opacity='0.25'/%3E%3Ccircle cx='100' cy='50' r='1.5' fill='%237c6cff' opacity='0.2'/%3E%3Ccircle cx='100' cy='82' r='6' stroke='%237c6cff' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='100' cy='82' r='2' fill='%237c6cff' opacity='0.25'/%3E%3Ccircle cx='100' cy='114' r='5' stroke='%237c6cff' stroke-width='0.7' fill='none' opacity='0.25'/%3E%3Ccircle cx='100' cy='114' r='1.5' fill='%237c6cff' opacity='0.2'/%3E%3Ccircle cx='100' cy='146' r='5' stroke='%237c6cff' stroke-width='0.7' fill='none' opacity='0.25'/%3E%3Ccircle cx='100' cy='146' r='1.5' fill='%237c6cff' opacity='0.2'/%3E%3C!-- output layer nodes --%3E%3Ccircle cx='170' cy='45' r='5' stroke='%2300d4aa' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='170' cy='45' r='1.5' fill='%2300d4aa' opacity='0.25'/%3E%3Ccircle cx='170' cy='82' r='6' stroke='%2300d4aa' stroke-width='0.9' fill='none' opacity='0.35'/%3E%3Ccircle cx='170' cy='82' r='2' fill='%2300d4aa' opacity='0.3'/%3E%3Ccircle cx='170' cy='119' r='5' stroke='%2300d4aa' stroke-width='0.8' fill='none' opacity='0.3'/%3E%3Ccircle cx='170' cy='119' r='1.5' fill='%2300d4aa' opacity='0.25'/%3E%3C!-- layer labels --%3E%3Ctext x='30' y='160' text-anchor='middle' font-size='5' fill='%237c6cff' opacity='0.15' font-family='monospace'%3Einput%3C/text%3E%3Ctext x='100' y='170' text-anchor='middle' font-size='5' fill='%237c6cff' opacity='0.15' font-family='monospace'%3Ehidden%3C/text%3E%3Ctext x='170' y='148' text-anchor='middle' font-size='5' fill='%2300d4aa' opacity='0.15' font-family='monospace'%3Eoutput%3C/text%3E%3C/svg%3E");background-size:200px 180px;background-attachment:fixed}
.Navbar-module__5NTJiW__nav{z-index:1000;height:var(--nav-height);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);position:fixed;top:0;left:0;right:0}.Navbar-module__5NTJiW__inner{max-width:var(--max-width);align-items:center;gap:8px;height:100%;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__5NTJiW__logo{font-family:var(--font-heading);letter-spacing:-.02em;flex-shrink:0;align-items:center;gap:10px;margin-right:8px;font-size:1.15rem;font-weight:700;display:flex;color:var(--text-primary)!important}.Navbar-module__5NTJiW__logoIcon{filter:drop-shadow(0 0 8px #7c6cff80);font-size:1.2rem}.Navbar-module__5NTJiW__links{flex:1;align-items:center;gap:2px;display:flex}.Navbar-module__5NTJiW__link{border-radius:var(--radius-sm);white-space:nowrap;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:500;transition:all .25s;display:flex;position:relative;color:var(--text-muted)!important}.Navbar-module__5NTJiW__link:hover{background:var(--bg-glass-light);color:var(--text-primary)!important}.Navbar-module__5NTJiW__link.Navbar-module__5NTJiW__active{background:#7c6cff14;color:var(--accent-1)!important}.Navbar-module__5NTJiW__link.Navbar-module__5NTJiW__active:after{content:"";background:var(--accent-gradient);border-radius:1px;height:2px;position:absolute;bottom:0;left:14px;right:14px}.Navbar-module__5NTJiW__navGroup{position:relative}.Navbar-module__5NTJiW__groupTrigger{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:8px 14px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .25s;display:flex}.Navbar-module__5NTJiW__groupTrigger:hover{color:var(--text-primary);background:var(--bg-glass-light)}.Navbar-module__5NTJiW__groupTriggerActive{color:var(--accent-1)!important}.Navbar-module__5NTJiW__chevron{margin-left:2px;font-size:.65rem;transition:transform .2s}.Navbar-module__5NTJiW__chevronOpen{transform:rotate(180deg)}.Navbar-module__5NTJiW__dropdown{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);opacity:0;pointer-events:none;z-index:999;min-width:240px;padding:6px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-6px);box-shadow:0 8px 32px #00000040}.Navbar-module__5NTJiW__dropdownOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__5NTJiW__dropdownItem{border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px 14px;transition:all .15s;display:flex;color:var(--text-secondary)!important}.Navbar-module__5NTJiW__dropdownItem:hover{background:#7c6cff0f;color:var(--text-primary)!important}.Navbar-module__5NTJiW__dropdownItemActive{background:#7c6cff1a;color:var(--accent-1)!important}.Navbar-module__5NTJiW__dropdownIcon{border-radius:var(--radius-sm);background:var(--bg-card);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;display:flex}.Navbar-module__5NTJiW__dropdownLabel{font-size:.82rem;font-weight:600;line-height:1.2}.Navbar-module__5NTJiW__dropdownDesc{color:var(--text-muted);margin-top:1px;font-size:.7rem;line-height:1.2}.Navbar-module__5NTJiW__mobileGroupHeader,.Navbar-module__5NTJiW__mobileGroupLinks{display:none}.Navbar-module__5NTJiW__auth{flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}.Navbar-module__5NTJiW__themeToggle{border:1px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .25s;display:flex}.Navbar-module__5NTJiW__themeToggle:hover{border-color:var(--accent-1);background:var(--bg-card-hover);transform:scale(1.1)}.Navbar-module__5NTJiW__userMenu{align-items:center;gap:10px;display:flex}.Navbar-module__5NTJiW__userAvatar{background:var(--accent-gradient);color:#fff;letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 0 12px #7c6cff4d}.Navbar-module__5NTJiW__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:8px;display:none}.Navbar-module__5NTJiW__hamburger span{background:var(--text-secondary);border-radius:1px;width:18px;height:2px;transition:all .3s}@media (max-width:768px){.Navbar-module__5NTJiW__hamburger{display:flex}.Navbar-module__5NTJiW__links{top:var(--nav-height);background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-subtle);max-height:calc(100vh - var(--nav-height));flex-direction:column;gap:2px;padding:12px 16px;animation:.3s Navbar-module__5NTJiW__slideUp;display:none;position:fixed;left:0;right:0;overflow-y:auto}.Navbar-module__5NTJiW__links.Navbar-module__5NTJiW__open{display:flex}.Navbar-module__5NTJiW__link{border-radius:var(--radius-md);width:100%;padding:12px 16px}.Navbar-module__5NTJiW__link.Navbar-module__5NTJiW__active:after,.Navbar-module__5NTJiW__groupTrigger,.Navbar-module__5NTJiW__dropdown{display:none}.Navbar-module__5NTJiW__navGroup{width:100%}.Navbar-module__5NTJiW__mobileGroupHeader{border-radius:var(--radius-md);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 16px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__5NTJiW__mobileGroupHeader:hover{background:var(--bg-glass-light);color:var(--text-primary)}.Navbar-module__5NTJiW__mobileGroupLinks{border-left:2px solid var(--border-subtle);flex-direction:column;gap:2px;margin-bottom:4px;margin-left:16px;padding-left:12px;display:flex}}
.AuthModal-module__3sWEEG__overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s AuthModal-module__3sWEEG__overlayIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__3sWEEG__overlayIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__3sWEEG__modal{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-width:400px;padding:32px;animation:.25s AuthModal-module__3sWEEG__modalIn;position:relative;box-shadow:0 24px 80px #0006}@keyframes AuthModal-module__3sWEEG__modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AuthModal-module__3sWEEG__closeBtn{border:1px solid var(--border-subtle);background:var(--bg-secondary);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.AuthModal-module__3sWEEG__closeBtn:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--accent-1)}.AuthModal-module__3sWEEG__header{text-align:center;margin-bottom:24px}.AuthModal-module__3sWEEG__icon{margin-bottom:12px;font-size:2rem}.AuthModal-module__3sWEEG__header h2{font-family:var(--font-heading);margin-bottom:4px;font-size:1.25rem;font-weight:700}.AuthModal-module__3sWEEG__header p{color:var(--text-muted);font-size:.82rem}.AuthModal-module__3sWEEG__form{flex-direction:column;gap:14px;display:flex}.AuthModal-module__3sWEEG__error{border-radius:var(--radius-sm);color:var(--accent-3);background:#ff6b6b14;border:1px solid #ff6b6b33;padding:10px 14px;font-size:.82rem}.AuthModal-module__3sWEEG__toggle{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.82rem}.AuthModal-module__3sWEEG__toggle button{color:var(--accent-1);cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none}.AuthModal-module__3sWEEG__toggle button:hover{text-decoration:underline}@media (max-width:768px){.AuthModal-module__3sWEEG__modal{max-width:100%;padding:24px 20px}}
