:root{color:#173042;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eef8f8;font-family:Cairo,Tajawal,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,select,textarea{font:inherit}.merchant-root{--bg:#eef8f8;--surface:#ffffffeb;--surface-strong:#fff;--surface-muted:#f1fbfb;--text:#173042;--text-soft:#577181;--border:#17304214;--accent:#1db9b0;--accent-strong:#15978f;--shadow:0 22px 48px #1730421a;background:radial-gradient(circle at top right, #1db9b024, transparent 26%), radial-gradient(circle at bottom left, #f4a33d1f, transparent 28%), var(--bg);min-height:100vh;color:var(--text)}.merchant-root.theme-dark{--bg:#0f1724;--surface:#141d2ce0;--surface-strong:#182334;--surface-muted:#1d2b3f;--text:#edf4ff;--text-soft:#9eb2c7;--border:#ffffff14;--shadow:0 22px 52px #0000004d}.merchant-login-shell,.merchant-shell,.merchant-grid{min-height:100vh}.merchant-login-shell{place-items:center;padding:34px;display:grid;position:relative}.merchant-login-actions{gap:10px;display:flex;position:absolute;inset-block-start:24px;inset-inline-start:24px}.merchant-button{border:1px solid var(--border);background:var(--surface-strong);height:46px;color:var(--text);cursor:pointer;border-radius:15px;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:inline-flex}.merchant-button.primary{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-strong));border:0;font-weight:800}.merchant-button.danger{color:#fff;background:#d54b42;border-color:#d54b4299}.merchant-login-card{border:1px solid var(--border);background:var(--surface);width:min(1080px,100%);box-shadow:var(--shadow);border-radius:32px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);display:grid;overflow:hidden}.merchant-login-panel,.merchant-panel,.merchant-hero,.merchant-stat-card,.merchant-product-card,.merchant-list-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.merchant-login-panel{flex-direction:column;justify-content:center;gap:18px;padding:40px;display:flex}.merchant-badge,.merchant-status{border-radius:999px;justify-content:center;align-items:center;width:fit-content;display:inline-flex}.merchant-badge{color:var(--accent);background:#173042;padding:8px 14px;font-size:.82rem;font-weight:700}.merchant-login-panel h1,.merchant-header h1,.merchant-hero h2{margin:0}.merchant-login-panel p,.merchant-copy p,.merchant-hero p,.merchant-error p{color:var(--text-soft);margin:0;line-height:1.8}.merchant-field{flex-direction:column;gap:8px;display:flex}.merchant-field input{border:1px solid var(--border);background:var(--surface-strong);width:100%;height:54px;color:var(--text);font:inherit;border-radius:16px;padding:0 16px}.merchant-hint,.merchant-error{border-radius:16px;padding:14px 16px}.merchant-hint{background:var(--surface-muted);color:var(--text-soft)}.merchant-error{background:#de5f561f}.merchant-visual{background-position:50%;background-size:cover;align-items:flex-end;min-height:600px;padding:40px;display:flex;position:relative}.merchant-logo,.merchant-side-logo{object-fit:contain}.merchant-logo{width:120px;position:absolute;inset-block-start:32px;inset-inline-start:32px}.merchant-copy{color:#fff;max-width:340px}.merchant-copy strong{margin-bottom:10px;font-size:1.9rem;display:block}.merchant-shell{grid-template-columns:116px minmax(0,1fr);gap:22px;padding:22px;display:grid}.merchant-side{min-height:calc(100vh - 44px);box-shadow:var(--shadow);background:linear-gradient(#173042fa,#1c575af2);border-radius:32px;flex-direction:column;align-items:center;gap:22px;padding:18px 12px;display:flex;position:sticky;top:22px}.merchant-side-logo{width:84px}.merchant-nav{flex-direction:column;gap:14px;width:100%;display:flex}.merchant-link{color:#ffffffc2;border-radius:18px;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;text-decoration:none;display:flex}.merchant-link.is-active,.merchant-link:hover{color:#fff;background:#1db9b02e}.merchant-link span{text-align:center;font-size:.75rem}.merchant-main{flex-direction:column;gap:20px;display:flex}.merchant-header{justify-content:space-between;align-items:center;gap:14px;display:flex}.merchant-toolbar{flex-wrap:wrap;gap:10px;display:flex}.merchant-notification-menu,.merchant-notification-button{position:relative}.merchant-notification-badge{color:#fff;background:#d54b42;border-radius:999px;place-items:center;min-width:20px;height:20px;padding-inline:4px;font-size:.72rem;font-weight:800;display:grid;position:absolute;inset-block-start:-6px;inset-inline-end:-6px}.merchant-notification-dropdown{border:1px solid var(--border);background:var(--surface-strong);width:min(340px,100vw - 32px);box-shadow:var(--shadow);z-index:20;border-radius:22px;padding:14px;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0}.merchant-notification-list{flex-direction:column;gap:10px;max-height:320px;display:flex;overflow-y:auto}.merchant-notification-item{background:var(--surface-muted);border:1px solid #17304214;border-radius:16px;flex-direction:column;gap:6px;padding:14px;display:flex}.merchant-notification-item span,.merchant-notification-item small{color:var(--text-soft)}.merchant-notification-item.tone-success{background:#e8fdf2fa;border-color:#2d9f753d}.merchant-notification-item.tone-danger{background:#ffececfa;border-color:#a4271e47}.merchant-notification-item.tone-warning{background:#fff7defa;border-color:#ad7e1347}.merchant-notification-item.tone-neutral{background:#fffffffa;border-color:#1730421f}.merchant-floating-notifications{z-index:35;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;inset-block-start:18px;inset-inline-end:18px}.merchant-floating-toast{background:var(--surface-strong);width:min(340px,100vw - 32px);box-shadow:var(--shadow);pointer-events:auto;border:1px solid #1730421a;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px;transition:opacity .2s,transform .2s;display:flex}.merchant-floating-toast.is-fading{opacity:0;transform:translateY(-6px)}.merchant-floating-toast-copy{flex-direction:column;gap:6px;display:flex}.merchant-floating-toast-copy span{color:var(--text-soft);line-height:1.6}.merchant-floating-toast-dismiss{color:var(--text-soft);cursor:pointer;font:inherit;background:0 0;border:0;font-size:1.1rem;line-height:1}.merchant-floating-toast.tone-success{border-color:#2d9f753d}.merchant-floating-toast.tone-danger{border-color:#a4271e47}.merchant-floating-toast.tone-warning{border-color:#ad7e1347}.merchant-grid{flex-direction:column;gap:18px;display:flex}.merchant-hero,.merchant-panel,.merchant-stat-card,.merchant-product-card,.merchant-list-card{border-radius:24px}.merchant-hero,.merchant-panel{padding:22px}.merchant-hero{background:linear-gradient(135deg, #1db9b01f, transparent), var(--surface);grid-template-columns:minmax(0,1fr) auto;gap:16px;display:grid}.merchant-hero-meta{flex-wrap:wrap;gap:12px;display:flex}.merchant-hero-meta div,.merchant-stat-card,.merchant-list-card,.merchant-product-card{background:var(--surface-strong)}.merchant-hero-meta div{border:1px solid var(--border);border-radius:18px;min-width:120px;padding:14px}.merchant-hero-meta span,.merchant-stat-card span,.merchant-product-meta span,.merchant-list-card span,.merchant-list-card small{color:var(--text-soft)}.merchant-hero-meta strong,.merchant-stat-card strong,.merchant-product-card strong,.merchant-list-card strong{margin-top:8px;display:block}.merchant-stat-grid,.merchant-split,.merchant-product-grid,.merchant-campaign-grid{gap:16px;display:grid}.merchant-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.merchant-stat-card,.merchant-product-card{padding:18px}.merchant-split{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-panel-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchant-list{flex-direction:column;gap:12px;display:flex}.merchant-orders-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.merchant-orders-column{background:#f7fbfbb8;border:1px solid #17304214;border-radius:24px;gap:12px;min-height:560px;padding:14px;display:grid}.merchant-orders-column-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.merchant-orders-column-head h4{margin:0;font-size:1rem}.merchant-list-card{padding:16px}.merchant-product-grid,.merchant-campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-status{padding:7px 12px;font-size:.82rem;font-weight:700}.merchant-status.active{color:#2d9f75;background:#2d9f7529}.merchant-status.paused{color:#de5f56;background:#de5f5624}.merchant-product-meta{justify-content:space-between;gap:12px;margin-top:14px;display:flex}.merchant-table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:start;border-bottom:1px solid var(--border);padding:14px 16px}thead{background:var(--surface-muted)}.merchant-loading,.merchant-error{text-align:center;place-items:center;min-height:240px;display:grid}.merchant-loader{gap:10px;display:flex}.merchant-loader span{background:var(--accent);border-radius:999px;width:14px;height:14px;animation:1s ease-in-out infinite merchant-pulse}.merchant-loader span:nth-child(2){animation-delay:.15s}.merchant-loader span:nth-child(3){animation-delay:.3s}@keyframes merchant-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@media (width<=1080px){.merchant-shell{grid-template-columns:1fr}.merchant-side{flex-direction:row;justify-content:space-between;min-height:auto;position:static}.merchant-nav{flex-flow:wrap;justify-content:center}.merchant-link{min-width:100px}.merchant-hero,.merchant-stat-grid,.merchant-split,.merchant-product-grid,.merchant-campaign-grid{grid-template-columns:1fr}}@media (width<=860px){.merchant-login-card{grid-template-columns:1fr}.merchant-visual{min-height:280px}}@media (width<=640px){.merchant-login-shell,.merchant-shell{padding:14px}.merchant-floating-notifications{inset-block:auto 14px;inset-inline:14px}.merchant-login-panel,.merchant-panel,.merchant-hero{padding:18px}.merchant-header{flex-direction:column;align-items:flex-start}}.merchant-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.merchant-form-grid.compact{margin-top:18px}.merchant-field-wide{grid-column:1/-1}.merchant-textarea,.merchant-select{width:100%;color:inherit;font:inherit;background:#ffffffe6;border:1px solid #1236471f;border-radius:18px;padding:14px 16px}.merchant-textarea{resize:vertical;min-height:110px}.merchant-form-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.merchant-form-note{font-size:.9rem}.merchant-form-note.success{color:#15754f}.merchant-form-note.error{color:#b03f48}.merchant-note{color:#113042bd}.merchant-check{color:#113042e0;align-items:center;gap:10px;display:flex}.merchant-order-card{background:#f7fbfbe6;border:1px solid #17304214;border-radius:24px;gap:12px;padding:18px;display:grid}.merchant-order-card-compact{border-radius:20px;gap:10px;padding:14px}.merchant-order-meta{color:#113042c7;flex-wrap:wrap;gap:12px;display:flex}.merchant-order-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;display:grid}.merchant-order-meta-grid strong,.merchant-order-meta-grid span,.merchant-order-meta-grid small{min-width:0}.merchant-chip-row{flex-wrap:wrap;gap:10px;display:flex}.merchant-chip{color:#173042;background:#1db9b01f;border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:700}.merchant-inline-actions{flex-wrap:wrap;gap:10px;display:flex}@media (width<=1180px){.merchant-orders-board{grid-template-columns:1fr}.merchant-orders-column{min-height:auto}}
