@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--font-sans: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: 11px;--text-sm: 12px;--text-md: 14px;--text-base: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 30px;--text-4xl: 38px;--text-5xl: 48px;--text-6xl: 58px;--leading-tight: 1.08;--leading-snug: 1.18;--leading-normal: 1.45;--leading-relaxed: 1.65;--tracking-tight: -.045em;--tracking-normal: 0;--color-primary: #0b6f68;--color-primary-dark: #063f42;--color-accent: #19a789;--color-surface-tint: #e8f6ef;--color-cream: #fff8ec;--color-text: #123034;--color-muted: #687c7b;--color-line: #e6ddd0;--color-card: rgba(255, 252, 246, .92);--shadow-soft: 0 18px 48px rgba(60, 42, 20, .12);--shadow-tight: 0 10px 26px rgba(60, 42, 20, .1);--radius-lg: 18px;--radius-md: 12px;--radius-sm: 8px;font-family:var(--font-sans);color:var(--color-text);background:#fbf4e8}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;overflow-x:hidden}body{margin:0;min-height:100vh;background:radial-gradient(circle at 88% 5%,rgba(160,210,188,.34),transparent 24rem),radial-gradient(circle at 6% 78%,rgba(177,222,213,.26),transparent 18rem),linear-gradient(135deg,#fff8ec,#fbf4e8 48%,#eef8f3)}html,body,button,input,textarea,select{font-family:var(--font-sans)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.page{min-height:100vh}.card{background:var(--color-card);border:1px solid rgba(184,164,134,.28);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.card-pad{padding:22px}.grid{display:grid;gap:18px}.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))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.brand-row{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--color-primary-dark)}.brand-logo{width:42px;height:42px;border-radius:12px;object-fit:contain;background:#fff;box-shadow:var(--shadow-tight)}.brand-logo--lg{width:80px;height:80px;border-radius:16px}.brand-logo--wordmark{width:auto;height:38px;border-radius:0;background:transparent;box-shadow:none}.brand-logo--brandmark{width:56px;height:56px;border-radius:18px;background:transparent;box-shadow:none}.brand-row--icon-only{width:fit-content}.brand-logo--icon-only{width:56px;height:56px;border-radius:18px}.app-button{border:0;border-radius:8px;padding:11px 16px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:var(--text-md);font-weight:900;transition:.18s ease}.app-button:disabled{cursor:not-allowed;opacity:.58}.app-button:hover:not(:disabled){transform:translateY(-1px)}.app-button--primary{color:#fff;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));box-shadow:0 10px 24px #063f423d}.app-button--secondary{color:var(--color-primary-dark);background:#f7fbf7;border:1px solid rgba(13,113,104,.2)}.app-button--ghost{color:var(--color-primary-dark);background:transparent;border:1px solid var(--color-line)}.app-button--danger{color:#fff;background:#c24135}.app-button.is-block{width:100%}.mini-loader{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field{display:grid;gap:7px}.field__label{font-size:var(--text-sm);color:#345253;font-weight:900}.input,select.input{width:100%;border-radius:8px;border:1px solid var(--color-line);background:#ffffffe6;padding:11px 12px;outline:none;color:var(--color-text)}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #19a7891f}textarea.input{resize:vertical;min-height:94px}.badge{border-radius:999px;background:var(--color-surface-tint);color:var(--color-primary-dark);padding:7px 11px;font-size:var(--text-sm);font-weight:900;display:inline-flex;align-items:center;gap:6px}.badge--warning{background:#fff1dc;color:#925b18}.badge--success{background:#e9f8ef;color:#08704d}.badge--muted{background:#f3f0ea;color:#6a6258}.section-label{display:inline-flex;align-items:center;gap:9px;color:#fff;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));border-radius:999px;padding:7px 14px 7px 8px;font-weight:900;box-shadow:var(--shadow-tight)}.section-label span:first-child{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;color:var(--color-primary-dark);background:#f2d6a1;font-size:var(--text-sm)}.alert{border-radius:8px;padding:12px 14px;font-weight:800;margin-bottom:12px}.alert--info{background:#eff6ff;color:#1d4ed8}.alert--success{background:#ecfdf5;color:#047857}.alert--error{background:#fef2f2;color:#b91c1c}.empty-state{padding:32px;text-align:center;color:var(--color-muted);border:1px dashed var(--color-line);border-radius:var(--radius-md);background:#ffffff8c}.empty-state__icon{font-size:32px;margin-bottom:12px}.empty-state h3{color:var(--color-primary-dark);margin:0 0 6px}.empty-state p{margin:0}.actions{display:flex;gap:8px;flex-wrap:wrap}.stat-card h2,.metric-card strong{color:var(--color-primary-dark)}.stat-card h2{font-size:var(--text-2xl);margin:12px 0 4px}.stat-card p{margin:0;color:var(--color-muted)}.admin-shell{display:grid;grid-template-columns:240px minmax(0,1fr);height:100vh;overflow:hidden;background:radial-gradient(circle at 74% 0%,rgba(220,239,235,.92),transparent 18rem),radial-gradient(circle at 98% 32%,rgba(22,170,165,.12),transparent 20rem),linear-gradient(135deg,#fffdf8,#f7f2ea)}.sidebar{background:radial-gradient(circle at 88% 42%,rgba(22,170,165,.18),transparent 9rem),radial-gradient(circle at 28% 100%,rgba(220,239,235,.14),transparent 10rem),linear-gradient(180deg,#083f3d,#064e4a);color:#fff;padding:24px 14px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;box-shadow:16px 0 38px #06465c29;overflow:hidden}.sidebar:before,.sidebar:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.sidebar:before{width:180px;height:180px;right:-90px;bottom:96px;background:#16aaa524}.sidebar:after{width:240px;height:170px;left:-90px;bottom:-70px;background:#dcefeb1f}.sidebar .brand-row{color:#fff}.sidebar .brand-logo{background:#fffffff0}.sidebar-nav{display:grid;gap:9px;position:relative;z-index:1}.sidebar-nav a{min-height:48px;padding:12px 15px;border:1px solid transparent;border-radius:16px;color:#ffffffdb;font-size:var(--text-md);font-weight:800;display:flex;align-items:center;gap:12px;transition:.18s ease}.sidebar-nav a:not(.is-active):hover{background:#ffffff14;border-color:#ffffff1a;color:#fff}.sidebar-nav a.is-active{background:linear-gradient(135deg,#16aaa5c2,#0f766e9e);border-color:#ffffff2e;color:#fff;box-shadow:inset 0 1px #fff3,0 16px 34px #00000026}.sidebar-icon{width:26px;height:26px;border-radius:9px;border:1px solid rgba(255,255,255,.38);display:grid;place-items:center;color:currentColor}.sidebar-icon svg{width:17px;height:17px;stroke-width:2.2}.sidebar-store-card{position:relative;z-index:1;margin-top:auto;display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:#ffffff12;box-shadow:inset 0 1px #ffffff1a}.sidebar-store-profile{display:flex;align-items:center;gap:12px;color:#ffffffe6}.sidebar-store-card .app-button--secondary{color:#06465c;background:#fffdf8}.sidebar-store-card .app-button--ghost{color:#ffffffdb;border-color:#fff3;background:#ffffff09;box-shadow:none}.admin-main{min-height:0;padding:30px 30px 18px;overflow:auto;position:relative}.admin-main:before{content:"";position:fixed;right:-70px;top:-90px;width:460px;height:240px;border-radius:999px;background:#dcefeb8c;pointer-events:none}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.admin-title h1{margin:0;color:var(--color-primary-dark);font-size:var(--text-3xl);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight)}.admin-title p{margin:6px 0 0;color:var(--color-muted)}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.table th{text-align:left;font-size:var(--text-sm);color:var(--color-muted);padding:0 12px}.table td{background:#ffffffdb;padding:12px;border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.table td:first-child{border-left:1px solid var(--color-line);border-radius:8px 0 0 8px}.table td:last-child{border-right:1px solid var(--color-line);border-radius:0 8px 8px 0}.product-thumb{width:54px;height:54px;object-fit:cover;border-radius:8px;background:#f1f5f9}.admin-products-page{position:relative;z-index:1;width:min(100%,1220px);margin:0 auto;display:grid;gap:20px}.admin-products-page .admin-header{margin-bottom:0}.admin-products-page .admin-title h1{font-size:26px;letter-spacing:0}.admin-products-page .admin-title p{max-width:680px;font-size:13.5px;line-height:1.55}.products-primary-action.app-button{min-height:40px;border-radius:14px;padding:0 16px;font-size:13px;color:#fff;background:linear-gradient(135deg,#0f766e,#0e7490);box-shadow:0 12px 24px #0f766e2e}.products-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-section-tabs{display:inline-flex;align-items:center;gap:7px;width:fit-content;padding:7px;border:1px solid rgba(234,223,207,.82);border-radius:16px;background:#fffdf8c7;box-shadow:inset 0 1px #ffffffc2}.admin-section-tabs button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;padding:0 13px;color:#526b6f;background:transparent;cursor:pointer;font-size:12.5px;font-weight:900}.admin-section-tabs button:hover{color:#063f3f;background:#0f766e0f}.admin-section-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#0f766e,#0e7490);box-shadow:0 12px 24px #0f766e29}.products-summary-card{min-height:94px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding:16px;border:1px solid rgba(234,223,207,.86);border-radius:18px;background:#fffcf7f0;box-shadow:0 16px 34px #5b463017}.products-summary-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;color:#0f766e;background:#e6f7f3}.products-summary-icon.is-green{color:#15803d;background:#dff7e8}.products-summary-icon.is-gold{color:#b7791f;background:#fff0cf}.products-summary-icon.is-red{color:#c94a43;background:#ffe3e5}.products-summary-card span:not(.products-summary-icon){display:block;color:#526b6f;font-size:13px;font-weight:800}.products-summary-card strong{display:block;margin-top:5px;color:#073b3a;font-size:24px;line-height:1;font-weight:900}.products-summary-card small{display:block;margin-top:8px;color:#63787c;font-size:12px;line-height:1.25;font-weight:700}.admin-products-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:start}.products-list-panel{border:1px solid rgba(234,223,207,.88);border-radius:20px;background:#fffcf7f0;box-shadow:0 18px 44px #5b46301a}.products-list-panel{min-width:0;display:grid;gap:16px;padding:16px}.products-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,280px) minmax(180px,260px) auto;gap:12px;padding:12px;border:1px solid rgba(234,223,207,.82);border-radius:18px;background:#fffdf8c7}.products-search,.products-select{min-width:0;min-height:40px;display:flex;align-items:center;gap:10px;border:1px solid #eadfcf;border-radius:13px;padding:0 13px;color:#0b3a42;background:#ffffffe0}.products-search input,.products-select select{width:100%;min-width:0;border:0;outline:0;color:#12333b;background:transparent;font-size:13.5px;font-weight:700}.products-search input::placeholder{color:#91a1a3}.products-reset-btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(6,63,63,.22);border-radius:12px;padding:0 14px;color:#063f3f;background:#ffffffd1;cursor:pointer;font-size:12px;font-weight:900}.products-table-card{overflow:hidden;border:1px solid rgba(234,223,207,.86);border-radius:20px;background:#ffffffb8}.products-table{width:100%;border-collapse:collapse}.products-table th{padding:13px 18px;text-align:left;color:#526b6f;background:#fff8ec;border-bottom:1px solid rgba(234,223,207,.86);font-size:12px;font-weight:900}.products-table td{padding:12px 18px;color:#102a2a;border-bottom:1px solid rgba(234,223,207,.7);font-size:14px;font-weight:700}.products-table tbody tr{transition:background .18s ease}.products-table tbody tr:hover{background:#fff8ec8f}.products-table tbody tr:last-child td{border-bottom:0}.products-name-cell{display:flex;align-items:center;gap:13px;min-width:220px}.products-thumb{width:48px;height:48px;flex:0 0 auto;object-fit:cover;border:1px solid rgba(234,223,207,.86);border-radius:13px;background:#fff8ec}.products-name-cell strong,.products-name-cell small{display:block}.products-name-cell strong{color:#073b3a;font-size:14px;line-height:1.25;font-weight:900}.products-name-cell small{margin-top:5px;color:#63787c;font-size:12px;font-weight:700}.products-status-badge{min-height:28px;display:inline-flex;align-items:center;border-radius:999px;padding:0 12px;font-size:12px;font-weight:900}.products-status-badge.badge--success{color:#08704d;background:#dff7e8}.products-status-badge.badge--warning{color:#925b18;background:#fff1dc}.products-status-badge.badge--muted{color:#c94a43;background:#ffe9e4}.products-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.products-action-btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;padding:0 13px;cursor:pointer;font-size:13px;font-weight:900}.products-action-btn.is-edit{border:1px solid rgba(15,118,110,.38);color:#0f766e;background:#ffffffc7}.products-action-btn.is-delete{border:1px solid rgba(201,74,67,.28);color:#c94a43;background:#fff5f2}.products-table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#63787c;font-size:13px;font-weight:800}.products-pagination{display:inline-flex;align-items:center;gap:7px}.products-pagination button,.products-pagination-single{min-height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #eadfcf;border-radius:12px;padding:0 12px;color:#102a2a;background:#fffdf8eb;box-shadow:0 8px 18px #5b46300b;cursor:pointer;font-size:12px;font-weight:900}.products-pagination button.is-active,.products-pagination-single{color:#fff;border-color:transparent;background:linear-gradient(135deg,#0f766e,#0e7490)}.products-pagination button:disabled{color:#a8a098;background:#efeae2b8;box-shadow:none;cursor:not-allowed}.products-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px}.products-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#07181b6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.products-modal-card,.products-delete-card{position:relative;z-index:1;width:min(820px,calc(100vw - 36px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(234,223,207,.96);border-radius:22px;background:#fffcf7;box-shadow:0 26px 70px #19130c33}.products-modal-card{padding:20px}.products-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.products-form-head h3{margin:0;color:#073b3a;font-size:19px;font-weight:900}.products-modal-close{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;color:#143c3f;background:transparent;cursor:pointer}.products-modal-close:hover{background:#0f766e14}.products-form{display:grid;gap:18px}.profile-settings-layout{position:relative;z-index:1;width:min(100%,1180px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,400px);gap:20px;align-items:start}.profile-settings-card,.profile-preview-card,.profile-tips-card{border:1px solid rgba(224,211,194,.78);border-radius:26px;background:linear-gradient(180deg,#ffffffd6,#fffcf7f0);box-shadow:0 22px 54px #48341e1a,inset 0 1px #ffffffc7}.profile-settings-card{min-width:0;position:relative;overflow:hidden;padding:22px}.profile-settings-card:before{content:"";position:absolute;inset:0 0 auto;height:88px;pointer-events:none;background:radial-gradient(circle at 90% 0%,rgba(221,183,116,.18),transparent 16rem),linear-gradient(180deg,rgba(255,248,236,.86),transparent)}.profile-settings-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.profile-section-kicker{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;padding:0 11px;color:#0f766e;background:linear-gradient(135deg,#e7f7f3f5,#fff6e5e0);border:1px solid rgba(15,118,110,.1);font-size:11px;font-weight:900}.profile-settings-head h2{margin:9px 0 5px;color:#073b3a;font-size:23px;line-height:1.2}.profile-settings-head p,.profile-tab-intro p,.profile-theme-card p,.profile-tips-card p{margin:0;color:#63787c;font-size:13px;line-height:1.55}.profile-save-button.app-button{min-height:40px;border-radius:15px;padding:0 16px;font-size:13px;white-space:nowrap;background:linear-gradient(135deg,#063f3f,#0f766e);box-shadow:0 16px 30px #0f766e2e}.profile-tabs{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(224,211,194,.76);border-radius:18px;background:linear-gradient(180deg,#fff8ecbd,#ffffff94);box-shadow:inset 0 1px #ffffffb3}.profile-tabs button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:13px;color:#526b6f;background:transparent;cursor:pointer;font-size:12px;font-weight:900;transition:.18s ease}.profile-tabs button:hover{color:#063f3f;background:#0f766e0f}.profile-tabs button.is-active{color:#063f3f;background:linear-gradient(180deg,#fffffff5,#eefaf6eb);box-shadow:0 12px 26px #0f766e1f,inset 0 0 0 1px #0f766e1f}.profile-tab-panel{position:relative;z-index:1;display:grid;gap:17px;padding-top:20px}.profile-tab-intro h3{margin:0 0 5px;color:#063f3f;font-size:18px}.profile-logo-grid{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:16px;align-items:end;padding:14px;border:1px solid rgba(234,223,207,.68);border-radius:20px;background:#fffaf28f}.profile-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-logo-upload{min-height:112px;display:grid;place-items:center;align-content:center;gap:6px;border:1px dashed rgba(195,173,143,.82);border-radius:18px;color:#0b3a42;background:radial-gradient(circle at 50% 0%,rgba(220,239,235,.62),transparent 6rem),linear-gradient(180deg,#fffdf8,#fff8ec);cursor:pointer;text-align:center;box-shadow:inset 0 1px #ffffffd1;transition:.18s ease}.profile-logo-upload:hover{border-color:#0f766e57;transform:translateY(-1px)}.profile-logo-upload strong{font-size:13px;font-weight:900}.profile-logo-upload small{color:#6f7f80;font-size:11px;font-weight:700}.profile-logo-preview{width:112px;height:112px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(234,223,207,.92);border-radius:26px;color:#0f766e;background:linear-gradient(135deg,#fff,#e7f7f3);box-shadow:0 16px 34px #5b46301a,inset 0 1px #fffc;font-size:22px;font-weight:900}.profile-logo-preview img{width:100%;height:100%;object-fit:cover}.profile-field-grid,.profile-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-link-grid{grid-template-columns:1fr}.profile-icon-field>span:last-child{min-height:44px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:9px;border:1px solid rgba(226,214,198,.92);border-radius:15px;padding:0 12px;color:#0f766e;background:#fffaf4b8;box-shadow:inset 0 1px #fffc;transition:.18s ease}.profile-icon-field>span:last-child:focus-within{border-color:#0f766e61;box-shadow:0 0 0 4px #0f766e17,inset 0 1px #fffc}.profile-icon-field input{width:100%;min-width:0;border:0;outline:0;color:var(--color-text);background:transparent;font-size:13.5px;font-weight:700}.profile-icon-field input::placeholder{color:#8ca0a1}.profile-settings-card .input,.profile-settings-card select.input{min-height:44px;border:1px solid rgba(226,214,198,.92);border-radius:15px;background:#fffaf4b8;box-shadow:inset 0 1px #fffc;font-size:13.5px;font-weight:700;transition:.18s ease}.profile-settings-card .input:focus{border-color:#0f766e61;box-shadow:0 0 0 4px #0f766e17,inset 0 1px #fffc}.profile-settings-card textarea.input{min-height:112px;line-height:1.55}.profile-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-theme-card{position:relative;min-height:172px;display:grid;align-content:start;gap:9px;border:1px solid rgba(226,214,198,.86);border-radius:20px;padding:12px;text-align:left;background:linear-gradient(180deg,#ffffffe0,#fffaf4d6);box-shadow:0 14px 28px #5b463012;cursor:pointer;transition:.18s ease}.profile-theme-card:hover{transform:translateY(-1px);border-color:#0f766e3d}.profile-theme-card.is-active{border-color:#0f766e94;box-shadow:0 18px 34px #0f766e24,inset 0 0 0 1px #ffffffc7}.profile-theme-selected{position:absolute;top:10px;right:10px;border-radius:999px;padding:5px 9px;color:#fff;background:#0f766e;font-size:10px;font-weight:900}.profile-theme-preview{height:58px;position:relative;overflow:hidden;border-radius:14px}.profile-theme-preview span:first-child{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:999px;box-shadow:0 0 0 7px #ffffff2e}.profile-theme-preview span:last-child{position:absolute;left:12px;bottom:10px;width:54px;height:10px;border-radius:999px}.profile-theme-card .theme-swatches{margin-bottom:0}.profile-theme-card strong{color:#063f3f;font-size:14px;font-weight:900}.profile-side-stack{display:grid;gap:16px;position:sticky;top:24px}.profile-preview-card,.profile-tips-card{padding:18px}.profile-share-grid{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1fr);gap:14px}.profile-qr-card,.profile-share-side article{border:1px solid rgba(234,223,207,.78);border-radius:18px;background:#fffaf4b8;box-shadow:0 12px 26px #5b46300f}.profile-qr-card{display:grid;justify-items:center;gap:9px;padding:16px;text-align:center}.profile-qr-card img,.profile-qr-placeholder{width:156px;height:156px;border-radius:18px;background:#fff;box-shadow:0 14px 28px #5b463014}.profile-qr-placeholder{display:grid;place-items:center;color:#0f766e;font-weight:900}.profile-qr-card strong{color:#073b3a;font-size:14px}.profile-qr-card small{max-width:100%;color:#63787c;font-size:11px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-share-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:4px}.profile-share-actions button,.profile-share-side a{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(15,118,110,.18);border-radius:12px;padding:0 11px;color:#0f766e;background:#ffffffc7;cursor:pointer;font-size:11.5px;font-weight:900}.profile-share-side{display:grid;gap:10px}.profile-share-side article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;padding:13px}.profile-share-side article>span{width:36px;height:36px;display:grid;place-items:center;border-radius:13px;color:#0f766e;background:#e7f7f3;font-size:12px;font-weight:900}.profile-share-side strong{color:#073b3a;font-size:13px}.profile-share-side p{margin:4px 0 8px;color:#63787c;font-size:12px;line-height:1.45;font-weight:700}.profile-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.profile-preview-head h3,.profile-tips-card h3{margin:0;color:#063f3f;font-size:17px}.profile-preview-head span{border-radius:999px;padding:5px 9px;color:#0f766e;background:linear-gradient(135deg,#e7f7f3,#fff4df);border:1px solid rgba(15,118,110,.1);font-size:10px;font-weight:900}.profile-live-preview{position:relative;overflow:hidden;border:1px solid rgba(234,223,207,.86);border-radius:22px;background:var(--store-bg, #fff8ec);box-shadow:0 18px 42px #48341e21}.profile-live-preview:before{content:"";position:absolute;right:-54px;top:-54px;width:150px;height:150px;border-radius:999px;background:color-mix(in srgb,var(--store-accent, #22c7c9) 28%,transparent);filter:blur(4px);pointer-events:none}.profile-live-cover{min-height:150px;position:relative;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:13px;padding:18px;color:#fff;background:linear-gradient(110deg,color-mix(in srgb,var(--store-hero-from, #063f3f) 92%,black),color-mix(in srgb,var(--store-hero-to, #eadfcf) 88%,var(--store-primary, #0f766e)))}.profile-live-cover img{width:68px;height:68px;object-fit:cover;border:2px solid rgba(255,255,255,.64);border-radius:18px;background:#fff}.profile-live-cover h4{margin:0;font-size:20px;line-height:1.2}.profile-live-cover p{margin:6px 0 0;color:#ffffffd1;font-size:12px;line-height:1.45}.profile-live-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.profile-live-meta span{min-height:32px;display:inline-flex;align-items:center;gap:6px;border-radius:11px;padding:0 10px;color:var(--store-text, #073b3a);background:#ffffffb8;font-size:11px;font-weight:800}.profile-live-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 12px;color:var(--store-muted, #526b6f);font-size:12px;font-weight:800}.profile-live-actions button{min-height:34px;border:0;border-radius:12px;padding:0 13px;color:#fff;background:var(--store-button, #0f766e);font-size:12px;font-weight:900}.profile-preview-link{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin-top:12px;padding:12px;border:1px solid rgba(234,223,207,.76);border-radius:16px;background:#fffaf4b8}.profile-preview-link span,.profile-preview-link strong{display:block;min-width:0}.profile-preview-link span{color:#63787c;font-size:10.5px;font-weight:900}.profile-preview-link strong{margin-top:3px;color:#073b3a;font-size:12px;line-height:1.35;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-preview-link button{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(15,118,110,.16);border-radius:12px;padding:0 11px;color:#0f766e;background:#ffffffc7;cursor:pointer;font-size:11.5px;font-weight:900}.profile-tips-card{background:radial-gradient(circle at 100% 0%,rgba(220,239,235,.62),transparent 9rem),linear-gradient(180deg,#ffffffdb,#fffcf7f2)}.profile-tips-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.profile-tips-head span{width:30px;height:30px;display:grid;place-items:center;border-radius:11px;color:#b45309;background:#fff4df}.profile-tip-list{display:grid;gap:9px}.profile-tip-list article{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start}.profile-tip-list svg{width:22px;height:22px;padding:4px;border-radius:999px;color:#0f766e;background:#e7f7f3}.profile-tip-list p{margin:1px 0 0;color:#526b6f;font-size:12.5px;line-height:1.45;font-weight:700}@media (max-width: 1120px){.profile-settings-layout{grid-template-columns:1fr}.profile-side-stack{position:static;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)}}@media (max-width: 760px){.profile-settings-card,.profile-preview-card,.profile-tips-card{border-radius:18px}.profile-settings-head{align-items:stretch;flex-direction:column}.profile-save-button.app-button{width:100%}.profile-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-logo-grid,.profile-field-grid,.profile-theme-grid,.profile-share-grid,.profile-side-stack{grid-template-columns:1fr}.profile-logo-preview{width:96px;height:96px;border-radius:20px}}.products-form-top{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}.products-form-stack{display:grid;gap:16px}.products-upload-field{align-content:start}.products-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.products-upload-box{width:100%;aspect-ratio:1.18;display:grid;place-items:center;overflow:hidden;border:1px dashed #d8cbb9;border-radius:14px;color:#0b3a42;background:#fffaf2;cursor:pointer}.products-upload-box img{width:100%;height:100%;object-fit:cover}.products-upload-placeholder{display:grid;justify-items:center;gap:6px;padding:18px;text-align:center}.products-upload-placeholder svg{color:#063f3f}.products-upload-placeholder strong{font-size:12px;font-weight:900}.products-upload-placeholder small{color:#6f7f80;font-size:10.5px;font-weight:700}.products-photo-remove{justify-self:start;border:0;color:#c94a43;background:transparent;cursor:pointer;font-size:12px;font-weight:900}.products-price-input{min-height:42px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px;border:1px solid var(--color-line);border-radius:12px;padding:0 12px;background:#ffffffe6}.products-price-input span{color:#0b3a42;font-weight:900}.products-price-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--color-text);font-weight:700}.products-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.products-form .input,.products-form select.input{min-height:42px;border-radius:12px}.products-form textarea.input{min-height:126px}.products-description-field textarea.input{min-height:138px}.products-modal-footer{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-top:2px}.products-modal-footer .app-button{min-height:40px;border-radius:12px}.products-delete-card{width:min(430px,calc(100vw - 36px));display:grid;justify-items:center;padding:30px 28px 24px;text-align:center}.products-delete-icon{width:48px;height:48px;display:grid;place-items:center;border:2px solid #f59e0b;border-radius:999px;color:#f59e0b;background:#fffbeb}.products-delete-card h3{margin:18px 0 8px;color:#102a2a;font-size:20px}.products-delete-card p{margin:0;color:#425c60;font-size:13px;line-height:1.6}.products-delete-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.products-delete-actions .app-button{min-height:40px;border-radius:12px}.products-category-panel{display:grid;gap:16px;padding:18px;border:1px solid rgba(234,223,207,.88);border-radius:20px;background:#fffcf7f0;box-shadow:0 18px 44px #5b46301a}.products-category-head h2{margin:0;color:#073b3a;font-size:21px}.products-category-head p{margin:5px 0 0;color:#63787c;font-size:13px;line-height:1.55}.products-category-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid rgba(234,223,207,.78);border-radius:18px;background:#fffdf8c7}.products-category-form>div{display:flex;gap:8px}.products-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.products-category-card{min-height:104px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:start;padding:14px;border:1px solid rgba(234,223,207,.82);border-radius:18px;background:#ffffffb8;box-shadow:0 12px 26px #5b46300f}.products-category-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;color:#0f766e;background:#e7f7f3;font-weight:900}.products-category-card h3{margin:0;color:#073b3a;font-size:14px}.products-category-card p{margin:5px 0 0;color:#63787c;font-size:12px;font-weight:700}.products-category-actions{grid-column:1 / -1;display:flex;gap:8px;flex-wrap:wrap}.products-category-actions button{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(15,118,110,.22);border-radius:10px;padding:0 10px;color:#0f766e;background:#ffffffc7;cursor:pointer;font-size:12px;font-weight:900}.products-category-actions button.is-danger{border-color:#c94a433d;color:#c94a43;background:#fff5f2}.admin-orders-page{position:relative;z-index:1;width:min(100%,1220px);margin:0 auto;display:grid;gap:20px}.admin-orders-page .admin-header{margin-bottom:0}.orders-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.orders-summary-card{min-height:94px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding:16px;border:1px solid rgba(234,223,207,.86);border-radius:18px;background:#fffcf7f0;box-shadow:0 16px 34px #5b463017}.orders-summary-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;color:#0f766e;background:#e6f7f3}.orders-summary-icon.is-amber{color:#b7791f;background:#fff3d7}.orders-summary-icon.is-green{color:#15803d;background:#dff7e8}.orders-summary-icon.is-gold{color:#b45309;background:#fff0cf}.orders-summary-card span:not(.orders-summary-icon){display:block;color:#526b6f;font-size:13px;font-weight:800}.orders-summary-card strong{display:block;margin-top:5px;color:#073b3a;font-size:22px;line-height:1;font-weight:900}.orders-summary-card small{display:block;margin-top:8px;color:#63787c;font-size:12px;line-height:1.25;font-weight:700}.orders-panel{display:grid;gap:16px;padding:16px;border:1px solid rgba(234,223,207,.88);border-radius:20px;background:#fffcf7f0;box-shadow:0 18px 44px #5b46301a}.orders-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px) minmax(160px,220px) auto;gap:12px;padding:12px;border:1px solid rgba(234,223,207,.82);border-radius:18px;background:#fffdf8c7}.orders-search,.orders-select,.orders-date{min-width:0;min-height:40px;display:flex;align-items:center;gap:10px;border:1px solid #eadfcf;border-radius:13px;padding:0 13px;color:#0b3a42;background:#ffffffe0}.orders-search input,.orders-select select,.orders-date input{width:100%;min-width:0;border:0;outline:0;color:#12333b;background:transparent;font-size:13.5px;font-weight:700}.orders-reset-btn{min-height:40px;border:1px solid rgba(6,63,63,.22);border-radius:12px;padding:0 14px;color:#063f3f;background:#ffffffd1;cursor:pointer;font-size:12px;font-weight:900}.orders-table-card{overflow:hidden;border:1px solid rgba(234,223,207,.86);border-radius:20px;background:#ffffffb8}.orders-table{width:100%;border-collapse:collapse}.orders-table th{padding:13px 16px;text-align:left;color:#526b6f;background:#fff8ec;border-bottom:1px solid rgba(234,223,207,.86);font-size:12px;font-weight:900}.orders-table td{padding:12px 16px;color:#102a2a;border-bottom:1px solid rgba(234,223,207,.7);font-size:13px;font-weight:700}.orders-table tbody tr:last-child td{border-bottom:0}.orders-status-select{min-height:32px;border:0;border-radius:999px;padding:0 10px;color:#0f766e;background:#dff7e8;font-size:11.5px;font-weight:900;outline:0}.orders-status-select.is-new{color:#0f766e;background:#dff7f1}.orders-status-select.is-confirmed{color:#08704d;background:#dff7e8}.orders-status-select.is-processing{color:#925b18;background:#fff1dc}.orders-status-select.is-completed{color:#166534;background:#dcfce7}.orders-status-select.is-cancelled{color:#c94a43;background:#fee2e2}.orders-actions{display:flex;flex-wrap:wrap;gap:7px}.orders-actions button{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(15,118,110,.22);border-radius:10px;padding:0 10px;color:#0f766e;background:#ffffffc7;cursor:pointer;font-size:12px;font-weight:900}.orders-actions button.is-danger{border-color:#c94a433d;color:#c94a43;background:#fff5f2}.orders-actions button:disabled{opacity:.55;cursor:not-allowed}.orders-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px}.orders-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#07181b61;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.orders-detail-modal{position:relative;z-index:1;width:min(960px,calc(100vw - 36px));height:min(88vh,820px);max-height:88vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(231,219,201,.84);border-radius:26px;background:radial-gradient(circle at 88% 0%,rgba(255,236,199,.7),transparent 17rem),radial-gradient(circle at 14% -12%,rgba(255,242,216,.72),transparent 22rem),linear-gradient(180deg,#fffdf8,#fff9f0);box-shadow:0 34px 90px #18232238,0 8px 24px #60482b1a}.orders-detail-head{flex-shrink:0;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px 16px;border-bottom:1px solid rgba(224,212,194,.7);background:#fffcf7eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.orders-detail-title{min-width:0}.orders-detail-title small{display:inline-flex;align-items:center;gap:7px;margin-top:9px;color:#536f75;font-size:12.5px;font-weight:750}.orders-detail-title small svg{color:#5f7e86}.orders-detail-head-meta{display:inline-flex;align-items:center;gap:12px;margin-left:auto}.orders-detail-head-invoice-hint{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;background:#3b82f614;font-size:10px;font-weight:600;color:#3b82f6}.orders-detail-head-invoice-hint svg{color:#3b82f6;flex-shrink:0}.orders-head-total{display:grid;justify-items:end;gap:3px;padding:6px 12px;border-radius:15px;background:linear-gradient(135deg,#fff6e2eb,#effaf6c7)}.orders-head-total span{color:#7a8b8e;font-size:10px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.orders-head-total strong{color:#0f766e;font-size:15px;line-height:1.2;font-weight:950}.orders-status-badge{height:32px;box-sizing:border-box;display:inline-grid;place-items:center;border-radius:999px;padding:0 14px;font-size:11px;line-height:1;font-weight:900;box-shadow:inset 0 0 0 1px #ffffff94}.orders-status-badge-label{display:block;line-height:1;transform:translateY(10px)}.orders-status-badge.is-new{color:#0f766e;background:#dff7f1}.orders-status-badge.is-confirmed{color:#08704d;background:#dff7e8}.orders-status-badge.is-processing{color:#925b18;background:#fff1dc}.orders-status-badge.is-completed{color:#166534;background:#dcfce7}.orders-status-badge.is-cancelled{color:#c94a43;background:#fee2e2}.orders-detail-head span,.orders-detail-grid span,.orders-detail-section span,.orders-edit-grid span,.orders-cost-card span{display:block;color:#697c80;font-size:10.5px;font-weight:900;letter-spacing:.01em}.orders-detail-head>.orders-status-badge{display:inline-grid;font-size:11px}.orders-detail-head h3{margin:4px 0 0;color:#073b3a;font-size:25px;line-height:1.12;font-weight:950}.orders-detail-head button{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(15,118,110,.08);border-radius:13px;color:#143c3f;background:#ffffff9e;cursor:pointer}.orders-detail-head button:hover{color:#0f766e;background:#ecf8f5}.orders-detail-body{flex:1;min-height:0;overflow:hidden;padding:14px 22px 16px}.orders-detail-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:12px;align-items:start;min-height:0}.orders-detail-stack{display:flex;flex-direction:column;gap:12px;min-height:0;overflow:visible}.orders-cost-section{flex:0 1 auto;min-height:0;overflow:hidden}.orders-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.orders-detail-section{display:grid;gap:10px;margin:0;padding:12px;border:1px solid rgba(230,219,202,.58);border-radius:20px;background:#ffffff8a;box-shadow:0 10px 28px #5c462d0b;align-content:start}.orders-invoice-section{flex:0 0 auto}.orders-detail-section h4{display:inline-flex;align-items:center;gap:9px;margin:0;color:#073b3a;font-size:15px;line-height:1.2;font-weight:950}.orders-detail-section h4 svg{color:#476b72}.orders-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}.orders-customer-grid label{display:grid;gap:6px;min-width:0}.orders-customer-grid label:first-child{grid-template-rows:auto 42px 13px}.orders-customer-grid label:nth-child(2){grid-template-rows:auto 42px 13px}.orders-customer-grid label:first-child .orders-normalized-helper.is-spacer{visibility:hidden}.orders-customer-grid .is-full{grid-column:1 / -1}.orders-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 12px}.orders-status-grid label,.orders-status-grid .orders-readonly-field{display:grid;gap:5px;min-width:0}.orders-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.orders-edit-grid .is-full{grid-column:1 / -1}.orders-detail-grid>div,.orders-detail-grid label,.orders-edit-grid>div,.orders-edit-grid label{display:grid;gap:5px;min-width:0}.orders-detail-grid strong{color:#073b3a;font-size:13px}.orders-detail-grid select,.orders-edit-grid input,.orders-edit-grid select,.orders-edit-grid textarea,.orders-customer-grid input,.orders-customer-grid textarea,.orders-status-grid select,.orders-status-grid textarea,.orders-cost-card input{width:100%;min-height:42px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid rgba(226,214,196,.84);border-radius:13px;padding:0 12px;background:#ffffffd1;color:#073b3a;font-size:13px;font-weight:800;outline:0;box-shadow:inset 0 1px #ffffffb3,0 1px #143f3e06}.orders-edit-grid select,.orders-status-grid select{padding-right:36px;background-image:linear-gradient(45deg,transparent 50%,#0f766e 50%),linear-gradient(135deg,#0f766e 50%,transparent 50%);background-position:calc(100% - 18px) 18px,calc(100% - 13px) 18px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.orders-detail-grid select:focus,.orders-edit-grid input:focus,.orders-edit-grid select:focus,.orders-edit-grid textarea:focus,.orders-customer-grid input:focus,.orders-customer-grid textarea:focus,.orders-status-grid select:focus,.orders-status-grid textarea:focus,.orders-cost-card input:focus{border-color:#0f766e94;box-shadow:0 0 0 3px #0f766e1a}.orders-edit-grid textarea,.orders-customer-grid textarea,.orders-status-grid textarea{min-height:88px;padding:8px 12px;resize:vertical}.orders-customer-grid input,.orders-status-grid select,.orders-cost-card input{height:42px}.orders-customer-grid textarea{min-height:92px}.orders-status-grid textarea{min-height:76px}.orders-edit-grid p{margin:0;color:#526b6f;font-size:12.5px;line-height:1.45;font-weight:700;padding:10px 12px;border-radius:13px;background:#fffaf1c2}.orders-edit-grid small,.orders-cost-card small{color:#7a8b8e;font-size:10.5px;line-height:1.3;font-weight:700}.orders-normalized-helper{min-height:13px;margin-top:1px!important;color:#8a9a9e!important;font-size:10.5px!important;font-weight:650!important;letter-spacing:0}.orders-customer-grid label:first-child .orders-normalized-helper.is-spacer{margin-top:0!important}.orders-readonly-textarea{min-height:76px!important;padding:8px 12px!important;color:#526b6f!important;background:#fffaf1c2!important;border:1px solid rgba(226,214,196,.64)!important;resize:none!important}.orders-cost-card{min-height:0;display:flex;flex-direction:column;gap:7px;padding:11px;border:0;border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(15,118,110,.1),transparent 11rem),linear-gradient(145deg,#ffffffe0,#fff6e3d1);box-shadow:inset 0 0 0 1px #e7dbc9bd,0 14px 34px #48361f13}.orders-cost-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:34px}.orders-cost-card strong{color:#073b3a;font-size:13.5px;font-weight:950}.orders-cost-field{display:grid;gap:6px;padding-top:8px;border-top:1px solid rgba(224,212,194,.64)}.orders-money-input{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;overflow:hidden;border:1px solid rgba(226,214,196,.84);border-radius:14px;background:#ffffffdb}.orders-money-input b{height:40px;display:grid;place-items:center;color:#0f766e;background:#ecf8f5eb;font-size:12px;font-weight:950}.orders-money-input input{min-height:40px;border:0;border-radius:0;box-shadow:none;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.orders-money-input input::-webkit-outer-spin-button,.orders-money-input input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.orders-money-input:focus-within{border-color:#0f766e94;box-shadow:0 0 0 3px #0f766e1a}.orders-cost-total{min-height:52px;margin-top:1px;padding:0 14px;border-radius:16px;color:#073b3a;background:linear-gradient(135deg,#fff0d3,#fff8ea 58%,#eaf8f4);box-shadow:inset 0 0 0 1px #e0bf824d}.orders-cost-total strong{color:#08766f;font-size:20px;letter-spacing:0}.orders-cost-divider{height:1px;margin:2px 0;background:linear-gradient(90deg,#e0d4c2bd,#e0d4c247)}.orders-items-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:1px}.orders-items-head h5{margin:0;display:inline-flex;align-items:center;gap:8px;color:#073b3a;font-size:12px;line-height:1.2;font-weight:950}.orders-items-head h5 svg{color:#476b72}.orders-items-head span{color:#7a8b8e;font-size:10px;font-weight:900}.orders-invoice-section{align-content:start;gap:12px;border-color:#eab30838;background:radial-gradient(circle at 100% 0%,rgba(253,230,138,.18),transparent 12rem),linear-gradient(145deg,#fffcf7e0,#fff6e5c7)}.orders-invoice-head{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px}.orders-invoice-icon{width:24px;height:24px;display:grid!important;place-items:center;border-radius:999px;color:#936316!important;background:#fff2cf}.orders-invoice-head p{margin:6px 0 0;color:#63787c;font-size:11.5px;line-height:1.4;font-weight:700}.orders-invoice-head strong{color:#073b3a}.orders-invoice-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.orders-invoice-actions button{min-height:38px;display:flex;justify-content:center;align-items:center;gap:7px;border:1px solid rgba(15,118,110,.3);border-radius:12px;padding:0 12px;color:#0f766e;background:#ffffffa3;font-size:12px;font-weight:900;cursor:pointer;transition:all .15s ease}.orders-invoice-actions button{width:100%}.orders-invoice-actions button:disabled{opacity:.74;cursor:not-allowed;color:#537174;border-color:#0f766e2e;background:#ffffff94;box-shadow:none}.orders-invoice-actions button:not(:disabled):hover{border-color:#0f766e5c;background:#dff7f1}.orders-invoice-actions button.is-primary{border-color:#0f8f86;color:#fff;background:linear-gradient(135deg,#0f9a91,#0f766e);box-shadow:0 10px 22px #0f766e2e}.orders-invoice-actions button.is-primary:disabled{opacity:.74;color:#537174;border-color:#0f766e2e;background:#ecf8f5bd;box-shadow:none}.orders-invoice-actions button.is-primary:not(:disabled):hover{background:linear-gradient(135deg,#0f8f86,#075f59)}.orders-items-card{display:grid;overflow:hidden;gap:0;padding:0;border:1px solid rgba(230,219,202,.58);border-radius:16px;background:#ffffff6b}.orders-items-scroll{max-height:96px;min-height:0;overflow-y:auto}.orders-item-row{display:grid;grid-template-columns:minmax(0,1fr) 42px 92px 98px;gap:8px;align-items:center;min-height:34px;padding:4px 8px;border:0;border-bottom:1px solid rgba(230,219,202,.58);background:#ffffff7a}.orders-item-row:last-child{border-bottom:0}.orders-item-head{min-height:30px;background:#fffaf1b3}.orders-item-row span,.orders-item-row strong{color:#073b3a;font-size:12px;font-weight:900}.orders-item-product{min-width:0;display:grid!important;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px}.orders-item-product b{width:30px;height:28px;display:grid;place-items:center;border-radius:9px;color:#0f766e;background:linear-gradient(135deg,#fff2d9,#dff7e8);font-size:11px;font-style:normal;font-weight:950}.orders-item-product em{min-width:0;overflow:hidden;color:#073b3a;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.orders-item-head span,.orders-item-head small,.orders-item-head strong{color:#536f75;font-size:10.5px;font-weight:900}.orders-item-row small{color:#63787c;font-size:11px;font-weight:800}.orders-item-row small,.orders-item-row strong{text-align:right}.orders-item-row small:nth-child(2){text-align:center}.orders-readonly-field strong{min-height:34px;display:flex;align-items:center;border:1px solid rgba(226,214,196,.84);border-radius:13px;padding:0 12px;color:#073b3a;background:#ffffff9e;font-size:12.5px;font-weight:850}.orders-edit-grid select.is-new{color:#0f766e;background-color:#f7fffd}.orders-edit-grid select.is-confirmed,.orders-edit-grid select.is-completed{color:#08704d;background-color:#fbfffc}.orders-edit-grid select.is-processing{color:#925b18;background-color:#fffdf7}.orders-edit-grid select.is-cancelled{color:#c94a43;background-color:snow}.orders-detail-total{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:0 14px;border-radius:14px;color:#073b3a;background:linear-gradient(135deg,#fff4df,#fff9ef);font-weight:900}.orders-note{margin:12px 0 0;color:#526b6f;font-size:13px;line-height:1.55;font-weight:700}.orders-detail-footer{flex-shrink:0;position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 22px 14px;border-top:1px solid rgba(224,212,194,.7);background:#fffcf7f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.orders-detail-footer-actions{display:flex;justify-content:flex-end;gap:10px}.orders-detail-footer .app-button{min-height:42px;border-radius:14px;padding-inline:17px}.admin-loading-state{min-height:min(520px,calc(100vh - 80px));display:grid;place-items:center;align-content:center;gap:14px;padding:34px;color:#0f514f;background:#fff8ec}.admin-loading-spinner{width:34px;height:34px;border-radius:999px;border:3px solid rgba(15,118,110,.16);border-top-color:#0f766e;animation:admin-spin .85s linear infinite}.admin-loading-state strong{font-size:13px;font-weight:900}.admin-loading-card{width:min(360px,100%);display:grid;gap:10px;padding:16px;border:1px solid rgba(234,223,207,.84);border-radius:18px;background:#ffffff9e;box-shadow:0 16px 40px #15373112}.admin-loading-card span{height:12px;border-radius:999px;background:linear-gradient(90deg,#0f766e17,#0f766e2e,#0f766e17);background-size:200% 100%;animation:admin-skeleton 1.2s ease-in-out infinite}.admin-loading-card span:nth-child(2){width:78%}.admin-loading-card span:nth-child(3){width:54%}@keyframes admin-spin{to{transform:rotate(360deg)}}@keyframes admin-skeleton{0%{background-position:0 0}to{background-position:-200% 0}}.landing-page{min-height:100vh;background:radial-gradient(circle at 96% 36%,rgba(105,179,170,.24),transparent 17rem),linear-gradient(105deg,#fffdf8,#fff8ec 56%,#ecf7f2);color:var(--color-primary-dark)}.landing-hero{min-height:620px;position:relative;overflow:hidden}.landing-hero:after{content:"";position:absolute;right:-120px;bottom:-70px;width:500px;height:260px;border-radius:60% 0 0;background:linear-gradient(135deg,#97dacc59,#42979152);transform:rotate(-10deg)}.landing-shell{width:min(1200px,calc(100% - 96px));margin:0 auto;position:relative;z-index:1}.landing-nav{height:76px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center;gap:24px}.landing-brand{display:inline-flex;align-items:center}.landing-brand-logo{width:auto;height:34px;display:block}.landing-links{display:flex;align-items:center;justify-content:center;gap:34px;color:#243c3e;font-size:14px;font-weight:800}.landing-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:14px;font-weight:800}.landing-cta,.landing-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;padding:0 22px;font-weight:900}.landing-cta{color:#fff;background:linear-gradient(135deg,#073f43,#0b6666);box-shadow:0 10px 24px #063f423d}.landing-cta--large{min-height:48px;padding:0 28px}.landing-secondary{color:var(--color-primary-dark);background:#ffffffbd;border:2px solid rgba(21,55,58,.24)}.landing-content{display:grid;grid-template-columns:minmax(340px,.78fr) minmax(560px,1.22fr);gap:26px;align-items:center;padding:52px 0 36px}.landing-copy h1{max-width:520px;margin:0;font-size:clamp(40px,4.8vw,64px);line-height:1.12;color:var(--color-primary-dark)}.landing-copy p{max-width:520px;margin:28px 0 0;color:#34494a;font-size:17px;line-height:1.7}.landing-buttons{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px}.device-stage{min-height:430px;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:20px 116px 34px 0}.screen-device{width:min(680px,100%);height:372px;margin-left:auto;position:relative;border:14px solid #111716;border-radius:18px;overflow:hidden;background:#fffaf2;box-shadow:inset 0 0 0 1px #ffffff1a,0 30px 70px #271f1433}.screen-device:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(125deg,rgba(255,255,255,.2),transparent 25%),linear-gradient(90deg,transparent 72%,rgba(255,255,255,.1))}.screen-device:after{content:"";position:absolute;left:9%;right:9%;bottom:-22px;height:20px;border-radius:999px;background:#19252226;filter:blur(10px)}.phone-device{position:absolute;right:8px;bottom:8px;width:220px;height:430px;border:10px solid #15191d;border-radius:38px;background:#fff;overflow:hidden;box-shadow:0 24px 42px #18140e4d;transform:rotate(6deg)}.phone-notch{position:absolute;top:0;left:50%;z-index:3;width:70px;height:17px;border-radius:0 0 14px 14px;background:#111;transform:translate(-50%)}.store-preview{height:100%;background:#fffaf2;color:var(--color-primary-dark);font-size:12px}.store-preview__top{height:11%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 3.2%;background:#fffffff0;border-bottom:1px solid #eadfce}.store-preview__top nav{display:flex;gap:18px;color:#405452;font-size:10px;font-weight:800}.store-preview__top button,.store-preview__hero button{border:0;border-radius:6px;background:#0b6f36;color:#fff;padding:7px 11px;font-size:10px;font-weight:900}.screen-device .store-preview__top button,.screen-device .store-preview__hero button{display:none}.store-preview__hero{height:31%;display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:16px;padding:2.4% 3.4%;color:#fff;background:linear-gradient(90deg,#170c05e0,#170c0557),radial-gradient(circle at 82% 20%,#b66a21,transparent 12rem),linear-gradient(135deg,#1e1309,#744011)}.store-preview__hero h2{margin:0 0 4px;font-size:19px;color:#fff}.store-preview__hero p{margin:0;max-width:310px;color:#ffffffd1;line-height:1.45}.preview-logo{width:74px;height:74px;border-radius:999px;border:2px solid #d7aa55;display:grid;place-items:center;color:#f2c772;background:#21140b;font-family:Georgia,Times New Roman,serif;font-size:15px;text-align:center}.preview-badges{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.preview-badges span{border-radius:999px;background:#ffffff24;padding:4px 7px;font-size:9px;font-weight:800}.store-preview__body{height:58%;padding:2.6% 3.4% 3%}.preview-search{height:32px;border:1px solid #e5d9c7;border-radius:6px;display:flex;align-items:center;padding:0 12px;color:#8a8175;background:#fff}.preview-filter{display:flex;gap:8px;margin:12px 0}.preview-filter span{border-radius:999px;padding:6px 9px;background:#f2ece2;color:#3f5050;font-size:10px;font-weight:900}.preview-filter span:first-child{color:#fff;background:var(--color-primary-dark)}.preview-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.preview-products article{overflow:hidden;border:1px solid #eadfce;border-radius:8px;background:#fff}.preview-products strong,.preview-products span{display:block;padding:7px 8px 0;font-size:10px}.preview-products span{padding-top:2px;padding-bottom:8px;color:#546665}.preview-photo{height:72px;background:radial-gradient(circle at 45% 44%,#f0b848 0,#f0b848 18%,#a96921 19%,#a96921 28%,#3d230f 54%,#efe5d3 55%)}.preview-photo--2{background:radial-gradient(circle at 40% 45%,#2b1710 0,#2b1710 20%,#a87341 21%,#a87341 30%,#f3e1bd 31%,#5b2d11 70%)}.preview-photo--3{background:radial-gradient(circle at 50% 50%,#efc259 0,#efc259 16%,#be7e28 17%,#be7e28 28%,#fff2cd 29%,#fff2cd 38%,#6f4015 70%)}.preview-photo--4{background:radial-gradient(circle at 50% 45%,#24140e 0,#24140e 16%,#d4a65c 17%,#d4a65c 21%,#4a2311 22%,#4a2311 42%,#efdfbf 70%)}.mobile-store-preview{height:100%;padding:15px;background:#fffdf8;color:var(--color-primary-dark);overflow:hidden}.mobile-status{height:24px;color:var(--color-primary-dark);font-size:16px;font-weight:900;line-height:1}.mobile-store-hero{height:126px;position:relative;padding:12px;overflow:hidden;border-radius:20px;color:#fff;background:linear-gradient(115deg,#311608fa,#693b15f0),radial-gradient(circle at 86% 22%,rgba(229,171,66,.25),transparent 5rem)}.mobile-store-hero:before,.mobile-store-hero:after{content:"";position:absolute;border-radius:999px;opacity:.45;background:#ccac5f5c}.mobile-store-hero:before{width:126px;height:84px;left:34px;top:46px}.mobile-store-hero:after{width:104px;height:34px;right:-18px;top:52px;transform:rotate(-55deg);background:#5a824399}.mobile-logo{position:relative;z-index:1;width:48px;height:48px;display:grid;place-items:center;border-radius:999px;border:2px solid #e6b84c;color:#f5d47b;background:#201108b8;font-family:Georgia,Times New Roman,serif;font-size:10px;line-height:1;text-align:center}.mobile-hero-art span{position:absolute;z-index:1;width:22px;height:22px;border-radius:999px;background:#bc6f2d}.mobile-hero-art span:nth-child(1){left:78px;top:54px}.mobile-hero-art span:nth-child(2){left:118px;top:73px;background:#d99641}.mobile-hero-art span:nth-child(3){left:156px;top:54px}.mobile-hero-copy{position:absolute;z-index:2;left:12px;right:12px;bottom:12px}.mobile-hero-copy h2{margin:0;color:#fff;font-size:17px;line-height:1.05}.mobile-hero-copy p{margin:5px 0 0;color:#ffffffd6;font-size:8.8px;line-height:1.22;max-width:150px}.mobile-search{height:38px;margin-top:10px;border:1px solid #e5ddd2;border-radius:16px;display:flex;align-items:center;padding:0 14px;color:#879a9c;background:#fff;font-size:13px}.mobile-categories{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin:9px 0 10px}.mobile-categories div{min-width:0;text-align:center}.mobile-categories span{display:block;height:18px;color:#6b7e80;font-size:14px;line-height:18px}.mobile-categories strong{display:block;margin-top:2px;color:#5d7171;font-size:7.4px;line-height:1.05;overflow-wrap:anywhere}.mobile-product-list{display:grid;gap:8px;margin-top:10px}.mobile-product-list article{min-height:50px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;border:1px solid #e5ddd2;border-radius:14px;background:#fff}.mobile-product-list strong{min-width:0;color:var(--color-primary-dark);font-size:10.5px;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-product-list span{color:#0a8176;font-size:9.8px;font-weight:950;white-space:nowrap}.mobile-product-thumb{width:42px;height:42px;border-radius:12px;background:#e3aa3e}.mobile-product-thumb--2{background:#74351e}.mobile-product-thumb--3{background:#f2d16e}.benefit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:18px 0 38px;max-width:760px}.benefit-item{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.benefit-icon{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;color:var(--color-primary-dark);border:2px solid rgba(11,111,104,.26);font-weight:950}.benefit-item strong{display:block;color:var(--color-primary-dark);font-size:13px}.benefit-item small{display:block;margin-top:3px;color:#526665;font-size:11px;font-weight:750}.trust-bar{background:linear-gradient(135deg,#063f42,#045b5b);color:#fff;padding:24px 0 28px}.trust-bar p{margin:0 0 18px;text-align:center;color:#fffc;font-size:13px;font-weight:750}.trust-list{width:min(900px,calc(100% - 56px));margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px}.trust-list span{display:flex;justify-content:center;color:#ffffffeb;font-size:16px;font-weight:900}.auth-page{min-height:100vh;position:relative;display:grid;grid-template-columns:minmax(720px,45.5%) 1fr;overflow:hidden;background:radial-gradient(circle at 38% 16%,rgba(246,203,151,.22),transparent 16rem),linear-gradient(104deg,#fffaf0,#fffdf8 43.8%,#e9f8f4 44%,#f5fffc)}.auth-page:before{content:"";position:absolute;left:-120px;bottom:-170px;width:520px;height:260px;border-radius:50%;background:#61cabe6b}.auth-page:after{content:"";position:absolute;right:72px;top:18px;width:210px;height:140px;opacity:.28;background-image:radial-gradient(circle,#8ecbc2 2px,transparent 2px);background-size:20px 20px}.auth-left{min-height:100vh;position:relative;z-index:1;padding:58px 46px 46px}.auth-logo-row{display:flex;align-items:center;gap:18px;width:fit-content}.auth-logo-row img{width:72px;height:72px;border-radius:20px;background:#ffffffeb;box-shadow:0 16px 40px #074b4b1c}.auth-logo-row strong{display:block;color:var(--color-primary-dark);font-size:var(--text-2xl);line-height:var(--leading-tight);font-weight:950}.auth-logo-row span{display:block;margin-top:7px;color:#5d6f73;font-size:var(--text-md);font-weight:900}.auth-beta-badge{margin-top:72px;display:inline-flex;align-items:center;min-height:42px;padding:0 22px;border-radius:999px;color:#09877f;background:#eaf8f5;font-size:var(--text-md);font-weight:950}.auth-copy-block{max-width:590px;margin-top:40px}.auth-wordmark{margin:0;color:var(--color-primary-dark);font-family:var(--font-sans);font-size:clamp(var(--text-4xl),4.2vw,var(--text-6xl));line-height:var(--leading-tight);letter-spacing:var(--tracking-tight)}.auth-wordmark:first-letter{color:var(--color-primary-dark)}.auth-copy-block h1{max-width:620px;margin:34px 0 0;color:var(--color-primary-dark);font-size:clamp(var(--text-2xl),2.2vw,var(--text-3xl));line-height:var(--leading-normal)}.auth-copy-block>p:not(.auth-wordmark){max-width:560px;margin:22px 0 0;color:#526a70;font-size:var(--text-base);line-height:var(--leading-relaxed)}.auth-feature-row{max-width:620px;margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.auth-feature-row article{min-height:184px;padding:24px 20px;border:1px solid rgba(196,203,198,.72);border-radius:18px;background:#ffffffb3;box-shadow:0 18px 44px #1c292612}.auth-feature-row article>span{width:42px;height:42px;margin-bottom:22px;display:grid;place-items:center;border-radius:13px;color:#07948d;background:#e5f7f4;font-size:var(--text-xl);font-weight:950}.auth-svg-bubble{position:relative}.auth-svg-bubble svg{display:block}.auth-feature-row strong{display:block;color:var(--color-primary-dark);font-size:15px;line-height:1.25}.auth-feature-row p{margin:10px 0 0;color:#5f7377;font-size:14px;line-height:1.5}.auth-social-proof{max-width:625px;min-height:78px;margin-top:48px;padding:17px 20px;display:grid;grid-template-columns:34px 1fr auto 150px;align-items:center;gap:14px;border:1px solid rgba(196,203,198,.7);border-radius:18px;background:#ffffff94;box-shadow:0 14px 34px #1c29260f}.auth-lock{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:var(--color-primary-dark);background:#dff3ef;position:relative}.auth-lock svg{display:block}.auth-social-proof strong{color:var(--color-primary-dark);font-size:13px;line-height:1.45}.auth-social-proof p{margin:0;color:#5e7377;font-size:13px;line-height:1.45}.auth-avatars{display:flex;align-items:center}.auth-avatars span,.auth-avatars b{width:32px;height:32px;margin-left:-8px;display:grid;place-items:center;border-radius:999px;border:2px solid white;color:#fff;background:#0a7771;font-size:11px}.auth-avatars span:nth-child(2){background:#c67843}.auth-avatars span:nth-child(3){background:#405f69}.auth-avatars b{color:#047b75;background:#d9f4ef}.auth-floating-card{position:absolute;z-index:3;border:1px solid rgba(196,203,198,.7);border-radius:16px;background:#ffffffdb;box-shadow:0 20px 48px #132c2a1f}.auth-sales-card{top:112px;right:-52px;width:188px;padding:18px;transform:rotate(-5deg)}.auth-sales-card small{display:block;color:var(--color-primary-dark);font-weight:850}.auth-sales-card strong{display:block;margin-top:12px;color:var(--color-primary-dark);font-size:22px}.auth-sales-card span{display:inline-flex;margin-top:8px;padding:3px 8px;border-radius:999px;color:#078c7c;background:#e5fbf6;font-size:10px;font-weight:950}.auth-mini-chart{position:relative;height:54px;margin-top:12px;border-radius:12px;overflow:hidden;background:linear-gradient(180deg,rgba(22,170,165,.18) 0%,rgba(22,170,165,.04) 68%,transparent 100%),radial-gradient(circle at 18% 78%,rgba(32,170,107,.18),transparent 26%),#f5fffc}.auth-mini-chart:before{content:"";position:absolute;top:8px;right:6px;bottom:6px;left:6px;background-image:url("data:image/svg+xml,%3Csvg width='190' height='42' viewBox='0 0 190 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 31 C18 22 26 35 40 27 S60 12 77 20 S98 37 116 22 S137 8 154 15 S171 32 187 18' stroke='%2316AAA5' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 31 C18 22 26 35 40 27 S60 12 77 20 S98 37 116 22 S137 8 154 15 S171 32 187 18 L187 42 L3 42 Z' fill='%2316AAA5' fill-opacity='0.12'/%3E%3Ccircle cx='3' cy='31' r='3.5' fill='%2320AA6B'/%3E%3Ccircle cx='40' cy='27' r='3.5' fill='%2320AA6B'/%3E%3Ccircle cx='77' cy='20' r='3.5' fill='%2320AA6B'/%3E%3Ccircle cx='116' cy='22' r='3.5' fill='%2320AA6B'/%3E%3Ccircle cx='154' cy='15' r='3.5' fill='%2320AA6B'/%3E%3Ccircle cx='187' cy='18' r='3.5' fill='%2320AA6B'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;background-position:center}.auth-store-card{top:292px;right:-4px;width:224px;padding:0 0 14px;overflow:hidden;transform:rotate(12deg)}.auth-store-cover{height:118px;padding:22px 16px;color:#fff;background:linear-gradient(90deg,#110904cc,#1109044d),radial-gradient(circle at 72% 20%,#a86a2a,transparent 6rem),linear-gradient(135deg,#1d1007,#70400f)}.auth-store-cover strong,.auth-store-cover span{display:block;text-align:center}.auth-store-cover strong{font-size:16px}.auth-store-cover span{margin-top:5px;font-size:11px}.auth-store-cover button{width:100%;height:28px;margin-top:12px;border:0;border-radius:7px;color:#fff;background:#08988d;font-size:11px;font-weight:900}.auth-store-cats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px}.auth-store-cats span{min-width:0;color:#5f7377;font-size:8px;text-align:center}.auth-store-product{margin:0 12px;display:grid;grid-template-columns:76px 1fr;gap:10px;align-items:center}.auth-store-product div{width:76px;height:54px;border-radius:8px;background:radial-gradient(circle at 50% 50%,#e8b947 0,#e8b947 18%,#754319 19%,#754319 45%,#f4edda 46%)}.auth-store-product strong,.auth-store-product span{display:block;font-size:10px}.auth-store-product span{color:#088f81;font-weight:900}.auth-qr-card{right:68px;bottom:50px;width:150px;padding:14px;text-align:center;transform:rotate(7deg)}.auth-qr-card strong{display:block;color:var(--color-primary-dark);font-size:12px}.auth-fake-qr{width:86px;height:86px;margin:10px auto;background:linear-gradient(90deg,#111 10px,transparent 10px 18px,#111 18px 26px,transparent 26px 36px,#111 36px 44px,transparent 44px 56px,#111 56px 64px,transparent 64px),linear-gradient(#111 10px,transparent 10px 18px,#111 18px 26px,transparent 26px 36px,#111 36px 44px,transparent 44px 56px,#111 56px 64px,transparent 64px);background-size:28px 28px;border:8px solid white;box-shadow:0 0 0 1px #d8e2df}.auth-qr-card p{margin:0;color:#5f7377;font-size:10px}.auth-right{min-height:100vh;position:relative;z-index:1;display:grid;justify-items:start;align-items:start;padding:76px 64px 72px 174px}.auth-form-card{width:min(560px,100%);min-height:690px;position:relative;z-index:4;padding:50px 54px 38px;border:1px solid rgba(196,203,198,.78);border-radius:30px;background:#ffffffd1;box-shadow:0 28px 78px #143f3e21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-plant{position:absolute;right:26px;bottom:22px;width:220px;height:330px;z-index:3;pointer-events:none}.auth-plant .pot{position:absolute;left:76px;bottom:0;width:86px;height:82px;border-radius:18px 18px 28px 28px;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,.86),transparent 1.8rem),linear-gradient(180deg,#f3f0ea,#d5cec2);box-shadow:0 16px 32px #143f3e21}.auth-plant .stem{position:absolute;bottom:78px;left:118px;width:3px;height:145px;border-radius:999px;background:linear-gradient(180deg,#2e6d41,#4f8f54);transform-origin:bottom center}.auth-plant .stem-1{transform:rotate(-18deg);height:128px}.auth-plant .stem-2{transform:rotate(4deg);height:186px}.auth-plant .stem-3{transform:rotate(18deg);height:140px}.auth-plant .leaf{position:absolute;width:96px;height:48px;border-radius:999px 999px 999px 16px;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 45%),linear-gradient(135deg,#2f7b45,#5e9c63);box-shadow:0 10px 20px #143f3e1a;transform-origin:left center}.auth-plant .leaf:after{content:"";position:absolute;left:12px;right:14px;top:50%;height:1px;background:#ecfaef66;transform:rotate(-8deg)}.auth-plant .leaf-1{left:24px;top:92px;transform:rotate(-30deg)}.auth-plant .leaf-2{left:98px;top:70px;transform:rotate(20deg) scaleX(-1)}.auth-plant .leaf-3{left:24px;top:158px;transform:rotate(-10deg)}.auth-plant .leaf-4{left:112px;top:150px;transform:rotate(16deg) scaleX(-1)}.auth-plant .leaf-5{left:72px;top:28px;transform:rotate(-70deg)}.auth-admin-badge{min-height:42px;display:inline-flex;align-items:center;gap:10px;padding:0 20px;border-radius:999px;color:var(--color-primary-dark);background:#e6f6f2;font-size:13px;font-weight:950}.auth-admin-badge svg{color:#07948d}.auth-form-heading h2{margin:26px 0 14px;color:var(--color-primary-dark);font-size:31px;line-height:1.12}.auth-form-heading p{margin:0;color:#5c6f73;font-size:17px;line-height:1.65}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:30px 0 26px;border:1px solid #d9e2df;border-radius:10px;overflow:hidden;background:#ffffffa3}.auth-tabs button{min-height:54px;border:0;background:transparent;color:#53696e;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:950}.auth-tabs button svg{flex:0 0 auto}.auth-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#063f42,#006c69);box-shadow:0 12px 28px #063f423d}.auth-form{display:grid;gap:20px}.auth-field{display:grid;gap:9px}.auth-field>span{color:var(--color-primary-dark);font-size:13px;font-weight:950}.auth-field>div{min-height:58px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;padding:0 16px;border:1px solid #d9e0df;border-radius:10px;background:#fffc}.auth-field>div>svg{color:#7a8b8e;justify-self:center}.auth-field input{min-width:0;border:0;outline:0;background:transparent;color:var(--color-primary-dark);font-size:16px}.auth-field input::placeholder{color:#8b999c}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:-2px;color:#51676b;font-size:14px}.auth-options label{display:inline-flex;align-items:center;gap:8px}.auth-options input{width:18px;height:18px;accent-color:var(--color-primary)}.auth-options button{border:0;background:transparent;color:#048d82;cursor:pointer;font-weight:900}.auth-form .app-button{min-height:58px;margin-top:6px;font-size:17px;background:linear-gradient(135deg,#063f42,#009084)}.auth-helper{margin:26px 0 0;text-align:center;color:#5c6f73;font-size:16px}.auth-helper button{border:0;background:transparent;color:#00877d;cursor:pointer;font:inherit;font-weight:950}.auth-page{min-height:100vh;width:100%;position:relative;display:grid;grid-template-columns:minmax(540px,.84fr) minmax(720px,1.16fr);gap:14px;overflow:hidden;padding:38px 48px;background:radial-gradient(circle at 78% 30%,rgba(220,239,235,.9) 0 0,transparent 30%),radial-gradient(circle at 55% 58%,rgba(220,239,235,.55) 0 0,transparent 30%),linear-gradient(120deg,#fffdf8,#f5efe5);color:#12333b}.auth-page *{box-sizing:border-box}.auth-page:before,.auth-page:after{content:none}.auth-dot-grid{position:absolute;left:24px;top:32px;width:92px;height:112px;opacity:.55;background-image:radial-gradient(circle,rgba(22,170,165,.42) 2px,transparent 2.4px);background-size:22px 22px}.auth-left{min-height:auto;position:relative;z-index:2;max-width:700px;padding:24px 0 0}.auth-brand-line{display:flex;align-items:center;gap:14px}.auth-brand-logo{width:auto;height:32px;display:block}.auth-brand-line strong{color:#06465c;font-size:var(--text-2xl);line-height:var(--leading-tight);font-weight:950}.auth-beta-badge{margin:0 0 0 10px;min-height:0;padding:9px 18px;border-radius:999px;color:#b45e24;background:#fff0da;box-shadow:none;font-size:12px;font-weight:850}.auth-copy-block{max-width:670px;margin-top:44px}.auth-copy-block h1{max-width:650px;margin:0;color:#12333b;font-size:clamp(var(--text-4xl),3vw,var(--text-5xl));line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);font-weight:800}.auth-copy-block>p{max-width:620px;margin:20px 0 0;color:#63787c;font-size:var(--text-base);line-height:var(--leading-relaxed)}.auth-wordmark,.auth-social-proof,.auth-logo-row,.auth-admin-badge,.auth-form-heading,.auth-plant{display:none}.auth-feature-row{max-width:650px;margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.auth-feature-row article{min-height:126px;padding:18px 16px 16px;border:1px solid rgba(6,70,92,.08);border-radius:20px;background:#fffdf8db;box-shadow:0 24px 50px #5b46301f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.auth-feature-row article>span,.auth-svg-bubble{width:50px;height:50px;margin:0 auto 12px;display:inline-flex;align-items:center;justify-content:center;place-items:center;border-radius:999px;color:#fffdf8;background:linear-gradient(135deg,#16aaa5,#0f817e);box-shadow:0 14px 28px #0f817e3d}.auth-feature-row article>span svg{width:26px;height:26px}.auth-feature-row strong{display:block;color:#12333b;font-size:var(--text-sm);line-height:var(--leading-snug)}.auth-feature-row p{margin:8px 0 0;color:#12333b;font-size:var(--text-xs);line-height:var(--leading-normal)}.auth-left-plant{position:absolute;left:-60px;bottom:-44px;width:130px;height:auto;display:block;opacity:.9;filter:drop-shadow(0 20px 28px rgba(18,51,59,.14));pointer-events:none}.auth-left-plant:after{content:none}.auth-left-plant span{display:none}.auth-right{position:relative;min-height:calc(100vh - 76px);z-index:1;display:flex;align-items:center;justify-content:flex-start;padding-left:18px;padding-right:230px}.auth-mint-blob{position:absolute;z-index:0;left:-22px;top:58px;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle at 40% 35%,#dcefebf2,#dcefeb85 62%,#dcefeb00 72%);filter:blur(.2px);opacity:.9;pointer-events:none}.auth-form-card{width:480px;min-height:500px;position:relative;z-index:3;padding:32px 36px;border:1px solid rgba(6,70,92,.08);border-radius:32px;background:#fffdf8f0;box-shadow:0 34px 80px #5b463029;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 0 28px;border:0;border-bottom:1px solid rgba(99,120,124,.22);border-radius:0;overflow:visible;background:transparent}.auth-tabs button{min-height:48px;border:0;border-bottom:3px solid transparent;background:transparent;color:#12333b;cursor:pointer;justify-content:center;position:relative;font-size:var(--text-base);font-weight:700}.auth-tabs button.is-active{color:#06465c;background:transparent;border-bottom-color:transparent;box-shadow:none;font-weight:900}.auth-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;border-radius:999px;background:linear-gradient(90deg,#06465c,#16aaa5)}.auth-form{display:grid;gap:19px}.auth-field{display:grid;gap:10px}.auth-field>span{color:#12333b;font-size:var(--text-md);font-weight:700}.auth-field>div{height:50px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid rgba(99,120,124,.25);border-radius:12px;background:#fff}.auth-field>div>svg{color:#63787c;justify-self:center}.auth-field>div>.auth-password-toggle{justify-self:end}.auth-field input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#12333b;font-size:var(--text-md)}.auth-password-toggle{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:999px;background:transparent;color:#63787c;cursor:pointer}.auth-password-toggle:hover{color:#0f817e;background:#0f817e14}.auth-field input::placeholder{color:#8a9ca0}.auth-options{display:flex;justify-content:flex-end;align-items:center;margin-top:-6px;margin-bottom:8px;color:#0f817e;font-size:var(--text-md)}.auth-options button{border:0;background:transparent;color:#0f817e;cursor:pointer;font-weight:700}.auth-form .app-button{height:52px;min-height:52px;margin-top:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#06465c,#0f817e);box-shadow:0 18px 38px #06465c3d;font-size:var(--text-base);font-weight:800}.auth-helper{margin:22px 0 0;text-align:center;color:#63787c;font-size:var(--text-md)}.auth-helper button{color:#0f817e;font-weight:900}.auth-floating-area{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none}.auth-floating-card{position:absolute;border:1px solid rgba(6,70,92,.08);border-radius:24px;background:#fffdf8f0;box-shadow:0 26px 58px #5b463029;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-sales-card{top:76px;right:34px;width:210px;height:132px;min-height:0;padding:20px;transform:rotate(7deg)}.auth-sales-card small,.auth-qr-card strong{display:block;color:#12333b;font-size:var(--text-sm);font-weight:700}.auth-sales-card strong{display:block;margin-top:14px;color:#12333b;font-size:var(--text-xl)}.auth-sales-card span{display:block;margin-top:8px;color:#20aa6b;background:transparent;padding:0;font-size:var(--text-sm);font-weight:800}.auth-sales-card>svg{position:absolute;top:74px;right:24px;color:#0f817e}.auth-mini-chart{height:38px;margin-top:14px;border-radius:10px;background:radial-gradient(circle at 14% 64%,#16aaa5 0 3px,transparent 4px),radial-gradient(circle at 28% 44%,#16aaa5 0 3px,transparent 4px),radial-gradient(circle at 45% 67%,#16aaa5 0 3px,transparent 4px),radial-gradient(circle at 63% 38%,#16aaa5 0 3px,transparent 4px),radial-gradient(circle at 80% 22%,#16aaa5 0 3px,transparent 4px),linear-gradient(160deg,transparent 0 18%,rgba(22,170,165,.9) 19% 21%,transparent 22% 36%,rgba(22,170,165,.9) 37% 39%,transparent 40% 54%,rgba(22,170,165,.9) 55% 57%,transparent 58%),linear-gradient(180deg,#16aaa524,#16aaa508)}.auth-qr-card{top:248px;bottom:auto;right:66px;width:205px;min-height:190px;padding:20px;text-align:left;transform:rotate(6deg)}.auth-qr-card p{margin:16px 0 0;color:#12333b;font-size:14px;line-height:1.45}.auth-fake-qr{width:92px;height:92px;margin:0;border:0;box-shadow:none;background:linear-gradient(90deg,#111 9px,transparent 9px 17px,#111 17px 25px,transparent 25px 35px,#111 35px 43px,transparent 43px 55px,#111 55px 63px,transparent 63px),linear-gradient(#111 9px,transparent 9px 17px,#111 17px 25px,transparent 25px 35px,#111 35px 43px,transparent 43px 55px,#111 55px 63px,transparent 63px);background-size:28px 28px}.auth-sample-qr{width:82px;height:82px;display:block;object-fit:cover;margin-top:16px;padding:5px;border-radius:12px;background:#fff;box-shadow:0 10px 20px #12333b14,0 0 0 1px #63787c1a}.auth-qr-card>span{position:absolute;right:-22px;top:100px;bottom:auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#16aaa5,#0f817e);box-shadow:0 16px 32px #0f817e42}.auth-phone-preview{position:absolute;right:48px;top:438px;width:204px;height:300px;padding:28px 16px 16px;border:9px solid #101b1f;border-radius:32px;background:#fffdf8;box-shadow:0 34px 70px #0f1b1f3d;transform:rotate(8deg);overflow:hidden}.auth-phone-preview .phone-notch{top:-1px;width:78px;height:19px}.auth-phone-status{color:#12333b;font-size:10px;font-weight:900}.auth-phone-preview>small{display:block;margin-top:6px;text-align:center;color:#63787c;font-size:8px}.auth-phone-store{display:grid;grid-template-columns:44px 1fr;gap:9px;align-items:center;margin-top:6px}.auth-phone-store div,.auth-phone-products article div{border-radius:999px;background:radial-gradient(circle at 50% 50%,#d48142 0,#d48142 22%,#2f170c 23%,#2f170c 48%,#f4dfbd 49%)}.auth-phone-store div{width:44px;height:44px}.auth-phone-store strong,.auth-phone-store span{display:block;color:#12333b}.auth-phone-store strong{font-size:12px}.auth-phone-store span{font-size:9px;color:#63787c}.auth-phone-rating{margin:7px 0;color:#d48142;font-size:8px;text-align:center}.auth-phone-cats{display:flex;gap:5px;overflow:hidden}.auth-phone-cats b,.auth-phone-cats span{border-radius:999px;padding:5px 7px;background:#eaf5f2;color:#63787c;font-size:7px;white-space:nowrap}.auth-phone-cats b{color:#fff;background:#0f817e}.auth-phone-products{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.auth-phone-products article{overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 6px 14px #12333b14}.auth-phone-products article div{height:70px;border-radius:0}.auth-phone-products strong,.auth-phone-products span{display:block;padding:5px 6px 0;color:#12333b;font-size:7px}.auth-phone-products span{padding-bottom:6px;color:#0f817e}.onboarding-page{min-height:100vh;padding:42px;background:radial-gradient(circle at 80% 20%,rgba(22,170,165,.18),transparent 24rem),linear-gradient(120deg,#fff8ec,#fffdf8 48%,#e9f8f4)}.onboarding-shell{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(320px,.78fr) minmax(520px,1.22fr);gap:34px;align-items:start}.onboarding-copy{position:sticky;top:34px;display:grid;gap:24px}.onboarding-copy h1{margin:8px 0 0;color:var(--color-primary-dark);font-size:clamp(38px,4vw,58px);line-height:1.05}.onboarding-copy p,.muted-copy{color:var(--color-muted);font-size:17px;line-height:1.7}.onboarding-steps{display:grid;gap:10px}.onboarding-steps span{padding:14px 16px;border:1px solid rgba(13,113,104,.16);border-radius:10px;background:#ffffff94;color:var(--color-muted);font-weight:900}.onboarding-steps span.is-active{color:#fff;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));box-shadow:var(--shadow-tight)}.onboarding-card{min-height:650px}.onboarding-card h2{margin:0;color:var(--color-primary-dark);font-size:28px}.onboarding-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.share-example{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:12px;border:1px solid var(--color-line);border-radius:10px;background:#ffffffb3}.share-example span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:var(--color-primary-dark);background:var(--color-surface-tint);font-weight:950}.share-example strong,.share-example small{display:block}.share-example small{margin-top:3px;color:var(--color-muted)}.theme-card--wide{width:100%;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.theme-card--wide p{margin:5px 0 0;color:var(--color-muted);font-size:13px}.hero{padding:24px 0 46px}.hero-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0 22px}.hero-frame{background:#ffffff94;border:1px solid rgba(184,164,134,.32);border-radius:18px;padding:26px;box-shadow:var(--shadow-soft)}.hero-grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);gap:28px;align-items:center}.hero h1{font-size:clamp(34px,4.6vw,58px);line-height:1.05;margin:18px 0;color:var(--color-primary-dark);letter-spacing:0}.hero p{font-size:17px;color:#405452;line-height:1.65}.hero-highlight{color:var(--color-primary)}.brand-wordmark{font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,6vw,72px);line-height:.95;color:var(--color-primary-dark);margin:0}.hero-side-copy h2{font-size:clamp(24px,3vw,34px);line-height:1.12;margin:26px 0 14px;color:var(--color-primary-dark)}.feature-list{display:grid;gap:12px;margin-top:24px}.feature-item{display:flex;gap:12px;align-items:center;background:#ffffffb8;border:1px solid rgba(184,164,134,.3);padding:12px;border-radius:8px}.feature-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:#f7dfbf;color:var(--color-primary-dark);font-weight:900}.feature-item small{display:block;color:var(--color-muted);font-weight:650;margin-top:2px}.showcase{position:relative;min-height:450px}.browser-mock{background:#fffaf2;border:1px solid rgba(184,164,134,.45);border-radius:16px;box-shadow:var(--shadow-soft);overflow:hidden}.browser-top{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--color-line);font-size:12px;font-weight:900}.browser-hero{min-height:180px;color:#fff;display:flex;align-items:end;justify-content:space-between;gap:18px;padding:30px;background:linear-gradient(90deg,#120a05d1,#120a0547),radial-gradient(circle at 82% 18%,#a75c18,transparent 13rem),linear-gradient(135deg,#1f1309,#7a3e15)}.round-logo{width:110px;height:110px;border-radius:999px;border:2px solid #d7aa55;display:grid;place-items:center;color:#f2c772;font-family:Georgia,serif;font-size:22px;text-align:center;background:#21140b}.browser-products,.mini-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:20px}.food-tile{min-height:142px;border:1px solid var(--color-line);border-radius:10px;background:#fff;overflow:hidden}.food-photo{height:92px;background:radial-gradient(circle at 45% 44%,#f0b848 0,#f0b848 18%,#a96921 19%,#a96921 28%,#3d230f 54%,#efe5d3 55%)}.food-photo.photo-2{background:radial-gradient(circle at 40% 45%,#2b1710 0,#2b1710 20%,#a87341 21%,#a87341 30%,#f3e1bd 31%,#5b2d11 70%)}.food-photo.photo-3{background:radial-gradient(circle at 50% 50%,#efc259 0,#efc259 16%,#be7e28 17%,#be7e28 28%,#fff2cd 29%,#fff2cd 38%,#6f4015 70%)}.food-photo.photo-4{background:radial-gradient(circle at 50% 45%,#24140e 0,#24140e 16%,#d4a65c 17%,#d4a65c 21%,#4a2311 22%,#4a2311 42%,#efdfbf 70%)}.food-tile strong,.food-tile span{display:block;padding:8px 10px 0;font-size:12px}.food-tile span{padding-top:3px;color:var(--color-muted)}.phone-mock{width:210px;border:9px solid #141414;border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 24px 54px #0f172a3d}.phone-mock .browser-hero{min-height:118px;padding:15px;display:block}.phone-mock .round-logo{width:58px;height:58px;font-size:13px;margin-bottom:8px}.phone-mock .mini-products{grid-template-columns:1fr;padding:12px;gap:9px}.phone-mock .food-tile{min-height:72px;display:grid;grid-template-columns:72px 1fr}.phone-mock .food-photo{height:72px}.landing-section{margin-top:28px}.landing-split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.checkout-demo{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:16px}.checkout-line{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--color-line);padding:10px 0}.qty-mini{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--color-line);border-radius:8px;padding:4px 9px}.wa-preview{background:#fbf2e3;border:1px solid #ead9bd;border-radius:12px;padding:18px}.wa-bubble{background:#fff;border-radius:10px;padding:16px;box-shadow:var(--shadow-tight);font-size:14px;line-height:1.55}.theme-card{border:2px solid transparent;border-radius:10px;padding:12px;background:#fff;cursor:pointer;text-align:left}.theme-card.is-active{border-color:var(--color-primary);box-shadow:0 12px 30px #0d716826}.theme-swatches{display:flex;gap:6px;margin-bottom:10px}.swatch{width:24px;height:24px;border-radius:999px;border:2px solid white;box-shadow:0 0 0 1px #0f172a14}.feature-card{display:flex;gap:14px;align-items:flex-start;padding:18px;min-height:110px}.feature-card h3{margin:0 0 5px;font-size:16px;color:var(--color-primary-dark)}.feature-card p{margin:0;color:var(--color-muted);font-size:14px;line-height:1.5}.storefront-page{min-height:100vh;color:var(--store-text, #102a2a);background:radial-gradient(circle at 8% 16%,color-mix(in srgb,var(--store-accent, #22c7c9) 18%,transparent),transparent 17rem),radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--store-hero-to, #eadfcf) 42%,transparent),transparent 18rem),linear-gradient(180deg,var(--store-bg, #fff8ec) 0%,color-mix(in srgb,var(--store-bg, #fff8ec) 72%,white) 48%,var(--store-bg, #fff8ec) 100%)}.storefront-loading{padding:38px 0}.store-header{position:sticky;top:0;z-index:50;padding:10px 0;color:var(--store-text, #102a2a);background:color-mix(in srgb,var(--store-card, #fff) 90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 72%,transparent);box-shadow:0 4px 18px #5b463009;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-top{width:min(100% - 48px,1400px);display:flex;justify-content:space-between;align-items:center;gap:16px}.store-header .brand-row{gap:10px;color:var(--store-text, #073b3a);font-size:20px;line-height:1;font-weight:900}.store-header .brand-logo{width:32px;height:32px;border-radius:11px;box-shadow:0 8px 18px #5b463014}.store-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.store-pill-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--store-border, #eadfcf);border-radius:14px;padding:0 15px;color:var(--store-text, #171717);background:color-mix(in srgb,var(--store-card, #fff) 86%,transparent);box-shadow:0 6px 16px #5b46300b;cursor:pointer;font-size:13px;font-weight:800}.store-pill-button svg{color:var(--store-primary-dark, #0b3a42)}.store-cover{width:min(100% - 48px,1400px);min-height:180px;margin:14px auto 22px;border:1px solid rgba(255,255,255,.16);border-radius:24px;overflow:hidden;background:radial-gradient(circle at 61% -38%,rgba(255,255,255,.16),transparent 15rem),radial-gradient(circle at 68% 118%,color-mix(in srgb,var(--store-accent, #22c7c9) 20%,transparent),transparent 11rem),radial-gradient(circle at 89% 47%,color-mix(in srgb,var(--store-hero-to, #eadfcf) 58%,transparent),transparent 12rem),radial-gradient(ellipse at 94% 72%,color-mix(in srgb,var(--store-accent, #22c7c9) 20%,transparent),transparent 16rem),linear-gradient(103deg,var(--store-hero-from, #063f3f) 0%,var(--store-primary, #0f766e) 48%,var(--store-hero-to, #eadfcf) 100%);box-shadow:0 18px 46px #5b463021}.store-profile{min-height:180px;position:relative;display:grid;grid-template-columns:98px minmax(0,1fr) auto;align-items:center;gap:22px;padding:30px 36px}.store-profile:before,.store-profile:after{content:"";position:absolute;pointer-events:none}.store-profile:before{inset:-68px auto auto 47%;width:260px;height:260px;border-radius:999px;background:#ffffff1f}.store-profile:after{right:-28px;bottom:-42px;width:390px;height:210px;border-radius:999px;background:radial-gradient(circle at 46% 45%,rgba(255,253,248,.44),transparent 24%),radial-gradient(ellipse at 55% 70%,rgba(217,168,92,.24),transparent 58%);opacity:.72}.store-avatar-wrap{position:relative;z-index:1;width:92px;height:92px;display:grid;place-items:center;border-radius:999px;background:var(--store-card, #fffdf8);border:2px solid var(--store-accent, #d9a85c);box-shadow:0 12px 30px #00232533,inset 0 0 0 5px #fff8ecf5}.store-avatar-wrap:before,.store-avatar-wrap:after{content:"";position:absolute;border-radius:999px;background:var(--store-accent, #d9a85c);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-accent, #d9a85c) 14%,transparent)}.store-avatar-wrap:before{width:11px;height:11px;right:-12px;top:10px}.store-avatar-wrap:after{width:7px;height:7px;left:-11px;bottom:18px}.store-avatar{width:58px;height:58px;object-fit:contain;border-radius:18px}.store-hero-copy{position:relative;z-index:1;min-width:0}.store-profile h1{margin:0;color:#fffdf8;font-size:clamp(34px,2.8vw,42px);line-height:1.05;letter-spacing:0;font-weight:900;text-shadow:0 2px 18px rgba(0,0,0,.16)}.store-profile p{max-width:640px;margin:8px 0 0;color:#ffffffe0;font-size:14.5px;line-height:1.5;font-weight:600}.store-hero-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.store-info-chip{min-height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--store-card, #fff) 46%,transparent);border-radius:12px;padding:0 13px;color:var(--store-text, #12333b);background:color-mix(in srgb,var(--store-card, #fff) 94%,transparent);box-shadow:0 10px 20px #0023251a;font-size:12.5px;font-weight:800}.store-info-chip svg{color:var(--store-primary-dark, #073b3a)}.store-whatsapp-cta{position:relative;z-index:1;min-height:46px;min-width:202px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:15px;padding:0 20px;color:#fffdf8;background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e));box-shadow:0 16px 30px #00474b33;cursor:pointer;font-size:14.5px;font-weight:900}.store-whatsapp-cta svg{width:20px;height:20px}.store-layout{width:min(100% - 48px,1400px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,380px);gap:24px;align-items:start}.store-products-column{min-width:0}.store-toolbar{display:grid;gap:13px;margin-bottom:19px}.store-search{min-height:52px;display:flex;align-items:center;gap:11px;padding:0 17px;border:1px solid var(--store-border, #eadfcf);border-radius:16px;background:color-mix(in srgb,var(--store-card, #fff) 94%,transparent);box-shadow:0 8px 22px #5b46300e}.store-search svg{flex:0 0 auto;color:var(--store-primary-dark, #0b3a42)}.store-search input{width:100%;min-width:0;border:0;outline:0;color:var(--store-text, #12333b);background:transparent;font:inherit;font-size:15px;font-weight:600}.store-search input::placeholder{color:var(--store-muted, #8a9ca0)}.category-row{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.category-chip{min-height:36px;border:1px solid var(--store-border, #eadfcf);border-radius:999px;padding:0 17px;color:var(--store-text, #171717);background:color-mix(in srgb,var(--store-card, #fff) 92%,transparent);box-shadow:0 8px 20px #5b46300d;cursor:pointer;font-size:12.5px;font-weight:800}.category-chip.is-active{color:#fff;background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e));border-color:transparent;box-shadow:0 14px 26px color-mix(in srgb,var(--store-primary, #0f766e) 20%,transparent)}.store-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:11px}.store-section-head h2{margin:0;color:var(--store-text, #073b3a);font-size:24px;line-height:1.15;font-weight:900}.store-section-head span{border-radius:999px;padding:7px 12px;color:var(--store-muted, #6d6255);background:color-mix(in srgb,var(--store-border, #eadfcf) 36%,var(--store-card, #fff));font-size:11.5px;font-weight:800}.store-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,206px));justify-content:start;gap:14px}.product-card{overflow:hidden;display:grid;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 82%,transparent);border-radius:17px;background:color-mix(in srgb,var(--store-card, #fff) 96%,transparent);box-shadow:0 12px 26px #5b463014}.product-card__image,.product-card__placeholder{width:calc(100% - 18px);aspect-ratio:1;margin:9px 9px 0;border-radius:12px;object-fit:cover}.product-card__image{display:block;background:color-mix(in srgb,var(--store-border, #eadfcf) 34%,white)}.product-card__placeholder{display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 48%,rgba(255,253,248,.98) 0 24%,transparent 25%),radial-gradient(circle at 34% 26%,color-mix(in srgb,var(--store-accent, #22c7c9) 22%,transparent),transparent 22%),linear-gradient(135deg,color-mix(in srgb,var(--store-accent, #22c7c9) 14%,white),color-mix(in srgb,var(--store-border, #eadfcf) 28%,white))}.product-card__placeholder img{width:52px;height:52px;padding:11px;border-radius:18px;background:#fffdf8cc;box-shadow:0 16px 32px #0f766e1f}.product-card__body{min-height:126px;display:grid;grid-template-rows:minmax(0,1fr) auto auto;gap:9px;padding:11px 11px 12px}.product-card h3{margin:0;color:var(--store-text, #073b3a);font-size:13.5px;line-height:1.25;font-weight:900}.product-card p{display:-webkit-box;margin:6px 0 0;overflow:hidden;color:var(--store-muted, #63787c);font-size:12px;line-height:1.35;font-weight:600;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__meta{display:flex;justify-content:space-between;align-items:center;gap:10px}.price{color:var(--store-text, #171717);font-size:14px;font-weight:900}.product-card .badge{padding:5px 8px;border-radius:999px;font-size:9.5px;font-weight:900}.product-card .app-button{min-height:40px;border-radius:10px;font-size:11.5px}.product-card .app-button--primary{background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e))}.store-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 84%,transparent);border-radius:18px;background:color-mix(in srgb,var(--store-card, #fff) 84%,transparent);box-shadow:0 12px 28px #5b46300f}.store-pagination p{margin:0;color:var(--store-muted, #63787c);font-size:12.5px;line-height:1.35;font-weight:800}.store-pagination__controls,.store-pagination__pages{display:inline-flex;align-items:center;gap:7px}.store-pagination button{min-height:36px;border:1px solid var(--store-border, #eadfcf);border-radius:999px;color:var(--store-text, #102a2a);background:color-mix(in srgb,var(--store-card, #fff) 94%,transparent);box-shadow:0 8px 18px #5b46300b;cursor:pointer;font-size:12px;font-weight:900}.store-pagination button:disabled{color:#a8a098;background:#efeae2c7;box-shadow:none;cursor:not-allowed}.store-pagination__nav{padding:0 14px}.store-page-number{width:36px;padding:0}.store-page-number.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e));box-shadow:0 12px 22px color-mix(in srgb,var(--store-primary, #0f766e) 20%,transparent)}.cart-panel{position:sticky;top:78px;display:grid;gap:12px;padding:22px 20px;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 88%,transparent);border-radius:20px;background:color-mix(in srgb,var(--store-card, #fff) 96%,transparent);box-shadow:0 18px 42px #5b46301c}.cart-panel__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-panel__head h2{margin:0;color:var(--store-text, #171717);font-size:18px;line-height:1.15;font-weight:900}.cart-panel__head span{width:36px;height:36px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 78%,transparent);border-radius:999px;color:var(--store-primary-dark, #0b3a42);background:var(--store-card, #fffdf8)}.cart-empty-state{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;padding:18px 14px;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 78%,transparent);border-radius:18px;background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--store-border, #eadfcf) 42%,white),transparent 6.5rem),color-mix(in srgb,var(--store-card, #fff) 62%,transparent);text-align:center}.cart-empty-art{width:118px;height:82px;display:grid;place-items:center;color:color-mix(in srgb,var(--store-accent, #d9a85c) 62%,transparent);border-radius:28px;background:radial-gradient(circle at 76% 70%,color-mix(in srgb,var(--store-primary, #0f766e) 20%,transparent),transparent 1rem),radial-gradient(circle at 29% 26%,color-mix(in srgb,var(--store-accent, #d9a85c) 18%,transparent),transparent 1.4rem)}.cart-empty-art svg{width:50px;height:50px}.cart-empty-state strong{color:var(--store-text, #073b3a);font-size:14.5px;font-weight:900}.cart-empty-state p{margin:0;color:var(--store-muted, #63787c);font-size:12.5px;line-height:1.45;font-weight:600}.cart-items{display:grid;gap:0}.cart-line{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 82%,transparent);padding:13px 0}.cart-line>strong{color:var(--store-text, #073b3a);font-size:13px;font-weight:900;white-space:nowrap}.cart-line__price{margin-top:3px;color:var(--store-muted, #63787c);font-size:13px;font-weight:700}.cart-controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:9px}.cart-remove{min-height:28px;border:1px solid var(--store-border, #eadfcf);border-radius:999px;padding:0 10px;color:var(--store-muted, #63787c);background:color-mix(in srgb,var(--store-card, #fff) 88%,transparent);cursor:pointer;font-size:12px;font-weight:800}.qty-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--store-border, #eadfcf);background:var(--store-card, white);cursor:pointer}.cart-note{margin-top:14px}.cart-summary{display:grid;gap:10px;padding-top:2px}.cart-summary>div{display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--store-muted, #63787c);font-size:13px;font-weight:700}.cart-summary span{display:inline-flex;align-items:center;gap:5px}.cart-summary strong{color:var(--store-text, #171717);font-size:14px;font-weight:900}.cart-summary__total{min-height:48px;margin-top:4px;padding:0 14px;border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--store-accent, #d9a85c) 18%,white),color-mix(in srgb,var(--store-bg, #fff8ec) 72%,white))}.cart-summary__total span,.cart-summary__total strong{color:var(--store-text, #073b3a);font-size:16px}.cart-panel .app-button{min-height:44px;border-radius:12px}.cart-panel .app-button--primary{background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e))}.cart-panel .app-button:disabled{color:#9b948b;background:#eee9e2;box-shadow:none}.cart-helper{margin:-4px 0 0;color:var(--store-muted, #63787c);font-size:13px;line-height:1.45;text-align:center}.cart-error{margin:0;padding:10px 12px;border:1px solid rgba(201,74,67,.22);border-radius:12px;color:#b91c1c;background:#fff1ee;font-size:12.5px;line-height:1.35;font-weight:800;text-align:center}.store-benefit-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;padding:11px 14px;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 84%,transparent);border-radius:16px;background:color-mix(in srgb,var(--store-card, #fff) 82%,transparent);box-shadow:0 12px 28px #5b463012}.store-benefit-strip article{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px}.store-benefit-strip article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;color:var(--store-primary-dark, #0b3a42);background:color-mix(in srgb,var(--store-accent, #d9a85c) 18%,white)}.store-benefit-strip article:nth-child(2)>span{color:var(--store-primary, #20aa6b);background:color-mix(in srgb,var(--store-primary, #20aa6b) 15%,white)}.store-benefit-strip strong,.store-benefit-strip small{display:block}.store-benefit-strip strong{color:var(--store-text, #171717);font-size:12px;line-height:1.25;font-weight:900}.store-benefit-strip small{margin-top:2px;color:var(--store-muted, #63787c);font-size:10.5px;line-height:1.35;font-weight:700}.footer-brand{color:#fff;background:linear-gradient(135deg,#053f43,#075f5c);font-size:14px;padding:26px;margin-top:34px}.footer-inner{width:min(1400px,calc(100% - 56px));margin:0 auto;display:flex;justify-content:space-between;gap:16px}.chart-card{min-height:280px}.line-chart{height:190px;position:relative;border-left:1px solid var(--color-line);border-bottom:1px solid var(--color-line);margin-top:22px}.line-chart svg{width:100%;height:100%;overflow:visible}.activity-list{display:grid;gap:12px}.activity-item{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--color-line);border-radius:10px;background:#ffffffad}.activity-dot{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:var(--color-surface-tint);color:var(--color-primary-dark);font-weight:950}.progress-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin:12px 0}.progress-bar{grid-column:1 / -1;height:8px;background:#ebe4d8;border-radius:999px;overflow:hidden}.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));border-radius:inherit}.qr-box{width:190px;border-radius:10px;border:1px solid var(--color-line);background:#fff;padding:10px}.mobile-preview{width:230px;border:9px solid #111;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.mobile-preview__top{height:108px;background:linear-gradient(135deg,var(--color-primary-dark),var(--color-primary));color:#fff;padding:18px}.mobile-preview__body{padding:14px;display:grid;gap:10px}.dashboard-page{position:relative;z-index:1;width:min(100%,1320px);margin:0 auto;display:grid;gap:14px;align-content:start;padding-top:4px}.dashboard-page ::selection{color:#063f3f;background:#dcefebb8}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:2px}.dashboard-greeting{display:flex;gap:14px;align-items:center}.dashboard-sun{width:44px;height:44px;border-radius:999px;background:radial-gradient(circle at 38% 34%,#ffd77a 0 27%,#f4a340 28% 62%,transparent 63%),conic-gradient(from 0deg,transparent 0 10deg,#f4a340 11deg 18deg,transparent 19deg 38deg);box-shadow:0 14px 26px #f4a34038;flex:0 0 auto}.dashboard-greeting h1{margin:0;color:#12333b;font-family:var(--font-sans);font-size:clamp(28px,2.1vw,32px);line-height:1.14;letter-spacing:var(--tracking-tight);font-weight:800}.dashboard-greeting p,.dashboard-card-head p,.dashboard-card-title p,.dashboard-readiness-copy p{margin:6px 0 0;color:#63787c;font-size:15px;line-height:1.5;font-weight:500}.dashboard-actions{display:flex;align-items:center;gap:12px}.dashboard-actions .app-button,.dashboard-readiness-actions .app-button,.dashboard-empty-product .app-button{min-height:44px;border-radius:14px;padding:0 18px;font-size:var(--text-md);font-weight:800}.dashboard-actions .app-button.app-button--secondary{color:#0f766e;background:#fffcf7f0;border:1px solid rgba(15,118,110,.3);box-shadow:0 12px 24px #5b463014}.dashboard-actions .app-button.app-button--secondary svg{color:#0f766e;stroke:currentColor}.dashboard-actions .app-button.app-button--primary,.dashboard-readiness-actions .app-button:not(.app-button--secondary),.dashboard-empty-product .app-button{color:#fff;background:linear-gradient(135deg,#0f766e,#0e7772);box-shadow:0 16px 28px #0f766e33}.dashboard-qr-popover{position:absolute;top:58px;right:0;z-index:20}.dashboard-qr-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:transparent;cursor:default}.dashboard-qr-panel{position:relative;z-index:1;width:min(360px,calc(100vw - 32px));padding:18px;border:1px solid rgba(15,118,110,.12);border-radius:22px;background:#fffcf7f5;box-shadow:0 24px 60px #5b46302e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-qr-panel:before{content:"";position:absolute;right:64px;top:-9px;width:18px;height:18px;transform:rotate(45deg);border-left:1px solid rgba(15,118,110,.12);border-top:1px solid rgba(15,118,110,.12);background:#fffcf7f5}.dashboard-qr-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.dashboard-qr-panel-head strong{color:#12333b;font-size:15px;font-weight:800}.dashboard-qr-panel-head button{width:30px;height:30px;border:0;border-radius:999px;color:#63787c;background:#dcefeb85;cursor:pointer;font-weight:800}.dashboard-qr-panel-body{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:center}.dashboard-qr-panel-body label{min-width:0;display:grid;gap:7px}.dashboard-qr-panel-body label span{color:#12333b;font-size:12px;font-weight:800}.dashboard-qr-panel-body input{width:100%;min-width:0;height:40px;border:1px solid rgba(15,118,110,.12);border-radius:13px;padding:0 12px;color:#0f766e;background:#fff;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-qr-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.dashboard-qr-panel-actions .app-button,.dashboard-qr-panel-actions a{width:100%}.dashboard-card,.dashboard-stat-card,.dashboard-quick-card,.dashboard-empty-product{position:relative;overflow:hidden;border:1px solid rgba(15,118,110,.1);border-radius:24px;background:#fffcf7e0;box-shadow:0 18px 44px #5b46301a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-readiness-card{padding:24px;border-radius:28px;background:radial-gradient(circle at 92% 18%,rgba(220,239,235,.74),transparent 16rem),#fffcf7eb}.dashboard-readiness-main{display:grid;grid-template-columns:minmax(0,1fr) 108px;gap:20px;align-items:start}.dashboard-kicker{display:inline-flex;width:fit-content;border-radius:999px;padding:6px 11px;color:#b45e24;background:#fff0dc;font-size:12px;font-weight:800}.dashboard-readiness-copy h2{max-width:680px;margin:12px 0 0;color:#12333b;font-size:clamp(24px,2vw,30px);line-height:1.16;letter-spacing:var(--tracking-tight);font-weight:800}.dashboard-readiness-score{min-height:92px;border-radius:22px;display:grid;place-items:center;align-content:center;background:linear-gradient(135deg,#0f766e1f,#f4a3401c);border:1px solid rgba(15,118,110,.1)}.dashboard-readiness-score strong{color:#0f766e;font-size:30px;line-height:1;letter-spacing:var(--tracking-tight);font-weight:800}.dashboard-readiness-score span{margin-top:5px;color:#63787c;font-size:12px;font-weight:700}.dashboard-progress{margin:18px 0 16px}.dashboard-progress>div:first-child{display:flex;justify-content:space-between;color:#12333b;font-size:var(--text-md);font-weight:700;margin-bottom:9px}.dashboard-readiness-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-check-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:68px;padding:11px 12px;border:1px solid rgba(15,118,110,.08);border-radius:18px;background:#ffffff8f}.dashboard-check-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;color:#d48142;background:#fff0df}.dashboard-check-item.is-ready .dashboard-check-icon{color:#0f766e;background:#eaf8f4}.dashboard-check-item strong,.dashboard-timeline-item strong{display:block;color:#12333b;font-size:14px;line-height:1.25;font-weight:800}.dashboard-check-item p,.dashboard-timeline-item p{margin:3px 0 0;color:#63787c;font-size:12px;line-height:1.4;font-weight:500}.dashboard-status,.dashboard-live{border-radius:999px;padding:6px 10px;font-size:11.5px;font-weight:800}.dashboard-status.is-ready{color:#0f766e;background:#eaf8f4}.dashboard-status.is-needed{color:#b45e24;background:#fff0df}.dashboard-readiness-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.dashboard-analytics-card{padding:20px;border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(220,239,235,.78),transparent 16rem),#fffcf7eb}.dashboard-main-grid.is-complete .dashboard-analytics-card{min-height:0;height:100%;display:flex;flex-direction:column}.dashboard-report-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-filter-pills{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;background:#dcefeb7a}.dashboard-filter-pills button{min-height:30px;border:0;border-radius:999px;padding:0 11px;color:#63787c;background:transparent;cursor:pointer;font-size:12px;font-weight:800}.dashboard-filter-pills button.is-active{color:#fffdf8;background:linear-gradient(135deg,#0f766e,#16aaa5);box-shadow:0 8px 18px #0f766e2e}.dashboard-calendar-btn{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(15,118,110,.12);border-radius:14px;color:#0f766e;background:#ffffffb3;cursor:pointer;box-shadow:0 10px 20px #5b46300f}.dashboard-calendar-wrap{position:relative;z-index:40}.dashboard-report-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;padding:7px;border:1px solid rgba(15,118,110,.08);border-radius:18px;background:#ffffff94}.dashboard-report-tabs button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;color:#526b6f;background:transparent;cursor:pointer;font-size:12.5px;font-weight:900}.dashboard-report-tabs button:hover{color:#063f3f;background:#0f766e0f}.dashboard-report-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#0f766e,#0e8f87);box-shadow:0 12px 24px #0f766e29}.dashboard-report-content{flex:1 1 auto;min-height:390px;display:grid;align-content:start}.date-range-popover{position:fixed;z-index:3000;width:min(760px,calc(100vw - 32px));display:grid;grid-template-columns:168px minmax(0,1fr);overflow:auto;border:1px solid rgba(15,118,110,.12);border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(220,239,235,.52),transparent 16rem),#fffdf8fa;box-shadow:0 26px 70px #232e232e}.date-range-popover.is-top{box-shadow:0 -18px 60px #232e2329,0 18px 44px #232e231f}.date-range-quick{display:grid;align-content:start;gap:4px;padding:16px;border-right:1px solid rgba(15,118,110,.1);background:#f5efe58f}.date-range-quick button{min-height:34px;border:0;border-radius:12px;padding:0 12px;color:#63787c;background:transparent;text-align:left;cursor:pointer;font-size:12px;font-weight:800}.date-range-quick button:hover,.date-range-quick button.is-active{color:#0f766e;background:#dcefebd1}.date-range-main{display:grid;gap:14px;padding:16px}.date-range-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.date-range-month{min-width:0}.date-range-month-head{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:8px;margin-bottom:12px}.date-range-month-head button{width:28px;height:28px;border:1px solid rgba(15,118,110,.12);border-radius:10px;color:#0f766e;background:#ffffffb8;cursor:pointer;font-size:20px;line-height:1;font-weight:800}.date-range-month-head div{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:6px}.date-range-month-head select{min-width:0;height:32px;border:1px solid rgba(15,118,110,.12);border-radius:11px;padding:0 8px;color:#12333b;background:#ffffffd1;font-size:12px;font-weight:800;outline:0}.date-range-weekdays,.date-range-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.date-range-weekdays{margin-bottom:6px}.date-range-weekdays span{text-align:center;color:#63787c;font-size:10.5px;font-weight:800}.date-range-days button{aspect-ratio:1;min-width:0;border:0;border-radius:12px;color:#12333b;background:transparent;cursor:pointer;font-size:11.5px;font-weight:800}.date-range-days button:hover:not(:disabled){background:#dcefeb85}.date-range-days button:disabled,.date-range-days button.is-muted{color:#63787c52;cursor:default}.date-range-days button.is-between{color:#0f766e;background:#dcefebd1}.date-range-days button.is-start,.date-range-days button.is-end{color:#fffdf8;background:linear-gradient(135deg,#0f766e,#16aaa5);box-shadow:0 10px 18px #0f766e2e}.date-range-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid rgba(15,118,110,.1)}.date-range-footer strong{color:#12333b;font-size:13px;font-weight:800}.date-range-footer div{display:flex;gap:8px}.date-range-cancel,.date-range-apply{min-height:38px;border-radius:13px;padding:0 16px;cursor:pointer;font-size:13px;font-weight:900}.date-range-cancel{border:1px solid rgba(15,118,110,.14);color:#12333b;background:#ffffffc7}.date-range-apply{border:0;color:#fff;background:linear-gradient(135deg,#0f766e,#16aaa5);box-shadow:0 14px 24px #0f766e33}.dashboard-chart-legend{display:inline-flex;align-items:center;gap:10px;margin-top:12px;color:#63787c;font-size:13px;font-weight:700}.dashboard-report-panel{display:grid;align-content:start;gap:14px;height:100%;margin-top:12px;padding:14px;border:1px solid rgba(15,118,110,.08);border-radius:20px;background:#ffffff80}.dashboard-report-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-report-panel-head h3{margin:0 0 4px;color:#12333b;font-size:16px;font-weight:900}.dashboard-report-panel-head p{margin:0;color:#63787c;font-size:12.5px;line-height:1.45;font-weight:600}.dashboard-report-panel-head a,.dashboard-product-best-head button{border:0;color:#0f766e;background:transparent;cursor:pointer;font-size:12px;font-weight:900;white-space:nowrap}.dashboard-best-table{display:grid;align-content:start;overflow:hidden;border:1px solid rgba(15,118,110,.08);border-radius:16px;background:#ffffff94}.dashboard-best-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:62px;padding:10px 12px;border-bottom:1px solid rgba(15,118,110,.08)}.dashboard-best-row:last-child{border-bottom:0}.dashboard-best-row>strong{color:#0f766e;font-size:12.5px;font-weight:900;white-space:nowrap}.dashboard-store-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-store-stats-grid article{min-height:86px;display:grid;align-content:center;gap:6px;padding:13px;border:1px solid rgba(15,118,110,.08);border-radius:16px;background:#ffffff94}.dashboard-store-stats-grid span{color:#63787c;font-size:11.5px;font-weight:800}.dashboard-store-stats-grid strong{color:#12333b;font-size:22px;line-height:1;font-weight:900}.dashboard-store-stats-grid small{color:#63787c;font-size:11px;line-height:1.25;font-weight:600}.dashboard-interaction-bars{height:240px;display:grid;grid-template-columns:repeat(var(--bars, 30),minmax(4px,1fr));align-items:end;gap:5px;padding:14px 12px 10px;border:1px solid rgba(15,118,110,.08);border-radius:18px;background:linear-gradient(180deg,#dcefeb2e,#ffffff7a)}.dashboard-interaction-bars div{height:100%;display:flex;align-items:end;justify-content:center;gap:2px}.dashboard-interaction-bars span,.dashboard-interaction-bars b{width:5px;min-height:5%;border-radius:999px 999px 4px 4px}.dashboard-interaction-bars span{background:#0f766e;opacity:.72}.dashboard-interaction-bars b{background:#e0a334;opacity:.76}.dashboard-chart-legend span{width:10px;height:10px;border-radius:999px;background:#0f817e;box-shadow:0 0 0 5px #0f817e1a}.dashboard-sales-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:10px}.dashboard-sales-summary>div,.dashboard-mini-panel{border:1px solid rgba(15,118,110,.08);border-radius:18px;background:#ffffff94}.dashboard-sales-summary>div{padding:14px}.dashboard-sales-summary-card{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px}.dashboard-summary-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:18px;color:#0f766e;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.95),transparent 42%),linear-gradient(135deg,#dcefebf5,#bae8e0c7);box-shadow:0 12px 24px #0f766e21}.dashboard-sales-summary-card span:not(.dashboard-summary-icon){display:block;color:#12333b;font-size:13px;line-height:1.2;font-weight:800}.dashboard-sales-summary-card strong{display:block;margin-top:6px;color:#12333b;font-size:21px;line-height:1;letter-spacing:var(--tracking-tight);font-weight:800}.dashboard-sales-summary-card p{margin:7px 0 0;color:#63787c;font-size:12px;line-height:1.35;font-weight:600}.dashboard-sales-summary-card b{display:inline-flex;align-items:center;margin-right:7px;padding:3px 8px;border-radius:999px;color:#0d8059;background:#dff5eb;font-size:11px;line-height:1}.dashboard-sales-chart{position:relative;height:270px;margin-top:8px;padding:12px 12px 8px;border-radius:20px;background:linear-gradient(180deg,#ffffffb8,#dcefeb3d);border:1px solid rgba(15,118,110,.08)}.dashboard-main-grid.is-complete .dashboard-sales-chart{height:270px;min-height:0}.dashboard-sales-chart canvas{display:block;width:100%!important;height:100%!important}.dashboard-analytics-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-top:14px}.dashboard-mini-panel{padding:14px}.dashboard-mini-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-mini-head h3{margin:0;color:#12333b;font-size:15px;font-weight:800}.dashboard-mini-head p{margin:4px 0 0;color:#63787c;font-size:12px;line-height:1.4;font-weight:500}.dashboard-mini-head a{color:#0f766e;font-size:12px;font-weight:800}.dashboard-stock-panel,.dashboard-product-summary-panel,.dashboard-repeat-panel,.dashboard-orders-panel{padding:18px}.dashboard-product-summary-panel{background:radial-gradient(circle at 100% 0%,rgba(220,239,235,.54),transparent 12rem),#fffcf7e0}.dashboard-product-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-product-metrics div{min-height:68px;display:grid;align-content:center;gap:5px;padding:11px 10px;border:1px solid rgba(15,118,110,.08);border-radius:16px;background:#ffffff94}.dashboard-product-metrics strong{color:#12333b;font-size:24px;line-height:1;font-weight:800}.dashboard-product-metrics span{color:#63787c;font-size:11.5px;line-height:1.25;font-weight:700}.dashboard-product-metrics .is-warning strong,.dashboard-product-metrics .is-warning span{color:#d48142}.dashboard-product-metrics .is-warning{background:#fff4e8}.dashboard-product-metrics .is-danger strong,.dashboard-product-metrics .is-danger span{color:#c94f45}.dashboard-product-metrics .is-danger{background:#fff0ed}.dashboard-product-summary-divider{height:1px;margin:16px 0 14px;background:linear-gradient(90deg,transparent,rgba(15,118,110,.13),transparent)}.dashboard-product-best{display:grid;gap:11px}.dashboard-product-best-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-product-best-head strong{color:#12333b;font-size:14px;line-height:1.2;font-weight:800}.dashboard-product-best-head span{color:#63787c;font-size:11.5px;font-weight:700}.dashboard-product-best-head button{padding:0}.dashboard-product-best-list{display:grid;gap:9px}.dashboard-product-best-item{display:grid;grid-template-columns:minmax(0,1fr) 70px 88px;align-items:center;gap:12px;min-height:58px;padding:9px 10px;border:1px solid rgba(15,118,110,.08);border-radius:16px;background:#ffffff8f}.dashboard-product-best-info{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px}.dashboard-product-best-info img{width:42px;height:42px;object-fit:cover;border-radius:13px;border:1px solid rgba(15,118,110,.08);background:#fff7ea}.dashboard-product-best-info strong{display:block;min-width:0;color:#12333b;font-size:12.5px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-product-best-info span{display:block;margin-top:3px;color:#63787c;font-size:11px;line-height:1.2;font-weight:700}.dashboard-product-best-qty{color:#63787c;font-size:11.5px;line-height:1.25;font-weight:800;text-align:right;white-space:nowrap}.dashboard-product-best-item small{color:#0f766e;font-size:11.5px;line-height:1.2;font-weight:800;text-align:right;white-space:nowrap}.dashboard-product-best-trend{display:none;width:72px;height:24px;--sparkline-color: #20aa6b;opacity:.72}.dashboard-stock-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-stock-grid div{min-height:66px;display:grid;align-content:center;gap:4px;padding:10px;border-radius:14px;background:#dcefeb61}.dashboard-stock-grid strong,.dashboard-repeat-summary strong{color:#12333b;font-size:24px;line-height:1;font-weight:800}.dashboard-stock-grid span,.dashboard-repeat-summary span,.dashboard-repeat-summary small{color:#63787c;font-size:11.5px;line-height:1.3;font-weight:600}.dashboard-repeat-summary{display:grid;gap:6px}.dashboard-order-empty{min-height:54px;display:inline-flex;align-items:center;gap:10px;margin-top:6px;padding:11px 12px;border-radius:16px;color:#63787c;background:#dcefeb5c;font-size:13px;font-weight:700}.dashboard-order-empty svg{color:#0f766e}.dashboard-order-empty.is-stacked{align-items:flex-start}.dashboard-order-empty.is-stacked span{display:grid;gap:3px}.dashboard-order-empty.is-stacked small{color:#7a8b8e;font-size:11px;line-height:1.3;font-weight:600}.dashboard-customer-list{display:grid;gap:9px}.dashboard-customer-list article{min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:7px 8px;border-bottom:1px solid rgba(15,118,110,.08)}.dashboard-customer-list article:last-child{border-bottom:0}.dashboard-customer-list article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;color:#0f766e;background:#dff7e8;font-size:11px;font-weight:900}.dashboard-customer-list strong,.dashboard-customer-list small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-customer-list strong{color:#12333b;font-size:12.5px;font-weight:900}.dashboard-customer-list small{margin-top:3px;color:#63787c;font-size:11.5px;font-weight:700}.dashboard-customer-list b{min-height:28px;display:grid;place-items:center;border-radius:999px;color:#0f766e;background:#dff7f1;font-size:12px;font-weight:900}.dashboard-mini-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-mini-actions a{color:#0f766e;font-size:12px;font-weight:900}.dashboard-order-list{display:grid;gap:9px;margin-top:10px}.dashboard-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:10px 11px;border:1px solid rgba(15,118,110,.08);border-radius:16px;background:#ffffff8f}.dashboard-order-main{min-width:0;display:grid;gap:4px}.dashboard-order-main strong{color:#12333b;font-size:12.5px;line-height:1.25;font-weight:900}.dashboard-order-main span,.dashboard-order-main small{min-width:0;color:#63787c;font-size:11.5px;line-height:1.25;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-order-side{display:grid;justify-items:end;gap:5px}.dashboard-order-side>strong{color:#12333b;font-size:12px;font-weight:900}.dashboard-order-side div{display:inline-flex;align-items:center;gap:6px}.dashboard-order-side a,.dashboard-order-side button{min-height:26px;display:inline-flex;align-items:center;border:1px solid rgba(15,118,110,.16);border-radius:9px;padding:0 8px;color:#0f766e;background:#ffffffc7;cursor:pointer;font-size:11px;font-weight:900}.dashboard-order-status{min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;font-size:10.5px;line-height:1;font-weight:900}.dashboard-order-status.is-new{color:#0f766e;background:#dff7f1}.dashboard-order-status.is-confirmed{color:#08704d;background:#dff7e8}.dashboard-order-status.is-processing{color:#925b18;background:#fff1dc}.dashboard-order-status.is-completed{color:#166534;background:#dcfce7}.dashboard-order-status.is-cancelled{color:#c94a43;background:#fee2e2}.dashboard-top-products{display:grid;gap:16px;padding:20px;border:1px solid rgba(15,118,110,.1);border-radius:28px;background:radial-gradient(circle at 100% 0%,rgba(255,239,218,.42),transparent 15rem),#fffcf7e6;box-shadow:0 18px 44px #5b46301a}.dashboard-top-products-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-top-products h3{margin:0 0 5px;color:#12333b;font-size:20px;line-height:1.2;font-weight:800}.dashboard-top-products p{margin:0;color:#63787c;font-size:var(--text-md);line-height:1.45}.dashboard-top-products-head a{color:#0f766e;font-size:13px;font-weight:800}.dashboard-top-products-table{display:grid;gap:0;overflow:hidden;border:1px solid rgba(15,118,110,.08);border-radius:20px;background:#ffffff7a}.dashboard-top-products-row{display:grid;grid-template-columns:minmax(260px,1fr) 110px 150px 110px;align-items:center;gap:16px;min-height:72px;padding:12px 16px;border-bottom:1px solid rgba(15,118,110,.08)}.dashboard-top-products-row:last-child{border-bottom:0}.dashboard-top-products-row--head{min-height:44px;color:#63787c;background:#dcefeb47;font-size:12px;font-weight:800}.dashboard-product-cell{display:flex;align-items:center;gap:12px;min-width:0}.dashboard-product-cell img{width:44px;height:44px;flex:0 0 auto;object-fit:cover;border-radius:13px;border:1px solid rgba(15,118,110,.08);background:#fff7ea}.dashboard-product-cell strong{display:block;min-width:0;color:#12333b;font-size:14px;line-height:1.25;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-product-cell small,.dashboard-top-products-row>span{color:#63787c;font-size:12px;line-height:1.35;font-weight:700}.dashboard-top-products-row>span{color:#12333b}.dashboard-product-trend{width:82px;height:28px;color:#20aa6b;--sparkline-color: #20aa6b}.dashboard-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashboard-quick-card{min-height:84px;padding:14px;display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;column-gap:11px;align-items:center;border-radius:20px;color:#12333b;text-align:left;cursor:pointer}button.dashboard-quick-card{font:inherit}.dashboard-quick-card span{grid-row:span 2;width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:#0f766e;background:#dcefebb3}.dashboard-quick-card strong{min-width:0;font-size:14px;line-height:1.2;font-weight:800}.dashboard-quick-card small{color:#63787c;font-size:12px;line-height:1.35;font-weight:500}.dashboard-empty-product{min-height:92px;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;border-style:dashed;background:radial-gradient(circle at 95% 50%,rgba(244,163,64,.14),transparent 13rem),#fffcf7e6}.dashboard-empty-product h3{margin:0 0 5px;color:#12333b;font-size:var(--text-lg);line-height:1.2;font-weight:800}.dashboard-empty-product p{margin:0;color:#63787c;font-size:var(--text-md);line-height:1.45}.dashboard-next-card{padding:18px;border-radius:24px;background:radial-gradient(circle at 100% 0%,rgba(220,239,235,.62),transparent 12rem),#fffcf7db;box-shadow:0 16px 36px #5b463017}.dashboard-next-head h2{margin:0;color:#12333b;font-size:18px;line-height:1.2;font-weight:800}.dashboard-next-head p{margin:6px 0 0;color:#63787c;font-size:12.5px;line-height:1.45;font-weight:500}.dashboard-next-list{display:grid;gap:10px;margin-top:16px}.dashboard-next-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:11px;align-items:center;min-height:66px;padding:10px;border:1px solid rgba(15,118,110,.08);border-radius:18px;color:#12333b;background:#ffffff8f;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.dashboard-next-item:hover{transform:translateY(-1px);border-color:#0f766e2e;box-shadow:0 12px 24px #0f766e14}.dashboard-next-item>span{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;color:#0f766e;background:#eaf8f4}.dashboard-next-item strong{display:block;color:#12333b;font-size:13.5px;line-height:1.2;font-weight:800}.dashboard-next-item p{margin:3px 0 0;color:#63787c;font-size:11.5px;line-height:1.35;font-weight:500}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashboard-stat-card{min-height:112px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:start;gap:12px;padding:18px;border-radius:22px}.dashboard-stat-icon{position:relative;z-index:2;width:46px;height:46px;display:grid;place-items:center;border-radius:16px;color:#fffdf8;box-shadow:inset 0 1px #ffffff52,0 14px 24px #0f766e2e}.dashboard-stat-card--teal .dashboard-stat-icon{background:linear-gradient(135deg,#16aaa5,#0f766e)}.dashboard-stat-card--green .dashboard-stat-icon{background:linear-gradient(135deg,#38d67b,#20aa6b)}.dashboard-stat-card--amber .dashboard-stat-icon{background:linear-gradient(135deg,#f4a340,#d48142)}.dashboard-stat-card--purple .dashboard-stat-icon{background:linear-gradient(135deg,#b78af0,#7e5ad8)}.dashboard-stat-card--teal{--sparkline-color: #16aaa5}.dashboard-stat-card--green{--sparkline-color: #20aa6b}.dashboard-stat-card--amber{--sparkline-color: #d48142}.dashboard-stat-card--purple{--sparkline-color: #8c63d9}.dashboard-stat-content{min-width:0;position:relative;z-index:2;padding-right:52px}.dashboard-stat-content strong{display:block;color:#12333b;font-size:14px;line-height:1.2;font-weight:800}.dashboard-stat-content h2{margin:8px 0 3px;color:#12333b;font-size:clamp(28px,2vw,32px);line-height:1;letter-spacing:var(--tracking-tight);font-weight:800}.dashboard-stat-content p{margin:0;color:#63787c;font-size:12px;line-height:1.35;font-weight:500}.dashboard-stat-sparkline{position:absolute;right:14px;bottom:12px;width:86px;height:30px;z-index:1;opacity:.68}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,.62fr) minmax(360px,.38fr);gap:22px;align-items:stretch}.dashboard-main-grid.is-complete{grid-template-columns:minmax(0,.62fr) minmax(360px,.38fr);align-items:stretch}.dashboard-business-stack{display:flex;flex-direction:column;gap:14px}.dashboard-main-grid.is-complete .dashboard-business-stack{height:100%;min-height:0}.dashboard-main-grid.is-complete .dashboard-orders-panel{flex:1 1 auto;min-height:0}.dashboard-lower-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px}.dashboard-card{padding:20px}.dashboard-card-head,.dashboard-card-title{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.dashboard-card-title{justify-content:flex-start;align-items:center}.dashboard-card-head h2,.dashboard-card-title h2{margin:0;color:#12333b;font-size:var(--text-xl);line-height:1.2;font-weight:800}.dashboard-card-title>span{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,#16aaa5,#0f766e);box-shadow:0 12px 22px #0f766e2e;flex:0 0 auto}.dashboard-qr-card{min-height:236px}.dashboard-qr-content{display:grid;grid-template-columns:122px minmax(0,1fr);gap:18px;align-items:center;margin-top:16px}.dashboard-qr-stand{position:relative;width:112px;height:128px;display:grid;place-items:center;border-radius:22px;background:#fffdf8;box-shadow:0 18px 32px #5b463026;transform:rotate(-3deg)}.dashboard-qr-stand img{position:relative;z-index:1;width:86px;height:86px;border-radius:8px;background:#fff}.dashboard-share-panel{min-width:0;display:grid;gap:12px}.dashboard-share-panel label{min-width:0;display:grid;gap:7px}.dashboard-share-panel label span{color:#12333b;font-size:var(--text-sm);font-weight:800}.dashboard-share-panel input{width:100%;min-width:0;min-height:42px;border:1px solid rgba(15,118,110,.12);border-radius:14px;padding:0 13px;color:#0f766e;background:#ffffffb8;font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-share-panel .actions{gap:10px}.dashboard-share-panel .app-button{min-height:40px;border-radius:13px;padding:0 15px;font-size:13px;font-weight:800}.dashboard-live{display:inline-flex;align-items:center;gap:7px;color:#0d8059;background:#edf8f1}.dashboard-live span{width:7px;height:7px;border-radius:999px;background:#20aa6b}.dashboard-timeline{position:relative;display:grid;gap:0;margin-top:12px}.dashboard-timeline:before{content:"";position:absolute;left:18px;top:24px;bottom:24px;width:2px;background:#0f766e29}.dashboard-timeline-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:62px;padding:8px 0;border-bottom:1px solid rgba(15,118,110,.07)}.dashboard-timeline-item:last-child{border-bottom:0}.dashboard-timeline-dot{position:relative;z-index:1;width:36px;height:36px;display:grid;place-items:center;border-radius:999px;color:#0f766e;background:#eaf8f4;font-size:14px;font-weight:800}.dashboard-timeline-item small{border-radius:999px;padding:6px 10px;color:#0f766e;background:#eaf8f4;font-size:11.5px;font-weight:800}@media (min-width: 1441px){.auth-page{grid-template-columns:minmax(600px,700px) minmax(720px,860px);justify-content:center;gap:clamp(32px,3.8vw,72px);padding:clamp(44px,5vh,74px) clamp(64px,6vw,128px)}.auth-left{max-width:700px}.auth-copy-block h1{font-size:clamp(var(--text-4xl),3vw,var(--text-5xl));max-width:690px}.auth-copy-block>p{max-width:640px}.auth-feature-row{max-width:670px}.auth-right{padding-left:clamp(10px,1.5vw,28px);padding-right:clamp(220px,13vw,280px)}.auth-mint-blob{left:clamp(-42px,-1.8vw,-18px);width:clamp(540px,31vw,640px);height:clamp(540px,31vw,640px)}.auth-form-card{width:clamp(500px,28vw,540px)}.auth-sales-card{right:clamp(28px,2.6vw,56px)}.auth-qr-card{right:clamp(62px,4.2vw,96px)}.auth-phone-preview{right:clamp(28px,2.6vw,58px)}}@media (min-width: 1800px){.auth-page{grid-template-columns:720px 900px;gap:88px}.auth-right{padding-right:300px}.auth-sales-card{right:72px}.auth-qr-card{right:112px}.auth-phone-preview{right:74px}}@media (max-width: 1440px){.auth-page{grid-template-columns:minmax(500px,.9fr) minmax(590px,1.1fr);gap:12px;padding:30px 36px}.auth-left{padding-top:20px;max-width:620px}.auth-copy-block{margin-top:34px}.auth-copy-block h1{max-width:600px;font-size:clamp(var(--text-4xl),3vw,var(--text-5xl));letter-spacing:var(--tracking-tight)}.auth-copy-block>p{max-width:560px;margin-top:18px;font-size:var(--text-base)}.auth-feature-row{max-width:600px;margin-top:28px;gap:16px}.auth-feature-row article{min-height:116px;padding:16px 12px}.auth-feature-row article>span,.auth-svg-bubble{width:44px;height:44px;margin-bottom:10px}.auth-right{min-height:calc(100vh - 60px);padding-left:4px;padding-right:184px}.auth-mint-blob{left:-34px;top:52px;width:470px;height:470px}.auth-form-card{width:448px;min-height:468px;padding:28px 34px}.auth-tabs{margin-bottom:24px}.auth-tabs button{min-height:44px}.auth-form{gap:17px}.auth-field>div{height:48px}.auth-form .app-button{height:50px;min-height:50px}.auth-helper{margin-top:18px}.auth-sales-card{top:52px;right:20px;width:184px;height:116px;padding:16px}.auth-sales-card strong{margin-top:10px;font-size:var(--text-lg)}.auth-qr-card{top:198px;right:42px;width:180px;min-height:172px;padding:16px}.auth-sample-qr{width:74px;height:74px;margin-top:12px}.auth-qr-card>span{width:50px;height:50px;right:-18px;top:92px}.auth-phone-preview{top:372px;right:16px;width:184px;height:282px}.auth-left-plant{width:112px;bottom:-42px}}@media (max-width: 1366px){.auth-page{grid-template-columns:minmax(500px,.84fr) minmax(620px,1.16fr);padding:28px 34px;gap:12px}.auth-left{padding-top:20px}.auth-copy-block{margin-top:34px}.auth-copy-block h1{font-size:clamp(var(--text-4xl),3vw,var(--text-5xl))}.auth-copy-block>p{margin-top:18px;font-size:var(--text-base)}.auth-feature-row{margin-top:28px;gap:16px}.auth-feature-row article{min-height:116px;padding:16px 12px}.auth-feature-row article>span,.auth-svg-bubble{width:44px;height:44px;margin-bottom:10px}.auth-right{min-height:calc(100vh - 60px);padding-left:0;padding-right:178px}.auth-mint-blob{width:470px;height:470px;left:-18px;top:52px}.auth-form-card{width:450px;min-height:470px;padding:28px 34px}.auth-tabs{margin-bottom:24px}.auth-tabs button{min-height:44px}.auth-form{gap:17px}.auth-field>div{height:48px}.auth-form .app-button{height:50px;min-height:50px}.auth-sales-card{width:184px;height:116px;padding:16px;right:24px;top:62px}.auth-sales-card strong{font-size:var(--text-lg);margin-top:10px}.auth-qr-card{width:180px;min-height:172px;right:38px;top:196px;padding:16px}.auth-sample-qr{width:74px;height:74px;margin-top:12px}.auth-qr-card>span{width:50px;height:50px;right:-18px;top:92px}.auth-phone-preview{width:176px;height:270px;right:14px;top:360px}.auth-left-plant{width:112px;bottom:-42px}}@media (max-width: 1180px){.hero-grid,.landing-split,.store-layout{grid-template-columns:1fr}.auth-page{grid-template-columns:1fr;height:auto;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:52px 28px 42px}.auth-left{min-height:auto;padding:0;max-width:760px}.auth-right{min-height:auto;padding:42px 0 0;justify-items:center;justify-content:center}.auth-floating-area,.auth-left-plant{display:none}.auth-copy-block,.auth-copy-block h1,.auth-copy-block>p{max-width:720px}.auth-copy-block h1{font-size:clamp(var(--text-3xl),6vw,var(--text-5xl))}.auth-copy-block>p{font-size:var(--text-base)}.auth-form-card{width:min(100%,520px)}.onboarding-page{padding:28px}.onboarding-shell{grid-template-columns:1fr}.onboarding-copy{position:static}.landing-shell{width:min(100% - 40px,1200px)}.landing-nav{grid-template-columns:1fr auto;height:auto;padding:22px 0}.landing-links{display:none}.landing-content{grid-template-columns:1fr;padding-top:26px}.landing-copy h1,.landing-copy p{max-width:720px}.device-stage{min-height:440px;justify-content:flex-start;padding-right:82px}.screen-device{margin:0}.phone-mock{display:none}}@media (max-width: 980px){.auth-page{min-height:100vh;display:block;padding:28px 18px 40px;overflow-x:hidden}.auth-left{max-width:none;padding-top:0}.auth-copy-block{margin-top:34px}.auth-copy-block h1{font-size:var(--text-4xl);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight)}.auth-copy-block>p{font-size:var(--text-base);line-height:var(--leading-relaxed)}.auth-feature-row{grid-template-columns:1fr;margin-top:28px}.auth-right{min-height:auto;padding-right:0;margin-top:32px}.auth-form-card{width:100%;min-height:auto;padding:28px 22px}.auth-floating-area,.auth-mint-blob,.auth-left-plant{display:none}}@media (max-width: 920px){.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}.benefit-row{grid-template-columns:1fr;gap:16px;max-width:none}.trust-list,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{position:static;height:auto}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-main{padding:18px}.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-actions{align-self:stretch}.dashboard-actions .app-button{width:100%}.date-range-popover{width:min(520px,calc(100vw - 32px));grid-template-columns:1fr}.date-range-quick{grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid rgba(15,118,110,.1)}.date-range-months{grid-template-columns:1fr}.date-range-footer{align-items:stretch;flex-direction:column}.date-range-footer div{justify-content:flex-end}.dashboard-readiness-main,.dashboard-readiness-grid,.dashboard-analytics-grid,.dashboard-store-stats-grid,.dashboard-main-grid,.dashboard-main-grid.is-complete,.dashboard-top-products,.dashboard-lower-grid,.dashboard-qr-content{grid-template-columns:1fr}.dashboard-readiness-score{width:128px;min-height:82px}.dashboard-report-content{min-height:auto}.dashboard-sales-chart,.dashboard-main-grid.is-complete .dashboard-sales-chart{height:280px}.checkout-demo{grid-template-columns:1fr}}@media (max-width: 620px){.container,.store-cover,.footer-inner{width:min(100% - 22px,1180px)}.auth-page{padding:28px 16px 34px;background:radial-gradient(circle at 90% 18%,rgba(220,239,235,.96) 0 8rem,transparent 8.2rem),linear-gradient(105deg,#fffdf8,#f5efe5)}.auth-dot-grid{display:none}.auth-brand-line{align-items:flex-start;flex-wrap:wrap;gap:10px}.auth-brand-mark{width:42px;height:42px;border-radius:12px}.auth-brand-line strong{font-size:var(--text-2xl);line-height:42px}.auth-beta-badge{margin-left:52px;min-height:28px;padding:0 12px;font-size:11px}.auth-copy-block{margin-top:32px}.auth-copy-block h1{font-size:var(--text-4xl);line-height:var(--leading-snug)}.auth-copy-block>p{margin-top:18px;font-size:var(--text-base);line-height:var(--leading-relaxed)}.auth-feature-row{grid-template-columns:1fr;gap:12px;margin-top:28px}.auth-feature-row article{min-height:auto;display:grid;grid-template-columns:52px 1fr;column-gap:14px;text-align:left;padding:16px;border-radius:18px}.auth-feature-row article>span{grid-row:span 2;width:48px;height:48px;margin:0}.auth-feature-row p{font-size:var(--text-sm)}.auth-right{padding-top:26px}.auth-mint-blob{display:none}.auth-form-card{width:100%;min-height:auto;padding:28px 22px;border-radius:22px}.auth-tabs{margin-bottom:24px}.auth-tabs button{min-height:48px;font-size:var(--text-base)}.auth-form{gap:18px}.auth-field>span{font-size:var(--text-sm)}.auth-field>div{min-height:52px;border-radius:8px}.auth-form .app-button{min-height:54px;font-size:var(--text-base)}.auth-helper{margin-top:22px;font-size:var(--text-md)}.onboarding-page{padding:18px}.onboarding-copy h1{font-size:34px}.onboarding-card{min-height:auto}.onboarding-actions{flex-direction:column}.onboarding-actions .app-button{width:100%}.theme-card--wide{grid-template-columns:1fr}.landing-shell{width:min(100% - 24px,1200px)}.landing-nav{grid-template-columns:1fr;gap:16px}.landing-actions{justify-content:flex-start;width:100%}.landing-content{padding:18px 0 26px}.landing-copy h1{font-size:36px}.landing-buttons{gap:10px}.landing-cta--large,.landing-secondary{width:100%}.device-stage{min-height:350px;padding:0}.screen-device{width:100%;height:290px;border-width:9px}.phone-device{display:none}.store-preview__top nav,.store-preview__top button,.store-preview__hero button,.preview-badges{display:none}.store-preview__hero{grid-template-columns:64px 1fr;padding:14px}.preview-logo{width:56px;height:56px;font-size:11px}.store-preview__hero h2{font-size:15px}.store-preview__hero p{font-size:10px}.store-preview__body{padding:12px}.preview-products{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-products article:nth-child(n+3){display:none}.trust-list{grid-template-columns:1fr;gap:14px}.product-grid,.browser-products{grid-template-columns:1fr}.admin-header,.hero-nav,.store-top,.footer-inner{align-items:flex-start;flex-direction:column}.sidebar-nav{grid-template-columns:1fr}.sidebar{padding:18px}.sidebar-store-card{padding:14px}.dashboard-greeting{align-items:flex-start}.dashboard-sun{width:42px;height:42px;flex:0 0 auto}.dashboard-greeting h1{font-size:var(--text-3xl)}.dashboard-card,.dashboard-stat-card{border-radius:22px}.dashboard-stats{grid-template-columns:1fr}.dashboard-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-sales-summary,.dashboard-product-metrics,.dashboard-stock-grid,.dashboard-top-products-list{grid-template-columns:1fr}.dashboard-product-best-item{grid-template-columns:minmax(0,1fr);gap:7px}.dashboard-product-best-qty,.dashboard-product-best-item small{text-align:left}.dashboard-product-best-trend{display:none}.dashboard-quick-card{min-height:88px;grid-template-columns:1fr;gap:8px}.dashboard-quick-card span{grid-row:auto}.dashboard-stat-card{grid-template-columns:58px 1fr;padding:18px}.dashboard-stat-icon{width:52px;height:52px;border-radius:18px}.dashboard-check-item,.dashboard-timeline-item{grid-template-columns:40px 1fr}.dashboard-check-item .dashboard-status,.dashboard-timeline-item small{grid-column:2;justify-self:start}.hero-frame,.store-profile{padding:18px}.brand-wordmark{font-size:42px}.cart-line{grid-template-columns:46px 1fr}.cart-line>strong{grid-column:2}}@media (max-width: 1180px){.products-form-top{grid-template-columns:220px minmax(0,1fr)}.store-top,.store-cover,.store-layout,.footer-inner{width:min(100% - 36px,1180px)}.store-layout{grid-template-columns:1fr}.cart-panel{position:static}.store-benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.orders-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-toolbar{grid-template-columns:1fr}.orders-table-card{overflow-x:auto}.orders-table{min-width:980px}.products-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-toolbar,.products-form-top,.products-inline-grid{grid-template-columns:1fr}.products-upload-box{max-height:220px;aspect-ratio:2 / 1}.products-table-card{overflow-x:auto}.products-table{min-width:860px}.products-table-footer{align-items:flex-start;flex-direction:column}.store-profile{grid-template-columns:98px minmax(0,1fr);gap:20px}.store-whatsapp-cta{grid-column:1 / -1;width:100%;min-width:0}.store-product-grid{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media (max-width: 620px){.admin-orders-page{gap:18px}.orders-summary-grid{grid-template-columns:1fr}.orders-panel{padding:14px;border-radius:18px}.orders-modal-layer{align-items:end;padding:0}.orders-detail-modal{width:100%;height:auto;max-height:94vh;border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0}.orders-detail-grid,.orders-detail-layout,.orders-detail-bottom,.orders-detail-columns,.orders-customer-grid,.orders-status-grid,.orders-edit-grid{grid-template-columns:1fr}.orders-detail-head,.orders-detail-body,.orders-detail-footer{padding-right:16px;padding-left:16px}.orders-invoice-actions{grid-template-columns:1fr}.orders-detail-body{overflow:auto;padding-bottom:18px}.orders-detail-head{align-items:flex-start;flex-wrap:wrap}.orders-detail-head-meta{order:3;width:100%;justify-content:space-between;margin-left:0}.orders-head-total{justify-items:start}.orders-detail-footer,.orders-detail-footer-actions{align-items:stretch;flex-direction:column}.orders-item-row{grid-template-columns:1fr;gap:5px}.orders-item-head{display:none}.orders-item-row small,.orders-item-row small:nth-child(2),.orders-item-row strong{text-align:left}.admin-products-page{gap:18px}.admin-products-page .admin-header{align-items:stretch}.products-primary-action.app-button{width:100%}.products-summary-grid{grid-template-columns:1fr;gap:10px}.products-summary-card{min-height:92px;grid-template-columns:50px minmax(0,1fr);padding:14px;border-radius:16px}.products-summary-icon{width:48px;height:48px;border-radius:16px}.products-summary-card strong{font-size:24px}.products-list-panel,.products-modal-card{border-radius:18px}.products-list-panel{gap:16px;padding:14px}.products-pagination{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr)}.products-pagination button:not(.is-active):not(:first-child):not(:last-child){display:none}.products-modal-layer{align-items:end;padding:0}.products-modal-card{width:100%;max-height:94vh;border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0;padding:18px}.products-delete-card{width:calc(100vw - 28px)}.products-modal-footer,.products-delete-actions{grid-template-columns:1fr}.store-header{padding:10px 0}.store-top{align-items:stretch;flex-direction:row;flex-wrap:wrap}.store-header .brand-row{font-size:19px}.store-header-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.store-pill-button{min-height:40px;padding:0 12px;border-radius:14px;font-size:13px}.store-top,.store-cover,.store-layout,.footer-inner{width:min(100% - 22px,1180px)}.store-cover{min-height:0;border-radius:22px}.store-profile{min-height:0;grid-template-columns:1fr;gap:14px;padding:20px 18px}.store-avatar-wrap{width:84px;height:84px}.store-avatar{width:54px;height:54px}.store-profile h1{font-size:31px}.store-profile p{font-size:14px}.store-info-chip{min-height:34px;padding:0 12px;font-size:12px}.store-whatsapp-cta{min-height:46px;font-size:14.5px}.store-search{min-height:52px;border-radius:14px}.store-search input{font-size:15px}.category-chip{min-height:36px;padding:0 16px;font-size:12.5px}.store-section-head h2{font-size:23px}.store-product-grid,.store-benefit-strip{grid-template-columns:1fr}.store-product-grid{justify-content:stretch}.store-pagination{align-items:stretch;flex-direction:column;gap:10px;padding:10px;border-radius:16px}.store-pagination p{text-align:center;font-size:12px}.store-pagination__controls{display:grid;grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr);gap:8px}.store-pagination__pages{justify-content:center}.store-page-number:not(.is-active){display:none}.store-pagination__nav,.store-page-number{min-height:36px}.store-pagination__nav{padding:0 10px;font-size:11.5px}.cart-panel{padding:18px;border-radius:20px}.cart-line{grid-template-columns:48px minmax(0,1fr)}.cart-line>strong{grid-column:2;justify-self:start}.footer-inner{align-items:flex-start;flex-direction:column}}.orders-table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#63787c;font-size:13px;font-weight:800;margin-top:18px;padding-top:16px;border-top:1px solid var(--color-line)}.orders-pagination{display:inline-flex;align-items:center;gap:7px}.orders-pagination button,.orders-pagination-single{min-height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #eadfcf;border-radius:12px;padding:0 12px;color:#102a2a;background:#fffdf8eb;box-shadow:0 8px 18px #5b46300b;cursor:pointer;font-size:12px;font-weight:900;transition:all .2s ease}.orders-pagination button:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-surface-tint);color:var(--color-primary)}.orders-pagination button.is-active,.orders-pagination-single{color:#fff;border-color:transparent;background:linear-gradient(135deg,#0f766e,#0e7490)}.orders-pagination button:disabled{color:#a8a098;background:#efeae2b8;box-shadow:none;cursor:not-allowed}.orders-pagination-mobile-indicator{display:none}.app-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#63787c;font-size:13px;font-weight:800}.app-pagination p{margin:0;color:inherit;font-size:inherit;line-height:1.35;font-weight:inherit}.app-pagination__controls,.app-pagination__pages{display:inline-flex;align-items:center;gap:7px}.app-pagination button{min-height:36px;min-width:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #eadfcf;border-radius:12px;padding:0 12px;color:#102a2a;background:#fffdf8eb;box-shadow:0 8px 18px #5b46300b;cursor:pointer;font-size:12px;font-weight:900;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.app-pagination button:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:var(--color-surface-tint)}.app-pagination__page.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#0f766e,#0e7490)}.app-pagination button:disabled{color:#a8a098;background:#efeae2b8;box-shadow:none;cursor:not-allowed}.app-pagination__mobile{display:none}.app-pagination.is-store{margin-top:16px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--store-border, #eadfcf) 84%,transparent);border-radius:18px;background:color-mix(in srgb,var(--store-card, #fff) 84%,transparent);box-shadow:0 12px 28px #5b46300f}.app-pagination.is-store,.app-pagination.is-store p{color:var(--store-muted, #63787c)}.app-pagination.is-store button{border-color:var(--store-border, #eadfcf);border-radius:999px;color:var(--store-text, #102a2a);background:color-mix(in srgb,var(--store-card, #fff) 94%,transparent)}.app-pagination.is-store .app-pagination__page{width:36px;padding:0}.app-pagination.is-store .app-pagination__page.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--store-button, #0f766e),var(--store-primary, #0f766e));box-shadow:0 12px 22px color-mix(in srgb,var(--store-primary, #0f766e) 20%,transparent)}.products-inline-loading,.orders-inline-loading{width:100%;margin:12px 0 4px}@media (max-width: 768px){.app-pagination{align-items:stretch;flex-direction:column;gap:12px}.app-pagination p{text-align:center}.app-pagination__controls{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}.app-pagination__pages{display:none}.app-pagination__mobile{display:inline-block;text-align:center;font-size:12px;font-weight:900;color:#102a2a;padding:0 8px}.app-pagination__nav{width:100%}.orders-table-footer{align-items:stretch;flex-direction:column;gap:12px}.orders-table-footer>span{text-align:center}.orders-pagination{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}.orders-pagination-page-number{display:none}.orders-pagination-mobile-indicator{display:inline-block;text-align:center;font-size:12px;font-weight:900;color:#102a2a;padding:0 8px}}
