@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Outfit:wght@500;600;700&display=swap";.user-profile-widget{position:relative;width:100%;min-width:0}.user-profile-widget__trigger{all:unset;display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;padding:8px 4px;border-radius:10px;cursor:pointer;transition:background-color .2s}.user-profile-widget__trigger:hover,.user-profile-widget__trigger[aria-expanded=true]{background-color:var(--surface-hover, rgba(0,0,0,.04))}.user-profile-widget__avatar{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;overflow:hidden}.user-profile-widget__avatar-img{width:100%;height:100%;object-fit:cover}.user-profile-widget__info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.user-profile-widget__name{font-size:13px;font-weight:600;color:var(--color-text-primary, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.user-profile-widget__role{font-size:11px;font-weight:500;color:var(--color-text-tertiary, #64748b);text-transform:capitalize;line-height:1.2}.user-profile-widget__menu-balance{padding:14px 16px;background:linear-gradient(145deg,#6366f114,#8b5cf614);border-radius:10px;margin:6px 6px 8px;display:flex;flex-direction:column;gap:4px;border:1px solid rgba(99,102,241,.15);box-shadow:inset 0 2px 4px #ffffff80;transition:all .2s}.user-profile-widget__menu-balance:hover{background:linear-gradient(145deg,#6366f11f,#8b5cf61f);border-color:#6366f140}.user-profile-widget__menu-balance-label{font-size:11px;color:var(--color-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.user-profile-widget__menu-balance-amount{font-size:22px;font-weight:800;display:flex;align-items:baseline;gap:4px;letter-spacing:-.02em}.user-profile-widget__menu-balance-amount--positive{color:#10b981}.user-profile-widget__menu-balance-amount--positive .currency{color:#059669}.user-profile-widget__menu-balance-amount--neutral{color:var(--color-text-primary, #0f172a)}.user-profile-widget__menu-balance-amount--neutral .currency{color:#6366f1}.user-profile-widget__menu-balance-amount--negative{color:#ef4444}.user-profile-widget__menu-balance-amount--negative .currency{color:#dc2626}.user-profile-widget__menu-balance-amount .currency{font-size:13px;font-weight:600}.user-profile-widget__menu-balance-action{margin-top:8px;font-size:13px;font-weight:600;color:#6366f1;text-decoration:none;display:flex;align-items:center;gap:6px;padding:6px 10px;background:#6366f11a;border-radius:6px;transition:all .2s;width:max-content}.user-profile-widget__menu-balance-action:hover{background:#6366f126;color:#4f46e5}.user-profile-widget__menu-balance-action .material-symbols-outlined{font-size:16px}.user-profile-widget__chevron{flex-shrink:0;font-size:20px;color:var(--color-text-secondary, #94a3b8);margin-left:auto;transition:transform .2s}.user-profile-widget__trigger[aria-expanded=true] .user-profile-widget__chevron{transform:rotate(180deg)}.user-profile-widget__menu{position:absolute;bottom:calc(100% + 8px);left:0;right:0;background:var(--color-bg, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:12px;padding:8px;box-shadow:var(--elevation-3, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .05));display:flex;flex-direction:column;gap:2px;z-index:100;animation:fade-in-up .15s ease-out}.user-profile-widget__menu-item{all:unset;display:flex;align-items:center;gap:12px;width:100%;box-sizing:border-box;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--color-text-secondary, #475569);cursor:pointer;transition:background-color .15s,color .15s}.user-profile-widget__menu-item .material-symbols-outlined{font-size:20px}.user-profile-widget__menu-item:hover{background-color:var(--color-shell-nav-hover-bg, #f1f5f9);color:var(--color-text-primary, #0f172a)}.user-profile-widget__menu-item--danger:hover{background-color:#fef2f2;color:#ef4444}.user-profile-widget__menu-divider{height:1px;background-color:var(--border-default, #e2e8f0);margin:4px 0}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-color-scheme:dark){:root[data-theme=system] .user-profile-widget__trigger:hover,:root[data-theme=system] .user-profile-widget__trigger[aria-expanded=true],:root[data-theme=dark] .user-profile-widget__trigger:hover,:root[data-theme=dark] .user-profile-widget__trigger[aria-expanded=true]{background-color:#ffffff0d}:root[data-theme=system] .user-profile-widget__menu,:root[data-theme=dark] .user-profile-widget__menu{background:#1e293b;border-color:#334155;box-shadow:0 10px 15px -3px #0000004d}:root[data-theme=system] .user-profile-widget__menu-divider,:root[data-theme=dark] .user-profile-widget__menu-divider{background-color:#334155}:root[data-theme=system] .user-profile-widget__menu-item,:root[data-theme=dark] .user-profile-widget__menu-item{color:#94a3b8}:root[data-theme=system] .user-profile-widget__menu-item:hover,:root[data-theme=dark] .user-profile-widget__menu-item:hover{background-color:#334155;color:#f8fafc}:root[data-theme=system] .user-profile-widget__menu-item--danger:hover,:root[data-theme=dark] .user-profile-widget__menu-item--danger:hover{background-color:#ef44441a;color:#f87171}}.session-timeout-warning{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:var(--color-warning-50, #fff3cd);border-bottom:2px solid var(--color-warning-400, #ffc107);color:var(--color-warning-900, #664d03);font-size:14px;font-weight:500;animation:session-timeout-slide-in .3s ease-out}.session-timeout-warning__icon{font-size:18px}.session-timeout-warning__text{font-variant-numeric:tabular-nums}@keyframes session-timeout-slide-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.landing-page{font-family:var(--font-family-base, "Inter", sans-serif);color:var(--color-on-surface, #1b1b1f);background-color:var(--color-background-light, #fdfbff);min-height:100vh;display:flex;flex-direction:column}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:16px 48px;max-width:1280px;margin:0 auto;width:100%;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#fdfbffd9;box-sizing:border-box}.landing-page>.landing-header{max-width:none;padding:16px max(48px,calc((100% - 1280px)/2 + 48px));border-bottom:1px solid rgba(69,70,77,.08)}.landing-header__logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.25rem;color:#111827;text-decoration:none;letter-spacing:-.02em}.landing-header__logo-icon{color:var(--color-primary, #4f46e5);font-size:28px}.landing-header__nav{display:flex;gap:40px}.landing-header__nav a{text-decoration:none;color:#64748b;font-weight:500;font-size:.9375rem;transition:color var(--motion-duration-short) ease}.landing-header__nav a:hover{color:#0f172a}.landing-header__actions,.landing-header__actions-desktop{display:flex;align-items:center;gap:20px}.landing-header__mobile-toggle{display:none;background:transparent;border:none;color:#1b1b1f;cursor:pointer;padding:8px;align-items:center;justify-content:center}.landing-header__login{color:#334155;font-weight:600;font-size:.9375rem;text-decoration:none;transition:color var(--motion-duration-short) ease;padding:8px 12px;border-radius:8px}.landing-header__login:hover{color:var(--color-primary);background-color:#4f46e50a}.landing-header__actions .ui-language-switcher{margin-right:8px}.landing-hero{max-width:1280px;margin:0 auto;padding:64px 48px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}.landing-hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.landing-badge{display:inline-flex;align-items:center;gap:8px;background-color:var(--color-surface-light, #f3f3fa);color:var(--color-primary, #5048e5);padding:6px 16px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--color-surface-border-strong, #c7c5d0);box-shadow:var(--elevation-1)}.landing-hero__title{font-size:4.5rem;line-height:1.05;font-weight:900;color:var(--color-on-surface, #0f172a);margin:0;letter-spacing:-.04em}.landing-hero__title-highlight{color:var(--color-primary, #4338ca);background:linear-gradient(135deg,var(--color-primary, #4338ca) 0%,#312e81 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-hero__desc{font-size:1.25rem;color:var(--color-text-secondary, #475569);line-height:1.6;max-width:520px;margin:0}.landing-hero__actions{display:flex;gap:16px;margin-top:16px}.landing-hero__trusted{margin-top:56px;display:flex;align-items:center;gap:24px}.landing-hero__trusted-label{font-size:.75rem;color:var(--color-text-muted, #94a3b8);font-weight:600;letter-spacing:.1em;text-transform:uppercase}.landing-hero__trusted-logos{display:flex;gap:24px;color:#94a3b8}.landing-hero__visual{background-color:transparent;border-radius:var(--radius-surface, 24px);position:relative;width:100%;display:flex;align-items:center;justify-content:center;transform:perspective(1000px) rotateY(-5deg) scale(1.02);transition:transform .5s cubic-bezier(.2,0,0,1)}.landing-hero__visual:hover{transform:perspective(1000px) rotateY(0) scale(1.05)}.landing-cc{width:100%;background:linear-gradient(135deg,rgba(67,56,202,.1),transparent);padding:8px;border-radius:20px;box-shadow:0 20px 40px -20px #0f172a26}.landing-cc__window{background-color:#fff9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;overflow:hidden;box-shadow:0 10px 40px -10px #0000001a}.landing-cc__header{background-color:#0f172a0d;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(226,232,240,.5)}.landing-cc__dots{display:flex;gap:6px}.landing-cc__dot{width:10px;height:10px;border-radius:50%}.landing-cc__dot.red{background-color:#f87171}.landing-cc__dot.yellow{background-color:#facc15}.landing-cc__dot.green{background-color:#4ade80}.landing-cc__title{font-size:10px;font-family:monospace;color:#94a3b8;letter-spacing:.05em}.landing-cc__body{position:relative;height:220px;background-color:#0f172a;display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-cc__grid{position:absolute;inset:0;opacity:.3;background-image:radial-gradient(var(--color-primary, #5048e5) 1px,transparent 1px);background-size:20px 20px}.landing-cc__content{position:relative;z-index:10;width:100%;padding:0 40px}.landing-map{display:flex;justify-content:space-between;align-items:center;position:relative}.landing-map__node{display:flex;flex-direction:column;align-items:center}.landing-map__pin{width:14px;height:14px;border-radius:50%}.landing-map__pin--start{background-color:var(--color-primary, #5048e5);box-shadow:0 0 12px var(--color-primary, #5048e5)}.landing-map__pin--end{background-color:#4ade80;box-shadow:0 0 12px #4ade80}.landing-map__label{font-size:11px;font-weight:700;color:#fff;margin-top:6px;letter-spacing:.05em}.landing-map__line{flex:1;height:2px;background:linear-gradient(to right,var(--color-primary, #5048e5),#4ade80);margin:0 16px;position:relative;transform:translateY(-8px)}.landing-map__pulse{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:10px;height:10px;border-radius:50%;background-color:#fff;animation:mapPulse 2s cubic-bezier(.4,0,.6,1) infinite;box-shadow:0 0 10px #fffc}@keyframes mapPulse{0%,to{opacity:1}50%{opacity:.4}}.landing-cc__status{margin-top:24px;background-color:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:11px;color:#fffc;letter-spacing:.02em}.landing-cc__status-highlight{color:#4ade80;font-weight:700;text-transform:uppercase}.landing-features{max-width:1280px;margin:64px auto;padding:0 48px;text-align:center;width:100%;scroll-margin-top:80px}.landing-features__header{margin-bottom:64px}.landing-features__title{font-size:2.25rem;font-weight:700;color:#1b1b1f;margin:0 0 16px}.landing-features__desc{font-size:1.1rem;color:#475569;max-width:600px;margin:0 auto}.landing-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left}.landing-feature{display:flex;flex-direction:column;gap:16px;padding:40px 32px;border-radius:var(--radius-xl, 24px);background:var(--color-surface-bg, #ffffff);border:1px solid rgba(69,70,77,.08);box-shadow:0 10px 30px -10px #0f172a0d;transition:transform var(--motion-duration-medium) var(--motion-easing-standard),box-shadow var(--motion-duration-medium) var(--motion-easing-standard)}.landing-feature:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0f172a14}.landing-feature__icon-wrapper{width:56px;height:56px;border-radius:var(--radius-md, 12px);background-color:var(--color-surface-light, #f3f3fa);color:var(--color-primary, #5048e5);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px #0000000d}.landing-feature__icon-wrapper .material-symbols-outlined{font-size:28px}.landing-feature__title{font-size:1.25rem;font-weight:700;color:var(--color-on-surface, #1b1b1f);margin:8px 0 0}.landing-feature__desc{font-size:1rem;color:var(--color-text-secondary, #475569);line-height:1.6;margin:0}.landing-pipeline{max-width:1000px;margin:64px auto 96px;padding:0 48px;width:100%;scroll-margin-top:80px}.landing-pipeline__title{font-family:var(--font-display, "Manrope", sans-serif);font-weight:700;font-size:.875rem;text-align:center;margin-bottom:2.5rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.landing-pipeline__track{position:relative;display:flex;align-items:center;justify-content:space-between}.landing-pipeline__line{position:absolute;left:20px;right:20px;height:2px;background-color:#f1f5f9;top:50%;transform:translateY(-50%);z-index:0}.landing-pipeline__node{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:12px;background-color:var(--color-background-light, #fdfbff);padding:0 8px}.landing-pipeline__dot{width:12px;height:12px;border-radius:50%;background-color:#cbd5e1;transition:background-color .3s}.landing-pipeline__dot--active{width:20px;height:20px;background-color:var(--color-primary, #5048e5);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #5048e526}.landing-pipeline__dot--active:after{content:"";width:8px;height:8px;border-radius:50%;background-color:#fff}.landing-pipeline__label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.landing-pipeline__label--active{color:var(--color-primary, #5048e5);font-weight:900}.landing-cta{max-width:1280px;margin:64px auto;padding:0 48px;width:100%}.landing-cta__box{background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:var(--radius-surface, 24px);padding:80px 40px;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:var(--elevation-4);position:relative;overflow:hidden}.landing-cta__box:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" stroke="rgba(255,255,255,0.1)" stroke-width="2" fill="none"/></svg>') repeat;opacity:.5;pointer-events:none}.landing-cta__title{font-size:3rem;font-weight:800;margin:0;max-width:800px;line-height:1.2;z-index:1}.landing-cta__desc{font-size:1.25rem;opacity:.95;margin:0;max-width:600px;z-index:1}.landing-cta__actions{display:flex;gap:16px;margin-top:16px}.landing-btn-white{background-color:#fff;color:var(--color-primary, #5048e5);padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;border:none;cursor:pointer;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.landing-btn-white:hover{opacity:.9}.landing-btn-outline-white{background-color:transparent;color:#fff;padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.4);cursor:pointer;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s}.landing-btn-outline-white:hover{background-color:#ffffff1a}.landing-btn-secondary{background-color:#f1f5f9;color:#0f172a;padding:12px 24px;border-radius:999px;font-weight:600;text-decoration:none;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s}.landing-btn-secondary:hover{background-color:#e2e8f0}.landing-footer{margin-top:auto;border-top:1px solid #e2e8f0;background-color:var(--color-background-light, #fdfbff)}.landing-footer__top{max-width:1280px;margin:0 auto;padding:64px 48px;display:grid;grid-template-columns:300px 1fr;gap:80px}.landing-footer__brand{display:flex;flex-direction:column;gap:24px}.landing-footer__desc{font-size:.9rem;color:#64748b;line-height:1.5}.landing-footer__socials{display:flex;gap:12px}.landing-footer__social-icon{width:36px;height:36px;border-radius:50%;background-color:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.landing-footer__social-icon:hover{background-color:#e2e8f0;color:#1b1b1f;transform:translateY(-2px)}.landing-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.landing-footer__col{display:flex;flex-direction:column;gap:12px}.landing-footer__col h4{font-size:.8rem;font-weight:700;color:#1b1b1f;margin:0 0 4px;text-transform:uppercase;letter-spacing:.06em}.landing-footer__col a,.landing-footer__col span{font-size:.9rem;color:#64748b;text-decoration:none;transition:color .2s ease}.landing-footer__col a:hover{color:var(--color-primary, #5048e5)}.landing-footer__contact-link{display:flex;align-items:center;gap:6px}.landing-footer__bottom{border-top:1px solid #e2e8f0}.landing-footer__bottom-inner{max-width:1280px;margin:0 auto;padding:24px 48px;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#64748b}.landing-footer__status{display:flex;align-items:center;gap:8px}.landing-footer__status-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e}.landing-hero__mockup-img{width:90%;height:auto;aspect-ratio:16/9;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;display:flex}.landing-hero__mockup-img.fallback-mockup{background:#f8fafc;align-items:center;justify-content:center}.landing-hero__mockup-img.fallback-mockup:after{content:"Dashboard Mockup Preview";color:#94a3b8;font-size:1.25rem;font-weight:500}@media(max-width:1024px){.landing-hero{grid-template-columns:1fr;text-align:center}.landing-hero__content{align-items:center}.landing-hero__desc,.landing-hero__title{max-width:700px}.landing-header__nav,.landing-header__actions-desktop{display:none}.landing-header__mobile-toggle{display:flex}.landing-features__grid{grid-template-columns:1fr}.landing-footer__top{grid-template-columns:1fr;gap:48px}}.landing-mobile-menu{position:fixed;inset:72px 0 0;background-color:#fdfbfffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:32px 24px;z-index:90;display:flex;flex-direction:column;gap:32px;overflow-y:auto}.landing-mobile-menu__nav{display:flex;flex-direction:column;gap:24px;font-size:1.25rem;font-weight:600}.landing-mobile-menu__nav a{color:#0f172a;text-decoration:none}.landing-mobile-menu__actions{display:flex;flex-direction:column;gap:16px;margin-top:auto;border-top:1px solid rgba(69,70,77,.1);padding-top:32px}.landing-mobile-menu__actions>*{font-size:1.1rem;padding:16px;text-align:center}@media(max-width:768px){.landing-header{padding:12px 24px}.landing-header__logo{font-size:1.1rem;gap:8px}.landing-hero{padding:48px 24px;gap:48px}.landing-hero__title{font-size:2.5rem}.landing-hero__desc{font-size:1.1rem}}@media(max-width:500px){.landing-header{padding:12px 16px}.landing-header__logo-icon{font-size:28px}.landing-header__actions{gap:8px}.landing-hero__title{font-size:2rem}.landing-footer__bottom-inner{flex-direction:column;gap:16px;text-align:center}}.guest-layout{position:relative;min-height:100vh;overflow:clip}.guest-layout__topbar,.guest-layout__content{position:relative;z-index:1}.guest-layout__topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:16px 24px;border-bottom:1px solid var(--color-surface-border);background:var(--color-surface-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.guest-layout__brand-block{display:grid;gap:4px}.guest-layout__eyebrow{color:var(--color-auth-accent);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.guest-layout__brand{font-size:1.5rem;font-weight:700;letter-spacing:-.08em}.guest-layout__nav,.guest-layout__tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.guest-layout__nav{justify-content:center}.guest-nav__link{display:flex;align-items:center;min-height:48px;padding:0 24px;border-radius:var(--radius-full);border:none;color:var(--color-text-primary);font-weight:600;transition:background-color var(--motion-duration-short) var(--motion-easing-standard),color var(--motion-duration-short) var(--motion-easing-standard)}.guest-layout__nav a.active{background:#ffffffbd;border-color:#94a3b840;color:var(--color-text-primary)}.guest-layout__content{padding:32px 24px 40px}.guest-layout__content-inner{max-width:var(--max-page-width);margin:0 auto}@media(max-width:960px){.guest-layout__topbar{grid-template-columns:1fr;justify-items:start}.guest-layout__nav{justify-content:start}.guest-layout__content{padding:24px 16px 32px}}.workspace-shell{min-height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr)}.workspace-shell__sidebar{position:sticky;top:0;height:100vh;background:var(--color-shell-sidebar-bg)}.workspace-shell__sidebar-content{display:flex;flex-direction:column;gap:4px;height:100%;padding:32px 16px}.workspace-shell__brand-block{display:block;margin-bottom:40px;padding:0 16px}.workspace-shell__eyebrow{color:var(--color-shell-eyebrow);font-size:.73rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.workspace-shell__brand-row{display:flex;align-items:center;gap:12px}.workspace-shell__logo-box{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--color-primary);color:#fff;box-shadow:var(--elevation-1)}.workspace-shell__logo-box .material-symbols-outlined{font-size:24px}.workspace-shell__nav-label{font-size:14px;font-weight:500;white-space:nowrap;letter-spacing:-.01em;flex:1}.workspace-shell__nav-badge{font-size:11px;font-weight:600;padding:2px 6px;border-radius:6px;line-height:1;margin-left:8px;text-transform:uppercase}.workspace-shell__nav-badge--positive{color:#10b981;background:#10b9811a}.workspace-shell__nav-badge--neutral{color:#64748b;background:#64748b1a}.workspace-shell__nav-badge--negative{color:#ef4444;background:#ef44441a}.workspace-shell__title{margin:0;font-size:1.25rem;font-weight:900;line-height:1;letter-spacing:-.04em;text-transform:uppercase}.workspace-shell__identity{display:flex;align-items:center;gap:8px}.workspace-shell__utility-block{display:grid;gap:10px;padding:14px;border:none;border-radius:18px;background:var(--color-shell-utility-bg);box-shadow:inset 0 1px 0 var(--color-shell-utility-highlight)}.workspace-shell__nav{display:flex;flex-direction:column;gap:4px}.workspace-shell__nav-link{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 16px;border:none;border-radius:var(--radius-full);color:var(--color-text-secondary);font-weight:500;font-size:.875rem;transition:all var(--motion-duration-short) var(--motion-easing-standard)}.workspace-shell__nav-icon{font-size:24px}.workspace-shell__nav-link:hover{background:var(--color-shell-nav-hover-bg);border-color:var(--color-shell-nav-hover-border);color:var(--color-text-primary)}.workspace-shell__nav-link--active{background:var(--color-shell-nav-active-bg);border-color:var(--color-shell-nav-active-border);color:var(--color-shell-nav-active-text);font-weight:600}.workspace-shell__footer{margin-top:auto;padding:24px 32px 16px;border-top:none;display:flex;flex-direction:column;gap:24px}.workspace-shell__footer-extras{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-shell__footer .language-switcher{background-color:transparent!important;border:none!important;padding:0 24px 0 0!important;font-size:1.0625rem;font-weight:600;min-width:auto;background-position:right center!important;color:var(--color-text-primary)}.workspace-shell__footer .language-switcher:hover{background-color:transparent!important;opacity:.8}.workspace-shell__identity{position:relative;display:flex;align-items:center;gap:8px}.workspace-shell__identity .role-badge{background:transparent!important;border:none!important;color:var(--color-text-primary)!important;font-size:1.0625rem;font-weight:800;padding:0}.workspace-shell__identity--mobile{display:none}.workspace-shell__signout{width:auto;align-self:flex-start;justify-content:flex-start;padding:8px 0;color:#475569;font-weight:500;font-size:1rem}.workspace-shell__signout:hover{background:transparent;color:var(--color-text-primary)}.workspace-shell__signout .material-symbols-outlined{margin-right:16px;font-size:24px}.workspace-shell__main{min-width:0;display:grid;grid-template-rows:auto 1fr}.workspace-shell__topbar{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 40px;background:var(--color-shell-topbar-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.workspace-shell__topbar-content{flex:1;display:flex;padding-right:24px}.workspace-shell__topbar-copy{display:grid;gap:4px}.workspace-shell__topbar-copy strong{font-size:1rem;letter-spacing:-.02em}.workspace-shell__topbar-actions{display:flex;align-items:center;gap:10px}.workspace-shell__menu-button{display:none}.workspace-shell__content{padding:0 40px 40px;min-width:0;overflow:hidden}.workspace-shell__content-inner{max-width:1400px;min-width:0}.workspace-shell__drawer-backdrop{position:fixed;inset:0;z-index:30;background:var(--color-shell-drawer-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.workspace-shell__drawer{width:min(88vw,340px);height:100%;border-right:1px solid var(--color-shell-border);background:var(--color-shell-sidebar-bg);border-radius:0 var(--radius-surface) var(--radius-surface) 0}.workspace-shell--seller{--color-shell-sidebar-bg: var(--color-sidebar-bg);--color-shell-topbar-bg: var(--color-topbar-bg);--color-shell-border: transparent;--color-shell-eyebrow: var(--color-text-secondary);--color-shell-utility-bg: transparent;--color-shell-utility-highlight: transparent;--color-shell-nav-hover-bg: rgba(33, 17, 212, .05);--color-shell-nav-hover-border: transparent;--color-shell-nav-active-bg: rgba(33, 17, 212, .12);--color-shell-nav-active-border: transparent;--color-shell-nav-active-text: var(--color-nav-active-text);--color-shell-accent-shadow: transparent;--color-shell-drawer-overlay: rgba(15, 23, 42, .4)}.workspace-shell--admin{--color-shell-sidebar-bg: var(--color-sidebar-bg);--color-shell-topbar-bg: var(--color-topbar-bg);--color-shell-border: transparent;--color-shell-eyebrow: var(--color-text-secondary);--color-shell-utility-bg: transparent;--color-shell-utility-highlight: transparent;--color-shell-nav-hover-bg: rgba(0, 0, 0, .05);--color-shell-nav-hover-border: transparent;--color-shell-nav-active-bg: var(--color-nav-active-bg);--color-shell-nav-active-border: transparent;--color-shell-nav-active-text: var(--color-nav-active-text);--color-shell-accent-shadow: transparent;--color-shell-drawer-overlay: rgba(15, 23, 42, .4)}@media(max-width:1080px){.workspace-shell{grid-template-columns:1fr}.workspace-shell__sidebar{display:none}.workspace-shell__menu-button,.workspace-shell__identity--mobile{display:inline-flex}.workspace-shell__identity--desktop{display:none}.workspace-shell__content{padding:18px}}@media(max-width:640px){.workspace-shell__topbar{padding:14px 16px}.workspace-shell__content{padding:16px}.workspace-shell__title{font-size:1.35rem}}.seller-layout__balance-label{display:flex;align-items:center;width:100%}.seller-layout__balance-label .workspace-shell__nav-badge{margin-left:auto}:root{--font-family-base: "Inter", system-ui, sans-serif;--font-family-display: "Inter", system-ui, sans-serif;--color-primary: #2111d4;--color-background-light: #fdfbff;--color-surface-light: #f3f3fa;--color-on-surface: #1b1b1f;--color-outline-variant: #c7c5d0;--color-surface-container-low: #ffffff;--color-bg: var(--color-background-light);--color-text-primary: var(--color-on-surface);--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-text-ok: #15803d;--color-text-danger: #be123c;--color-surface-bg: var(--color-surface-container-low);--color-surface-elevated: var(--color-surface-container-low);--color-surface-subtle: rgba(0, 0, 0, .05);--color-surface-hover: var(--color-surface-light);--color-surface-border: #f1f5f9;--color-surface-border-strong: var(--color-outline-variant);--color-table-border: #f8fafc;--color-control-border: transparent;--color-control-bg: var(--color-surface-light);--color-focus-ring: var(--color-primary);--color-focus-ring-soft: rgba(33, 17, 212, .2);--color-button-primary-bg: var(--color-primary);--color-button-primary-bg-hover: rgba(33, 17, 212, .9);--color-button-primary-text: #ffffff;--color-button-ghost-bg: transparent;--color-button-ghost-bg-hover: rgba(0, 0, 0, .05);--color-button-ghost-text: var(--color-primary);--color-nav-active-bg: rgba(33, 17, 212, .08);--color-nav-active-text: var(--color-primary);--color-tab-active-bg: var(--color-primary);--color-tab-active-border: transparent;--color-tab-active-text: #ffffff;--color-sidebar-bg: var(--color-surface-light);--color-topbar-bg: rgba(253, 251, 255, .9);--color-status-new-bg: #dbeafe;--color-status-new-border: transparent;--color-status-new-text: #1d4ed8;--color-status-new-dot: #3b82f6;--color-status-processing-bg: #fef3c7;--color-status-processing-border: transparent;--color-status-processing-text: #b45309;--color-status-processing-dot: #f59e0b;--color-status-shipped-bg: #f3e8ff;--color-status-shipped-border: transparent;--color-status-shipped-text: #7e22ce;--color-status-shipped-dot: #a855f7;--color-status-delivered-bg: #d1fae5;--color-status-delivered-border: transparent;--color-status-delivered-text: #047857;--color-status-delivered-dot: #10b981;--color-status-cancelled-bg: #ffe4e6;--color-status-cancelled-border: transparent;--color-status-cancelled-text: #be123c;--color-status-cancelled-dot: #f43f5e;--color-status-blocked-bg: #ffe4e6;--color-status-blocked-border: transparent;--color-status-blocked-text: #be123c;--color-toast-success-bg: #d1fae5;--color-toast-success-border: #34d399;--color-toast-warning-bg: #fef3c7;--color-toast-warning-border: #fbbf24;--color-toast-error-bg: #ffe4e6;--color-toast-error-border: #f43f5e;--color-role-guest-bg: transparent;--color-role-guest-border: var(--color-outline-variant);--color-role-guest-text: #475569;--color-role-seller-bg: rgba(33, 17, 212, .08);--color-role-seller-border: var(--color-primary);--color-role-seller-text: var(--color-primary);--color-role-admin-bg: #f1f5f9;--color-role-admin-border: #94a3b8;--color-role-admin-text: #0f172a;--elevation-1: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--elevation-2: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--elevation-3: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--elevation-4: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--elevation-5: 0 25px 50px -12px rgba(0, 0, 0, .25);--color-shadow-soft: rgba(0, 0, 0, .05);--color-shadow-strong: rgba(0, 0, 0, .1);--color-overlay: rgba(15, 23, 42, .6);--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--radius-surface: var(--radius-xl);--radius-control: var(--radius-full);--motion-easing-standard: cubic-bezier(.2, 0, 0, 1);--motion-easing-emphasized: cubic-bezier(.2, 0, 0, 1);--motion-duration-short: .15s;--motion-duration-medium: .25s;--motion-duration-long: .4s;--max-page-width: 1440px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;font-family:var(--font-family-base);color:var(--color-text-primary);background:var(--color-bg);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color var(--motion-duration-short) var(--motion-easing-standard)}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-family:var(--font-family-display);letter-spacing:-.02em;font-weight:600}label{display:grid;gap:6px;font-weight:500;font-size:.9rem}.page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.stack-gap{display:grid;gap:16px}.stack-gap>*{min-width:0}.stack-gap--xs{gap:4px}.text-right{text-align:right}.clickable-row{cursor:pointer}.icon--sm{font-size:16px}.icon--md{font-size:18px}.icon--xs{font-size:14px}.ui-card.card--flush{padding:0}.ui-card.card--flush-table{padding:0;overflow:hidden}.load-more-row{display:flex;justify-content:center;padding:1rem 0}.actions-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.page-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kpi-grid article{border-radius:var(--radius-lg);padding:20px;background:var(--color-surface-bg);transition:background var(--motion-duration-short) var(--motion-easing-standard)}.kpi-grid article:hover{background:var(--color-surface-elevated)}.kpi-grid strong{font-size:2rem;font-weight:700;font-family:var(--font-family-display);color:var(--md-sys-color-primary)}.meta-row{color:var(--color-text-muted);font-size:.95rem}.page-surface{max-width:var(--max-page-width);margin:0 auto}.form-grid{display:grid;gap:16px}.form-grid.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-card{margin-top:12px}.inline-card code{padding:8px 12px;border-radius:var(--radius-sm);background:var(--color-surface-subtle);overflow-wrap:anywhere;font-family:monospace}.text-ok{color:var(--color-text-ok)}.text-danger{color:var(--color-text-danger)}.form-error-alert{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-radius:var(--radius-sm);background:#be123c0f;border:1px solid rgba(190,18,60,.15);color:var(--color-text-danger);font-size:.8125rem;line-height:1.5;animation:form-error-appear .25s ease-out}.form-error-alert .material-symbols-outlined{font-size:18px;flex-shrink:0;margin-top:1px}@keyframes form-error-appear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.file-input input{width:100%}.status-pill{display:inline-flex;align-items:center;border-radius:var(--radius-full);padding:4px 12px;font-size:.75rem;font-weight:700;border:none;text-transform:capitalize}.status-pill:before{content:"";display:block;width:6px;height:6px;border-radius:50%;margin-right:8px}.status-pill--new{background:var(--color-status-new-bg);color:var(--color-status-new-text)}.status-pill--new:before{background:var(--color-status-new-dot)}.status-pill--processing{background:var(--color-status-processing-bg);color:var(--color-status-processing-text)}.status-pill--processing:before{background:var(--color-status-processing-dot)}.status-pill--shipped{background:var(--color-status-shipped-bg);color:var(--color-status-shipped-text)}.status-pill--shipped:before{background:var(--color-status-shipped-dot)}.status-pill--blocked,.status-pill--cancelled{background:var(--color-status-blocked-bg);color:var(--color-status-blocked-text)}.status-pill--blocked:before,.status-pill--cancelled:before{background:var(--color-status-blocked-dot, var(--color-status-cancelled-dot))}.status-pill--delivered{background:var(--color-status-delivered-bg);color:var(--color-status-delivered-text)}.status-pill--delivered:before{background:var(--color-status-delivered-dot)}.upload-errors{margin:0;padding-left:18px;display:grid;gap:6px}@media(max-width:960px){.page-grid,.kpi-grid,.form-grid.two-cols{grid-template-columns:1fr}}
