:root{--font-body:"Manrope","Avenir Next","Segoe UI",sans-serif;--font-display:"Sora","Avenir Next Condensed","Trebuchet MS",sans-serif;--bg:#eef3ff;--ink:#10213f;--muted:#4d5f83;--card:#fff;--line:#ced8ef;--accent:#0e9f6e;--accent-2:#0046ff;--danger:#c73737}*{box-sizing:border-box}html,body{min-height:100%;font-family:var(--font-body),sans-serif;color:var(--ink);background:radial-gradient(circle at 11% 16%,#5994ff2e 0%,#5994ff00 40%),radial-gradient(circle at 83% 10%,#16c59326 0%,#16c59300 38%),linear-gradient(140deg,#f8fbff 0%,#edf2ff 42%,#ecfaf5 100%);margin:0;padding:0}h1,h2,h3,strong{font-family:var(--font-display),sans-serif}.shell{min-height:100vh}.shell.shell-embedded{grid-template-rows:auto 1fr;display:grid}.shell.shell-standalone{grid-template-columns:240px 1fr;display:grid}.sidebar{border-right:1px solid var(--line);color:#fff;background:radial-gradient(circle at 10% 0,#76bfff2b,#76bfff00),linear-gradient(170deg,#07182f 0%,#0e2f57 100%);flex-direction:column;gap:14px;padding:22px;display:flex}.sidebar-top{gap:8px;display:grid}.sidebar h1{margin:0;font-size:1.15rem}.sidebar p{color:#adc0df;margin:0;font-size:.9rem}.sidebar nav{gap:6px;margin-top:8px;display:grid}.sidebar a{color:#d8e4ff;border:1px solid #0000;border-radius:10px;padding:9px 10px;text-decoration:none}.sidebar a.active,.sidebar a:hover{color:#fff;background:#ffffff24;border-color:#c1daff59}.sidebar .locale-switch{min-width:0}.shell-top{background:radial-gradient(circle at 10% 0,#76bfff38,#76bfff00),linear-gradient(170deg,#07182f 0%,#0e2f57 100%);border-bottom:1px solid #20456d;box-shadow:0 8px 20px #08172c29}.shell-header{color:#fff;justify-content:space-between;align-items:flex-end;gap:16px;padding:14px 22px 12px;display:flex}.shell-brand{gap:4px;min-width:0;display:grid}.shell-brand h1{margin:0;font-size:1.1rem}.shell-brand p{color:#adc0df;max-width:520px;margin:0;font-size:.86rem}.shell-controls{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;display:flex}.shell-nav{scrollbar-width:thin;gap:8px;padding:0 22px 12px;display:flex;overflow-x:auto}.shell-nav a{color:#d8e4ff;white-space:nowrap;background:#ffffff0d;border:1px solid #c1daff2e;border-radius:999px;flex-shrink:0;padding:8px 12px;text-decoration:none}.shell-nav a.active,.shell-nav a:hover{color:#fff;background:#ffffff2b;border-color:#c1daff66}.locale-switch{gap:5px;min-width:170px;display:grid}.locale-switch span{color:#b9cbee;letter-spacing:.03em;text-transform:uppercase;font-size:.72rem}.locale-switch select{color:#e9f2ff;background:#081f39d1;border-color:#32517c;padding:8px 10px}.shell-logout{color:#e4f2ff;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #c1daff52;border-radius:10px;padding:8px 12px}.shell-logout:hover{color:#fff;background:#ffffff29}.content{align-content:start;gap:14px;padding:28px;display:grid}.shell.shell-embedded .content{padding:22px 28px 28px}.shell.shell-embedded .shell-header{align-items:center;padding:9px 18px 7px}.shell.shell-embedded .shell-brand{gap:2px}.shell.shell-embedded .shell-brand h1{font-size:1rem}.shell.shell-embedded .shell-brand p{font-size:.78rem}.shell.shell-embedded .shell-controls{align-items:center}.shell.shell-embedded .locale-switch{gap:3px;min-width:150px}.shell.shell-embedded .locale-switch select{padding:6px 8px;font-size:.9rem}.shell.shell-embedded .shell-logout{padding:6px 10px;font-size:.9rem}.shell.shell-embedded .shell-nav{gap:6px;padding:0 18px 8px}.shell.shell-embedded .shell-nav a{border-radius:14px;padding:6px 10px;font-size:.9rem}.content-animated>*{animation:.5s both rise-in}.content-animated>:nth-child(2){animation-delay:50ms}.content-animated>:nth-child(3){animation-delay:.1s}.content-animated>:nth-child(4){animation-delay:.15s}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.standalone{max-width:980px;margin:24px auto;padding:0 16px}.wizard-wrap{gap:14px;max-width:980px;margin:24px auto;padding:0 16px 28px;display:grid}.wizard-wrap h1{margin:0}.wizard-progress{background:#dee8ff;border:1px solid #b9cefa;border-radius:16px;gap:8px;padding:12px 14px;display:grid}.wizard-progress p{color:#204189;margin:0;font-size:1rem}.wizard-track{background:#c4d5ff;border-radius:999px;height:8px;overflow:hidden}.wizard-track span{background:linear-gradient(90deg,#2f6af3,#1c4fd9);height:100%;display:block}.wizard-actions{gap:10px;display:flex}.wizard-actions .btn.primary{margin-left:auto}.stack{gap:14px;display:grid}.stack-sm{gap:8px;display:grid}.card{border:1px solid var(--line);background:var(--card);border-radius:18px;padding:16px;box-shadow:0 8px 30px #12203a0f}.card-title{margin:0;font-size:1rem}.card-subtitle{color:var(--muted);margin:6px 0 14px;font-size:.92rem}.btn{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-weight:700}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:linear-gradient(90deg,var(--accent-2),#0b71f1);color:#fff}.btn.secondary{color:#fff;background:#0e9f6e}.btn.ghost{color:var(--accent-2);border:1px solid var(--line);background:0 0}.field{gap:6px;margin-bottom:10px;display:grid}.field span{color:var(--muted);font-size:.85rem}input,select,textarea{border:1px solid var(--line);border-radius:10px;padding:10px;font-size:.96rem}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.actions{flex-wrap:wrap;gap:10px;display:flex}.compact-actions{gap:6px}.mapping-select{width:min(460px,100%);min-width:280px}.stats-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.stat{border:1px solid var(--line);background:linear-gradient(165deg,#fff 0%,#f5f9ff 100%);border-radius:14px;padding:12px;box-shadow:0 10px 25px #1a34580f}.stat p{color:var(--muted);margin:0;font-size:.84rem}.stat strong{color:#173d80;margin-top:4px;font-size:1.2rem;display:block}.dashboard-hero{background:radial-gradient(circle at 8% 20%,#458aff40,#458aff00),linear-gradient(160deg,#ebf2ff 0%,#ebfffa 100%);border-color:#b6c8ec;gap:8px;display:grid}.dashboard-hero h2{margin:0}.dashboard-hero p{color:#27416e;margin:0}.dashboard-languages{gap:8px;margin-top:4px;display:grid}.logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.logo-card{border:1px solid #cadeff;border-radius:14px;grid-template-columns:40px 1fr;align-items:center;gap:10px;padding:10px;display:grid}.logo-card strong{font-size:.96rem}.logo-card p{color:#415981;margin:3px 0 0;font-size:.8rem}.logo-mark{color:#fff;letter-spacing:.03em;border-radius:12px;place-items:center;width:40px;height:40px;font-size:.73rem;font-weight:800;display:grid}.tone-ocean .logo-mark{background:linear-gradient(130deg,#0f48b8,#0a89e7)}.tone-mint .logo-mark{background:linear-gradient(130deg,#059b67,#31cb97)}.tone-sky .logo-mark{background:linear-gradient(130deg,#2972df,#62a4ff)}.tone-sand .logo-mark{background:linear-gradient(130deg,#bd7a0b,#f4b545)}.tone-ice .logo-mark{background:linear-gradient(130deg,#0664aa,#2db8f7)}.tone-leaf .logo-mark{background:linear-gradient(130deg,#0a7f56,#25b979)}.table{border-collapse:collapse;width:100%;font-size:.9rem}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:8px}.table th{color:var(--muted);font-weight:600}.table-loading{min-height:96px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.loading-spinner{border:3px solid #d7e2f8;border-top-color:var(--accent-2);border-radius:50%;width:20px;height:20px;animation:.75s linear infinite spin}.empty-state{min-height:96px;color:var(--muted);justify-content:center;align-items:center;margin:0;font-weight:700;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.status{color:#083f9a;background:#e8f0ff;border:1px solid #b8d2ff;border-radius:12px;padding:10px 12px}.status-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.status-chip{color:#1f3e7f;background:#ecf3ff;border:1px solid #bfd2fa;border-radius:999px;padding:6px 10px;font-size:.82rem}.status-chip.success{color:#0d6b4b;background:#dcf8ee;border-color:#6cd3ad}.status-chip.warn{color:#7f5e1f;background:#fff3dc;border-color:#f0d09a}.status-chip.danger{color:#8f1f1f;background:#ffeaea;border-color:#ffb8b8}.status.danger{color:#7a1010;background:#ffeaea;border-color:#ffc4c4}.muted-text{color:var(--muted);font-size:.82rem}.row-between{justify-content:space-between;align-items:center;gap:10px;display:flex}.simple-list{gap:6px;margin:0;padding-left:18px;display:grid}.link-btn,.inline-link{font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.inline-link{color:var(--accent-2);margin-left:8px}.sidebar .link-btn{color:#c8dcff;text-align:left;margin-top:auto;padding-top:12px}.sidebar .link-btn:hover{color:#f3f8ff}.chain-item{border:1px dashed var(--line);border-radius:10px;align-items:center;gap:8px;padding:8px;display:flex}.vat-row{grid-template-columns:90px 1fr;align-items:center;gap:8px;display:grid}.toggles{gap:8px;margin:8px 0 12px;display:grid}.setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.setup-block{border:1px solid var(--line);background:#fbfdff;border-radius:12px;gap:8px;padding:12px;display:grid}.setup-block h4{margin:0;font-size:.95rem}.hint{color:var(--muted);margin:0;font-size:.84rem}.code-block{color:#e3ecff;white-space:pre-wrap;word-break:break-word;background:#10233f;border:1px solid #223552;border-radius:10px;margin:0;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;line-height:1.4;overflow:auto}@media (max-width:1024px){.shell.shell-standalone{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #23496f;border-right:none;padding:14px}.shell.shell-embedded .shell-header{flex-direction:column;align-items:flex-start;padding:12px 14px 10px}.shell.shell-embedded .shell-controls{justify-content:space-between;align-items:center;width:100%}.shell.shell-embedded .shell-nav{padding:0 14px 10px}.content{padding:20px 16px 24px}.stats-grid,.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-two,.setup-grid{grid-template-columns:1fr}}@media (max-width:640px){.shell.shell-embedded .shell-brand p{font-size:.82rem}.shell.shell-embedded .shell-controls{flex-direction:column;align-items:stretch}.shell.shell-embedded .locale-switch,.shell.shell-embedded .shell-logout{width:100%}.shell.shell-embedded .shell-nav{padding:0 12px 10px}.content{padding:16px 12px 20px}.stats-grid,.logo-grid{grid-template-columns:1fr}}
