:root{--font-brand:var(--font-geist-sans),-apple-system,sans-serif;--font-sans:var(--font-geist-sans),-apple-system,sans-serif;--font-mono:var(--font-geist-mono),Courier New,monospace;--bg-app:#f8fafc;--bg-panel:#ffffff;--bg-panel-hover:#f8fafc;--bg-table-header:#f1f5f9;--border-std:#e2e8f0;--border-bright:#cbd5e1;--text-title:#0f172a;--text-main:#334155;--text-secondary:#475569;--text-muted:#64748b;--primary:#2563eb;--primary-glow:rgba(37,99,235,0.08);--primary-hover:#1d4ed8;--success:#16a34a;--success-glow:#f0fdf4;--success-border:#bbf7d0;--warning:#ca8a04;--warning-glow:#fef9c3;--warning-border:#fef08a;--danger:#dc2626;--danger-glow:#fef2f2;--danger-border:#fecaca;--info:#0284c7;--radius-lg:6px;--radius-md:4px;--radius-sm:2px;--shadow-soft:0 1px 3px 0 rgba(0,0,0,0.05),0 1px 2px -1px rgba(0,0,0,0.05);--shadow-hover:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -2px rgba(0,0,0,0.05);--shadow-glow:0 0 0 3px rgba(37,99,235,0.15);--transition-smooth:all 0.15s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-sans)}body{background:var(--bg-app);color:var(--text-main);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-brand);color:var(--text-title);font-weight:600;letter-spacing:-.015em}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background-color:var(--bg-app);position:relative}.auth-card{background:var(--bg-panel);border:1px solid var(--border-std);border-radius:var(--radius-lg);padding:36px;width:100%;max-width:400px;box-shadow:var(--shadow-soft);text-align:center;position:relative}.auth-logo{font-size:26px;font-weight:700;color:var(--text-title);margin-bottom:6px;display:inline-block;letter-spacing:-.02em}.auth-logo span{color:var(--primary)}.auth-subtitle{color:var(--text-secondary);font-size:13px;margin-bottom:28px}.app-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--bg-panel);border-right:1px solid var(--border-std);padding:20px;display:flex;flex-direction:column;position:fixed;height:100vh;height:100dvh;z-index:100}.brand-section{gap:10px;margin-bottom:32px;padding-left:6px}.brand-logo,.brand-section{display:flex;align-items:center}.brand-logo{background:var(--primary);width:32px;height:32px;border-radius:var(--radius-md);justify-content:center}.brand-name{font-size:18px;font-weight:700;letter-spacing:-.5px;color:var(--text-title)}.nav-list{list-style:none;display:flex;flex-direction:column;gap:4px;flex:1 1;overflow-y:auto;overflow-x:hidden;padding-right:4px}.nav-list::-webkit-scrollbar{width:4px}.nav-list::-webkit-scrollbar-track{background:transparent}.nav-list::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:4px}.nav-list::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;width:100%;border-radius:var(--radius-md);color:var(--text-secondary);text-decoration:none;cursor:pointer;font-weight:500;font-size:14px;transition:background-color .15s ease-out,color .15s ease-out,transform .1s ease-out;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--bg-app);color:var(--text-title)}.nav-item:active{transform:scale(.98)}.nav-item.active{background:var(--primary-glow);color:var(--primary);font-weight:600}.user-profile-section{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-std);display:flex;align-items:center;gap:10px}.user-info{flex:1 1;min-width:0}.user-name{font-size:13px;font-weight:600;color:var(--text-title);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:var(--text-muted)}.main-wrapper{margin-left:260px;flex:1 1;min-width:0;padding:32px;min-height:100vh;display:flex;flex-direction:column;gap:24px}.tour-page-surface{width:100%;min-width:0}.header-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:8px}.header-title-container p{color:var(--text-secondary);font-size:13px;margin-top:2px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{background:var(--bg-panel);color:var(--text-main);border:1px solid var(--border-std);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-soft);transition:var(--transition-smooth)}.stat-card:hover{border-color:var(--border-bright)}.stat-header{display:flex;justify-content:space-between;align-items:center}.stat-title{font-size:13px;color:var(--text-secondary);font-weight:500}.stat-value{font-size:28px;font-weight:700;color:var(--text-title);letter-spacing:-.02em}.stat-footer{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.dashboard-panel{background:var(--bg-panel);border:1px solid var(--border-std);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;min-width:0;gap:16px}.panel-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-std);padding-bottom:12px}.filters-row{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:12px;font-weight:550;color:var(--text-secondary)}.form-control{background:var(--bg-panel);border:1px solid var(--border-std);border-radius:var(--radius-md);padding:8px 12px;color:var(--text-title);font-size:13px;transition:var(--transition-smooth);height:38px;width:100%}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:var(--shadow-glow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius-md);font-weight:600;font-size:13px;cursor:pointer;border:1px solid transparent;transition:var(--transition-smooth);height:38px}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.btn-secondary{background:var(--bg-panel);color:var(--text-main);border:1px solid var(--border-std)}.btn-secondary:hover{background:var(--bg-table-header)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.table-wrapper{overflow-x:auto;overflow-y:auto;max-height:70vh;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;min-width:0;border-radius:var(--radius-lg);border:1px solid var(--border-std);position:relative;background:linear-gradient(to right,var(--bg-panel) 30%,rgba(255,255,255,0)),linear-gradient(to left,var(--bg-panel) 30%,rgba(255,255,255,0)),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 100% 0;background-repeat:no-repeat;background-color:var(--bg-panel);background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:0 0,100% 0,0 0,100% 0;background-attachment:local,local,scroll,scroll}.table-wrapper::-webkit-scrollbar{width:16px;height:16px}.table-wrapper::-webkit-scrollbar-track{background:var(--bg-app);border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:4px;border:2px solid var(--bg-app)}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.data-table th{background:var(--bg-table-header);color:var(--text-secondary);padding:8px 12px;font-weight:600;position:sticky;top:0;z-index:10;box-shadow:inset 0 -1px 0 var(--border-std)}.data-table td{padding:8px 12px;border-bottom:1px solid var(--border-std);color:var(--text-main)}.data-table tbody tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg-panel-hover)}.data-table td:nth-child(2),.data-table td:nth-child(3),.data-table td:nth-child(4),.data-table td:nth-child(5){font-family:var(--font-mono);font-weight:500;color:var(--text-title)}.data-table td:first-child,.data-table td:nth-child(6),.data-table td:nth-child(7){font-family:var(--font-sans)!important;font-weight:400!important;color:var(--text-main)}.badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:var(--radius-md);font-size:10px;font-weight:600;text-transform:uppercase;font-family:var(--font-mono)}.badge-success{background:var(--success-glow);color:var(--success);border:1px solid var(--success-border)}.badge-warning{background:var(--warning-glow);color:var(--warning);border:1px solid var(--warning-border)}.badge-danger{color:var(--danger)}.alert-banner,.badge-danger{background:var(--danger-glow);border:1px solid var(--danger-border)}.alert-banner{border-radius:var(--radius-lg);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.alert-banner-content{display:flex;align-items:center;gap:10px}.alert-icon-wrapper{color:var(--danger);flex-shrink:0;display:flex;align-items:center}.alert-banner-text{font-size:13px;font-weight:600;color:var(--danger)}.alert-banner-time{font-size:11px;color:var(--text-muted);font-family:var(--font-mono)}.tabs-header{display:flex;gap:4px;border-bottom:1px solid var(--border-std)}.tab-btn{background:none;border:none;color:var(--text-secondary);font-size:14px;font-weight:600;padding:10px 16px;cursor:pointer;position:relative;transition:var(--transition-smooth)}.tab-btn:hover{color:var(--text-title)}.tab-btn.active{color:var(--primary)}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--primary)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.4);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal-content{background:var(--bg-panel);border:1px solid var(--border-std);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;min-width:0}.modal-header{padding:16px 20px;border-bottom:1px solid var(--border-std);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:20px;display:flex;flex-direction:column;min-width:0;gap:16px}.modal-footer{padding:16px 20px;border-top:1px solid var(--border-std);display:flex;justify-content:flex-end;gap:10px}.chart-container{border:1px solid var(--border-std);border-radius:var(--radius-lg);background:var(--bg-panel);padding:16px}.chart-svg{width:100%;height:240px}.chart-axis-line,.chart-grid-line{stroke:var(--border-std);stroke-width:1}.chart-grid-line{stroke-opacity:.5;stroke-dasharray:2 2}.chart-label{fill:var(--text-muted);font-size:10px;font-weight:500;text-anchor:middle}.mobile-header-bar,.sidebar-overlay{display:none}@media (max-width:1024px){.sidebar{width:72px;padding:16px 8px}.brand-name,.nav-label,.user-info{display:none}.main-wrapper{margin-left:72px;padding:20px}}@media (max-width:768px){.mobile-header-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;background:var(--bg-panel);border-bottom:1px solid var(--border-std);padding:0 16px;z-index:90}.mobile-header-bar .mobile-brand{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:var(--text-title);letter-spacing:-.3px}.mobile-header-bar .mobile-brand .brand-logo{width:28px;height:28px}.mobile-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:none;cursor:pointer;border-radius:var(--radius-md);color:var(--text-main);-webkit-tap-highlight-color:transparent}.mobile-hamburger:active{background:var(--bg-app)}.sidebar{width:280px;transform:translateX(-100%);transition:transform .25s cubic-bezier(.23,1,.32,1);z-index:200;padding:20px;top:0;left:0}.sidebar.mobile-open{transform:translateX(0)}.sidebar .brand-name,.sidebar .nav-label,.sidebar .user-info{display:unset}.sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.5);z-index:150;opacity:0;pointer-events:none;transition:opacity .25s ease-out;-webkit-tap-highlight-color:transparent}.sidebar-overlay.visible{opacity:1;pointer-events:auto}.main-wrapper{margin-left:0;padding:72px 16px 24px;min-height:100vh;overflow-x:hidden}.header-row{flex-direction:column;align-items:flex-start;gap:12px}.header-row h1{font-size:22px!important}.header-title-container p{font-size:12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px}.stat-value{font-size:22px}.stat-footer,.stat-title{font-size:11px}.dashboard-panel{padding:16px;gap:12px}.panel-header{flex-direction:column;align-items:flex-start;gap:12px;padding-bottom:12px}.panel-header h2{font-size:18px}.filters-row{width:100%;flex-direction:column;gap:10px}.filters-row .form-control{min-width:unset!important;width:100%}.btn{min-height:44px;padding:10px 16px;font-size:14px}.form-control{min-height:44px;font-size:16px;padding:10px 12px}.table-wrapper{margin-left:-16px;margin-right:-16px;border-radius:0;border-left:none;border-right:none}.data-table td,.data-table th{padding:10px 12px;white-space:nowrap}.data-table td:first-child,.data-table th:first-child{position:sticky;left:0;background:var(--bg-panel);z-index:2;min-width:140px;white-space:normal}.data-table thead th:first-child{background:var(--bg-table-header)}.alert-banner{flex-direction:column;align-items:flex-start;gap:10px;padding:12px;overflow:hidden}.alert-banner-content{flex-wrap:wrap;gap:6px;min-width:0;width:100%}.alert-banner-content>div:last-child{min-width:0;word-break:break-word}.alert-banner-text{font-size:12px;display:inline;word-break:break-word}.alert-banner-time{display:block;margin-left:0!important;margin-top:4px}.alert-banner .btn{width:100%}.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-width:100%!important;width:100%!important;max-height:92vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:slideUp .25s cubic-bezier(.23,1,.32,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{padding:16px;position:sticky;top:0;background:var(--bg-panel);z-index:5}.modal-body{padding:16px}.modal-footer{padding:16px;position:sticky;bottom:0;background:var(--bg-panel);z-index:5}.tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.tabs-header::-webkit-scrollbar{display:none}.tab-btn{white-space:nowrap;padding:10px 14px;font-size:13px;flex-shrink:0}.auth-card{max-width:100%;padding:24px;border-radius:var(--radius-lg);margin:16px}.user-profile-section{padding-top:12px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:4px;min-width:0;overflow:hidden}.stat-card .stat-header{flex-direction:row;gap:6px;width:100%;min-width:0}.stat-card .stat-title{font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.stat-card .stat-header svg{width:14px;height:14px;flex-shrink:0}.stat-value{font-size:22px;font-weight:700}.stat-footer{display:none}.main-wrapper{padding:64px 12px 20px}.dashboard-panel{padding:12px}.modal-content{max-height:95vh}.header-row h1{font-size:20px!important}.header-title-container p{display:none}.header-row>div:last-child{max-width:100%!important}}.mobile-card-list{display:none}@media (max-width:768px){.mobile-card-list{display:flex;flex-direction:column;gap:8px}.desktop-table-view{display:none!important}}.mobile-item-card{background:var(--bg-panel);border:1px solid var(--border-std);border-radius:var(--radius-lg);padding:14px;display:flex;flex-direction:column;gap:10px;transition:var(--transition-smooth)}.mobile-item-card:active{background:var(--bg-panel-hover)}.mobile-item-card__header{display:flex;align-items:center;gap:10px}.mobile-item-card__icon{width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border-std);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;background:var(--bg-app)}.mobile-item-card__icon img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-md)}.mobile-item-card__title{flex:1 1;min-width:0}.mobile-item-card__title h4{font-size:14px;font-weight:600;color:var(--text-title);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-item-card__title span{font-size:12px;color:var(--text-muted);line-height:1.3}.mobile-item-card__badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:var(--radius-md);font-size:11px;font-weight:600;flex-shrink:0}.mobile-item-card__body{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-item-card__field{display:flex;flex-direction:column;gap:2px}.mobile-item-card__field-label{font-size:11px;color:var(--text-muted);font-weight:500}.mobile-item-card__field-value{font-size:14px;font-weight:600;color:var(--text-title);font-family:var(--font-mono)}.mobile-item-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px;border-top:1px solid var(--border-std)}.mobile-item-card__footer .btn{flex:1 1;justify-content:center}@media (pointer:coarse){.nav-item{min-height:44px;padding:12px 14px}.btn:active,.nav-item:active{transform:scale(.97)}}@supports (padding-top:env(safe-area-inset-top)){.mobile-header-bar{padding-top:env(safe-area-inset-top);height:calc(56px + env(safe-area-inset-top))}@media (max-width:768px){.main-wrapper{padding-top:calc(72px + env(safe-area-inset-top))}}}@media (prefers-reduced-motion:reduce){.sidebar,.sidebar-overlay{transition:none}.modal-content{animation:none}.btn:active,.nav-item:active{transform:none}}.product-qty-row{padding:8px 14px 12px;border-top:1px solid rgba(99,102,241,.15);display:flex;align-items:center;gap:12px;background:rgba(99,102,241,.02);flex-wrap:wrap}.product-qty-input-group{display:flex;align-items:center;gap:8px;flex:1 1 auto}.product-qty-badge-group{display:flex;align-items:center;gap:12px;flex:1 1 auto;margin-left:auto}.product-qty-conversion{margin-left:auto}@media (max-width:480px){.product-qty-row{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.product-qty-input-group{width:100%;justify-content:flex-start}.product-qty-badge-group{width:100%;justify-content:space-between;margin-left:0;border-top:1px dashed var(--border-std);padding-top:8px}}.modal-footer-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.modal-footer-text{text-align:left}.inventory-modal-header{justify-content:space-between;background:var(--bg-panel,#1e293b);border:1px solid var(--border-std,rgba(255,255,255,.08));border-radius:8px;padding:12px 16px}.inventory-modal-header,.inventory-modal-header-left{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.inventory-modal-search{display:flex;gap:10px;align-items:center;flex:1 1 200px;max-width:300px}@media (max-width:768px){.modal-footer-actions{justify-content:center;width:100%}.modal-footer-text{text-align:center;width:100%}.inventory-modal-header,.inventory-modal-header-left{justify-content:center}.inventory-modal-search{max-width:100%}}.brand-mascot_mascot__QdaZ6{position:relative;display:inline-block;flex:0 0 auto}.brand-mascot_image__HsTpF{object-fit:contain}.brand-mascot_mobile__swauJ{width:32px;height:40px}.brand-mascot_sidebar__AYNnl{width:38px;height:46px}.brand-mascot_large__Qyx4g{width:96px;height:118px}.BuildVersion_buildVersion__oRCr5{display:flex;align-items:center;gap:5px;margin-top:3px;color:var(--text-muted);font-size:9px;line-height:1.2;white-space:nowrap}.BuildVersion_buildVersion__oRCr5 code{color:inherit;font-family:var(--font-geist-mono),monospace;font-size:inherit}.NotificationBell_root__34l8J{position:relative}.NotificationBell_trigger__PWp4f{min-width:44px;min-height:44px}.NotificationBell_popover__UWEOH{position:absolute;top:100%;right:0;width:320px;min-height:0;display:flex;flex-direction:column;box-sizing:border-box}.NotificationBell_list__C1t7J{min-height:0;overflow-y:auto}@media (max-width:768px){.NotificationBell_popover__UWEOH{position:fixed;right:max(12px,env(safe-area-inset-right));left:max(12px,env(safe-area-inset-left));width:auto;max-width:400px}.NotificationBell_list__C1t7J{flex:1 1}}.platform-tour_launcher__YjN8d{position:fixed;right:22px;bottom:22px;z-index:700;min-height:58px;display:flex;align-items:center;gap:10px;padding:4px 15px 4px 5px;border:2px solid #172033;border-radius:999px;color:#172033;background:#fffdf7;box-shadow:5px 6px 0 #fab41a,0 14px 34px rgba(23,32,51,.18);cursor:pointer;transition:opacity .18s cubic-bezier(.23,1,.32,1),transform .18s cubic-bezier(.23,1,.32,1),box-shadow .18s cubic-bezier(.23,1,.32,1)}.platform-tour_launcher__YjN8d:active{transform:scale(.97)}.platform-tour_launcher__YjN8d:focus-visible{outline:3px solid #2563eb;outline-offset:4px}.platform-tour_launcherMascot__AchJ4{width:48px;height:48px;display:grid;place-items:end center;overflow:hidden;border-radius:50%;background:#fff0c3}.platform-tour_launcherMascot__AchJ4 img{width:auto;height:52px;object-fit:contain;transform:translateY(5px)}.platform-tour_launcher__YjN8d>span:last-child{display:grid;text-align:left;line-height:1.05}.platform-tour_launcher__YjN8d strong{font-size:13px}.platform-tour_launcher__YjN8d small{margin-top:4px;color:#667085;font-size:10px;font-weight:750}.platform-tour_helpOverlay__63wCw{position:fixed;inset:0;z-index:1900;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:platform-tour_overlayIn__rKIxX .18s cubic-bezier(.23,1,.32,1)}.platform-tour_helpPanel__abu0S{width:min(860px,100%);max-height:min(760px,calc(100dvh - 40px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #d9dde5;border-radius:26px;color:#172033;background:#f7f8fa;box-shadow:0 32px 90px rgba(4,11,28,.34);animation:platform-tour_panelIn__m2oGH .22s cubic-bezier(.23,1,.32,1)}.platform-tour_helpHeader__6Zs2L{min-height:156px;display:grid;grid-template-columns:108px minmax(0,1fr) 44px;align-items:center;gap:20px;position:relative;overflow:hidden;padding:18px 22px 14px;border-bottom:1px solid #e3d7bc;background:radial-gradient(circle at 14% 18%,rgba(250,180,26,.32),transparent 34%),linear-gradient(120deg,#fffdf6,#fff4d3)}.platform-tour_helpHeader__6Zs2L:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.25;background-image:linear-gradient(rgba(23,32,51,.08) 1px,transparent 0),linear-gradient(90deg,rgba(23,32,51,.08) 1px,transparent 0);background-size:24px 24px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 72%);mask-image:linear-gradient(90deg,#000,transparent 72%)}.platform-tour_helpMascot__DV3H2{height:126px;z-index:1;display:flex;align-items:flex-end;justify-content:center}.platform-tour_helpMascot__DV3H2 img{width:auto;height:124px;object-fit:contain;filter:drop-shadow(0 12px 10px rgba(23,32,51,.16))}.platform-tour_helpHeader__6Zs2L>div:nth-child(2){z-index:1}.platform-tour_helpEyebrow__SKgP2{display:flex;align-items:center;gap:7px;color:#8a5a0d;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.platform-tour_helpEyebrow__SKgP2 svg{width:16px;height:16px}.platform-tour_helpHeader__6Zs2L h2{max-width:610px;margin:7px 0 5px;font-size:clamp(25px,3vw,36px);line-height:1.03;letter-spacing:-.043em}.platform-tour_helpHeader__6Zs2L p{margin:0;color:#667085;font-size:13px;line-height:1.45}.platform-tour_helpClose__1SXUd{z-index:2;align-self:start;width:44px;height:44px;display:grid;place-items:center;border:1px solid #d9c89f;border-radius:50%;color:#344054;background:rgba(255,255,255,.8);cursor:pointer;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .15s ease}.platform-tour_helpClose__1SXUd:active{transform:scale(.94)}.platform-tour_helpClose__1SXUd svg{width:20px;height:20px}.platform-tour_tourList__efIcb{min-height:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px;overflow-y:auto;overscroll-behavior:contain;padding:18px;scrollbar-gutter:stable}.platform-tour_tourOption___m10s{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:15px;border:1px solid #e0e4eb;border-radius:17px;background:#fff;box-shadow:0 5px 16px rgba(16,24,40,.045)}.platform-tour_featuredTour__NABhp{grid-column:1/-1;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;border-color:#dfbf6c;background:linear-gradient(110deg,#fffaf0,#fff);box-shadow:0 8px 24px rgba(138,90,13,.08)}.platform-tour_tourIcon__813xW{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#875c15;background:#fff1c9}.platform-tour_tourIcon__813xW svg{width:22px;height:22px}.platform-tour_tourCopy__Xdesn{min-width:0}.platform-tour_tourCopy__Xdesn>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.platform-tour_tourCopy__Xdesn h3{margin:0;font-size:16px;line-height:1.2;letter-spacing:-.015em}.platform-tour_tourCopy__Xdesn p{margin:5px 0 7px;color:#667085;font-size:12px;line-height:1.45}.platform-tour_tourCopy__Xdesn small{color:#8a94a6;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.platform-tour_completed__yfwvu{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;color:#087443;background:#e8f7ef;font-size:10px;font-weight:800}.platform-tour_completed__yfwvu svg{width:12px;height:12px}.platform-tour_tourOption___m10s>button{grid-column:1/-1;min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #cfd5df;border-radius:11px;color:#172033;background:#f9fafb;font-weight:800;cursor:pointer;transition:transform .15s cubic-bezier(.23,1,.32,1),border-color .15s ease,background-color .15s ease}.platform-tour_tourOption___m10s>button:active{transform:scale(.98)}.platform-tour_tourOption___m10s>button svg{width:16px;height:16px}.platform-tour_tourOption___m10s>button svg:last-child{margin-left:auto}.platform-tour_featuredTour__NABhp>button{grid-column:auto;min-width:142px;padding:0 14px;border-color:#172033;color:#fff;background:#172033}.platform-tour_helpFooter__kQAiQ{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 20px 12px;border-top:1px solid #e5e7eb;color:#667085;background:#fff}.platform-tour_helpFooter__kQAiQ p{margin:0;font-size:11px;line-height:1.45}.platform-tour_helpFooter__kQAiQ button{min-height:40px;flex:0 0 auto;border:0;color:#8d3d3c;background:transparent;font-weight:750;cursor:pointer}.platform-tour_card__8lANv{width:min(400px,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);position:relative;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;overflow:visible;box-sizing:border-box;border:2px solid #172033;border-radius:20px;color:#172033;background:#fffdf8;box-shadow:7px 8px 0 #fab41a,0 22px 50px rgba(4,11,28,.25);transform:translate3d(var(--tour-shift-x,0),var(--tour-shift-y,0),0)}.platform-tour_card__8lANv[data-tour-shifted=true] [data-name=nextstep-arrow]{display:none}.platform-tour_cardAccent__quN0C{height:7px;overflow:hidden;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#fab41a 0 72%,#e65251 72%)}.platform-tour_cardHeader___x_xd{min-height:88px;display:grid;grid-template-columns:60px minmax(0,1fr) 38px;align-items:center;gap:10px;padding:7px 12px 5px 9px;border-bottom:1px solid #eadfca;background:radial-gradient(circle at 12% 10%,rgba(250,180,26,.22),transparent 38%)}.platform-tour_cardMascot__GAYo0{height:76px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.platform-tour_cardMascot__GAYo0 img{width:auto;height:75px;object-fit:contain;filter:drop-shadow(0 7px 7px rgba(23,32,51,.13))}.platform-tour_cardEyebrow__TyDzq{display:block;margin-bottom:4px;color:#8a5a0d;font-size:9px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.platform-tour_cardHeader___x_xd h2{margin:0;font-size:20px;line-height:1.08;letter-spacing:-.025em;text-wrap:balance}.platform-tour_closeButton__qzwhV{width:38px;height:38px;display:grid;place-items:center;align-self:start;margin-top:6px;border:0;border-radius:50%;color:#667085;background:#f2eee5;cursor:pointer;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .15s ease}.platform-tour_closeButton__qzwhV:active{transform:scale(.94)}.platform-tour_closeButton__qzwhV svg{width:18px;height:18px}.platform-tour_cardContent__ElIrR{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:15px 18px 12px;color:#475467;font-size:13px;line-height:1.5}.platform-tour_cardContent__ElIrR p{margin:0}.platform-tour_cardContent__ElIrR ul{display:grid;gap:7px;margin:10px 0 0;padding:0;list-style:none}.platform-tour_cardContent__ElIrR li{position:relative;padding-left:17px}.platform-tour_cardContent__ElIrR li:before{content:"";width:6px;height:6px;position:absolute;left:0;top:.62em;border-radius:50%;background:#e65251;box-shadow:0 0 0 3px #fbe5e4}.platform-tour_progressRow__sVOjW{display:grid;grid-template-columns:auto minmax(70px,1fr) auto;align-items:center;gap:10px;padding:0 18px 13px;color:#7b8494;font-size:10px;font-weight:800;letter-spacing:.04em}.platform-tour_progressRow__sVOjW strong{color:#172033;font-size:12px}.platform-tour_progressTrack__hw4st{height:5px;overflow:hidden;border-radius:99px;background:#e8ebf0}.platform-tour_progressTrack__hw4st span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#fab41a,#e65251);transition:width .22s cubic-bezier(.23,1,.32,1)}.platform-tour_cardFooter__CMHuz{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px 14px;border-top:1px solid #ece5d8;border-radius:0 0 18px 18px;background:#fffaf0}.platform-tour_cardFooter__CMHuz button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border-radius:11px;font-weight:800;cursor:pointer;transition:transform .15s cubic-bezier(.23,1,.32,1),background-color .15s ease,border-color .15s ease}.platform-tour_cardFooter__CMHuz button:active:not(:disabled){transform:scale(.97)}.platform-tour_cardFooter__CMHuz button svg{width:17px;height:17px}.platform-tour_secondaryButton__vx5MW{border:1px solid #d9dce3;color:#475467;background:#fff}.platform-tour_secondaryButton__vx5MW:disabled{opacity:.38;cursor:not-allowed}.platform-tour_primaryButton__2C3hX{min-width:125px;border:1px solid #172033;color:#fff;background:#172033;box-shadow:0 5px 12px rgba(23,32,51,.16)}.platform-tour_card__8lANv button:focus-visible,.platform-tour_helpPanel__abu0S button:focus-visible{outline:3px solid #2563eb;outline-offset:2px}body:has([data-mobile-action-bar]) .platform-tour_launcher__YjN8d{display:none}@media (hover:hover) and (pointer:fine){.platform-tour_launcher__YjN8d:hover{transform:translateY(-3px);box-shadow:5px 9px 0 #fab41a,0 18px 38px rgba(23,32,51,.2)}.platform-tour_closeButton__qzwhV:hover,.platform-tour_helpClose__1SXUd:hover{background:#fff}.platform-tour_tourOption___m10s>button:hover{border-color:#9b6a12;background:#fff9e9}.platform-tour_featuredTour__NABhp>button:hover{border-color:#172033;color:#fff;background:#293650}.platform-tour_primaryButton__2C3hX:hover{background:#293650}.platform-tour_secondaryButton__vx5MW:hover:not(:disabled){border-color:#aeb5c2;background:#fff}}@media (max-width:768px){.platform-tour_launcher__YjN8d{right:max(12px,env(safe-area-inset-right));bottom:calc(82px + env(safe-area-inset-bottom));min-width:52px;min-height:52px;padding:2px;box-shadow:4px 5px 0 #fab41a,0 10px 24px rgba(23,32,51,.2)}.platform-tour_launcher__YjN8d>span:last-child{display:none}.platform-tour_launcherMascot__AchJ4{width:48px;height:48px}.platform-tour_helpOverlay__63wCw{align-items:end;padding:12px 0 0}.platform-tour_helpPanel__abu0S{width:100%;max-height:calc(100dvh - 12px);border-radius:24px 24px 0 0;padding-bottom:env(safe-area-inset-bottom)}.platform-tour_helpHeader__6Zs2L{min-height:126px;grid-template-columns:70px minmax(0,1fr) 44px;gap:10px;padding:12px 12px 10px}.platform-tour_helpMascot__DV3H2{height:100px}.platform-tour_helpMascot__DV3H2 img{height:98px}.platform-tour_helpEyebrow__SKgP2{font-size:9px}.platform-tour_helpHeader__6Zs2L h2{margin-top:5px;font-size:clamp(21px,6.4vw,26px)}.platform-tour_helpHeader__6Zs2L p{font-size:11px;line-height:1.35}.platform-tour_tourList__efIcb{grid-template-columns:1fr;padding:12px;scrollbar-gutter:auto}.platform-tour_featuredTour__NABhp{grid-column:auto;grid-template-columns:46px minmax(0,1fr)}.platform-tour_featuredTour__NABhp>button{grid-column:1/-1;width:100%}.platform-tour_helpFooter__kQAiQ{min-height:48px;align-items:flex-start;padding:9px 13px calc(9px + env(safe-area-inset-bottom))}.platform-tour_helpFooter__kQAiQ p{max-width:72%}.platform-tour_card__8lANv{width:min(380px,calc(100vw - 32px));max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px);border-radius:18px;box-shadow:4px 5px 0 #fab41a,0 16px 38px rgba(4,11,28,.27)}.platform-tour_cardAccent__quN0C{border-radius:16px 16px 0 0}.platform-tour_cardHeader___x_xd{min-height:78px;grid-template-columns:52px minmax(0,1fr) 38px;gap:8px;padding-inline:8px 10px}.platform-tour_cardMascot__GAYo0{height:66px}.platform-tour_cardMascot__GAYo0 img{height:65px}.platform-tour_cardHeader___x_xd h2{font-size:18px}.platform-tour_cardContent__ElIrR{padding:13px 14px 10px;font-size:12.5px}.platform-tour_progressRow__sVOjW{padding:0 14px 11px}.platform-tour_cardFooter__CMHuz{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);padding:10px 11px 12px}.platform-tour_cardFooter__CMHuz button{width:100%;padding-inline:9px}.platform-tour_primaryButton__2C3hX{min-width:0}body:has([data-mobile-fixed-notice]) .platform-tour_launcher__YjN8d{bottom:calc(188px + env(safe-area-inset-bottom))}}@media (max-height:620px),(max-width:390px){.platform-tour_cardHeader___x_xd{min-height:68px;grid-template-columns:46px minmax(0,1fr) 36px}.platform-tour_cardMascot__GAYo0{height:57px}.platform-tour_cardMascot__GAYo0 img{height:56px}.platform-tour_cardEyebrow__TyDzq{font-size:8px}.platform-tour_cardHeader___x_xd h2{font-size:17px}.platform-tour_cardContent__ElIrR{padding-block:11px 8px;line-height:1.42}.platform-tour_cardContent__ElIrR ul{gap:5px;margin-top:7px}.platform-tour_progressRow__sVOjW{padding-bottom:9px}.platform-tour_cardFooter__CMHuz{padding-block:9px 10px}}@media (prefers-reduced-motion:reduce){.platform-tour_helpOverlay__63wCw,.platform-tour_helpPanel__abu0S{animation:none}.platform-tour_cardFooter__CMHuz button,.platform-tour_closeButton__qzwhV,.platform-tour_helpClose__1SXUd,.platform-tour_launcher__YjN8d,.platform-tour_progressTrack__hw4st span,.platform-tour_tourOption___m10s>button{transition:none}}@keyframes platform-tour_overlayIn__rKIxX{0%{opacity:0}to{opacity:1}}@keyframes platform-tour_panelIn__m2oGH{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}