.admin-layout{display:flex;min-height:100vh;background-color:#f1f5f9}.admin-sidebar{width:260px;background:linear-gradient(180deg,#0f172a,#1e293b);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:50;box-shadow:2px 0 8px rgba(0,0,0,.08)}.admin-sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.75rem}.admin-sidebar-logo{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-sidebar-logo svg{width:20px;height:20px;color:#ffffff}.admin-sidebar-title{font-weight:700;font-size:1.05rem;color:#ffffff;letter-spacing:-.01em;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-brand-text{min-width:0;display:flex;flex-direction:column;gap:.18rem}.admin-sidebar-tenant{color:rgba(255,255,255,.58);font-size:.72rem;font-weight:600;line-height:1.25;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-subtitle{font-size:.7rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.08em;font-weight:600;padding:1.25rem 1.25rem .5rem}.admin-nav{flex:1 1;padding:.5rem .75rem;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.6);text-decoration:none;transition:all .15s ease;position:relative}.admin-nav-item:hover{background-color:rgba(255,255,255,.08);color:rgba(255,255,255,.95)}.admin-nav-item.active{background:linear-gradient(135deg,rgba(99,102,241,.25),rgba(139,92,246,.2));color:#ffffff;font-weight:600}.admin-nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:0 3px 3px 0}.admin-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-nav-icon svg{width:20px;height:20px;stroke-width:1.75}.admin-sidebar-footer{padding:.75rem;border-top:1px solid rgba(255,255,255,.08)}.admin-main{flex:1 1;margin-left:260px;padding:2rem 2.5rem;max-width:calc(100% - 260px);min-height:100vh}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem}.admin-page-title{font-weight:700;font-size:1.625rem;color:#0f172a;letter-spacing:-.025em}.admin-page-subtitle{font-size:.875rem;color:#64748b;margin-top:.25rem}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:8px;font-size:.875rem;font-weight:550;cursor:pointer;border:1px solid transparent;text-decoration:none;transition:all .15s ease;line-height:1.4;white-space:nowrap}.admin-btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#ffffff;box-shadow:0 1px 3px rgba(99,102,241,.35)}.admin-btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 2px 6px rgba(99,102,241,.45);transform:translateY(-1px)}.admin-btn-secondary{background-color:#ffffff;color:#334155;border-color:#e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.04)}.admin-btn-secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 3px rgba(0,0,0,.08)}.admin-btn-danger{background-color:#ffffff;color:#dc2626;border-color:#fecaca}.admin-btn-danger:hover{background-color:#fef2f2;border-color:#fca5a5;color:#b91c1c}.admin-btn-sm{padding:.35rem .75rem;font-size:.8rem;border-radius:6px}.admin-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.admin-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;transition:all .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.04)}.admin-stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}.admin-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.admin-stat-icon svg{width:20px;height:20px}.admin-stat-label{font-size:.78rem;color:#64748b;margin-bottom:.35rem;font-weight:500;letter-spacing:.01em}.admin-stat-value{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.2}.admin-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.admin-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.admin-card-title{font-weight:650;font-size:1rem;color:#0f172a;letter-spacing:-.01em}.meta-journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.meta-journey-step{position:relative;display:flex;gap:.75rem;min-width:0;padding-right:2rem}.meta-journey-step:not(:last-child):after{content:"";position:absolute;top:18px;left:42px;right:8px;height:2px;background:#e2e8f0}.meta-journey-number{position:relative;z-index:1;display:inline-flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;border:2px solid #cbd5e1;border-radius:999px;background:#fff;color:#64748b;font-size:.8rem;font-weight:750}.meta-journey-number svg{width:17px;height:17px}.meta-journey-copy{display:flex;min-width:0;flex-direction:column;gap:.2rem;padding-top:.05rem}.meta-journey-copy strong{color:#475569;font-size:.82rem;line-height:1.35}.meta-journey-copy span{max-width:230px;color:#94a3b8;font-size:.74rem;line-height:1.45}.meta-journey-step.is-active .meta-journey-number{border-color:#4f46e5;background:#4f46e5;color:#fff;box-shadow:0 0 0 4px #eef2ff}.meta-journey-step.is-active .meta-journey-copy strong{color:#312e81}.meta-journey-step.is-complete .meta-journey-number{border-color:#10b981;background:#ecfdf5;color:#059669}.meta-journey-step.is-complete:not(:last-child):after{background:#a7f3d0}.meta-journey-compact .meta-journey-step{align-items:center}.meta-action-hero{position:relative;overflow:hidden;border:1px solid #c7d2fe;border-radius:16px;background:radial-gradient(circle at 92% 8%,rgba(129,140,248,.2),transparent 30%),linear-gradient(135deg,#fff,#f8faff);box-shadow:0 10px 30px rgba(79,70,229,.08)}.meta-action-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr)}.meta-action-hero-main{padding:1.75rem}.meta-action-hero-side{padding:1.5rem;border-left:1px solid #e0e7ff;background:rgba(248,250,252,.78)}.meta-eyebrow{margin:0 0 .55rem;color:#4f46e5;font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.meta-hero-title{margin:0;color:#0f172a;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.15;letter-spacing:-.035em}.meta-hero-description{max-width:680px;margin:.7rem 0 0;color:#475569;font-size:.9rem;line-height:1.65}.meta-primary-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.2rem}.meta-time-note{color:#64748b;font-size:.76rem}.meta-checklist{display:flex;flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none}.meta-checklist li{display:flex;gap:.65rem;color:#475569;font-size:.8rem;line-height:1.45}.meta-checklist-icon{display:inline-flex;width:20px;height:20px;flex:0 0 20px;align-items:center;justify-content:center;border-radius:999px;background:#ecfdf5;color:#059669;font-size:.7rem;font-weight:800}.meta-account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-gap:.9rem;gap:.9rem}.meta-account-card{padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.meta-account-heading{display:flex;align-items:center;gap:.65rem}.meta-account-avatar{display:inline-flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#f1f5f9;color:#475569;font-size:.72rem;font-weight:750}.meta-account-avatar img{width:100%;height:100%;object-fit:cover}.meta-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));grid-gap:.75rem;gap:.75rem}.meta-info-tile{padding:.9rem;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.meta-info-tile strong{display:block;margin-bottom:.2rem;color:#0f172a;font-size:.82rem}.meta-info-tile span{color:#64748b;font-size:.76rem;line-height:1.45}.marketing-subnav::-webkit-scrollbar{display:none}.marketing-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.marketing-page-kicker{margin:0 0 .35rem;color:#4f46e5;font-size:.7rem;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.marketing-page-title{margin:0;color:#0f172a;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.12;letter-spacing:-.035em}.marketing-page-description{max-width:720px;margin:.5rem 0 0;color:#64748b;font-size:.86rem;line-height:1.55}.marketing-header-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.marketing-focus-card{overflow:hidden;margin-bottom:1.25rem;border:1px solid #c7d2fe;border-radius:16px;background:radial-gradient(circle at 95% 0,rgba(129,140,248,.2),transparent 32%),linear-gradient(135deg,#ffffff,#f8faff);box-shadow:0 10px 30px rgba(79,70,229,.07)}.marketing-focus-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr)}.marketing-focus-main{padding:1.6rem}.marketing-focus-side{padding:1.4rem;border-left:1px solid #e0e7ff;background:rgba(248,250,252,.78)}.marketing-focus-title{max-width:720px;margin:0;color:#0f172a;font-size:clamp(1.25rem,2.4vw,1.75rem);line-height:1.2;letter-spacing:-.025em}.marketing-focus-copy{max-width:720px;margin:.55rem 0 0;color:#475569;font-size:.84rem;line-height:1.6}.marketing-focus-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.marketing-workflow-card{margin-bottom:1.25rem;padding:1.15rem 1.25rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.04)}.marketing-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.marketing-section-heading h2,.marketing-section-heading h3{margin:0;color:#0f172a;font-size:1rem}.marketing-section-heading p{margin:.3rem 0 0;color:#64748b;font-size:.78rem;line-height:1.5}.marketing-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:1.25rem}.marketing-stat-link{display:block;min-width:0;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 1px 3px rgba(15,23,42,.04);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.marketing-stat-link:hover{border-color:#c7d2fe;box-shadow:0 8px 20px rgba(79,70,229,.08);transform:translateY(-1px)}.marketing-stat-label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.marketing-stat-value{margin-top:.3rem;color:#0f172a;font-size:1.6rem;font-weight:750;line-height:1}.marketing-stat-note{margin-top:.4rem;color:#94a3b8;font-size:.72rem}.marketing-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.marketing-two-column>*{min-width:0;width:100%;box-sizing:border-box}.marketing-quick-post{margin-bottom:1.25rem;padding:1rem;border:1px dashed #c7d2fe;border-radius:12px;background:#fafbff}.marketing-quick-trigger{display:flex;width:100%;align-items:center;gap:.8rem;padding:0;border:0;background:transparent;color:#475569;cursor:pointer;font:inherit;text-align:left}.marketing-quick-icon{display:inline-flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:1.25rem;line-height:1}.marketing-filter-tabs{display:flex;gap:.45rem;overflow-x:auto;margin-bottom:1rem;padding-bottom:.1rem;scrollbar-width:none}.marketing-filter-tabs::-webkit-scrollbar{display:none}.marketing-post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,290px),1fr));grid-gap:1rem;gap:1rem}.marketing-post-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.04)}.marketing-post-media{position:relative;overflow:hidden;aspect-ratio:16/10;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.marketing-post-media img{width:100%;height:100%;object-fit:cover}.marketing-post-media-placeholder{display:flex;height:100%;align-items:center;justify-content:center;color:#94a3b8;font-size:.76rem}.marketing-post-media-badge{position:absolute;right:.65rem;bottom:.65rem;padding:.2rem .5rem;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:.66rem;font-weight:700}.marketing-post-body{display:flex;flex:1 1;flex-direction:column;padding:1rem}.marketing-post-title{display:-webkit-box;overflow:hidden;margin:0;color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.4;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.marketing-post-guidance{min-height:2.6em;margin:.45rem 0 0;color:#64748b;font-size:.76rem;line-height:1.45}.marketing-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:.75rem}.marketing-post-actions{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem}.marketing-post-actions .admin-btn:first-child{flex:1 1}.marketing-review-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-gap:1.25rem;gap:1.25rem;align-items:start}.marketing-preview-column{position:-webkit-sticky;position:sticky;top:1rem}.marketing-optional-tools{padding:0}.marketing-optional-tools>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;cursor:pointer;list-style:none}.marketing-optional-tools>summary::-webkit-details-marker{display:none}.marketing-optional-tools>summary:after{content:"+";color:#4f46e5;font-size:1.2rem;font-weight:600}.marketing-optional-tools[open]>summary:after{content:"−"}.marketing-optional-tools-content{padding:0 1.25rem 1.25rem;border-top:1px solid #f1f5f9}.marketing-create-notice{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:.78rem;line-height:1.5}.marketing-form-section{padding:1.15rem 0;border-bottom:1px solid #f1f5f9}.marketing-form-section:first-child{padding-top:0}.marketing-form-section:last-child{padding-bottom:0;border-bottom:0}.marketing-form-heading{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.8rem}.marketing-form-number{display:inline-flex;width:25px;height:25px;flex:0 0 25px;align-items:center;justify-content:center;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.72rem;font-weight:750}.marketing-form-heading strong{display:block;color:#0f172a;font-size:.86rem}.marketing-form-heading span{display:block;margin-top:.15rem;color:#94a3b8;font-size:.72rem}.marketing-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1.25rem}.marketing-process-step{padding:.9rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.marketing-process-step strong{display:block;color:#0f172a;font-size:.82rem}.marketing-process-step span{display:block;margin-top:.25rem;color:#64748b;font-size:.74rem;line-height:1.45}.marketing-empty-state{padding:2.5rem 1.5rem;border:1px dashed #cbd5e1;border-radius:14px;background:#fff;text-align:center}.marketing-empty-state h2,.marketing-empty-state h3{margin:0;color:#0f172a;font-size:1.05rem}.marketing-empty-state p{max-width:560px;margin:.5rem auto 1rem;color:#64748b;font-size:.82rem;line-height:1.55}.marketing-credit-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1.5rem;gap:1.5rem;align-items:center;margin-bottom:1.25rem;padding:1.5rem;border:1px solid #c7d2fe;border-radius:16px;background:linear-gradient(135deg,#fff,#f5f3ff)}.marketing-credit-balance{color:#0f172a;font-size:2.6rem;font-weight:780;line-height:1;letter-spacing:-.04em}.marketing-credit-balance span{color:#64748b;font-size:1rem;font-weight:500;letter-spacing:0}.marketing-credit-hero>.admin-badge{justify-self:end}.marketing-credit-packs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.marketing-credit-pack{position:relative;padding:1.1rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.marketing-credit-pack.is-popular{border:2px solid #6366f1}.marketing-table-scroll{overflow-x:auto}.admin-table-wrapper{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:.8rem 1.15rem;background-color:#f8fafc;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:.8rem 1.15rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr{transition:background-color .1s ease}.admin-table tbody tr:hover td{background-color:#f8fafc}.admin-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize;letter-spacing:.01em}.admin-badge-success{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.admin-badge-warning{background-color:#fffbeb;color:#d97706;border:1px solid #fde68a}.admin-badge-error{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-badge-info{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.admin-badge-neutral{background-color:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.admin-form-group{margin-bottom:1.15rem}.admin-label{display:block;font-size:.82rem;font-weight:600;color:#334155;margin-bottom:.4rem}.admin-form-hint{margin-top:.4rem;color:#64748b;font-size:.76rem;line-height:1.45}.admin-input,.admin-select,.admin-textarea{width:100%;padding:.55rem .85rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#0f172a;background-color:#ffffff;transition:all .15s ease}.admin-input::placeholder,.admin-textarea::placeholder{color:#94a3b8}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.admin-textarea{min-height:80px;resize:vertical}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.admin-filters{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap}.admin-search-input{padding:.55rem .85rem .55rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;min-width:280px;background-color:#ffffff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.85rem;transition:all .15s ease}.admin-search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.12)}.admin-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-top:.5rem}.admin-pagination-info{font-size:.82rem;color:#64748b;font-weight:500}.admin-pagination-btns{display:flex;gap:.5rem}.admin-empty{text-align:center;padding:4rem 1.5rem;color:#64748b;background:#ffffff;border:1px dashed #cbd5e1;border-radius:12px}.admin-empty-title{font-size:1.1rem;font-weight:650;margin-bottom:.5rem;color:#334155}.admin-empty p{font-size:.875rem;color:#94a3b8}.admin-loading{text-align:center;padding:4rem;color:#64748b;font-weight:500}.admin-detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.admin-detail-row{display:flex;flex-direction:column;gap:.3rem}.admin-detail-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.admin-detail-value{font-size:.9rem;color:#0f172a;font-weight:500}.admin-actions{display:flex;gap:.5rem;align-items:center}.admin-divider{height:1px;background-color:#e2e8f0;margin:1.5rem 0}.admin-sidebar ::-webkit-scrollbar{width:4px}.admin-sidebar ::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.15);border-radius:4px}.admin-settings-layout{display:flex;gap:1.5rem}.admin-settings-nav-desktop{width:190px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:24px;align-self:flex-start;display:flex;flex-direction:column;gap:2px}.admin-settings-nav-mobile{display:none}.admin-login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.admin-login-card{width:100%;max-width:420px;padding:2.5rem;background:#ffffff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.04);border:1px solid #e2e8f0}.admin-login-logo{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.admin-login-logo svg{width:24px;height:24px;color:#ffffff}.admin-login-title{font-size:1.35rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:.35rem;letter-spacing:-.02em}.admin-login-subtitle{text-align:center;color:#64748b;font-size:.875rem;margin-bottom:2rem}.admin-login-mode-btn{-webkit-appearance:none;-moz-appearance:none;outline:none;font-family:inherit;line-height:1.2}.admin-login-mode-btn:active{opacity:.7}.admin-login-error{padding:.65rem .85rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.82rem;margin-bottom:1.25rem;font-weight:500}.admin-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.admin-toggle-row:last-child{border-bottom:none}.admin-toggle-label{font-size:.875rem;color:#334155;font-weight:500}.admin-toggle-controls{display:flex;gap:1rem}.admin-toggle-controls label{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;color:#64748b;cursor:pointer}.admin-toggle-controls input[type=checkbox]{accent-color:#6366f1;width:15px;height:15px}.admin-btn-ai{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#ffffff;box-shadow:0 1px 3px rgba(124,58,237,.35);gap:.4rem}.admin-btn-ai:hover{background:linear-gradient(135deg,#6d28d9,#4f46e5);box-shadow:0 2px 6px rgba(124,58,237,.45);transform:translateY(-1px)}.admin-btn-ai:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.ai-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:ai-spin .6s linear infinite}@keyframes ai-spin{to{transform:rotate(1turn)}}.ai-suggestion{margin-top:.5rem;padding:.75rem;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #c4b5fd;border-radius:8px;animation:ai-slide-in .2s ease-out}@keyframes ai-slide-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ai-suggestion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.ai-suggestion-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7c3aed}.ai-suggestion-actions{display:flex;gap:.35rem}.ai-accept-btn{padding:.2rem .6rem;font-size:.75rem;font-weight:600;background:#7c3aed;color:#ffffff;border:none;border-radius:5px;cursor:pointer;transition:background .15s ease}.ai-accept-btn:hover{background:#6d28d9}.ai-dismiss-btn{padding:.2rem .6rem;font-size:.75rem;font-weight:600;background:transparent;color:#64748b;border:1px solid #cbd5e1;border-radius:5px;cursor:pointer;transition:all .15s ease}.ai-dismiss-btn:hover{background:#f1f5f9;border-color:#94a3b8}.ai-suggestion-text{font-size:.875rem;color:#1e1b4b;line-height:1.5;margin:0}.ai-inline-action{display:inline;background:none;border:none;color:#7c3aed;font-size:.78rem;font-weight:600;cursor:pointer;margin-left:.5rem;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.ai-inline-action:hover{color:#6d28d9}.ai-style-hint{font-size:.78rem;font-weight:500;color:#7c3aed;margin-left:.75rem}.ai-style-hint strong{font-weight:700}.ai-variants-list{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #c4b5fd;border-radius:8px;padding:.75rem;animation:ai-slide-in .2s ease-out}.ai-variants-header{margin-bottom:.5rem}.ai-variant-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .5rem;border-radius:6px;cursor:pointer;transition:background .1s ease}.ai-variant-item:hover{background:rgba(124,58,237,.06)}.ai-variant-item input[type=checkbox]{accent-color:#7c3aed;width:16px;height:16px;flex-shrink:0}.ai-variant-info{display:flex;flex-direction:column;gap:.1rem}.ai-variant-name{font-size:.875rem;font-weight:550;color:#1e1b4b}.ai-variant-attrs{font-size:.75rem;color:#6b7280}.ai-start-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;max-width:680px}.ai-start-option{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#ffffff;border:2px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.04)}.ai-start-option:hover{border-color:#c4b5fd;box-shadow:0 4px 16px rgba(124,58,237,.1);transform:translateY(-2px)}.ai-start-option-ai{border-color:#c4b5fd;background:linear-gradient(135deg,#faf5ff,#f5f3ff)}.ai-start-option-ai:hover{border-color:#a78bfa;box-shadow:0 4px 16px rgba(124,58,237,.18)}.ai-start-option:disabled{opacity:.7;cursor:wait}.ai-start-icon{width:56px;height:56px;border-radius:14px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#64748b}.ai-start-icon-ai{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#ffffff}.ai-start-title{font-weight:650;font-size:1rem;color:#0f172a;margin-bottom:.35rem}.ai-start-desc{font-size:.82rem;color:#64748b;line-height:1.45;margin:0}.ai-suggestions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.ai-product-suggestion-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;transition:all .15s ease;box-shadow:0 1px 3px rgba(0,0,0,.04)}.ai-product-suggestion-card.selected{border-color:#c4b5fd;background:linear-gradient(135deg,#faf5ff,#ffffff);box-shadow:0 0 0 1px rgba(124,58,237,.12)}.ai-product-suggestion-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.ai-product-suggestion-check input[type=checkbox]{accent-color:#7c3aed;width:16px;height:16px;margin-top:2px;flex-shrink:0}.ai-product-suggestion-name{font-weight:600;font-size:.9rem;color:#0f172a;margin:0;line-height:1.3}.ai-product-suggestion-desc{font-size:.82rem;color:#64748b;line-height:1.45;margin:0 0 .65rem}.ai-product-suggestion-meta{display:flex;justify-content:space-between;align-items:center}.ai-product-suggestion-price{font-size:.78rem;font-weight:600;color:#334155}.wizard-steps{display:flex;flex-direction:column;gap:0;max-width:640px}.wizard-step{position:relative;padding-left:3rem;padding-bottom:.25rem}.wizard-step:last-child{padding-bottom:0}.wizard-step-number{position:absolute;left:0;top:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;z-index:1}.wizard-step-active .wizard-step-number{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#ffffff;box-shadow:0 2px 6px rgba(124,58,237,.3)}.wizard-step-collapsed .wizard-step-number{background:#059669;color:#ffffff}.wizard-step-pending .wizard-step-number{background:#e2e8f0;color:#94a3b8}.wizard-step-connector{position:absolute;left:15px;top:32px;bottom:0;width:2px;background:#e2e8f0}.wizard-step-collapsed .wizard-step-connector{background:#a7f3d0}.wizard-step:last-child .wizard-step-connector{display:none}.wizard-step-content{animation:ai-slide-in .25s ease-out}.wizard-step-collapsed .wizard-step-content{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;min-height:32px}.wizard-step-summary{font-size:.85rem;color:#334155;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:480px}.wizard-step-edit{background:none;border:none;color:#7c3aed;font-size:.78rem;font-weight:600;cursor:pointer;padding:0;flex-shrink:0}.wizard-step-edit:hover{color:#6d28d9;text-decoration:underline}.wizard-step-active .wizard-step-content{padding-bottom:1rem}.wizard-step-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}.wizard-step-title{font-weight:650;font-size:.95rem;color:#0f172a;margin-bottom:.75rem}.wizard-step-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.ai-loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.ai-loading-spinner{width:32px;height:32px;border:3px solid rgba(124,58,237,.15);border-top-color:#7c3aed;border-radius:50%;animation:ai-spin .7s linear infinite;margin-bottom:1rem}.ai-loading-text{font-size:.9rem;font-weight:550;color:#334155}.ai-loading-subtext{font-size:.82rem;color:#94a3b8;margin-top:.25rem}.ai-category-list{display:flex;flex-direction:column;gap:.5rem}.ai-category-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .1s ease}.ai-category-item:hover{border-color:#c4b5fd;background:#faf5ff}.ai-category-item.selected{border-color:#c4b5fd;background:linear-gradient(135deg,#faf5ff,#f5f3ff)}.ai-category-item input[type=checkbox]{accent-color:#7c3aed;width:16px;height:16px;flex-shrink:0}.ai-category-info{flex:1 1;min-width:0}.ai-category-name{font-size:.875rem;font-weight:600;color:#0f172a}.ai-category-desc{font-size:.78rem;color:#64748b;margin-top:.1rem}.ai-category-parent{font-size:.7rem;font-weight:600;color:#7c3aed;background:#ede9fe;padding:.1rem .45rem;border-radius:4px;flex-shrink:0}.wizard-success{text-align:center;padding:2.5rem 1.5rem}.wizard-success-icon{width:56px;height:56px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.wizard-success-title{font-weight:700;font-size:1.15rem;color:#0f172a;margin-bottom:.35rem}.wizard-success-desc{font-size:.85rem;color:#64748b;margin-bottom:1.25rem}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;border:2px dashed #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s ease;background:#fafbfc}.image-upload-zone:hover{border-color:#a78bfa;background:#faf5ff}.simple-product-page{--product-ink:#17233c;--product-muted:#69758a;--product-line:#e4e9f0;--product-brand:#5b4ae5;max-width:1080px;margin:0 auto;padding-bottom:96px;color:var(--product-ink)}.simple-product-header{display:grid;grid-template-columns:40px 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.simple-product-header h1{margin:0 0 .16rem;font-size:1.55rem;line-height:1.15;letter-spacing:-.035em}.simple-product-back{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--product-line);border-radius:12px;background:#fff;color:var(--product-ink);font-size:1.25rem;cursor:pointer}.simple-product-save{display:flex;align-items:center;gap:.3rem;color:#758096;font-size:.75rem}.simple-product-save span{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:999px;background:#e9f8ef;color:#16834b;font-size:.65rem;font-weight:800}.simple-product-save-saving span{animation:ai-spin .9s linear infinite;background:#f0efff;color:var(--product-brand)}.simple-product-save-error span{background:#fff3df;color:#a65b00}.simple-product-preview-button,.simple-product-text-button{border:0;background:transparent;color:var(--product-brand);font-size:.83rem;font-weight:700;cursor:pointer}.simple-product-progress{display:flex;align-items:center;gap:.85rem;padding:.8rem 1rem;margin-bottom:1rem;border:1px solid #e5e1ff;border-radius:14px;background:#f8f7ff}.simple-product-progress-copy{display:flex;align-items:baseline;gap:.35rem;white-space:nowrap;font-size:.78rem;color:var(--product-muted)}.simple-product-progress-copy strong{color:var(--product-brand);font-size:.87rem}.simple-product-progress-track{height:6px;flex:1 1;overflow:hidden;border-radius:999px;background:#e5e1ff}.simple-product-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6957e8,#8a76f3);transition:width .25s ease}.simple-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;grid-gap:1.25rem;gap:1.25rem}.simple-product-editor{display:flex;min-width:0;flex-direction:column;gap:1rem}.simple-product-section{padding:1.25rem;border:1px solid var(--product-line);border-radius:16px;background:#fff;box-shadow:0 2px 8px rgba(21,33,55,.035)}.simple-product-section-heading{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1.1rem}.simple-product-section-heading h2{margin:0;color:var(--product-ink);font-size:1rem;letter-spacing:-.01em}.simple-product-section-heading p{margin:.18rem 0 0;color:var(--product-muted);font-size:.78rem}.simple-product-step{display:grid;place-items:center;width:24px;height:24px;flex:0 0 24px;border-radius:8px;background:#eeebff;color:var(--product-brand);font-size:.72rem;font-weight:800}.simple-product-recommended{margin-left:auto;padding:.22rem .45rem;border-radius:5px;background:#f0efff;color:var(--product-brand);font-size:.58rem;font-weight:800;letter-spacing:.045em}.simple-product-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));grid-gap:.65rem;gap:.65rem}.simple-product-image{position:relative;min-height:124px}.simple-product-image-main{position:relative;display:block;width:100%;height:124px;overflow:hidden;padding:0;border:1px solid var(--product-line);border-radius:12px;background:#f5f6f8;cursor:pointer}.simple-product-image-main img{width:100%;height:100%;object-fit:cover}.simple-product-ai-badge,.simple-product-cover{position:absolute;bottom:7px;left:7px;padding:.18rem .4rem;border-radius:5px;background:rgba(22,32,53,.84);color:#fff;font-size:.61rem;font-weight:750;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.simple-product-ai-badge{top:7px;right:7px;bottom:auto;left:auto;background:rgba(91,74,229,.9)}.simple-product-image-remove{position:absolute;top:-7px;right:-7px;display:grid;place-items:center;width:23px;height:23px;padding:0;border:2px solid #fff;border-radius:999px;background:#273248;color:#fff;font-size:1rem;line-height:1;cursor:pointer}.simple-product-upload{display:flex;min-height:124px;align-items:center;justify-content:center;flex-direction:column;gap:.15rem;padding:.75rem;border:1.5px dashed #b9c1d0;border-radius:12px;background:#fbfcfd;color:var(--product-ink);text-align:center;cursor:pointer}.simple-product-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.simple-product-camera{color:var(--product-brand);font-size:1.6rem;line-height:1}.simple-product-upload strong{font-size:.78rem}.simple-product-upload small{color:#8a94a6;font-size:.65rem}.simple-product-ai-working{display:flex;align-items:center;gap:.45rem;margin-top:.65rem;color:var(--product-brand);font-size:.74rem}.simple-product-ai-working span{width:13px;height:13px;border:2px solid #dad5ff;border-top:2px solid var(--product-brand);border-radius:999px;animation:ai-spin .8s linear infinite}.simple-product-ai-box{padding:.85rem;margin-top:.85rem;border:1px solid #dfdafd;border-radius:12px;background:linear-gradient(135deg,#faf8ff,#f5f3ff)}.simple-product-ai-copy{display:flex;align-items:flex-start;gap:.6rem}.simple-product-ai-copy strong{display:block;font-size:.82rem}.simple-product-ai-copy p{margin:.12rem 0 0;color:#736f87;font-size:.71rem}.simple-product-ai-icon{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:8px;background:var(--product-brand);color:#fff;font-size:.75rem}.simple-product-style-options{display:flex;gap:.4rem;margin:.75rem 0 .55rem}.simple-product-style-options button{flex:1 1;padding:.38rem .4rem;border:1px solid #d9d4fa;border-radius:7px;background:#fff;color:#746f88;font-size:.68rem;font-weight:650;cursor:pointer}.simple-product-style-options button.selected{border-color:var(--product-brand);background:#eeebff;color:var(--product-brand)}.simple-product-generate{width:100%;padding:.62rem .8rem;border:0;border-radius:9px;background:var(--product-brand);color:#fff;font-size:.78rem;font-weight:750;cursor:pointer}.simple-product-generate:disabled{cursor:not-allowed;opacity:.5}.simple-product-helper{display:block;margin-top:.4rem;color:#827c98;text-align:center;font-size:.66rem}.simple-product-field{margin-top:.9rem}.simple-product-section-heading+.simple-product-field,.simple-product-two-columns .simple-product-field{margin-top:0}.simple-product-field label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;color:#344056;font-size:.76rem;font-weight:700}.simple-product-field label span{color:#bc483f;font-size:.61rem;font-weight:650}.simple-product-field label span.optional{color:#8993a5}.simple-product-field input,.simple-product-field select,.simple-product-field textarea{width:100%;min-height:45px;padding:.72rem .8rem;border:1px solid #d7dde6;border-radius:10px;outline:none;background:#fff;color:var(--product-ink);font:inherit;font-size:.86rem;transition:border-color .15s,box-shadow .15s}.simple-product-field textarea{min-height:96px;resize:vertical;line-height:1.45}.simple-product-field input:focus,.simple-product-field select:focus,.simple-product-field textarea:focus{border-color:var(--product-brand);box-shadow:0 0 0 3px rgba(91,74,229,.1)}.simple-product-field>small{display:block;margin-top:.3rem;color:#8993a5;font-size:.65rem;text-align:right}.simple-product-two-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.simple-product-money-input{position:relative}.simple-product-money-input>span{position:absolute;top:50%;left:.8rem;z-index:1;transform:translateY(-50%);color:#59657a;font-size:.9rem;font-weight:650}.simple-product-money-input input{padding-left:1.8rem}.simple-product-attributes{padding:.85rem;margin-top:1rem;border-radius:12px;background:#f7f8fb}.simple-product-attribute-intro{display:flex;gap:.55rem;margin-bottom:.2rem}.simple-product-attribute-intro>span{color:var(--product-brand)}.simple-product-attribute-intro strong{display:block;font-size:.76rem}.simple-product-attribute-intro p{margin:.15rem 0 0;color:var(--product-muted);font-size:.68rem}.simple-product-positive-nudge{padding:.65rem .75rem;margin-top:.85rem;border-radius:9px;background:#eff9f3;color:#25704a;font-size:.72rem;font-weight:650}.simple-product-more-toggle{margin-top:1rem;padding:0;border:0;background:transparent;color:var(--product-brand);font-size:.72rem;font-weight:700;cursor:pointer}.simple-product-more-fields{margin-top:.8rem}.simple-product-desktop-preview{position:-webkit-sticky;position:sticky;top:1rem}.simple-product-preview-card{overflow:hidden;padding:.85rem;border:1px solid var(--product-line);border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(23,35,60,.06)}.simple-product-preview-label{margin-bottom:.6rem;color:#929bad;font-size:.58rem;font-weight:800;letter-spacing:.07em}.simple-product-preview-image{position:relative;display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border-radius:12px;background:#f1f3f6}.simple-product-preview-image img{width:100%;height:100%;object-fit:cover}.simple-product-preview-image>div{display:flex;align-items:center;flex-direction:column;gap:.35rem;color:#a0a8b5}.simple-product-preview-image>div span{font-size:2.2rem}.simple-product-preview-ai{position:absolute;right:.55rem;bottom:.55rem;padding:.2rem .4rem;border-radius:5px;background:rgba(91,74,229,.9);color:#fff;font-size:.56rem;font-weight:700}.simple-product-preview-category{margin-top:.8rem;color:var(--product-brand);font-size:.62rem;font-weight:750;text-transform:uppercase}.simple-product-preview-card h3{margin:.55rem 0 .3rem;color:var(--product-ink);font-size:1rem}.simple-product-preview-price{display:flex;align-items:center;gap:.45rem;color:var(--product-ink);font-size:.98rem;font-weight:800}.simple-product-preview-price del{color:#919aab;font-size:.73rem;font-weight:500}.simple-product-preview-card>p{display:-webkit-box;overflow:hidden;margin:.55rem 0 .85rem;color:var(--product-muted);font-size:.72rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.simple-product-preview-card>button{width:100%;padding:.7rem;border:0;border-radius:9px;background:var(--product-ink);color:#fff;font-size:.75rem;font-weight:700}.simple-product-publish-bar{position:fixed;z-index:40;right:0;bottom:0;left:var(--admin-sidebar-width,250px);display:flex;align-items:center;justify-content:center;gap:1.5rem;min-height:72px;padding:.75rem max(1rem,calc((100vw - 1080px) / 2));border-top:1px solid var(--product-line);background:rgba(255,255,255,.96);box-shadow:0 -6px 25px rgba(23,35,60,.07);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.simple-product-publish-bar>div{flex:1 1;max-width:760px;color:#7a8496;font-size:.72rem}.simple-product-publish-bar strong{color:#b44b43}.simple-product-publish-bar .ready,.simple-product-publish-bar .ready strong{color:#218154}.simple-product-publish-bar .admin-btn{min-width:170px;min-height:44px;border-radius:10px}.simple-product-preview-modal{position:fixed;z-index:100;inset:0;display:none;align-items:flex-end;justify-content:center;padding:1rem 1rem 0;background:rgba(17,25,39,.45)}.simple-product-preview-sheet{width:min(100%,390px);max-height:92vh;overflow-y:auto;padding:1rem;border-radius:20px 20px 0 0;background:#f7f8fa}.simple-product-preview-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.simple-product-preview-sheet-header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:999px;background:#e8ebf0;color:#2d374b;font-size:1.3rem}.simple-product-success{display:flex;min-height:min(72vh,620px);align-items:center;justify-content:center;flex-direction:column;padding:2rem;text-align:center}.simple-product-success-mark{display:grid;place-items:center;width:68px;height:68px;margin-bottom:1rem;border-radius:999px;background:#eaf8ef;color:#218154;font-size:1.8rem;font-weight:800}.simple-product-live-badge{padding:.24rem .5rem;border-radius:5px;background:#eaf8ef;color:#218154;font-size:.63rem;font-weight:800;letter-spacing:.06em}.simple-product-success h1{margin:.65rem 0 .35rem;color:var(--product-ink,#17233c);font-size:1.65rem}.simple-product-success p{margin:0 0 1.25rem;color:#6f7a8e}.simple-product-success-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.65rem}@media (max-width:800px){.simple-product-page{margin:-.25rem -.25rem 0;padding-bottom:104px}.simple-product-header{position:-webkit-sticky;position:sticky;z-index:20;top:0;padding:.55rem .25rem .7rem;margin-bottom:.65rem;background:rgba(248,250,252,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.simple-product-header h1{font-size:1.22rem}.simple-product-progress{align-items:stretch;flex-direction:column;gap:.5rem;padding:.7rem .85rem;margin-right:.25rem;margin-left:.25rem}.simple-product-layout{display:block}.simple-product-editor{gap:.7rem}.simple-product-section{padding:1rem;border-right:0;border-left:0;border-radius:0;box-shadow:none}.simple-product-desktop-preview{display:none}.simple-product-preview-modal{display:flex}.simple-product-images{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-product-image-main,.simple-product-upload{height:auto;min-height:138px}.simple-product-two-columns{grid-template-columns:1fr;gap:.85rem}.simple-product-more-fields .simple-product-field+.simple-product-field{margin-top:0}.simple-product-publish-bar{left:0;align-items:stretch;gap:.55rem;min-height:86px;padding:.65rem max(.9rem,env(safe-area-inset-right)) max(.65rem,env(safe-area-inset-bottom)) max(.9rem,env(safe-area-inset-left))}.simple-product-publish-bar>div{display:flex;align-items:center;line-height:1.3}.simple-product-publish-bar .admin-btn{min-width:150px}}@media (max-width:390px){.simple-product-recommended{display:none}.simple-product-publish-bar{flex-direction:column}.simple-product-publish-bar .admin-btn{width:100%}}.chip-loading{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-size:.85rem;color:#64748b}.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;font-size:.82rem;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease}.chip:hover{border-color:#a78bfa;color:#6d28d9;background:#faf5ff}.chip-selected{border-color:#8b5cf6;background:#f5f3ff;color:#6d28d9}.chip-selected:hover{border-color:#7c3aed;background:#ede9fe}.chip-custom-input{display:flex;gap:.5rem;align-items:center}.chip-custom-input .admin-input{flex:1 1}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.admin-main>div{animation:admin-fade-in .2s ease-out}.category-check-item:hover{background-color:#f8fafc}.admin-mobile-topbar{display:none;position:fixed;top:0;left:0;right:0;z-index:40;background:#ffffff;border-bottom:1px solid #e2e8f0;padding:.65rem 1rem;align-items:center;justify-content:space-between}.admin-mobile-hamburger{background:none;border:none;padding:.35rem;cursor:pointer;color:#334155;border-radius:6px}.admin-mobile-hamburger:active{background:#f1f5f9}.admin-mobile-hamburger svg{width:24px;height:24px;stroke-width:2}.admin-mobile-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:#0f172a;min-width:0;max-width:calc(100vw - 120px)}.admin-mobile-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar-overlay{display:none;position:fixed;inset:0;z-index:45;background:rgba(0,0,0,.4)}.admin-sidebar-overlay.visible{display:block}.admin-sidebar-close{display:none;position:absolute;top:1rem;right:.75rem;background:none;border:none;padding:.35rem;cursor:pointer;color:rgba(255,255,255,.5);border-radius:6px}.admin-sidebar-close:hover{color:#ffffff;background:rgba(255,255,255,.1)}.admin-sidebar-close svg{width:20px;height:20px;stroke-width:2}@media (max-width:1023px){.admin-main{padding:1.5rem}.marketing-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-review-layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px)}}@media (max-width:767px){.admin-mobile-topbar{display:flex}.admin-sidebar{transform:translateX(-100%);transition:transform .25s ease;width:280px;z-index:50}.admin-sidebar.open{transform:translateX(0);box-shadow:4px 0 20px rgba(0,0,0,.15)}.admin-sidebar-close{display:block}.admin-main{margin-left:0;max-width:100%;padding:calc(1rem + 56px) 1rem 1rem}.admin-page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-page-title{font-size:1.35rem}.admin-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:600px}.admin-detail-grid,.admin-form-row{grid-template-columns:1fr}.admin-detail-grid{gap:1rem}.admin-search-input{min-width:0;width:100%}.admin-filters{flex-direction:column;align-items:stretch}.admin-filters .admin-select{width:100%}.admin-pagination{flex-direction:column;gap:.75rem;align-items:center}.ai-start-grid{grid-template-columns:1fr;gap:.75rem}.ai-start-option{padding:1.25rem 1rem}.ai-suggestions-grid{grid-template-columns:1fr}.admin-card{padding:1rem}.meta-journey{grid-template-columns:1fr;gap:1rem}.meta-journey-step{padding-right:0}.meta-journey-step:not(:last-child):after{top:38px;bottom:-14px;left:17px;right:auto;width:2px;height:auto}.meta-action-hero-grid{grid-template-columns:1fr}.meta-action-hero-main,.meta-action-hero-side{padding:1.2rem}.meta-action-hero-side{border-top:1px solid #e0e7ff;border-left:0}.meta-primary-actions{align-items:stretch;flex-direction:column}.meta-primary-actions .admin-btn{width:100%}.meta-create-grid{grid-template-columns:1fr!important}.marketing-page-header{align-items:stretch;flex-direction:column;gap:.85rem}.marketing-header-actions{justify-content:flex-start}.marketing-header-actions .admin-btn{flex:1 1}.marketing-credit-hero,.marketing-focus-grid,.marketing-review-layout{grid-template-columns:1fr}.marketing-credit-hero>.admin-badge{justify-self:start}.marketing-focus-main,.marketing-focus-side{padding:1.15rem}.marketing-focus-side{border-top:1px solid #e0e7ff;border-left:0}.marketing-focus-actions{align-items:stretch;flex-direction:column}.marketing-focus-actions .admin-btn{width:100%}.marketing-credit-packs,.marketing-process-grid,.marketing-stat-grid,.marketing-two-column{grid-template-columns:1fr}.marketing-preview-column{position:static}.marketing-post-grid{grid-template-columns:1fr}.marketing-section-heading{align-items:stretch;flex-direction:column}.marketing-optional-tools>summary{align-items:flex-start}.admin-stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.admin-stat-card{padding:1rem}.admin-stat-value{font-size:1.35rem}.admin-actions{flex-wrap:wrap}.admin-login-card{margin:1rem;padding:1.75rem}.wizard-step-summary{max-width:200px}.admin-toggle-row{flex-direction:column;align-items:flex-start;gap:.5rem}.admin-settings-nav-desktop{display:none}.admin-settings-nav-mobile{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-bottom:.25rem;scrollbar-width:none;-ms-overflow-style:none}.admin-settings-nav-mobile::-webkit-scrollbar{display:none}.admin-settings-layout{flex-direction:column}.admin-dashboard-grid,.admin-responsive-grid-2,.admin-responsive-grid-3{grid-template-columns:1fr!important}.admin-inline-edit{width:100%!important;max-width:80px}.admin-modal-content{width:calc(100% - 2rem)!important;max-width:none!important;margin:1rem}.admin-thumb-sm{width:28px!important;height:28px!important}}@media (max-width:400px){.admin-stats-grid{grid-template-columns:1fr}}.simple-product-page.product-wizard{max-width:680px;min-height:calc(100vh - 7rem);padding-bottom:2rem}.product-wizard-header{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;grid-gap:.8rem;gap:.8rem;padding:.35rem 0 .9rem}.product-wizard-language select{min-height:34px;max-width:104px;padding:.35rem 1.65rem .35rem .6rem;border:1px solid #d9dee8;border-radius:9px;background-color:#fff;color:#344056;font:inherit;font-size:.72rem;font-weight:700}.product-wizard-header-copy{display:flex;min-width:0;flex-direction:column}.product-wizard-header-copy strong{color:var(--product-ink);font-size:.9rem}.product-wizard-header-copy span{margin-top:.1rem;color:var(--product-muted);font-size:.7rem}.product-wizard-header .simple-product-save{justify-content:flex-end;white-space:nowrap}.product-wizard-progress{height:5px;overflow:hidden;margin-bottom:1rem;border-radius:999px;background:#e5e7ed}.product-wizard-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5b4ae5,#8877f4);transition:width .28s ease}.product-wizard-card{display:flex;min-height:560px;align-items:center;justify-content:center;padding:clamp(1.5rem,5vw,3rem);border:1px solid #e4e7ee;border-radius:24px;background:#fff;box-shadow:0 14px 42px rgba(23,35,60,.07);animation:product-wizard-enter .22s ease both}@keyframes product-wizard-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.product-wizard-question{display:flex;width:min(100%,500px);align-items:center;flex-direction:column;text-align:center}.product-wizard-icon,.product-wizard-ready-mark{display:grid;place-items:center;width:54px;height:54px;margin-bottom:1rem;border-radius:17px;background:#efedff;color:#5b4ae5;font-size:1.35rem;font-weight:800}.product-wizard-ready-mark{border-radius:999px;background:#eaf8ef;color:#218154}.product-wizard-eyebrow{margin:0 0 .5rem;color:#7568d8;font-size:.63rem;font-weight:850;letter-spacing:.11em}.product-wizard-question>h1{margin:0;color:#17233c;font-size:clamp(1.55rem,5vw,2rem);line-height:1.15;letter-spacing:-.04em}.product-wizard-hint{max-width:420px;margin:.65rem 0 1.4rem;color:#707b8f;font-size:.85rem;line-height:1.5}.product-wizard-field{width:100%;margin:0;text-align:left}.product-wizard-field label{margin-bottom:.5rem;color:#3a4558;font-size:.78rem}.product-wizard-optional-badge,.product-wizard-title-optional{display:inline-flex;align-items:center;padding:.15rem .42rem;border-radius:999px;background:#f0f2f6;color:#778195;font-size:.58rem;font-weight:750;letter-spacing:0;vertical-align:middle}.product-wizard-title-optional{margin-left:.45rem;transform:translateY(-.2rem)}.product-wizard-field input,.product-wizard-field select,.product-wizard-field textarea{min-height:56px;padding:.9rem 1rem;border-radius:13px;font-size:1rem}.product-wizard-field textarea{min-height:132px}.product-wizard-field+.product-wizard-field,.product-wizard-second-field{margin-top:.85rem}.product-wizard-field>small.product-wizard-field-error{color:#b44b43;text-align:left}.product-wizard-examples{margin-top:.65rem}.product-wizard-examples>small{display:block;margin-bottom:.4rem;color:#7b8698;font-size:.64rem}.product-wizard-examples>div{display:flex;flex-wrap:wrap;gap:.4rem}.product-wizard-examples button{padding:.38rem .62rem;border:1px solid #d9deea;border-radius:999px;background:#f8f9fc;color:#4d5970;font:inherit;font-size:.67rem;cursor:pointer}.product-wizard-examples button:hover{border-color:#8e82e6;background:#f5f2ff;color:#5747ca}.product-wizard-examples button[aria-pressed=true]{border-color:#7565eb;background:#efedff;color:#4f40c7;box-shadow:inset 0 0 0 1px rgba(117,101,235,.18)}.product-wizard-ai-button,.product-wizard-primary{width:100%;min-height:52px;padding:.8rem 1rem;margin-top:1.1rem;border:0;border-radius:13px;background:#5b4ae5;color:#fff;font:inherit;font-size:.9rem;font-weight:780;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}.product-wizard-ai-button:hover:not(:disabled),.product-wizard-primary:hover:not(:disabled){background:#4d3ed2;transform:translateY(-1px)}.product-wizard-ai-button:disabled,.product-wizard-primary:disabled{cursor:not-allowed;opacity:.42}.product-wizard-ai-choice,.product-wizard-choice{width:100%;border:1px solid #dfe3ea;border-radius:16px;background:#fff;text-align:left}.product-wizard-choice{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.9rem 1rem;cursor:pointer}.product-wizard-choice:hover{border-color:#9c91eb;background:#fbfaff}.product-wizard-upload-choice input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.product-wizard-choice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#edf4ff;color:#3467b0;font-size:1.15rem;font-weight:800}.product-wizard-choice-icon.ai{background:#efedff;color:#5b4ae5}.product-wizard-choice small,.product-wizard-choice strong,.product-wizard-choice-heading small,.product-wizard-choice-heading strong{display:block}.product-wizard-choice strong,.product-wizard-choice-heading strong{color:#263248;font-size:.84rem}.product-wizard-choice small,.product-wizard-choice-heading small{margin-top:.18rem;color:#818b9c;font-size:.69rem}.product-wizard-choice>b{color:#8791a2;font-size:1.4rem;font-weight:400}.product-wizard-ai-choice{padding:.9rem 1rem 1rem;margin-top:.7rem;background:linear-gradient(145deg,#fdfcff,#f8f6ff)}.product-wizard-choice-heading{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:.75rem;gap:.75rem}.product-wizard-ai-button{min-height:44px;margin-top:0;border-radius:10px;font-size:.78rem}.product-wizard-image-strip{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));grid-gap:.65rem;gap:.65rem;margin-bottom:.8rem}.product-wizard-image-strip .simple-product-image,.product-wizard-image-strip .simple-product-image-main{min-height:108px;height:108px}.product-wizard-money>span{left:1rem;font-size:1.1rem}.product-wizard-money input{padding-left:2.2rem;font-size:1.15rem;font-weight:750}.product-wizard-auto-hint{margin:.65rem 0 0;color:#8a93a3;font-size:.68rem}.product-wizard-approved-list{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:.55rem;gap:.55rem}.product-wizard-approved-list>div{display:flex;min-height:58px;align-items:center;gap:.55rem;padding:.55rem;border:1px solid #e2e5ec;border-radius:12px;background:#fafaff;color:#344056;text-align:left}.product-wizard-approved-list img,.product-wizard-approved-list span{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:9px;background:#efedff;object-fit:cover}.product-wizard-approved-list strong{font-size:.72rem;line-height:1.25}.product-wizard-ai-select-hint{margin:-.5rem 0 .75rem;color:#707b8f;font-size:.72rem;line-height:1.4}.product-wizard-generated-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.product-wizard-generated-card{position:relative;overflow:hidden;border:2px solid transparent;border-radius:13px;background:#f5f6f9;color:#596579}.product-wizard-generated-card.selected{border-color:#5b4ae5;background:#f7f5ff}.product-wizard-generated-view{position:relative;display:block;width:100%;padding:0;border:0;background:#e9ecf2;cursor:zoom-in}.product-wizard-generated-view img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.product-wizard-generated-view>span{position:absolute;right:.45rem;bottom:.45rem;padding:.3rem .48rem;border-radius:999px;background:rgba(20,27,41,.72);color:#fff;font-size:.56rem;font-weight:750;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-wizard-generated-card>strong{display:block;overflow:hidden;padding:.5rem .5rem .15rem;color:#2f3b51;font-size:.69rem;text-overflow:ellipsis;white-space:nowrap}.product-wizard-generated-select{display:flex;width:100%;align-items:center;gap:.35rem;padding:.3rem .5rem .55rem;border:0;background:transparent;color:#667287;font:inherit;font-size:.62rem;cursor:pointer}.product-wizard-generated-select>span{display:grid;width:19px;height:19px;place-items:center;border:1px solid #aeb6c5;border-radius:999px;background:#fff;color:#fff;font-size:.58rem}.product-wizard-generated-card.selected .product-wizard-generated-select>span{border-color:#5b4ae5;background:#5b4ae5}.product-image-viewer{position:fixed;z-index:200;inset:0;display:flex;min-height:100dvh;flex-direction:column;padding:max(.8rem,env(safe-area-inset-top)) 0 max(.8rem,env(safe-area-inset-bottom));background:#0e121b;color:#fff}.product-image-viewer>header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem .75rem}.product-image-viewer>header div,.product-image-viewer>header span,.product-image-viewer>header strong{display:block}.product-image-viewer>header strong{max-width:min(72vw,520px);overflow:hidden;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.product-image-viewer>header span{margin-top:.12rem;color:#aab3c3;font-size:.65rem}.product-image-viewer>header>button{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:1.6rem;cursor:pointer}.product-image-viewer-track{display:flex;min-height:0;flex:1 1 auto;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pinch-zoom}.product-image-viewer-track::-webkit-scrollbar{display:none}.product-image-viewer-track figure{display:flex;min-width:100%;align-items:center;justify-content:center;flex-direction:column;padding:0 1rem;margin:0;scroll-snap-align:center}.product-image-viewer-track img{display:block;width:auto;max-width:100%;height:auto;max-height:min(58dvh,720px);border-radius:12px;object-fit:contain}.product-image-viewer-track figcaption{margin-top:.65rem;color:#d7dce5;font-size:.72rem}.product-image-viewer-hint{margin:.45rem 0 0;color:#929cad;font-size:.65rem;text-align:center}.product-image-viewer-navigation{display:grid;grid-template-columns:88px minmax(0,1fr) 88px;align-items:center;grid-gap:.5rem;gap:.5rem;padding:.55rem 1rem}.product-image-viewer-navigation>button{padding:.45rem;border:0;background:transparent;color:#dfe3eb;font:inherit;font-size:.68rem;cursor:pointer}.product-image-viewer-navigation>button:disabled{opacity:.3}.product-image-viewer-navigation>div{display:flex;justify-content:center;gap:.32rem}.product-image-viewer-navigation>div span{width:6px;height:6px;border-radius:999px;background:#596273}.product-image-viewer-navigation>div span.active{width:18px;background:#9c8fff}.product-image-viewer-regenerate{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.5rem;gap:.5rem;padding:.8rem 1rem 0;border-top:1px solid rgba(255,255,255,.1)}.product-image-viewer-regenerate label{grid-column:1/-1;color:#eef0f5;font-size:.7rem;font-weight:700}.product-image-viewer-regenerate label span{color:#929cad;font-size:.6rem;font-weight:500}.product-image-viewer-regenerate textarea{min-height:48px;resize:none;padding:.7rem;border:1px solid #3a4353;border-radius:10px;background:#171d28;color:#fff;font:inherit;font-size:.72rem}.product-image-viewer-regenerate>button{min-height:48px;padding:.65rem .85rem;border:0;border-radius:10px;background:#7565eb;color:#fff;font:inherit;font-size:.7rem;font-weight:750;cursor:pointer}.product-image-viewer-regenerate>button:disabled{opacity:.55}@media (min-width:800px){.product-image-viewer-regenerate{width:min(100%,720px);align-self:center}}.product-wizard-skip{padding:.65rem .9rem;margin-top:.55rem;border:0;background:transparent;color:#6d62ca;font:inherit;font-size:.75rem;font-weight:750;cursor:pointer}.simple-product-preview-price>small{display:block;margin-bottom:.12rem;color:#738096;font-size:.6rem;font-weight:650;text-transform:uppercase}.product-wizard-review{width:min(100%,520px)}.product-wizard-review .simple-product-preview-card{width:min(100%,330px);margin-bottom:1rem;text-align:left}.product-wizard-summary{width:100%;overflow:hidden;border:1px solid #e2e6ed;border-radius:14px;background:#fff}.product-wizard-summary button{display:grid;width:100%;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;grid-gap:.7rem;gap:.7rem;padding:.75rem .9rem;border:0;border-bottom:1px solid #edf0f4;background:transparent;color:#313d52;font:inherit;text-align:left;cursor:pointer}.product-wizard-summary button:last-child{border-bottom:0}.product-wizard-summary button:hover{background:#fafaff}.product-wizard-summary span{color:#7b8698;font-size:.7rem}.product-wizard-summary strong{overflow:hidden;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.product-wizard-summary b{color:#5b4ae5;font-size:.68rem}.product-wizard-issue,.product-wizard-optional-note{margin:.8rem 0 0;color:#7c8697;font-size:.7rem}.product-wizard-issue{color:#b44b43;font-weight:700}.product-wizard-publish{background:#167a4a}.product-wizard-publish:hover:not(:disabled){background:#10683e}@media (max-width:800px){.simple-product-page.product-wizard{min-height:calc(100dvh - 5rem);padding-bottom:1rem;margin:0 auto}.product-wizard-header{position:-webkit-sticky;position:sticky;z-index:20;top:0;padding:.5rem 0 .75rem;background:rgba(248,250,252,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-wizard-card{min-height:calc(100dvh - 12rem);padding:1.35rem 1rem 1.6rem;border-right:0;border-left:0;border-radius:18px;box-shadow:none}}@media (max-width:420px){.product-wizard-header{grid-template-columns:36px minmax(0,1fr) auto;gap:.5rem}.product-wizard-language{grid-column:2;grid-row:2}.product-wizard-language select{max-width:112px}.product-wizard-header .simple-product-save{grid-column:3;grid-row:1/span 2;font-size:.68rem}.product-wizard-header-copy strong{font-size:.82rem}.product-wizard-card{min-height:calc(100dvh - 10.5rem)}.product-wizard-summary button{grid-template-columns:72px minmax(0,1fr) auto}}.admin-mobile-add-product-fab{display:none}@media (max-width:800px){.admin-mobile-add-product-fab{position:fixed;z-index:48;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.05rem .7rem .75rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#5b4ae5;box-shadow:0 10px 28px rgba(58,44,181,.34);color:#fff;font-size:.84rem;font-weight:800;text-decoration:none;-webkit-tap-highlight-color:transparent}.admin-mobile-add-product-fab span{display:grid;width:30px;height:30px;place-items:center;border-radius:999px;background:rgba(255,255,255,.18);font-size:1.35rem;font-weight:500;line-height:1}.admin-mobile-add-product-fab:active{transform:translateY(1px) scale(.985)}}