@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap";:root{--primary:#ef6c00;--primary-dark:#d85f00;--primary-soft:#fff1e6;--secondary:#ff9800;--background:#f8f7f5;--surface:#fff;--surface-alt:#fcfbfa;--text:#211a16;--muted:#786d66;--subtle:#a0958e;--border:#ebe5e0;--border-strong:#ddd4cd;--success:#2e7d32;--success-soft:#e9f6ea;--warning:#e88100;--warning-soft:#fff4dc;--danger:#b3261e;--danger-soft:#fdecea;--info:#1565c0;--info-soft:#eaf2fb;--sidebar-width:274px;--shadow-sm:0 2px 8px #2b1f180b;--shadow-md:0 14px 36px #2b1f1814;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--background:#121110;--surface:#1e1c1a;--surface-alt:#25221f;--text:#f5f0eb;--muted:#b8aea7;--subtle:#8f8580;--border:#37322e;--border-strong:#48413c;--primary-soft:#ef6c0029;--success-soft:#2e7d322e;--warning-soft:#e881002b;--danger-soft:#b3261e30;--info-soft:#1565c02e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{background:var(--background);min-width:320px}body{min-height:100vh;color:var(--text);background:var(--background);-webkit-font-smoothing:antialiased;margin:0;font-family:Cairo,Segoe UI,Tahoma,sans-serif;overflow-x:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.svg-sprite{position:absolute;overflow:hidden}.brand-mark{align-items:center;gap:12px;display:flex}.brand-mark img{object-fit:cover;border-radius:14px;width:44px;height:44px;box-shadow:0 6px 20px #8232002b}.brand-mark div{line-height:1.35;display:grid}.brand-mark strong{font-size:17px;font-weight:800}.brand-mark span{color:var(--muted);font-size:11px;font-weight:600}.brand-mark--light{color:#fff}.brand-mark--light span{color:#ffffffbd}.eyebrow{color:var(--primary);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow svg{width:16px;height:16px}.eyebrow--light{color:#fff;background:#ffffff1a;border:1px solid #ffffff30;border-radius:999px;width:max-content;padding:7px 11px}.auth-page{overflow-x:hidden}.auth-layout{grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:radial-gradient(circle at 8% 3%,#ffffff2e,#0000 31%),radial-gradient(circle at 88% 83%,#ffbf7040,#0000 36%),linear-gradient(145deg,#ff9f1a 0%,#ef6c00 48%,#d85000 100%);border-radius:28px;flex-direction:column;min-height:calc(100vh - 32px);margin:16px;padding:clamp(28px,4vw,58px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #9f3e0038}.auth-brand-panel:before,.auth-brand-panel:after{content:"";border:1px solid #ffffff1a;border-radius:50%;position:absolute}.auth-brand-panel:before{width:340px;height:340px;top:-140px;left:-150px}.auth-brand-panel:after{width:430px;height:430px;bottom:-230px;right:-230px}.auth-brand-copy{z-index:1;margin:auto 0 30px;position:relative}.auth-brand-copy h1{letter-spacing:-.8px;max-width:600px;margin:20px 0 14px;font-size:clamp(32px,3.6vw,54px);line-height:1.35}.auth-brand-copy p{color:#ffffffc7;max-width:570px;margin:0;font-size:16px;line-height:1.9}.auth-preview-card{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1c;border:1px solid #ffffff2e;border-radius:20px;padding:20px;position:relative;box-shadow:inset 0 1px #ffffff14}.preview-head{color:#ffffffb8;border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:center;padding-bottom:15px;font-size:11px;display:flex}.preview-head div{align-items:center;gap:8px;display:flex}.preview-head strong{color:#fff;font-size:12px}.live-dot{background:#9ee493;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #9ee49326}.preview-metrics{grid-template-columns:repeat(3,1fr);gap:16px;padding-top:18px;display:grid}.preview-metrics div{gap:4px;display:grid}.preview-metrics span,.preview-metrics small{color:#ffffffa8;font-size:10px}.preview-metrics strong{font-size:24px;line-height:1.2}.auth-features{z-index:1;flex-wrap:wrap;gap:9px;margin-top:18px;display:flex;position:relative}.auth-features span{color:#ffffffe6;background:#ffffff17;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:700;display:inline-flex}.auth-features svg{width:15px;height:15px}.auth-form-panel{place-items:center;min-height:100vh;padding:40px clamp(26px,6vw,90px);display:grid}.auth-form-wrap{width:min(100%,480px)}.mobile-brand{display:none}.auth-heading{margin-bottom:30px}.secure-chip{color:var(--primary);background:var(--primary-soft);border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.secure-chip svg{width:15px;height:15px}.auth-heading h2{letter-spacing:-.5px;margin:16px 0 8px;font-size:32px}.auth-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.login-form{gap:19px;display:grid}.field{gap:8px;display:grid}.field>span:first-child{color:var(--text);font-size:12px;font-weight:700}.field-control{border:1px solid var(--border-strong);background:var(--surface);min-height:52px;box-shadow:var(--shadow-sm);border-radius:14px;align-items:center;gap:10px;padding:0 15px;transition:border-color .2s,box-shadow .2s;display:flex}.field-control:focus-within{border-color:var(--primary);box-shadow:0 0 0 4px #ef6c001a}.field-control>svg{width:19px;height:19px;color:var(--subtle);flex:none}.field-control input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;padding:0;font-size:13px}.field-control input::placeholder{color:var(--subtle)}.password-toggle{color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:4px;display:grid}.password-toggle svg{width:18px;height:18px}.remember-check{width:max-content;color:var(--muted);cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.remember-check input{width:17px;height:17px;accent-color:var(--primary)}.primary-button{color:#fff;background:linear-gradient(135deg, #f88a12, var(--primary));cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:51px;padding:0 20px;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 12px 25px #ef6c0033}.primary-button:hover{filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 16px 30px #ef6c0040}.primary-button:disabled{cursor:wait;filter:grayscale(.25)}.primary-button svg{width:18px;height:18px;transform:rotate(180deg)}.auth-security-note{border-top:1px solid var(--border);align-items:flex-start;gap:12px;margin-top:30px;padding-top:22px;display:flex}.auth-security-note>svg{width:20px;height:20px;color:var(--success);flex:none}.auth-security-note p{gap:4px;margin:0;display:grid}.auth-security-note strong{font-size:11px}.auth-security-note span{color:var(--muted);font-size:10px;line-height:1.7}.form-alert{border-radius:12px;margin-bottom:20px;padding:12px 14px;font-size:12px;line-height:1.7}.form-alert--error{color:var(--danger);background:var(--danger-soft)}.form-alert--success{color:var(--success);background:var(--success-soft)}.dashboard-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{z-index:40;border-left:1px solid var(--border);background:var(--surface);flex-direction:column;height:100vh;padding:20px 16px 14px;display:flex;position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;padding:0 6px;display:flex}.sidebar-brand img{border-radius:13px;width:40px;height:40px}.sidebar-brand strong{font-size:15px}.sidebar-close,.mobile-menu{display:none!important}.store-switcher{border:1px solid var(--border);background:var(--surface-alt);cursor:pointer;border-radius:14px;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:10px;margin:25px 0 18px;padding:11px;display:grid}.store-avatar{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:11px;place-items:center;display:grid}.store-avatar svg{width:19px;height:19px}.store-switcher>div:nth-child(2){min-width:0;display:grid}.store-switcher small{color:var(--subtle);font-size:8px}.store-switcher strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.store-switcher span{color:var(--success);align-items:center;gap:5px;font-size:8px;font-weight:700;display:flex}.store-switcher span i{background:currentColor;border-radius:50%;width:5px;height:5px}.switcher-chevron{width:15px;height:15px;color:var(--subtle);transform:rotate(90deg)}.sidebar-nav{scrollbar-width:none;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.nav-label{color:var(--subtle);margin:5px 12px 7px;font-size:9px;font-weight:700;display:block}.nav-label--spaced{margin-top:22px}.nav-item{min-height:42px;color:var(--muted);border-radius:11px;align-items:center;gap:11px;margin-bottom:3px;padding:0 12px;font-size:11px;font-weight:700;transition:color .18s,background .18s,transform .18s;display:flex}.nav-item:hover{color:var(--text);background:var(--background);transform:translate(-2px)}.nav-item.is-active{color:var(--primary);background:var(--primary-soft)}.nav-item svg{flex:none;width:18px;height:18px}.nav-item b{color:#fff;background:var(--primary);text-align:center;border-radius:999px;min-width:22px;margin-right:auto;padding:2px 6px;font-size:9px}.sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.user-card{grid-template-columns:34px minmax(0,1fr) 32px;align-items:center;gap:9px;padding:6px;display:grid}.user-avatar{color:#fff;background:linear-gradient(145deg, #f9a03f, var(--primary));border-radius:11px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.user-card>div:nth-child(2){min-width:0;display:grid}.user-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.user-card span{color:var(--muted);font-size:8px}.icon-button{border:1px solid var(--border);width:38px;height:38px;color:var(--muted);background:var(--surface);cursor:pointer;border-radius:11px;place-items:center;padding:0;transition:color .18s,border-color .18s,background .18s;display:inline-grid}.icon-button:hover{color:var(--primary);background:var(--primary-soft);border-color:#ef6c004d}.icon-button svg{width:18px;height:18px}.main-content{min-width:0}.topbar{z-index:30;background:color-mix(in srgb, var(--background) 88%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ebe5e0d9;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:12px clamp(20px,3vw,42px);display:flex;position:sticky;top:0}[data-theme=dark] .topbar{border-color:var(--border)}.topbar-title{align-items:center;gap:12px;display:flex}.topbar-title span{color:var(--muted);font-size:9px}.topbar-title h1{margin:1px 0 0;font-size:19px;line-height:1.4}.topbar-actions{align-items:center;gap:8px;display:flex}.search-box{border:1px solid var(--border);background:var(--surface);border-radius:11px;align-items:center;gap:8px;width:min(28vw,310px);height:38px;padding:0 11px;display:flex}.search-box svg{width:16px;height:16px;color:var(--subtle)}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:10px}.search-box input::placeholder{color:var(--subtle)}.search-box kbd{border:1px solid var(--border);color:var(--subtle);background:var(--surface-alt);border-radius:5px;padding:2px 6px;font-size:8px}.notification-button{position:relative}.notification-button i{border:1.5px solid var(--surface);background:var(--danger);border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:8px}.sun-icon,[data-theme=dark] .moon-icon{display:none}[data-theme=dark] .sun-icon{display:block}.page-content{width:min(100%,1540px);margin:0 auto;padding:27px clamp(20px,3vw,42px) 50px}.welcome-row{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:24px;display:flex}.welcome-row h2{margin:6px 0 4px;font-size:clamp(22px,2.5vw,30px);line-height:1.4}.welcome-row p{color:var(--muted);margin:0;font-size:11px}.welcome-row p strong{color:var(--primary)}.operating-status{background:var(--success-soft);border:1px solid #cfe7d0;border-radius:13px;gap:3px;min-width:215px;padding:11px 14px;display:grid}.operating-status span{color:var(--success);align-items:center;gap:6px;font-size:8px;font-weight:700;display:flex}.operating-status span i{background:var(--success);border-radius:50%;width:6px;height:6px}.operating-status strong{color:var(--success);font-size:10px}.service-note{color:var(--warning);background:var(--warning-soft);border-radius:11px;align-items:center;gap:9px;margin-bottom:16px;padding:10px 13px;font-size:10px;display:flex}.service-note svg{width:17px;height:17px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.metric-card{border:1px solid var(--border);background:var(--surface);min-height:150px;box-shadow:var(--shadow-sm);border-radius:17px;flex-direction:column;padding:17px;display:flex;position:relative;overflow:hidden}.metric-card:after{content:"";background:var(--primary-soft);opacity:.7;border-radius:50%;width:92px;height:92px;position:absolute;top:-50px;left:-50px}.metric-card--primary{color:#fff;background:linear-gradient(145deg, #f78b17, var(--primary));border-color:#0000;box-shadow:0 15px 30px #ef6c002e}.metric-card--primary:after{background:#ffffff21}.metric-icon{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:10px;place-items:center;margin-bottom:13px;display:grid}.metric-card--primary .metric-icon{color:#fff;background:#ffffff2b}.metric-icon--blue{color:var(--info);background:var(--info-soft)}.metric-icon--green{color:var(--success);background:var(--success-soft)}.metric-icon--red{color:var(--danger);background:var(--danger-soft)}.metric-icon svg{width:18px;height:18px}.metric-card>span{color:var(--muted);font-size:9px;font-weight:600}.metric-card--primary>span{color:#ffffffb8}.metric-card>strong{margin-top:3px;font-size:24px;line-height:1.3}.metric-card>strong small{font-size:9px;font-weight:600}.metric-card p{align-items:center;gap:4px;min-height:17px;margin:auto 0 0;font-size:8px;font-weight:800;display:flex}.metric-card p svg{width:13px;height:13px}.metric-card p span{color:var(--subtle);font-weight:500}.metric-card--primary p span{color:#ffffffa8}.metric-card--primary .positive{color:#fff}.positive{color:var(--success)!important}.warning-text{color:var(--warning)!important}.neutral{color:var(--muted)}.dashboard-grid{grid-template-columns:minmax(0,1.6fr) minmax(290px,.8fr);gap:16px;display:grid}.dashboard-grid>*{min-width:0}.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:17px}.panel-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding:17px 18px;display:flex}.panel-heading h3{margin:0;font-size:13px}.panel-heading p{color:var(--muted);margin:3px 0 0;font-size:8px}.panel-heading>a{color:var(--primary);align-items:center;gap:4px;font-size:9px;font-weight:800;display:flex}.panel-heading>a svg{width:13px;height:13px;transform:rotate(180deg)}.panel-heading select{border:1px solid var(--border);color:var(--muted);background:var(--surface-alt);border-radius:8px;outline:0;padding:6px 9px;font-size:8px}.sales-panel{min-height:315px}.bar-chart{justify-content:space-around;align-items:stretch;gap:clamp(8px,2vw,24px);height:240px;padding:27px 24px 15px;display:flex}.bar-column{flex-direction:column;flex:1;align-items:center;gap:7px;min-width:24px;display:flex}.bar-value{min-height:13px;color:var(--muted);opacity:0;font-size:7px;transition:opacity .2s}.bar-column:hover .bar-value{opacity:1}.bar-track{background:var(--background);border-radius:7px 7px 3px 3px;flex:1;align-items:flex-end;width:min(34px,75%);display:flex;position:relative}.bar-track i{background:linear-gradient(180deg, #ffa540, var(--primary));border-radius:7px 7px 3px 3px;width:100%;animation:.65s both grow-bar;display:block;box-shadow:0 6px 15px #ef6c0021}.bar-column small{color:var(--subtle);font-size:8px}@keyframes grow-bar{0%{height:0}}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px;display:grid}.quick-actions a{border:1px solid var(--border);background:var(--surface-alt);border-radius:12px;grid-template-columns:31px minmax(0,1fr) 13px;align-items:center;gap:8px;min-height:72px;padding:10px;transition:transform .18s,border-color .18s,background .18s;display:grid}.quick-actions a:hover{background:var(--primary-soft);border-color:#ef6c0047;transform:translateY(-2px)}.quick-actions a>span{width:31px;height:31px;color:var(--primary);background:var(--primary-soft);border-radius:9px;place-items:center;display:grid}.quick-actions a>span svg{width:16px;height:16px}.quick-actions strong{font-size:8px;line-height:1.5}.action-arrow{width:12px;height:12px;color:var(--subtle);transform:rotate(180deg)}.recent-orders-panel{grid-column:1/-1}.orders-table-wrap{overflow-x:auto}.orders-table{border-collapse:collapse;white-space:nowrap;width:100%}.orders-table th,.orders-table td{border-bottom:1px solid var(--border);text-align:right;padding:12px 18px;font-size:9px}.orders-table th{color:var(--subtle);background:var(--surface-alt);font-size:8px;font-weight:700}.orders-table td{color:var(--muted)}.orders-table td strong{color:var(--text)}.orders-table tr:last-child td{border-bottom:0}.empty-table{text-align:center!important;padding:30px!important}.status-pill{color:var(--muted);background:var(--background);border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:7px;font-weight:800;display:inline-flex}.status-pill--preparing,.status-pill--under_review{color:var(--warning);background:var(--warning-soft)}.status-pill--accepted{color:var(--info);background:var(--info-soft)}.status-pill--ready,.status-pill--completed{color:var(--success);background:var(--success-soft)}.section-hero{color:#fff;background:radial-gradient(circle at 8% 10%,#ffffff24,#0000 25%),linear-gradient(135deg,#f99020,#e95f00);border-radius:20px;align-items:center;gap:18px;min-height:155px;padding:25px;display:flex;overflow:hidden;box-shadow:0 16px 35px #ef6c002b}.section-hero-icon{background:#ffffff1f;border:1px solid #ffffff30;border-radius:17px;flex:none;place-items:center;width:58px;height:58px;display:grid}.section-hero-icon svg{width:28px;height:28px}.section-hero>div:nth-child(2){flex:1}.section-hero .eyebrow{color:#ffffffb8}.section-hero h2{margin:3px 0;font-size:25px}.section-hero p{color:#ffffffbd;margin:0;font-size:10px}.section-action{min-height:42px;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff38;font-size:10px}.section-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0;display:grid}.section-stats article{border:1px solid var(--border);background:var(--surface);border-radius:15px;gap:3px;padding:17px;display:grid}.section-stats span{color:var(--muted);font-size:9px}.section-stats strong{font-size:22px}.section-stats small{color:var(--subtle);font-size:8px}.workspace-panel{overflow:hidden}.table-tools{gap:8px;display:flex}.table-tools label{border:1px solid var(--border);border-radius:9px;align-items:center;gap:6px;height:34px;padding:0 9px;display:flex}.table-tools label svg{width:14px;height:14px;color:var(--subtle)}.table-tools input{width:120px;color:var(--text);background:0 0;border:0;outline:0;font-size:9px}.table-tools button{border:1px solid var(--border);color:var(--muted);background:var(--surface-alt);cursor:pointer;border-radius:9px;padding:0 13px;font-size:9px}.workspace-list{display:grid}.workspace-list article{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(0,1fr) auto 32px;align-items:center;gap:12px;min-height:68px;padding:11px 18px;display:grid}.workspace-list article:last-child{border-bottom:0}.workspace-icon{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:11px;place-items:center;display:grid}.workspace-icon svg{width:18px;height:18px}.workspace-list article>div{min-width:0}.workspace-list strong{font-size:10px;display:block}.workspace-list p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:8px;overflow:hidden}.workspace-list .icon-button{background:0 0;border:0;width:31px;height:31px}.workspace-list .icon-button svg{width:14px;height:14px;transform:rotate(180deg)}.mobile-overlay{display:none}@media (width<=1100px){.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.recent-orders-panel{grid-column:auto}}@media (width<=900px){.auth-layout{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{min-height:100vh}.mobile-brand{margin-bottom:45px;display:flex}.dashboard-shell{display:block}.sidebar{z-index:80;width:var(--sidebar-width);display:none;position:fixed;top:0;right:0;transform:none;box-shadow:-18px 0 50px #1e140e1f}.sidebar.is-open{display:flex}.sidebar-close,.mobile-menu{display:inline-grid!important}.mobile-overlay{z-index:70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17100c66;position:fixed;inset:0}.mobile-overlay.is-visible{display:block}}@media (width<=650px){.auth-form-panel{align-items:start;padding:25px 18px 40px}.mobile-brand{margin-bottom:38px}.auth-heading h2{font-size:27px}.topbar{min-height:66px;padding:10px 15px}.topbar-title h1{font-size:16px}.search-box{display:none}.page-content{padding:20px 14px 40px}.welcome-row{flex-direction:column;align-items:flex-start}.operating-status{width:100%}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:142px}.quick-actions{grid-template-columns:1fr}.bar-chart{gap:5px;padding-inline:10px}.bar-column{min-width:0}.panel-heading{flex-direction:column;align-items:flex-start}.section-hero{flex-wrap:wrap;align-items:flex-start;padding:20px}.section-action{width:100%}.section-stats{grid-template-columns:1fr}.table-tools{width:100%}.table-tools label{flex:1}.table-tools input{width:100%}.workspace-list article{grid-template-columns:36px minmax(0,1fr) auto}.workspace-list article>.status-pill{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.auth-page--new{background:#f8f8f9;overflow:hidden}.auth-page--new .auth-layout{direction:ltr;grid-template-columns:minmax(520px,1.15fr) minmax(440px,.85fr);min-height:100vh;display:grid}.auth-visual{color:#fff;direction:rtl;background:radial-gradient(circle at 72% 46%,#ff770026,#0000 28%),linear-gradient(145deg,#141820 0%,#090b10 58%,#11131a 100%);flex-direction:column;min-height:100vh;padding:clamp(30px,4vw,64px);display:flex;position:relative;overflow:hidden}.auth-visual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 70%,#ffffff06);position:absolute;inset:0}.auth-grid{opacity:.24;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:54px 54px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 20% 75%,#0000);mask-image:linear-gradient(#0000,#000 20% 75%,#0000)}.auth-ambient{pointer-events:none;border-radius:50%;position:absolute}.auth-ambient--one{background:#ef6c002e;width:360px;height:360px;top:-210px;right:-100px;box-shadow:0 0 120px #ef6c002b}.auth-ambient--two{background:#3667ff1f;width:280px;height:280px;bottom:-190px;left:7%;box-shadow:0 0 110px #3667ff24}.auth-logo{z-index:3;align-items:center;gap:12px;width:max-content;display:flex;position:relative}.auth-logo-image{background:#ffffff14;border:1px solid #ffffff1f;border-radius:15px;place-items:center;width:48px;height:48px;display:grid;overflow:hidden;box-shadow:0 12px 30px #0000002e}.auth-logo-image img{object-fit:cover;width:100%;height:100%}.auth-logo>span:last-child{gap:1px;display:grid}.auth-logo strong{color:#fff;font-size:18px;font-weight:800}.auth-logo small{color:#ffffff7a;font-size:10px;font-weight:600}.auth-story{z-index:2;max-width:590px;margin-top:clamp(55px,8vh,100px);position:relative}.auth-kicker{color:#ffffff9e;align-items:center;gap:9px;font-size:11px;font-weight:700;display:inline-flex}.auth-kicker i{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s infinite auth-live;box-shadow:0 0 0 5px #4ade8017,0 0 22px #4ade8099}.auth-story h1{color:#f8fafc;letter-spacing:-2.5px;margin:17px 0 16px;font-size:clamp(42px,5.2vw,76px);line-height:1.13}.auth-story h1 em{color:#ff7a00;font-style:normal}.auth-story p{color:#ffffff80;max-width:520px;margin:0;font-size:14px;line-height:1.95}.commerce-scene{z-index:2;direction:rtl;width:clamp(340px,35vw,540px);height:280px;position:absolute;bottom:clamp(80px,11vh,130px);left:clamp(26px,5vw,90px)}.scene-orbit{border:1px solid #ffffff12;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scene-orbit--one{width:260px;height:260px;animation:24s linear infinite scene-spin}.scene-orbit--two{opacity:.65;border-style:dashed;width:410px;height:410px;animation:34s linear infinite reverse scene-spin}.scene-core{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141820d1;border:1px solid #ffffff1a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:158px;height:158px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 22px 70px #00000061,inset 0 1px #ffffff14}.scene-core:before{content:"";border:1px solid #ff7a002e;border-radius:50%;position:absolute;inset:9px}.scene-core-icon{color:#ff850f;background:#ff7a001f;border-radius:13px;place-items:center;width:41px;height:41px;margin-bottom:7px;display:grid}.scene-core-icon svg{width:21px;height:21px}.scene-core small{color:#ffffff6b;font-size:8px}.scene-core strong{color:#fff;margin-top:2px;font-size:12px}.scene-live{color:#5ee68b;align-items:center;gap:5px;margin-top:6px;font-size:7px;font-weight:800;display:flex}.scene-live i{background:currentColor;border-radius:50%;width:5px;height:5px}.scene-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#181c24c7;border:1px solid #ffffff17;border-radius:17px;align-items:center;gap:10px;min-width:170px;min-height:65px;padding:10px 12px;animation:5s ease-in-out infinite scene-float;display:flex;position:absolute;box-shadow:0 18px 50px #00000047,inset 0 1px #ffffff0d}.scene-card--order{top:4px;right:0}.scene-card--sales{animation-delay:-1.6s;bottom:0;right:28px}.scene-card--delivery{animation-delay:-3.2s;top:82px;left:0}.scene-card-icon{border-radius:11px;flex:none;place-items:center;width:36px;height:36px;display:grid}.scene-card-icon svg{width:17px;height:17px}.scene-card-icon--orange{color:#ff8d28;background:#ff7a0021}.scene-card-icon--green{color:#55dc84;background:#4ade801c}.scene-card-icon--blue{color:#79a8ff;background:#5382ff1f}.scene-card>span:nth-child(2){gap:2px;display:grid}.scene-card small{color:#ffffff61;font-size:7px}.scene-card strong{color:#fff;font-size:10px}.scene-card b{color:#63e590;background:#4ade801a;border-radius:999px;margin-right:auto;padding:3px 6px;font-size:8px}.scene-pulse{background:#ff850f;border-radius:50%;width:6px;height:6px;animation:2.5s infinite auth-live;position:absolute;box-shadow:0 0 15px #ff850fcc}.scene-pulse--one{top:24px;left:36%}.scene-pulse--two{animation-delay:-.8s;bottom:29px;right:15%}.scene-pulse--three{animation-delay:-1.6s;top:45%;right:4px}.auth-visual-footer{z-index:3;color:#ffffff47;justify-content:space-between;align-items:center;font-size:8px;display:flex;position:absolute;bottom:27px;left:clamp(30px,4vw,64px);right:clamp(30px,4vw,64px)}.auth-visual-footer span{align-items:center;gap:6px;display:flex}.auth-visual-footer svg{width:13px;height:13px}.auth-page--new .auth-form-panel{direction:rtl;background:radial-gradient(circle at 100% 0,#ef6c000e,#0000 29%),#f8f8f9;place-items:center;min-height:100vh;padding:50px clamp(34px,6vw,100px);display:grid}.auth-page--new .auth-form-wrap{width:min(100%,430px)}.mobile-auth-logo{display:none}.auth-page--new .auth-heading{text-align:center;margin-bottom:34px}.auth-page--new .secure-chip{color:#d96500;background:#fff3e8;border:1px solid #ef6c0017;padding:7px 11px;font-size:9px}.auth-page--new .secure-chip svg{width:14px;height:14px}.auth-page--new .auth-heading h2{color:#15171c;letter-spacing:-1px;margin:18px 0 7px;font-size:34px;line-height:1.35}.auth-page--new .auth-heading p{color:#85878e;font-size:12px}.auth-page--new .login-form{gap:20px}.auth-page--new .field{gap:9px}.field-label{color:#32343a;font-size:11px;font-weight:800}.auth-page--new .field-control{background:#fff;border:1px solid #e4e5e8;border-radius:16px;gap:12px;min-height:58px;padding:0 11px;transition:border-color .2s,box-shadow .2s,transform .2s;box-shadow:0 7px 25px #16192109}.auth-page--new .field-control:focus-within{border-color:#ef6c00b3;transform:translateY(-1px);box-shadow:0 0 0 4px #ef6c0016,0 13px 32px #1619210e}.field-icon{color:#e86b00;background:#fff3e9;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.field-icon svg{width:18px;height:18px}.auth-page--new .field-control input{color:#22242a;font-size:11px;font-weight:600}.auth-page--new .field-control input::placeholder{color:#adafb5;font-weight:500}.auth-page--new .password-toggle{color:#9799a0;border-radius:10px;width:36px;height:36px;padding:0;transition:color .2s,background .2s}.auth-page--new .password-toggle:hover{color:#e86b00;background:#fff3e9}.auth-page--new .primary-button{background:linear-gradient(110deg,#ff850f,#e96500);border-radius:16px;gap:12px;min-height:58px;margin-top:4px;padding:0 12px 0 10px;font-size:12px;box-shadow:0 14px 30px #e15e0038}.auth-page--new .primary-button:hover{transform:translateY(-2px);box-shadow:0 18px 35px #e15e0047}.button-icon{background:#ffffff24;border-radius:11px;place-items:center;width:35px;height:35px;margin-right:auto;display:grid}.button-icon svg{width:17px;height:17px;transform:rotate(180deg)}.auth-page--new .auth-security-note{border-top-color:#e8e8eb;justify-content:center;align-items:center;gap:10px;margin-top:26px;padding-top:23px}.security-icon{color:#299252;background:#eaf8ef;border-radius:10px;flex:none;place-items:center;width:31px;height:31px;display:grid}.security-icon svg{width:14px;height:14px}.auth-page--new .auth-security-note strong{color:#5c5e64;font-size:9px}.auth-page--new .auth-security-note span{color:#a0a2a8;font-size:8px}@keyframes auth-live{0%,to{opacity:.55;transform:scale(.86)}50%{opacity:1;transform:scale(1.15)}}@keyframes scene-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes scene-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@media (width<=1100px){.auth-page--new .auth-layout{grid-template-columns:minmax(470px,1fr) minmax(410px,.9fr)}.commerce-scene{transform-origin:0 100%;width:440px;left:25px;transform:scale(.88)}}@media (width<=900px){.auth-page--new{overflow-y:auto}.auth-page--new .auth-layout{grid-template-columns:1fr}.auth-visual{display:none}.auth-page--new .auth-form-panel{align-content:center;padding:120px 24px 50px;position:relative}.mobile-auth-logo{display:flex;position:absolute;top:30px;right:30px}.mobile-auth-logo .auth-logo-image{border-color:#ececef;box-shadow:0 8px 25px #16192114}.mobile-auth-logo strong{color:#1d1f24}.mobile-auth-logo small{color:#94969c}}@media (width<=650px){.auth-page--new .auth-form-panel{align-items:center;padding:115px 20px 38px}.mobile-auth-logo{top:24px;right:20px}.mobile-auth-logo .auth-logo-image{width:43px;height:43px}.auth-page--new .auth-heading{margin-bottom:28px}.auth-page--new .auth-heading h2{font-size:29px}}
