:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Arabic", "Tahoma", sans-serif;--color-bg-0:#030712;--color-bg-1:#06101f;--color-bg-2:#081526;--color-surface-1:#091221c7;--color-surface-2:#0f1c32b8;--color-surface-3:#152846a3;--color-glass:#ffffff0e;--color-border:#94a3b829;--color-border-strong:#7dd3fc4d;--color-text:#f2fbff;--color-text-soft:#c9d9ea;--color-muted:#8ea2bb;--color-primary:#22d3ee;--color-primary-2:#2563eb;--color-primary-3:#0891b2;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-purple:#8b5cf6;--color-amber:#f59e0b;--bg:var(--color-bg-1);--surface:var(--color-surface-1);--surface-strong:#0f172a;--muted:var(--color-muted);--text:var(--color-text);--primary:var(--color-primary);--primary-strong:var(--color-primary-3);--danger:var(--color-danger);--warning:var(--color-warning);--success:var(--color-success);--border:var(--color-border);--radius-xs:10px;--radius-sm:14px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-full:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:56px;--shadow-sm:0 10px 32px #0000003d;--shadow-md:0 24px 80px #00000057;--shadow-glow:0 0 44px #22d3ee2e;--shadow:var(--shadow-md);--sidebar-width:288px;--topbar-height:76px}*{box-sizing:border-box}html{scroll-behavior:smooth;direction:rtl}html,body{min-height:100%}body{min-height:100vh;color:var(--color-text);font-family:var(--font-sans);background:radial-gradient(circle at 8% 8%, #22d3ee33, transparent 28rem), radial-gradient(circle at 90% 2%, #2563eb2e, transparent 26rem), radial-gradient(circle at 52% 92%, #8b5cf61f, transparent 30rem), linear-gradient(135deg, var(--color-bg-0), var(--color-bg-1) 44%, #07101e);margin:0;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-2;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-size:66px 66px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle at 52% 12%,#000,#0000 78%);mask-image:radial-gradient(circle at 52% 12%,#000,#0000 78%)}body:after{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#0000 0%,#03071285 68%,#030712e6 100%);position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{max-width:100%}*{scrollbar-width:thin;scrollbar-color:#22d3eeb8 #0f172a57}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{border-radius:var(--radius-full);background:#0f172a70}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:linear-gradient(#22d3eee6,#2563ebc7);border:2px solid #0f172ac2}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#67e8f9fa,#3b82f6f2)}.container{width:min(1180px,100% - 32px);margin-inline:auto}.grid{gap:var(--space-4);display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1160px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.sidebar-layout{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);height:100vh;min-height:100vh;display:grid;overflow:hidden}.sidebar{height:100vh;padding:var(--space-5);border-left:1px solid var(--color-border);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);direction:rtl;background:linear-gradient(#030712e0,#081122c7);position:sticky;top:0;overflow-y:auto;box-shadow:inset -1px 0 #ffffff09,20px 0 80px #0000002e}.sidebar-main{scrollbar-gutter:stable both-edges;direction:rtl;height:100vh;min-height:0;position:relative;overflow:hidden auto}.page-scroll-content{min-height:100%;padding:var(--space-6);direction:rtl;animation:.22s both pageIn}.app-shell-main{gap:var(--space-5);display:grid}.shell-brand{margin-bottom:var(--space-6);gap:12px;display:grid}.shell-brand-line{align-items:center;gap:10px;display:flex}.shell-eyebrow{color:var(--color-muted);font-size:12px}.sidebar-footer{padding-top:var(--space-4);gap:8px;margin-top:auto;display:grid}.nav-link{width:100%;color:var(--color-text-soft);border:1px solid #0000;border-radius:16px;align-items:center;gap:11px;margin-bottom:7px;padding:12px 13px;transition:color .18s,background .18s,border-color .18s,transform .18s;display:flex;position:relative}.nav-link:hover{color:#fff;background:#ffffff0e;transform:translate(-2px)}.nav-link.active{color:#fff;box-shadow:inset 0 1px 0 #ffffff0a, var(--shadow-glow);background:linear-gradient(135deg,#22d3ee29,#2563eb1a);border-color:#22d3ee38}.nav-link.active:before{content:"";border-radius:var(--radius-full);background:linear-gradient(180deg, var(--color-primary), var(--color-primary-2));width:4px;height:24px;position:absolute;right:-7px;box-shadow:0 0 22px #22d3ee8c}.app-topbar{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:58px;margin-bottom:var(--space-5);border:1px solid var(--color-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f172ab8,#0f172a6b);padding:12px 14px;display:flex}.topbar-title{color:var(--color-text-soft);margin:0;font-size:16px}.topbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media (max-width:900px){.sidebar-layout{height:auto;display:block;overflow:visible}.sidebar{border-left:0;border-bottom:1px solid var(--color-border);height:auto;position:relative}.sidebar-main{height:auto;overflow:visible}.page-scroll-content{padding:var(--space-4)}}.page{gap:var(--space-5);display:grid}.page-header{border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm);background:radial-gradient(circle at 10% 10%,#22d3ee2e,#0000 20rem),linear-gradient(135deg,#0f172adb,#0f172a85);position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:linear-gradient(90deg,#22d3ee1f,#0000);width:40%;height:100%;position:absolute;top:0;left:0}.page-header-content{z-index:1;justify-content:space-between;gap:var(--space-5);align-items:flex-start;display:flex;position:relative}.page-header-text{gap:10px;max-width:760px;display:grid}.page-kicker{width:fit-content;color:var(--color-primary);letter-spacing:-.01em;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.page-title{letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.1}.page-description{color:var(--color-text-soft);margin:0;font-size:15px;line-height:1.85}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}@media (max-width:860px){.page-header-content{display:grid}.page-header-actions{justify-content:flex-start}}.section-title{letter-spacing:-.02em;margin:0 0 8px;font-size:24px}.section-subtitle{color:var(--color-muted);margin:0;line-height:1.8}.card,.panel,.data-panel,.metric-card,.action-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:linear-gradient(180deg, var(--color-surface-1), #0f172a85);box-shadow:var(--shadow-sm), inset 0 1px 0 #ffffff0a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:relative;overflow:hidden}.card:before,.panel:before,.data-panel:before,.metric-card:before,.action-card:before{content:"";pointer-events:none;opacity:.8;background:linear-gradient(135deg,#ffffff12,#0000 44%);position:absolute;inset:0}.card>*,.panel>*,.data-panel>*,.metric-card>*,.action-card>*{z-index:1;position:relative}.card-pad,.panel-pad,.card{padding:var(--space-5)}.data-panel{gap:var(--space-4);padding:var(--space-5);display:grid}.data-panel-header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.data-panel-title{gap:6px;display:grid}.data-panel-title h2,.data-panel-title h3{margin:0}.data-panel-body{min-width:0}.metric-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}@media (max-width:1160px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.metric-grid{grid-template-columns:1fr}}.metric-card{padding:var(--space-5);gap:14px;min-height:144px;display:grid}.metric-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.metric-icon{width:44px;height:44px;color:var(--color-primary);background:#22d3ee1a;border:1px solid #22d3ee2e;border-radius:16px;place-items:center;display:grid}.metric-label{color:var(--color-muted);font-size:13px}.metric-value{letter-spacing:-.04em;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1}.metric-note{color:var(--color-text-soft);font-size:13px;line-height:1.7}.metric-accent{inset-inline-start:0;background:linear-gradient(90deg, transparent, var(--color-primary), var(--color-primary-2), transparent);opacity:.85;width:100%;height:3px;position:absolute;bottom:0}.action-card{padding:var(--space-5);gap:var(--space-4);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:flex}.action-card-content{gap:8px;max-width:720px;display:grid}.action-card-title{margin:0;font-size:20px}.action-card-description{color:var(--color-muted);margin:0;line-height:1.75}.input,.select,.textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#02061770;border-radius:15px;outline:none;padding:12px 14px;transition:border-color .18s,box-shadow .18s,background .18s}.textarea{resize:vertical;min-height:96px}.input:focus,.select:focus,.textarea:focus{background:#0206179e;border-color:#22d3eec7;box-shadow:0 0 0 4px #22d3ee1c}.input::placeholder,.textarea::placeholder{color:#94a3b8b8}.label{color:var(--color-text-soft);gap:8px;font-size:14px;display:grid}.form-field{gap:8px;display:grid}.form-label{color:var(--color-text-soft);font-size:13px;font-weight:700}.form-hint{color:var(--color-muted);font-size:12px;line-height:1.65}.form-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.range-field{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.range-field input[type=range]{accent-color:var(--color-primary);flex:220px}.time12-picker{grid-template-columns:minmax(64px,.8fr) minmax(72px,.8fr) minmax(82px,1fr);gap:8px;min-width:230px;display:grid}.time12-picker.compact{grid-template-columns:minmax(92px,1fr) minmax(74px,auto);min-width:190px}.time12-picker.is-invalid .input{border-color:#f87171bf;box-shadow:0 0 0 4px #f871711a}.time12-picker .select{padding-inline:10px}.copy-days-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.copy-day-option{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:#ffffff0b;border-radius:14px;align-items:center;gap:10px;padding:12px 13px;display:flex}.copy-day-option input{accent-color:var(--color-primary)}@media (max-width:680px){.time12-picker{grid-template-columns:1fr 1fr 1fr;min-width:0}.time12-picker.compact{grid-template-columns:minmax(86px,1fr) minmax(70px,auto)}.copy-days-grid{grid-template-columns:1fr}}@media (max-width:900px){.form-grid{grid-template-columns:1fr}}.btn{border:1px solid var(--color-border);cursor:pointer;color:#fff;background:#1e293bb8;border-radius:16px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:11px 16px;transition:transform .15s,opacity .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:inset 0 1px #ffffff0d,0 10px 28px #0000002e}.btn:hover{border-color:#22d3ee40;transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-loading{opacity:.78}.btn-spinner{border:2px solid #ffffff5c;border-top-color:currentColor;border-radius:999px;flex:none;width:16px;height:16px;animation:.78s linear infinite buttonSpin}.btn-primary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2));border-color:#22d3ee59;box-shadow:0 16px 42px #22d3ee2e}.btn-danger{background:linear-gradient(135deg,#ef4444,#b91c1c);border-color:#ef444459}.btn-ghost{box-shadow:none;background:0 0}.badge,.status-pill{border-radius:var(--radius-full);border:1px solid var(--color-border);white-space:nowrap;width:fit-content;color:var(--color-text-soft);background:#ffffff0e;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.status-pill-success{color:#86efac;background:#22c55e1a;border-color:#22c55e4d}.status-pill-warning{color:#fcd34d;background:#f59e0b1a;border-color:#f59e0b52}.status-pill-danger{color:#fca5a5;background:#ef44441a;border-color:#ef44444d}.status-pill-info{color:#67e8f9;background:#22d3ee1a;border-color:#22d3ee4d}.muted{color:var(--color-muted)}.kbd{border:1px solid var(--color-border);color:#cbd5e1;background:#02061757;border-radius:8px;padding:3px 8px}.table-wrap{border-radius:var(--radius-md);scrollbar-gutter:stable;direction:rtl;overflow-x:auto}.table-wrap::-webkit-scrollbar{height:11px;display:block}.table-wrap::-webkit-scrollbar-track{background:#0f172ab8;border-radius:999px}.table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#22d3eef2,#3b82f6bf);border:2px solid #0f172ab8;border-radius:999px}.table-wrap{scrollbar-color:#22d3eee6 #0f172ab8;scrollbar-width:thin}.table{border-collapse:separate;border-spacing:0;width:100%;min-width:720px}.table th,.table td{border-bottom:1px solid var(--color-border);text-align:right;vertical-align:middle;padding:13px 14px}.table th{color:var(--color-muted);background:#ffffff09;font-size:12px;font-weight:700}.table tbody tr{transition:background .16s}.table tbody tr:hover{background:#22d3ee0e}.table tbody tr:last-child td{border-bottom:0}.table-actions{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:760px){.table-wrap{padding-bottom:10px;overflow-x:scroll}.table-wrap::-webkit-scrollbar{height:12px}}.queue-board{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}@media (max-width:1100px){.queue-board{grid-template-columns:1fr}}.queue-column{border:1px solid var(--color-border);border-radius:var(--radius-xl);min-height:280px;padding:var(--space-4);gap:var(--space-3);background:#0206173d;display:grid}.queue-column-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.queue-column-title{margin:0;font-size:18px}.queue-entry-card{border:1px solid var(--color-border);padding:var(--space-4);background:linear-gradient(#0f172acc,#0f172a80);border-radius:20px;gap:12px;display:grid}.queue-entry-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.queue-number{color:#67e8f9;background:#22d3ee1f;border-radius:16px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.queue-name{margin:0;font-size:17px}.queue-meta{color:var(--color-muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.queue-actions{flex-wrap:wrap;gap:8px;display:flex}.empty-soft{text-align:center;min-height:120px;color:var(--color-muted);padding:var(--space-4);border:1px dashed #94a3b838;border-radius:20px;place-items:center;display:grid}.notice-stack{bottom:max(18px, env(safe-area-inset-bottom));left:max(18px, env(safe-area-inset-left));z-index:1;overscroll-behavior:contain;pointer-events:none;gap:12px;width:min(430px,100vw - 32px);max-height:calc(100dvh - 36px);display:grid;position:absolute;overflow-y:auto}.notice-card{border:1px solid var(--color-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0f172af0;border-radius:22px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:14px;animation:.22s both noticeIn;display:grid;box-shadow:0 22px 65px #0006}.notice-icon{background:#ffffff0f;border-radius:16px;place-items:center;width:40px;height:40px;display:grid}.notice-content strong{margin-bottom:4px;display:block}.notice-content p{color:#cbd5e1;margin:0;line-height:1.65}.notice-close{color:#cbd5e1;cursor:pointer;border-radius:var(--radius-full);background:0 0;border:0;padding:6px}.notice-close:hover{background:#ffffff14}.notice-success{border-color:#22c55e59}.notice-success .notice-icon{color:#22c55e;background:#22c55e1f}.notice-error{border-color:#ef444459}.notice-error .notice-icon{color:#f87171;background:#ef44441f}.notice-warning{border-color:#f59e0b59}.notice-warning .notice-icon{color:#fbbf24;background:#f59e0b1f}.notice-info .notice-icon{color:#22d3ee;background:#22d3ee1f}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617c2;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{width:min(480px,100%);animation:.18s both modalIn}.skeleton{background:linear-gradient(90deg,#94a3b81a,#ffffff2e,#94a3b81a) 0 0/220% 100%;border-radius:14px;animation:1.25s linear infinite shimmer}.skeleton-row{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.shimmer-card{min-height:120px}.state-card{align-items:flex-start;gap:16px;display:flex}.state-icon{color:#f87171;background:#ef44441f;border-radius:18px;flex:none;place-items:center;width:48px;height:48px;display:grid}.state-error{border-color:#ef444442}.loading-grid{gap:var(--space-4);display:grid}.poster{aspect-ratio:.707;text-align:center;width:min(440px,100%);box-shadow:var(--shadow-md), var(--shadow-glow);background:radial-gradient(circle at top,#22d3ee38,#0000 16rem),linear-gradient(#081323f5,#0f172af2);border:1px solid #ffffff29;border-radius:32px;place-items:center;padding:28px;display:grid}.chart-shell{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);background:#0206173d;overflow-x:auto}.analytics-card-stack{gap:24px;display:grid}.analytics-card{background:radial-gradient(circle at 100% 0,#22d3ee1f,#0000 28rem),linear-gradient(#0f172a94,#02061738);border:1px solid #94a3b82e;border-radius:24px;padding:20px;position:relative;overflow:hidden;box-shadow:0 18px 55px #0000002e}.analytics-card.is-updating{border-color:#22d3ee85;animation:.42s both analyticsCardRefresh}.analytics-card-loader{z-index:4;color:#e5f4ff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);pointer-events:none;background:linear-gradient(90deg,#22d3ee14,#8b5cf61a,#22d3ee14),#0206178a;place-items:center;font-weight:900;display:grid;position:absolute;inset:0}.analytics-card-head{grid-template-columns:minmax(0,1fr) minmax(260px,auto);align-items:start;gap:18px;margin-bottom:18px;display:grid}.analytics-card-head h3,.analytics-section-head h3,.analytics-chart-heading h3{margin:0}.analytics-card-head p,.analytics-section-head p,.analytics-chart-heading p{color:var(--color-muted);margin:6px 0 0;line-height:1.8}.analytics-eyebrow{color:#67e8f9;margin-bottom:8px;font-size:12px;font-weight:900;display:inline-flex}.analytics-control-grid{gap:12px;min-width:min(330px,100%);display:grid}.analytics-date-grid{flex-wrap:wrap;gap:14px;margin:6px 0 18px;display:flex}.analytics-date-control{justify-self:end;gap:10px;min-width:min(260px,100%);display:grid}.analytics-apply-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin:0 0 18px;display:flex}.analytics-apply-row.compact{margin:0}.analytics-pending-note{color:#facc15;font-size:12px;font-weight:800}.analytics-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.analytics-summary-chip{background:#02061738;border:1px solid #94a3b829;border-radius:18px;gap:8px;padding:14px;display:grid}.analytics-summary-chip span{color:var(--color-muted);font-size:12px;font-weight:800}.analytics-summary-chip strong{font-size:16px}.analytics-peak-hour-value{direction:ltr;unicode-bidi:isolate;flex-wrap:wrap;align-items:baseline;gap:8px;display:inline-flex}.analytics-clock-value{font-variant-numeric:tabular-nums;white-space:nowrap;direction:ltr;unicode-bidi:isolate}.analytics-chart-heading{margin:0 0 12px}.analytics-section-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.analytics-empty-state{text-align:center;min-height:178px;color:var(--color-text);background:linear-gradient(#22d3ee14,#0f172a57);border:1px dashed #22d3ee42;border-radius:22px;align-content:center;place-items:center;gap:10px;padding:24px;display:grid}.analytics-empty-state.compact{border-style:solid;min-height:132px}.analytics-empty-state p{color:var(--color-muted);margin:0;line-height:1.8}.analytics-empty-orb{color:#67e8f9;background:#22d3ee1f;border:1px solid #22d3ee42;border-radius:18px;place-items:center;width:48px;height:48px;font-weight:900;display:grid}.analytics-service-table{gap:10px;display:grid}.analytics-service-row{background:#0f172a75;border:1px solid #94a3b829;border-radius:18px;grid-template-columns:minmax(0,1.4fr) minmax(120px,.75fr) minmax(92px,.45fr);align-items:center;gap:14px;padding:14px 16px;display:grid}.analytics-service-header{color:var(--color-muted);background:#94a3b814;font-size:12px;font-weight:900}.analytics-service-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:900;overflow:hidden}.analytics-service-revenue{color:#67e8f9;white-space:nowrap;font-size:16px}.analytics-service-count{min-width:44px;height:34px;color:var(--color-text);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;justify-self:start;place-items:center;font-weight:900;display:inline-grid}@media (max-width:720px){.analytics-card{border-radius:20px;padding:16px}.analytics-card-head,.analytics-summary-grid{grid-template-columns:1fr}.analytics-date-control{justify-self:stretch}.analytics-control-grid{min-width:0}.analytics-service-row{grid-template-columns:1fr;gap:8px}.analytics-service-header{display:none}.analytics-service-count{justify-self:stretch}}@keyframes analyticsCardRefresh{0%{transform:translateY(0);box-shadow:0 18px 55px #0000002e}50%{transform:translateY(-2px);box-shadow:0 24px 70px #22d3ee24}to{transform:translateY(0);box-shadow:0 18px 55px #0000002e}}.progress-bar{border-radius:var(--radius-full);background:#ffffff14;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--color-primary), var(--color-primary-2));border-radius:inherit;height:100%}.public-nav{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-8);display:flex}.hero{align-items:center;gap:var(--space-7);grid-template-columns:1.1fr .9fr;display:grid}.hero-copy{gap:var(--space-4);display:grid}.hero-title{letter-spacing:-.065em;margin:0;font-size:clamp(38px,6vw,72px);line-height:1.03}.hero-description{color:var(--color-text-soft);max-width:760px;margin:0;font-size:18px;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}@media (max-width:960px){.hero{grid-template-columns:1fr}.public-nav{flex-wrap:wrap}}.root-choice-page{background:linear-gradient(145deg, #06b6d424, transparent 42%), linear-gradient(320deg, #22c55e1a, transparent 36%), var(--color-bg);place-items:center;min-height:100svh;padding:24px;display:grid}.root-choice-panel{justify-items:center;gap:24px;width:min(520px,100%);display:grid}.root-choice-actions{gap:12px;width:100%;display:grid}.root-choice-button{border:1px solid var(--color-border);min-height:72px;color:var(--color-text);box-shadow:var(--shadow-soft);background:#08121fe0;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px;font-weight:900;text-decoration:none;display:grid}.root-choice-button-primary{background:linear-gradient(135deg,#0891b2f5,#0e7490e0);border-color:#22d3eea3}.root-choice-button span{overflow-wrap:anywhere}.auth-working-screen{background:var(--color-bg);place-items:center;min-height:100svh;padding:24px;display:grid}.auth-working-card{text-align:center;justify-items:center;gap:18px;width:min(460px,100%);display:grid}.auth-working-loader{justify-content:center;align-items:center;gap:8px;display:flex}.auth-working-loader span{background:var(--color-primary);border-radius:999px;width:12px;height:12px;animation:.9s ease-in-out infinite authPulse}.auth-working-loader span:nth-child(2){animation-delay:.12s}.auth-working-loader span:nth-child(3){animation-delay:.24s}.auth-working-card h1{letter-spacing:0;margin:0;font-size:24px}.auth-working-card p{color:var(--color-muted);margin:0;line-height:1.8}@keyframes authPulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}@media (max-width:560px){.root-choice-page{padding:18px}.root-choice-button{min-height:64px;padding:16px}}.split-row{justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.small{font-size:12px}.text-success{color:#86efac}.text-warning{color:#fcd34d}.text-danger{color:#fca5a5}.text-primary{color:#67e8f9}@keyframes shimmer{to{background-position:-220% 0}}@keyframes buttonSpin{to{transform:rotate(360deg)}}@keyframes noticeIn{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.login-panel{width:min(540px,100%);padding:28px}.login-panel h1{margin-bottom:8px}.sidebar{flex-direction:column;display:flex}.sidebar-layout.sidebar-collapsed{--sidebar-width:92px}.sidebar-collapsed .shell-brand{align-items:center}.sidebar-collapsed .shell-brand-line{justify-content:center}.sidebar-collapsed .nav-link{justify-content:center;padding-inline:10px}.sidebar-collapsed .nav-link.active:before{right:-6px}.sidebar-toggle{border-radius:13px;width:38px;height:38px;padding:0}.sidebar-nav{flex:1;min-height:0}.modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.modal-head h3{margin:0 0 8px;font-size:24px}.modal-head p{margin:0;line-height:1.7}.modal-body{gap:16px;display:grid}.modal-footer{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:20px;display:flex}.inline-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.stack{gap:14px;display:grid}.form-grid,.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.input-with-icon{align-items:center;gap:10px;display:flex}.input-with-icon svg{color:var(--color-muted);flex:none}.input-with-icon .input{flex:1;min-width:0}.switch-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.settings-hero-card{padding:20px}.switch-card{border:1px solid var(--color-border);cursor:pointer;text-align:right;background:linear-gradient(135deg,#0f172ab8,#0f172a6b);border-radius:20px;justify-content:space-between;align-items:center;gap:14px;min-height:88px;padding:14px;transition:all .18s;display:flex}.switch-card:hover{border-color:#22d3ee47;transform:translateY(-1px)}.switch-card.is-on{background:linear-gradient(135deg,#22d3ee29,#2563eb1a);border-color:#22d3ee57}.switch-copy{gap:6px;display:grid}.switch-copy small{color:var(--color-muted);line-height:1.5}.switch-track{background:#94a3b842;border-radius:999px;flex:none;width:54px;height:30px;padding:3px;transition:all .18s}.switch-thumb{background:#e2e8f0;border-radius:999px;width:24px;height:24px;transition:transform .18s;display:block;box-shadow:0 6px 18px #0000004d}.switch-card.is-on .switch-track{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2))}.switch-card.is-on .switch-thumb{background:#fff;transform:translate(-24px)}.color-field{border:1px solid var(--color-border);width:100%;color:var(--text);background:#0f172ab8;border-radius:16px;align-items:center;gap:12px;padding:10px 12px;display:flex}.color-field input{opacity:0;pointer-events:none;position:absolute}.color-field span{border:1px solid #fff3;border-radius:12px;width:44px;height:30px;box-shadow:0 0 18px #22d3ee2e}.color-field strong{color:var(--color-text-soft);direction:ltr;margin-inline-start:auto}.upload-crop-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(#0f172ad1,#0f172a85);gap:14px;padding:16px;display:grid}.upload-crop-title{align-items:center;gap:10px;display:flex}.upload-crop-title div{gap:4px;display:grid}.upload-crop-title small{color:var(--color-muted)}.drop-zone{color:var(--color-muted);cursor:pointer;background:radial-gradient(circle at 50% 30%,#22d3ee1f,#0f172a66);border:1.5px dashed #22d3ee52;border-radius:22px;place-items:center;min-height:180px;display:grid;overflow:hidden}.drop-zone.is-dragging{border-color:var(--color-primary);background:#22d3ee1f}.drop-zone img{object-fit:cover;width:100%;height:100%;display:block}.drop-zone span{place-items:center;gap:8px;display:grid}.upload-actions{flex-wrap:wrap;gap:10px;display:flex}.template-explorer{grid-template-columns:210px minmax(0,1fr);gap:16px;min-height:340px;display:grid}.template-folder{border:1px solid var(--color-border);background:#ffffff0b;border-radius:20px;align-content:start;gap:10px;padding:16px;display:grid}.template-grid{direction:rtl;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-height:430px;padding-left:4px;display:grid;overflow:auto}.template-tile{border:1px solid var(--color-border);color:#fff;cursor:pointer;text-align:right;background:#0f172ab8;border-radius:18px;gap:10px;padding:10px;display:grid}.template-tile.active,.template-tile:hover{box-shadow:var(--shadow-glow);border-color:#22d3ee8f}.template-preview{aspect-ratio:.707;background:#ffffff0f;border-radius:14px;place-items:center;display:grid;overflow:hidden}.template-preview img{object-fit:cover;width:100%;height:100%}.template-preview.placeholder{color:var(--color-muted)}.poster-template{background-position:50%!important;background-size:cover!important}.poster-logo,.poster-logo-fallback{object-fit:cover;border-radius:24px;width:76px;height:76px;margin:0 auto 12px;display:block;box-shadow:0 0 36px #22d3ee38}.qr-white-box{background:#fff;border-radius:22px;margin-top:6px;padding:18px;display:inline-block}.queue-entry-card.compact{padding:14px}.collapsible-actions{border-top:1px solid var(--color-border);margin-top:10px;padding-top:10px}@keyframes appReady{0%{opacity:.72;filter:saturate(.92)}to{opacity:1;filter:saturate()}}body{animation:.18s both appReady}@media (max-width:900px){.sidebar-layout,.sidebar-layout.sidebar-collapsed{--sidebar-width:100%;height:auto;display:block;overflow:visible}.sidebar{z-index:20;border-bottom:1px solid var(--color-border);border-left:0;height:auto;max-height:74vh;position:sticky;top:0}.sidebar-nav{gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.nav-link{justify-content:center;min-width:max-content}.sidebar-footer{display:none}.sidebar-main{height:auto;min-height:100vh;overflow:visible}.page-scroll-content{padding:14px}.form-grid,.settings-form-grid,.switch-grid,.template-explorer{grid-template-columns:1fr}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-board{grid-template-columns:1fr!important}.modal-wide{width:min(96vw,820px)}}@media print{body *{visibility:hidden!important}#qr-poster,#qr-poster *{visibility:visible!important}#qr-poster{position:fixed;inset:0;border:0!important;border-radius:0!important;width:100vw!important;height:100vh!important}}.operations-summary-card{background:radial-gradient(circle at 92% 0,#22d3ee38,#0000 28rem),linear-gradient(135deg,#0f172aeb,#082f498f);border-color:#22d3ee38;position:relative;overflow:hidden}.operations-summary-card:before{content:"";inset-inline-start:22px;filter:blur(10px);background:#22d3ee1a;border-radius:999px;width:88px;height:88px;position:absolute;top:22px}.operations-summary-card h2{margin:12px 0 8px;font-size:clamp(22px,3vw,34px)}.operations-summary-card>*{z-index:1;position:relative}.qr-studio-layout{gap:var(--space-5);grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);align-items:start;display:grid}.poster-workspace{gap:14px;display:grid}.poster-canvas-shell{background:radial-gradient(circle at 50% 0,#22d3ee29,#0000 24rem),#ffffff09;border:1px solid #22d3ee29;border-radius:28px;place-items:center;padding:18px;display:grid}.poster-canvas{aspect-ratio:.707;background-color:#0000;background-image:radial-gradient(circle at 50% 18%,#22d3ee38,#0000 20rem),linear-gradient(#0a192ff5,#030712f0);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #fff3;border-radius:28px;width:min(480px,100%);position:relative;overflow:hidden;box-shadow:0 36px 110px #0000006b,0 0 58px #22d3ee29}.poster-default-content{text-align:center;align-content:start;justify-items:center;gap:18px;padding:42px 28px;display:grid;position:absolute;inset:0}.poster-default-content p{color:var(--color-muted);margin:0}.poster-default-content h2{margin:0;font-size:26px}.poster-default-content h1{max-width:360px;margin:18px 0 0;font-size:clamp(30px,5vw,48px);line-height:1.05}.poster-default-content span{color:var(--color-muted);position:absolute;bottom:28px}.poster-qr-anchor{aspect-ratio:1;z-index:4;place-items:center;min-width:70px;max-width:54%;display:grid;position:absolute;transform:translate(-50%,-50%)}.qr-print-box{aspect-ratio:1;background:#fff;border-radius:16%;place-items:center;width:100%;padding:8%;display:grid;box-shadow:0 20px 55px #00000047,inset 0 0 0 1px #ffffffb3}.qr-print-box svg{width:100%;height:100%;display:block}.poster-meta-strip{border:1px solid var(--color-border);background:#ffffff0b;border-radius:18px;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 14px;display:flex}.qr-metrics{grid-template-columns:1fr}.link-copy-box{text-align:left;word-break:break-all;border:1px solid var(--color-border);direction:ltr;background:#0307126b;border-radius:16px;padding:14px}.link-copy-box.with-action{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.link-copy-box.with-action strong{overflow-wrap:anywhere;min-width:0}.template-explorer-pro{grid-template-columns:230px minmax(0,1fr)}.template-hint{color:var(--color-text-soft);align-items:center;gap:8px;margin-top:10px;font-size:13px;line-height:1.6;display:flex}.template-mini-preview{display:grid}.template-mini-canvas{aspect-ratio:.707;background:linear-gradient(#22d3ee1a,#0f172acc);border:1px solid #ffffff14;border-radius:14px;position:relative;overflow:hidden}.template-mini-canvas img{object-fit:cover;width:100%;height:100%;display:block}.template-mini-default{height:100%;color:var(--color-muted);place-content:center;justify-items:center;gap:8px;display:grid}.template-mini-qr{aspect-ratio:1;background:#fff;border-radius:14%;padding:3%;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 25px #0000003d}.template-mini-qr svg{width:100%;height:100%;display:block}.skeleton-template{background:linear-gradient(90deg,#ffffff0a,#ffffff1a,#ffffff0a) 0 0/240% 100%;min-height:260px;animation:1.2s infinite skeletonMove}.template-admin-layout{gap:var(--space-5);grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);align-items:start;display:grid}.template-form-grid{gap:var(--space-5);grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:start;display:grid}.template-upload-drop{min-height:128px;color:var(--color-text);cursor:pointer;background:radial-gradient(circle at 50% 0,#22d3ee24,#0f172a73);border:1.5px dashed #22d3ee5c;border-radius:22px;place-items:center;gap:7px;padding:18px;display:grid}.template-upload-drop span{color:var(--color-muted);font-size:13px}.template-designer{gap:16px;width:100%;min-width:0;display:grid}.template-design-canvas{background:#ffffff0b;border:1px solid #ffffff29;border-radius:24px;width:min(420px,100%);margin-inline:auto;position:relative;overflow:hidden;box-shadow:0 30px 90px #00000057}.template-design-canvas img{object-fit:cover;width:100%;height:100%;display:block}.template-design-empty{min-height:520px;color:var(--color-muted);text-align:center;place-content:center;justify-items:center;gap:8px;padding:28px;display:grid}.template-design-qr{aspect-ratio:1;border:2px dashed var(--color-primary);background:#fffffff5;border-radius:16%;place-items:center;padding:4%;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 18px 50px #0000004d,0 0 0 9999px #0307122e}.template-design-qr:after{content:"QR";color:#00111b;background:#22d3eef5;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;position:absolute;top:-28px;right:50%;transform:translate(50%)}.template-design-qr svg{width:100%;height:100%;display:block}.template-controls{gap:12px;display:grid}.range{width:100%;accent-color:var(--color-primary)}.admin-template-list{gap:12px;display:grid}.admin-template-row{text-align:right;width:100%;color:inherit;border:1px solid var(--color-border);cursor:pointer;background:#ffffff0a;border-radius:18px;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.admin-template-row:hover,.admin-template-row.active{background:#22d3ee14;border-color:#22d3ee75}.admin-template-thumb{aspect-ratio:.707;background:#ffffff0f;border-radius:12px;place-items:center;display:grid;overflow:hidden}.admin-template-thumb img{object-fit:cover;width:100%;height:100%}.empty-soft{color:var(--color-muted);border:1px dashed var(--color-border);text-align:center;border-radius:18px;padding:24px}@media (max-width:1080px){.qr-studio-layout,.template-admin-layout,.template-form-grid{grid-template-columns:1fr}}@media (max-width:720px){.poster-canvas{width:min(100%,360px)}.template-explorer-pro{grid-template-columns:1fr}.template-grid{grid-template-columns:1fr 1fr}.admin-template-row{grid-template-columns:60px minmax(0,1fr)}.admin-template-row .status-pill{grid-column:2;width:fit-content}}@media print{.poster-canvas{box-shadow:none!important;border-radius:0!important}.poster-meta-strip{display:none!important}}.template-admin-stack{gap:var(--space-5);display:grid}.template-admin-stack .data-panel{width:100%}.template-design-toolbar{flex-wrap:wrap;gap:8px;display:flex}.chip-action{border:1px solid var(--color-border);color:var(--color-text-soft);cursor:pointer;background:#ffffff0d;border-radius:999px;padding:8px 12px}.chip-action.active,.chip-action:hover{color:#fff;background:#22d3ee1f;border-color:#22d3ee85}.placement-note{color:var(--color-text-soft);background:#22d3ee14;border:1px solid #22d3ee2e;border-radius:16px;align-items:center;gap:8px;padding:10px 12px;line-height:1.6;display:flex}.template-draggable-marker{touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;z-index:5;border:2px dashed #22d3eecc;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 18px 50px #0000004d}.template-draggable-marker:active{cursor:grabbing}.template-draggable-marker.active{outline-offset:5px;z-index:8;outline:3px solid #22d3ee52}.template-draggable-marker.qr{aspect-ratio:1;background:#fffffff5;border-radius:16%;padding:4%}.template-draggable-marker.qr svg{width:100%;height:100%;display:block}.template-draggable-marker.logo{aspect-ratio:1;color:#fff;background:linear-gradient(135deg,#22d3eee0,#2563ebdb);border-radius:22%;font-size:clamp(10px,2vw,16px);font-weight:900}.template-draggable-marker.name{color:#fff;text-align:center;background:#0f172abd;border-radius:14px;min-height:34px;padding:8px 12px;font-size:clamp(14px,2.8vw,30px);line-height:1.2}.marker-handle{color:#00111b;white-space:nowrap;background:#22d3eef5;border-radius:999px;align-items:center;gap:4px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:-32px;right:50%;transform:translate(50%)}.marker-logo-sample{place-items:center;width:100%;height:100%;display:grid}.designer-subsection{border:1px solid var(--color-border);background:#ffffff09;border-radius:18px;gap:10px;width:100%;min-width:0;padding:14px;display:grid}.inline-row.between{justify-content:space-between}.switch{cursor:pointer;align-items:center;display:inline-flex;position:relative}.switch input{opacity:0;pointer-events:none;position:absolute}.switch span{background:#94a3b842;border-radius:999px;width:50px;height:28px;padding:3px;transition:all .18s;display:inline-flex}.switch span:before{content:"";background:#e2e8f0;border-radius:999px;width:22px;height:22px;transition:all .18s;box-shadow:0 6px 18px #00000042}.switch input:checked+span{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2))}.switch input:checked+span:before{background:#fff;transform:translate(-22px)}.poster-logo-anchor,.poster-name-anchor,.poster-qr-anchor{pointer-events:none}.poster-logo-anchor{aspect-ratio:1;z-index:3;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%)}.poster-logo-anchor img,.poster-logo-placeholder{object-fit:cover;border-radius:22%;width:100%;height:100%;box-shadow:0 14px 44px #0000003d}.poster-logo-placeholder{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2));color:#fff;place-items:center;font-weight:900;display:grid}.poster-name-anchor{z-index:3;text-align:center;color:#fff;text-shadow:0 3px 18px #000000ad;word-break:break-word;font-weight:900;line-height:1.12;position:absolute;transform:translate(-50%,-50%)}.template-mini-logo{aspect-ratio:1;color:#fff;z-index:2;background:linear-gradient(135deg,#22d3eee0,#2563ebdb);border-radius:22%;place-items:center;font-size:8px;font-weight:900;display:grid;position:absolute;transform:translate(-50%,-50%)}.template-mini-name{text-align:center;color:#fff;text-shadow:0 2px 8px #000000b3;z-index:2;font-size:9px;font-weight:900;line-height:1.1;position:absolute;transform:translate(-50%,-50%)}@media (max-width:720px){.template-design-canvas{width:min(100%,340px)}.template-draggable-marker.name{min-height:28px;padding:6px 8px}.marker-handle{font-size:10px;top:-28px}}.template-draggable-marker.hycQr{aspect-ratio:1;background:#fffffff5;border-radius:12%;padding:3%}.template-draggable-marker.hycQr img{object-fit:contain;border-radius:10%;width:100%;height:100%;display:block}.resize-handle{opacity:0;cursor:nwse-resize;z-index:12;background:linear-gradient(135deg,#67e8f9,#38bdf8);border:2px solid #00111b;border-radius:999px;width:18px;height:18px;transition:opacity .16s,transform .16s;position:absolute}.template-draggable-marker:hover .resize-handle,.template-draggable-marker.active .resize-handle{opacity:1}.resize-start{bottom:-10px;left:-10px}.resize-end{bottom:-10px;right:-10px}.resize-handle:hover{transform:scale(1.18)}.resize-cue{color:var(--color-text-soft);border:1px solid var(--color-border);white-space:nowrap;background:#0f172af0;border-radius:999px;align-items:center;gap:4px;padding:5px 8px;font-size:11px;display:none;position:absolute;bottom:-34px;right:50%;transform:translate(50%)}.template-draggable-marker:hover .resize-cue,.template-draggable-marker.active .resize-cue{display:inline-flex}.poster-settings-modal{width:min(1180px,100%)}.poster-settings-modal .data-panel{max-height:none}.template-modal-grid{gap:var(--space-5);grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);align-items:start;display:grid}.template-upload-drop.compact{min-height:96px}.admin-template-row.as-card{grid-template-columns:minmax(0,1fr) auto}.admin-template-main{min-width:0;color:inherit;text-align:right;cursor:pointer;background:0 0;border:0;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:12px;display:grid}.template-row-actions{justify-content:flex-end}.poster-hyc-qr-anchor,.template-mini-hyc-qr{pointer-events:none}.poster-hyc-qr-anchor{aspect-ratio:1;z-index:4;place-items:center;display:grid;position:absolute;transform:translate(-50%,-50%)}.poster-hyc-qr-anchor img{object-fit:contain;border-radius:8%;width:100%;height:100%;display:block;box-shadow:0 14px 42px #00000038}.template-mini-hyc-qr{aspect-ratio:1;z-index:2;background:#fff;border-radius:8%;padding:1.5%;position:absolute;transform:translate(-50%,-50%)}.template-mini-hyc-qr img{object-fit:contain;width:100%;height:100%;display:block}.inline-row.wrap{flex-wrap:wrap}.icon-btn{border:1px solid var(--color-border);width:38px;height:38px;color:var(--color-text);cursor:pointer;background:#ffffff0d;border-radius:12px;place-items:center;display:inline-grid}@media (max-width:920px){.template-modal-grid,.admin-template-row.as-card{grid-template-columns:1fr}.template-row-actions{justify-content:flex-start}.poster-settings-backdrop{padding:12px}}.floating-shell .sidebar-main{height:auto;min-height:100vh;margin-inline-start:0;margin-inline-end:var(--sidebar-rail);transition:none;overflow:visible}.floating-sidebar.sidebar,.floating-shell .sidebar{z-index:80;width:var(--sidebar-rail);height:100vh;transition:width .22s,box-shadow .22s,border-color .22s;position:fixed;top:0;right:0;overflow:hidden auto}.floating-shell .sidebar:hover,.floating-shell.mobile-sidebar-open .sidebar{width:var(--sidebar-expanded);border-left-color:#22d3ee42;box-shadow:-26px 0 90px #0000006b,0 0 46px #22d3ee1f}.floating-shell .shell-brand{min-width:calc(var(--sidebar-expanded) - 48px)}.floating-shell .shell-brand-line{justify-content:flex-start}.floating-shell .sidebar:hover .shell-brand-line a strong,.floating-shell .sidebar:hover .shell-eyebrow,.floating-shell .sidebar:hover .sidebar .status-pill,.floating-shell .sidebar:hover .nav-link span,.floating-shell .sidebar:hover .sidebar-footer .status-pill,.floating-shell.mobile-sidebar-open .shell-brand-line a strong,.floating-shell.mobile-sidebar-open .shell-eyebrow,.floating-shell.mobile-sidebar-open .nav-link span,.floating-shell.mobile-sidebar-open .sidebar-footer .status-pill{opacity:1;pointer-events:auto;transform:translate(0)}.floating-shell .nav-link{min-width:calc(var(--sidebar-expanded) - 40px);justify-content:flex-start}.floating-shell .nav-link svg{flex:none}.floating-shell .sidebar-toggle{display:none!important}.mobile-menu-button,.mobile-sidebar-head,.mobile-sidebar-backdrop{display:none}@media (max-width:900px){.floating-shell.sidebar-layout{--sidebar-rail:0px;display:block}.floating-shell .sidebar-main{min-height:100vh;margin:0;padding-top:64px}.floating-shell .page-scroll-content{padding:var(--space-4)}.mobile-menu-button{z-index:92;color:#fff;width:46px;height:46px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#081222e0;border:1px solid #22d3ee47;border-radius:16px;place-items:center;display:inline-grid;position:fixed;top:14px;right:14px}.mobile-sidebar-head{min-width:calc(var(--sidebar-expanded) - 40px);justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.mobile-sidebar-backdrop{z-index:78;opacity:0;pointer-events:none;background:#020617a8;transition:opacity .2s;display:block;position:fixed;inset:0}.floating-shell.mobile-sidebar-open .mobile-sidebar-backdrop{opacity:1;pointer-events:auto}.floating-shell .sidebar{width:min(84vw, var(--sidebar-expanded));border-left:1px solid #22d3ee3d;transition:transform .24s;transform:translate(110%)}.floating-shell.mobile-sidebar-open .sidebar{width:min(84vw, var(--sidebar-expanded));transform:translate(0)}.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .nav-link span,.floating-shell .sidebar-footer .status-pill{opacity:1;pointer-events:auto;transform:none}}.modal-backdrop{place-items:center;padding:clamp(10px,2vw,22px);overflow:hidden!important}.modal{grid-template-rows:auto minmax(0,1fr) auto;width:min(520px,100vw - 24px);max-height:calc(100dvh - 28px);display:grid;overflow:hidden}.modal-wide{width:min(900px,100vw - 24px)}.modal-full{width:min(1440px,100vw - 28px);height:calc(100dvh - 28px)}.confirm-modal{grid-template-rows:auto auto}.modal-head{border-bottom:1px solid var(--color-border);margin-bottom:0;padding-bottom:14px}.modal-body{overscroll-behavior:contain;min-height:0;padding:16px 2px;overflow:auto}.modal-footer{border-top:1px solid var(--color-border);margin-top:0;padding-top:14px}.poster-settings-backdrop{align-items:center;padding:clamp(10px,2vw,22px);overflow:hidden!important}.poster-settings-modal{width:min(1440px,100vw - 28px);height:calc(100dvh - 28px);display:grid;overflow:hidden}.poster-settings-modal .data-panel{grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;display:grid}.poster-settings-modal .data-panel-body,.poster-settings-modal .template-modal-grid{min-height:0}.poster-settings-modal .template-modal-grid{overscroll-behavior:contain;padding-inline-end:4px;overflow:auto}.template-modal-grid{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}.template-controls{grid-template-columns:repeat(2,minmax(280px,1fr));align-items:start;width:100%}.template-controls .placement-note{grid-column:1/-1}@media (max-width:920px){.template-controls{grid-template-columns:1fr}}.drop-zone-logo{border-radius:999px;justify-self:center;width:min(280px,100%)}.drop-zone-logo img{border-radius:999px}.drop-zone-cover{border-radius:22px}.image-editor-grid{gap:var(--space-5);grid-template-columns:minmax(280px,.9fr) minmax(220px,.45fr);align-items:start;display:grid}.image-crop-stage{cursor:grab;background:#0206177a;border:1px solid #22d3ee42;border-radius:26px;place-items:center;min-height:260px;display:grid;position:relative;overflow:hidden}.image-crop-stage:active{cursor:grabbing}.image-crop-stage.logo-mask{border-radius:999px;justify-self:center;max-width:460px;aspect-ratio:1!important}.image-crop-stage.cover-mask{border-radius:26px}.image-crop-stage img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;will-change:transform;width:100%;height:100%;position:absolute}.crop-safe-area{border-radius:inherit;color:#ffffffb8;text-align:center;pointer-events:none;border:1px dashed #ffffff52;place-items:center;gap:6px;display:grid;position:absolute;inset:12px}.logo-mask .crop-safe-area{border-radius:999px;inset:18px}@media (max-width:820px){.image-editor-grid{grid-template-columns:1fr}}@media print{body *{visibility:hidden!important}#qr-poster,#qr-poster *{visibility:visible!important}#qr-poster{width:210mm!important;height:297mm!important;box-shadow:none!important;border-radius:0!important;position:fixed!important;inset:0 auto auto 0!important}}.floating-shell.sidebar-layout{--sidebar-rail:88px;--sidebar-expanded:304px;height:100dvh;min-height:100dvh;display:block;position:relative;overflow:hidden}.floating-shell .sidebar-main{height:100dvh;min-height:0;scrollbar-gutter:stable;overscroll-behavior:contain;direction:rtl;margin-inline-start:var(--sidebar-rail);margin-inline-end:0;overflow:hidden auto}.floating-sidebar.sidebar,.floating-shell .sidebar{inset-block:0;inset-inline:0 auto;z-index:80;width:var(--sidebar-rail);background:radial-gradient(circle at 50% 0,#22d3ee2e,#0000 18rem),linear-gradient(#020617f0,#081122e0);border-left:1px solid #22d3ee2e;border-right:0;border-radius:24px 0 0 24px;flex-direction:column;align-items:center;height:100dvh;padding:14px 12px;transition:width .22s,box-shadow .22s,border-color .22s,border-radius .22s;display:flex;position:fixed;left:auto;right:0;overflow:hidden auto;box-shadow:-12px 0 52px #00000047,inset 1px 0 #ffffff09}.floating-shell .sidebar:hover,.floating-shell.mobile-sidebar-open .sidebar{width:var(--sidebar-expanded);border-left-color:#22d3ee57;border-radius:24px 0 0 24px;align-items:stretch;box-shadow:-28px 0 90px #00000075,0 0 46px #22d3ee21}.floating-shell .shell-brand{width:100%;min-width:0;margin-bottom:var(--space-5);border-bottom:1px solid #94a3b81a;justify-items:center;gap:10px;padding:6px 0 12px;display:grid}.floating-shell .nav-link{border-radius:18px;justify-content:center;width:58px;min-width:58px;height:54px;margin:0;padding:0}.floating-shell .sidebar:hover .nav-link,.floating-shell.mobile-sidebar-open .nav-link{justify-content:flex-start;width:100%;min-width:0;padding:12px 14px}.floating-shell .nav-link.active:before{right:auto;inset-inline-start:-6px}.floating-shell .sidebar-footer{justify-items:center;width:100%;margin-top:auto}.modal-backdrop,.poster-settings-backdrop{overscroll-behavior:contain;z-index:120!important;place-items:center!important;display:grid!important;position:fixed!important;inset:0!important;overflow:hidden!important}.modal,.poster-settings-modal{max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);position:relative}.confirm-modal{width:min(560px,100vw - 28px);max-height:calc(100dvh - 28px)}.confirm-modal>p{overscroll-behavior:contain;max-height:46dvh;overflow:auto}@media (max-width:900px){.floating-shell.sidebar-layout{--sidebar-rail:0px;height:100dvh;min-height:100dvh;overflow:hidden}.floating-shell .sidebar-main{height:100dvh;min-height:0;margin:0;padding-top:64px;overflow-y:auto}.floating-shell .sidebar{inset-inline-start:0;width:min(86vw, var(--sidebar-expanded));border-radius:24px 0 0 24px;align-items:stretch;left:auto;right:0;transform:translate(110%)}.floating-shell.mobile-sidebar-open .sidebar{width:min(86vw, var(--sidebar-expanded));transform:translate(0)}.floating-shell .shell-brand,.floating-shell .sidebar-nav,.floating-shell .sidebar-footer{justify-items:stretch}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a,.floating-shell .nav-link{width:100%;min-width:0}.floating-shell .nav-link{justify-content:flex-start;padding:12px 14px}.mobile-menu-button{left:auto;right:14px}}.floating-shell.sidebar-layout{--sidebar-rail:88px!important;--sidebar-expanded:304px!important;height:100dvh!important;min-height:100dvh!important;display:block!important;overflow:hidden!important}.floating-shell .sidebar-main{height:100dvh!important;min-height:0!important;margin-right:var(--sidebar-rail)!important;scrollbar-gutter:stable!important;overscroll-behavior:contain!important;direction:ltr!important;margin-left:0!important;overflow:hidden auto!important}.floating-shell .page-scroll-content{min-height:100%!important;padding:var(--space-6)!important;direction:rtl!important}.floating-shell .sidebar{z-index:80!important;width:var(--sidebar-rail)!important;background:radial-gradient(circle at 50% 0,#22d3ee2e,#0000 18rem),linear-gradient(#020617f5,#081122e6)!important;border-left:1px solid #22d3ee38!important;border-right:0!important;border-radius:24px 0 0 24px!important;flex-direction:column!important;align-items:center!important;height:100dvh!important;padding:14px 12px!important;transition:width .22s,box-shadow .22s,border-color .22s!important;display:flex!important;position:fixed!important;inset:0 0 0 auto!important;overflow:hidden auto!important;box-shadow:-12px 0 52px #00000052,inset 1px 0 #ffffff09!important}.floating-shell .sidebar:hover,.floating-shell.mobile-sidebar-open .sidebar{width:var(--sidebar-expanded)!important;border-left-color:#22d3ee5c!important;align-items:stretch!important;box-shadow:-28px 0 90px #00000075,0 0 46px #22d3ee21!important}.floating-shell .shell-brand{border-bottom:1px solid #94a3b81a!important;justify-items:center!important;gap:10px!important;width:100%!important;margin-bottom:18px!important;padding-bottom:14px!important;display:grid!important}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{justify-content:center!important;width:56px!important;min-width:56px!important;overflow:hidden!important}.floating-shell .sidebar:hover .shell-brand,.floating-shell.mobile-sidebar-open .shell-brand{justify-items:start!important}.floating-shell .sidebar:hover .shell-brand-line,.floating-shell .sidebar:hover .shell-brand-line a,.floating-shell.mobile-sidebar-open .shell-brand-line,.floating-shell.mobile-sidebar-open .shell-brand-line a{justify-content:flex-start!important;width:100%!important;min-width:0!important;overflow:visible!important}.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .sidebar .status-pill,.floating-shell .nav-link span,.floating-shell .sidebar-footer .status-pill{opacity:0!important;pointer-events:none!important;white-space:nowrap!important;transition:opacity .16s,transform .16s!important;transform:translate(8px)!important}.floating-shell .sidebar:hover .shell-brand-line a strong,.floating-shell .sidebar:hover .shell-eyebrow,.floating-shell .sidebar:hover .status-pill,.floating-shell .sidebar:hover .nav-link span,.floating-shell .sidebar:hover .sidebar-footer .status-pill,.floating-shell.mobile-sidebar-open .shell-brand-line a strong,.floating-shell.mobile-sidebar-open .shell-eyebrow,.floating-shell.mobile-sidebar-open .status-pill,.floating-shell.mobile-sidebar-open .nav-link span,.floating-shell.mobile-sidebar-open .sidebar-footer .status-pill{opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.floating-shell .sidebar-nav{justify-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.floating-shell .nav-link{border-radius:18px!important;justify-content:center!important;width:56px!important;min-width:56px!important;height:56px!important;margin:0!important;padding:0!important;overflow:hidden!important}.floating-shell .nav-link svg{flex:0 0 21px!important;width:21px!important;min-width:21px!important;height:21px!important;margin:0!important}.floating-shell .sidebar:hover .sidebar-nav,.floating-shell.mobile-sidebar-open .sidebar-nav{justify-items:stretch!important}.floating-shell .sidebar:hover .nav-link,.floating-shell.mobile-sidebar-open .nav-link{justify-content:flex-start!important;width:100%!important;min-width:0!important;padding:12px 14px!important;overflow:visible!important}.floating-shell .nav-link.active:before{left:-6px!important;right:auto!important}.floating-shell .sidebar-footer{justify-items:center!important;gap:8px!important;width:100%!important;margin-top:auto!important;display:grid!important}.floating-shell .sidebar:hover .sidebar-footer,.floating-shell.mobile-sidebar-open .sidebar-footer{justify-items:stretch!important}body.modal-open{overflow:hidden!important}.app-modal-backdrop,.modal-backdrop,.poster-settings-backdrop{z-index:9999!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;overscroll-behavior:contain!important;background:#020617c7!important;place-items:center!important;width:100vw!important;height:100dvh!important;padding:clamp(12px,2vw,24px)!important;display:grid!important;position:fixed!important;inset:0!important;overflow:hidden!important}.app-modal-card,.modal,.poster-settings-modal{max-width:calc(100vw - 28px)!important;max-height:calc(100dvh - 28px)!important;position:relative!important;overflow:hidden!important;transform:none!important}.modal{grid-template-rows:auto minmax(0,1fr) auto!important;display:grid!important}.modal-body,.poster-settings-modal .template-modal-grid,.confirm-modal>p{overscroll-behavior:contain!important;min-height:0!important;overflow:hidden auto!important}.poster-settings-modal{width:min(1440px,100vw - 28px)!important;height:calc(100dvh - 28px)!important}@media (max-width:900px){.floating-shell.sidebar-layout{--sidebar-rail:0px!important;height:100dvh!important;overflow:hidden!important}.floating-shell .sidebar-main{height:100dvh!important;margin:0!important;padding-top:64px!important}.floating-shell .page-scroll-content{padding:var(--space-4)!important}.floating-shell .sidebar{width:min(86vw, var(--sidebar-expanded))!important;border-radius:24px 0 0 24px!important;align-items:stretch!important;transform:translate(110%)!important}.floating-shell.mobile-sidebar-open .sidebar{transform:translate(0)!important}.floating-shell .nav-link,.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{width:100%!important;min-width:0!important}.floating-shell .nav-link{justify-content:flex-start!important;padding:12px 14px!important}.floating-shell .nav-link span,.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .status-pill,.floating-shell .sidebar-footer .status-pill{opacity:1!important;pointer-events:auto!important;transform:none!important}}.floating-shell .sidebar-main,.floating-shell .page-scroll-content{direction:rtl!important}@media (min-width:901px){.floating-shell.sidebar-layout{--sidebar-rail:88px!important;--sidebar-expanded:304px!important;height:100dvh!important;min-height:100dvh!important;display:block!important;overflow:hidden!important}.floating-shell .sidebar-main{height:100dvh!important;min-height:0!important;margin:0 var(--sidebar-rail) 0 0!important;scrollbar-gutter:stable!important;direction:rtl!important;padding:0!important;overflow:hidden auto!important}.floating-shell .page-scroll-content{min-height:100%!important;padding:var(--space-6)!important;direction:rtl!important}.floating-shell .sidebar{z-index:100!important;width:var(--sidebar-rail)!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% 0,#22d3ee2b,#0000 18rem),linear-gradient(#020617f7,#081122eb)!important;border-left:1px solid #22d3ee3d!important;border-right:0!important;border-radius:26px 0 0 26px!important;flex-direction:column!important;align-items:center!important;gap:0!important;height:100dvh!important;padding:16px 14px!important;transition:width .2s,box-shadow .2s,border-color .2s!important;display:flex!important;position:fixed!important;inset:0 0 0 auto!important;overflow:hidden auto!important;box-shadow:-14px 0 44px #00000052,inset 1px 0 #ffffff0a!important}.floating-shell .sidebar:hover{width:var(--sidebar-expanded)!important;border-left-color:#22d3ee61!important;align-items:stretch!important;box-shadow:-30px 0 96px #0000007a,0 0 46px #22d3ee21!important}.floating-shell .mobile-sidebar-head,.floating-shell .mobile-sidebar-backdrop,.mobile-menu-button{display:none!important}.floating-shell .shell-brand{border-bottom:1px solid #94a3b81f!important;justify-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0 0 18px!important;padding:0 0 14px!important;display:grid!important}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{justify-content:center!important;align-items:center!important;gap:10px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;display:flex!important;overflow:hidden!important}.floating-shell .shell-brand-line img{flex:none!important}.floating-shell .sidebar:hover .shell-brand{justify-items:start!important}.floating-shell .sidebar:hover .shell-brand-line,.floating-shell .sidebar:hover .shell-brand-line a{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .sidebar .status-pill,.floating-shell .nav-link span,.floating-shell .sidebar-footer .status-pill{opacity:0!important;visibility:hidden!important;white-space:nowrap!important;pointer-events:none!important;max-width:0!important;transition:opacity .16s,transform .16s,max-width .16s,visibility .16s!important;overflow:hidden!important;transform:translate(8px)!important}.floating-shell .sidebar:hover .shell-brand-line a strong,.floating-shell .sidebar:hover .shell-eyebrow,.floating-shell .sidebar:hover .status-pill,.floating-shell .sidebar:hover .nav-link span,.floating-shell .sidebar:hover .sidebar-footer .status-pill{opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-width:220px!important;transform:translate(0)!important}.floating-shell .sidebar-nav{flex-direction:column!important;flex:auto!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important}.floating-shell .nav-link{box-sizing:border-box!important;border-radius:19px!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important;transform:none!important}.floating-shell .nav-link:hover{transform:none!important}.floating-shell .nav-link svg{stroke-width:2px!important;flex:0 0 22px!important;width:22px!important;min-width:22px!important;height:22px!important;margin:0!important;display:block!important}.floating-shell .sidebar:hover .sidebar-nav{align-items:stretch!important}.floating-shell .sidebar:hover .nav-link{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;padding:12px 14px!important;overflow:visible!important}.floating-shell .nav-link.active:before{content:""!important;background:linear-gradient(180deg, var(--color-primary), var(--color-primary-2))!important;border-radius:999px!important;width:4px!important;height:24px!important;position:absolute!important;top:50%!important;left:-7px!important;right:auto!important;transform:translateY(-50%)!important;box-shadow:0 0 20px #22d3ee8c!important}.floating-shell .sidebar-footer{border-top:1px solid #94a3b81a!important;flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;width:100%!important;margin-top:auto!important;padding-top:14px!important;display:flex!important}.floating-shell .sidebar:hover .sidebar-footer{align-items:stretch!important}}@media (max-width:900px){.floating-shell .sidebar{z-index:100!important}}.image-crop-stage img{object-fit:contain!important;width:100%!important;height:100%!important}.image-crop-stage.logo-mask img,.image-crop-stage.cover-mask img{object-fit:contain!important}@media (min-width:901px){.floating-shell.sidebar-layout{--sidebar-rail:88px!important;--sidebar-expanded:304px!important;background:var(--color-bg)!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;display:block!important;overflow:hidden!important}.floating-shell .sidebar-main{z-index:1!important;height:100dvh!important;min-height:0!important;margin:0 var(--sidebar-rail) 0 0!important;scrollbar-gutter:stable both-edges!important;direction:rtl!important;padding:0!important;position:relative!important;overflow:hidden auto!important}.floating-shell .page-scroll-content{min-height:100%!important;padding:var(--space-6)!important;direction:rtl!important}.floating-shell .sidebar{z-index:60!important;width:var(--sidebar-rail)!important;box-sizing:border-box!important;background:radial-gradient(circle at 50% 0,#22d3ee2e,#0000 18rem),linear-gradient(#020617fa,#081122f0)!important;border-left:1px solid #22d3ee3d!important;border-right:0!important;border-radius:26px 0 0 26px!important;grid-template-rows:auto minmax(0,1fr) auto!important;align-items:stretch!important;gap:14px!important;height:100dvh!important;padding:14px!important;transition:width .22s,box-shadow .22s,border-color .22s!important;display:grid!important;position:fixed!important;inset:0 0 0 auto!important;overflow:hidden!important;box-shadow:-14px 0 44px #00000052,inset 1px 0 #ffffff0a!important}.floating-shell .sidebar:hover{width:var(--sidebar-expanded)!important;border-left-color:#22d3ee66!important;box-shadow:-30px 0 96px #0000007a,0 0 46px #22d3ee21!important}.floating-shell .mobile-sidebar-head,.floating-shell .mobile-sidebar-backdrop,.mobile-menu-button{display:none!important}.floating-shell .shell-brand{border-bottom:1px solid #94a3b81f!important;place-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;margin:0!important;padding:0 0 14px!important;display:grid!important;overflow:hidden!important}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{justify-content:center!important;align-items:center!important;gap:10px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;display:flex!important;overflow:hidden!important}.floating-shell .shell-brand-line img{flex:none!important;width:44px!important;height:44px!important}.floating-shell .sidebar:hover .shell-brand{justify-items:start!important}.floating-shell .sidebar:hover .shell-brand-line,.floating-shell .sidebar:hover .shell-brand-line a{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .sidebar .status-pill,.floating-shell .nav-link span,.floating-shell .sidebar-footer .status-pill{opacity:0!important;visibility:hidden!important;white-space:nowrap!important;pointer-events:none!important;max-width:0!important;transition:opacity .16s,transform .16s,max-width .16s,visibility .16s!important;overflow:hidden!important;transform:translate(8px)!important}.floating-shell .sidebar:hover .shell-brand-line a strong,.floating-shell .sidebar:hover .shell-eyebrow,.floating-shell .sidebar:hover .status-pill,.floating-shell .sidebar:hover .nav-link span,.floating-shell .sidebar:hover .sidebar-footer .status-pill{opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-width:220px!important;transform:translate(0)!important}.floating-shell .sidebar-nav{scrollbar-width:none!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:0!important;margin:0!important;padding:0 0 8px!important;display:flex!important;overflow:hidden auto!important}.floating-shell .sidebar-nav::-webkit-scrollbar{display:none!important}.floating-shell .nav-link,.floating-shell .sidebar-footer .nav-link{box-sizing:border-box!important;text-align:start!important;border-radius:19px!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:58px!important;min-width:58px!important;max-width:58px!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important;transform:none!important}.floating-shell .nav-link:hover{transform:none!important}.floating-shell .nav-link svg{stroke-width:2px!important;flex:0 0 22px!important;width:22px!important;min-width:22px!important;height:22px!important;margin:0!important;display:block!important}.floating-shell .sidebar:hover .sidebar-nav{align-items:stretch!important}.floating-shell .sidebar:hover .nav-link,.floating-shell .sidebar:hover .sidebar-footer .nav-link{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;padding:12px 14px!important;overflow:visible!important}.floating-shell .nav-link.active:before{content:""!important;background:linear-gradient(180deg, var(--color-primary), var(--color-primary-2))!important;border-radius:999px!important;width:4px!important;height:24px!important;position:absolute!important;top:50%!important;left:-7px!important;right:auto!important;transform:translateY(-50%)!important;box-shadow:0 0 20px #22d3ee8c!important}.floating-shell .sidebar-footer{border-top:1px solid #94a3b81a!important;flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:72px!important;margin:0!important;padding-top:14px!important;display:flex!important;overflow:hidden!important}.floating-shell .sidebar:hover .sidebar-footer{align-items:stretch!important}}.image-crop-stage img{object-fit:contain!important;transform-origin:50%!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.crop-preview-wrap{justify-items:center;gap:10px;display:grid}.crop-preview-note{color:var(--color-muted);text-align:center;font-size:12px}.image-crop-stage{touch-action:none;width:min(100%,520px);max-height:min(68vh,560px)}.image-crop-stage.is-panning{cursor:grabbing}.image-crop-stage .crop-editor-image{object-fit:fill!important;transform-origin:50%!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;will-change:left, top, width, height!important;max-width:none!important;max-height:none!important;position:absolute!important;transform:none!important}.image-crop-stage.logo-mask{border-radius:999px!important;width:min(100%,460px)!important;height:auto!important}.image-crop-stage.cover-mask{width:min(100%,620px)!important}.image-crop-stage.logo-mask .crop-safe-area{background:radial-gradient(circle,#0000 62%,#0206175c 63%);border:2px dashed #22d3ee8c!important;border-radius:999px!important;inset:0!important}.image-crop-stage.cover-mask .crop-safe-area{border:2px dashed #22d3ee73!important;inset:0!important}@media (min-width:901px){.floating-shell.sidebar-layout{--sidebar-rail:76px!important;--sidebar-expanded:292px!important}.floating-shell .sidebar{gap:8px!important;padding:10px!important}.floating-shell .sidebar-main{margin:0 var(--sidebar-rail) 0 0!important}.floating-shell .shell-brand{margin-bottom:8px!important;padding-bottom:8px!important}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important}.floating-shell .shell-brand-line img{width:36px!important;height:36px!important}.floating-shell .sidebar-nav{gap:6px!important;padding-bottom:4px!important;overflow:hidden!important}.floating-shell .nav-link,.floating-shell .sidebar-footer .nav-link{border-radius:16px!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:48px!important;min-height:48px!important}.floating-shell .nav-link svg{flex-basis:20px!important;width:20px!important;min-width:20px!important;height:20px!important}.floating-shell .sidebar-footer{gap:6px!important;min-height:56px!important;padding-top:8px!important}.floating-shell .sidebar:hover .nav-link,.floating-shell .sidebar:hover .sidebar-footer .nav-link{padding:10px 12px!important}}.image-crop-stage .crop-editor-image{width:var(--crop-w)!important;height:var(--crop-h)!important;left:var(--crop-left)!important;top:var(--crop-top)!important;object-fit:fill!important;max-width:none!important;max-height:none!important;transform:none!important}.upload-actions .btn-danger{background:#ef444424!important;border-color:#ef444452!important}.image-editor-grid{grid-template-columns:minmax(260px,.82fr) minmax(220px,.48fr)!important;align-items:center!important}.crop-preview-wrap{min-width:0!important;overflow:visible!important}.image-crop-stage{touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;cursor:grab!important;min-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}.image-crop-stage.is-panning,.image-crop-stage:active{cursor:grabbing!important}.image-crop-stage.logo-mask{aspect-ratio:1!important;border-radius:999px!important;width:min(340px,72vw,52dvh)!important;max-width:340px!important;height:min(340px,72vw,52dvh)!important;max-height:340px!important}.image-crop-stage.cover-mask{width:min(620px,80vw)!important;max-height:48dvh!important}.image-crop-stage .crop-editor-image{width:var(--crop-w)!important;height:var(--crop-h)!important;left:var(--crop-left)!important;top:var(--crop-top)!important;object-fit:fill!important;transform-origin:50%!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;-webkit-user-drag:none!important;will-change:left, top, width, height!important;min-width:0!important;max-width:none!important;min-height:0!important;max-height:none!important;display:block!important;position:absolute!important;transform:none!important}.image-crop-stage .crop-safe-area{pointer-events:none!important;z-index:3!important}.image-crop-stage.logo-mask .crop-safe-area{background:radial-gradient(circle,#0000 63%,#02061766 64%)!important;border-radius:999px!important;inset:0!important}.image-crop-stage.cover-mask .crop-safe-area{inset:0!important}@media (max-width:820px){.image-editor-grid{grid-template-columns:1fr!important}.image-crop-stage.logo-mask{width:min(300px,76vw,44dvh)!important;height:min(300px,76vw,44dvh)!important}}:root,html[data-theme=tech]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#06101f;--app-surface:#091221c7;--app-surface-elevated:#0f1c32db;--app-border:#94a3b829;--app-text-primary:#f2fbff;--app-text-secondary:#c9d9ea;--app-text-muted:#8ea2bb;--app-primary:#22d3ee;--app-primary-hover:#67e8f9;--app-accent:#8b5cf6;--app-danger:#ef4444;--app-success:#22c55e;--app-warning:#f59e0b;--app-sidebar-bg:linear-gradient(180deg, #020617fa, #081122f0);--app-sidebar-border:#22d3ee3d;--app-modal-bg:#0f172af5;--app-input-bg:#02061770;--color-bg-0:#030712;--color-bg-1:var(--app-background);--color-bg-2:#081526;--color-surface-1:var(--app-surface);--color-surface-2:#0f1c32b8;--color-surface-3:#152846a3;--color-border:var(--app-border);--color-border-strong:#7dd3fc4d;--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:#2563eb;--color-primary-3:#0891b2;--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:var(--app-accent)}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#101114;--app-surface:#191a1fd1;--app-surface-elevated:#23252bf0;--app-border:#dce2eb21;--app-text-primary:#f5f7fb;--app-text-secondary:#d4dae4;--app-text-muted:#9aa3b1;--app-primary:#e5e7eb;--app-primary-hover:#fff;--app-accent:#14b8a6;--app-danger:#f87171;--app-success:#34d399;--app-warning:#fbbf24;--app-sidebar-bg:linear-gradient(180deg, #0f0f12fa, #191a1ff0);--app-sidebar-border:#e5e7eb29;--app-modal-bg:#191a1ff7;--app-input-bg:#0c0d109e;--color-bg-0:#08090b;--color-bg-1:var(--app-background);--color-bg-2:#17181d;--color-surface-1:var(--app-surface);--color-surface-2:#23252bc7;--color-surface-3:#30333bb8;--color-border:var(--app-border);--color-border-strong:#e5e7eb47;--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:#6b7280;--color-primary-3:#9ca3af;--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:var(--app-accent)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-background:#f7fafc;--app-surface:#ffffffe0;--app-surface-elevated:#fff;--app-border:#0f172a1f;--app-text-primary:#0f172a;--app-text-secondary:#334155;--app-text-muted:#64748b;--app-primary:#0f766e;--app-primary-hover:#115e59;--app-accent:#2563eb;--app-danger:#dc2626;--app-success:#16a34a;--app-warning:#d97706;--app-sidebar-bg:linear-gradient(180deg, #fffffffa, #f1f5f9f0);--app-sidebar-border:#0f172a1f;--app-modal-bg:#fffffffa;--app-input-bg:#ffffffdb;--color-bg-0:#eef4f8;--color-bg-1:var(--app-background);--color-bg-2:#e2e8f0;--color-surface-1:var(--app-surface);--color-surface-2:#ffffffeb;--color-surface-3:#f1f5f9eb;--color-border:var(--app-border);--color-border-strong:#0f766e52;--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:var(--app-accent);--color-primary-3:var(--app-primary-hover);--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:#7c3aed}html[data-theme=light] body{background:linear-gradient(135deg,#f7fafc,#eef6f5 46%,#f8fafc)}html[data-theme=dark] body{background:linear-gradient(135deg,#08090b,#101114 48%,#17181d)}html[data-theme=light] body:before,html[data-theme=light] body:after{opacity:.28}.card,.panel,.data-panel,.metric-card,.action-card,.upload-crop-card{background:linear-gradient(180deg, var(--color-surface-1), color-mix(in srgb, var(--color-surface-2) 72%, transparent))!important;border-color:var(--color-border)!important}.input,.select,.textarea{background:var(--app-input-bg)!important;color:var(--color-text)!important}.modal,.app-modal-card,.notice-card{background:var(--app-modal-bg)!important;color:var(--color-text)!important}.floating-shell .sidebar{background:var(--app-sidebar-bg)!important;border-left-color:var(--app-sidebar-border)!important}.btn-primary{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2))!important}.brand-mark{align-items:center;gap:10px;display:inline-flex}.brand-mark-badge,.store-logo-badge{width:var(--brand-badge-size,48px);height:var(--brand-badge-size,48px);flex:0 0 var(--brand-badge-size,48px);background:#fff;border:1px solid #0f172a1a;border-radius:999px;place-items:center;display:inline-grid;overflow:hidden;box-shadow:0 12px 28px #0000002e,inset 0 0 0 1px #ffffffb8}.brand-mark-badge img,.store-logo-badge img{object-fit:contain;width:78%;height:78%}.floating-shell .brand-mark-badge img{object-fit:contain!important;width:78%!important;height:78%!important}.store-logo-badge{--brand-badge-size:64px;color:#0f172a;font-weight:900}.store-logo-badge img{object-fit:cover;width:100%;height:100%}.legal-consent-row{border:1px solid var(--border);background:color-mix(in srgb, var(--panel) 88%, var(--primary) 12%);color:var(--text);border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;line-height:1.7;display:flex}.legal-consent-row input{flex:none;margin-top:7px}.legal-consent-row a,.legal-meta-row a,.legal-toc a{color:var(--primary);font-weight:800}.legal-layout{grid-template-columns:minmax(220px,.3fr) 1fr;gap:18px;display:grid}.legal-toc{align-self:start;position:sticky;top:18px}.legal-toc ol{margin:0;padding-inline-start:22px}.legal-toc li+li{margin-top:10px}.legal-section-stack{gap:14px;display:grid}.legal-meta-row{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.legal-body-text{font-size:1rem;line-height:2}@media (max-width:820px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static}}.avatar-crop-grid{gap:var(--space-5);grid-template-columns:minmax(240px,.78fr) minmax(220px,.45fr);align-items:center;display:grid}.avatar-crop-preview-wrap{justify-items:center;gap:10px;min-width:0;display:grid}.avatar-crop-stage{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;isolation:isolate;background:#fff;border:1px solid #22d3ee52;width:min(320px,72vw,46dvh);height:min(320px,72vw,46dvh);display:block;position:relative;overflow:hidden}.avatar-crop-stage.is-logo{border-radius:999px}.avatar-crop-stage.is-cover{border-radius:22px;width:min(560px,82vw);height:auto;min-height:210px}.avatar-crop-stage.is-panning{cursor:grabbing}.avatar-crop-image{object-fit:fill;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;will-change:left, top, width, height;z-index:1;max-width:none;max-height:none;display:block;position:absolute}.avatar-crop-frame{border-radius:inherit;pointer-events:none;z-index:3;border:2px solid #ffffffe0;position:absolute;inset:0;box-shadow:inset 0 0 0 999px #0206171a,0 0 0 1px #22d3ee42}.avatar-crop-help{color:#0f172a;pointer-events:none;z-index:4;background:#ffffffe0;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.theme-selector{gap:12px;display:grid}.theme-selector-title{color:var(--color-text-soft);align-items:center;gap:8px;font-weight:800;display:inline-flex}.theme-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.theme-option{border:1px solid var(--color-border);min-height:96px;color:var(--color-text);background:color-mix(in srgb, var(--color-surface-2) 70%, transparent);cursor:pointer;text-align:start;border-radius:16px;justify-items:start;gap:8px;padding:12px;display:grid}.theme-option small{color:var(--color-muted);line-height:1.6}.theme-option.is-active{border-color:color-mix(in srgb, var(--color-primary) 64%, transparent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent)}.theme-swatch{border:1px solid #ffffff5c;border-radius:999px;width:42px;height:26px}.theme-swatch-light{background:linear-gradient(135deg,#fff,#eef6f5 60%,#0f766e);border-color:#0f172a26}.theme-selector.is-compact .theme-options{grid-template-columns:1fr}.theme-selector.is-compact .theme-option{grid-template-columns:auto 1fr;align-items:center;min-height:48px}.customer-store-grid{gap:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.customer-store-card{border:1px solid var(--color-border);cursor:pointer;background:linear-gradient(180deg, var(--color-surface-1), color-mix(in srgb, var(--color-surface-2) 70%, transparent));min-height:260px;box-shadow:var(--shadow-sm);border-radius:20px;gap:14px;padding:16px;transition:transform .16s,border-color .16s,background .16s;display:grid;position:relative}.customer-store-card:hover,.customer-store-card:focus-visible{border-color:color-mix(in srgb, var(--color-primary) 46%, transparent);outline:none;transform:translateY(-2px)}.favorite-button{z-index:4;border:1px solid var(--color-border);width:42px;height:42px;color:var(--color-text-soft);background:color-mix(in srgb, var(--color-surface-2) 84%, transparent);cursor:pointer;border-radius:999px;place-items:center;transition:color .15s,border-color .15s,transform .15s;display:grid;position:absolute;top:12px;left:12px}.favorite-button:hover{color:#fb7185;border-color:#f43f5e6b;transform:translateY(-1px)}.favorite-button.is-active{color:#fb7185;background:#f43f5e1f;border-color:#f43f5e70}.customer-store-card-top{align-items:center;gap:12px;padding-inline-start:46px;display:flex}.customer-store-card-title{min-width:0}.customer-store-card-title h3{margin:0;font-size:20px}.customer-store-card-title p{color:var(--color-muted);margin:4px 0 0}.customer-store-card-meta{color:var(--color-text-soft);gap:8px;font-size:13px;display:grid}.customer-store-card-meta span,.customer-store-card-footer{align-items:center;gap:7px;display:flex}.customer-store-card-status{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.customer-store-card-footer{color:var(--color-primary);justify-content:space-between;align-self:end;font-weight:800}.store-profile-page{--store-profile-bg:var(--color-bg-1);--store-profile-card:var(--color-surface-1);--store-profile-primary:var(--color-primary);--store-profile-secondary:var(--color-primary-2);--store-profile-accent:var(--color-purple);--store-profile-text:var(--color-text);gap:var(--space-5);min-height:calc(100dvh - 48px);color:var(--store-profile-text);display:grid}.store-profile-page .card{background:color-mix(in srgb, var(--store-profile-card) 88%, transparent)!important}.store-profile-page .btn-primary{background:linear-gradient(135deg, var(--store-profile-primary), var(--store-profile-secondary))!important}.store-profile-hero{border:1px solid var(--color-border);background:radial-gradient(circle at 12% 10%, color-mix(in srgb, var(--store-profile-accent) 24%, transparent), transparent 24rem), linear-gradient(135deg, var(--store-profile-bg), color-mix(in srgb, var(--store-profile-primary) 16%, var(--store-profile-bg)));border-radius:24px;min-height:260px;position:relative;overflow:hidden}.store-profile-cover{object-fit:cover;opacity:.28;width:100%;height:100%;position:absolute;inset:0}.store-profile-hero-content{z-index:1;align-items:flex-end;gap:16px;min-height:260px;padding:clamp(18px,4vw,34px);display:flex;position:relative}.store-profile-logo{--brand-badge-size:108px}.store-profile-title{min-width:0}.store-profile-title span{color:color-mix(in srgb, var(--store-profile-text) 72%, transparent);font-weight:800}.store-profile-title h1{margin:6px 0 0;font-size:clamp(34px,6vw,64px);line-height:1.05}.store-profile-favorite{background:#ffffff24;margin-inline-start:auto;position:static}.store-profile-content{gap:var(--space-5);display:grid}.store-profile-actions{flex-wrap:wrap;gap:10px;display:flex}.store-profile-large-text{direction:ltr;font-size:26px;font-weight:900}.store-profile-list{gap:10px;display:grid}.store-services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.service-chip{border:1px solid var(--color-border);background:color-mix(in srgb, var(--store-profile-bg) 38%, transparent);border-radius:16px;justify-content:space-between;gap:10px;padding:13px;display:flex}.service-chip span{color:var(--color-muted)}.store-profile-owner-header{align-items:center;gap:16px;display:flex}.store-profile-logo-preview{--brand-badge-size:86px}.shell-quick-card{width:100%;min-width:0;position:relative}.shell-quick-trigger{border:1px solid var(--color-border);width:100%;min-height:48px;color:var(--color-text);background:color-mix(in srgb, var(--color-surface-2) 82%, transparent);cursor:pointer;text-align:start;border-radius:16px;align-items:center;gap:10px;padding:6px;display:flex}.shell-quick-avatar{color:#fff;background:linear-gradient(135deg, var(--color-primary), var(--color-primary-2));border-radius:999px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.shell-quick-copy{gap:2px;min-width:0;display:grid}.shell-quick-copy strong,.shell-quick-copy small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.shell-quick-copy small{color:var(--color-muted)}.shell-quick-trigger svg:last-child{margin-inline-start:auto;transition:transform .16s}.shell-quick-trigger svg:last-child.is-open{transform:rotate(180deg)}.shell-quick-panel{z-index:80;width:calc(var(--sidebar-expanded,292px) - 24px);border:1px solid var(--color-border);background:var(--app-modal-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px;display:grid;position:fixed;bottom:72px;right:12px;box-shadow:0 24px 70px #00000057}.shell-quick-action{border:1px solid var(--color-border);min-height:76px;color:var(--color-text-soft);background:color-mix(in srgb, var(--color-surface-2) 76%, transparent);cursor:pointer;text-align:center;border-radius:14px;place-items:center;gap:8px;padding:9px;font-size:12px;font-weight:800;display:grid}.shell-quick-action:hover{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 42%, transparent)}.shell-quick-action.is-danger{color:#fca5a5}@media (min-width:901px){.floating-shell.shell-card-open .sidebar{width:var(--sidebar-expanded)!important;box-shadow:-30px 0 96px #0000007a,0 0 46px #22d3ee21!important}.floating-shell.shell-card-open .shell-brand,.floating-shell.shell-card-open .sidebar-nav,.floating-shell.shell-card-open .sidebar-footer{place-items:stretch stretch!important}.floating-shell.shell-card-open .shell-brand-line,.floating-shell.shell-card-open .shell-brand-line a{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;overflow:visible!important}.floating-shell.shell-card-open .shell-brand-line a strong,.floating-shell.shell-card-open .shell-eyebrow,.floating-shell.shell-card-open .status-pill,.floating-shell.shell-card-open .nav-link span,.floating-shell.shell-card-open .sidebar-footer .status-pill,.floating-shell.shell-card-open .shell-quick-copy{opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-width:220px!important;display:grid!important;transform:translate(0)!important}.floating-shell.shell-card-open .shell-quick-trigger svg:last-child{display:block!important}.floating-shell.shell-card-open .nav-link,.floating-shell.shell-card-open .sidebar-footer .nav-link{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;padding:10px 12px!important;overflow:visible!important}.floating-shell:not(:hover):not(.shell-card-open) .shell-quick-copy,.floating-shell:not(:hover):not(.shell-card-open) .shell-quick-trigger svg:last-child{display:none}}@media (max-width:900px){.shell-quick-panel{width:min(320px,100vw - 28px);bottom:76px;left:14px;right:auto}}@media (max-width:1100px){.customer-store-grid,.store-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.avatar-crop-grid,.theme-options,.customer-store-grid,.store-services-grid{grid-template-columns:1fr}.avatar-crop-stage{width:min(286px,76vw,42dvh);height:min(286px,76vw,42dvh)}.store-profile-hero-content{flex-direction:column;align-items:flex-start}.store-profile-favorite{margin-inline-start:0}.store-profile-logo{--brand-badge-size:88px}}.avatar-crop-stage{background-color:#fff;background-origin:border-box;background-clip:border-box}.avatar-crop-stage.is-logo{width:min(270px,68vw,38dvh);height:min(270px,68vw,38dvh)}.avatar-crop-stage.is-cover{width:min(560px,82vw);min-height:210px}.avatar-crop-drag-surface{z-index:5;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;position:absolute;inset:0}.avatar-crop-stage.is-panning .avatar-crop-drag-surface{cursor:grabbing}@media (max-width:760px){.avatar-crop-stage.is-logo{width:min(238px,74vw,34dvh);height:min(238px,74vw,34dvh)}}.store-profile-main-grid{gap:var(--space-5);grid-template-columns:minmax(0,1fr);display:grid}.store-profile-metric-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.store-profile-info-card{flex-direction:column;justify-content:space-between;min-height:124px;display:flex}.store-profile-info-card .metric-value{margin-block:8px 4px}.store-profile-hours-card{grid-column:1/-1}.store-profile-page .service-chip{align-items:center}.service-chip-price{white-space:nowrap;font-weight:900;color:var(--store-profile-accent)!important}@media (max-width:1100px){.store-profile-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.store-profile-metric-grid{grid-template-columns:1fr}}.service-checkbox-list{gap:10px;display:grid}.service-checkbox-card{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-1) 86%, transparent);cursor:pointer;border-radius:16px;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.service-checkbox-card input{width:18px;height:18px;accent-color:var(--color-primary)}.service-checkbox-card span{font-weight:900}.service-checkbox-card small{color:var(--color-muted)}.service-checkbox-card strong{color:var(--color-primary);white-space:nowrap}.service-checkbox-card.is-selected{border-color:color-mix(in srgb, var(--color-primary) 72%, var(--color-border));background:color-mix(in srgb, var(--color-primary) 12%, var(--color-surface-1))}.store-profile-hero{aspect-ratio:16/9;max-height:420px;min-height:auto!important}.store-profile-hero-content{min-height:100%!important}.store-profile-cover{opacity:.42}.drop-zone-cover{aspect-ratio:3.6!important;width:100%!important;height:auto!important;min-height:80px!important;max-height:190px!important}.avatar-crop-grid{grid-template-columns:minmax(220px,.95fr) minmax(210px,.55fr)!important;align-items:center!important}.avatar-crop-preview-wrap{min-width:0!important;overflow:visible!important}.avatar-crop-stage{touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;isolation:isolate!important;cursor:grab!important;background-color:#fff!important;background-origin:border-box!important;background-clip:border-box!important;display:block!important;position:relative!important;overflow:hidden!important}.avatar-crop-stage.is-logo{border-radius:999px!important;width:min(224px,66vw,34dvh)!important;height:min(224px,66vw,34dvh)!important}.avatar-crop-stage.is-cover{aspect-ratio:3.6!important;border-radius:22px!important;width:min(680px,84vw)!important;height:auto!important;min-height:130px!important;max-height:190px!important}.avatar-crop-frame{z-index:2!important;border-radius:inherit!important;pointer-events:none!important;border:2px solid #ffffffeb!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 999px #02061714,0 0 0 1px #22d3ee47!important}.avatar-crop-drag-surface{z-index:9!important;cursor:grab!important;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;background:0 0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.avatar-crop-stage.is-panning,.avatar-crop-stage.is-panning .avatar-crop-drag-surface{cursor:grabbing!important}.avatar-crop-image,.avatar-crop-help,.crop-preview-note{display:none!important}.store-profile-hero{aspect-ratio:3.6!important;width:100%!important;min-height:170px!important;max-height:260px!important}.store-profile-hero-content{height:100%!important;min-height:170px!important;padding-block:clamp(14px,2.4vw,24px)!important}.store-profile-cover{object-fit:cover!important;width:100%!important;height:100%!important}@media (max-width:760px){.avatar-crop-grid{grid-template-columns:1fr!important}.avatar-crop-stage.is-logo{width:min(210px,72vw,32dvh)!important;height:min(210px,72vw,32dvh)!important}.avatar-crop-stage.is-cover{width:min(94vw,520px)!important;min-height:110px!important}.store-profile-hero{aspect-ratio:2.45!important;min-height:150px!important}.store-profile-hero-content{min-height:150px!important}}.account-mini-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface-elevated) 82%, transparent);box-shadow:var(--shadow-sm);border-radius:22px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.account-mini-card>div{gap:4px;display:grid}.account-mini-card small{color:var(--text-muted)}.queue-booking-summary{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.queue-booking-summary span{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);color:var(--text-secondary);border-radius:999px;padding:9px 12px}.queue-booking-summary strong{color:var(--text-primary)}.service-checkbox-card input{accent-color:var(--primary)}@media (max-width:680px){.account-mini-card{flex-direction:column;align-items:stretch}}.modal-wide:has(.avatar-crop-grid){width:min(940px,100vw - 28px)!important}.modal-wide:has(.avatar-crop-grid) .modal-body{padding-inline:clamp(10px,1.8vw,18px)!important}.avatar-crop-grid{grid-template-columns:minmax(0,1fr) minmax(210px,250px)!important;align-items:center!important;gap:clamp(16px,2.4vw,28px)!important}.avatar-crop-preview-wrap{justify-items:stretch!important;width:100%!important;min-width:0!important}.avatar-crop-stage{box-sizing:border-box!important;max-width:100%!important;margin-inline:auto!important}.avatar-crop-stage.is-cover{aspect-ratio:3.6!important;width:100%!important;max-width:610px!important;min-height:118px!important;max-height:170px!important}.avatar-crop-grid .stack{z-index:2!important;min-width:0!important;position:relative!important}@media (max-width:760px){.avatar-crop-grid{grid-template-columns:1fr!important}.avatar-crop-stage.is-cover{width:100%!important;max-width:min(560px,92vw)!important;min-height:104px!important;max-height:150px!important}}.shell-quick-trigger:disabled{cursor:default;opacity:.92}.shell-quick-avatar{position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff2e,0 10px 26px #0003}.shell-quick-avatar img{object-fit:cover;width:100%;height:100%;display:block}.shell-quick-card.is-loading .shell-quick-avatar:after,.shell-quick-skeleton{content:"";background:linear-gradient(90deg,#ffffff0f,#ffffff29,#ffffff0f) 0 0/200% 100%;border-radius:999px;animation:1.1s ease-in-out infinite shellSkeleton;display:block}.shell-quick-card.is-loading .shell-quick-avatar:after{position:absolute;inset:0}.shell-quick-skeleton.title{width:124px;height:12px}.shell-quick-skeleton.subtitle{opacity:.72;width:156px;height:9px}@keyframes shellSkeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.no-turn-panel{background:radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--color-primary) 18%, transparent), transparent 18rem), radial-gradient(circle at 12% 86%, #8b5cf624, transparent 22rem), linear-gradient(180deg, color-mix(in srgb, var(--color-surface-2) 86%, transparent), color-mix(in srgb, var(--color-surface-1) 72%, transparent));place-items:center;min-height:min(520px,100vh - 190px);display:grid;padding:clamp(22px,4vw,46px)!important}.no-turn-content{text-align:center;justify-items:center;gap:16px;width:min(760px,100%);margin-inline:auto;display:grid}.no-turn-visual{place-items:center;width:128px;height:128px;margin-bottom:2px;display:grid;position:relative}.no-turn-orb{z-index:2;color:#fff;background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 80%, white), var(--color-primary-2));width:86px;height:86px;box-shadow:0 22px 60px color-mix(in srgb, var(--color-primary) 24%, transparent), inset 0 1px 0 #ffffff4d;border-radius:28px;place-items:center;display:grid;position:relative;transform:rotate(-8deg)}.no-turn-pulse{border:1px solid color-mix(in srgb, var(--color-primary) 32%, transparent);border-radius:36px;animation:2.4s ease-in-out infinite noTurnPulse;position:absolute;inset:14px}.no-turn-pulse.two{opacity:.55;animation-delay:.45s;inset:0}@keyframes noTurnPulse{0%,to{opacity:.28;transform:scale(.86)}50%{opacity:.78;transform:scale(1.04)}}.no-turn-pill{border-color:color-mix(in srgb, var(--color-primary) 26%, transparent);background:color-mix(in srgb, var(--color-primary) 12%, transparent)}.no-turn-content h1{letter-spacing:-.045em;margin:0;font-size:clamp(30px,4vw,52px);line-height:1.14}.no-turn-content p{max-width:610px;margin:0;font-size:15px;line-height:1.9}.no-turn-actions{justify-content:center;margin-top:4px}.no-turn-actions .btn{align-items:center;gap:8px;display:inline-flex}.no-turn-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;margin-top:6px;display:grid}.no-turn-steps div{border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-surface-2) 64%, transparent);min-height:58px;color:var(--color-text-soft);text-align:start;border-radius:18px;align-items:center;gap:10px;padding:11px 12px;display:flex}.no-turn-steps strong{width:28px;height:28px;color:var(--color-bg-0);background:var(--color-primary);border-radius:999px;flex:0 0 28px;place-items:center;font-size:13px;display:grid}.no-turn-steps span{font-size:13px;line-height:1.55}@media (max-width:760px){.no-turn-panel{min-height:auto}.no-turn-steps{grid-template-columns:1fr}.no-turn-actions{width:100%}.no-turn-actions .btn{justify-content:center;width:100%}}.setup-steps-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.setup-step-pill{border:1px solid var(--color-border);color:var(--color-text-soft);background:#ffffff09;border-radius:18px;align-items:center;gap:10px;padding:12px;display:flex}.setup-step-pill span{background:#94a3b81a;border:1px solid #94a3b833;border-radius:12px;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.setup-step-pill.is-done{color:#fff;background:linear-gradient(135deg,#22d3ee1a,#2563eb0f);border-color:#22d3ee47}.setup-step-pill.is-done span{color:#04111f;background:linear-gradient(135deg,#67e8f9,#22d3ee)}.admin-key-create-grid{grid-template-columns:1.1fr 1fr 1.2fr;gap:14px;margin-bottom:16px;display:grid}.admin-selected-customer-card,.admin-plan-card,.admin-plan-summary-card,.generated-key-card{gap:12px;display:grid}.admin-selected-customer-card h3{overflow-wrap:anywhere;margin:0}.admin-plan-summary-card{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-plan-summary-card div,.subscription-detail-grid div{background:#ffffff09;border:1px solid #94a3b829;border-radius:16px;gap:5px;padding:12px;display:grid}.admin-plan-summary-card span,.subscription-detail-grid span{color:var(--color-muted);font-size:12px}.admin-plan-summary-card strong,.subscription-detail-grid strong{font-size:17px}.generated-key-card{background:linear-gradient(135deg,#22c55e14,#0f172a94);border-color:#22c55e42;margin-top:16px}.generated-key-card>strong{text-align:left;overflow-wrap:anywhere;direction:ltr;font-size:clamp(18px,3vw,28px)}.search-field{align-items:center;display:flex;position:relative}.search-field svg{color:var(--color-muted);pointer-events:none;position:absolute;right:14px}.search-field .input{padding-right:42px}.admin-user-picker-list{gap:10px;max-height:min(52vh,460px);padding-inline-end:4px;display:grid;overflow-y:auto}.admin-user-picker-item{text-align:right;border:1px solid var(--color-border);width:100%;color:var(--color-text);cursor:pointer;background:#ffffff0a;border-radius:18px;gap:5px;padding:14px;display:grid}.admin-user-picker-item:hover{background:#22d3ee12;border-color:#22d3ee5c}.admin-user-picker-item span{color:var(--color-muted);text-align:left;direction:ltr}.subscription-detail-modal{gap:18px;display:grid}.subscription-detail-top{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.subscription-detail-top h3{margin:0 0 4px}.subscription-avatar{width:58px;height:58px;color:var(--color-primary);background:#22d3ee1a;border:1px solid #22d3ee33;border-radius:20px;place-items:center;display:grid}.subscription-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (max-width:980px){.setup-steps-row,.admin-key-create-grid,.admin-plan-summary-card,.subscription-detail-grid{grid-template-columns:1fr}}.access-page{gap:var(--space-5)}.access-hero{gap:var(--space-5);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#082f4985,#0f172ac7);border:1px solid #22d3ee3d;border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:clamp(22px,4vw,34px);display:grid;overflow:hidden}.access-hero-copy{gap:10px;display:grid}.access-hero-copy h2{letter-spacing:0;margin:0;font-size:clamp(28px,4vw,46px)}.access-hero-copy p{max-width:680px;color:var(--color-text-soft);margin:0;line-height:1.75}.access-hero-status{text-align:start;background:#0206175c;border:1px solid #ffffff1a;border-radius:22px;gap:8px;min-width:210px;padding:18px;display:grid}.access-hero-status span{color:var(--color-muted);font-family:var(--font-mono)}.access-hero-status strong{font-size:24px}.metric-link{color:#67e8f9;align-items:center;gap:6px;font-weight:800;text-decoration:none;display:inline-flex}.access-main-grid{align-items:stretch}.access-contact-card{gap:var(--space-4);display:grid}.access-contact-card p{margin:6px 0 0}.access-skeleton-header,.access-skeleton-grid span,.access-skeleton-main span,.access-ledger-skeleton span,.table-loading-card span{background:linear-gradient(90deg,#0f172ab8,#22d3ee21,#0f172ab8) 0 0/220% 100%;border:1px solid #ffffff0f;animation:1.2s ease-in-out infinite cardSweep}.access-skeleton-header{border-radius:28px;align-content:center;gap:16px;min-height:154px;padding:28px;display:grid}.access-skeleton-header span,.access-skeleton-header strong,.access-skeleton-header p{background:#ffffff1f;border-radius:999px;display:block}.access-skeleton-header span{width:120px;height:22px}.access-skeleton-header strong{width:min(440px,74%);height:42px}.access-skeleton-header p{width:min(620px,88%);height:18px}.access-skeleton-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.access-skeleton-grid span{border-radius:24px;min-height:154px}.access-skeleton-main{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.access-skeleton-main span{border-radius:24px;min-height:280px}.access-ledger{gap:var(--space-5);display:grid}.access-ledger-month{gap:12px;display:grid}.access-ledger-month h3{margin:0}.access-ledger-table .table{min-width:920px}.access-ledger-skeleton{gap:12px;display:grid}.access-ledger-skeleton span{border-radius:16px;min-height:58px}.queue-snapshot-grid{gap:12px;display:grid}.queue-snapshot-grid .split-row{border:1px solid var(--color-border);background:#ffffff0a;border-radius:16px;padding:12px 14px}.table-loading-card{gap:10px;display:grid}.table-loading-card span{border-radius:14px;min-height:48px}@keyframes cardSweep{0%{background-position:120% 0}to{background-position:-120% 0}}@media (max-width:900px){.access-hero,.access-skeleton-main{grid-template-columns:1fr}.access-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.access-skeleton-grid{grid-template-columns:1fr}.access-hero-status{min-width:0}}#tawabirkom-viewport-layer{pointer-events:none!important;z-index:2147483647!important;isolation:isolate!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important;overflow:visible!important}.notice-viewport{overscroll-behavior:contain;pointer-events:none;width:min(430px,100vw - 32px);max-height:calc(100dvh - 36px);overflow-y:auto;top:auto!important;right:auto!important;bottom:max(18px, env(safe-area-inset-bottom))!important;left:max(18px, env(safe-area-inset-left))!important;z-index:1!important;position:absolute!important}.notice-card{pointer-events:auto}.color-picker-field{grid-template-columns:68px minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.color-swatch-button{cursor:pointer;border:1px solid #7dd3fc5c;border-radius:18px;place-items:center;min-height:50px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 999px #0206172e,0 0 24px #22d3ee2e}.color-swatch-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.color-swatch-button svg{color:#fff;filter:drop-shadow(0 2px 6px #0000008c)}.color-hex-input{text-align:left;letter-spacing:.02em;direction:ltr;font-weight:800}.plain-owner-shell{width:100%;min-height:100vh}@media (max-width:640px){.notice-viewport{width:auto;left:max(12px, env(safe-area-inset-left))!important;right:max(12px, env(safe-area-inset-right))!important;bottom:max(12px, env(safe-area-inset-bottom))!important}.color-picker-field{grid-template-columns:58px minmax(0,1fr)}}#tawabirkom-viewport-layer{pointer-events:none!important;z-index:2147483647!important;isolation:isolate!important;contain:none!important;width:100vw!important;min-width:100vw!important;height:100dvh!important;min-height:100dvh!important;position:fixed!important;inset:0!important;overflow:visible!important;transform:none!important}.notice-stack.notice-viewport{top:auto!important;right:auto!important;bottom:max(18px, env(safe-area-inset-bottom))!important;left:max(18px, env(safe-area-inset-left))!important;z-index:2147483647!important;overscroll-behavior:contain!important;pointer-events:none!important;width:min(430px,100vw - 32px)!important;max-height:calc(100dvh - 36px)!important;position:fixed!important;overflow-y:auto!important;transform:none!important}.notice-stack.notice-viewport .notice-card{pointer-events:auto!important}@media (max-width:640px){.notice-stack.notice-viewport{left:max(12px, env(safe-area-inset-left))!important;right:max(12px, env(safe-area-inset-right))!important;bottom:max(12px, env(safe-area-inset-bottom))!important;width:auto!important}}:root,html[data-theme=tech]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#07131d;--app-background-muted:#0b1a26;--app-surface:#0c1924db;--app-surface-elevated:#112331f0;--app-surface-soft:#2437468f;--app-border:#8bb1c333;--app-border-strong:#20c7d96b;--app-text-primary:#f5fbff;--app-text-secondary:#c9d8e3;--app-text-muted:#90a4b5;--app-primary:#20c7d9;--app-primary-hover:#67e8f9;--app-secondary:#2f80ed;--app-accent:#14b8a6;--app-danger:#ef4444;--app-success:#22c55e;--app-warning:#f59e0b;--app-sidebar-bg:linear-gradient(180deg, #050e18fa, #0a1925f5);--app-sidebar-border:#20c7d942;--app-modal-bg:#0d1a27fa;--app-input-bg:#050e18b8;--control-bg:#0d1c2ab8;--control-bg-hover:#162b3ddb;--control-active-bg:linear-gradient(135deg, #20c7d92e, #14b8a61f);--control-active-border:#20c7d96b;--control-ring:#20c7d929;--color-bg-0:#030a12;--color-bg-1:var(--app-background);--color-bg-2:var(--app-background-muted);--color-surface-1:var(--app-surface);--color-surface-2:var(--app-surface-elevated);--color-surface-3:var(--app-surface-soft);--color-glass:#ffffff0e;--color-border:var(--app-border);--color-border-strong:var(--app-border-strong);--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:var(--app-secondary);--color-primary-3:#0e98a8;--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:var(--app-accent)}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-background:#111318;--app-background-muted:#171a21;--app-surface:#1b1e26e0;--app-surface-elevated:#232731f5;--app-surface-soft:#343a4694;--app-border:#d6deea24;--app-border-strong:#67e8f94d;--app-text-primary:#f7f8fb;--app-text-secondary:#d7dde7;--app-text-muted:#9ca7b7;--app-primary:#7dd3fc;--app-primary-hover:#bae6fd;--app-secondary:#94a3b8;--app-accent:#34d399;--app-danger:#f87171;--app-success:#34d399;--app-warning:#fbbf24;--app-sidebar-bg:linear-gradient(180deg, #111318fa, #1b1e26f5);--app-sidebar-border:#d6deea29;--app-modal-bg:#1b1e26fa;--app-input-bg:#0d0f14bd;--control-bg:#1b1e26bd;--control-bg-hover:#2a2f3ae0;--control-active-bg:linear-gradient(135deg, #7dd3fc24, #34d3991a);--control-active-border:#7dd3fc52;--control-ring:#7dd3fc21;--color-bg-0:#0b0d11;--color-bg-1:var(--app-background);--color-bg-2:var(--app-background-muted);--color-surface-1:var(--app-surface);--color-surface-2:var(--app-surface-elevated);--color-surface-3:var(--app-surface-soft);--color-border:var(--app-border);--color-border-strong:var(--app-border-strong);--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:var(--app-secondary);--color-primary-3:#cbd5e1;--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:var(--app-accent)}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-background:#f6f8fb;--app-background-muted:#e9f0f4;--app-surface:#ffffffeb;--app-surface-elevated:#fff;--app-surface-soft:#e7eff4d6;--app-border:#0f172a1f;--app-border-strong:#0e749052;--app-text-primary:#0f172a;--app-text-secondary:#334155;--app-text-muted:#64748b;--app-primary:#0e7490;--app-primary-hover:#155e75;--app-secondary:#2563eb;--app-accent:#0f766e;--app-danger:#dc2626;--app-success:#16a34a;--app-warning:#d97706;--app-sidebar-bg:linear-gradient(180deg, #fffffffa, #ecf5f8f5);--app-sidebar-border:#0e74902e;--app-modal-bg:#fffffffc;--app-input-bg:#fffffff0;--control-bg:#ffffffe6;--control-bg-hover:#ecf5f8f5;--control-active-bg:linear-gradient(135deg, #0e74901a, #2563eb14);--control-active-border:#0e749047;--control-ring:#0e749024;--color-bg-0:#e9f0f4;--color-bg-1:var(--app-background);--color-bg-2:var(--app-background-muted);--color-surface-1:var(--app-surface);--color-surface-2:var(--app-surface-elevated);--color-surface-3:var(--app-surface-soft);--color-border:var(--app-border);--color-border-strong:var(--app-border-strong);--color-text:var(--app-text-primary);--color-text-soft:var(--app-text-secondary);--color-muted:var(--app-text-muted);--color-primary:var(--app-primary);--color-primary-2:var(--app-secondary);--color-primary-3:var(--app-primary-hover);--color-success:var(--app-success);--color-warning:var(--app-warning);--color-danger:var(--app-danger);--color-purple:var(--app-accent)}body{background:linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 8%, transparent), transparent 28rem), linear-gradient(135deg, var(--color-bg-0), var(--color-bg-1) 48%, var(--color-bg-2))!important}.input,.select,.textarea,.search-field .input{background:var(--app-input-bg)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-border-strong)!important;box-shadow:0 0 0 4px var(--control-ring)!important;background:color-mix(in srgb, var(--app-input-bg) 86%, var(--color-primary) 8%)!important}.select option{color:var(--color-text);background:var(--color-bg-1)}.nav-link:hover,.switch-card:hover,.theme-option:hover,.chip-action:hover,.admin-user-picker-item:hover,.template-tile:hover,.service-checkbox-card:hover{background:var(--control-bg-hover)!important;border-color:var(--control-active-border)!important}.nav-link.active,.switch-card.is-on,.theme-option.is-active,.chip-action.active,.service-checkbox-card.is-selected,.template-tile.active{background:var(--control-active-bg)!important;border-color:var(--control-active-border)!important;box-shadow:0 14px 36px color-mix(in srgb, var(--color-primary) 15%, transparent), inset 0 1px 0 #ffffff0f!important}.switch-card,.theme-option,.admin-user-picker-item,.template-tile,.service-checkbox-card,.chip-action{background:var(--control-bg)!important;border-color:var(--color-border)!important;color:var(--color-text)!important}.theme-swatch-tech{background:linear-gradient(135deg,#07131d 0%,#20c7d9 54%,#14b8a6 100%)!important}.theme-swatch-dark{background:linear-gradient(135deg,#111318 0%,#2b303a 58%,#7dd3fc 100%)!important}.theme-swatch-light{background:linear-gradient(135deg,#fff 0%,#e9f0f4 58%,#0e7490 100%)!important}@media (max-width:900px){.floating-shell.sidebar-layout{--sidebar-rail:0px!important;--sidebar-expanded:min(340px, calc(100vw - 28px))!important;height:auto!important;min-height:100dvh!important;display:block!important;overflow:visible!important}.floating-shell .sidebar-main{height:auto!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:visible!important}.floating-shell .page-scroll-content{padding:76px 14px 22px!important}.mobile-menu-button{top:max(14px, env(safe-area-inset-top))!important;z-index:220!important;border:1px solid var(--color-border-strong)!important;width:48px!important;height:48px!important;color:var(--color-text)!important;background:var(--app-sidebar-bg)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;border-radius:16px!important;place-items:center!important;display:grid!important;position:fixed!important;left:auto!important;right:14px!important;box-shadow:0 18px 48px #00000042!important}.mobile-sidebar-backdrop{z-index:200!important;opacity:0!important;pointer-events:none!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;background:#0206179e!important;transition:opacity .18s!important;display:block!important;position:fixed!important;inset:0!important}.floating-shell.mobile-sidebar-open .mobile-sidebar-backdrop{opacity:1!important;pointer-events:auto!important}.floating-shell .sidebar{z-index:230!important;width:var(--sidebar-expanded)!important;max-width:calc(100vw - 28px)!important;height:100dvh!important;padding:max(16px, env(safe-area-inset-top)) 14px max(16px, env(safe-area-inset-bottom))!important;border-left:1px solid var(--app-sidebar-border)!important;background:var(--app-sidebar-bg)!important;border-right:0!important;border-radius:28px 0 0 28px!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;transition:transform .22s!important;display:flex!important;position:fixed!important;inset:0 0 0 auto!important;overflow:hidden auto!important;transform:translate(110%)!important;box-shadow:-28px 0 70px #0000006b!important}.floating-shell.mobile-sidebar-open .sidebar{transform:translate(0)!important}.floating-shell .mobile-sidebar-head{border-bottom:1px solid var(--color-border)!important;justify-content:space-between!important;align-items:center!important;width:100%!important;min-width:0!important;padding:0 0 12px!important;display:flex!important}.floating-shell .mobile-sidebar-head .btn{border-radius:14px!important;width:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important}.floating-shell .shell-brand,.floating-shell .sidebar-nav,.floating-shell .sidebar-footer{place-items:stretch stretch!important;width:100%!important;min-width:0!important;display:grid!important}.floating-shell .shell-brand{border-bottom:1px solid var(--color-border)!important;margin:0!important;padding:0 0 12px!important}.floating-shell .shell-brand-line,.floating-shell .shell-brand-line a{justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;overflow:visible!important}.floating-shell .shell-brand-line a strong,.floating-shell .shell-eyebrow,.floating-shell .sidebar .status-pill,.floating-shell .nav-link span,.floating-shell .sidebar-footer .status-pill{opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-width:none!important;overflow:visible!important;transform:none!important}.floating-shell .sidebar-nav{flex:auto!important;gap:8px!important;padding:0!important;overflow:visible!important}.floating-shell .nav-link,.floating-shell .sidebar-footer .nav-link{border-radius:16px!important;justify-content:flex-start!important;width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:52px!important;margin:0!important;padding:12px 14px!important;overflow:hidden!important;transform:none!important}.floating-shell .nav-link svg{flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:20px!important}.floating-shell .nav-link.active:before{content:""!important;background:linear-gradient(180deg, var(--color-primary), var(--color-primary-2))!important;width:4px!important;height:auto!important;box-shadow:0 0 16px color-mix(in srgb, var(--color-primary) 55%, transparent)!important;border-radius:999px 0 0 999px!important;position:absolute!important;inset:10px 0 10px auto!important;transform:none!important}.floating-shell .sidebar-footer{border-top:1px solid var(--color-border)!important;flex:none!important;margin-top:auto!important;padding-top:12px!important}}.queue-alarm-card{z-index:10000;justify-content:space-between;align-items:center;gap:var(--space-4);width:min(520px,100vw - 32px);max-height:calc(100dvh - 32px);padding:var(--space-4);border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface-strong) 92%, var(--primary) 8%);box-shadow:var(--shadow-md);overscroll-behavior:contain;border:1px solid #22d3ee73;display:flex;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.queue-alarm-card p{color:var(--muted);margin:4px 0 0}.queue-participant-grid,.queue-participant-list{gap:var(--space-3);margin-top:var(--space-4);display:grid}.queue-participant-card,.queue-participant-row,.queue-participant-total{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-surface-2);padding:var(--space-3)}.queue-participant-card-head,.queue-participant-row,.queue-participant-total{gap:var(--space-3);grid-template-columns:minmax(150px,1.1fr) minmax(160px,1.4fr) auto auto;align-items:center;display:grid}.queue-participant-card-head{margin-bottom:var(--space-3);justify-content:space-between;display:flex}.queue-participant-row small{color:var(--muted);margin-top:2px;display:block}.queue-participant-list.owner{margin-top:var(--space-3)}.queue-participant-total{grid-template-columns:minmax(0,1fr) auto auto;justify-content:end;font-weight:700}.queue-delay-value{color:var(--danger)}.queue-log-impact{align-items:center;gap:var(--space-2);display:inline-flex}.queue-log-impact span{min-width:max-content;font-size:var(--font-size-xs);border:1px solid;border-radius:999px;padding:4px 10px;font-weight:800}.queue-log-impact .is-good{color:var(--success)}.queue-log-impact .is-bad{color:var(--danger)}@media (max-width:720px){.queue-alarm-card{flex-direction:column;align-items:stretch;width:min(420px,100vw - 28px)}.queue-participant-card-head,.queue-participant-row,.queue-participant-total{grid-template-columns:1fr}}@media (max-width:900px){.floating-shell .sidebar{border-radius:0!important;height:100dvh!important;min-height:0!important;max-height:100dvh!important;position:fixed!important;inset:0 0 0 auto!important}@supports (height:100svh){.floating-shell .sidebar{height:100svh!important;max-height:100svh!important}}.floating-shell.mobile-sidebar-open .sidebar{transform:translate(0,0)!important}.floating-shell .sidebar{flex-direction:column!important;display:flex!important;overflow:hidden!important}.floating-shell .mobile-sidebar-head{flex:none!important;order:0!important}.floating-shell .shell-brand{flex:none!important;order:1!important}.floating-shell .sidebar-nav{scrollbar-width:thin!important;flex:auto!important;order:2!important;min-height:0!important;padding:0 0 12px!important;overflow:hidden auto!important}.floating-shell .sidebar-footer{border-top:1px solid var(--color-border)!important;background:0 0!important;flex:none!important;order:3!important;margin-top:0!important;padding:12px 0 0!important}.floating-shell .shell-quick-card,.floating-shell .shell-quick-trigger{width:100%!important}}
