body{margin:0;font-family:Inter,Segoe UI,Arial;background:#0f172a;color:#e5e7eb}.auth{display:grid;place-items:center;min-height:100vh}.auth-card,.card{background:#111827;border:1px solid #243244;border-radius:18px;padding:24px;box-shadow:0 20px 60px #0004}.auth-card{width:min(420px,92vw)}input,textarea,select{width:100%;box-sizing:border-box;padding:12px;border:1px solid #334155;background:#0b1220;color:#fff;border-radius:12px;margin:6px 0}button,.btn{display:inline-block;background:#38bdf8;color:#00111f;border:0;border-radius:12px;padding:11px 16px;font-weight:700;text-decoration:none;cursor:pointer}aside{position:fixed;inset:0 auto 0 0;width:230px;background:#020617;padding:22px}aside a{display:block;color:#cbd5e1;text-decoration:none;padding:12px;border-radius:12px}aside a:hover{background:#172033}.brand{font-size:22px;font-weight:800;margin-bottom:20px}main{margin-left:260px;padding:26px}header{display:flex;justify-content:space-between;align-items:center}.pill,.status{padding:6px 10px;border-radius:999px;background:#1e293b}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{margin:18px 0}.card strong{font-size:36px;display:block;margin-top:10px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.form-grid textarea{grid-column:1/-1}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid #243244;padding:12px;text-align:left}code{font-size:12px;color:#93c5fd}.status.rejected,.status.refunded{background:#7f1d1d}.status.delivered{background:#14532d}@media(max-width:800px){aside{position:static;width:auto}main{margin:0}.grid3,.form-grid{grid-template-columns:1fr}}
.toolbar{display:flex;gap:10px;align-items:center;margin:0 0 14px}.table-wrap{overflow:auto}.inline{display:inline-flex;gap:6px;align-items:center}.btn.small{padding:7px 10px;font-size:12px}.btn.danger{background:#991b1b;color:#fff}.muted{color:#94a3b8}.status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;background:#334155;color:#fff}.status-new{background:#2563eb}.status-pending{background:#ca8a04}.status-confirmed,.status-paid{background:#0891b2}.status-processing{background:#7c3aed}.status-ready_to_ship,.status-shipped{background:#ea580c}.status-delivered,.status-approved,.status-sent{background:#16a34a}.status-rejected,.status-refunded,.status-failed{background:#b91c1c}.status-cancelled,.status-returned{background:#475569}.status-queued,.status-retry,.status-processing{background:#9333ea}.modal{position:fixed;inset:0;background:rgba(2,6,23,.72);display:grid;place-items:center;z-index:999}.modal.hidden{display:none}.modal-box{background:#0f172a;border:1px solid #334155;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.45);max-width:900px;max-height:88vh;overflow:auto;width:min(94vw,900px);padding:20px;position:relative}.modal-close{position:absolute;right:12px;top:10px;background:#1f2937;color:#fff;border:0;border-radius:10px;padding:7px 10px;font-size:18px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.timeline{display:grid;gap:10px}.timeline>div{border-left:3px solid #38bdf8;background:#111827;border-radius:12px;padding:10px 12px}.timeline span{display:block;color:#94a3b8;font-size:12px}.apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.app-card{background:#111827;border:1px solid #334155;border-radius:16px;padding:15px;display:flex;flex-direction:column;gap:12px}.app-card span{display:block;color:#94a3b8;font-size:12px;margin-top:3px}@media(max-width:720px){.grid2{grid-template-columns:1fr}.inline{display:flex;margin-top:6px}.admin aside{position:relative;width:auto}.admin main{margin-left:0}}
.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-form h3{grid-column:1/-1;margin:18px 0 4px}.grid-form label{display:flex;flex-direction:column;gap:6px}.grid-form input,.grid-form select{padding:10px 12px;border-radius:12px;border:1px solid #d6deea;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.price-card{background:#fff;border:1px solid #dde6f2;border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.price-card.featured{border-color:#2563eb;box-shadow:0 16px 45px rgba(37,99,235,.18)}.price-card .price b{font-size:32px}.price-card form{display:flex;gap:8px;margin-top:14px}.muted{color:#64748b}.api-tests{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}@media(max-width:800px){.grid-form,.pricing-grid{grid-template-columns:1fr}.price-card form{flex-direction:column}}

.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wide{grid-column:1/-1}.theme-card ul{margin:12px 0}.danger{background:#dc2626!important;color:#fff}@media(max-width:800px){.grid2{grid-template-columns:1fr}.wide{grid-column:auto}}
/* Part 6 production polish */
.card,.price-card,.app-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover,.app-card:hover{transform:translateY(-1px);box-shadow:0 22px 70px rgba(0,0,0,.18)}
button,.btn{transition:transform .15s ease,filter .15s ease}button:hover,.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.skeleton{position:relative;overflow:hidden;background:#111827;border-radius:14px;min-height:80px}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:sk 1.4s infinite}@keyframes sk{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
.admin main{max-width:1500px}.admin main > header.admin-top{position:sticky;top:0;z-index:20;background:rgba(15,23,42,.88);backdrop-filter:blur(12px);padding:10px 0;border-bottom:1px solid rgba(148,163,184,.12)}
.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:0 0 18px}.filters input,.filters select{margin:0}
@media(max-width:640px){body.admin{font-size:14px}aside a{display:inline-flex;margin:3px;padding:8px 10px}.card{padding:16px}.table-wrap{margin-left:-8px;margin-right:-8px}.pricing-grid,.grid3,.grid2{grid-template-columns:1fr!important}}
/* Part 7 App SDK / Marketplace Center */
.app-category-row{display:grid;grid-template-columns:230px 1fr;gap:22px;align-items:start}.app-category-info{position:sticky;top:86px}.apps-marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.app-card-marketplace{text-align:center;min-height:215px;align-items:center;justify-content:space-between}.app-card-marketplace strong{font-size:14px;margin:0;line-height:1.2}.app-card-marketplace .app-logo{width:72px;height:72px;border-radius:18px;background:#fff;color:#0f172a;display:grid;place-items:center;font-size:34px;box-shadow:0 8px 18px rgba(0,0,0,.16)}.small-text{font-size:12px;line-height:1.35}.app-card-marketplace .inline{justify-content:center;flex-wrap:wrap}.app-card-marketplace form{display:inline}@media(max-width:900px){.app-category-row{grid-template-columns:1fr}.app-category-info{position:static}.apps-marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Part 10 Settings + Design Center */
.admin-v10{background:#eef0f4;color:#172033}.admin-v10 main{background:#eef0f4;color:#172033;min-height:100vh}.admin-v10 .admin-sidebar{background:#073668;color:#fff;box-shadow:8px 0 22px rgba(0,0,0,.08);padding:0;width:220px;overflow:auto}.admin-v10 .brand{background:#0a3f79;padding:20px 22px;margin:0;font-weight:900}.admin-v10 .hello{padding:12px 22px;background:#082e58;color:#dbeafe;font-size:13px}.admin-v10 aside nav a{border-radius:0;padding:12px 18px;color:#e6f1ff}.admin-v10 aside nav a:hover{background:#0d4d8f}.admin-v10 .admin-top{background:#082e58;color:#fff;margin:-26px -26px 26px;padding:12px 26px;position:sticky;top:0;z-index:50}.admin-v10 .admin-top h1{font-size:22px;margin:0}.trial-pill{background:#0a3f79;color:#fff;border-radius:999px;padding:7px 12px;font-size:13px}.settings-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;margin-bottom:22px}.settings-hero h2{font-size:34px;margin:0 0 10px}.settings-hero p{color:#64748b;max-width:720px}.hero-illustration{font-size:140px;text-align:center;filter:drop-shadow(0 24px 35px rgba(239,35,60,.18))}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:960px}.settings-tile{display:grid;gap:8px;background:#fff;color:#172033;text-decoration:none;border-radius:14px;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.07);border:1px solid #e6ebf2;transition:.18s}.settings-tile:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(15,23,42,.12)}.tile-icon{font-size:30px;color:#ef233c}.settings-tile strong{font-size:20px}.settings-tile small{color:#64748b;line-height:1.35}.design-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.design-toolbar h2{font-size:32px;margin:0}.design-toolbar p{color:#64748b;max-width:760px}.theme-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:26px}.theme-preview-card{background:#dfe3ea;border-radius:18px;padding:14px;box-shadow:0 10px 28px rgba(15,23,42,.08);border:2px solid transparent}.theme-preview-card.theme-active{border-color:#22c55e}.theme-preview{height:330px;background:#fff;border-radius:10px;overflow:hidden;padding:14px;box-shadow:inset 0 0 0 1px #d4dbe7}.theme-preview-image-wrap{padding:0;background:#fff;display:flex;align-items:flex-start;justify-content:center}.theme-preview-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.mock-top{height:22px;border-radius:6px;background:#0f3b73;margin-bottom:12px}.mock-hero{height:105px;border-radius:10px;background:linear-gradient(135deg,#e2e8f0,#94a3b8);margin-bottom:14px}.mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-grid i{height:62px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.theme-tactical .mock-top{background:#07121f}.theme-tactical .mock-hero{background:linear-gradient(135deg,#0f172a,#334155)}.theme-fashion .mock-top{background:#f3d7d7}.theme-fashion .mock-hero{background:linear-gradient(135deg,#fff1f2,#fbcfe8)}.theme-electronics .mock-top{background:#0b3a83}.theme-electronics .mock-hero{background:linear-gradient(135deg,#0ea5e9,#1d4ed8)}.theme-minimal .mock-top{background:#111}.theme-minimal .mock-hero{background:linear-gradient(135deg,#fafafa,#e5e7eb)}.theme-info{padding:14px 6px 2px}.theme-info h3{margin:0 0 6px;font-size:20px}.theme-info h3 span{font-size:12px;background:#ef233c;color:#fff;border-radius:999px;padding:4px 8px}.theme-active .theme-info h3 span{background:#22c55e}.theme-info p{color:#64748b;font-size:13px;min-height:36px}.admin-v10 .card,.admin-v10 .price-card,.admin-v10 .app-card{background:#fff;color:#172033;border-color:#e2e8f0}.admin-v10 input,.admin-v10 select,.admin-v10 textarea{background:#fff;color:#172033;border-color:#cbd5e1}.admin-v10 table td,.admin-v10 table th{border-color:#e2e8f0}@media(max-width:1100px){.settings-grid,.theme-showcase{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.admin-v10 .admin-sidebar{position:static;width:auto}.admin-v10 main{margin-left:0}.settings-hero{grid-template-columns:1fr}.hero-illustration{display:none}.settings-grid,.theme-showcase{grid-template-columns:1fr}.theme-preview{height:260px}.admin-v10 .admin-top{margin:0 0 18px}.design-toolbar{display:block}}

/* Part 11 Theme Visual Editor */
.test-mode-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.theme-editor-shell{position:fixed;inset:0;z-index:9999;background:#eef0f4;color:#172033;display:grid;grid-template-columns:300px 1fr 360px}.theme-editor-panel{background:#fff;border-right:1px solid #d7dee8;box-shadow:8px 0 24px rgba(15,23,42,.08);overflow:auto}.theme-editor-title{height:54px;background:#0a3f79;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:18px}.theme-editor-title a{color:#fff;text-decoration:none;font-size:30px;font-weight:300}.theme-editor-menu{display:grid}.theme-editor-menu a{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:8px;padding:15px 20px;color:#172033;text-decoration:none;border-bottom:1px solid #e5eaf1;background:#fff}.theme-editor-menu a:hover,.theme-editor-menu a.active{background:#f8fafc;color:#0a3f79}.theme-editor-menu em{font-style:normal;color:#94a3b8;font-size:28px;line-height:1}.theme-editor-main{padding:0;display:grid;grid-template-rows:54px 1fr;min-width:0}.theme-editor-top{height:54px;background:#fff;border-bottom:1px solid #d7dee8;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.theme-editor-top .back{color:#64748b;text-decoration:none}.theme-editor-preview-wrap{padding:28px;overflow:auto}.theme-editor-preview{width:100%;height:calc(100vh - 112px);border:0;background:#fff;box-shadow:0 18px 60px rgba(15,23,42,.14);border-radius:14px}.theme-editor-form{background:#fff;border-left:1px solid #d7dee8;padding:22px;overflow:auto}.theme-editor-form h3{margin:0 0 6px;font-size:24px}.theme-field{display:grid;gap:8px;margin:18px 0}.theme-field span{font-weight:700}.theme-field input:not([type=checkbox]),.theme-field select,.theme-field textarea{border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;background:#fff;color:#172033}.theme-field input[type=color]{height:45px;padding:4px}.theme-field small{color:#64748b}.theme-field-toggle{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.theme-field-toggle input[type=checkbox]{width:42px;height:22px}.theme-image-thumb{width:90px;height:60px;object-fit:cover;border-radius:10px;border:1px solid #cbd5e1}.theme-preview-body{margin:0;background:#fff;color:#172033;font-family:Inter,Segoe UI,Arial,sans-serif}.preview-header{height:78px;display:grid;grid-template-columns:230px 1fr 120px;gap:20px;align-items:center;padding:0 6%;border-bottom:1px solid #e2e8f0}.preview-logo{font-size:24px;font-weight:900;color:#0a3f79}.preview-search{border:1px solid #cbd5e1;border-radius:12px;padding:14px 18px;color:#64748b}.preview-icons{text-align:right;font-size:24px}.preview-nav{display:flex;gap:22px;align-items:center;padding:0 6%;height:50px;border-bottom:1px solid #e2e8f0}.preview-nav b{background:#2563eb;color:#fff;padding:16px 22px}.preview-hero{margin:0 6%;background-size:cover;background-position:center;border-radius:0 0 16px 16px;display:flex;align-items:center;padding:0 60px;color:#fff}.preview-hero h1{font-size:42px;max-width:620px;margin:0 0 18px}.preview-hero a{display:inline-block;border:1px solid #fff;border-radius:8px;padding:12px 28px;text-transform:uppercase}.preview-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 6%}.preview-trust span{background:#fff;border-radius:14px;padding:20px;text-align:center;box-shadow:0 10px 25px rgba(15,23,42,.08)}.preview-products{padding:8px 6% 40px}.preview-products h2{font-size:26px}.preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.preview-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:15px;text-align:center;position:relative;box-shadow:0 8px 25px rgba(15,23,42,.08)}.preview-grid article em{position:absolute;left:12px;top:12px;background:#ef4444;color:#fff;border-radius:999px;padding:6px 10px;font-style:normal;font-size:12px;font-weight:800}.preview-grid article i{display:block;height:120px;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);border-radius:12px;margin-bottom:12px}.preview-grid small{display:block;color:#94a3b8;text-transform:uppercase}.preview-grid b{display:block;min-height:42px}.preview-grid strong{display:block;margin:10px 0;font-size:18px}.preview-grid button{background:#2563eb;color:#fff;border:0;border-radius:8px;padding:10px 14px;font-weight:800}.preview-footer{background:#eef6ff;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:40px 6%;color:#475569}.preview-tactical-dark .preview-logo,.preview-tactical-dark .preview-nav b,.preview-tactical-dark .preview-grid button{background:#111827;color:#fff}.preview-fashion-clean .preview-logo{color:#be185d}.preview-fashion-clean .preview-nav b,.preview-fashion-clean .preview-grid button{background:#ec4899}.preview-electronics-pro .preview-logo{color:#0b3a83}.preview-electronics-pro .preview-nav b,.preview-electronics-pro .preview-grid button{background:#0ea5e9}.preview-minimal-premium .preview-logo{color:#111}.preview-minimal-premium .preview-nav b,.preview-minimal-premium .preview-grid button{background:#111}@media(max-width:1000px){.theme-editor-shell{grid-template-columns:1fr}.theme-editor-panel,.theme-editor-form{position:relative;max-height:45vh}.theme-editor-main{display:none}.test-mode-card{display:block}.preview-grid{grid-template-columns:repeat(2,1fr)}.preview-header{grid-template-columns:1fr}.preview-nav{overflow:auto}.preview-trust{grid-template-columns:repeat(2,1fr)}.preview-footer{grid-template-columns:1fr}}

/* Part 12 theme preview category menu */
.preview-market{max-width:1180px;margin:10px auto 0;display:grid;grid-template-columns:255px 1fr;align-items:stretch}.preview-catmenu{background:#fff;border:1px solid #dbe3ef;border-right:0;border-radius:10px 0 0 10px;overflow:hidden}.preview-catmenu b{display:block;background:#2f80ed;color:white;padding:15px 18px}.preview-catmenu span{display:flex;justify-content:space-between;padding:10px 16px;font-size:14px}.preview-catmenu span:hover{background:#f8fafc;color:#2563eb}.preview-catmenu em{font-style:normal;font-size:20px;line-height:14px}.preview-market .preview-hero{margin:0;border-radius:0 10px 10px 0}.preview-mobile-drawer{display:none;position:fixed;left:0;top:0;bottom:0;width:300px;background:#fff;box-shadow:10px 0 30px #0002;padding:16px;z-index:5}.preview-mobile-drawer b{display:block;background:#123d70;color:#fff;margin:-16px -16px 14px;padding:18px}.preview-mobile-drawer p{margin:14px 0;color:#334155}.preview-mobile-drawer strong{display:block;margin:10px 0}.theme-editor-menu a.active{background:#edf6ff;color:#1261b4;font-weight:800}@media(max-width:900px){.preview-market{grid-template-columns:1fr}.preview-catmenu{display:none}.preview-market .preview-hero{border-radius:10px}.preview-mobile-drawer{display:block;position:relative;width:auto;box-shadow:none;margin:10px}.preview-mobile-drawer b{margin:0 0 12px}}

/* Part 13 General Settings Center — Gomag-style tabs and rows */
.gomag-settings{background:#fff!important;color:#263241!important;border-radius:14px;border:1px solid #dfe6ef!important;padding:0!important;overflow:hidden}.settings-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 28px 18px;border-bottom:1px solid #e4e9f1}.settings-page-head h2{font-size:30px;font-weight:500;margin:0 0 8px;color:#2d3748}.settings-page-head p{margin:0;color:#64748b;max-width:850px}.settings-tabs{display:flex;gap:4px;align-items:flex-end;padding:12px 12px 0;border-bottom:1px solid #aeb8c6;background:#f8fafc;overflow:auto}.settings-tab{appearance:none;background:linear-gradient(#fff,#e9edf4);border:1px solid #aeb8c6;border-bottom:0;color:#1f2937;border-radius:8px 8px 0 0;padding:10px 16px;font-weight:600;white-space:nowrap;box-shadow:none}.settings-tab.active{background:#fff;color:#111827;position:relative;top:1px}.settings-tab-panel{display:none;padding:26px 20px 34px}.settings-tab-panel.active{display:block}.settings-section{max-width:880px;margin:0 0 36px}.settings-section h3{text-align:center;font-size:20px;margin:22px 0 18px;color:#374151}.settings-row{display:grid;grid-template-columns:330px minmax(220px,420px);gap:20px;align-items:center;margin:13px 0}.settings-label{text-align:right}.settings-label strong{display:block;font-weight:500;color:#374151;font-size:16px;line-height:1.2}.settings-label small{display:block;color:#9ca3af;font-size:13px;line-height:1.35;margin-top:5px}.settings-control input,.settings-control select,.settings-control textarea{width:100%;margin:0;background:#fff!important;color:#1f2937!important;border:1px solid #c9d2df!important;border-radius:7px!important;padding:9px 11px!important;box-shadow:inset 0 1px 0 rgba(0,0,0,.02)}.settings-control textarea{min-height:86px;resize:vertical}.settings-actions{display:flex;gap:10px;align-items:center;margin-left:350px;padding:6px 0 0}.btn.secondary{background:#f1f5f9!important;color:#1f2937!important;border:1px solid #cbd5e1}.switch{display:inline-flex!important;align-items:center;width:46px!important;height:26px!important;margin:0!important;position:relative}.switch input{position:absolute;opacity:0;width:0;height:0}.switch span{position:absolute;cursor:pointer;inset:0;background:#c9cdd2;border-radius:999px;transition:.18s;box-shadow:inset 0 1px 2px #0002}.switch span:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.18s;box-shadow:0 1px 3px #0003}.switch input:checked + span{background:#45c978}.switch input:checked + span:before{transform:translateX(20px)}.field-toggle .settings-control{display:flex;align-items:center}.settings-section:first-child h3{margin-top:4px}.admin-v10 .gomag-settings button:not(.settings-tab):not(.secondary),.gomag-settings button[type=submit]{background:#0b66d8!important;color:#fff!important;border-radius:8px!important;padding:9px 16px!important}.settings-control input[type=number]{max-width:160px}.settings-control input[name*="vat_rate"],.settings-control input[name*="next_number"]{max-width:120px}.settings-control input[name*="logo"],.settings-control input[name*="image"],.settings-control input[name*="url"]{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}@media(max-width:900px){.settings-page-head{display:block}.settings-tab-panel{padding:18px 12px}.settings-section{max-width:none}.settings-row{grid-template-columns:1fr;gap:7px;background:#f8fafc;border:1px solid #e5eaf1;border-radius:12px;padding:12px}.settings-label{text-align:left}.settings-actions{margin-left:0}.settings-tabs{padding-left:8px}.settings-section h3{text-align:left;margin-left:4px}}


/* Part 20 — premium platform landing + unified auth */
.platform-body{margin:0;background:#f3f7fb;color:#0f172a;font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}.platform-header{max-width:1180px;margin:0 auto;padding:22px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}.platform-logo,.auth-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#0f172a;font-weight:950;font-size:25px;letter-spacing:-.03em}.platform-logo span,.auth-brand span{width:40px;height:40px;border-radius:14px;background:#0f172a;color:#fff;display:grid;place-items:center;font-weight:950}.platform-navlinks{display:flex;justify-content:center;gap:26px}.platform-navlinks a{color:#475569;text-decoration:none;font-weight:800}.platform-actions,.platform-hero-buttons{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.platform-btn{display:inline-flex;align-items:center;justify-content:center;border:0;text-decoration:none;border-radius:16px;font-weight:900;padding:14px 18px;white-space:nowrap;transition:.18s ease}.platform-btn:hover{transform:translateY(-1px)}.platform-btn-primary{background:#0ea5e9;color:white;box-shadow:0 18px 35px rgba(14,165,233,.24)}.platform-btn-soft{background:#eaf6ff;color:#0f172a}.platform-btn-ghost{background:#fff;color:#0f172a;border:1px solid #dbe7f5}.platform-btn-light{background:#fff;color:#0f172a}.platform-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:9px 13px;background:#d9f3ff;color:#075985;font-size:12px;text-transform:uppercase;font-weight:950;letter-spacing:.06em}.platform-hero-pro{max-width:1180px;margin:0 auto;padding:78px 22px 44px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center}.platform-hero-copy h1{font-size:60px;line-height:1.03;letter-spacing:-.055em;margin:18px 0 24px;color:#101828}.platform-hero-copy p{font-size:19px;line-height:1.65;color:#475569;max-width:680px;margin:0 0 28px}.platform-trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.platform-trust-row span{background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 13px;color:#334155;font-size:13px;font-weight:800}.platform-showcase{position:relative;min-height:480px}.platform-browser{background:linear-gradient(135deg,#0f172a,#0ea5e9);border-radius:34px;padding:18px;box-shadow:0 30px 80px rgba(15,23,42,.22)}.platform-browser-top{height:38px;display:flex;gap:8px;align-items:center;color:white}.platform-browser-top i{width:10px;height:10px;border-radius:99px;background:#fff8}.platform-browser-top b{margin-left:8px;font-size:13px}.platform-demo-layout{background:#fff;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:210px 1fr;min-height:360px}.platform-demo-layout aside{background:#fff;border-right:1px solid #e5eef8;padding:18px;display:flex;flex-direction:column;gap:13px}.platform-demo-layout aside strong{background:#2f80ed;color:#fff;padding:13px;border-radius:12px}.platform-demo-layout aside span{font-size:13px;color:#334155}.platform-demo-layout section{padding:20px}.platform-demo-hero{background:linear-gradient(120deg,#172554,#0ea5e9);color:#fff;border-radius:20px;padding:28px;min-height:150px}.platform-demo-hero h3{font-size:30px;line-height:1.05;margin:18px 0 0;max-width:420px}.platform-demo-products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.platform-demo-products i{height:118px;border-radius:18px;background:linear-gradient(145deg,#eef6ff,#dbeafe);box-shadow:inset 0 0 0 1px #e2e8f0}.platform-phone{position:absolute;right:10px;bottom:-20px;width:150px;background:#fff;border:8px solid #111827;border-radius:32px;padding:18px 14px;box-shadow:0 24px 60px rgba(15,23,42,.25)}.platform-phone div{height:170px;border-radius:20px;background:linear-gradient(#eaf6ff,#fff);margin-bottom:12px}.platform-phone b,.platform-phone span{display:block}.platform-phone span{color:#64748b;font-size:12px;margin-top:4px}.platform-section{max-width:1180px;margin:0 auto;padding:54px 22px}.platform-section-head{max-width:760px;margin-bottom:24px}.platform-section h2{font-size:38px;letter-spacing:-.04em;line-height:1.1;margin:14px 0 0}.platform-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.platform-feature-grid article,.platform-pricing article{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.platform-feature-grid b{font-size:18px}.platform-feature-grid p{color:#64748b;line-height:1.55}.platform-split{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px;align-items:center}.platform-split p{color:#64748b;line-height:1.65;font-size:17px}.platform-theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.platform-theme-grid i{font-style:normal;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:42px 18px;text-align:center;font-weight:950;box-shadow:0 16px 45px rgba(15,23,42,.06)}.platform-apps-row{display:flex;gap:12px;flex-wrap:wrap}.platform-apps-row span{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 20px;font-weight:900;box-shadow:0 12px 30px rgba(15,23,42,.05)}.platform-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.platform-pricing article{position:relative}.platform-pricing .popular{border-color:#0ea5e9;box-shadow:0 24px 70px rgba(14,165,233,.15)}.platform-pricing em{position:absolute;right:18px;top:18px;background:#dcfce7;color:#15803d;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950;font-style:normal}.platform-pricing strong{font-size:42px}.platform-pricing p{color:#64748b}.platform-pricing li{margin:9px 0}.platform-footer{max-width:1180px;margin:20px auto 0;padding:28px 22px 50px;border-top:1px solid #dbe7f5;display:flex;gap:18px;align-items:center;flex-wrap:wrap;color:#64748b}.platform-footer b{color:#0f172a}.platform-footer a{color:#0ea5e9;font-weight:900;text-decoration:none}.auth-pro{margin:0;min-height:100vh;background:radial-gradient(circle at top left,#e0f2fe 0,#f3f7fb 34%,#eef4fb 100%);color:#0f172a;font-family:Inter,Segoe UI,Arial,sans-serif}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 520px}.auth-shell-simple{grid-template-columns:1fr;place-items:center}.auth-visual{padding:56px 7vw;background:linear-gradient(135deg,#0f172a,#0b3a63 55%,#0ea5e9);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-visual:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(56,189,248,.18);right:-120px;bottom:-130px}.auth-brand{color:#fff;position:relative;z-index:1}.auth-brand span{background:#fff;color:#0f172a}.auth-brand-dark{color:#0f172a}.auth-brand-dark span{background:#0f172a;color:#fff}.auth-visual h1{font-size:52px;line-height:1.04;letter-spacing:-.05em;margin:56px 0 18px;max-width:620px;position:relative;z-index:1}.auth-visual p{font-size:18px;line-height:1.65;color:#dbeafe;max-width:620px;position:relative;z-index:1}.auth-preview-card{margin-top:38px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:26px;padding:18px;max-width:520px;position:relative;z-index:1;box-shadow:0 24px 60px rgba(0,0,0,.2)}.auth-preview-top{display:flex;gap:7px;margin-bottom:15px}.auth-preview-top i{width:10px;height:10px;border-radius:999px;background:#fff9}.auth-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.auth-preview-grid b{height:110px;border-radius:18px;background:#fff;color:#0f172a;display:grid;place-items:center}.auth-benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;position:relative;z-index:1}.auth-benefits span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:10px 13px;color:#fff;font-weight:800}.auth-panel{display:flex;align-items:center;justify-content:center;padding:34px}.auth-card-pro{width:min(440px,92vw);background:#fff;border:1px solid #dbe7f5;border-radius:28px;padding:34px;box-shadow:0 30px 80px rgba(15,23,42,.12)}.auth-kicker{display:inline-flex;background:#d9f3ff;color:#075985;border-radius:999px;padding:8px 12px;text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.06em}.auth-card-pro h2{font-size:34px;line-height:1.1;margin:18px 0 8px;letter-spacing:-.035em}.auth-card-pro p{color:#64748b;line-height:1.55;margin:0 0 20px}.auth-form label{display:block;font-weight:800;color:#334155;margin:14px 0}.auth-form input{width:100%;box-sizing:border-box;background:#f8fafc!important;color:#0f172a!important;border:1px solid #cbd5e1!important;border-radius:14px!important;padding:14px 15px!important;margin:8px 0 0!important}.auth-form button,.auth-main-link{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;background:#0ea5e9!important;color:#fff!important;border:0;border-radius:15px!important;padding:15px 18px!important;font-weight:950!important;text-decoration:none;margin-top:18px;box-shadow:0 18px 36px rgba(14,165,233,.24)}.auth-links{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px}.auth-links a{color:#0ea5e9;font-weight:900;text-decoration:none}.auth-alert{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:14px;padding:12px 14px;margin:16px 0;font-weight:800}@media(max-width:980px){.platform-header{grid-template-columns:1fr}.platform-navlinks{justify-content:flex-start;overflow:auto}.platform-hero-pro,.platform-split,.auth-shell{grid-template-columns:1fr}.platform-hero-copy h1{font-size:42px}.platform-showcase{min-height:auto}.platform-phone{display:none}.platform-feature-grid,.platform-pricing{grid-template-columns:1fr}.platform-theme-grid{grid-template-columns:repeat(2,1fr)}.platform-demo-layout{grid-template-columns:1fr}.platform-demo-layout aside{display:none}.auth-visual{padding:34px 24px}.auth-visual h1{font-size:38px;margin-top:34px}.auth-panel{padding:24px}.auth-preview-card{display:none}}@media(max-width:620px){.platform-actions,.platform-hero-buttons{width:100%}.platform-btn{width:100%;box-sizing:border-box}.platform-theme-grid{grid-template-columns:1fr}.platform-demo-products{grid-template-columns:repeat(2,1fr)}.platform-hero-pro{padding-top:34px}.platform-hero-copy h1{font-size:36px}.platform-section h2{font-size:30px}.auth-card-pro{padding:24px}.auth-links{display:grid}.auth-preview-grid{grid-template-columns:1fr}}

/* Part 22 final CSS/load + editor fix */
.admin-v10 .theme-editor-shell, .theme-editor-shell{position:fixed!important;inset:0!important;z-index:999999!important;background:#eef0f4!important;color:#172033!important;display:grid!important;grid-template-columns:300px minmax(520px,1fr) 360px!important;width:100vw!important;height:100vh!important;overflow:hidden!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}
.theme-editor-shell aside,.theme-editor-shell .theme-editor-panel,.theme-editor-shell .theme-editor-form{position:static!important;inset:auto!important;width:auto!important;margin:0!important;box-sizing:border-box!important}
.theme-editor-shell main.theme-editor-main{margin:0!important;padding:0!important;max-width:none!important;min-width:0!important;background:#eef0f4!important;color:#172033!important;display:grid!important;grid-template-rows:54px 1fr!important;box-sizing:border-box!important}
.theme-editor-panel{background:#fff!important;border-right:1px solid #d7dee8!important;box-shadow:8px 0 24px rgba(15,23,42,.08)!important;overflow:auto!important}.theme-editor-title{height:54px!important;background:#0a3f79!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 20px!important;font-size:18px!important}.theme-editor-title a{color:#fff!important;text-decoration:none!important;font-size:30px!important;font-weight:300!important}.theme-editor-menu{display:grid!important}.theme-editor-menu a{display:grid!important;grid-template-columns:28px 1fr 18px!important;align-items:center!important;gap:8px!important;padding:15px 20px!important;color:#172033!important;text-decoration:none!important;border-bottom:1px solid #e5eaf1!important;background:#fff!important;border-radius:0!important}.theme-editor-menu a.active,.theme-editor-menu a:hover{background:#f8fafc!important;color:#0a3f79!important}.theme-editor-menu em{font-style:normal!important;color:#94a3b8!important;font-size:28px!important;line-height:1!important}.theme-editor-top{height:54px!important;background:#fff!important;border-bottom:1px solid #d7dee8!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 18px!important;box-sizing:border-box!important}.theme-editor-preview-wrap{padding:28px!important;overflow:auto!important;box-sizing:border-box!important}.theme-editor-preview{width:100%!important;height:calc(100vh - 112px)!important;border:0!important;background:#fff!important;box-shadow:0 18px 60px rgba(15,23,42,.14)!important;border-radius:14px!important}.theme-editor-form{background:#fff!important;border-left:1px solid #d7dee8!important;padding:22px!important;overflow:auto!important}.theme-editor-form h3{margin:0 0 6px!important;font-size:24px!important}.theme-field{display:grid!important;gap:8px!important;margin:18px 0!important}.theme-field span{font-weight:700!important}.theme-field input:not([type=checkbox]),.theme-field select,.theme-field textarea{width:100%!important;box-sizing:border-box!important;border:1px solid #cbd5e1!important;border-radius:10px!important;padding:11px 12px!important;background:#fff!important;color:#172033!important;margin:0!important}.theme-field input[type=color]{height:45px!important;padding:4px!important}.theme-field small{color:#64748b!important}.theme-field-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:12px!important}.theme-image-thumb{width:90px!important;height:60px!important;object-fit:cover!important;border-radius:10px!important;border:1px solid #cbd5e1!important}.theme-editor-shell .btn{background:#0ea5e9!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:11px 16px!important;text-decoration:none!important;font-weight:800!important}.theme-editor-shell .btn.small{padding:8px 11px!important;font-size:12px!important}.theme-editor-shell .muted{color:#64748b!important}.theme-preview-body{margin:0!important;background:#fff!important;color:#172033!important;font-family:Inter,Segoe UI,Arial,sans-serif!important}.theme-preview-body main{margin:0!important;padding:0!important;max-width:none!important}.theme-preview-body aside{position:static!important;width:auto!important;padding:0!important}
@media(max-width:1200px){.theme-editor-shell{grid-template-columns:280px minmax(360px,1fr)!important}.theme-editor-form{display:none!important}}@media(max-width:760px){.theme-editor-shell{grid-template-columns:1fr!important;overflow:auto!important}.theme-editor-main{display:none!important}.theme-editor-panel,.theme-editor-form{display:block!important;max-height:none!important}}


/* Part 23 - stable theme editor + preview polish */
.theme-editor-shell{position:fixed!important;inset:0!important;z-index:999999!important;background:#eef2f7!important;color:#172033!important;display:grid!important;grid-template-columns:300px minmax(560px,1fr) 360px!important;width:100vw!important;height:100vh!important;overflow:hidden!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;}
.theme-editor-shell *{box-sizing:border-box!important}.theme-editor-panel{background:#fff!important;border-right:1px solid #d7dee8!important;overflow:auto!important}.theme-editor-title{min-height:64px!important;background:#0a3f79!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 20px!important;font-size:18px!important;line-height:1.2!important}.theme-editor-title a{color:#fff!important;text-decoration:none!important;font-size:30px!important}.theme-editor-menu{display:block!important}.theme-editor-menu a{display:grid!important;grid-template-columns:28px 1fr 18px!important;gap:10px!important;align-items:center!important;padding:16px 20px!important;text-decoration:none!important;color:#172033!important;border-bottom:1px solid #e5eaf1!important;background:#fff!important}.theme-editor-menu a.active{background:#eef7ff!important;color:#0a3f79!important;font-weight:900!important}.theme-editor-menu em{font-style:normal!important;color:#94a3b8!important;font-size:26px!important}.theme-editor-main{min-width:0!important;display:grid!important;grid-template-rows:58px 1fr!important;background:#eef2f7!important}.theme-editor-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;height:58px!important;padding:0 18px!important;background:#fff!important;border-bottom:1px solid #d7dee8!important}.theme-editor-top .back{color:#64748b!important;text-decoration:none!important}.preview-actions{display:flex!important;align-items:center!important;gap:8px!important}.theme-editor-preview-wrap{padding:22px!important;overflow:auto!important}.preview-stage{width:100%!important;height:calc(100vh - 104px)!important;background:#fff!important;border-radius:18px!important;box-shadow:0 18px 60px rgba(15,23,42,.14)!important;overflow:hidden!important}.preview-stage.mobile{width:390px!important;max-width:100%!important;margin:auto!important}.theme-editor-preview{width:100%!important;height:100%!important;border:0!important;background:#fff!important;display:block!important}.theme-editor-form{background:#fff!important;border-left:1px solid #d7dee8!important;padding:24px!important;overflow:auto!important}.theme-editor-form h3{margin:0 0 8px!important;font-size:24px!important}.theme-editor-form .muted{color:#64748b!important;line-height:1.45!important}.saved-note{background:#dcfce7!important;color:#166534!important;border:1px solid #86efac!important;border-radius:12px!important;padding:10px 12px!important;font-weight:800!important;margin:12px 0!important}.theme-field{display:grid!important;gap:8px!important;margin:18px 0!important}.theme-field span{font-weight:800!important}.theme-field input:not([type=checkbox]),.theme-field select,.theme-field textarea{width:100%!important;border:1px solid #cbd5e1!important;border-radius:12px!important;padding:12px!important;background:#fff!important;color:#172033!important}.theme-field input[type=color]{height:48px!important;padding:4px!important}.theme-field small{color:#64748b!important;line-height:1.35!important}.theme-image-thumb{width:100px!important;height:64px!important;object-fit:cover!important;border-radius:12px!important;border:1px solid #cbd5e1!important}.theme-editor-shell .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#0ea5e9!important;color:#fff!important;border:0!important;border-radius:13px!important;padding:11px 16px!important;text-decoration:none!important;font-weight:900!important;cursor:pointer!important}.theme-editor-shell .btn.small{padding:9px 12px!important;font-size:12px!important}.theme-editor-shell .btn.ghost{background:#eaf6ff!important;color:#0f172a!important}@media(max-width:1180px){.theme-editor-shell{grid-template-columns:280px minmax(380px,1fr)!important}.theme-editor-form{display:none!important}}@media(max-width:760px){.theme-editor-shell{grid-template-columns:1fr!important;overflow:auto!important}.theme-editor-main{display:none!important}.theme-editor-panel,.theme-editor-form{display:block!important;max-height:none!important}.theme-editor-form{border-left:0!important}}
/* Part 27 registration + SaaS billing */
.settings-form.wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:920px}.settings-form.wide h3{grid-column:1/-1;margin:20px 0 4px}.settings-form.wide label{display:flex;flex-direction:column;gap:7px;font-weight:700;color:#334155}.settings-form.wide input,.settings-form.wide select{padding:11px 12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.settings-form.wide button,.billing-form button{border:0;border-radius:12px;background:#0ea5e9;color:white;font-weight:900;padding:12px 15px;cursor:pointer}.billing-hero .alert.info,.alert.info{background:#e0f2fe;border:1px solid #bae6fd;color:#075985;border-radius:14px;padding:12px 14px}.billing-form{display:flex;gap:8px;align-items:center}.billing-form select{border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}.badge-green{float:right;background:#dcfce7;color:#15803d;border-radius:999px;padding:6px 10px;font-style:normal;font-size:12px;font-weight:900}@media(max-width:800px){.settings-form.wide{grid-template-columns:1fr}.billing-form{flex-direction:column;align-items:stretch}}

/* Part 28 store/domain/platform fixes */
.domain-current{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin:18px 0}.domain-current>div,.dns-help,.nested-card{background:#f8fbff;border:1px solid #dbe7f5;border-radius:18px;padding:18px}.dns-help code,.domain-current code{background:#fff;border:1px solid #d7e3f2;border-radius:8px;padding:4px 8px}.alert.error{background:#ffe8e8;color:#9f1d1d;border:1px solid #ffc7c7;padding:12px 16px;border-radius:12px}.alert.info{background:#e9f7ff;color:#075985;border:1px solid #bae6fd;padding:12px 16px;border-radius:12px}.nested-card{margin-top:18px}.settings-form small{display:block;color:#667085;margin-top:6px}.badge{background:#e6f6ff;border-radius:999px;padding:4px 9px;color:#075985;font-size:12px;font-weight:600}

/* Part 29 - dashboard, product management and platform settings polish */
.section-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.section-head-row h2{margin:0 0 6px}.admin-search-form{display:flex;gap:10px;min-width:min(520px,100%)}.admin-search-form input{margin:0;background:#fff;color:#172033;border:1px solid #cbd5e1}.admin-search-form button{white-space:nowrap}.inline-import-form{display:flex;gap:10px;align-items:center}.inline-import-form input{margin:0;background:#fff;color:#172033;border:1px solid #cbd5e1}.product-form-grid input,.product-form-grid textarea{background:#fff;color:#172033;border:1px solid #cbd5e1}.admin-product-list{display:grid;gap:14px}.admin-product-row{display:grid;grid-template-columns:96px 1fr 190px;gap:18px;align-items:center;background:#fff;border:1px solid #dbe5f0;border-radius:18px;padding:14px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.admin-product-thumb{width:96px;height:96px;border-radius:16px;background:#eef6ff;display:grid;place-items:center;overflow:hidden}.admin-product-thumb img{width:100%;height:100%;object-fit:cover}.admin-product-main h3{margin:0;font-size:18px;color:#0f172a}.admin-product-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-product-meta{display:flex;flex-wrap:wrap;gap:10px 16px;margin:10px 0;color:#64748b;font-size:13px}.admin-product-meta b{color:#0f172a}.product-desc{margin:0;line-height:1.45}.admin-product-side{display:grid;gap:8px;justify-items:end;text-align:right}.admin-product-side strong{font-size:20px;color:#0f172a}.admin-product-side small{color:#64748b}.product-actions{display:flex;gap:8px}.btn.ghost{background:#eaf6ff!important;color:#0f172a!important}.admin-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.admin-pagination a{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:10px;background:#eaf6ff;text-decoration:none;color:#0f172a;font-weight:800}.admin-pagination a.active{background:#0ea5e9;color:#fff}.dashboard-hero{display:grid;grid-template-columns:1fr 260px;gap:20px;align-items:center;background:linear-gradient(135deg,#fff,#f3fbff)}.dashboard-hero h2{font-size:34px;margin:8px 0 8px}.dashboard-plan-card{background:#0a3f79;color:#fff;border-radius:18px;padding:18px;display:grid;gap:8px}.dashboard-plan-card small{color:#bfdbfe}.dashboard-plan-card strong{font-size:22px;margin:0}.admin-stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:18px 0}.stat-card{background:#fff;border:1px solid #dbe5f0;border-radius:18px;padding:18px;text-decoration:none;color:#0f172a;box-shadow:0 12px 34px rgba(15,23,42,.05);display:grid;gap:8px}.stat-card span{color:#64748b;font-size:13px}.stat-card strong{font-size:26px}.stat-card small{color:#64748b}.dashboard-grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.launch-checklist{list-style:none;margin:0;padding:0;display:grid;gap:10px}.launch-checklist li{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;background:#f8fbff;border:1px solid #e2eaf5;border-radius:14px;padding:12px}.launch-checklist li>span{width:34px;height:34px;border-radius:12px;background:#d9f3ff;color:#075985;display:grid;place-items:center;font-weight:900}.launch-checklist b{display:block}.launch-checklist small{color:#64748b}.launch-checklist a{color:#0ea5e9;font-weight:900;text-decoration:none}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-actions-grid a{background:#f8fbff;border:1px solid #e2eaf5;border-radius:14px;padding:14px;text-decoration:none;color:#0f172a;font-weight:800}.mini-table{display:grid;gap:8px}.mini-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8fbff;border:1px solid #e2eaf5;border-radius:12px;padding:11px 12px;text-decoration:none;color:#0f172a}.mini-row em{color:#64748b;font-style:normal;font-size:12px}.platform-settings-form h3{border-top:1px solid #e2eaf5;padding-top:18px}.platform-settings-form h3:first-child{border-top:0;padding-top:0}@media(max-width:1200px){.admin-stats-grid{grid-template-columns:repeat(3,1fr)}.admin-product-row{grid-template-columns:80px 1fr}.admin-product-side{grid-column:2;justify-items:start;text-align:left}.dashboard-grid-2,.dashboard-hero{grid-template-columns:1fr}}@media(max-width:700px){.section-head-row,.admin-search-form,.inline-import-form{display:grid;width:100%}.admin-stats-grid{grid-template-columns:1fr 1fr}.admin-product-row{grid-template-columns:1fr}.admin-product-thumb{width:100%;height:180px}.admin-product-side{grid-column:auto}.launch-checklist li{grid-template-columns:34px 1fr}.launch-checklist li a{grid-column:2}.quick-actions-grid{grid-template-columns:1fr}}

/* Part 30 - Settings Hub polish */
.settings-hub-v2{display:grid;gap:22px}.settings-hub-hero{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:center;background:linear-gradient(135deg,#ffffff,#eef8ff)!important;border:1px solid #dce8f5!important}.soft-label{display:inline-flex;background:#d9f3ff;color:#075985;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:.06em}.settings-hub-hero h2{font-size:36px;line-height:1.05;margin:16px 0 12px;color:#0f172a}.settings-hub-hero p{max-width:760px;color:#53657d;line-height:1.55}.settings-quick-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.settings-quick-row a{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:13px;background:#fff;text-decoration:none;color:#0f172a;border:1px solid #dbe5f0;box-shadow:0 8px 20px rgba(15,23,42,.05);font-weight:700}.settings-status-panel{background:#082e58;color:#fff;border-radius:22px;padding:22px;box-shadow:0 18px 40px rgba(8,46,88,.18)}.settings-status-panel strong{display:block;font-size:20px;margin-bottom:14px}.settings-status-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.settings-status-panel li{display:flex;align-items:center;gap:10px;color:#dbeafe}.settings-status-panel li span{width:26px;height:26px;border-radius:9px;background:#19b8f2;color:#001827;display:grid;place-items:center;font-weight:900}.settings-group-block{display:grid;gap:12px}.settings-group-title h3{margin:0 0 4px;font-size:24px;color:#0f172a}.settings-group-title p{margin:0;color:#64748b}.settings-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-tile-v2{display:grid;grid-template-columns:46px 1fr auto;gap:14px;align-items:center;background:#fff;color:#0f172a;text-decoration:none;border:1px solid #dbe5f0;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.06);transition:.18s}.settings-tile-v2:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(15,23,42,.11);border-color:#8bdcff}.tile-icon-v2{width:46px;height:46px;border-radius:16px;background:#eaf6ff;display:grid;place-items:center;font-size:24px}.tile-content-v2{display:grid;gap:4px}.tile-content-v2 strong{font-size:18px}.tile-content-v2 small{color:#64748b;line-height:1.35}.settings-tile-v2 em{font-style:normal;color:#0ea5e9;font-size:13px;font-weight:800}.settings-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-mini-card h3{margin-top:0}.settings-mini-list{display:grid;gap:9px}.settings-mini-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fbff;border:1px solid #e2eaf5;border-radius:14px;padding:12px;text-decoration:none;color:#0f172a}.settings-mini-list span{color:#64748b;font-size:13px}.settings-actions-inline{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}@media(max-width:1180px){.settings-hub-hero{grid-template-columns:1fr}.settings-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-status-panel{max-width:560px}}@media(max-width:760px){.settings-hub-hero h2{font-size:28px}.settings-grid-v2,.settings-bottom-grid{grid-template-columns:1fr}.settings-tile-v2{grid-template-columns:42px 1fr}.settings-tile-v2 em{grid-column:2}.settings-quick-row a{width:100%}}

/* Part 31 - Product edit modal */
.product-modal-box{width:min(96vw,1050px);background:#fff;color:#101828;border:1px solid #dbe6f3;border-radius:24px;padding:0;overflow:hidden;box-shadow:0 30px 90px rgba(15,23,42,.28)}
.product-modal-box .modal-close{background:#0b3768;color:#fff;border-radius:999px;right:18px;top:16px;width:38px;height:38px;display:grid;place-items:center;padding:0;z-index:3}
.product-edit-modal{padding:28px}.modal-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.modal-headline h2{margin:4px 0 6px;font-size:28px;line-height:1.1}.mini-label{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;color:#0ea5e9;background:#e0f7ff;border-radius:999px;padding:6px 10px}.product-modal-grid{display:grid;grid-template-columns:310px 1fr;gap:26px}.product-modal-media{background:#f4f8fc;border:1px solid #dbe6f3;border-radius:20px;padding:18px}.product-modal-image{aspect-ratio:1/1;background:#fff;border-radius:18px;border:1px solid #e5edf7;display:grid;place-items:center;overflow:hidden;margin-bottom:14px}.product-modal-image img{max-width:100%;max-height:100%;object-fit:contain}.product-modal-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field-row{display:flex;flex-direction:column;gap:7px}.field-row.full,.modal-actions.full{grid-column:1/-1}.field-row label,.field-label{font-weight:650;color:#172033}.field-row input,.field-row select,.field-row textarea,.product-modal-media input[type=file]{border:1px solid #cbd8ea;border-radius:13px;padding:12px 14px;background:#fff;color:#111827;font:inherit;width:100%;box-sizing:border-box}.field-row textarea{resize:vertical;min-height:140px}.modal-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px}.modal-actions .btn,.product-save-btn{border:0;border-radius:14px;background:#22b7ec;color:#071527;padding:12px 18px;font-weight:700;text-decoration:none;cursor:pointer}.modal-actions .btn.ghost{background:#eef6ff;color:#0f3768}.ajax-product-message{font-size:14px;color:#64748b}.ajax-product-message.is-ok{color:#15803d;font-weight:650}.ajax-product-message.is-error{color:#b91c1c;font-weight:650}.ajax-product-message.is-loading{color:#0369a1}.modal-loading,.modal-error{padding:36px;text-align:center}.modal-error{color:#b91c1c}.small-note{font-size:13px}.admin-product-row button.btn{font-family:inherit;cursor:pointer;border:0}
@media(max-width:820px){.product-edit-modal{padding:20px}.product-modal-grid{grid-template-columns:1fr}.product-modal-fields{grid-template-columns:1fr}.modal-headline h2{font-size:22px}.product-modal-box{max-height:92vh}}

/* Part 32: modal scroll + domains actions */
.product-modal-box{max-height:90vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}
.product-modal-box::-webkit-scrollbar{width:8px;}
.product-modal-box::-webkit-scrollbar-thumb{background:#2ea8ff;border-radius:20px;}
.product-modal-box::-webkit-scrollbar-track{background:transparent;}
.product-edit-modal{min-height:0;}
.domain-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
@media(max-width:720px){.product-modal-box{width:96vw;max-height:92vh}.domain-actions{gap:6px}.domain-actions form{display:block!important}}

/* Part 33: Product edit modal forced internal scroll */
body.modal-open{overflow:hidden;}
.modal .product-modal-box{
  width:min(96vw,1050px)!important;
  max-height:calc(100vh - 32px)!important;
  overflow-y:scroll!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  box-sizing:border-box;
}
.modal .product-modal-box .modal-content{overflow:visible!important;max-height:none!important;}
.modal .product-modal-box .modal-close{position:sticky!important;float:right;top:14px;margin:0 0 -44px auto;z-index:20;}
.product-edit-modal{padding:28px 32px 32px!important;min-height:auto!important;}
.product-modal-grid{align-items:start;}
.product-modal-fields{padding-bottom:22px;}
@media(max-width:820px){
  .modal .product-modal-box{width:96vw!important;max-height:calc(100vh - 18px)!important;border-radius:20px!important;}
  .product-edit-modal{padding:20px!important;}
  .modal .product-modal-box .modal-close{top:10px;}
}

/* Part 34 - Accounts polish */
.admin-hero.mini{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff,#eef7ff);border-radius:22px;padding:28px 32px;margin-bottom:22px;box-shadow:0 18px 45px rgba(2,20,45,.08)}
.admin-hero .eyebrow{display:inline-flex;background:#dff6ff;color:#006da6;border-radius:999px;padding:7px 12px;font-size:12px;letter-spacing:.05em;font-weight:700}.admin-hero h2{margin:10px 0 8px;font-size:34px;line-height:1.05}.hero-actions{display:flex;gap:10px}.notice{border-radius:14px;padding:12px 16px;margin:12px 0;font-weight:600}.notice.success{background:#e8fff2;color:#087a3d}.notice.error{background:#fff0f0;color:#b42318}.card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#dff6ff;color:#075985;padding:6px 10px;font-size:12px;font-weight:700}.pill.soft{background:#eef6ff;color:#46617c}.account-form-grid{display:grid;grid-template-columns:1.2fr 1.4fr .8fr 1.1fr auto;gap:14px;align-items:end}.account-form-grid label,.account-fields label{font-weight:600}.account-form-grid input,.account-form-grid select,.account-fields input,.account-fields select{width:100%;border:1px solid #cfe0f4;border-radius:13px;padding:12px 14px;background:#fff;color:#14233b}.account-list{display:flex;flex-direction:column;gap:14px}.account-row-card{display:grid;grid-template-columns:58px 1fr auto;gap:14px;align-items:center;border:1px solid #dce8f6;border-radius:18px;padding:16px;background:#fff;box-shadow:0 10px 25px rgba(15,23,42,.04)}.account-avatar{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#0b3a6b,#19a7e8);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800}.account-edit-form{display:grid;grid-template-columns:minmax(260px,1fr) minmax(420px,1.4fr) auto;gap:16px;align-items:center}.account-title-line{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.account-title-line strong{font-size:18px}.account-meta{display:flex;gap:14px;flex-wrap:wrap;color:#637795;font-size:13px}.account-fields{display:grid;grid-template-columns:1fr 1.3fr .8fr 1fr;gap:10px}.role-badge{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:700;background:#eef6ff;color:#0d4f82}.role-owner{background:#e7fff0;color:#067647}.role-admin{background:#e7f0ff;color:#175cd3}.role-manager{background:#fff7e6;color:#b54708}.role-staff{background:#f0efff;color:#5925dc}.btn.danger{background:#fff1f1;color:#b42318;border:1px solid #ffc9c9}.muted-card{background:#fbfdff}.role-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.role-grid div{border:1px solid #dce8f6;border-radius:14px;padding:14px;background:#fff}.role-grid span{display:block;color:#637795;margin-top:6px;font-size:13px}.empty-state{padding:24px;border-radius:16px;background:#f6f9fd;color:#637795;text-align:center}
@media(max-width:1100px){.account-form-grid{grid-template-columns:1fr 1fr}.account-edit-form{grid-template-columns:1fr}.account-fields{grid-template-columns:1fr 1fr}.role-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.admin-hero.mini{flex-direction:column;align-items:flex-start;padding:22px}.admin-hero h2{font-size:28px}.account-form-grid,.account-fields{grid-template-columns:1fr}.account-row-card{grid-template-columns:1fr}.account-avatar{width:46px;height:46px}.role-grid{grid-template-columns:1fr}}

/* Part 35 - subscription plan manager */
.platform-plans-editor{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin:14px 0 22px}
.plan-edit-card{background:#f8fbff;border:1px solid #dbe8f6;border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.plan-edit-card .compact{margin-bottom:10px}
.settings-grid-mini{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.inline-check{display:flex!important;align-items:center;gap:8px;font-weight:600;color:#334155;margin:8px 0!important}
.inline-check input{width:auto!important;min-height:auto!important}
.featured-radio{background:#e8fff0;border:1px solid #bbf7d0;border-radius:14px;padding:10px 12px}
.plan-features{margin:14px 0 18px;padding-left:20px;color:#334155;line-height:1.7}
@media(max-width:760px){.settings-grid-mini{grid-template-columns:1fr}.platform-plans-editor{grid-template-columns:1fr}}

/* Part 37 - premium SaaS subscription cards */
.billing-pro-hero{display:grid;grid-template-columns:minmax(0,1.25fr) 360px;gap:22px;align-items:stretch;margin-bottom:22px}
.billing-pro-hero>div{background:#fff;border:1px solid #dbe7f5;border-radius:26px;padding:28px;box-shadow:0 24px 70px rgba(15,23,42,.08)}
.billing-kicker{display:inline-flex;border-radius:999px;background:#dff5ff;color:#075985;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:800;padding:8px 12px;margin-bottom:12px}
.billing-pro-hero h2{font-size:34px;line-height:1.08;letter-spacing:-.035em;margin:4px 0 12px;color:#101828;font-weight:800}
.billing-pro-hero p{color:#5d6b82;line-height:1.6;max-width:820px}
.billing-pro-hero a{color:#0ea5e9;font-weight:800;text-decoration:none}
.billing-status-card{display:flex;flex-direction:column;justify-content:center;gap:8px}
.billing-status-card strong{font-size:14px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}
.billing-status-card p{margin:0!important;color:#0f172a!important;font-size:22px;line-height:1.2!important}
.billing-status-card small{color:#64748b;line-height:1.5}.status-dot{width:12px;height:12px;border-radius:99px;display:inline-block}.status-dot.active{background:#22c55e;box-shadow:0 0 0 7px rgba(34,197,94,.12)}.status-dot.pending{background:#f59e0b;box-shadow:0 0 0 7px rgba(245,158,11,.13)}
.billing-pricing-pro{align-items:stretch;gap:22px;margin-bottom:22px}.pro-plan-card{position:relative;overflow:hidden;padding:26px!important;border-radius:28px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border:1px solid #dbe7f5!important;box-shadow:0 25px 75px rgba(15,23,42,.08)!important;display:flex;flex-direction:column;min-height:430px}.pro-plan-card:hover{transform:translateY(-3px);box-shadow:0 34px 90px rgba(15,23,42,.13)!important}.pro-plan-card.featured{border:2px solid #0ea5e9!important;box-shadow:0 30px 100px rgba(14,165,233,.22)!important}.pro-plan-card.featured:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,#0ea5e9,#2563eb,#22c55e)}.recommended-ribbon{position:absolute;top:18px;right:18px;background:#dcfce7;color:#15803d;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800}.plan-card-head h3{font-size:22px;margin:0 0 10px;font-weight:800;color:#0f172a}.plan-card-head p{min-height:48px;color:#5d6b82;line-height:1.45;margin:0 0 18px;font-weight:400}.plan-price-row{display:flex;align-items:flex-end;gap:8px;margin:6px 0 8px}.plan-price-row strong{font-size:46px;letter-spacing:-.05em;line-height:1;color:#0f172a;font-weight:800}.plan-price-row span{color:#5d6b82;margin-bottom:6px;font-weight:600}.period-prices{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 18px}.period-prices span{font-size:13px;background:#f1f7ff;border:1px solid #dbeafe;color:#475569;border-radius:999px;padding:7px 10px}.period-prices b{color:#0f172a}.clean-features{list-style:none!important;padding:0!important;margin:0 0 22px!important;display:flex;flex-direction:column;gap:11px;line-height:1.35!important;color:#243047!important;flex:1}.clean-features li{display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:500}.clean-features li span{flex:0 0 22px;width:22px;height:22px;border-radius:999px;background:#e0f2fe;color:#0284c7;display:grid;place-items:center;font-size:13px;font-weight:900}.featured .clean-features li span{background:#dcfce7;color:#16a34a}.pro-billing-form{margin-top:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.pro-billing-form label{display:flex;flex-direction:column;gap:6px;color:#475569;font-weight:700;font-size:13px}.pro-billing-form select{height:48px;border:1px solid #cbd5e1;border-radius:15px;padding:0 14px;background:#fff;color:#0f172a;font-weight:600;width:100%}.pro-billing-form button{height:50px;border-radius:15px!important;background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;color:white!important;font-weight:800!important;border:0!important;box-shadow:0 16px 32px rgba(14,165,233,.22);cursor:pointer;width:100%}.pro-billing-form button:hover{filter:brightness(.98);transform:translateY(-1px)}.coupon-card-pro{margin-top:18px}@media(max-width:1100px){.billing-pro-hero{grid-template-columns:1fr}.billing-pricing-pro{grid-template-columns:1fr!important}.pro-plan-card{min-height:auto}.plan-card-head p{min-height:auto}}@media(max-width:640px){.billing-pro-hero>div,.pro-plan-card{padding:20px!important;border-radius:22px!important}.billing-pro-hero h2{font-size:28px}.plan-price-row strong{font-size:38px}.period-prices{display:grid}.recommended-ribbon{position:static;align-self:flex-start;margin-bottom:12px}}

/* Part 39: professional SaaS landing mockup tiles */
.platform-demo-kpis{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
.platform-mini-card{position:relative;min-height:118px;border-radius:20px;background:linear-gradient(145deg,#ffffff,#edf6ff);border:1px solid #dbeafe;box-shadow:0 14px 28px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.75);padding:14px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.platform-mini-card:after{content:"";position:absolute;right:-28px;top:-28px;width:80px;height:80px;border-radius:999px;background:rgba(14,165,233,.12)}
.platform-mini-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;color:#0f172a;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.10);position:relative;z-index:1}
.platform-mini-icon svg{width:22px;height:22px}
.platform-mini-card b{font-size:14px;line-height:1.12;color:#0f172a;position:relative;z-index:1}
.platform-mini-card small{font-size:11px;font-weight:800;color:#64748b;position:relative;z-index:1}
.platform-mini-product .platform-mini-icon{color:#2563eb;background:#eff6ff}.platform-mini-checkout .platform-mini-icon{color:#16a34a;background:#f0fdf4}.platform-mini-analytics .platform-mini-icon{color:#7c3aed;background:#f5f3ff}.platform-mini-reviews .platform-mini-icon{color:#f59e0b;background:#fffbeb}
.platform-mini-checkout:after{background:rgba(34,197,94,.13)}.platform-mini-analytics:after{background:rgba(124,58,237,.13)}.platform-mini-reviews:after{background:rgba(245,158,11,.15)}
@media(max-width:620px){.platform-demo-kpis{grid-template-columns:repeat(2,1fr)!important}.platform-mini-card{min-height:136px;padding:16px}.platform-mini-icon{width:44px;height:44px}.platform-mini-card b{font-size:15px}.platform-mini-card small{font-size:12px}}

/* Part 40: landing mockup domain/overlap fix */
.platform-browser-top b{white-space:nowrap;max-width:230px;overflow:hidden;text-overflow:ellipsis}
.platform-showcase{overflow:visible}
.platform-browser{position:relative;z-index:1}
.platform-demo-layout section{padding-right:34px}
.platform-phone{right:-44px!important;bottom:28px!important;width:132px!important;z-index:3!important;pointer-events:none}
.platform-phone div{height:148px!important}
@media(max-width:1220px){.platform-phone{display:none!important}.platform-demo-layout section{padding-right:20px}}
@media(max-width:620px){.platform-browser-top b{max-width:170px}}

/* Part 44 - Product Builder tabs, attributes, variations, custom options */
.product-builder-card{overflow:hidden}
.product-builder-head{align-items:flex-start;gap:18px}
.admin-eyebrow{display:inline-flex;margin-bottom:8px;background:#dff5ff;color:#075985;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-builder-head h2{margin-top:0}.product-builder-type{min-width:250px;background:#f6fbff;border:1px solid #dbeafe;border-radius:18px;padding:12px}.product-builder-type label{display:block;font-size:12px;color:#64748b;font-weight:800;margin-bottom:6px}.product-builder-type select{width:100%;height:44px;border-radius:13px;border:1px solid #cbdced;padding:0 12px;background:#fff;font-weight:700;color:#0f172a}.product-builder-form{margin-top:18px}.product-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:8px;background:#f3f8ff;border:1px solid #dbeafe;border-radius:20px;margin-bottom:18px}.product-tabs button{border:0;background:transparent;color:#52637c;border-radius:14px;padding:11px 14px;font-weight:800;cursor:pointer}.product-tabs button.active{background:#0ea5e9;color:#fff;box-shadow:0 12px 25px rgba(14,165,233,.22)}.product-tab-panel{display:none;animation:fadeIn .18s ease}.product-tab-panel.active{display:block}@keyframes fadeIn{from{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:none}}.builder-grid{display:grid;gap:14px}.builder-grid.two{grid-template-columns:1.2fr 1fr}.builder-grid.three{grid-template-columns:repeat(3,1fr)}.builder-grid.four{grid-template-columns:repeat(4,1fr)}.builder-field{display:flex;flex-direction:column;gap:7px}.builder-field.wide{grid-column:1/-1}.builder-field label{font-size:13px;font-weight:800;color:#172033}.builder-field small{font-size:12px;color:#64748b;line-height:1.45}.builder-field input,.builder-field select,.builder-field textarea,.builder-row input,.builder-row select{width:100%;min-height:46px;border:1px solid #cbdced;border-radius:14px;background:#fff;color:#172033;padding:0 13px;outline:none}.builder-field textarea{min-height:92px;padding:13px;resize:vertical}.builder-field input:focus,.builder-field select:focus,.builder-field textarea:focus,.builder-row input:focus,.builder-row select:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px rgba(14,165,233,.10)}.builder-note{margin-top:14px;padding:14px 16px;border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;color:#52637c}.builder-list-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.builder-list-head h3{margin:0 0 6px;font-size:20px}.builder-repeater{display:flex;flex-direction:column;gap:10px}.builder-row{display:grid;gap:10px;align-items:center;background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;padding:12px}.attr-row{grid-template-columns:1fr 1.4fr 110px 150px 40px}.variation-row{grid-template-columns:1.2fr 1fr .75fr .65fr .75fr 40px}.custom-row{grid-template-columns:1fr .8fr 1.2fr .65fr 130px 40px}.row-remove{width:36px;height:36px;border:0;border-radius:12px;background:#fff1f2;color:#be123c;font-size:20px;font-weight:900;cursor:pointer}.mini-check{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:#52637c}.mini-check input{width:auto!important;min-height:auto!important}.product-builder-footer{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:18px;border-top:1px solid #e5eef8}.product-builder-footer .btn{min-width:230px;height:52px;border-radius:16px}.btn.primary{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border:0;font-weight:900;box-shadow:0 16px 34px rgba(14,165,233,.22)}
@media(max-width:980px){.product-builder-head{flex-direction:column}.product-builder-type{width:100%;min-width:0}.builder-grid.two,.builder-grid.three,.builder-grid.four{grid-template-columns:1fr}.attr-row,.variation-row,.custom-row{grid-template-columns:1fr}.builder-list-head,.product-builder-footer{flex-direction:column;align-items:stretch}.product-builder-footer .btn{width:100%}.product-tabs{overflow:auto;flex-wrap:nowrap;padding-bottom:10px}.product-tabs button{white-space:nowrap}}

/* Part 45 - Woo-style product builder */
.product-type-pill{display:flex;align-items:center;gap:10px;background:#eef7ff;border:1px solid #cfe7ff;border-radius:18px;padding:10px 14px;font-weight:700;color:#0f3765}.product-type-pill select{border:0;background:white;border-radius:12px;padding:10px 14px}.builder-presets{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.builder-presets button,.variation-toolbar{border:1px solid #d8e7f8;background:#f6fbff;border-radius:14px;padding:10px 14px;color:#123;cursor:pointer}.builder-actions{display:flex;gap:10px;flex-wrap:wrap}.variation-toolbar{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.variation-matrix .variation-row{grid-template-columns:1.4fr 1fr .8fr .8fr .7fr .7fr 1.2fr .7fr auto}.variation-row.generated{background:linear-gradient(135deg,#f8fbff,#eef7ff);border-color:#bddcff}.product-builder-modal .product-modal-grid{display:block}.product-builder-modal .product-tab-panel{max-height:60vh;overflow:auto;padding:16px}.product-modal-grid-inner{display:grid;grid-template-columns:320px 1fr;gap:24px}.modal-tabs{position:sticky;top:0;background:#fff;z-index:4;padding-bottom:10px}@media(max-width:900px){.variation-matrix .variation-row,.builder-row{grid-template-columns:1fr!important}.product-modal-grid-inner{grid-template-columns:1fr}.product-builder-modal .product-tab-panel{max-height:65vh}.product-type-pill{width:100%;justify-content:space-between}}

/* Part 50 - admin tables/categories/reviews/platform role polish */
.admin-table-wrap{width:100%;overflow:auto;border:1px solid #dbe7f5;border-radius:18px;background:#fff}
.admin-table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}
.admin-table th,.admin-table td{padding:14px 12px;border-bottom:1px solid #e6eef8;text-align:left;vertical-align:middle}
.admin-table th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#51637f;background:#f8fbff}
.admin-table tr:last-child td{border-bottom:0}.admin-table input,.admin-table select,.admin-table textarea,.admin-inline-form input{width:100%;border:1px solid #cbdaf0;border-radius:12px;padding:10px 12px;background:#fff;outline:none}.admin-table textarea{resize:vertical}.admin-table code{background:#eef7ff;color:#0b72bd;border-radius:999px;padding:4px 8px}.admin-inline-form{display:grid;grid-template-columns:minmax(220px,1fr) 120px auto;gap:10px;align-items:center;margin:18px 0 20px}.row-actions{display:flex;gap:8px;align-items:center;white-space:nowrap}.row-actions form,.inline{display:inline-flex;gap:8px;align-items:center}.inline-edit-form{display:contents}.mini-input{max-width:90px}.btn.danger{background:#fee2e2!important;color:#991b1b!important}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.admin-list-card h2{margin-bottom:4px}@media(max-width:760px){.admin-inline-form{grid-template-columns:1fr}.admin-table{min-width:720px}.admin-table-wrap{border-radius:14px}.card{padding:18px!important}}

/* Part 51 - AJAX save notifications and synchronized settings polish */
.section-save-row{grid-column:1/-1;display:flex;align-items:center;gap:12px;margin:6px 0 18px;padding:12px 0 18px;border-bottom:1px solid #e5eef8}.section-save-row.final{border-bottom:0;border-top:1px solid #e5eef8;margin-top:18px;padding-top:22px}.platform-save-btn{min-height:38px!important;padding:9px 14px!important;border-radius:12px!important;background:#eef7ff!important;color:#075985!important;border:1px solid #cfe7ff!important;box-shadow:none!important}.ajax-inline-status{font-size:13px;font-weight:800;color:#64748b}.ajax-inline-status.ok{color:#16a34a}.ajax-inline-status.error{color:#dc2626}.ajax-inline-status.loading{color:#0284c7}.admin-toast-wrap{position:fixed;right:24px;bottom:24px;z-index:99999;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 32px))}.admin-toast{padding:14px 16px;border-radius:16px;color:#0f172a;background:#fff;border:1px solid #dbeafe;box-shadow:0 20px 45px rgba(15,23,42,.18);font-weight:800;animation:toastIn .22s ease}.admin-toast.ok{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.admin-toast.error{border-color:#fecaca;background:#fff1f2;color:#991b1b}.admin-toast.hide{opacity:0;transform:translateY(8px);transition:.22s ease}@keyframes toastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:760px){.section-save-row{align-items:stretch;flex-direction:column}.admin-toast-wrap{left:14px;right:14px;bottom:14px}.admin-toast{width:100%;box-sizing:border-box}.platform-save-btn{width:100%}}
/* Part 53 SaaS subscription billing real flow */
.saas-status-card.active,.saas-status-card.trial{border-color:#bbf7d0!important;background:linear-gradient(180deg,#fff,#f0fdf4)!important}.saas-status-card.expired,.saas-status-card.suspended{border-color:#fecaca!important;background:linear-gradient(180deg,#fff,#fff1f2)!important}.billing-history-card{margin-top:22px}.status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#e0f2fe;color:#075985;font-weight:800;font-size:12px}.status-chip.paid,.status-chip.active,.status-chip.trial{background:#dcfce7;color:#166534}.status-chip.pending,.status-chip.past_due{background:#fef3c7;color:#92400e}.status-chip.failed,.status-chip.expired,.status-chip.suspended{background:#fee2e2;color:#991b1b}.status-chip.cancelled{background:#e5e7eb;color:#475569}.status-chip.manual_demo{background:#ede9fe;color:#5b21b6}.js-saas-checkout button[disabled]{opacity:.65;cursor:wait}.billing-saas-top .billing-pro-hero{margin-bottom:22px}@media(max-width:720px){.billing-saas-top .billing-pro-hero{gap:14px}.billing-history-card table{font-size:13px}.status-chip{padding:5px 8px}}

/* Part 54 */
.stripe-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.stripe-actions .btn.ghost{background:#fff!important;border:1px solid #b9d7ef!important;color:#075985!important}.ajax-inline-status.loading{color:#64748b}.ajax-inline-status.ok{color:#059669;font-weight:800}.ajax-inline-status.error{color:#dc2626;font-weight:800}

/* Part 74 - Domains page polish + correct demo URL display */
.domains-polish{padding-bottom:28px}.domains-polish .settings-page-head h2{font-weight:750;letter-spacing:-.03em}.domains-polish .settings-page-head p{font-size:15px;line-height:1.6}.domain-current-polish{margin:18px 28px 22px;grid-template-columns:repeat(2,minmax(0,1fr))}.domain-info-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff,#f6fbff)!important;border:1px solid #d8e7f7!important;border-radius:22px!important;padding:24px 26px!important;box-shadow:0 18px 45px rgba(15,23,42,.06)}.domain-info-card.primary{background:linear-gradient(135deg,#f8fcff,#eef7ff)!important}.domain-info-card:before{content:"";position:absolute;right:-48px;top:-55px;width:150px;height:150px;border-radius:999px;background:rgba(14,165,233,.09)}.domain-kicker{display:inline-flex;align-items:center;width:max-content;background:#e8f7ff;color:#0675b5;border:1px solid #bfe9ff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}.domain-info-card strong{display:block;font-size:28px;line-height:1.12;color:#172033;letter-spacing:-.035em;margin-bottom:14px}.domain-info-card code{display:inline-flex;max-width:100%;white-space:normal;overflow-wrap:anywhere;background:#fff!important;border:1px solid #d6e6f7!important;border-radius:12px!important;padding:9px 12px!important;color:#1769d0!important;font-weight:800}.domain-info-card small{display:block;margin-top:13px;color:#64748b;line-height:1.55}.domain-add-form,.domain-rules-form{margin:0 28px 20px}.domain-add-form h3,.domain-rules-form h3,.dns-help-polish h3,.domain-table-card h3{font-size:18px;letter-spacing:-.01em}.domain-add-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(210px,330px);gap:14px;align-items:end}.domain-add-row label,.domain-rules-grid label{display:block;color:#334155;font-weight:800}.domain-add-row input,.domain-rules-grid select{margin-top:8px}.domain-add-row button{height:48px;border-radius:14px!important;background:linear-gradient(135deg,#0ea5e9,#088bd3)!important}.dns-help-polish{margin:0 28px 20px;background:linear-gradient(135deg,#f8fbff,#f1f7ff)!important;border-radius:22px!important;padding:24px 26px!important}.dns-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}.dns-step{background:#fff;border:1px solid #dbe8f7;border-radius:18px;padding:17px}.dns-step span{display:inline-flex;background:#eef8ff;color:#0875b8;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900;margin-bottom:12px}.dns-step strong{display:block;font-size:18px;margin-bottom:10px;color:#172033}.dns-step code{display:inline-flex;max-width:100%;white-space:normal;overflow-wrap:anywhere}.domain-note{color:#64748b;margin-bottom:0}.domain-table-card{margin:0 28px 20px!important;overflow:auto}.domain-rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}@media(max-width:900px){.domain-current-polish,.domain-add-form,.domain-rules-form,.dns-help-polish,.domain-table-card{margin-left:12px!important;margin-right:12px!important}.domain-current-polish,.domain-add-row,.dns-grid,.domain-rules-grid{grid-template-columns:1fr}.domain-info-card strong{font-size:24px}.domain-info-card{padding:20px!important}.domains-polish .settings-page-head{padding-left:16px;padding-right:16px}}

/* Part 75 - platform users overview + compact domain buttons */
.domain-add-row button,.domain-rules-form>button{width:auto!important;min-width:170px!important;max-width:240px!important;height:44px!important;padding:9px 18px!important;justify-self:start!important;border-radius:13px!important;box-shadow:none!important}.domain-add-row{grid-template-columns:minmax(240px,455px) auto!important}.domain-rules-form{max-width:760px!important}.domain-rules-form>button{grid-column:auto!important}.platform-settings-toolbar{align-items:flex-start}.platform-settings-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.platform-users-btn{height:34px!important;padding:8px 12px!important;border-radius:12px!important;font-size:12px!important;line-height:1!important}.platform-users-page{overflow:hidden}.platform-users-head h2{font-weight:800;letter-spacing:-.03em}.platform-users-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0 22px}.platform-users-stats article{background:linear-gradient(135deg,#fff,#f4fbff);border:1px solid #dbeafe;border-radius:18px;padding:16px;box-shadow:0 12px 26px rgba(15,23,42,.05)}.platform-users-stats span{display:block;color:#64748b;font-size:12px;font-weight:800;margin-bottom:8px}.platform-users-stats strong{font-size:22px!important;margin:0!important;color:#172033;letter-spacing:-.02em}.platform-users-table-wrap{border:1px solid #e1eaf6;border-radius:18px;background:#fff}.platform-users-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fbff}.platform-users-table td{vertical-align:top}.platform-users-table td strong{display:block;font-size:14px!important;margin:0 0 4px!important;color:#172033}.platform-users-table td small{display:block;color:#64748b;line-height:1.35;max-width:260px;overflow-wrap:anywhere}.domain-link-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 10px;background:#e8f7ff;color:#075985;text-decoration:none;font-size:12px;font-weight:900;margin-bottom:5px}.status-chip{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:#eef6ff;color:#075985;font-size:11px;font-weight:900}.status-chip.active,.status-chip.paid,.status-chip.verified{background:#dcfce7;color:#166534}.status-chip.inactive,.status-chip.failed,.status-chip.cancelled{background:#fee2e2;color:#991b1b}@media(max-width:980px){.platform-users-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-users-table{min-width:980px}.domain-add-row{grid-template-columns:1fr!important}.domain-add-row button,.domain-rules-form>button{width:100%!important;max-width:none!important}.platform-settings-toolbar{display:grid}.platform-settings-actions{justify-content:flex-start}}@media(max-width:560px){.platform-users-stats{grid-template-columns:1fr}.platform-users-page{padding:16px!important}.platform-users-stats article{padding:14px}.platform-users-head{padding:18px 16px!important}}

/* Part79 legal links */
.legal-links-admin{max-width:1180px;margin:0 auto}.legal-links-list{display:grid;gap:18px}.legal-link-item{padding:18px}.legal-link-head{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:14px}.switch-line{display:flex;gap:8px;align-items:center;font-weight:700}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.legal-link-item textarea{width:100%;min-height:170px}.btn.small{padding:10px 14px;border-radius:12px}.btn.danger{background:#fee2e2;color:#b91c1c}.notice.success{background:#dcfce7;color:#166534;border-radius:14px;padding:12px 14px;margin:12px 0 18px}@media(max-width:760px){.legal-link-head,.form-grid.two{grid-template-columns:1fr;display:grid}.legal-link-head{align-items:start}}

/* Seller notifications system */
.admin-top-left{display:flex;align-items:center;gap:14px;min-width:0}.admin-notification-bell{position:relative;width:42px;height:42px;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.35);display:inline-flex;align-items:center;justify-content:center;color:#0f2847;box-shadow:0 12px 28px rgba(15,40,71,.08);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.admin-notification-bell:hover{transform:translateY(-1px);border-color:#38bdf8;box-shadow:0 16px 36px rgba(14,165,233,.18)}.admin-notification-bell svg{width:21px;height:21px;fill:currentColor}.admin-notification-count{position:absolute;right:-5px;top:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;line-height:19px;text-align:center;border:2px solid #fff}.platform-notifications-panel{margin:22px 0 26px;padding:22px;border:1px solid rgba(14,165,233,.18);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fbff);box-shadow:0 18px 44px rgba(15,40,71,.06)}.platform-notifications-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.platform-notifications-head h3{margin:0 0 5px;font-size:20px}.notification-icon-preview{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#e0f2fe,#fff);border:1px solid rgba(14,165,233,.22);display:flex;align-items:center;justify-content:center;color:#0f6fb8;flex:0 0 auto}.notification-icon-preview svg{width:23px;height:23px;fill:currentColor}.notification-send-form{margin-top:14px}.notification-store-select{display:none}.notification-send-form.single-target .notification-store-select{display:block}.notification-send-btn{min-width:190px}.notifications-list{display:grid;gap:14px}.notification-card{display:flex;gap:14px;padding:18px;border-radius:22px;border:1px solid rgba(148,163,184,.25);background:#fff;box-shadow:0 14px 34px rgba(15,40,71,.06)}.notification-card.unread{border-color:rgba(14,165,233,.42);background:linear-gradient(180deg,#fff,#f7fcff)}.notification-card-icon{width:40px;height:40px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;background:#edf7ff;color:#0ea5e9}.notification-card-icon svg{width:21px;height:21px;fill:currentColor}.notification-card-body{flex:1;min-width:0}.notification-card-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.notification-card h3{margin:0;color:#0b1528;font-size:17px;font-weight:800}.notification-date{font-size:12px;color:#64748b;white-space:nowrap}.notification-card p{margin:10px 0 14px;color:#334155;line-height:1.6}.notification-read-label{display:inline-flex;font-size:12px;color:#64748b}.clean-empty-state{padding:28px;text-align:center;border:1px dashed rgba(148,163,184,.5);border-radius:22px;background:#fbfdff}@media(max-width:768px){.admin-top-left{gap:10px}.admin-notification-bell{width:38px;height:38px;border-radius:14px}.notification-card{padding:15px}.notification-card-top{display:block}.notification-date{display:block;margin-top:4px}.platform-notifications-head{align-items:center}.platform-notifications-panel{padding:18px}}


/* Part 132 - Professional seller notifications UI fix */
.admin-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;min-height:58px!important;padding:16px 26px!important;}
.admin-top-left{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}
.admin-top-actions{display:flex!important;align-items:center!important;gap:12px!important;margin-left:auto!important;}
.admin-notification-bell{position:relative!important;width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;min-height:38px!important;max-height:38px!important;border-radius:14px!important;background:linear-gradient(135deg,#fff7d6,#ffed9a)!important;border:1px solid rgba(245,158,11,.34)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#b45309!important;box-shadow:0 10px 24px rgba(245,158,11,.18)!important;text-decoration:none!important;line-height:1!important;overflow:visible!important;transform:none!important;}
.admin-notification-bell:hover{border-color:rgba(245,158,11,.62)!important;box-shadow:0 14px 30px rgba(245,158,11,.25)!important;transform:translateY(-1px)!important;}
.admin-notification-bell svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;fill:currentColor!important;}
.admin-notification-count{position:absolute!important;right:-6px!important;top:-7px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:18px!important;text-align:center!important;border:2px solid #fff!important;}
.platform-notifications-admin-btn{display:inline-flex!important;align-items:center!important;gap:7px!important;}
.platform-notifications-admin-btn svg{width:14px!important;height:14px!important;fill:#b45309!important;}
.platform-notifications-page{padding:26px!important;}
.platform-notifications-page-head{align-items:flex-start!important;margin-bottom:22px!important;}
.platform-notifications-page .section-kicker{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:#e0f2fe;color:#075985;padding:8px 14px;font-size:12px;font-weight:800;letter-spacing:.06em;margin-bottom:12px;}
.platform-notifications-composer{position:relative;display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px;border-radius:24px;border:1px solid rgba(245,158,11,.22);background:linear-gradient(135deg,#fff,#fffaf0);box-shadow:0 18px 42px rgba(15,40,71,.07);}
.notification-composer-icon{width:52px;height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff7d6,#ffed9a);color:#b45309;border:1px solid rgba(245,158,11,.28);box-shadow:0 10px 26px rgba(245,158,11,.16);}
.notification-composer-icon svg{width:23px;height:23px;fill:currentColor;}
.platform-notifications-composer .notification-send-form{margin:0!important;}
.platform-notifications-panel{display:none!important;}
@media(max-width:768px){.admin-top{padding:14px 16px!important}.admin-top-actions{gap:8px!important}.admin-notification-bell{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;border-radius:12px!important}.admin-notification-bell svg{width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important}.platform-notifications-composer{grid-template-columns:1fr;padding:18px}.notification-composer-icon{width:46px;height:46px}}


/* Part 134 - FINAL compact professional notification bell */
body.admin .admin-top{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;
  min-height:58px!important;padding:14px 26px!important;overflow:visible!important;
}
body.admin .admin-top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important;margin-left:auto!important;}
body.admin .admin-notification-bell{
  position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;
  padding:0!important;margin:0!important;border-radius:11px!important;overflow:visible!important;text-decoration:none!important;line-height:1!important;
  color:#d97706!important;background:linear-gradient(135deg,#fff8db,#ffed9a)!important;border:1px solid rgba(245,158,11,.42)!important;
  box-shadow:0 8px 18px rgba(245,158,11,.16)!important;transform:none!important;flex:0 0 32px!important;
}
body.admin .admin-notification-bell:hover{transform:translateY(-1px)!important;border-color:rgba(245,158,11,.75)!important;box-shadow:0 12px 24px rgba(245,158,11,.22)!important;}
body.admin .admin-notification-bell .notification-bell-svg,
body.admin .bell-icon-small{
  width:15px!important;height:15px!important;min-width:15px!important;min-height:15px!important;max-width:15px!important;max-height:15px!important;
  display:block!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;
  color:inherit!important;margin:0!important;padding:0!important;transform:none!important;flex:0 0 15px!important;
}
body.admin .admin-notification-bell .notification-bell-svg path,
body.admin .bell-icon-small path{fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
body.admin .admin-notification-count{
  position:absolute!important;top:-6px!important;right:-7px!important;min-width:17px!important;height:17px!important;padding:0 5px!important;
  border-radius:999px!important;background:#f97316!important;color:#fff!important;border:2px solid #0d3762!important;
  display:flex!important;align-items:center!important;justify-content:center!important;font-size:9px!important;font-weight:800!important;line-height:1!important;
  box-shadow:0 8px 16px rgba(249,115,22,.28)!important;z-index:3!important;
}
body.admin .platform-notifications-page{padding:26px!important;}
body.admin .platform-notifications-composer{display:grid!important;grid-template-columns:44px 1fr!important;gap:16px!important;padding:22px!important;border-radius:24px!important;border:1px solid rgba(245,158,11,.18)!important;background:linear-gradient(135deg,#fff,#fffaf0)!important;box-shadow:0 18px 42px rgba(15,40,71,.07)!important;}
body.admin .notification-composer-icon,
body.admin .notification-card-icon{
  width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;min-height:40px!important;max-height:40px!important;
  border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  background:linear-gradient(135deg,#fff8db,#ffed9a)!important;color:#d97706!important;border:1px solid rgba(245,158,11,.28)!important;box-shadow:0 8px 18px rgba(245,158,11,.13)!important;overflow:hidden!important;
}
body.admin .notification-composer-icon .notification-bell-svg,
body.admin .notification-card-icon .notification-bell-svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important;flex:0 0 17px!important;}
body.admin .platform-notifications-admin-btn .notification-bell-svg{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;max-width:14px!important;max-height:14px!important;flex:0 0 14px!important;}
body.admin svg.notification-bell-svg:not(.bell-icon-small){width:15px!important;height:15px!important;max-width:15px!important;max-height:15px!important;}
@media(max-width:768px){body.admin .admin-top{padding:12px 14px!important}body.admin .admin-notification-bell{width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;min-height:30px!important;max-height:30px!important;border-radius:10px!important}body.admin .platform-notifications-composer{grid-template-columns:1fr!important;padding:18px!important}}


/* Part 147: professional support center */
.admin-support-button{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1;border:1px solid rgba(14,165,233,.28);box-shadow:0 10px 25px rgba(14,165,233,.18);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.admin-support-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(14,165,233,.28);background:linear-gradient(135deg,#dff7ff,#93c5fd)}.platform-support-mini-svg{width:15px;height:15px;color:#0369a1;margin-right:6px;vertical-align:-2px}.support-center-shell{display:grid;gap:18px}.support-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff,#f0f9ff)!important}.support-hero h2{font-size:30px;letter-spacing:-.04em;margin:8px 0}.support-whatsapp-pro{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#16a34a;color:#fff;text-decoration:none;font-weight:900;padding:13px 16px;box-shadow:0 16px 35px rgba(22,163,74,.25)}.support-grid-main{display:grid;grid-template-columns:1fr 1fr;gap:18px}.support-faq-card details{border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;margin:10px 0;background:#fff}.support-faq-card summary{cursor:pointer;font-weight:850;color:#0f172a}.support-faq-card p{color:#475569;line-height:1.55}.support-pill,.support-upgrade-note{display:inline-flex;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:900;padding:7px 10px}.support-upgrade-note{margin-top:10px;background:#fff7ed;color:#c2410c}.support-form-modern textarea,.support-reply-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:16px;background:#f8fafc;padding:13px;font:inherit;resize:vertical}.support-chat-layout{display:grid;grid-template-columns:300px 1fr;gap:18px;min-height:420px}.support-ticket-list{border-right:1px solid #e2e8f0;padding-right:14px;display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto}.support-ticket-link{display:block;text-decoration:none;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:13px 14px}.support-ticket-link.active{border-color:#0ea5e9;background:#eaf6ff;box-shadow:0 12px 30px rgba(14,165,233,.12)}.support-ticket-link strong{display:block;font-weight:850}.support-ticket-link small{display:block;margin-top:5px;color:#64748b}.support-conversation{display:flex;flex-direction:column;gap:14px;min-width:0}.support-chat-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.support-chat-title span{background:#eaf6ff;color:#0369a1;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.support-messages{display:flex;flex-direction:column;gap:12px;max-height:430px;overflow:auto;padding-right:6px}.support-message{max-width:78%;border-radius:18px;padding:13px 15px;border:1px solid #e2e8f0;background:#fff}.support-message small{display:block;color:#64748b;font-size:12px;margin-bottom:6px}.support-message p{margin:0;line-height:1.55}.support-message.from-admin{align-self:flex-start;background:#eff6ff;border-color:#bfdbfe}.support-message.from-seller{align-self:flex-end;background:#f8fafc}.support-reply-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.support-admin-reply-form{grid-template-columns:1fr 150px auto}.support-empty-mini{padding:16px;border-radius:16px;background:#f8fafc;color:#64748b;text-align:center}.support-admin-checklist{display:grid;grid-template-columns:1fr 1fr;gap:10px}.support-admin-checklist span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px;font-weight:800;color:#334155}@media(max-width:900px){.support-grid-main,.support-chat-layout{grid-template-columns:1fr}.support-ticket-list{border-right:0;border-bottom:1px solid #e2e8f0;padding-right:0;padding-bottom:14px}.support-hero{align-items:flex-start;flex-direction:column}.support-message{max-width:95%}.support-reply-form,.support-admin-reply-form{grid-template-columns:1fr}.support-admin-checklist{grid-template-columns:1fr}}


/* Part 148 - Support center professional polish + conflict fixes */
body.admin .admin-top-actions{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
}
body.admin .admin-notification-wrap{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    height:auto!important;
}
body.admin .admin-support-button{
    position:relative!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    padding:0!important;
    margin:0!important;
    border-radius:13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
    background:linear-gradient(135deg,#e0f2fe,#bae6fd)!important;
    border:1px solid rgba(14,165,233,.34)!important;
    color:#0369a1!important;
    box-shadow:0 10px 25px rgba(14,165,233,.20)!important;
    text-decoration:none!important;
    overflow:hidden!important;
}
body.admin .admin-support-button:hover{
    transform:translateY(-1px)!important;
    background:linear-gradient(135deg,#dff7ff,#93c5fd)!important;
    box-shadow:0 14px 30px rgba(14,165,233,.26)!important;
}
body.admin .admin-support-button svg{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    max-width:15px!important;
    max-height:15px!important;
    display:block!important;
    color:#0369a1!important;
    fill:none!important;
}
body.admin .admin-support-button svg path[fill="currentColor"]{
    fill:#0369a1!important;
}
body.admin .admin-support-button svg path[fill="none"]{
    stroke:#0369a1!important;
}

body.admin .platform-settings-actions{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    gap:10px!important;
}
body.admin .platform-settings-actions .platform-users-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    min-width:86px!important;
    height:52px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.1!important;
    white-space:nowrap!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn,
body.admin .platform-settings-actions .platform-notifications-admin-btn{
    height:52px!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn svg,
body.admin .platform-settings-actions .platform-notifications-admin-btn svg{
    width:15px!important;
    height:15px!important;
    min-width:15px!important;
    min-height:15px!important;
    margin:0!important;
    flex:0 0 15px!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn{
    color:#075985!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn svg{
    color:#075985!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn svg path[fill="currentColor"]{
    fill:#075985!important;
}
body.admin .platform-settings-actions .platform-support-admin-btn svg path[fill="none"]{
    stroke:#075985!important;
}

/* Seller/admin support page layout */
body.admin .support-center-shell{
    display:grid!important;
    gap:20px!important;
    padding:0!important;
}
body.admin .support-center-shell > .card,
body.admin .support-grid-main > .card{
    border:1px solid rgba(203,213,225,.65)!important;
    border-radius:22px!important;
    background:#fff!important;
    box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
}
body.admin .support-hero.card{
    position:relative!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:22px!important;
    min-height:auto!important;
    padding:28px 30px!important;
    background:
      radial-gradient(circle at 12% 15%,rgba(14,165,233,.14),transparent 30%),
      linear-gradient(135deg,#ffffff,#f0f9ff)!important;
}
body.admin .support-hero.card::after{
    content:"";
    position:absolute;
    right:-70px;
    top:-90px;
    width:210px;
    height:210px;
    border-radius:50%;
    background:rgba(14,165,233,.10);
    pointer-events:none;
}
body.admin .support-hero .section-kicker,
body.admin .support-center-shell .section-kicker{
    display:inline-flex!important;
    width:max-content!important;
    align-items:center!important;
    border-radius:999px!important;
    padding:7px 12px!important;
    background:#e0f2fe!important;
    color:#075985!important;
    font-size:12px!important;
    font-weight:850!important;
    letter-spacing:.04em!important;
    text-transform:uppercase!important;
}
body.admin .support-hero h2{
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
    margin:10px 0 8px!important;
    color:#0f172a!important;
}
body.admin .support-hero p{
    max-width:760px!important;
    color:#53637a!important;
    font-size:15px!important;
    line-height:1.55!important;
    margin:0!important;
}
body.admin .support-whatsapp-pro{
    position:relative!important;
    z-index:2!important;
    flex:0 0 auto!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#16a34a,#22c55e)!important;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:850!important;
    padding:12px 16px!important;
    box-shadow:0 16px 30px rgba(22,163,74,.24)!important;
}
body.admin .support-grid-main{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:20px!important;
    align-items:start!important;
}
body.admin .support-grid-main .card,
body.admin .support-chat-card{
    padding:24px!important;
}
body.admin .support-grid-main h3,
body.admin .support-chat-card h3{
    margin:0 0 14px!important;
    color:#0f172a!important;
    font-size:20px!important;
    letter-spacing:-.025em!important;
}
body.admin .support-faq-card details{
    border:1px solid #e2e8f0!important;
    border-radius:15px!important;
    padding:14px 16px!important;
    margin:10px 0!important;
    background:#fbfdff!important;
}
body.admin .support-faq-card details[open]{
    background:#f8fbff!important;
    border-color:#bfdbfe!important;
}
body.admin .support-faq-card summary{
    cursor:pointer!important;
    font-weight:750!important;
    color:#17233c!important;
    list-style:none!important;
}
body.admin .support-faq-card summary::-webkit-details-marker{
    display:none!important;
}
body.admin .support-faq-card summary::before{
    content:"+";
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    border-radius:7px;
    margin-right:8px;
    background:#e0f2fe;
    color:#0369a1;
    font-weight:900;
}
body.admin .support-faq-card details[open] summary::before{
    content:"–";
}
body.admin .support-faq-card p{
    margin:12px 0 0!important;
    color:#53637a!important;
    line-height:1.55!important;
}
body.admin .support-pill,
body.admin .support-upgrade-note{
    display:inline-flex!important;
    align-items:center!important;
    border-radius:999px!important;
    padding:7px 10px!important;
    font-size:12px!important;
    font-weight:800!important;
}
body.admin .support-pill{
    background:#e0f2fe!important;
    color:#0369a1!important;
}
body.admin .support-upgrade-note{
    margin-top:12px!important;
    background:#fff7ed!important;
    color:#c2410c!important;
}
body.admin .support-form-modern,
body.admin .support-reply-form{
    display:grid!important;
    gap:12px!important;
}
body.admin .support-form-modern label{
    font-weight:750!important;
    color:#1e293b!important;
}
body.admin .support-form-modern input,
body.admin .support-form-modern select,
body.admin .support-form-modern textarea,
body.admin .support-reply-form select,
body.admin .support-reply-form textarea,
body.admin .platform-support-admin-page textarea,
body.admin .platform-support-admin-page input{
    width:100%!important;
    border:1px solid #cbd5e1!important;
    border-radius:14px!important;
    background:#f8fafc!important;
    padding:12px 13px!important;
    font:inherit!important;
    color:#0f172a!important;
    outline:none!important;
    transition:border-color .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.admin .support-form-modern input:focus,
body.admin .support-form-modern select:focus,
body.admin .support-form-modern textarea:focus,
body.admin .support-reply-form textarea:focus{
    border-color:#38bdf8!important;
    background:#fff!important;
    box-shadow:0 0 0 4px rgba(14,165,233,.12)!important;
}
body.admin .support-form-modern .wide{
    grid-column:1/-1!important;
}
body.admin .support-form-modern .btn,
body.admin .support-reply-form .btn{
    width:max-content!important;
    min-width:220px!important;
    justify-content:center!important;
}
body.admin .support-chat-layout{
    display:grid!important;
    grid-template-columns:310px minmax(0,1fr)!important;
    gap:18px!important;
    min-height:420px!important;
}
body.admin .support-ticket-list{
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    max-height:520px!important;
    overflow:auto!important;
    padding:0 14px 0 0!important;
    border-right:1px solid #e2e8f0!important;
    background:transparent!important;
    color:#0f172a!important;
}
body.admin .support-empty-mini{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:120px!important;
    border-radius:18px!important;
    background:#f8fafc!important;
    border:1px dashed #cbd5e1!important;
    color:#64748b!important;
    padding:18px!important;
    text-align:center!important;
}
body.admin .support-ticket-link{
    display:block!important;
    text-decoration:none!important;
    color:#0f172a!important;
    background:#f8fafc!important;
    border:1px solid #e2e8f0!important;
    border-radius:16px!important;
    padding:13px 14px!important;
    transition:all .18s ease!important;
}
body.admin .support-ticket-link:hover,
body.admin .support-ticket-link.active{
    border-color:#38bdf8!important;
    background:#eff8ff!important;
    box-shadow:0 12px 30px rgba(14,165,233,.12)!important;
    transform:translateY(-1px)!important;
}
body.admin .support-ticket-link strong{
    display:block!important;
    font-size:14px!important;
    font-weight:800!important;
    color:#0f172a!important;
}
body.admin .support-ticket-link small{
    display:block!important;
    margin-top:5px!important;
    color:#64748b!important;
    font-size:12px!important;
}
body.admin .support-conversation{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    min-width:0!important;
    background:#fff!important;
}
body.admin .support-chat-title{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    border-bottom:1px solid #e2e8f0!important;
    padding-bottom:12px!important;
    gap:12px!important;
}
body.admin .support-chat-title strong{
    color:#0f172a!important;
    font-size:17px!important;
}
body.admin .support-chat-title span{
    display:inline-flex!important;
    align-items:center!important;
    border-radius:999px!important;
    padding:7px 10px!important;
    background:#e0f2fe!important;
    color:#0369a1!important;
    font-size:12px!important;
    font-weight:800!important;
}
body.admin .support-messages{
    display:flex!important;
    flex-direction:column!important;
    gap:12px!important;
    max-height:430px!important;
    overflow:auto!important;
    padding:4px 6px 4px 0!important;
}
body.admin .support-message{
    max-width:78%!important;
    border-radius:18px!important;
    padding:13px 15px!important;
    border:1px solid #e2e8f0!important;
    background:#fff!important;
    box-shadow:0 8px 20px rgba(15,23,42,.04)!important;
}
body.admin .support-message small{
    display:block!important;
    color:#64748b!important;
    font-size:12px!important;
    margin-bottom:6px!important;
}
body.admin .support-message p{
    margin:0!important;
    line-height:1.55!important;
    color:#0f172a!important;
}
body.admin .support-message.from-admin{
    align-self:flex-start!important;
    background:#eff6ff!important;
    border-color:#bfdbfe!important;
}
body.admin .support-message.from-seller{
    align-self:flex-end!important;
    background:#f8fafc!important;
}
body.admin .clean-empty-state{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:220px!important;
    border-radius:18px!important;
    background:#f8fafc!important;
    color:#64748b!important;
    text-align:center!important;
    padding:25px!important;
}
body.admin .clean-empty-state strong{
    color:#64748b!important;
    font-size:26px!important;
    letter-spacing:-.03em!important;
}
body.admin .platform-support-admin-page .support-admin-checklist{
    display:grid!important;
    gap:10px!important;
}
body.admin .platform-support-admin-page .support-admin-checklist span{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:12px 14px!important;
    border-radius:14px!important;
    background:#f8fafc!important;
    border:1px solid #e2e8f0!important;
    color:#1e293b!important;
    font-weight:650!important;
}
body.admin .platform-support-admin-page .support-admin-checklist span::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#0ea5e9;
    box-shadow:0 0 0 4px rgba(14,165,233,.12);
}

/* force any old broken support blocks off */
body.admin .support-ticket-list *,
body.admin .support-conversation *{
    box-sizing:border-box!important;
}
body.admin .support-ticket-list:empty::before{
    content:"Nu există tickete.";
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:120px;
    border-radius:18px;
    background:#f8fafc;
    color:#64748b;
}

/* Mobile support polish */
@media(max-width:900px){
    body.admin .support-grid-main,
    body.admin .support-chat-layout{
        grid-template-columns:1fr!important;
    }
    body.admin .support-ticket-list{
        border-right:0!important;
        border-bottom:1px solid #e2e8f0!important;
        padding:0 0 14px 0!important;
        max-height:260px!important;
    }
    body.admin .support-hero.card{
        flex-direction:column!important;
        align-items:flex-start!important;
    }
    body.admin .support-form-modern .btn,
    body.admin .support-reply-form .btn{
        width:100%!important;
    }
}
@media(max-width:768px){
    body.admin .admin-top-actions{
        gap:8px!important;
    }
    body.admin .admin-support-button{
        width:32px!important;
        height:32px!important;
        min-width:32px!important;
        max-width:32px!important;
        min-height:32px!important;
        max-height:32px!important;
        border-radius:11px!important;
    }
    body.admin .platform-settings-actions{
        justify-content:flex-start!important;
    }
    body.admin .support-hero h2{
        font-size:24px!important;
    }
    body.admin .support-grid-main .card,
    body.admin .support-chat-card{
        padding:18px!important;
    }
}


/* Part 149 - Support chat conflict fix: prevent global aside styles from breaking ticket list */
body.admin .support-chat-card{
    overflow:hidden!important;
}
body.admin .support-chat-layout{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(250px,310px) minmax(0,1fr)!important;
    gap:18px!important;
    align-items:stretch!important;
}
body.admin .support-ticket-list{
    position:static!important;
    inset:auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:120px!important;
    margin:0!important;
    padding:0 14px 0 0!important;
    background:#ffffff!important;
    color:#0f172a!important;
    border-right:1px solid #e2e8f0!important;
    box-shadow:none!important;
    z-index:auto!important;
    overflow:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
}
body.admin .support-ticket-list .support-empty-mini{
    background:#f8fafc!important;
    color:#64748b!important;
    border:1px dashed #cbd5e1!important;
}
body.admin .support-ticket-list a,
body.admin .support-ticket-list .support-ticket-link{
    position:relative!important;
    display:block!important;
    background:#f8fafc!important;
    color:#0f172a!important;
    padding:13px 14px!important;
    border:1px solid #e2e8f0!important;
    border-radius:16px!important;
    text-decoration:none!important;
    box-shadow:none!important;
}
body.admin .support-conversation{
    position:relative!important;
    min-width:0!important;
    background:#ffffff!important;
    color:#0f172a!important;
    border-radius:18px!important;
}
@media(max-width:900px){
    body.admin .support-chat-layout{
        grid-template-columns:1fr!important;
    }
    body.admin .support-ticket-list{
        border-right:0!important;
        border-bottom:1px solid #e2e8f0!important;
        padding:0 0 14px 0!important;
    }
}

/* Part 150 - Support chat final polish and conflict isolation */
body.admin .support-center-shell,
body.admin .platform-support-admin-page{
    max-width: none !important;
}
body.admin .support-chat-card .support-chat-layout{
    display:grid !important;
    grid-template-columns:minmax(260px,320px) minmax(0,1fr) !important;
    gap:18px !important;
    align-items:stretch !important;
    background:#fff !important;
}
body.admin .support-chat-card .support-ticket-list{
    position:relative !important;
    inset:auto !important;
    width:auto !important;
    height:auto !important;
    min-height:180px !important;
    max-height:540px !important;
    padding:0 14px 0 0 !important;
    margin:0 !important;
    overflow:auto !important;
    background:#fff !important;
    border-right:1px solid #e2e8f0 !important;
    box-shadow:none !important;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}
body.admin .support-ticket-main{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
}
body.admin .support-ticket-main em{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-style:normal !important;
    font-size:10px !important;
    font-weight:850 !important;
    text-transform:uppercase !important;
    letter-spacing:.04em !important;
    border-radius:999px !important;
    padding:4px 7px !important;
    color:#075985 !important;
    background:#dff6ff !important;
    border:1px solid rgba(14,165,233,.22) !important;
    flex:0 0 auto !important;
}
body.admin .support-ticket-link.new-ticket{
    border-color:#38bdf8 !important;
    background:linear-gradient(135deg,#f0f9ff,#ffffff) !important;
}
body.admin .support-ticket-link.new-ticket::before{
    content:"" !important;
    position:absolute !important;
    left:10px !important;
    top:12px !important;
    width:7px !important;
    height:7px !important;
    border-radius:50% !important;
    background:#0ea5e9 !important;
    box-shadow:0 0 0 4px rgba(14,165,233,.12) !important;
}
body.admin .support-ticket-link.new-ticket strong,
body.admin .support-ticket-link.new-ticket small{
    padding-left:12px !important;
}
body.admin .support-new-chat-box{
    min-height:260px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:12px !important;
    border-radius:20px !important;
    background:linear-gradient(135deg,#f8fafc,#eef7ff) !important;
    border:1px solid #e2e8f0 !important;
    padding:28px !important;
    color:#0f172a !important;
}
body.admin .support-new-chat-box > strong{
    font-size:24px !important;
    letter-spacing:-.035em !important;
    color:#0f172a !important;
}
body.admin .support-new-ticket-form{
    display:grid !important;
    gap:12px !important;
    max-width:720px !important;
    margin-top:8px !important;
}
body.admin .support-new-ticket-form input,
body.admin .support-new-ticket-form textarea{
    width:100% !important;
    box-sizing:border-box !important;
    border:1px solid #cbd5e1 !important;
    border-radius:14px !important;
    background:#fff !important;
    color:#0f172a !important;
    padding:12px 13px !important;
    font:inherit !important;
}
body.admin .support-new-ticket-form input:focus,
body.admin .support-new-ticket-form textarea:focus{
    outline:0 !important;
    border-color:#38bdf8 !important;
    box-shadow:0 0 0 4px rgba(14,165,233,.12) !important;
}
body.admin .support-new-ticket-form .btn{
    width:max-content !important;
    min-width:220px !important;
}
body.admin .support-conversation{
    background:#fff !important;
    border-radius:18px !important;
    min-height:180px !important;
}
body.admin .platform-support-admin-page .support-ticket-list,
body.admin .support-center-shell .support-ticket-list{
    color:#0f172a !important;
}
@media(max-width:900px){
    body.admin .support-chat-card .support-chat-layout{
        grid-template-columns:1fr !important;
    }
    body.admin .support-chat-card .support-ticket-list{
        border-right:0 !important;
        border-bottom:1px solid #e2e8f0 !important;
        padding:0 0 14px 0 !important;
        max-height:280px !important;
    }
    body.admin .support-new-ticket-form .btn{
        width:100% !important;
    }
}

/* Theme editor image inputs: uploaded logos stay preview-safe and never deform the form/sidebar */
.theme-image-thumb{
    width:86px !important;
    height:64px !important;
    max-width:86px !important;
    max-height:64px !important;
    object-fit:contain !important;
    object-position:center !important;
    display:block !important;
    padding:8px !important;
    background:#fff !important;
    border:1px solid #dbe7f3 !important;
    border-radius:12px !important;
    box-shadow:0 8px 20px rgba(15,23,42,.08) !important;
    margin:0 0 10px 0 !important;
}


/* Part 152: Theme editor logo controls */
.theme-logo-preview-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.theme-image-thumb.theme-logo-thumb{width:72px!important;height:72px!important;object-fit:contain!important;background:#fff!important;padding:6px!important;border-radius:14px!important;border:1px solid #cbd5e1!important;box-shadow:0 6px 16px rgba(15,23,42,.08)!important}
.theme-clear-logo-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid #fecaca!important;background:#fff1f2!important;color:#be123c!important;border-radius:12px!important;padding:10px 12px!important;font-weight:800!important;cursor:pointer!important;line-height:1!important}
.theme-clear-logo-btn:hover{background:#ffe4e6!important;border-color:#fda4af!important}

/* Part 164 - Admin Apps installed status panel */
.apps-status-summary{gap:8px;flex-wrap:wrap}.installed-apps-panel{border:1px solid rgba(37,99,235,.16)}.installed-apps-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.installed-app-row{display:grid;grid-template-columns:52px minmax(180px,1fr) auto auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:rgba(248,250,252,.72)}.installed-app-row .small-installed-logo{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.installed-app-row .small-installed-logo img{max-width:100%;max-height:100%;object-fit:contain}.installed-app-main{display:flex;flex-direction:column;gap:3px}.installed-app-badges,.installed-app-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.app-installed-card{box-shadow:0 0 0 1px rgba(34,197,94,.18),0 14px 30px rgba(15,23,42,.06)}
@media(max-width:760px){.installed-app-row{grid-template-columns:44px 1fr;align-items:start}.installed-app-badges,.installed-app-actions{grid-column:1 / -1}.installed-app-actions .btn{flex:1;text-align:center}}


/* Product modal image manager - isolated */
.product-image-manager{margin-top:16px;border-top:1px solid #dbe6f3;padding-top:14px}
.product-image-manager-title{font-weight:750;color:#172033;margin-bottom:10px;font-size:14px}
.product-image-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.product-image-thumb{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid #dbe6f3;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.product-image-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.product-image-delete{position:absolute;right:6px;top:6px;width:24px;height:24px;border:0;border-radius:999px;background:rgba(15,23,42,.86);color:#fff;font-size:17px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 14px rgba(15,23,42,.22)}
.product-image-delete:hover{background:#dc2626}
.product-image-main-badge{position:absolute;left:6px;bottom:6px;background:#dcfce7;color:#166534;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}
.product-image-empty{border:1px dashed #cbd8ea;background:#fff;border-radius:14px;padding:14px;color:#64748b;font-size:13px;text-align:center}
@media(max-width:900px){.product-image-list{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:520px){.product-image-list{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* Product image AJAX upload button - isolated */
.product-image-upload-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;width:100%}
.product-image-upload-btn{height:46px;padding:0 14px;border-radius:13px;white-space:nowrap}
.small-note.is-loading{color:#0369a1!important;font-weight:700!important}.small-note.is-ok{color:#15803d!important;font-weight:700!important}.small-note.is-error{color:#b91c1c!important;font-weight:700!important}
@media(max-width:520px){.product-image-upload-row{grid-template-columns:1fr}.product-image-upload-btn{width:100%}}


/* Product image reorder - isolated */
.product-image-thumb[draggable="true"]{cursor:grab;touch-action:none}
.product-image-thumb.is-dragging{opacity:.55;transform:scale(.96);outline:2px dashed #38bdf8;outline-offset:2px}
.product-image-list.is-saving::after{content:'Se salvează ordinea...';grid-column:1/-1;font-size:12px;color:#0369a1;font-weight:800}

/* Part 178: product image manager drag fix - isolated */
.product-image-list{user-select:none}
.product-image-thumb img{-webkit-user-drag:none;user-select:none;pointer-events:none}
.product-image-delete{pointer-events:auto}

/* Part 179 - scoped admin header/sidebar restore + product image drag fix */
body.admin .admin-sidebar .lp-brand{display:flex!important;align-items:center!important;gap:12px!important;padding:16px 12px!important;color:#fff!important;text-decoration:none!important;min-height:58px!important;box-sizing:border-box!important;}
body.admin .admin-sidebar .lp-brand-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;background:linear-gradient(135deg,#1d4ed8,#0f2f65)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:22px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 24px rgba(15,23,42,.18)!important;}
body.admin .admin-sidebar .lp-brand-content{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;line-height:1.05!important;}
body.admin .admin-sidebar .lp-brand-title{display:block!important;color:#fff!important;font-size:21px!important;font-weight:900!important;letter-spacing:-.03em!important;line-height:1!important;white-space:nowrap!important;}
body.admin .admin-sidebar .lp-brand-subtitle{display:block!important;color:#67e8f9!important;font-size:10px!important;font-weight:900!important;letter-spacing:.32em!important;text-transform:uppercase!important;margin-top:5px!important;line-height:1!important;}
body.admin .admin-top-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:0!important;}
body.admin .admin-notification-wrap{position:relative!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;}
body.admin .admin-notification-popover{position:absolute!important;right:0!important;top:calc(100% + 12px)!important;width:300px!important;max-width:calc(100vw - 28px)!important;background:#fff!important;color:#0f172a!important;border:1px solid rgba(148,163,184,.28)!important;border-radius:18px!important;box-shadow:0 22px 55px rgba(15,23,42,.22)!important;padding:12px!important;display:none!important;z-index:9999!important;line-height:1.35!important;}
body.admin .admin-notification-wrap:hover .admin-notification-popover,
body.admin .admin-notification-wrap:focus-within .admin-notification-popover{display:block!important;}
body.admin .admin-notification-popover-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:8px!important;}
body.admin .admin-notification-popover-head strong{font-size:14px!important;font-weight:900!important;color:#0f172a!important;}
body.admin .admin-notification-popover-empty{font-size:13px!important;color:#475569!important;padding:8px 2px 4px!important;}
body.admin .admin-notification-popover-item{display:block!important;text-decoration:none!important;color:#0f172a!important;padding:9px!important;border-radius:12px!important;background:#f8fbff!important;margin-top:6px!important;}
body.admin .admin-notification-popover-item span{display:block!important;font-weight:800!important;font-size:13px!important;}
body.admin .admin-notification-popover-item small{display:block!important;color:#64748b!important;margin-top:3px!important;}
body.admin .admin-notification-popover-all{display:block!important;margin-top:8px!important;font-size:12px!important;font-weight:900!important;color:#0284c7!important;text-decoration:none!important;}
body.admin .product-edit-modal .product-image-list{touch-action:none!important;user-select:none!important;}
body.admin .product-edit-modal .product-image-thumb{cursor:grab!important;will-change:transform!important;}
body.admin .product-edit-modal .product-image-thumb:active{cursor:grabbing!important;}
body.admin .product-edit-modal .product-image-thumb.is-dragging{opacity:.72!important;box-shadow:0 18px 38px rgba(15,23,42,.22)!important;border-color:#38bdf8!important;}
body.admin .product-edit-modal .product-image-list.is-saving::after{content:'Se salveaza ordinea...';display:block;grid-column:1/-1;color:#0284c7;font-size:12px;font-weight:800;margin-top:2px;}

/* part188: platform SMTP test UI */
.platform-email-test-box{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:10px;align-items:end;border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;padding:14px;margin:4px 0 14px;}
.platform-email-test-box label{margin:0;}
.platform-email-test-box small{grid-column:1 / -1;color:#64748b;line-height:1.45;}
.ajax-inline-status.success{color:#15803d;font-weight:800;}
.ajax-inline-status.error{color:#dc2626;font-weight:800;}
@media(max-width:760px){.platform-email-test-box{grid-template-columns:1fr}.platform-email-test-box .btn{width:100%;}}

/* part189: fix app marketplace logo rendering; prevents broken/missing image alt text from exploding cards */
.app-logo.app-logo-img{overflow:hidden!important;display:grid!important;place-items:center!important;line-height:1!important;text-align:center!important}
.app-logo.app-logo-img img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;border:0!important}
.app-card-marketplace .app-logo.app-logo-img img{width:48px!important;height:48px!important;object-fit:contain!important}
.app-detail-head .app-logo.app-logo-img{width:58px!important;height:58px!important;border-radius:16px!important;background:#fff!important;border:1px solid #e2e8f0!important}
.app-detail-head .app-logo.app-logo-img img{width:42px!important;height:42px!important;object-fit:contain!important}

/* Part 192 - WooCommerce-style Orders Center, scoped only to orders */
.orders-wc-page{display:grid;gap:18px;color:#0f172a}.orders-wc-page .card{background:#fff;border:1px solid rgba(203,213,225,.8);border-radius:22px;box-shadow:0 18px 50px rgba(15,23,42,.08)}
.orders-wc-hero{padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.orders-wc-hero h2{font-size:30px;line-height:1.1;margin:8px 0 10px;color:#111827}.orders-wc-hero p{max-width:760px;margin:0;color:#64748b;line-height:1.5}.orders-kicker{display:inline-flex;align-items:center;background:#e0f2fe;color:#0369a1;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.orders-wc-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.orders-admin-notice{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:16px;padding:12px 16px;font-weight:800}.orders-wc-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.orders-wc-stats article{background:#fff;border:1px solid #dbeafe;border-radius:18px;padding:14px 16px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.orders-wc-stats span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.orders-wc-stats strong{display:block;margin-top:7px;font-size:24px;line-height:1.1;color:#0f172a}
.orders-sync-panel{display:grid;grid-template-columns:minmax(220px,.5fr) 1fr;gap:16px;padding:18px}.orders-sync-panel strong{display:block;font-size:18px}.orders-sync-panel p{margin:6px 0 0;color:#64748b;line-height:1.45}.orders-sync-badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.sync-badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;border:1px solid transparent}.sync-badge.payment{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.sync-badge.carrier{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.sync-badge.invoice{background:#fef3c7;color:#92400e;border-color:#fde68a}.sync-badge.muted-sync{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}
.orders-wc-filters{padding:14px;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) minmax(240px,1.7fr) auto auto;gap:10px;align-items:center}.orders-wc-filters select,.orders-wc-filters input,.orders-bulkbar select,.orders-bulkbar input,.order-status-form select,.order-status-form input{width:100%;border:1px solid #cfe0f5;border-radius:14px;background:#fff;color:#111827;padding:12px 14px;font:inherit;box-sizing:border-box}.orders-wc-filters input{min-width:0}.orders-wc-table-card{overflow:hidden}.orders-bulkbar{display:grid;grid-template-columns:minmax(220px,.8fr) 1fr auto;gap:10px;align-items:center;padding:14px;border-bottom:1px solid #e2e8f0;background:#f8fbff}.orders-wc-table-scroll{overflow:auto}.orders-wc-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1180px;background:#fff}.orders-wc-table th{position:sticky;top:0;z-index:1;text-align:left;background:#f8fafc;color:#334155;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;border-bottom:1px solid #e2e8f0;padding:13px 14px}.orders-wc-table td{border-bottom:1px solid #e2e8f0;padding:15px 14px;vertical-align:middle}.orders-wc-table tbody tr:hover{background:#f8fbff}.orders-wc-table tbody tr.has-sync-warning{background:#fff7ed}.orders-wc-table tbody tr.has-sync-warning:hover{background:#ffedd5}.orders-wc-table .check{width:38px;text-align:center}.order-main .order-number{font-weight:950;color:#0f172a;text-decoration:none}.order-main .order-number:hover{color:#0284c7}.order-main small,.customer-cell small,.carrier-cell small{display:block;color:#64748b;margin-top:4px;font-size:12px}.customer-cell strong,.carrier-cell strong{display:block;color:#111827}.order-date{white-space:nowrap;color:#334155}.order-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;background:#e2e8f0;color:#334155}.order-status.status-new{background:#dbeafe;color:#1d4ed8}.order-status.status-pending{background:#fef3c7;color:#92400e}.order-status.status-confirmed,.order-status.status-paid{background:#ccfbf1;color:#0f766e}.order-status.status-processing{background:#ede9fe;color:#6d28d9}.order-status.status-ready_to_ship,.order-status.status-shipped{background:#ffedd5;color:#c2410c}.order-status.status-delivered{background:#dcfce7;color:#166534}.order-status.status-rejected,.order-status.status-refunded,.order-status.status-cancelled{background:#fee2e2;color:#b91c1c}.tracking-pill{display:inline-flex;align-items:center;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;background:#eef6ff;color:#075985;border:1px solid #dbeafe;padding:7px 10px;font-size:12px;font-weight:900}.tracking-pill.pill-warning{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.sync-warning{display:block;color:#b45309;font-size:11px;font-style:normal;font-weight:800;line-height:1.35;margin-top:6px;max-width:260px}.order-total{font-size:15px;font-weight:950;color:#0f172a;white-space:nowrap}.actions-cell{text-align:right}.orders-empty{text-align:center;color:#64748b;padding:28px!important}.orders-wc-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#f8fafc}.orders-pages{display:flex;align-items:center;gap:7px}.page-btn,.page-current{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:11px;border:1px solid #dbeafe;background:#fff;color:#0f172a;text-decoration:none;font-weight:900}.page-current{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.page-btn.disabled{opacity:.45;pointer-events:none}
.order-detail-wc{color:#0f172a}.order-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:16px}.order-detail-head h2{margin:8px 0 4px}.order-detail-head p{margin:0;color:#64748b}.order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px}.order-detail-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:16px}.order-detail-card h3{margin:0 0 10px}.order-detail-card p{margin:8px 0;color:#334155;line-height:1.5}.order-warning{background:#fff7ed;border:1px solid #fed7aa;color:#b45309;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:800}.order-money-card p{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #e2e8f0;padding-bottom:8px}.order-money-card p.total{border-bottom:0;font-size:18px}.order-status-form{display:grid;gap:10px}.order-timeline-wc{display:grid;gap:10px;margin-top:10px}.order-timeline-wc>div{border-left:4px solid #38bdf8;background:#f8fbff;border-radius:14px;padding:12px 14px}.order-timeline-wc span{display:block;color:#64748b;font-size:12px;margin-top:3px}.order-timeline-wc p{margin:6px 0 0;color:#334155}.order-items-table{min-width:640px;margin-top:10px}
@media(max-width:1200px){.orders-wc-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-wc-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-wc-filters input{grid-column:1/-1}.orders-sync-panel{grid-template-columns:1fr}.orders-sync-badges{justify-content:flex-start}}
@media(max-width:760px){.orders-wc-hero{flex-direction:column}.orders-wc-actions{justify-content:flex-start}.orders-wc-stats{grid-template-columns:1fr}.orders-wc-filters,.orders-bulkbar{grid-template-columns:1fr}.orders-wc-footer{flex-direction:column;align-items:flex-start}.order-detail-grid{grid-template-columns:1fr}.orders-wc-table{min-width:980px}}


/* PART193 Orders typography polish */
.orders-wc-table td,
.orders-wc-table th,
.orders-wc-table .order-main,
.orders-wc-table .order-customer,
.orders-wc-table .order-shipping,
.orders-wc-table .order-total{
    font-family: "Segoe UI", Arial, sans-serif;
}

.orders-wc-table th{
    font-size:13px;
    font-weight:600 !important;
    letter-spacing:.2px;
    color:#1e293b;
}

.orders-wc-table td{
    font-size:14px;
    line-height:1.45;
    color:#334155;
    vertical-align:middle;
}

.orders-wc-table .order-main strong,
.orders-wc-table .order-id,
.orders-wc-table .order-customer strong,
.orders-wc-table .order-shipping strong,
.orders-wc-table .order-total strong{
    font-weight:600 !important;
    font-size:15px !important;
    color:#0f172a;
}

.orders-wc-table .order-customer,
.orders-wc-table .order-shipping{
    font-size:14px !important;
    font-weight:500 !important;
}

.orders-wc-table small,
.orders-wc-table .muted,
.orders-wc-table .order-meta{
    font-size:12px !important;
    font-weight:400 !important;
    color:#64748b !important;
}

.orders-wc-table .status-badge{
    font-weight:600 !important;
    font-size:12px !important;
}

.orders-wc-table tr{
    transition:background .15s ease;
}

.orders-wc-table tr:hover{
    background:#f8fbff;
}


/* PART194 Orders clean typography + action buttons */
.orders-wc-table{font-family:"Segoe UI",Arial,sans-serif!important;font-size:13px!important;color:#334155!important;}
.orders-wc-table th{font-size:12px!important;font-weight:650!important;letter-spacing:.025em!important;color:#334155!important;padding:12px 10px!important;}
.orders-wc-table td{font-size:13px!important;font-weight:400!important;line-height:1.35!important;color:#334155!important;padding:12px 10px!important;}
.orders-wc-table .order-number{font-size:14px!important;font-weight:650!important;color:#0f172a!important;text-decoration:none!important;}
.orders-wc-table .customer-cell strong,
.orders-wc-table .carrier-cell strong{font-size:14px!important;font-weight:600!important;line-height:1.25!important;color:#0f172a!important;display:block!important;}
.orders-wc-table .carrier-cell strong{font-size:15px!important;}
.orders-wc-table .customer-cell small,
.orders-wc-table .carrier-cell small,
.orders-wc-table .order-main small,
.orders-wc-table .muted{font-size:12px!important;font-weight:400!important;line-height:1.35!important;color:#64748b!important;}
.orders-wc-table .order-total{font-size:14px!important;font-weight:650!important;color:#0f172a!important;white-space:nowrap!important;}
.orders-wc-table .order-status,
.orders-wc-table .tracking-pill{font-size:11px!important;font-weight:650!important;padding:6px 9px!important;}
.orders-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:150px;}
.order-delete-inline{margin:0;display:inline-flex;}
.orders-row-actions .btn.small{min-height:36px;padding:9px 12px!important;border-radius:12px!important;font-size:12px!important;font-weight:650!important;line-height:1!important;white-space:nowrap;}
.orders-row-actions .btn.danger,.btn.danger{background:#fee2e2!important;color:#b91c1c!important;border:1px solid #fecaca!important;box-shadow:none!important;}
.orders-row-actions .btn.danger:hover,.btn.danger:hover{background:#fecaca!important;color:#991b1b!important;}
.order-modal-box{max-width:980px;width:min(980px,calc(100vw - 36px));}
@media(max-width:1100px){.orders-wc-table{min-width:1080px}.orders-wc-table td{padding:11px 8px!important}.orders-row-actions{min-width:130px}}


/* PART195 Orders polish: sort arrows, AJAX delete feedback, soft modal background */
.orders-wc-table .orders-sort{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  color:#0f172a!important;
  font-weight:650!important;
  line-height:1.1!important;
}
.orders-wc-table .orders-sort span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:12px!important;
  margin-left:2px!important;
  font-size:12px!important;
  line-height:1!important;
  color:#2563eb!important;
  transform:none!important;
}
.orders-wc-table th{vertical-align:middle!important;}
.orders-wc-table .customer-cell strong,
.orders-wc-table .carrier-cell strong{
  font-size:14px!important;
  font-weight:550!important;
  letter-spacing:0!important;
}
.orders-wc-table .carrier-cell strong{font-size:14px!important;}
.orders-wc-table .order-total{font-weight:650!important;}
.orders-row-actions .btn.small{cursor:pointer!important;}
.orders-row-actions .order-delete-btn.is-loading{opacity:.65!important;pointer-events:none!important;}
.orders-row-actions .order-delete-btn.is-loading::after{content:'…';margin-left:2px;}
.order-row-removing{opacity:.45!important;transition:opacity .18s ease,transform .18s ease!important;transform:scale(.995)!important;}
#admin-modal .order-modal-box{
  background:#eef7ff!important;
  color:#0f172a!important;
  border:1px solid #cfe5ff!important;
  box-shadow:0 24px 80px rgba(15,23,42,.22)!important;
}
#admin-modal .order-modal-box .modal-close{
  background:#0b3768!important;
  color:#fff!important;
  border-radius:999px!important;
}
#admin-modal .order-detail-wc{
  background:#eef7ff!important;
  color:#0f172a!important;
}
#admin-modal .order-detail-card{
  background:#fff!important;
  border-color:#d7e9fb!important;
  box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
}
#admin-modal .order-detail-head p{color:#58708d!important;}
#admin-modal .order-detail-card p{color:#24364a!important;}
#admin-modal .order-timeline-wc>div{background:#f8fcff!important;border-left-color:#38bdf8!important;}

/* PART196 Orders final minimal cache bump */
.orders-wc-page .orders-sort{display:inline-flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important}.orders-wc-page .orders-sort span{position:static!important;float:none!important;margin:0!important}.orders-wc-page .customer-cell strong,.orders-wc-page .carrier-cell strong{font-weight:550!important;font-size:14px!important}.orders-wc-page .actions-cell{text-align:right!important;white-space:nowrap!important}.orders-wc-page .orders-row-actions{display:flex!important;gap:8px!important;justify-content:flex-end!important;flex-wrap:nowrap!important}

/* Part 204 - Admin mobile menu toggle final fix */
body.admin .admin-mobile-welcome-row,
body.admin .admin-mobile-menu-toggle{display:none!important;}

@media(max-width:800px){
  body.admin.admin-v10 .admin-sidebar{
    position:relative!important;
    width:100%!important;
    min-height:auto!important;
    padding:0!important;
    overflow:visible!important;
    box-shadow:none!important;
    z-index:20!important;
  }

  body.admin.admin-v10 .admin-sidebar .lp-brand{
    min-height:76px!important;
    padding:12px 16px!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }

  body.admin.admin-v10 .admin-mobile-welcome-row{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    min-height:38px!important;
    padding:0 14px!important;
    box-sizing:border-box!important;
    background:#082e58!important;
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }

  body.admin.admin-v10 .admin-mobile-welcome-row .hello{
    display:block!important;
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    color:#e6f1ff!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.admin.admin-v10 .admin-mobile-menu-toggle{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 24px!important;
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    max-width:24px!important;
    margin:0!important;
    padding:0!important;
    border:1px solid rgba(125,211,252,.35)!important;
    border-radius:7px!important;
    background:rgba(56,189,248,.16)!important;
    color:#e6f8ff!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }

  body.admin.admin-v10 .admin-sidebar > .hello{display:none!important;}
  body.admin.admin-v10 .admin-sidebar nav#admin-mobile-nav{
    display:none!important;
    margin:0!important;
  }

  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px 8px!important;
    padding:8px 10px 14px!important;
    background:#073668!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
  }

  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a{
    display:flex!important;
    align-items:center!important;
    min-height:34px!important;
    margin:0!important;
    padding:8px 10px!important;
    box-sizing:border-box!important;
    border-radius:9px!important;
    color:#e6f1ff!important;
    font-size:13px!important;
    line-height:1.15!important;
    text-decoration:none!important;
  }

  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a:hover,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a.active{
    background:#0d4d8f!important;
  }

  body.admin.admin-v10 main{margin-left:0!important;padding:18px!important;}
  body.admin.admin-v10 .admin-top{margin:-18px -18px 18px!important;}
}

/* Part205 - Orders detail timeline pagination (strictly scoped) */
.order-detail-wc .order-timeline-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 10px;}
.order-detail-wc .order-timeline-head h3{margin:0;}
.order-detail-wc .order-timeline-count{display:inline-flex;align-items:center;border-radius:999px;background:#e0f2fe;color:#075985;font-size:12px;font-weight:700;padding:6px 10px;}
.order-detail-wc .order-timeline-entry.is-hidden{display:none!important;}
.order-detail-wc .order-timeline-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin:12px 0 4px;}
.order-detail-wc .order-timeline-pagination .btn{min-width:82px;}
.order-detail-wc .order-timeline-pagination .btn:disabled{opacity:.45;cursor:not-allowed;}
.order-detail-wc .order-timeline-page-info{font-size:13px;font-weight:700;color:#334155;background:#f8fafc;border:1px solid #dbeafe;border-radius:999px;padding:7px 12px;}

/* Part 220 - Register VPS DB bridge polish */
.db-reco.vps-mode{background:linear-gradient(135deg,#f7fbff,#eef6ff);border-color:#cfe3ff}
.db-advanced{margin-top:14px;border:1px solid #dbe6f5;border-radius:16px;background:#fbfdff;padding:12px 14px}
.db-advanced summary{cursor:pointer;font-size:13px;font-weight:600;color:#334155}
.db-advanced .fine{font-size:12px;color:#64748b;line-height:1.45;margin:9px 0 12px}
.db-advanced-actions{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 12px}
.db-mini-btn{border:1px solid #cfdff2;background:#fff;color:#1e3a5f;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:500;cursor:pointer}
.db-mini-btn:hover{background:#f1f7ff}

/* Part 234 - Seller dashboard and account dropdown polish */
.quick-actions-grid a{font-weight:600!important;}
.account-popover b{font-weight:600!important;}
.account-popover a{font-weight:500!important;}
.account-popover:after{content:"";position:absolute;left:0;right:0;top:-18px;height:18px;background:transparent;}
.account-menu.account-hover-open .account-popover{display:grid!important;gap:4px;}


/* Part 235 - Store profile UI polish */
.store-profile-polish{
  overflow:hidden!important;
  border:1px solid #dbe6f3!important;
  border-radius:24px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.08)!important;
}
.store-profile-polish .settings-page-head{
  align-items:center!important;
  padding:28px 32px 22px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f6fbff 55%,#eef7ff 100%)!important;
}
.store-profile-polish .settings-page-head h2{
  font-size:32px!important;
  font-weight:650!important;
  letter-spacing:-.035em!important;
  color:#172033!important;
}
.store-profile-polish .settings-page-head p{
  font-size:15px!important;
  line-height:1.55!important;
  color:#64748b!important;
}
.store-profile-polish .settings-page-head .btn.small{
  border-radius:14px!important;
  padding:11px 16px!important;
  font-weight:650!important;
  background:#e8f7ff!important;
  color:#075985!important;
  border:1px solid #c8eaff!important;
  box-shadow:none!important;
}
.store-profile-polish .settings-form.wide{
  max-width:none!important;
  padding:26px 32px 34px!important;
  grid-template-columns:repeat(2,minmax(260px,1fr))!important;
  gap:18px 22px!important;
}
.store-profile-polish .settings-form.wide h3{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:18px 0 0!important;
  padding:16px 0 8px!important;
  border-top:1px solid #e7eef7!important;
  color:#172033!important;
  font-size:18px!important;
  font-weight:650!important;
  letter-spacing:-.015em!important;
}
.store-profile-polish .settings-form.wide h3:first-child{
  border-top:0!important;
  padding-top:0!important;
  margin-top:0!important;
}
.store-profile-polish .settings-form.wide h3:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:999px;
  background:#0ea5e9;
  box-shadow:0 0 0 6px rgba(14,165,233,.11);
}
.store-profile-polish .settings-form.wide label{
  min-height:76px!important;
  padding:14px!important;
  border:1px solid #e0eaf6!important;
  border-radius:18px!important;
  background:#f8fbff!important;
  color:#334155!important;
  font-weight:600!important;
  gap:9px!important;
}
.store-profile-polish .settings-form.wide input,
.store-profile-polish .settings-form.wide select{
  width:100%!important;
  height:44px!important;
  border-radius:13px!important;
  border:1px solid #cbd8e8!important;
  background:#fff!important;
  color:#172033!important;
  font-weight:500!important;
  box-shadow:0 1px 0 rgba(15,23,42,.02)!important;
}
.store-profile-polish .settings-form.wide input:focus,
.store-profile-polish .settings-form.wide select:focus{
  outline:none!important;
  border-color:#38bdf8!important;
  box-shadow:0 0 0 4px rgba(56,189,248,.16)!important;
}
.store-profile-preview-card{
  grid-column:1/-1;
  position:relative;
  overflow:hidden;
  display:grid;
  gap:8px;
  padding:20px 22px;
  border-radius:22px;
  border:1px solid #cfe9ff;
  background:linear-gradient(135deg,#eff8ff,#ffffff);
  box-shadow:0 16px 40px rgba(14,165,233,.08);
}
.store-profile-preview-card:after{
  content:"";
  position:absolute;
  right:-48px;
  top:-56px;
  width:150px;
  height:150px;
  border-radius:999px;
  background:rgba(14,165,233,.12);
}
.store-profile-preview-card span{
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#dff4ff;
  color:#075985;
  font-size:12px;
  font-weight:650;
  text-transform:uppercase;
  letter-spacing:.045em;
}
.store-profile-preview-card strong{
  max-width:100%;
  color:#172033;
  font-size:28px;
  font-weight:650;
  line-height:1.15;
  letter-spacing:-.035em;
  overflow-wrap:anywhere;
}
.store-profile-preview-card a{
  width:max-content;
  max-width:100%;
  overflow-wrap:anywhere;
  color:#0b7ed0;
  text-decoration:none;
  font-weight:600;
}
.store-profile-polish .section-save-row.final{
  justify-content:flex-end!important;
  margin-top:10px!important;
  padding-top:24px!important;
}
.store-profile-polish .section-save-row.final .btn.primary{
  min-width:230px!important;
  min-height:48px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;
  font-weight:650!important;
  box-shadow:0 18px 38px rgba(37,99,235,.22)!important;
}
@media(max-width:900px){
  .store-profile-polish .settings-page-head{display:grid!important;padding:22px 18px!important;}
  .store-profile-polish .settings-page-head .btn.small{width:max-content!important;}
  .store-profile-polish .settings-form.wide{grid-template-columns:1fr!important;padding:20px 16px 26px!important;}
  .store-profile-preview-card strong{font-size:22px!important;}
  .store-profile-polish .section-save-row.final{align-items:stretch!important;}
  .store-profile-polish .section-save-row.final .btn.primary{width:100%!important;}
}


/* PART 239 - Platform apps polish + app detail sync polish */
.platform-apps-polished{padding:28px!important;border-radius:24px!important;overflow:visible!important}.platform-apps-head-polished{align-items:flex-start;border-bottom:1px solid #e2e8f0;padding-bottom:18px;margin-bottom:18px}.admin-kicker{display:inline-flex;width:max-content;border-radius:999px;background:#e0f2fe;color:#0369a1;padding:7px 11px;font-size:12px;font-weight:650;letter-spacing:.03em;text-transform:uppercase}.platform-apps-head-polished h2{font-size:30px;line-height:1.15;letter-spacing:-.035em;margin:10px 0 8px;font-weight:650}.platform-apps-head-polished p{max-width:850px;color:#64748b;line-height:1.55;margin:0}.platform-apps-toolbar-polished{display:grid!important;grid-template-columns:minmax(260px,1fr) minmax(210px,280px) auto;gap:10px;align-items:center;background:#f8fbff;border:1px solid #dbe7f5;border-radius:18px;padding:12px;margin-bottom:18px}.platform-apps-toolbar-polished input,.platform-apps-toolbar-polished select{max-width:none!important;margin:0!important}.platform-app-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.platform-app-admin-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7f5;border-radius:22px;padding:18px;box-shadow:0 18px 40px rgba(15,23,42,.06)}.platform-app-admin-card-top{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:16px}.platform-app-logo-box{width:72px;height:72px;border-radius:18px;background:#fff;border:1px solid #dbe7f5;display:grid;place-items:center;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.06)}.platform-app-logo-box img{width:100%;height:100%;object-fit:contain;padding:8px}.platform-app-logo-box span{font-size:20px;font-weight:650;color:#0f172a}.platform-app-admin-title strong{display:block;font-size:22px;font-weight:650;letter-spacing:-.03em;color:#0f172a;overflow-wrap:anywhere}.platform-app-admin-title small{display:block;color:#64748b;margin-top:4px;font-weight:500}.platform-app-status-dot{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:650;background:#e0f2fe;color:#0369a1;white-space:nowrap}.platform-app-status-dot.status-hidden{background:#fff7ed;color:#c2410c}.platform-app-status-dot.status-disabled{background:#fee2e2;color:#b91c1c}.platform-app-admin-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.platform-app-admin-fields label{font-size:13px;color:#475569;font-weight:600;margin:0}.platform-app-admin-fields label.wide{grid-column:1/-1}.platform-app-admin-fields input,.platform-app-admin-fields select,.platform-app-admin-fields textarea{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #cbd5e1!important;border-radius:14px!important;background:#fff!important;color:#0f172a!important;padding:11px 12px!important;font-weight:500!important;min-height:42px}.platform-app-admin-fields textarea{resize:vertical;line-height:1.45}.platform-apps-save-sticky{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.78),#fff);border-top:1px solid #e2e8f0;margin:20px -28px -28px!important;padding:16px 28px!important;border-radius:0 0 24px 24px}.platform-apps-empty{grid-column:1/-1;background:#f8fbff;border:1px dashed #cbd5e1;border-radius:18px;padding:18px;text-align:center}.app-detail-polished h2,.app-detail-polished h3,.grid2 .card h3{font-weight:650!important;letter-spacing:-.02em}.app-detail-polished .inline h2{font-size:28px}.app-settings-form-polished label{font-weight:600!important;color:#334155}.app-settings-form-polished input,.app-settings-form-polished select{border-radius:14px!important;border:1px solid #cbd5e1!important;background:#fff!important;font-weight:500!important}.notice.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:14px;padding:10px 12px;font-weight:600}.notice.warning{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:14px;padding:10px 12px;font-weight:600}@media(max-width:1100px){.platform-app-admin-grid{grid-template-columns:1fr}}@media(max-width:720px){.platform-apps-toolbar-polished{grid-template-columns:1fr}.platform-app-admin-card-top{grid-template-columns:56px 1fr}.platform-app-logo-box{width:56px;height:56px}.platform-app-status-dot{grid-column:1/-1;width:max-content}.platform-app-admin-fields{grid-template-columns:1fr}.platform-apps-polished{padding:18px!important}.platform-apps-save-sticky{margin:18px -18px -18px!important;padding:14px 18px!important}}


/* PART 240 - Platform apps live search + softer logs/app buttons polish */
.platform-apps-toolbar-polished input:focus,
.platform-apps-toolbar-polished select:focus{
  outline:none!important;
  border-color:#38bdf8!important;
  box-shadow:0 0 0 4px rgba(56,189,248,.14)!important;
}
.platform-app-admin-card[hidden],
.platform-apps-live-empty[hidden]{display:none!important;}
.platform-app-admin-card{transition:opacity .18s ease, transform .18s ease, border-color .18s ease!important;}
.platform-app-admin-card:hover{transform:translateY(-1px);border-color:#b9d8f5!important;}
.platform-app-admin-title strong{font-weight:600!important;}
.platform-app-admin-title small{font-weight:500!important;}
.platform-app-admin-fields label{font-weight:550!important;}
.platform-app-status-dot{font-weight:600!important;}
.platform-apps-save-sticky .btn.primary{font-weight:600!important;letter-spacing:-.01em!important;}
body.admin .platform-settings-actions .platform-users-btn,
.quick-actions-grid a,
.platform-settings-actions .btn.small.ghost{
  font-weight:600!important;
  letter-spacing:-.01em!important;
}
.logs-center-card .logs-head h2,
.logs-center-card .log-message,
.logs-center-card .logs-stat strong,
.logs-center-card .logs-table td strong{
  font-weight:600!important;
}
.logs-center-card .logs-stat span,
.logs-center-card .logs-filters label,
.logs-center-card .logs-table th,
.logs-center-card .log-badge,
.logs-center-card .logs-page{
  font-weight:550!important;
}
.logs-center-card .logs-table td{font-weight:400!important;}
.logs-center-card .log-context{font-weight:400!important;line-height:1.45!important;}

/* Part 241 - Support chat AJAX polish */
body.admin .support-chat-card{overflow:hidden;}
body.admin .support-chat-layout.support-chat-ajax{grid-template-columns:minmax(220px,270px) minmax(0,1fr);align-items:stretch;}
body.admin .support-ticket-list-compact{background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbeafe;border-radius:20px;padding:10px;max-height:500px;min-height:220px;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);}
body.admin .support-ticket-list-compact .support-ticket-link{padding:10px 12px;border-radius:14px;background:#fff;border-color:#dbeafe;box-shadow:none;transition:background .15s ease,border-color .15s ease,transform .15s ease;}
body.admin .support-ticket-list-compact .support-ticket-link:hover{background:#f1f8ff;border-color:#bae6fd;transform:translateY(-1px);}
body.admin .support-ticket-list-compact .support-ticket-link.active{background:#eef7ff;border-color:#93c5fd;box-shadow:0 8px 20px rgba(14,165,233,.10);}
body.admin .support-ticket-main{display:flex;align-items:center;justify-content:space-between;gap:8px;}
body.admin .support-ticket-link strong{font-weight:600;font-size:14px;letter-spacing:-.01em;}
body.admin .support-ticket-link small{font-size:12px;color:#64748b;line-height:1.35;}
body.admin .support-ticket-link em{font-style:normal;font-size:10px;font-weight:600;color:#0369a1;background:#e0f2fe;border-radius:999px;padding:4px 7px;}
body.admin .support-conversation-ajax{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:20px;padding:16px;min-height:460px;}
body.admin .support-chat-title strong{font-weight:600;letter-spacing:-.015em;}
body.admin .support-chat-title span{font-weight:500;background:#e0f2fe;color:#0369a1;}
body.admin .support-messages{scroll-behavior:smooth;}
body.admin .support-message{box-shadow:0 10px 28px rgba(15,23,42,.05);}
body.admin .support-message small{font-weight:500;}
body.admin .support-message p{font-weight:400;color:#0f172a;}
body.admin .support-ajax-form.is-sending{opacity:.72;pointer-events:none;}
body.admin .support-ajax-status{font-size:12px;color:#64748b;min-height:18px;margin-top:-4px;}
body.admin .support-ajax-status.ok{color:#15803d;}
body.admin .support-ajax-status.err{color:#dc2626;}
@media(max-width:900px){body.admin .support-chat-layout.support-chat-ajax{grid-template-columns:1fr;}body.admin .support-ticket-list-compact{min-height:auto;max-height:220px;}}

/* Part 242 - Support chat compact typography polish (seller + platform admin) */
body.admin .support-chat-card{
  padding:18px!important;
}
body.admin .support-chat-card h3,
body.admin .support-chat-title strong,
body.admin .support-ticket-link strong,
body.admin .support-message p,
body.admin .support-message small{
  font-synthesis-weight:none;
}
body.admin .support-chat-card h3{
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:-.02em!important;
}
body.admin .support-chat-card .muted{
  font-size:14px!important;
  line-height:1.45!important;
}
body.admin .support-chat-layout.support-chat-ajax{
  grid-template-columns:minmax(190px,245px) minmax(0,1fr)!important;
  gap:14px!important;
  min-height:0!important;
}
body.admin .support-ticket-list,
body.admin .support-ticket-list-compact,
body.admin .platform-support-admin-page .support-ticket-list,
body.admin .support-center-shell .support-ticket-list{
  min-height:0!important;
  max-height:260px!important;
  gap:8px!important;
  padding:8px!important;
  border-radius:17px!important;
}
body.admin .support-ticket-list-compact .support-ticket-link,
body.admin .support-ticket-list a,
body.admin .support-ticket-list .support-ticket-link{
  padding:9px 10px!important;
  border-radius:14px!important;
  min-height:auto!important;
}
body.admin .support-ticket-main{
  gap:6px!important;
}
body.admin .support-ticket-link strong{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
}
body.admin .support-ticket-link small{
  font-size:11.5px!important;
  line-height:1.3!important;
  margin-top:4px!important;
  font-weight:400!important;
}
body.admin .support-ticket-link em,
body.admin .support-chat-title span{
  font-size:10.5px!important;
  font-weight:600!important;
  padding:4px 8px!important;
}
body.admin .support-conversation-ajax,
body.admin .support-conversation{
  min-height:0!important;
  padding:14px!important;
  border-radius:18px!important;
  gap:10px!important;
}
body.admin .support-chat-title{
  padding-bottom:9px!important;
}
body.admin .support-chat-title strong{
  font-size:15px!important;
  font-weight:600!important;
}
body.admin .support-messages{
  gap:9px!important;
  max-height:330px!important;
  padding-right:4px!important;
}
body.admin .support-message{
  max-width:66%!important;
  border-radius:15px!important;
  padding:9px 11px!important;
  box-shadow:0 6px 18px rgba(15,23,42,.045)!important;
}
body.admin .support-message small{
  font-size:10.8px!important;
  line-height:1.25!important;
  margin-bottom:4px!important;
  font-weight:400!important;
}
body.admin .support-message p{
  font-size:13px!important;
  line-height:1.42!important;
  font-weight:400!important;
}
body.admin .support-reply-form textarea{
  min-height:70px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  font-size:14px!important;
}
body.admin .support-reply-form select,
body.admin .support-reply-form .btn{
  min-height:42px!important;
  font-size:13px!important;
  font-weight:600!important;
}
@media(max-width:900px){
  body.admin .support-chat-layout.support-chat-ajax{grid-template-columns:1fr!important;gap:12px!important;}
  body.admin .support-ticket-list,
  body.admin .support-ticket-list-compact,
  body.admin .platform-support-admin-page .support-ticket-list,
  body.admin .support-center-shell .support-ticket-list{max-height:130px!important;}
  body.admin .support-message{max-width:88%!important;}
  body.admin .support-conversation-ajax,
  body.admin .support-conversation{padding:12px!important;}
}

/* Part 247 - Legal links HTML editor polish */
.legal-links-admin .tox-tinymce{border:1px solid #cfe0f3!important;border-radius:16px!important;box-shadow:0 12px 30px rgba(15,23,42,.04)!important;overflow:hidden!important;}
.legal-links-admin .tox .tox-toolbar,.legal-links-admin .tox .tox-toolbar__primary{background:#f8fbff!important;}
.legal-links-admin .tox .tox-edit-area__iframe{background:#fff!important;}

/* Part249 legal links collapsible polish */
.legal-links-admin .legal-link-head{cursor:pointer;border-bottom:1px solid rgba(203,213,225,.7);padding-bottom:12px;}
.legal-links-admin .legal-link-title-btn{appearance:none;border:0;background:transparent;padding:0;margin:0;font:inherit;font-size:clamp(24px,3vw,34px);font-weight:650;color:#1e293b;cursor:pointer;text-align:left;}
.legal-links-admin .legal-link-title-btn:after{content:'▾';font-size:14px;margin-left:10px;color:#64748b;vertical-align:middle;}
.legal-links-admin .legal-link-item.is-collapsed .legal-link-title-btn:after{content:'▸';}
.legal-links-admin .legal-link-body{padding-top:16px;}
.legal-links-admin .legal-link-item.is-collapsed{padding-bottom:16px;}
.legal-links-admin .legal-link-item.is-collapsed .legal-link-head{margin-bottom:0;border-bottom:0;padding-bottom:0;}

/* Part 253 - notification popover hover grace + support chat attachments */
body.admin .admin-notification-wrap{position:relative!important;}
body.admin .admin-notification-wrap::after{content:"";position:absolute;right:0;top:100%;width:320px;max-width:calc(100vw - 28px);height:18px;display:block;}
body.admin .admin-notification-popover{display:block!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(4px)!important;transition:opacity .18s ease,transform .18s ease,visibility 0s linear .45s!important;}
body.admin .admin-notification-wrap:hover .admin-notification-popover,
body.admin .admin-notification-wrap:focus-within .admin-notification-popover,
body.admin .admin-notification-popover:hover{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;transition-delay:0s!important;}
body.admin .support-reply-form .support-file-btn,
body.admin .support-reply-form .chat-file-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#f8fbff;color:#0f5f9f;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;}
body.admin .support-reply-form .support-file-btn input,
body.admin .support-reply-form .chat-file-btn input{display:none!important;}
body.admin .support-reply-form .chat-file-preview{grid-column:1 / -1;font-size:12px;color:#64748b;margin-top:-4px;}
body.admin .support-reply-form .chat-file-preview span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eef6ff;border:1px solid rgba(148,163,184,.28);}
body.admin .support-message .chat-attachment{display:block;margin-top:8px;text-decoration:none;}
body.admin .support-message .chat-attachment img{display:block;max-width:190px;max-height:190px;border-radius:14px;border:1px solid rgba(148,163,184,.28);object-fit:cover;background:#fff;}
body.admin .support-reply-form.support-admin-reply-form{grid-template-columns:1fr auto auto auto;align-items:end;}
@media(max-width:900px){body.admin .support-reply-form.support-admin-reply-form,body.admin .support-reply-form{grid-template-columns:1fr!important;}body.admin .support-reply-form .support-file-btn,body.admin .support-reply-form .chat-file-btn{width:max-content;}}

/* Romag Pixel Manager - order tracking status badges */
.orders-wc-table .pixel-cell{white-space:nowrap!important;}
.pixel-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:999px!important;padding:7px 10px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;cursor:pointer!important;box-shadow:0 6px 16px rgba(15,23,42,.06)!important;}
.pixel-ok{background:#dcfce7!important;color:#166534!important;}
.pixel-browser{background:#dbeafe!important;color:#1d4ed8!important;}
.pixel-recovered{background:#fef3c7!important;color:#92400e!important;}
.pixel-missing{background:#fee2e2!important;color:#991b1b!important;}
.order-pixel-card .pixel-badge{margin-bottom:8px!important;}
.order-pixel-card code{display:block;max-width:100%;overflow:auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:8px;margin-top:6px;font-size:12px;}

/* Romag Pixel Manager polish - compact order dots + test modal */
.orders-wc-table .pixel-cell{text-align:center!important;white-space:nowrap!important;}
.pixel-badge.pixel-dot{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;padding:0!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;box-shadow:0 6px 14px rgba(15,23,42,.08)!important;position:relative!important;}
.pixel-badge.pixel-dot span{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;}
.pixel-badge.pixel-dot.pixel-ok{background:#22c55e!important;color:#fff!important;}
.pixel-badge.pixel-dot.pixel-browser{background:#3b82f6!important;color:#fff!important;}
.pixel-badge.pixel-dot.pixel-recovered{background:#f59e0b!important;color:#111827!important;}
.pixel-badge.pixel-dot.pixel-missing{background:#ef4444!important;color:#fff!important;}
.pixel-badge.pixel-dot:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.14)!important;}
.romag-pixel-guide,.romag-pixel-guide *{font-weight:400!important;}
.romag-pixel-guide h4{font-weight:500!important;}
.romag-pixel-guide .rpm-guide-section-title{display:block;font-weight:400!important;color:#0f172a;margin-bottom:4px;}
.romag-pixel-guide .rpm-guide-key{font-weight:400!important;color:#1e40af;}
.rpm-test-modal.hidden{display:none!important;}
.rpm-test-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px;}
.rpm-test-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.46);backdrop-filter:blur(3px);}
.rpm-test-modal-box{position:relative;z-index:1;width:min(760px,calc(100vw - 28px));max-height:calc(100vh - 42px);overflow:auto;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:24px;box-shadow:0 30px 90px rgba(15,23,42,.28);padding:22px;}
.rpm-test-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:999px;background:#eef6ff;color:#0f172a;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.rpm-test-modal-close:hover{background:#38bdf8;color:#fff;}
.rpm-test-modal-head{padding-right:42px;margin-bottom:14px;}
.rpm-test-modal-head h3{margin:8px 0 6px;font-size:20px;font-weight:600;color:#0f172a;}
.rpm-test-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;background:#e0f2fe;color:#0369a1;}
.rpm-test-status.ok{background:#dcfce7;color:#166534;}.rpm-test-status.warning{background:#fef3c7;color:#92400e;}.rpm-test-status.error{background:#fee2e2;color:#991b1b;}.rpm-test-status.info{background:#e0f2fe;color:#0369a1;}
.rpm-test-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;}
.rpm-test-summary>div{background:#f8fbff;border:1px solid #dbeafe;border-radius:16px;padding:11px 12px;}
.rpm-test-summary>div>span{display:block;font-size:12px;color:#64748b;margin-bottom:3px;}
.rpm-test-summary>div>strong{font-size:14px;font-weight:600;color:#0f172a;word-break:break-word;}
.rpm-health-list{grid-column:1/-1;display:grid!important;gap:8px;background:transparent!important;border:0!important;padding:0!important;}
.rpm-health-row{display:grid!important;grid-template-columns:26px 1fr!important;gap:10px!important;align-items:start!important;border-radius:14px!important;padding:10px!important;background:#fff!important;border:1px solid #e2e8f0!important;}
.rpm-health-row.ok{border-color:#bbf7d0!important;}.rpm-health-row.warning{border-color:#fde68a!important;}.rpm-health-row.error{border-color:#fecaca!important;}
.rpm-health-row i{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#e0f2fe;font-style:normal;font-weight:700;color:#0369a1;}
.rpm-health-row.ok i{background:#dcfce7;color:#166534;}.rpm-health-row.warning i{background:#fef3c7;color:#92400e;}.rpm-health-row.error i{background:#fee2e2;color:#991b1b;}
.rpm-health-row p{margin:0!important;}.rpm-health-row p span{display:block;font-weight:500;color:#0f172a;}.rpm-health-row p small{display:block;color:#64748b;margin-top:2px;line-height:1.35;}
.rpm-test-details{margin-top:12px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;overflow:hidden;}
.rpm-test-details summary{cursor:pointer;padding:12px 14px;font-weight:500;color:#0f172a;}
.rpm-test-details pre{margin:0;padding:14px;background:#0f172a;color:#e2e8f0;white-space:pre-wrap;overflow:auto;max-height:280px;font-size:12px;}
@media(max-width:760px){.rpm-test-summary{grid-template-columns:1fr}.rpm-test-modal-box{padding:18px;border-radius:20px}}


/* Romag theme editor device viewport fix */
.preview-stage:not(.mobile){overflow:auto!important;}
.preview-stage:not(.mobile) .theme-editor-preview{width:1180px!important;min-width:1180px!important;max-width:none!important;}
.preview-stage.mobile{overflow:hidden!important;}
.preview-stage.mobile .theme-editor-preview{width:100%!important;min-width:0!important;max-width:100%!important;}

/* Romag platform store resource governance */
.platform-resource-panel{border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#f8fbff;padding:14px;margin:10px 0 16px;}
.platform-resource-panel h4{margin:0 0 6px;font-size:15px;font-weight:600;color:#0f172a;}
.platform-resource-table-wrap{width:100%;overflow:auto;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#fff;}
.platform-resource-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0;font-size:12px;}
.platform-resource-table th,.platform-resource-table td{padding:9px 8px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle;}
.platform-resource-table th{position:sticky;top:0;background:#f1f5f9;color:#334155;font-weight:600;z-index:1;}
.platform-resource-table tr:last-child td{border-bottom:0;}
.platform-resource-table input{width:100%;min-width:82px;border:1px solid #dbe3ef;border-radius:10px;padding:7px 8px;font-size:12px;background:#fff;}
.platform-resource-table td:first-child{min-width:150px;}
.platform-resource-table small{color:#64748b;font-size:11px;}
@media(max-width:760px){.platform-resource-panel{padding:12px;border-radius:16px}.platform-resource-table{min-width:900px}.platform-resource-table th,.platform-resource-table td{padding:8px 7px}}

/* Platform Resources page polish */
.platform-resources-page{overflow:hidden}.platform-resources-hero{padding-bottom:8px;border-bottom:1px solid #e6eef8}.resource-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#e8f7ff;color:#075985;font-size:12px;font-weight:700}.resource-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 22px}.resource-summary-grid article{border:1px solid #dce9f7;border-radius:18px;padding:16px;background:linear-gradient(135deg,#fff,#f5fbff);box-shadow:0 14px 34px rgba(15,23,42,.06)}.resource-summary-grid small{display:block;color:#64748b;font-weight:650;margin-bottom:8px}.resource-summary-grid strong{display:block;color:#172033;font-size:24px!important;font-weight:750!important;letter-spacing:-.03em;margin:0!important}.resource-summary-grid span{display:block;color:#64748b;font-size:12px;margin-top:4px}.resource-card{border:1px solid #dce9f7;border-radius:22px;padding:20px;margin-top:18px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.06)}.resource-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.resource-card h3,.resource-card h4{font-weight:750!important;letter-spacing:-.02em;margin:0 0 6px!important}.resource-card .muted{margin:0;color:#64748b}.resource-fields-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.resource-fields-grid label,.resource-mini-fields label,.resource-store-fields label{font-size:12px;font-weight:700;color:#334155}.resource-fields-grid input,.resource-mini-fields input,.resource-store-fields input{width:100%;margin-top:7px;border:1px solid #cfe0f3;border-radius:13px;padding:11px 12px;background:#fff;color:#172033;font-size:13px;box-sizing:border-box}.resource-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.resource-plan-card{border:1px solid #e2edf8;border-radius:18px;background:#f8fbff;padding:16px}.resource-plan-card h4{font-size:18px!important}.resource-mini-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.resource-store-list{display:grid;gap:14px}.resource-store-card{border:1px solid #e2edf8;border-radius:18px;background:linear-gradient(135deg,#fff,#f8fbff);padding:16px}.resource-store-head{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:14px;align-items:center;margin-bottom:14px}.resource-store-head h4{font-size:18px!important}.resource-store-head small{display:block;color:#64748b}.resource-metrics{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.resource-metrics span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e8f7ff;color:#075985;font-size:12px;font-weight:700}.resource-store-fields{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.resource-save-bar{position:sticky;bottom:14px;z-index:5;margin-top:20px;padding:14px;border:1px solid #dbeafe;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:0 18px 44px rgba(15,23,42,.10)}.platform-resources-moved{border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;padding:14px 16px;margin:14px 0}
@media(max-width:1180px){.resource-summary-grid,.resource-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-plan-grid{grid-template-columns:1fr}.resource-store-head{grid-template-columns:1fr}.resource-metrics{justify-content:flex-start}.resource-store-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.platform-resources-page{padding:16px!important}.resource-summary-grid,.resource-fields-grid,.resource-mini-fields,.resource-store-fields{grid-template-columns:1fr}.resource-card{padding:16px;border-radius:18px}.resource-save-bar .btn{width:100%}.resource-summary-grid strong{font-size:20px!important}}

/* Resource Governance polished layout */
.rc-resources-page{overflow:visible!important;padding:24px!important;border-radius:24px!important;background:#fff!important}
.rc-resources-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid #e5eef8}
.rc-kicker,.rc-card-label{display:inline-flex;align-items:center;gap:6px;width:max-content;margin:0 0 8px;padding:6px 10px;border-radius:999px;background:#e8f7ff;color:#075985;font-size:12px;font-weight:650;letter-spacing:.01em}
.rc-resources-hero h2{margin:0 0 10px!important;font-size:28px!important;line-height:1.15!important;font-weight:720!important;letter-spacing:-.025em;color:#172033!important}
.rc-resources-hero p,.rc-resource-card p,.rc-host-card p{margin:0;color:#64748b;font-size:15px;line-height:1.55;max-width:920px}.rc-resources-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.rc-resources-form{display:block!important;width:100%!important}.rc-host-card{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);gap:22px;align-items:start;margin:18px 0 18px;padding:20px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(135deg,#f8fbff 0%,#fff 62%,#eef9ff 100%);box-shadow:0 18px 42px rgba(15,23,42,.06)}.rc-host-card h3{margin:0 0 8px!important;font-size:22px!important;font-weight:720!important;letter-spacing:-.02em;color:#172033!important}.rc-host-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.rc-host-grid article{padding:14px;border:1px solid #dce9f7;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}.rc-host-grid small,.rc-summary-grid small{display:block;margin-bottom:6px;color:#64748b;font-size:12px;font-weight:650}.rc-host-grid strong{display:block;color:#172033;font-size:18px;font-weight:720;letter-spacing:-.02em}.rc-disk-meter{grid-column:2;align-self:end;height:8px;overflow:hidden;border-radius:999px;background:#e2e8f0}.rc-disk-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#21c8ff,#2563eb)}.rc-disk-note{display:block;grid-column:2;color:#64748b}.rc-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 22px}.rc-summary-grid article{min-height:106px;padding:16px;border:1px solid #dce9f7;border-radius:20px;background:linear-gradient(135deg,#fff,#f5fbff);box-shadow:0 14px 34px rgba(15,23,42,.06)}.rc-summary-grid strong{display:block;color:#172033;font-size:28px!important;font-weight:730!important;line-height:1.05!important;letter-spacing:-.03em;margin:0!important}.rc-summary-grid span{display:block;color:#64748b;font-size:12px;margin-top:6px}.rc-resource-card{margin-top:18px;padding:20px;border:1px solid #dce9f7;border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.06)}.rc-resource-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.rc-resource-card h3{margin:0 0 8px!important;font-size:21px!important;font-weight:720!important;letter-spacing:-.02em;color:#172033!important}.rc-fields-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rc-mini-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rc-store-fields{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.rc-fields-grid label,.rc-mini-fields label,.rc-store-fields label{display:block;margin:0!important;color:#334155;font-size:12px;font-weight:650}.rc-fields-grid label span,.rc-mini-fields label span,.rc-store-fields label span{display:block;min-height:16px;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-fields-grid input,.rc-mini-fields input,.rc-store-fields input{width:100%!important;min-width:0!important;height:42px!important;box-sizing:border-box;margin:0!important;padding:10px 12px!important;border:1px solid #cfe0f3!important;border-radius:13px!important;background:#fff!important;color:#172033!important;font-size:13px!important;box-shadow:none!important}.rc-fields-grid input:focus,.rc-mini-fields input:focus,.rc-store-fields input:focus{outline:none;border-color:#38bdf8!important;box-shadow:0 0 0 4px rgba(56,189,248,.12)!important}.rc-plan-grid{display:grid;grid-template-columns:1fr;gap:14px}.rc-plan-card{padding:16px;border:1px solid #e2edf8;border-radius:20px;background:linear-gradient(135deg,#f8fbff,#fff)}.rc-plan-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.rc-plan-title h4,.rc-store-title h4{margin:0!important;font-size:18px!important;font-weight:720!important;letter-spacing:-.02em;color:#172033!important}.rc-plan-title span{padding:5px 9px;border-radius:999px;background:#e8f7ff;color:#075985;font-size:12px;font-weight:650}.rc-store-list{display:grid;grid-template-columns:1fr;gap:14px}.rc-store-card{padding:16px;border:1px solid #e2edf8;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff)}.rc-store-head{display:grid;grid-template-columns:minmax(170px,1fr) auto;gap:14px;align-items:center;margin-bottom:14px}.rc-store-title small{display:block;margin-top:3px;color:#64748b;font-size:12px}.rc-metrics{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.rc-metrics span{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#e8f7ff;color:#075985;font-size:12px;font-weight:650}.rc-save-bar{position:sticky;bottom:14px;z-index:10;display:flex;align-items:center;gap:12px;margin-top:20px;padding:14px;border:1px solid #dbeafe;border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 18px 44px rgba(15,23,42,.12)}.rc-save-bar .btn{width:auto!important;min-width:260px}.platform-resources-moved{border:1px solid #dbeafe;background:#f8fbff;border-radius:16px;padding:14px 16px;margin:14px 0}
@media(max-width:1180px){.rc-host-card{grid-template-columns:1fr}.rc-host-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-summary-grid,.rc-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-mini-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-store-head{grid-template-columns:1fr}.rc-metrics{justify-content:flex-start}.rc-store-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.rc-disk-meter,.rc-disk-note{grid-column:auto}}
@media(max-width:760px){.rc-resources-page{padding:16px!important;border-radius:18px!important}.rc-resources-hero{grid-template-columns:1fr}.rc-resources-actions{justify-content:flex-start}.rc-host-grid,.rc-summary-grid,.rc-fields-grid,.rc-mini-fields,.rc-store-fields{grid-template-columns:1fr}.rc-host-card,.rc-resource-card,.rc-plan-card,.rc-store-card{padding:15px;border-radius:18px}.rc-resources-hero h2{font-size:24px!important}.rc-save-bar{display:block}.rc-save-bar .btn{width:100%!important;min-width:0}.rc-metrics span{font-size:11px}}


/* Part 298 - Premium product edit modal tabs polish */
.product-edit-modal .modal-headline{padding-right:54px!important;}
.product-edit-modal .modal-headline .mini-label{font-size:10px!important;letter-spacing:.075em!important;font-weight:750!important;padding:5px 10px!important;border-radius:999px!important;background:#e8f7ff!important;color:#0369a1!important;}
.product-edit-modal .modal-headline h2{font-size:20px!important;line-height:1.15!important;letter-spacing:-.025em!important;margin-top:6px!important;}
.product-edit-modal .modal-headline .muted{font-size:12.5px!important;line-height:1.45!important;max-width:720px!important;}
.product-edit-modal .product-builder-tabs.modal-tabs{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;padding:10px 0 14px!important;margin:10px 0 6px!important;background:linear-gradient(180deg,#fff 75%,rgba(255,255,255,.88))!important;border-bottom:1px solid rgba(203,213,225,.55)!important;}
.product-edit-modal .product-builder-tabs.modal-tabs button{appearance:none!important;border:1px solid #cfe3f8!important;background:linear-gradient(180deg,#f8fcff,#eef7ff)!important;color:#075985!important;border-radius:999px!important;min-height:34px!important;padding:0 13px!important;font-size:11.5px!important;font-weight:750!important;line-height:1!important;letter-spacing:.005em!important;box-shadow:0 8px 18px rgba(15,23,42,.045)!important;cursor:pointer!important;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease!important;}
.product-edit-modal .product-builder-tabs.modal-tabs button:hover{transform:translateY(-1px)!important;border-color:#7dd3fc!important;box-shadow:0 12px 24px rgba(14,165,233,.14)!important;color:#014f86!important;}
.product-edit-modal .product-builder-tabs.modal-tabs button.active{background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;border-color:#38bdf8!important;color:#fff!important;box-shadow:0 12px 26px rgba(37,99,235,.24)!important;}
.product-edit-modal .product-tab-panel{border-radius:22px!important;background:linear-gradient(180deg,#f8fbff,#fff)!important;border:1px solid rgba(203,213,225,.72)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;}
@media(max-width:620px){.product-edit-modal .product-builder-tabs.modal-tabs{gap:7px!important;padding-top:8px!important}.product-edit-modal .product-builder-tabs.modal-tabs button{font-size:11px!important;min-height:32px!important;padding:0 11px!important}.product-edit-modal .modal-headline h2{font-size:18px!important}.product-edit-modal .modal-headline .muted{font-size:12px!important}}


/* ROMAG v297.59 - premium compact product builder tabs */
.product-builder-modal .product-tabs,.product-tabs{gap:9px!important;padding:9px!important;border-radius:18px!important;background:linear-gradient(135deg,#f7fbff,#eef7ff)!important;border:1px solid #d9eafa!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)!important;}
.product-builder-modal .product-tabs button,.product-tabs button{font-size:12px!important;font-weight:650!important;letter-spacing:-.01em!important;padding:9px 12px!important;border-radius:12px!important;line-height:1.1!important;background:#fff!important;color:#17324d!important;border:1px solid #d7e7f7!important;box-shadow:0 7px 18px rgba(15,23,42,.055)!important;}
.product-builder-modal .product-tabs button.active,.product-tabs button.active{background:linear-gradient(135deg,#28c0f1,#1687df)!important;color:#fff!important;border-color:transparent!important;font-weight:700!important;box-shadow:0 12px 25px rgba(14,165,233,.22)!important;}
.product-builder-modal .product-tabs button:hover,.product-tabs button:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.08)!important;}
@media(max-width:980px){.product-builder-modal .product-tabs,.product-tabs{gap:7px!important;overflow:auto!important;flex-wrap:nowrap!important;scrollbar-width:thin!important}.product-builder-modal .product-tabs button,.product-tabs button{font-size:11.5px!important;padding:8px 10px!important;white-space:nowrap!important;}}
/* v297_68 Starter Flex billing/admin polish */
.starter-flex-card{border:1px solid #dbeafe!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important;border-radius:28px!important;margin:0 0 22px!important}
.starter-flex-card .settings-grid-mini{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}
.starter-flex-card .mini-stat{background:#fff;border:1px solid #e2edf8;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:4px;box-shadow:0 12px 32px rgba(15,23,42,.05)}
.starter-flex-card .mini-stat strong{font-size:18px;color:#0f172a;font-weight:750;letter-spacing:-.02em}.starter-flex-card .mini-stat span{font-size:12px;color:#667085;font-weight:600;line-height:1.35}
@media(max-width:900px){.starter-flex-card .settings-grid-mini{grid-template-columns:1fr 1fr}}@media(max-width:560px){.starter-flex-card .settings-grid-mini{grid-template-columns:1fr}}

/* v297_73 Trial verification anti-spam polish */
.trial-verification-panel{margin:8px 0 14px;padding:18px;border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(135deg,#fff,#f8fbff,#f7f3ff);box-shadow:0 14px 32px rgba(15,23,42,.05)}
.trial-verification-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.trial-verification-head strong{font-size:17px;color:#0f172a}.trial-verification-head small,.trial-verification-panel small{display:block;color:#64748b;line-height:1.5;font-weight:500}.trial-verification-panel .form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.trial-verification-status{display:inline-flex;margin-top:8px}.trial-verification-status.ok{color:#166534}.trial-verification-status.error{color:#991b1b}.trial-verification-card{border-color:#bfdbfe!important;background:linear-gradient(135deg,#fff,#f8fbff)!important}.billing-trial-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.billing-trial-actions .billing-form{margin:0}.billing-trial-actions button{min-width:210px}@media(max-width:980px){.trial-verification-head{display:block}.trial-verification-head .btn{margin-top:12px}.trial-verification-panel .form-grid-3{grid-template-columns:1fr}.billing-trial-actions{display:grid;grid-template-columns:1fr}.billing-trial-actions button{width:100%}}

/* Part 297.82 - Mini rich editor descriere produs + descriere HTML safe storefront */
.romag-rich-editor-wrap{border:1px solid #cbdced;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.035)}
.romag-rich-toolbar{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding:8px;border-bottom:1px solid #e4edf8;background:linear-gradient(180deg,#f8fcff,#eef7ff)}
.romag-rich-toolbar button{width:34px;height:32px;border:1px solid #cfe3f8;border-radius:10px;background:#fff;color:#0f3765;font-weight:850;cursor:pointer;box-shadow:0 4px 10px rgba(15,23,42,.04)}
.romag-rich-toolbar button:hover{background:#eaf7ff;border-color:#7dd3fc}
.romag-rich-toolbar .rich-sep{width:1px;height:24px;background:#d7e7f7;margin:0 2px}
.romag-rich-editor{min-height:155px;max-height:320px;overflow:auto;padding:14px 15px;outline:none;color:#172033;line-height:1.55;background:#fff}
.romag-rich-editor:focus{box-shadow:inset 0 0 0 3px rgba(14,165,233,.10)}
.romag-rich-editor p{margin:0 0 10px}.romag-rich-editor ul,.romag-rich-editor ol{padding-left:22px;margin:8px 0}.romag-rich-editor a{color:#2563eb;text-decoration:underline;font-weight:700}
.romag-rich-editor-placeholder:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}
.romag-rich-textarea.rich-hidden{display:none!important}.product-description-rich{line-height:1.7;color:#334155}.product-description-rich p{margin:0 0 12px}.product-description-rich ul,.product-description-rich ol{padding-left:24px;margin:10px 0 14px}.product-description-rich a{color:#2563eb;text-decoration:underline;font-weight:700}.product-description-rich h2,.product-description-rich h3,.product-description-rich h4{margin:16px 0 8px;color:#0f172a}

/* ROMAG v297.181 — Modern SaaS / collapsible admin sidebar */
body.admin.admin-v10{
  --romag-sidebar-w:276px;
  --romag-sidebar-collapsed-w:86px;
  --romag-sidebar-bg:#071a38;
  --romag-sidebar-bg-2:#041126;
  --romag-accent:#0ea5ff;
  --romag-cyan:#22d3ee;
  --romag-main-bg:#f6f8fc;
  background:var(--romag-main-bg)!important;
  color:#0f172a!important;
  font-family:Inter,"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
}
body.admin.admin-v10 .admin-sidebar{
  position:fixed!important;
  inset:0 auto 0 0!important;
  width:var(--romag-sidebar-w)!important;
  box-sizing:border-box!important;
  padding:18px 14px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  background:
    radial-gradient(circle at 18% 0%,rgba(14,165,255,.25),transparent 34%),
    linear-gradient(180deg,var(--romag-sidebar-bg),var(--romag-sidebar-bg-2))!important;
  border-right:1px solid rgba(148,163,184,.16)!important;
  box-shadow:18px 0 60px rgba(15,23,42,.12)!important;
  z-index:60!important;
  transition:width .24s cubic-bezier(.2,.8,.2,1),padding .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease!important;
  scrollbar-width:thin;
  scrollbar-color:rgba(148,163,184,.45) transparent;
}
body.admin.admin-v10 .admin-sidebar::-webkit-scrollbar{width:6px}
body.admin.admin-v10 .admin-sidebar::-webkit-scrollbar-thumb{background:rgba(148,163,184,.42);border-radius:999px}
body.admin.admin-v10 main{
  margin-left:var(--romag-sidebar-w)!important;
  padding:28px 32px!important;
  min-height:100vh!important;
  background:linear-gradient(180deg,#fbfdff 0%,#f6f8fc 42%,#f3f6fb 100%)!important;
  transition:margin-left .24s cubic-bezier(.2,.8,.2,1)!important;
}
body.admin.admin-v10 .lp-brand{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:48px!important;
  padding:6px 8px 18px!important;
  margin:0 0 8px!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:20px!important;
}
body.admin.admin-v10 .lp-brand-icon{
  flex:0 0 44px!important;
  width:44px!important;height:44px!important;
  display:grid!important;place-items:center!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#1d4ed8,#0ea5ff)!important;
  color:#fff!important;
  font-weight:850!important;
  font-size:23px!important;
  box-shadow:0 16px 34px rgba(14,165,255,.25)!important;
}
body.admin.admin-v10 .lp-brand-title{font-size:24px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.04em!important;color:#fff!important}
body.admin.admin-v10 .lp-brand-subtitle{font-size:11px!important;letter-spacing:.34em!important;color:#67e8f9!important;font-weight:850!important;margin-top:4px!important}
body.admin.admin-v10 .admin-sidebar-collapse{
  position:absolute!important;right:14px!important;top:25px!important;
  width:34px!important;height:34px!important;border-radius:999px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.08)!important;color:#dbeafe!important;
  display:grid!important;place-items:center!important;cursor:pointer!important;
  box-shadow:0 12px 24px rgba(0,0,0,.16)!important;
  transition:transform .2s ease,background .2s ease!important;
  z-index:3!important;
}
body.admin.admin-v10 .admin-sidebar-collapse:hover{background:rgba(14,165,255,.22)!important;transform:translateY(-1px)!important}
body.admin.admin-v10 .admin-nav-modern{display:flex!important;flex-direction:column!important;gap:6px!important;padding:4px 0 18px!important}
body.admin.admin-v10 .admin-nav-modern a{
  position:relative!important;
  display:flex!important;align-items:center!important;gap:13px!important;
  min-height:44px!important;
  padding:10px 12px!important;
  border-radius:15px!important;
  color:#dbeafe!important;text-decoration:none!important;
  font-weight:560!important;font-size:15px!important;letter-spacing:-.018em!important;
  background:transparent!important;
  border:1px solid transparent!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
body.admin.admin-v10 .admin-nav-modern a:hover{
  background:rgba(255,255,255,.085)!important;
  border-color:rgba(255,255,255,.08)!important;
  color:#fff!important;
  transform:translateX(2px)!important;
}
body.admin.admin-v10 .admin-nav-modern a.is-active,
body.admin.admin-v10 .admin-nav-modern a[aria-current="page"]{
  background:linear-gradient(135deg,rgba(14,165,255,.28),rgba(59,130,246,.14))!important;
  border-color:rgba(56,189,248,.28)!important;
  color:#fff!important;
  box-shadow:inset 3px 0 0 #0ea5ff,0 12px 28px rgba(14,165,255,.12)!important;
}
body.admin.admin-v10 .admin-nav-modern .nav-ico{
  flex:0 0 24px!important;width:24px!important;height:24px!important;
  display:grid!important;place-items:center!important;
  color:#eaf6ff!important;font-size:22px!important;line-height:1!important;
  filter:drop-shadow(0 8px 12px rgba(14,165,255,.14));
}
body.admin.admin-v10 .admin-nav-modern .nav-label{
  white-space:normal!important;line-height:1.15!important;overflow:hidden!important;
  transition:opacity .16s ease,max-width .22s ease,transform .22s ease!important;
}
body.admin.admin-v10 .admin-top{
  min-height:58px!important;
  margin:-28px -32px 24px!important;
  padding:18px 32px!important;
  background:rgba(255,255,255,.82)!important;
  backdrop-filter:blur(16px)!important;
  border-bottom:1px solid #e5edf7!important;
  box-shadow:0 8px 28px rgba(15,23,42,.035)!important;
}
body.admin.admin-v10 .admin-top h1{color:#0f172a!important;font-weight:760!important;letter-spacing:-.045em!important}
body.admin.admin-v10 .card,
body.admin.admin-v10 .auth-card{
  background:#fff!important;color:#0f172a!important;border:1px solid #e5edf7!important;
  box-shadow:0 20px 55px rgba(15,23,42,.065)!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar{width:var(--romag-sidebar-collapsed-w)!important;padding-left:10px!important;padding-right:10px!important}
body.admin.admin-v10.admin-sidebar-collapsed main{margin-left:var(--romag-sidebar-collapsed-w)!important}
body.admin.admin-v10.admin-sidebar-collapsed .lp-brand{justify-content:center!important;padding-left:0!important;padding-right:0!important}
body.admin.admin-v10.admin-sidebar-collapsed .lp-brand-content,
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern .nav-label{opacity:0!important;max-width:0!important;transform:translateX(-8px)!important;pointer-events:none!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar-collapse{right:9px!important;top:70px!important;transform:rotate(180deg)!important;background:rgba(14,165,255,.18)!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a{justify-content:center!important;padding-left:10px!important;padding-right:10px!important;gap:0!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a:hover{transform:none!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a.is-active{box-shadow:0 14px 28px rgba(14,165,255,.14)!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-mobile-welcome-row{display:none!important}
@media(max-width:800px){
  body.admin.admin-v10 .admin-sidebar{position:static!important;width:auto!important;min-height:auto!important;padding:14px!important;border-radius:0!important;overflow:visible!important}
  body.admin.admin-v10 main{margin-left:0!important;padding:18px!important}
  body.admin.admin-v10 .admin-top{margin:-18px -18px 18px!important;padding:14px 18px!important}
  body.admin.admin-v10 .admin-sidebar-collapse{display:none!important}
  body.admin.admin-v10 .lp-brand{padding-bottom:8px!important}
  body.admin.admin-v10 .admin-nav-modern{display:none!important}
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern{display:flex!important}
  body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar{width:auto!important}
  body.admin.admin-v10.admin-sidebar-collapsed .lp-brand-content,
  body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern .nav-label{opacity:1!important;max-width:none!important;transform:none!important;pointer-events:auto!important}
  body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a{justify-content:flex-start!important;gap:13px!important}
}

/* v297.182 light saas sidebar polish */
body.admin.admin-v10{
  --romag-sidebar-bg:#f3f4f6!important;
  --romag-sidebar-border:#e5e7eb!important;
}
body.admin.admin-v10 .admin-sidebar{
  background:#f3f4f6!important;
  border-right:1px solid #e5e7eb!important;
  box-shadow:none!important;
}
body.admin.admin-v10 .admin-sidebar:before,
body.admin.admin-v10 .admin-sidebar:after{display:none!important}
body.admin.admin-v10 .admin-nav-modern a{
  color:#111827!important;
  border-radius:16px!important;
  font-weight:600!important;
}
body.admin.admin-v10 .admin-nav-modern a:hover{
  background:#e5e7eb!important;
  color:#000!important;
  transform:none!important;
}
body.admin.admin-v10 .admin-nav-modern a.is-active{
  background:#ffffff!important;
  color:#000!important;
  border:1px solid #dbeafe!important;
  box-shadow:0 4px 14px rgba(0,0,0,.06)!important;
}
body.admin.admin-v10 .admin-nav-modern .nav-ico,
body.admin.admin-v10 .lp-brand,
body.admin.admin-v10 .lp-brand-content,
body.admin.admin-v10 .admin-mobile-welcome-row,
body.admin.admin-v10 .admin-sidebar-collapse{
  color:#111827!important;
}
body.admin.admin-v10 .admin-sidebar-collapse{
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  right:-14px!important;
  top:24px!important;
  width:30px!important;
  height:30px!important;
  border-radius:999px!important;
  box-shadow:0 4px 12px rgba(0,0,0,.08)!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar-collapse{
  right:-14px!important;
  top:24px!important;
  background:#fff!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar{
  background:#eef2f7!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a{
  border-radius:14px!important;
}

/* v297.183 premium light sidebar: logo/toggle card + professional SVG icons */
body.admin.admin-v10{
  --romag-sidebar-w:260px!important;
  --romag-sidebar-collapsed-w:74px!important;
  --romag-sidebar-bg:#eef3f8!important;
  --romag-sidebar-panel:#f5f8fb!important;
  --romag-sidebar-text:#0f172a!important;
  --romag-sidebar-muted:#64748b!important;
}
body.admin.admin-v10 .admin-sidebar{
  background:linear-gradient(180deg,#edf4fb 0%,#f4f7fb 100%)!important;
  border-right:1px solid #dbe5ef!important;
  padding:18px 14px!important;
  overflow-x:visible!important;
}
body.admin.admin-v10 .lp-brand{
  background:#fff!important;
  border:1px solid #dbe5ef!important;
  border-radius:18px!important;
  min-height:52px!important;
  padding:9px 42px 9px 10px!important;
  margin:0 0 18px!important;
  color:#0f172a!important;
  box-shadow:0 6px 18px rgba(15,23,42,.055)!important;
  position:relative!important;
}
body.admin.admin-v10 .lp-brand:hover{
  border-color:#cbd5e1!important;
  box-shadow:0 10px 26px rgba(15,23,42,.075)!important;
}
body.admin.admin-v10 .lp-brand-icon{
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#2563eb,#0ea5ff)!important;
  color:#fff!important;
  font-size:21px!important;
  box-shadow:0 12px 24px rgba(37,99,235,.2)!important;
}
body.admin.admin-v10 .lp-brand-title{
  color:#0f172a!important;
  font-size:21px!important;
  font-weight:820!important;
  letter-spacing:-.045em!important;
}
body.admin.admin-v10 .lp-brand-subtitle{
  color:#0284c7!important;
  font-size:10px!important;
  letter-spacing:.32em!important;
  font-weight:850!important;
}
body.admin.admin-v10 .admin-sidebar-collapse{
  top:28px!important;
  right:24px!important;
  width:32px!important;
  height:32px!important;
  border-radius:12px!important;
  background:#f8fafc!important;
  border:1px solid #dbe5ef!important;
  color:#0f172a!important;
  box-shadow:0 6px 16px rgba(15,23,42,.08)!important;
}
body.admin.admin-v10 .admin-sidebar-collapse .collapse-ico,
body.admin.admin-v10 .admin-sidebar-collapse svg{
  width:17px!important;
  height:17px!important;
  display:block!important;
}
body.admin.admin-v10 .admin-sidebar-collapse svg path{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.admin.admin-v10 .admin-sidebar-collapse:hover{
  background:#fff!important;
  border-color:#bfdbfe!important;
  color:#2563eb!important;
  transform:translateY(-1px)!important;
}
body.admin.admin-v10 .admin-nav-modern{gap:7px!important;padding-top:0!important}
body.admin.admin-v10 .admin-nav-modern a{
  min-height:44px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:650!important;
  letter-spacing:-.025em!important;
}
body.admin.admin-v10 .admin-nav-modern a:hover{
  background:#e8eef6!important;
  border-color:#dbe5ef!important;
  color:#020617!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)!important;
}
body.admin.admin-v10 .admin-nav-modern a.is-active,
body.admin.admin-v10 .admin-nav-modern a[aria-current="page"]{
  background:#fff!important;
  border:1px solid #dbeafe!important;
  color:#020617!important;
  box-shadow:0 7px 20px rgba(15,23,42,.065)!important;
}
body.admin.admin-v10 .admin-nav-modern .nav-ico{
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  display:grid!important;
  place-items:center!important;
  color:#0f172a!important;
  filter:none!important;
  font-size:0!important;
}
body.admin.admin-v10 .admin-nav-modern .nav-ico svg{
  width:18px!important;
  height:18px!important;
  display:block!important;
  overflow:visible!important;
}
body.admin.admin-v10 .admin-nav-modern .nav-ico svg path,
body.admin.admin-v10 .admin-nav-modern .nav-ico svg circle,
body.admin.admin-v10 .admin-nav-modern .nav-ico svg rect{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.admin.admin-v10 .admin-nav-modern a.is-active .nav-ico,
body.admin.admin-v10 .admin-nav-modern a:hover .nav-ico{
  color:#0f172a!important;
}
body.admin.admin-v10 .admin-sidebar::-webkit-scrollbar{width:8px!important}
body.admin.admin-v10 .admin-sidebar::-webkit-scrollbar-track{background:transparent!important}
body.admin.admin-v10 .admin-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:999px!important;border:2px solid #eef3f8!important}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar{
  width:var(--romag-sidebar-collapsed-w)!important;
  padding-left:9px!important;
  padding-right:9px!important;
  background:#eef3f8!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .lp-brand{
  width:52px!important;
  height:52px!important;
  min-height:52px!important;
  padding:7px!important;
  margin:0 auto 14px!important;
  justify-content:center!important;
  border-radius:18px!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .lp-brand-icon{
  width:38px!important;
  height:38px!important;
  flex-basis:38px!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar-collapse{
  top:66px!important;
  right:7px!important;
  width:32px!important;
  height:32px!important;
  border-radius:12px!important;
  transform:rotate(180deg)!important;
  background:#fff!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern a{
  width:52px!important;
  min-height:52px!important;
  padding:0!important;
  margin:0 auto!important;
  justify-content:center!important;
  border-radius:16px!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern .nav-ico{
  width:22px!important;
  height:22px!important;
  flex-basis:22px!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-nav-modern .nav-ico svg{
  width:18px!important;
  height:18px!important;
}
@media(max-width:800px){
  body.admin.admin-v10 .lp-brand{padding-right:10px!important}
  body.admin.admin-v10 .admin-sidebar-collapse{display:none!important}
}

/* v297.186 - Mobile admin drawer synced with light SaaS desktop sidebar */
@media(max-width:800px){
  body.admin.admin-v10,
  body.admin.admin-v10 main{
    background:#eef3f8!important;
    color:#0f172a!important;
  }
  body.admin.admin-v10 .admin-sidebar{
    background:linear-gradient(180deg,#edf4fb 0%,#f4f7fb 100%)!important;
    border-right:0!important;
    border-bottom:1px solid #dbe5ef!important;
    box-shadow:none!important;
    color:#0f172a!important;
    padding:14px!important;
  }
  body.admin.admin-v10 .admin-sidebar .lp-brand{
    background:#fff!important;
    border:1px solid #dbe5ef!important;
    border-radius:18px!important;
    min-height:60px!important;
    padding:10px 46px 10px 10px!important;
    margin:0 0 14px!important;
    color:#0f172a!important;
    box-shadow:0 6px 18px rgba(15,23,42,.055)!important;
  }
  body.admin.admin-v10 .admin-mobile-welcome-row{
    background:#fff!important;
    border:1px solid #dbe5ef!important;
    border-radius:16px 16px 0 0!important;
    box-shadow:0 6px 18px rgba(15,23,42,.045)!important;
    color:#0f172a!important;
    min-height:42px!important;
    padding:0 12px!important;
  }
  body.admin.admin-v10 .admin-mobile-welcome-row .hello{
    color:#0f172a!important;
    font-weight:750!important;
    letter-spacing:-.02em!important;
  }
  body.admin.admin-v10 .admin-mobile-menu-toggle{
    background:#f8fafc!important;
    border:1px solid #dbe5ef!important;
    color:#0f172a!important;
    border-radius:11px!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    max-width:30px!important;
    box-shadow:0 4px 12px rgba(15,23,42,.06)!important;
  }
  body.admin.admin-v10 .admin-mobile-menu-toggle:hover,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-mobile-menu-toggle{
    background:#fff!important;
    border-color:#bfdbfe!important;
    color:#2563eb!important;
  }
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    padding:10px!important;
    background:#fff!important;
    border:1px solid #dbe5ef!important;
    border-top:0!important;
    border-radius:0 0 18px 18px!important;
    box-shadow:0 10px 26px rgba(15,23,42,.06)!important;
  }
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern a{
    background:transparent!important;
    color:#0f172a!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    min-height:42px!important;
    padding:9px 10px!important;
    font-size:13px!important;
    font-weight:700!important;
    box-shadow:none!important;
  }
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a:hover,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a.active,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open nav#admin-mobile-nav a.is-active,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern a:hover,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern a.active,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern a.is-active{
    background:#f3f7fb!important;
    border-color:#dbeafe!important;
    color:#020617!important;
    box-shadow:0 5px 14px rgba(15,23,42,.045)!important;
  }
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern .nav-ico,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern .nav-ico svg{
    color:#0f172a!important;
    filter:none!important;
  }
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern .nav-ico svg path,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern .nav-ico svg circle,
  body.admin.admin-v10 .admin-sidebar.mobile-menu-open .admin-nav-modern .nav-ico svg rect{
    fill:none!important;
    stroke:currentColor!important;
  }
}

/* v297.187 mobile apps filter overflow fix */
@media (max-width: 640px){
  #romag-apps-filter-form.toolbar{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px!important;
    align-items:stretch!important;
    width:100%;
    overflow:visible!important;
  }
  #romag-apps-filter-form input,
  #romag-apps-filter-form select,
  #romag-apps-filter-form .btn,
  #romag-apps-filter-form a.btn,
  #romag-apps-filter-form button.btn{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin:0!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.15!important;
  }
  #romag-apps-filter-form input[name="q"]{
    grid-column:1 / -1;
  }
}
@media (max-width: 390px){
  #romag-apps-filter-form.toolbar{
    grid-template-columns:1fr;
  }
}

/* v297.239 - Admin sidebar brand toggle alignment fix (isolated) */
body.admin.admin-v10 .admin-sidebar{position:fixed!important;}
body.admin.admin-v10 .admin-sidebar .lp-brand{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  padding-right:58px!important;
  min-width:0!important;
  overflow:visible!important;
}
body.admin.admin-v10 .admin-sidebar .lp-brand-content{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:calc(100% - 48px)!important;
  overflow:hidden!important;
}
body.admin.admin-v10 .admin-sidebar .lp-brand-title,
body.admin.admin-v10 .admin-sidebar .lp-brand-subtitle{
  max-width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.admin.admin-v10 .admin-sidebar .admin-sidebar-collapse{
  position:absolute!important;
  top:28px!important;
  right:22px!important;
  z-index:25!important;
  flex:0 0 auto!important;
  display:grid!important;
  place-items:center!important;
  transform:none!important;
}
body.admin.admin-v10 .admin-sidebar .admin-sidebar-collapse:hover{transform:translateY(-1px)!important;}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar .lp-brand{
  padding:7px!important;
  overflow:visible!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar .admin-sidebar-collapse{
  top:66px!important;
  right:7px!important;
  transform:rotate(180deg)!important;
}
body.admin.admin-v10.admin-sidebar-collapsed .admin-sidebar .admin-sidebar-collapse:hover{transform:rotate(180deg) translateY(1px)!important;}
@media(max-width:800px){
  body.admin.admin-v10 .admin-sidebar{position:relative!important;}
  body.admin.admin-v10 .admin-sidebar .lp-brand{padding-right:10px!important;}
  body.admin.admin-v10 .admin-sidebar .admin-sidebar-collapse{display:none!important;}
}


/* v297.300 Product delete button - scoped to admin products list */
body.admin .products-admin-card .product-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center;}
body.admin .products-admin-card .product-delete-btn,
body.admin .products-admin-card .btn.danger{background:linear-gradient(135deg,#fee2e2,#fecaca)!important;color:#991b1b!important;border:1px solid #fecaca!important;box-shadow:0 8px 18px rgba(239,68,68,.10)!important;font-weight:650!important;}
body.admin .products-admin-card .product-delete-btn:hover,
body.admin .products-admin-card .btn.danger:hover{background:linear-gradient(135deg,#fecaca,#fca5a5)!important;color:#7f1d1d!important;transform:translateY(-1px);}
body.admin .products-admin-card .product-delete-btn.is-loading{opacity:.72!important;pointer-events:none!important;}
body.admin .products-admin-card .admin-product-row{transition:opacity .22s ease,transform .22s ease;}
@media(max-width:760px){body.admin .products-admin-card .product-actions{justify-content:flex-start;}body.admin .products-admin-card .product-actions .btn{min-width:86px;}}


/* v297.301 - Products admin delete button visibility fix */
.products-admin-card .admin-product-row{grid-template-columns:96px minmax(0,1fr) minmax(260px,320px)!important;}
.products-admin-card .admin-product-main{min-width:0!important;}
.products-admin-card .admin-product-side{min-width:260px!important;align-self:stretch!important;align-content:center!important;}
.products-admin-card .product-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;max-width:100%!important;overflow:visible!important;}
.products-admin-card .product-actions .btn{flex:0 0 auto!important;white-space:nowrap!important;}
.products-admin-card .product-actions .product-delete-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;box-shadow:none!important;}
.products-admin-card .product-actions .product-delete-btn:hover{background:#ffe4e6!important;color:#9f1239!important;}
.products-admin-card .product-actions .product-delete-btn.is-loading{opacity:.75!important;cursor:wait!important;}
@media(max-width:1200px){.products-admin-card .admin-product-row{grid-template-columns:80px minmax(0,1fr)!important;}.products-admin-card .admin-product-side{grid-column:2!important;min-width:0!important;justify-items:start!important;text-align:left!important;}.products-admin-card .product-actions{justify-content:flex-start!important;}}
@media(max-width:700px){.products-admin-card .admin-product-row{grid-template-columns:1fr!important;}.products-admin-card .admin-product-side{grid-column:auto!important;min-width:0!important;width:100%!important;}.products-admin-card .product-actions{width:100%!important;justify-content:flex-start!important;}.products-admin-card .product-actions .btn{flex:1 1 auto!important;min-width:92px!important;}}


/* v297.303 - Products delete button hard-visible fallback */
.products-admin-card .product-actions-visible{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;overflow:visible!important;min-width:250px!important}.products-admin-card .product-delete-visible-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;border-radius:12px!important;padding:10px 14px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important}.products-admin-card .product-delete-visible-btn:hover{background:#ffe4e6!important;color:#9f1239!important}.products-admin-card .product-delete-visible-btn.is-loading{opacity:.7!important;cursor:wait!important}@media(max-width:1200px){.products-admin-card .product-actions-visible{justify-content:flex-start!important;min-width:0!important}}@media(max-width:700px){.products-admin-card .product-actions-visible{width:100%!important}.products-admin-card .product-actions-visible .btn{flex:1 1 auto!important;min-width:88px!important}}

/* Romag v297.304 - Products delete button hard visible + JS fallback */
.products-admin-card .product-actions-visible,
.products-admin-card .product-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;overflow:visible!important;max-width:100%!important}
.products-admin-card .product-delete-visible-btn,
.products-admin-card .product-delete-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important;border-radius:12px!important;padding:10px 14px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;min-width:74px!important}
.products-admin-card .product-delete-visible-btn:hover,
.products-admin-card .product-delete-btn:hover{background:#ffe4e6!important;color:#9f1239!important}
.products-admin-card .product-delete-visible-btn.is-loading,
.products-admin-card .product-delete-btn.is-loading{opacity:.7!important;cursor:wait!important}
@media(max-width:1200px){.products-admin-card .product-actions-visible,.products-admin-card .product-actions{justify-content:flex-start!important}}
@media(max-width:700px){.products-admin-card .product-actions-visible,.products-admin-card .product-actions{width:100%!important}.products-admin-card .product-actions-visible .btn,.products-admin-card .product-actions .btn{flex:1 1 auto!important;min-width:88px!important}}

/* ROMAG v297.466 - global password reveal icon hardening */
.romag-password-field{position:relative!important;display:block!important;width:100%!important;}
.romag-password-field>input[type="password"],
.romag-password-field>input[type="text"]{padding-right:50px!important;}
.romag-password-toggle{font-size:0!important;text-decoration:none!important;appearance:none!important;-webkit-appearance:none!important;}
.romag-password-toggle svg{display:block!important;visibility:visible!important;opacity:1!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;color:inherit!important;}
.romag-password-toggle svg path,
.romag-password-toggle svg circle,
.romag-password-toggle svg line,
.romag-password-toggle svg polyline{display:block!important;visibility:visible!important;opacity:1!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}

/* ROMAG v297.514 - Product editor premium tab cards (hard override over global button styles) */
.product-builder-card .product-tabs-premium,
.product-edit-modal .product-tabs-premium{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(112px,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
  width:100%!important;
  padding:14px!important;
  margin:18px 0 20px!important;
  background:linear-gradient(135deg,rgba(248,251,255,.96),rgba(255,255,255,.98))!important;
  border:1px solid rgba(207,226,248,.95)!important;
  border-radius:22px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 34px rgba(15,23,42,.055)!important;
  overflow:visible!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab,
.product-edit-modal .product-tabs-premium .premium-product-tab{
  all:unset!important;
  box-sizing:border-box!important;
  min-height:104px!important;
  padding:16px 12px 13px!important;
  border:1px solid rgba(213,226,243,.95)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%)!important;
  color:#0f2447!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  text-align:center!important;
  cursor:pointer!important;
  line-height:1.12!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
  position:relative!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important;
  white-space:normal!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab svg,
.product-edit-modal .product-tabs-premium .premium-product-tab svg{
  width:28px!important;height:28px!important;display:block!important;fill:currentColor!important;color:#0f2447!important;opacity:.96!important;flex:0 0 auto!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab .tab-label,
.product-edit-modal .product-tabs-premium .premium-product-tab .tab-label{display:block!important;max-width:100%!important;overflow-wrap:anywhere!important;}
.product-builder-card .product-tabs-premium .premium-product-tab:hover,
.product-edit-modal .product-tabs-premium .premium-product-tab:hover{
  transform:translateY(-2px)!important;
  border-color:#93c5fd!important;
  box-shadow:0 18px 38px rgba(37,99,235,.12)!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab.active,
.product-edit-modal .product-tabs-premium .premium-product-tab.active{
  color:#0757d8!important;
  background:linear-gradient(180deg,#ffffff 0%,#eff7ff 100%)!important;
  border-color:#8fc4ff!important;
  box-shadow:0 18px 42px rgba(37,99,235,.16), inset 0 -3px 0 #1463ff!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab.active svg,
.product-edit-modal .product-tabs-premium .premium-product-tab.active svg{color:#0b63ff!important;}
.product-builder-card .product-tabs-premium .premium-product-tab[data-product-tab="seo"],
.product-edit-modal .product-tabs-premium .premium-product-tab[data-product-tab="seo"]{border-color:#86efac!important;}
.product-builder-card .product-tabs-premium .premium-product-tab[data-product-tab="merchant"],
.product-edit-modal .product-tabs-premium .premium-product-tab[data-product-tab="merchant"]{border-color:#dbeafe!important;}
.product-builder-card .product-tabs-premium .premium-product-tab .tab-badge,
.product-edit-modal .product-tabs-premium .premium-product-tab .tab-badge{
  min-width:42px!important;height:24px!important;padding:0 8px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:800!important;line-height:1!important;
}
.product-builder-card .product-tabs-premium .premium-product-tab .tab-badge.good,
.product-edit-modal .product-tabs-premium .premium-product-tab .tab-badge.good{background:#dcfce7!important;color:#16a34a!important;}
.product-builder-card .product-tabs-premium .premium-product-tab .tab-badge.check,
.product-edit-modal .product-tabs-premium .premium-product-tab .tab-badge.check{background:#dcfce7!important;color:#16a34a!important;min-width:24px!important;width:24px!important;padding:0!important;}
@media(max-width:760px){
  .product-builder-card .product-tabs-premium,
  .product-edit-modal .product-tabs-premium{
    display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:12px!important;padding:12px 8px 14px!important;margin:16px -2px 18px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;
  }
  .product-builder-card .product-tabs-premium::-webkit-scrollbar,
  .product-edit-modal .product-tabs-premium::-webkit-scrollbar{height:4px!important;}
  .product-builder-card .product-tabs-premium::-webkit-scrollbar-thumb,
  .product-edit-modal .product-tabs-premium::-webkit-scrollbar-thumb{background:#0b63ff!important;border-radius:999px!important;}
  .product-builder-card .product-tabs-premium .premium-product-tab,
  .product-edit-modal .product-tabs-premium .premium-product-tab{
    flex:0 0 104px!important;min-width:104px!important;min-height:96px!important;padding:14px 10px 12px!important;font-size:12.5px!important;border-radius:18px!important;scroll-snap-align:start!important;
  }
  .product-builder-card .product-tabs-premium .premium-product-tab svg,
  .product-edit-modal .product-tabs-premium .premium-product-tab svg{width:25px!important;height:25px!important;}
}
@media(min-width:761px){.product-edit-modal .product-tabs-premium{grid-template-columns:repeat(auto-fit,minmax(102px,1fr))!important}.product-edit-modal .product-tabs-premium .premium-product-tab{min-height:88px!important;font-size:12.5px!important}}

/* ROMAG v297.515 - final premium tabs specificity lock
   Fix: older modal/global .product-builder-tabs button rules used !important and higher specificity.
   These selectors intentionally include every legacy class so the premium card style wins. */
section.product-builder-card .product-builder-tabs.product-tabs-premium,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
  width:100%!important;
  padding:16px!important;
  margin:20px 0 22px!important;
  background:linear-gradient(135deg,rgba(248,251,255,.98),rgba(255,255,255,.99))!important;
  border:1px solid rgba(207,226,248,.98)!important;
  border-radius:24px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 16px 38px rgba(15,23,42,.065)!important;
  overflow:visible!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab{
  appearance:none!important;
  -webkit-appearance:none!important;
  box-sizing:border-box!important;
  min-height:108px!important;
  width:100%!important;
  padding:17px 12px 14px!important;
  border:1px solid rgba(213,226,243,.98)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f9fcff 100%)!important;
  color:#0f2447!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  text-align:center!important;
  cursor:pointer!important;
  line-height:1.12!important;
  font-size:14px!important;
  font-weight:700!important;
  letter-spacing:-.01em!important;
  box-shadow:0 13px 30px rgba(15,23,42,.075)!important;
  position:relative!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease!important;
  white-space:normal!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab svg{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:block!important;
  fill:currentColor!important;
  color:#0f2447!important;
  opacity:.98!important;
  flex:0 0 auto!important;
  margin:0!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-label{
  display:block!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab:hover,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab:hover,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab:hover{
  transform:translateY(-2px)!important;
  border-color:#93c5fd!important;
  box-shadow:0 20px 42px rgba(37,99,235,.14)!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab.active,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab.active,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab.active{
  color:#0757d8!important;
  background:linear-gradient(180deg,#ffffff 0%,#eff7ff 100%)!important;
  border-color:#8fc4ff!important;
  box-shadow:0 20px 46px rgba(37,99,235,.17),inset 0 -4px 0 #1463ff!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab.active svg,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab.active svg,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab.active svg{color:#0b63ff!important;}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="seo"],
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="seo"],
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="seo"]{border-color:#86efac!important;}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge{
  min-width:42px!important;
  height:24px!important;
  padding:0 8px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.good,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.good,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.good,
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check{background:#dcfce7!important;color:#16a34a!important;}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check,
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check{min-width:24px!important;width:24px!important;padding:0!important;}
@media(max-width:760px){
  section.product-builder-card .product-builder-tabs.product-tabs-premium,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium,
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:12px!important;
    padding:12px 8px 15px!important;
    margin:16px -2px 18px!important;
    scroll-snap-type:x proximity!important;
    -webkit-overflow-scrolling:touch!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab{
    flex:0 0 106px!important;
    min-width:106px!important;
    max-width:106px!important;
    min-height:98px!important;
    padding:14px 10px 12px!important;
    font-size:12.5px!important;
    border-radius:19px!important;
    scroll-snap-align:start!important;
  }
}

/* ROMAG v297.516 - Product editor premium tabs polish + edit modal alignment
   Keeps 515 desktop/mobile product-card tabs, but refines typography and fixes the edit-product modal where older modal rules made the active tab look like a round pill. */
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab{
  font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-weight:650!important;
  letter-spacing:-.015em!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label{
  font-size:13.2px!important;
  line-height:1.15!important;
  font-weight:650!important;
}
section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg,
section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg{
  filter:drop-shadow(0 8px 12px rgba(15,35,80,.08))!important;
}

/* Edit modal: compact premium cards, not old blue pills */
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  width:100%!important;
  padding:14px!important;
  margin:18px 0 18px!important;
  border:1px solid rgba(207,226,248,.98)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,rgba(248,251,255,.98),rgba(255,255,255,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 14px 32px rgba(15,23,42,.055)!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-snap-type:x proximity!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium::-webkit-scrollbar{height:5px!important;}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium::-webkit-scrollbar-thumb{background:#bfdbfe!important;border-radius:999px!important;}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab{
  flex:0 0 92px!important;
  width:92px!important;
  min-width:92px!important;
  max-width:92px!important;
  min-height:78px!important;
  height:78px!important;
  padding:10px 8px 9px!important;
  border:1px solid rgba(203,221,244,.98)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  color:#102547!important;
  box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:center!important;
  font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif!important;
  font-size:11.2px!important;
  font-weight:650!important;
  line-height:1.1!important;
  letter-spacing:-.01em!important;
  white-space:normal!important;
  scroll-snap-align:start!important;
  overflow:visible!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab svg{
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  margin:0!important;
  color:#102547!important;
  fill:currentColor!important;
  opacity:.98!important;
  filter:drop-shadow(0 8px 12px rgba(15,35,80,.08))!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-label{
  display:block!important;
  font-size:11.2px!important;
  line-height:1.1!important;
  font-weight:650!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  color:inherit!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab:hover{
  transform:translateY(-1px)!important;
  border-color:#93c5fd!important;
  box-shadow:0 15px 30px rgba(37,99,235,.13)!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab.active{
  border-color:#84baff!important;
  background:linear-gradient(180deg,#ffffff 0%,#eff7ff 100%)!important;
  color:#0757d8!important;
  box-shadow:0 16px 34px rgba(37,99,235,.16),inset 0 -4px 0 #1463ff!important;
  border-radius:20px!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab.active svg{color:#0b63ff!important;}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge{
  height:20px!important;
  min-width:22px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  font-size:10.5px!important;
  font-weight:750!important;
  line-height:1!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check{
  width:22px!important;
  min-width:22px!important;
  padding:0!important;
  background:#dcfce7!important;
  color:#16a34a!important;
}
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="merchant"]{
  flex-basis:116px!important;
  width:116px!important;
  min-width:116px!important;
  max-width:116px!important;
}
@media(max-width:760px){
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
    gap:10px!important;
    padding:12px 10px 14px!important;
    margin:15px 0 16px!important;
    border-radius:22px!important;
  }
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab{
    flex-basis:86px!important;
    width:86px!important;
    min-width:86px!important;
    max-width:86px!important;
    min-height:76px!important;
    height:76px!important;
    border-radius:18px!important;
    font-size:10.8px!important;
  }
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="merchant"]{
    flex-basis:108px!important;
    width:108px!important;
    min-width:108px!important;
    max-width:108px!important;
  }
}

/* ROMAG v297.517 - Product editor tab sizing polish
   - Add-product premium tab cards reduced to ~75% on mobile/tablet so more tabs fit.
   - Edit-product modal tabs wrapper expands to the full modal width and keeps compact cards. */
@media(max-width:760px){
  section.product-builder-card .product-builder-tabs.product-tabs-premium,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium{
    gap:9px!important;
    padding:10px 7px 12px!important;
    margin:14px -2px 16px!important;
    border-radius:20px!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab{
    flex:0 0 80px!important;
    width:80px!important;
    min-width:80px!important;
    max-width:80px!important;
    min-height:74px!important;
    height:74px!important;
    padding:9px 7px 8px!important;
    border-radius:16px!important;
    gap:6px!important;
    font-size:10.6px!important;
    line-height:1.08!important;
    box-shadow:0 9px 20px rgba(15,23,42,.055)!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab svg{
    width:21px!important;
    height:21px!important;
    min-width:21px!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-label{
    font-size:10.6px!important;
    line-height:1.08!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge{
    height:18px!important;
    min-width:34px!important;
    padding:0 6px!important;
    font-size:10px!important;
  }
  section.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check,
  section.card.product-builder-card .product-builder-tabs.product-tabs-premium > button.premium-product-tab .tab-badge.check{
    width:20px!important;
    min-width:20px!important;
  }
}

/* Edit modal full-width tab rail */
.product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
  width:calc(100% + 28px)!important;
  max-width:none!important;
  margin-left:-14px!important;
  margin-right:-14px!important;
  padding-left:14px!important;
  padding-right:14px!important;
  box-sizing:border-box!important;
}
.product-edit-modal .product-tab-panel{
  width:100%!important;
  box-sizing:border-box!important;
}
@media(max-width:760px){
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium{
    width:calc(100% + 24px)!important;
    margin-left:-12px!important;
    margin-right:-12px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab{
    flex-basis:82px!important;
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    min-height:72px!important;
    height:72px!important;
    padding:9px 7px 8px!important;
  }
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab svg{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
  }
  .product-edit-modal .product-builder-tabs.modal-tabs.product-tabs-premium > button.premium-product-tab[data-product-tab="merchant"]{
    flex-basis:100px!important;
    width:100px!important;
    min-width:100px!important;
    max-width:100px!important;
  }
}

/* v297.595 - COD/source mode polish for product rich editor */
.romag-rich-toolbar button.active,.romag-rich-toolbar .rich-code-toggle.active{background:#0f3765!important;color:#fff!important;border-color:#0f3765!important;box-shadow:0 8px 18px rgba(15,55,101,.18)}
.romag-rich-toolbar .rich-code-toggle{width:auto;min-width:54px;padding:0 10px;font-size:11px;letter-spacing:.02em}
.romag-rich-editor-wrap textarea.romag-rich-textarea{border:0!important;border-top:1px solid #e4edf8!important;border-radius:0!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:12.5px!important;line-height:1.55!important;background:#fbfdff!important;color:#0f172a!important;padding:12px 14px!important;resize:vertical!important;box-shadow:none!important}

/* ROMAG v297.690 - Dashboard LIVE preview + AJAX quick actions */
.dashboard-live-actions-row{align-items:start}.live-site-card{position:relative;overflow:hidden}.live-site-head{align-items:flex-start!important;margin-bottom:14px!important}.live-site-head h2{display:flex;align-items:center;gap:10px}.live-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 6px rgba(34,197,94,.12);display:inline-block}.live-dot.warning{background:#f59e0b;box-shadow:0 0 0 6px rgba(245,158,11,.14)}.live-status-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.live-status-pill.warning{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.live-site-browser{border:1px solid #dbe5f0;border-radius:18px;background:#fff;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.live-site-browser-bar{height:38px;display:flex;align-items:center;gap:7px;background:linear-gradient(180deg,#f8fbff,#edf4ff);border-bottom:1px solid #dbe5f0;padding:0 12px}.live-site-browser-bar span{width:9px;height:9px;border-radius:999px;background:#ef4444}.live-site-browser-bar span:nth-child(2){background:#f59e0b}.live-site-browser-bar span:nth-child(3){background:#22c55e}.live-site-browser-bar strong{margin-left:8px;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-site-browser-bar button{margin-left:auto;border:0;background:#eaf3ff;color:#0b4eb3;border-radius:10px;width:28px;height:28px;display:grid;place-items:center;font-weight:900;cursor:pointer}.live-site-frame-wrap{height:420px;max-height:58vh;min-height:300px;background:linear-gradient(135deg,#f8fbff,#eef6ff);overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.live-site-frame-wrap iframe{display:block;width:100%;height:100%;min-height:620px;border:0;background:#fff}.live-site-meta{display:grid;grid-template-columns:1.35fr .8fr .9fr;gap:10px;margin-top:14px}.live-site-meta div{background:#f8fbff;border:1px solid #e2eaf5;border-radius:14px;padding:11px 12px;min-width:0}.live-site-meta small{display:block;color:#64748b;font-size:12px;margin-bottom:3px}.live-site-meta b{display:block;color:#0f172a;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-site-actions{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px;margin-top:14px}.live-site-actions .btn{justify-content:center}.live-site-note{margin:12px 0 0;font-size:12px;line-height:1.45}.dashboard-logs-row{margin-top:18px}.quick-actions-card{position:relative;overflow:visible}.quick-actions-head{align-items:flex-start!important;margin-bottom:14px!important}.quick-actions-head p{margin:4px 0 0;font-size:13px;line-height:1.45}.quick-action-add-btn{white-space:nowrap}.quick-actions-grid .quick-action-item{position:relative;display:flex!important;align-items:center;gap:10px;min-height:54px;padding:14px 42px 14px 14px!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.quick-actions-grid .quick-action-item:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(15,23,42,.07);border-color:#bfdbfe}.quick-action-icon{width:28px;min-width:28px;height:28px;border-radius:10px;background:#eff6ff;display:grid;place-items:center;font-size:17px}.quick-action-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-action-remove{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:25px;height:25px;border:0;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:17px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:.62;transition:opacity .16s ease,transform .16s ease}.quick-action-remove:hover{opacity:1;transform:translateY(-50%) scale(1.05)}.quick-actions-pager{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;color:#64748b;font-size:13px;font-weight:600}.quick-actions-pager .btn[disabled]{opacity:.45;cursor:not-allowed}.quick-actions-empty{grid-column:1/-1;margin:0}.quick-action-modal[hidden]{display:none!important}.quick-action-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.46);backdrop-filter:blur(6px)}.quick-action-modal-box{position:relative;width:min(560px,100%);background:#fff;border:1px solid #dbeafe;border-radius:28px;padding:26px;box-shadow:0 30px 90px rgba(15,23,42,.3)}.quick-action-modal-box h2{margin:10px 0 8px;color:#0f172a}.quick-action-modal-box form{display:grid;gap:13px;margin-top:16px}.quick-action-modal-box label{display:grid;gap:7px;color:#334155;font-weight:700}.quick-action-modal-box input,.quick-action-modal-box select{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;padding:10px 12px;font:inherit}.quick-action-modal-close{position:absolute;right:16px;top:14px;width:36px;height:36px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}.quick-action-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.quick-action-modal-message{min-height:20px;color:#64748b;font-size:13px;font-weight:600}.quick-action-modal-message.is-ok{color:#166534}.quick-action-modal-message.is-error{color:#991b1b}@media(max-width:1200px){.live-site-frame-wrap{height:390px;max-height:58vh}.live-site-actions{grid-template-columns:1fr 1fr 1fr}}@media(max-width:700px){.dashboard-live-actions-row,.dashboard-checklist-orders-row{grid-template-columns:1fr!important}.live-site-head{display:flex!important;align-items:flex-start!important}.live-status-pill{padding:7px 10px;font-size:11px}.live-site-frame-wrap{height:390px;min-height:330px;max-height:62vh;border-radius:0}.live-site-frame-wrap iframe{min-height:720px}.live-site-meta{grid-template-columns:1fr}.live-site-actions{grid-template-columns:1fr}.live-site-note{font-size:11.5px}.quick-actions-head{display:flex!important;align-items:flex-start!important}.quick-actions-head .quick-action-add-btn{padding:10px 12px!important}.quick-actions-grid .quick-action-item{min-height:56px}.quick-action-modal{align-items:flex-end;padding:12px}.quick-action-modal-box{border-radius:26px 26px 18px 18px;padding:22px}.quick-action-modal-actions{display:grid;grid-template-columns:1fr 1fr}.quick-action-modal-actions .btn{width:100%;justify-content:center}}


/* ROMAG v297.691 - dashboard live preview + widget order polish */
.dashboard-widget-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,opacity .18s ease}.dashboard-widget-card.is-dragging{opacity:.62;transform:scale(.995);box-shadow:0 22px 60px rgba(15,23,42,.14)}.dashboard-widget-card.is-drag-over{border-color:#38bdf8!important;box-shadow:0 0 0 4px rgba(56,189,248,.14),0 20px 55px rgba(15,23,42,.08)}.dashboard-widget-side,.quick-actions-head-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-widget-handle,.dashboard-widget-move{border:1px solid #dbeafe;background:#f8fbff;color:#0f172a;border-radius:999px;min-height:31px;padding:7px 10px;font-size:12px;font-weight:900;line-height:1;cursor:grab;box-shadow:0 8px 20px rgba(15,23,42,.04)}.dashboard-widget-move{cursor:pointer;width:31px;padding:0;display:inline-grid;place-items:center}.dashboard-widget-handle:active{cursor:grabbing}.live-site-card[draggable="true"],.quick-actions-card[draggable="true"]{cursor:grabbing}.live-site-frame-wrap iframe{color-scheme:light}.live-site-browser{isolation:isolate}.live-site-browser-bar strong{min-width:0}.live-site-actions .btn{min-height:42px}.quick-actions-head-actions .quick-action-add-btn{margin-left:2px}@media(max-width:900px){.dashboard-widget-side,.quick-actions-head-actions{gap:6px}.dashboard-widget-handle{padding:6px 9px}.dashboard-widget-move{min-height:29px;width:29px}.live-site-frame-wrap{height:340px;min-height:280px;max-height:56vh}.live-site-frame-wrap iframe{min-height:680px}}@media(max-width:700px){.dashboard-live-actions-row{gap:14px!important}.live-site-card.card,.quick-actions-card.card{padding:16px!important;border-radius:22px!important}.live-site-head,.quick-actions-head{gap:10px!important}.live-site-head h2,.quick-actions-head h2{font-size:22px!important;line-height:1.15}.live-site-head p,.quick-actions-head p{font-size:12px!important;line-height:1.38}.dashboard-widget-side{align-items:flex-start}.live-status-pill{padding:6px 9px!important;font-size:10.5px!important}.dashboard-widget-handle{min-height:28px;padding:6px 8px;font-size:11px}.dashboard-widget-move{min-height:28px;width:28px;font-size:12px}.live-site-browser{border-radius:15px}.live-site-browser-bar{height:32px;padding:0 9px}.live-site-browser-bar span{width:8px;height:8px}.live-site-browser-bar strong{font-size:11px}.live-site-browser-bar button{width:25px;height:25px;border-radius:9px}.live-site-frame-wrap{height:300px!important;min-height:250px!important;max-height:50vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch}.live-site-frame-wrap iframe{min-height:650px!important}.live-site-meta{gap:8px!important;margin-top:10px!important}.live-site-meta div{padding:8px 10px!important;border-radius:13px!important}.live-site-meta small{font-size:11px!important}.live-site-meta b{font-size:12px!important}.live-site-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:10px!important}.live-site-actions .btn{min-height:34px!important;padding:7px 5px!important;border-radius:12px!important;font-size:11.5px!important;line-height:1.15!important;white-space:normal!important}.live-site-note{font-size:10.8px!important;line-height:1.35!important;margin-top:9px!important}.quick-actions-head-actions{gap:6px;align-items:flex-start}.quick-actions-head .quick-action-add-btn{min-height:31px!important;padding:7px 10px!important;border-radius:12px!important;font-size:11.5px!important}.quick-actions-grid{gap:9px!important}.quick-actions-grid .quick-action-item{min-height:48px!important;padding:10px 36px 10px 11px!important;border-radius:13px!important}.quick-action-icon{width:25px!important;min-width:25px!important;height:25px!important;border-radius:9px!important;font-size:15px!important}.quick-action-title{font-size:13px!important}.quick-action-remove{right:8px!important;width:22px!important;height:22px!important;font-size:15px!important}.quick-actions-pager{margin-top:10px!important;font-size:12px!important}.quick-actions-pager .btn{min-height:30px!important;width:30px!important;padding:0!important}}@media(max-width:420px){.live-site-actions{grid-template-columns:1fr!important}.live-site-actions .btn{min-height:36px!important}.quick-actions-head{display:grid!important}.quick-actions-head-actions{justify-content:flex-start}.live-site-head{display:grid!important}.dashboard-widget-side{justify-content:flex-start;flex-direction:row}.live-site-frame-wrap{height:270px!important;max-height:48vh!important}.live-site-frame-wrap iframe{min-height:610px!important}}

/* ROMAG v297.693 - Dashboard live preview scrollbar cleanup
   Goal: keep only one vertical scrollbar inside the iframe/site preview.
   The preview frame wrapper must not scroll; the iframe content handles its own scroll. */
.live-site-browser,
.live-site-frame-wrap{
  overflow:hidden!important;
}
.live-site-frame-wrap iframe{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  display:block!important;
  border:0!important;
  background:#fff!important;
}
@media(max-width:900px){
  .live-site-frame-wrap{overflow:hidden!important;}
  .live-site-frame-wrap iframe{height:100%!important;min-height:0!important;}
}
@media(max-width:700px){
  .live-site-browser{overflow:hidden!important;border-radius:15px!important;}
  .live-site-frame-wrap{overflow:hidden!important;-webkit-overflow-scrolling:auto!important;overscroll-behavior:auto!important;}
  .live-site-frame-wrap iframe{height:100%!important;min-height:0!important;}
}
@media(max-width:420px){
  .live-site-frame-wrap iframe{height:100%!important;min-height:0!important;}
}


/* ROMAG v297.694 - Dashboard iframe: one clean preview scrollbar behavior
   Cache-busted from layout.php. The wrapper never scrolls; the iframe document controls scrolling. */
.live-site-browser,.live-site-frame-wrap{overflow:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;}
.live-site-browser::-webkit-scrollbar,.live-site-frame-wrap::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;}
.live-site-frame-wrap iframe{display:block!important;width:100%!important;height:100%!important;min-height:0!important;border:0!important;background:#fff!important;overflow:hidden!important;}
@media(max-width:700px){.live-site-frame-wrap{overflow:hidden!important;touch-action:pan-y!important}.live-site-frame-wrap iframe{height:100%!important;min-height:0!important;}}


/* ROMAG V297.695 — Quick actions header/button UI polish */
.quick-actions-head-actions{
  gap:10px;
  align-items:center;
}
.quick-actions-head-actions .dashboard-widget-handle,
.quick-actions-head-actions .dashboard-widget-move,
.quick-actions-head-actions .quick-action-add-btn{
  position:relative;
  min-height:40px;
  border-radius:14px;
  border:1px solid #dbeafe;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.quick-actions-head-actions .dashboard-widget-handle:hover,
.quick-actions-head-actions .dashboard-widget-move:hover,
.quick-actions-head-actions .quick-action-add-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(15,23,42,.12);
}
.quick-actions-head-actions .dashboard-widget-handle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  background:linear-gradient(180deg,#ffffff 0%,#eef7ff 100%);
  color:#0f172a;
  cursor:grab;
}
.quick-actions-head-actions .dashboard-widget-handle::before{
  content:"↕";
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#e0f2fe,#dbeafe);
  color:#1d4ed8;
  font-size:12px;
  font-weight:900;
  flex:0 0 22px;
}
.quick-actions-head-actions .dashboard-widget-handle:active{cursor:grabbing;transform:scale(.98)}
.quick-actions-head-actions .dashboard-widget-move{
  width:40px;
  min-width:40px;
  padding:0;
  display:inline-grid;
  place-items:center;
  background:linear-gradient(180deg,#eff6ff 0%,#dbeafe 100%);
  color:#1d4ed8;
  font-size:16px;
  font-weight:900;
}
.quick-actions-head-actions .dashboard-widget-move:hover{
  border-color:#93c5fd;
  color:#0b4eb3;
}
.quick-actions-head-actions .quick-action-add-btn{
  padding:0 16px!important;
  background:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%)!important;
  color:#fff!important;
  border-color:transparent!important;
  font-weight:800!important;
}
.quick-actions-head-actions .quick-action-add-btn:hover{
  box-shadow:0 18px 38px rgba(37,99,235,.28);
}
.quick-actions-head-actions .quick-action-add-btn:before{
  content:"+";
  font-size:16px;
  font-weight:900;
  margin-right:7px;
}
.quick-actions-grid .quick-action-item{
  min-height:62px;
  border-radius:18px!important;
  padding:15px 58px 15px 16px!important;
  border:1px solid #dbe7f3;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
.quick-actions-grid .quick-action-item:hover{
  box-shadow:0 18px 36px rgba(15,23,42,.09);
  border-color:#93c5fd;
}
.quick-action-icon{
  width:36px;
  min-width:36px;
  height:36px;
  border-radius:12px;
  background:linear-gradient(135deg,#f0f9ff,#e0e7ff);
  border:1px solid #dbeafe;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.quick-action-title{font-weight:700;color:#0f172a}
.quick-action-remove{
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid #fecaca;
  background:linear-gradient(180deg,#fff5f5 0%,#ffe4e6 100%);
  color:#e11d48;
  font-size:18px;
  font-weight:700;
  line-height:1;
  opacity:1;
  box-shadow:0 8px 16px rgba(225,29,72,.10);
}
.quick-action-remove:hover{
  transform:translateY(-50%) scale(1.08);
  background:linear-gradient(180deg,#ffe4e6 0%,#fecdd3 100%);
  border-color:#fda4af;
  color:#be123c;
}
.quick-action-remove:focus-visible,
.quick-actions-head-actions .dashboard-widget-handle:focus-visible,
.quick-actions-head-actions .dashboard-widget-move:focus-visible,
.quick-actions-head-actions .quick-action-add-btn:focus-visible{
  outline:none;
  box-shadow:0 0 0 4px rgba(59,130,246,.15),0 18px 34px rgba(15,23,42,.12);
}
@media (max-width:700px){
  .quick-actions-head-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr auto auto;
    align-items:center;
  }
  .quick-actions-head-actions .dashboard-widget-handle,
  .quick-actions-head-actions .quick-action-add-btn{
    min-height:36px;
    border-radius:12px;
  }
  .quick-actions-head-actions .dashboard-widget-handle{
    order:1;
    padding:0 12px;
    font-size:12px;
  }
  .quick-actions-head-actions .dashboard-widget-move{
    order:2;
    width:36px;
    min-width:36px;
    min-height:36px;
    font-size:14px;
  }
  .quick-actions-head-actions .quick-action-add-btn{
    order:3;
    grid-column:1 / -1;
    justify-content:center;
    padding:0 14px!important;
    font-size:12px!important;
  }
  .quick-actions-grid .quick-action-item{
    min-height:54px;
    padding:12px 48px 12px 12px!important;
    border-radius:15px!important;
  }
  .quick-action-icon{
    width:30px;
    min-width:30px;
    height:30px;
    border-radius:10px;
  }
  .quick-action-title{font-size:13px}
  .quick-action-remove{
    width:24px;
    height:24px;
    right:10px;
    font-size:16px;
  }
}
@media (max-width:420px){
  .quick-actions-head-actions{
    grid-template-columns:1fr auto;
  }
  .quick-actions-head-actions .dashboard-widget-handle{grid-column:1 / 2}
  .quick-actions-head-actions .dashboard-widget-move{grid-column:2 / 3}
  .quick-actions-head-actions .quick-action-add-btn{grid-column:1 / -1}
}



/* ROMAG V297.696 — Premium SaaS quick actions final UI */
.quick-actions-card{
  background:
    radial-gradient(circle at 100% 0%,rgba(56,189,248,.12),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f9fcff 100%)!important;
  border:1px solid rgba(191,219,254,.9)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.08)!important;
}
.quick-actions-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start!important;
}
.quick-actions-head h2{letter-spacing:-.02em;}
.quick-actions-head-actions{
  display:grid!important;
  grid-template-columns:auto auto;
  gap:8px!important;
  align-items:center!important;
  justify-items:end;
  padding:7px;
  border-radius:20px;
  background:rgba(239,246,255,.78);
  border:1px solid rgba(191,219,254,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 12px 28px rgba(15,23,42,.04);
}
.quick-actions-head-actions .dashboard-widget-handle,
.quick-actions-head-actions .dashboard-widget-move,
.quick-actions-head-actions .quick-action-add-btn{margin:0!important;-webkit-tap-highlight-color:transparent;}
.quick-actions-head-actions .dashboard-widget-handle{
  grid-column:1 / 2;
  min-height:36px!important;
  padding:0 13px!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#ffffff,#f3f8ff)!important;
  border:1px solid rgba(191,219,254,.92)!important;
  color:#0f172a!important;
  font-size:12px!important;
  font-weight:850!important;
  box-shadow:0 9px 20px rgba(15,23,42,.055)!important;
}
.quick-actions-head-actions .dashboard-widget-handle::before{
  content:"";
  width:18px;
  height:18px;
  border-radius:8px;
  margin-right:8px;
  background:
    linear-gradient(#2563eb,#2563eb) center 5px/10px 2px no-repeat,
    linear-gradient(#2563eb,#2563eb) center center/10px 2px no-repeat,
    linear-gradient(#2563eb,#2563eb) center calc(100% - 5px)/10px 2px no-repeat,
    linear-gradient(135deg,#dbeafe,#eef6ff);
  box-shadow:inset 0 0 0 1px rgba(147,197,253,.55);
}
.quick-actions-head-actions .dashboard-widget-move{
  grid-column:2 / 3;
  min-height:36px!important;
  width:36px!important;
  min-width:36px!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#e0f2fe,#dbeafe)!important;
  border:1px solid rgba(147,197,253,.86)!important;
  color:#1d4ed8!important;
  font-size:15px!important;
  box-shadow:0 9px 20px rgba(37,99,235,.09)!important;
}
.quick-actions-head-actions .quick-action-add-btn{
  grid-column:1 / -1;
  width:100%;
  justify-content:center!important;
  min-height:38px!important;
  padding:0 16px!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#38bdf8 0%,#2563eb 58%,#1d4ed8 100%)!important;
  color:#fff!important;
  border:0!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(37,99,235,.26)!important;
}
.quick-actions-head-actions .quick-action-add-btn::before{
  content:"+";
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-right:7px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);
  font-size:15px;
  line-height:1;
}
.quick-actions-head-actions .dashboard-widget-handle:hover,
.quick-actions-head-actions .dashboard-widget-move:hover,
.quick-actions-head-actions .quick-action-add-btn:hover{transform:translateY(-1px);filter:saturate(1.05);}
.quick-actions-grid{gap:12px!important;}
.quick-actions-grid .quick-action-item{
  border-radius:18px!important;
  border:1px solid rgba(203,213,225,.78)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.96))!important;
  min-height:62px!important;
  padding:13px 58px 13px 15px!important;
  box-shadow:0 10px 26px rgba(15,23,42,.045)!important;
}
.quick-actions-grid .quick-action-item::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(59,130,246,.08),transparent 38%);
  opacity:0;
  transition:opacity .18s ease;
}
.quick-actions-grid .quick-action-item:hover{transform:translateY(-2px);border-color:rgba(147,197,253,.96)!important;box-shadow:0 18px 42px rgba(15,23,42,.09)!important;}
.quick-actions-grid .quick-action-item:hover::after{opacity:1}
.quick-action-icon{
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  border-radius:14px!important;
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.95),transparent 44%),linear-gradient(135deg,#eff6ff,#e0e7ff)!important;
  border:1px solid rgba(191,219,254,.82)!important;
  box-shadow:0 8px 18px rgba(37,99,235,.075),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.quick-action-title{font-size:14px!important;font-weight:800!important;letter-spacing:-.01em;}
.quick-action-remove{
  width:30px!important;
  height:30px!important;
  right:12px!important;
  top:50%!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  border:1px solid rgba(254,202,202,.95)!important;
  background:linear-gradient(180deg,#fff7f7,#ffe4e6)!important;
  color:#e11d48!important;
  opacity:.92!important;
  font-size:0!important;
  box-shadow:0 10px 20px rgba(225,29,72,.10)!important;
}
.quick-action-remove::before,.quick-action-remove::after{content:"";position:absolute;width:10px;height:2px;border-radius:99px;background:currentColor;}
.quick-action-remove::before{transform:rotate(45deg)}
.quick-action-remove::after{transform:rotate(-45deg)}
.quick-action-remove:hover{opacity:1!important;transform:translateY(-50%) scale(1.07)!important;border-color:rgba(251,113,133,.95)!important;background:linear-gradient(180deg,#ffe4e6,#fecdd3)!important;}
.quick-actions-pager{padding-top:2px;}
.quick-actions-pager .btn{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border-radius:13px!important;background:#f8fbff!important;border:1px solid rgba(219,234,254,.95)!important;}
.quick-actions-pager span{padding:8px 10px;border-radius:999px;background:#f8fbff;border:1px solid rgba(226,232,240,.85);font-size:12px;}
@media(max-width:700px){
  .quick-actions-card.card{padding:16px!important;}
  .quick-actions-head{grid-template-columns:1fr!important;gap:12px!important;}
  .quick-actions-head-actions{width:100%;grid-template-columns:1fr 40px!important;padding:6px!important;border-radius:18px!important;}
  .quick-actions-head-actions .dashboard-widget-handle{min-height:38px!important;justify-content:center;}
  .quick-actions-head-actions .dashboard-widget-move{min-height:38px!important;width:38px!important;}
  .quick-actions-head-actions .quick-action-add-btn{min-height:38px!important;}
  .quick-actions-grid .quick-action-item{min-height:58px!important;padding:12px 52px 12px 13px!important;border-radius:16px!important;}
  .quick-action-icon{width:32px!important;min-width:32px!important;height:32px!important;border-radius:12px!important;}
  .quick-action-remove{width:28px!important;height:28px!important;right:11px!important;}
}



/* ROMAG V297.697 — Unified dashboard widget controls + app shortcut picker */
.dashboard-widget-side.dashboard-widget-controls,
.quick-actions-head-actions.dashboard-widget-controls{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  padding:6px!important;
  border:1px solid rgba(191,219,254,.85)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(239,248,255,.72))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 14px 34px rgba(15,23,42,.07)!important;
}
.dashboard-widget-controls .live-status-pill{
  min-height:36px!important;
  padding:0 13px!important;
  border-radius:14px!important;
  font-size:12px!important;
  box-shadow:0 8px 18px rgba(22,101,52,.08)!important;
}
.dashboard-widget-controls .dashboard-widget-handle,
.dashboard-widget-controls .dashboard-widget-move,
.dashboard-widget-controls .quick-action-add-btn{
  margin:0!important;
  min-height:36px!important;
  height:36px!important;
  border-radius:14px!important;
  border:1px solid rgba(147,197,253,.78)!important;
  box-shadow:0 10px 22px rgba(15,23,42,.075)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important;
}
.dashboard-widget-controls .dashboard-widget-handle{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:0 13px!important;
  background:linear-gradient(180deg,#ffffff,#eef7ff)!important;
  color:#0f172a!important;
  cursor:grab!important;
  font-weight:850!important;
}
.dashboard-widget-controls .dashboard-widget-handle::before{
  content:"↕"!important;
  width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(135deg,#e0f2fe,#dbeafe)!important;
  color:#1d4ed8!important;
  font-size:12px!important;
  font-weight:900!important;
}
.dashboard-widget-controls .dashboard-widget-move{
  width:36px!important;
  min-width:36px!important;
  padding:0!important;
  display:inline-grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,#f8fbff,#e8f2ff)!important;
  color:#1d4ed8!important;
  font-size:15px!important;
  font-weight:950!important;
  cursor:pointer!important;
}
.dashboard-widget-controls .dashboard-widget-move:hover,
.dashboard-widget-controls .dashboard-widget-handle:hover{
  transform:translateY(-1px)!important;
  border-color:#60a5fa!important;
  box-shadow:0 16px 30px rgba(37,99,235,.13)!important;
}
.dashboard-widget-controls .quick-action-add-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:0 16px!important;
  background:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%)!important;
  color:#fff!important;
  border-color:transparent!important;
  font-weight:900!important;
  letter-spacing:-.01em!important;
}
.dashboard-widget-controls .quick-action-add-btn::before{
  content:"+"!important;
  width:19px!important;
  height:19px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.22)!important;
  font-size:15px!important;
  line-height:1!important;
}
.quick-actions-grid .quick-action-item{
  border-radius:19px!important;
  padding:16px 60px 16px 16px!important;
  background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
  border:1px solid rgba(203,213,225,.95)!important;
  box-shadow:0 9px 22px rgba(15,23,42,.045)!important;
}
.quick-actions-grid .quick-action-item:hover{
  transform:translateY(-2px)!important;
  border-color:#93c5fd!important;
  box-shadow:0 18px 38px rgba(15,23,42,.105)!important;
}
.quick-action-remove{
  font-size:0!important;
  width:30px!important;
  height:30px!important;
  right:12px!important;
  border:1px solid #fecdd3!important;
  background:linear-gradient(180deg,#fff7f7,#ffe4e6)!important;
  color:#e11d48!important;
  opacity:1!important;
  box-shadow:0 8px 16px rgba(225,29,72,.10)!important;
}
.quick-action-remove::before{
  content:"×"!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
.quick-action-remove:hover{
  background:linear-gradient(180deg,#ffe4e6,#fecdd3)!important;
  border-color:#fb7185!important;
  color:#be123c!important;
}
.quick-action-app-picker{
  animation:quickAppPickerIn .18s ease both;
}
.quick-action-app-picker[hidden]{display:none!important;}
.quick-action-app-picker select{
  border-color:#93c5fd!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
}
.quick-action-app-picker small{
  font-size:12px!important;
  line-height:1.35!important;
}
@keyframes quickAppPickerIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
@media(max-width:700px){
  .dashboard-widget-side.dashboard-widget-controls,
  .quick-actions-head-actions.dashboard-widget-controls{
    width:100%!important;
    justify-content:flex-start!important;
    gap:7px!important;
    padding:6px!important;
    border-radius:18px!important;
  }
  .dashboard-widget-controls .live-status-pill,
  .dashboard-widget-controls .dashboard-widget-handle,
  .dashboard-widget-controls .dashboard-widget-move,
  .dashboard-widget-controls .quick-action-add-btn{
    min-height:34px!important;
    height:34px!important;
    border-radius:12px!important;
    font-size:11.5px!important;
  }
  .dashboard-widget-controls .dashboard-widget-handle{padding:0 11px!important;}
  .dashboard-widget-controls .dashboard-widget-handle::before{width:20px!important;height:20px!important;font-size:11px!important;}
  .dashboard-widget-controls .dashboard-widget-move{width:34px!important;min-width:34px!important;}
  .dashboard-widget-controls .quick-action-add-btn{padding:0 13px!important;flex:1 1 112px!important;}
  .quick-actions-grid .quick-action-item{
    min-height:56px!important;
    padding:12px 50px 12px 12px!important;
    border-radius:16px!important;
  }
  .quick-action-remove{width:26px!important;height:26px!important;right:10px!important;}
}
@media(max-width:420px){
  .quick-actions-head-actions.dashboard-widget-controls .quick-action-add-btn{flex-basis:100%!important;}
  .dashboard-widget-side.dashboard-widget-controls .live-status-pill{order:0;}
  .dashboard-widget-side.dashboard-widget-controls .dashboard-widget-handle{order:1;}
  .dashboard-widget-side.dashboard-widget-controls .dashboard-widget-move{order:2;}
}



/* ROMAG V297.698 — Quick actions final compact controls */
.dashboard-widget-side.dashboard-widget-controls,
.quick-actions-head-actions.dashboard-widget-controls{
  display:inline-flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  width:auto!important;
  max-width:100%!important;
}
.quick-actions-head-actions.dashboard-widget-controls{
  margin-left:auto!important;
}
.dashboard-widget-controls .dashboard-widget-handle{
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
.dashboard-widget-controls .dashboard-widget-move,
.dashboard-widget-controls .quick-action-add-btn{
  flex:0 0 auto!important;
}
.dashboard-widget-controls .quick-action-add-btn{
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  min-height:38px!important;
  padding:0!important;
  border-radius:14px!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:0!important;
  line-height:1!important;
}
.dashboard-widget-controls .quick-action-add-btn::before{
  content:none!important;
  display:none!important;
}
.dashboard-widget-controls .quick-action-add-btn::after{
  content:"+"!important;
  display:grid!important;
  place-items:center!important;
  width:21px!important;
  height:21px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.24)!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
.quick-action-remove{
  font-size:0!important;
  line-height:0!important;
  text-indent:-9999px!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}
.quick-action-remove::before{
  content:""!important;
  position:absolute!important;
  width:12px!important;
  height:2px!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform:rotate(45deg)!important;
  inset:auto!important;
}
.quick-action-remove::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  width:12px!important;
  height:2px!important;
  border-radius:999px!important;
  background:currentColor!important;
  transform:rotate(-45deg)!important;
  inset:auto!important;
}
.quick-action-app-picker:not([hidden]){
  display:grid!important;
}
.quick-action-app-picker[hidden]{display:none!important;}
@media(max-width:700px){
  .dashboard-widget-side.dashboard-widget-controls,
  .quick-actions-head-actions.dashboard-widget-controls{
    width:100%!important;
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
  .dashboard-widget-controls .quick-action-add-btn{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    flex:0 0 34px!important;
  }
  .dashboard-widget-controls .quick-action-add-btn::after{
    width:19px!important;
    height:19px!important;
    font-size:16px!important;
  }
}
@media(max-width:420px){
  .quick-actions-head-actions.dashboard-widget-controls .quick-action-add-btn{flex-basis:34px!important;}
}

/* v297.707 - Dashboard real store setup helper */
.store-setup-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff,#f7fbff)!important;padding:18px!important}.store-setup-card:before{content:"";position:absolute;right:-72px;top:-88px;width:190px;height:190px;border-radius:999px;background:rgba(14,165,233,.10);pointer-events:none}.store-setup-compact-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.store-setup-badge{font-size:11px!important;padding:7px 11px!important}.store-setup-details-btn{min-height:34px!important;padding:8px 12px!important;border-radius:999px!important;font-size:12px!important}.store-setup-mainline{position:relative;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.store-setup-mainline h2{margin:0 0 5px!important;font-size:24px!important;line-height:1.12!important;letter-spacing:-.02em!important}.store-setup-mainline p{margin:0!important;font-size:14px!important;line-height:1.35!important}.store-setup-score{width:86px;min-width:86px;height:76px;border-radius:22px;background:#0f4c81;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 32px rgba(15,76,129,.18)}.store-setup-score strong{display:block!important;font-size:28px!important;line-height:1!important;font-weight:900!important;color:#fff!important}.store-setup-score span{font-size:11px!important;font-weight:800;color:#dbeafe!important;margin-top:3px!important}.store-setup-progress{height:10px;border-radius:999px;background:#e9f3ff;border:1px solid #dbeafe;overflow:hidden;box-shadow:inset 0 1px 3px rgba(15,23,42,.06);margin:13px 0 10px}.store-setup-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#0ea5e9,#2563eb);transition:width .25s ease}.store-setup-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.store-setup-meta span{display:inline-flex;align-items:center;min-height:24px;padding:5px 9px;border-radius:999px;background:#eaf6ff;color:#075985;font-size:11.5px;font-weight:900}.store-setup-preview-steps{position:relative;display:flex;flex-wrap:wrap;gap:8px}.store-setup-preview-steps a{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#0f4c81;text-decoration:none;font-size:12px;font-weight:850;box-shadow:0 6px 16px rgba(15,23,42,.04)}.store-setup-preview-steps a span{width:20px;height:20px;border-radius:999px;background:#fff7ed;color:#9a3412;display:grid;place-items:center;font-size:11px;font-weight:900}.store-setup-ready{position:relative;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:16px;padding:13px;color:#166534;display:grid;gap:4px}.store-setup-ready b{font-size:15px!important;color:#166534!important}.store-setup-ready small{color:#15803d;font-size:12px}.store-setup-card.setup-ready .store-setup-score{background:#15803d}.store-setup-card.setup-ready .store-setup-progress span{background:linear-gradient(90deg,#22c55e,#16a34a)}.store-setup-card.setup-progress .store-setup-score{background:#0f4c81}.store-setup-card.setup-start .store-setup-score{background:#9a3412}.store-setup-card.setup-start .store-setup-progress span{background:linear-gradient(90deg,#fb923c,#f97316)}.store-setup-modal[hidden]{display:none!important}.store-setup-modal{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.38);display:grid;place-items:center;padding:18px}.store-setup-modal-box{width:min(720px,100%);max-height:min(86vh,760px);overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:26px;box-shadow:0 30px 90px rgba(15,23,42,.28);padding:20px}.store-setup-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.store-setup-modal-head h3{margin:8px 0 4px!important;font-size:22px!important;line-height:1.15!important}.store-setup-modal-head p{margin:0!important;font-size:13px!important}.store-setup-modal-close{width:38px;height:38px;border:0;border-radius:999px;background:#fff1f2;color:#e11d48;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(225,29,72,.12)}.store-setup-modal-list{display:grid;gap:10px}.store-setup-modal-step{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;border:1px solid #e2e8f0;border-radius:18px;background:#f8fbff;padding:12px}.store-setup-modal-step>span{width:30px;height:30px;border-radius:999px;background:#e0f2fe;color:#0369a1;display:grid;place-items:center;font-weight:900}.store-setup-modal-step b{display:block;color:#0f172a!important;font-size:14px!important;margin-bottom:3px}.store-setup-modal-step small{display:block;color:#64748b;font-size:12px;line-height:1.35}.store-setup-modal-step .btn{white-space:nowrap}.store-setup-modal-ready{margin-top:8px}.store-setup-modal-open{overflow:hidden}@media(max-width:700px){.store-setup-card{padding:16px!important}.store-setup-mainline{grid-template-columns:1fr}.store-setup-mainline h2{font-size:22px!important}.store-setup-score{width:100%;min-width:0;height:auto;min-height:62px;border-radius:20px;flex-direction:row;gap:8px}.store-setup-score strong{font-size:30px!important}.store-setup-score span{margin-top:0!important}.store-setup-meta span{font-size:11px}.store-setup-preview-steps a{width:100%;justify-content:flex-start}.store-setup-modal{align-items:end;padding:10px}.store-setup-modal-box{border-radius:24px 24px 0 0;max-height:84vh;padding:16px}.store-setup-modal-step{grid-template-columns:30px 1fr}.store-setup-modal-step .btn{grid-column:2;width:max-content}.store-setup-modal-head h3{font-size:20px!important}}

/* PART 331 - Platform settings: full-width module cards, no duplicate sidebar */
body.admin .platform-settings-page{
  padding:24px!important;
  border:1px solid #d9e8f7!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 20px 48px rgba(15,23,42,.06)!important;
}
body.admin .platform-settings-page .platform-settings-hero{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  padding:2px 2px 20px;
  border-bottom:1px solid #e5eef8;
}
body.admin .platform-settings-page .platform-settings-kicker,
body.admin .platform-settings-page .platform-settings-panel-eyebrow,
body.admin .platform-settings-page .platform-settings-quicknav-kicker{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  padding:6px 10px;
  background:#e8f6ff;
  color:#0369a1;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.admin .platform-settings-page .platform-settings-hero h2{
  margin:10px 0 8px!important;
  color:#0f172a;
  font-size:30px!important;
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:850!important;
}
body.admin .platform-settings-page .platform-settings-hero p{
  max-width:760px;
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.58;
}
body.admin .platform-settings-page .platform-settings-hero-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
  max-width:425px;
  padding-top:7px;
}
body.admin .platform-settings-page .platform-settings-meta-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:31px;
  box-sizing:border-box;
  border:1px solid #d8e7f7;
  border-radius:999px;
  padding:6px 10px;
  background:#f8fbff;
  color:#475569;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}
body.admin .platform-settings-page .platform-settings-meta-chip b{color:#0f172a;font-size:12px;}
body.admin .platform-settings-page .platform-settings-meta-chip.is-safe{border-color:#bbf7d0;background:#f0fdf4;color:#166534;}
body.admin .platform-settings-page .platform-settings-meta-chip.is-saved{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;}
body.admin .platform-settings-page .platform-settings-hero-save{
  min-height:38px!important;
  border-radius:12px!important;
  padding:9px 13px!important;
  white-space:nowrap;
  font-size:12px!important;
  font-weight:850!important;
}

/* Compact in-page index, deliberately not a second sidebar. */
body.admin .platform-settings-page .platform-settings-quicknav{
  margin:18px 0 20px;
  border:1px solid #dce9f6;
  border-radius:20px;
  padding:15px;
  background:linear-gradient(135deg,#fbfdff,#f4f9ff);
}
body.admin .platform-settings-page .platform-settings-quicknav-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  padding:1px 2px 12px;
}
body.admin .platform-settings-page .platform-settings-quicknav-head>div{display:grid;gap:5px;}
body.admin .platform-settings-page .platform-settings-quicknav-head strong{color:#1e293b;font-size:14px;font-weight:850;}
body.admin .platform-settings-page .platform-settings-quicknav-note{color:#7c8ca0;font-size:11px;font-weight:650;text-align:right;line-height:1.4;}
body.admin .platform-settings-page .platform-settings-quicknav-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
}
body.admin .platform-settings-page .platform-settings-quicknav-grid a{
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  column-gap:8px;
  align-items:center;
  min-height:58px;
  box-sizing:border-box;
  border:1px solid #dbe8f5;
  border-radius:14px;
  padding:8px 9px;
  background:#fff;
  color:#334155;
  text-decoration:none;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease;
}
body.admin .platform-settings-page .platform-settings-quicknav-grid a>span{
  display:grid;
  grid-row:1/3;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:10px;
  background:#eaf6ff;
  color:#075985;
  font-size:14px;
  font-weight:900;
}
body.admin .platform-settings-page .platform-settings-quicknav-grid a b{
  display:block;
  overflow:hidden;
  color:#1e293b;
  font-size:11px;
  font-weight:850;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.admin .platform-settings-page .platform-settings-quicknav-grid a small{display:block;color:#7c8ca0;font-size:10px;font-weight:650;line-height:1.2;}
body.admin .platform-settings-page .platform-settings-quicknav-grid a:hover{
  border-color:#7bc4ef;
  background:#f5fbff;
  box-shadow:0 9px 20px rgba(14,165,233,.10);
  transform:translateY(-1px);
}
body.admin .platform-settings-page .platform-settings-quicknav-grid a:focus-visible{outline:3px solid rgba(14,165,233,.24);outline-offset:2px;}

/* Existing form stays full-width; every setting group becomes one clearly separated card. */
body.admin .platform-settings-page .platform-settings-form{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0!important;
  max-width:none!important;
  margin:0!important;
}
body.admin .platform-settings-page .platform-settings-panel{
  grid-column:1/-1!important;
  scroll-margin-top:94px;
  margin:0 0 17px!important;
  border:1px solid #dbe8f5;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.045);
  overflow:hidden;
}
body.admin .platform-settings-page .platform-settings-panel:last-child{margin-bottom:0!important;}
body.admin .platform-settings-page .platform-settings-panel-head{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:13px;
  align-items:start;
  padding:18px 20px 16px;
  border-bottom:1px solid #e5eef8;
  background:linear-gradient(135deg,#ffffff,#f8fbff);
}
body.admin .platform-settings-page .platform-settings-panel-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid #cfe8fa;
  border-radius:14px;
  background:linear-gradient(135deg,#e8f7ff,#eaf1ff);
  color:#075985;
  font-size:18px;
  font-weight:900;
}
body.admin .platform-settings-page .platform-settings-panel-eyebrow{padding:4px 8px;font-size:9px;}
body.admin .platform-settings-page .platform-settings-panel h3{
  margin:7px 0 5px!important;
  color:#0f172a;
  font-size:20px!important;
  font-weight:850!important;
  letter-spacing:-.025em;
  line-height:1.15;
}
body.admin .platform-settings-page .platform-settings-panel-head p{margin:0;color:#64748b;font-size:12.5px;line-height:1.48;}
body.admin .platform-settings-page .platform-settings-panel-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 16px;
  padding:19px 20px 20px;
}
body.admin .platform-settings-page .platform-settings-panel-fields .wide{grid-column:1/-1!important;}
body.admin .platform-settings-page .platform-settings-panel-fields>label,
body.admin .platform-settings-page .platform-settings-panel-fields .settings-grid-mini>label,
body.admin .platform-settings-page .platform-settings-panel-fields .form-grid-3>label{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0;
  margin:0;
  color:#334155;
  font-size:12px;
  font-weight:800;
}
body.admin .platform-settings-page .platform-settings-panel-fields input,
body.admin .platform-settings-page .platform-settings-panel-fields select,
body.admin .platform-settings-page .platform-settings-panel-fields textarea{
  width:100%;
  min-width:0;
  box-sizing:border-box;
  border:1px solid #cbdbe9!important;
  border-radius:12px!important;
  padding:10px 11px!important;
  background:#fff!important;
  color:#0f172a!important;
  font-size:13px!important;
  font-weight:600!important;
  box-shadow:0 1px 0 rgba(15,23,42,.015);
  outline:none;
}
body.admin .platform-settings-page .platform-settings-panel-fields input,
body.admin .platform-settings-page .platform-settings-panel-fields select{min-height:43px;}
body.admin .platform-settings-page .platform-settings-panel-fields textarea{min-height:106px;line-height:1.48;resize:vertical;}
body.admin .platform-settings-page .platform-settings-panel-fields input:focus,
body.admin .platform-settings-page .platform-settings-panel-fields select:focus,
body.admin .platform-settings-page .platform-settings-panel-fields textarea:focus{border-color:#38bdf8!important;box-shadow:0 0 0 4px rgba(56,189,248,.14)!important;}
body.admin .platform-settings-page .platform-settings-panel-fields label small{margin:0;color:#7c8ca0;font-size:11px;font-weight:600;line-height:1.4;}
body.admin .platform-settings-page .platform-settings-panel-fields>.muted{margin:0;color:#64748b;line-height:1.55;}
body.admin .platform-settings-page .platform-settings-panel-fields .settings-inline-info{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  box-sizing:border-box;
  margin:0;
  border:1px solid #d9e9f8;
  border-radius:14px;
  padding:12px 14px;
  background:#f8fbff;
  color:#52637c;
  font-size:12px;
  line-height:1.5;
}
body.admin .platform-settings-page .platform-settings-panel-fields .settings-inline-info strong{color:#334155;}
body.admin .platform-settings-page .platform-settings-panel-fields .settings-inline-info .btn{min-height:32px;padding:7px 10px!important;border-radius:10px!important;font-size:11px!important;}
body.admin .platform-settings-page .platform-email-test-box,
body.admin .platform-settings-page .trial-verification-panel{
  box-sizing:border-box;
  margin:0!important;
  border:1px solid #dbe9f8!important;
  border-radius:17px!important;
  padding:15px!important;
  background:linear-gradient(135deg,#fbfdff,#f4faff)!important;
  box-shadow:none!important;
}
body.admin .platform-settings-page .platform-email-test-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;}
body.admin .platform-settings-page .platform-email-test-box>small,
body.admin .platform-settings-page .platform-email-test-box .smtp-live-log{grid-column:1/-1;}
body.admin .platform-settings-page .platform-email-test-box .btn{min-height:43px;border-radius:12px!important;}
body.admin .platform-settings-page .trial-verification-panel .form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
body.admin .platform-settings-page .trial-verification-head{padding-bottom:13px;border-bottom:1px solid #e2eaf3;}
body.admin .platform-settings-page .trial-verification-head strong{font-size:15px;}
body.admin .platform-settings-page .section-save-row{
  grid-column:1/-1!important;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:60px;
  box-sizing:border-box;
  margin:4px -20px -20px!important;
  padding:13px 20px!important;
  border:0!important;
  border-top:1px solid #e5eef8!important;
  background:linear-gradient(90deg,#fbfdff,#f5f9ff)!important;
}
body.admin .platform-settings-page .section-save-row.final{margin-top:8px!important;}
body.admin .platform-settings-page .platform-save-btn{
  min-height:38px!important;
  border:1px solid #0284c7!important;
  border-radius:11px!important;
  padding:9px 13px!important;
  background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(14,165,233,.16)!important;
  font-weight:800!important;
}
body.admin .platform-settings-page .stripe-actions .btn.ghost,
body.admin .platform-settings-page .platform-email-test-box .btn.ghost,
body.admin .platform-settings-page .trial-verification-head .btn.ghost{
  border:1px solid #b9d7ef!important;
  background:#fff!important;
  color:#075985!important;
  box-shadow:none!important;
}
body.admin .platform-settings-page .platform-plans-editor{gap:14px;margin:0!important;}
body.admin .platform-settings-page .plan-edit-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  border:1px solid #dbe8f5!important;
  border-radius:17px!important;
  padding:15px!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  box-shadow:none!important;
}
body.admin .platform-settings-page .plan-edit-card .section-head-row{grid-column:1/-1;align-items:center;margin:0!important;}
body.admin .platform-settings-page .plan-edit-card .section-head-row strong{color:#0f172a;font-size:16px;font-weight:800;}
body.admin .platform-settings-page .plan-edit-card>label{display:flex;flex-direction:column;gap:7px;color:#334155;font-size:12px;font-weight:800;}
body.admin .platform-settings-page .plan-edit-card>label.wide{grid-column:1/-1!important;}
body.admin .platform-settings-page .plan-edit-card .settings-grid-mini{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}
body.admin .platform-settings-page .plan-edit-card .inline-check{display:flex;align-items:center;gap:7px;color:#475569;font-size:12px;font-weight:750;}
body.admin .platform-settings-page .plan-edit-card .inline-check input{width:auto;min-height:0;padding:0!important;}
body.admin .platform-settings-page .plan-edit-card .featured-radio{grid-column:1/-1;margin-top:2px;}

/* Below-form operational cards retain their own space without mixing with the configuration modules. */
body.admin .platform-settings-operations-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:17px;
  margin-top:18px;
}
body.admin .platform-settings-secondary-card{
  min-width:0;
  border:1px solid #dbe8f5!important;
  border-radius:20px!important;
  padding:19px!important;
  background:linear-gradient(180deg,#fff,#f9fcff)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
  scroll-margin-top:94px;
}
body.admin .platform-recovery-card{grid-column:1/-1;}
body.admin .platform-settings-secondary-card h2{margin:0 0 8px!important;color:#0f172a;font-size:20px!important;font-weight:850!important;letter-spacing:-.025em;}
body.admin .platform-settings-secondary-card>.muted{margin:0 0 16px;color:#64748b;line-height:1.52;}
body.admin .platform-settings-secondary-card .settings-form.wide{max-width:none!important;}

@media(max-width:1260px){
  body.admin .platform-settings-page .platform-settings-quicknav-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:980px){
  body.admin .platform-settings-page .platform-settings-hero{display:grid;gap:14px;}
  body.admin .platform-settings-page .platform-settings-hero-meta{justify-content:flex-start;max-width:none;padding-top:0;}
  body.admin .platform-settings-page .platform-settings-quicknav-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  body.admin .platform-settings-page .trial-verification-panel .form-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}
  body.admin .platform-settings-page .plan-edit-card .settings-grid-mini{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:720px){
  body.admin .platform-settings-page{padding:15px!important;border-radius:20px!important;}
  body.admin .platform-settings-page .platform-settings-hero{padding-bottom:16px;}
  body.admin .platform-settings-page .platform-settings-hero h2{font-size:25px!important;}
  body.admin .platform-settings-page .platform-settings-hero-meta{gap:7px;}
  body.admin .platform-settings-page .platform-settings-hero-save{width:100%;}
  body.admin .platform-settings-page .platform-settings-quicknav{margin:15px 0 16px;padding:12px;border-radius:17px;}
  body.admin .platform-settings-page .platform-settings-quicknav-head{display:grid;gap:7px;padding-bottom:10px;}
  body.admin .platform-settings-page .platform-settings-quicknav-note{text-align:left;}
  body.admin .platform-settings-page .platform-settings-quicknav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  body.admin .platform-settings-page .platform-settings-quicknav-grid a{min-height:55px;padding:8px;grid-template-columns:28px minmax(0,1fr);column-gap:7px;}
  body.admin .platform-settings-page .platform-settings-quicknav-grid a>span{width:28px;height:28px;border-radius:9px;}
  body.admin .platform-settings-page .platform-settings-quicknav-grid a b{font-size:10.5px;}
  body.admin .platform-settings-page .platform-settings-panel{border-radius:17px;margin-bottom:13px!important;}
  body.admin .platform-settings-page .platform-settings-panel-head{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:15px 16px;}
  body.admin .platform-settings-page .platform-settings-panel-icon{width:38px;height:38px;border-radius:12px;font-size:16px;}
  body.admin .platform-settings-page .platform-settings-panel h3{font-size:18px!important;}
  body.admin .platform-settings-page .platform-settings-panel-head p{font-size:12px;}
  body.admin .platform-settings-page .platform-settings-panel-fields{grid-template-columns:1fr;gap:12px;padding:16px;}
  body.admin .platform-settings-page .platform-settings-panel-fields .wide{grid-column:1/-1!important;}
  body.admin .platform-settings-page .platform-email-test-box{grid-template-columns:1fr;align-items:stretch;}
  body.admin .platform-settings-page .platform-email-test-box .btn{width:100%;}
  body.admin .platform-settings-page .trial-verification-head{display:grid;gap:10px;}
  body.admin .platform-settings-page .trial-verification-head .btn{width:100%;margin:0!important;}
  body.admin .platform-settings-page .trial-verification-panel .form-grid-3,
  body.admin .platform-settings-page .plan-edit-card,
  body.admin .platform-settings-page .plan-edit-card .settings-grid-mini{grid-template-columns:1fr;}
  body.admin .platform-settings-page .section-save-row{align-items:stretch;flex-direction:column;margin:4px -16px -16px!important;padding:13px 16px!important;}
  body.admin .platform-settings-page .section-save-row .btn{width:100%;}
  body.admin .platform-settings-operations-grid{grid-template-columns:1fr;gap:13px;margin-top:14px;}
  body.admin .platform-settings-secondary-card{border-radius:17px!important;padding:16px!important;}
}

/* PART 332 - Platform settings tools card and hero contrast repair */
body.admin .platform-settings-page .platform-settings-hero{
  padding:19px 20px!important;
  border:1px solid #243c65!important;
  border-radius:18px!important;
  background:linear-gradient(118deg,#0c1d3e 0%,#172f58 56%,#244878 100%)!important;
  box-shadow:0 15px 31px rgba(15,42,84,.16)!important;
}
body.admin .platform-settings-page .platform-settings-hero h2{color:#ffffff!important;}
body.admin .platform-settings-page .platform-settings-hero p{color:#d9e8ff!important;}
body.admin .platform-settings-page .platform-settings-hero .platform-settings-kicker{
  border:1px solid rgba(147,197,253,.48)!important;
  background:#eff8ff!important;
  color:#075ea4!important;
  box-shadow:0 5px 15px rgba(2,35,74,.16);
}
body.admin .platform-settings-page .platform-settings-hero .platform-settings-meta-chip{
  border-color:rgba(219,234,254,.72)!important;
  background:rgba(255,255,255,.96)!important;
  color:#334155!important;
  box-shadow:0 7px 16px rgba(2,22,58,.12);
}
body.admin .platform-settings-page .platform-settings-hero .platform-settings-meta-chip b{color:#0f172a!important;}
body.admin .platform-settings-page .platform-settings-hero .platform-settings-meta-chip.is-safe{
  border-color:#bbf7d0!important;
  background:#f0fdf4!important;
  color:#166534!important;
}
body.admin .platform-settings-page .platform-settings-hero .platform-settings-meta-chip.is-saved{
  border-color:#bfdbfe!important;
  background:#eff6ff!important;
  color:#1d4ed8!important;
}
body.admin .platform-settings-page .platform-settings-hero-save{
  border-color:#2b78ec!important;
  background:linear-gradient(135deg,#0ea5e9,#2563eb)!important;
  color:#ffffff!important;
  box-shadow:0 11px 22px rgba(37,99,235,.28)!important;
}
body.admin .platform-settings-page .platform-settings-hero-save:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}

/* The former loose shortcut strip is now a dedicated, ordered tools card. */
body.admin .platform-settings-page .platform-settings-tools{
  margin:0 0 18px!important;
  border:1px solid #dbe8f5!important;
  border-radius:20px!important;
  padding:17px!important;
  background:linear-gradient(145deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
}
body.admin .platform-settings-page .platform-settings-tools-head{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:0 1px 14px;
  border-bottom:1px solid #e5eef8;
}
body.admin .platform-settings-page .platform-settings-tools-mark{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(135deg,#efe7ff,#edf5ff);
  color:#6941c6;
  font-size:18px;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(124,58,237,.09);
}
body.admin .platform-settings-page .platform-settings-tools-eyebrow{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:4px 8px;
  background:#f1edff;
  color:#6941c6;
  font-size:9px;
  font-weight:850;
  letter-spacing:.08em;
  line-height:1.15;
  text-transform:uppercase;
}
body.admin .platform-settings-page .platform-settings-tools h3{
  margin:6px 0 3px!important;
  color:#0f172a!important;
  font-size:17px!important;
  font-weight:850!important;
  letter-spacing:-.02em;
  line-height:1.18;
}
body.admin .platform-settings-page .platform-settings-tools p{
  margin:0!important;
  color:#718096!important;
  font-size:11.5px!important;
  font-weight:600;
  line-height:1.45;
}
body.admin .platform-settings-page .platform-settings-tools-grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:10px;
  padding-top:14px;
}
body.admin .platform-settings-page .platform-settings-tool{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  min-width:0;
  min-height:38px;
  box-sizing:border-box;
  border:1px solid #e0eaf5;
  border-radius:12px;
  padding:7px 9px;
  background:#ffffff;
  color:#334155;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(15,23,42,.025);
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease;
}
body.admin .platform-settings-page .platform-settings-tool:hover{
  border-color:#94c9ef;
  background:#f8fcff;
  box-shadow:0 10px 20px rgba(14,116,182,.10);
  transform:translateY(-1px);
}
body.admin .platform-settings-page .platform-settings-tool:focus-visible{
  outline:3px solid rgba(14,165,233,.24);
  outline-offset:2px;
}
body.admin .platform-settings-page .platform-settings-tool-icon{
  display:grid;
  place-items:center;
  width:22px;
  min-width:22px;
  height:22px;
  border-radius:8px;
  background:#eff7ff;
  color:#075985;
  font-size:12px;
  line-height:1;
}
body.admin .platform-settings-page .platform-settings-tool-label{
  display:block;
  min-width:0;
  overflow:hidden;
  color:#344054;
  font-size:10.5px;
  font-weight:800;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.admin .platform-settings-page .platform-settings-tool-icon.is-violet{background:#f1edff;color:#6941c6;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-indigo{background:#eef2ff;color:#4338ca;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-amber{background:#fff7e6;color:#b45309;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-orange{background:#fff1eb;color:#c2410c;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-green{background:#ecfdf3;color:#15803d;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-blue{background:#eaf4ff;color:#1d4ed8;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-purple{background:#f4efff;color:#7e22ce;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-lilac{background:#f6f0ff;color:#7c3aed;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-rose{background:#fff0f4;color:#be123c;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-pink{background:#fff0fb;color:#be185d;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-cyan{background:#ecfeff;color:#0e7490;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-slate{background:#f1f5f9;color:#475569;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-sky{background:#eff9ff;color:#0369a1;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-fuchsia{background:#fdf4ff;color:#a21caf;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-coral{background:#fff1ed;color:#c2410c;}
body.admin .platform-settings-page .platform-settings-tool-icon.is-gold{background:#fff9e8;color:#a16207;}

@media(max-width:1280px){
  body.admin .platform-settings-page .platform-settings-tools-grid{grid-template-columns:repeat(6,minmax(0,1fr));}
}
@media(max-width:980px){
  body.admin .platform-settings-page .platform-settings-tools-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:720px){
  body.admin .platform-settings-page .platform-settings-hero{padding:16px!important;border-radius:16px!important;}
  body.admin .platform-settings-page .platform-settings-tools{margin-bottom:16px!important;padding:13px!important;border-radius:17px!important;}
  body.admin .platform-settings-page .platform-settings-tools-head{grid-template-columns:34px minmax(0,1fr);gap:10px;padding-bottom:12px;}
  body.admin .platform-settings-page .platform-settings-tools-mark{width:34px;height:34px;border-radius:11px;font-size:16px;}
  body.admin .platform-settings-page .platform-settings-tools h3{font-size:15px!important;}
  body.admin .platform-settings-page .platform-settings-tools p{font-size:10.5px!important;}
  body.admin .platform-settings-page .platform-settings-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:12px;}
  body.admin .platform-settings-page .platform-settings-tool{min-height:40px;border-radius:11px;padding:7px 8px;gap:7px;}
  body.admin .platform-settings-page .platform-settings-tool-label{font-size:10px;}
}

/* PART 333 - Platform settings: remove nested sticky-header conflict and unnecessary shadows.
   Only the actual .admin-top bar may remain sticky. Content section <header> elements scroll normally. */
body.admin .platform-settings-page:hover{
  transform:none!important;
  box-shadow:none!important;
}
body.admin .platform-settings-page,
body.admin .platform-settings-page .platform-settings-hero,
body.admin .platform-settings-page .platform-settings-tools,
body.admin .platform-settings-page .platform-settings-panel,
body.admin .platform-settings-secondary-card{
  box-shadow:none!important;
}
body.admin .platform-settings-page .platform-settings-hero,
body.admin .platform-settings-page .platform-settings-tools-head,
body.admin .platform-settings-page .platform-settings-panel-head{
  position:static!important;
  inset:auto!important;
  z-index:auto!important;
  backdrop-filter:none!important;
}
body.admin .platform-settings-page .platform-settings-tools-head{
  background:transparent!important;
}

/* PART 337 - Platform ANAF observability: one quiet card inside the global ANAF settings panel.
   No sticky behavior and no heavy shadows; details remain readable without duplicating sensitive OAuth data. */
body.admin .platform-settings-page .platform-anaf-log-card{
  grid-column:1/-1!important;
  margin-top:4px;
  padding:16px!important;
  border:1px solid #cfe1f3!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fbfdff 0%,#f5faff 100%)!important;
  box-shadow:none!important;
}
body.admin .platform-settings-page .platform-anaf-log-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid #dbeafe;}
body.admin .platform-settings-page .platform-anaf-log-eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:#e0f2fe;color:#0369a1;padding:4px 8px;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.07em;font-weight:900;}
body.admin .platform-settings-page .platform-anaf-log-card h4{margin:8px 0 5px;color:#0f2d4d;font-size:17px;line-height:1.2;letter-spacing:-.01em;}
body.admin .platform-settings-page .platform-anaf-log-card p{margin:0;color:#58708a;font-size:12px;line-height:1.48;}
body.admin .platform-settings-page .platform-anaf-log-refresh{flex:0 0 auto;min-height:34px!important;padding:7px 11px!important;border-radius:10px!important;}
body.admin .platform-settings-page .platform-anaf-log-stats{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 10px;}
body.admin .platform-settings-page .platform-anaf-log-stats span{display:inline-flex;align-items:center;gap:4px;border:1px solid #dbeafe;border-radius:999px;background:#fff;padding:6px 9px;color:#475569;font-size:11px;font-weight:700;}
body.admin .platform-settings-page .platform-anaf-log-stats span b{color:#0f2d4d;}
body.admin .platform-settings-page .platform-anaf-log-stats span.is-alert{border-color:#fecaca;background:#fff7f7;color:#b42318;}
body.admin .platform-settings-page .platform-anaf-log-stats span.is-alert b{color:#b42318;}
body.admin .platform-settings-page .platform-anaf-log-toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:0 0 12px;}
body.admin .platform-settings-page .platform-anaf-log-scopes{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}
body.admin .platform-settings-page .platform-anaf-log-divider{display:block;width:1px;height:22px;background:#d7e4f1;margin:0 1px;}
body.admin .platform-settings-page .platform-anaf-log-scopes a{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe1f3;border-radius:999px;background:#fff;color:#48637d!important;text-decoration:none!important;padding:7px 10px;font-size:11px;font-weight:800;line-height:1;}
body.admin .platform-settings-page .platform-anaf-log-scopes a:hover{border-color:#7dd3fc;color:#0369a1!important;background:#f0f9ff;}
body.admin .platform-settings-page .platform-anaf-log-scopes a.is-active{border-color:#38bdf8;background:#e0f2fe;color:#075985!important;}
body.admin .platform-settings-page .platform-anaf-log-scopes a.is-active.is-alert{border-color:#fca5a5;background:#fef2f2;color:#b42318!important;}
body.admin .platform-settings-page .platform-anaf-log-store-filter{display:grid!important;grid-template-columns:auto minmax(180px,280px)!important;align-items:center;gap:8px;margin:0!important;color:#48637d!important;font-size:11px!important;font-weight:800!important;}
body.admin .platform-settings-page .platform-anaf-log-store-filter select{min-height:36px!important;height:36px!important;margin:0!important;padding:7px 30px 7px 9px!important;border:1px solid #cfe1f3!important;border-radius:10px!important;background:#fff!important;color:#1f3a55!important;font-size:11px!important;}
body.admin .platform-settings-page .platform-anaf-log-empty{display:grid;gap:4px;border:1px dashed #bfdbfe;border-radius:13px;background:#fff;padding:13px 14px;color:#58708a;font-size:12px;line-height:1.48;}
body.admin .platform-settings-page .platform-anaf-log-empty b{color:#0f2d4d;}
body.admin .platform-settings-page .platform-anaf-log-list{display:grid;gap:8px;}
body.admin .platform-settings-page .platform-anaf-log-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;border:1px solid #dce9f5;border-radius:13px;background:#fff;padding:11px 12px;}
body.admin .platform-settings-page .platform-anaf-log-row.has-error{border-color:#fecaca;background:#fffafa;}
body.admin .platform-settings-page .platform-anaf-log-row-main{min-width:0;}
body.admin .platform-settings-page .platform-anaf-log-row-title{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}
body.admin .platform-settings-page .platform-anaf-log-row-title strong{color:#163b5f;font-size:12px;line-height:1.25;}
body.admin .platform-settings-page .platform-anaf-log-source,
body.admin .platform-settings-page .platform-anaf-log-result{display:inline-flex;align-items:center;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.035em;}
body.admin .platform-settings-page .platform-anaf-log-source{background:#e0f2fe;color:#0369a1;}
body.admin .platform-settings-page .platform-anaf-log-source.is-audit{background:#f1f5f9;color:#475569;}
body.admin .platform-settings-page .platform-anaf-log-result.is-ok{background:#ecfdf3;color:#15803d;}
body.admin .platform-settings-page .platform-anaf-log-result.is-pending{background:#fff7ed;color:#b45309;}
body.admin .platform-settings-page .platform-anaf-log-result.is-error{background:#fef2f2;color:#b42318;}
body.admin .platform-settings-page .platform-anaf-log-row-meta{display:flex;gap:5px 8px;flex-wrap:wrap;margin-top:6px;color:#748aa1;font-size:10px;font-weight:700;line-height:1.35;}
body.admin .platform-settings-page .platform-anaf-log-row-meta span:not(:last-child)::after{content:'·';margin-left:8px;color:#b7c8d8;}
body.admin .platform-settings-page .platform-anaf-log-message{margin-top:7px!important;overflow-wrap:anywhere;color:#48637d!important;font-size:11px!important;line-height:1.45!important;}
body.admin .platform-settings-page .platform-anaf-log-message.is-error{color:#b42318!important;}
body.admin .platform-settings-page .platform-anaf-log-message.is-muted{color:#7b8da0!important;}
body.admin .platform-settings-page .platform-anaf-log-details{min-width:70px;}
body.admin .platform-settings-page .platform-anaf-log-details summary{cursor:pointer;list-style:none;border:1px solid #cfe1f3;border-radius:9px;background:#f8fbff;color:#0369a1;padding:7px 9px;font-size:10px;font-weight:900;white-space:nowrap;}
body.admin .platform-settings-page .platform-anaf-log-details summary::-webkit-details-marker{display:none;}
body.admin .platform-settings-page .platform-anaf-log-details[open]{grid-column:1/-1;}
body.admin .platform-settings-page .platform-anaf-log-details[open] summary{display:inline-flex;margin-bottom:9px;background:#eaf6ff;}
body.admin .platform-settings-page .platform-anaf-log-details dl{display:grid;grid-template-columns:150px minmax(0,1fr);gap:6px 10px;margin:0 0 10px;padding:10px 11px;border:1px solid #e1edf7;border-radius:11px;background:#fbfdff;}
body.admin .platform-settings-page .platform-anaf-log-details dt{margin:0;color:#59738d;font-size:10px;font-weight:900;}
body.admin .platform-settings-page .platform-anaf-log-details dd{margin:0;overflow-wrap:anywhere;color:#25445f;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.4;}
body.admin .platform-settings-page .platform-anaf-log-details dd.is-danger{color:#b42318;}
body.admin .platform-settings-page .platform-anaf-log-code{margin-top:9px;}
body.admin .platform-settings-page .platform-anaf-log-code b{display:block;margin:0 0 5px;color:#41627f;font-size:10px;font-weight:900;}
body.admin .platform-settings-page .platform-anaf-log-code pre{max-height:260px;margin:0;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid #dbeafe;border-radius:11px;background:#0f2135;color:#dbeafe;padding:10px 11px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;line-height:1.45;}
body.admin .platform-settings-page .platform-anaf-log-footnote{margin-top:10px!important;color:#6b8198!important;font-size:10.5px!important;line-height:1.45!important;}
@media(max-width:760px){
  body.admin .platform-settings-page .platform-anaf-log-card{padding:13px!important;border-radius:14px!important;}
  body.admin .platform-settings-page .platform-anaf-log-head{display:grid;gap:10px;}
  body.admin .platform-settings-page .platform-anaf-log-refresh{width:100%;justify-content:center;}
  body.admin .platform-settings-page .platform-anaf-log-toolbar{display:grid;gap:10px;}
  body.admin .platform-settings-page .platform-anaf-log-store-filter{grid-template-columns:1fr!important;gap:5px;}
  body.admin .platform-settings-page .platform-anaf-log-store-filter select{width:100%;}
  body.admin .platform-settings-page .platform-anaf-log-row{grid-template-columns:1fr;gap:9px;}
  body.admin .platform-settings-page .platform-anaf-log-details{width:100%;}
  body.admin .platform-settings-page .platform-anaf-log-details summary{display:flex;justify-content:center;}
  body.admin .platform-settings-page .platform-anaf-log-details dl{grid-template-columns:1fr;gap:3px;}
  body.admin .platform-settings-page .platform-anaf-log-details dd{margin-bottom:7px;}
}

/* V297.842 — ANAF journals are quiet by default. They open only on user action or an explicit #journal link. */
body.admin .platform-settings-page details.platform-anaf-log-card > summary.platform-anaf-log-disclosure{
  display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;cursor:pointer;
}
body.admin .platform-settings-page details.platform-anaf-log-card > summary.platform-anaf-log-disclosure::-webkit-details-marker{display:none;}
body.admin .platform-settings-page .platform-anaf-log-summary-stats{display:block;margin-top:4px;color:#64748b;font-size:11px;line-height:1.4;}
body.admin .platform-settings-page .platform-anaf-log-summary-stats b{color:#0f2d4d;}
body.admin .platform-settings-page .platform-anaf-log-summary-stats b.is-alert{color:#b42318;}
body.admin .platform-settings-page .platform-anaf-log-toggle{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#0369a1;padding:8px 10px;font-size:11px;font-weight:900;white-space:nowrap;}
body.admin .platform-settings-page .platform-anaf-log-toggle span{transition:transform .18s ease;}
body.admin .platform-settings-page details.platform-anaf-log-card[open] .platform-anaf-log-toggle span{transform:rotate(180deg);}
body.admin .platform-settings-page .platform-anaf-log-content{margin-top:13px;padding-top:13px;border-top:1px solid #dbeafe;}
body.admin .platform-settings-page .platform-anaf-log-head > div{min-width:0;}
@media(max-width:760px){
  body.admin .platform-settings-page details.platform-anaf-log-card > summary.platform-anaf-log-disclosure{align-items:flex-start;}
  body.admin .platform-settings-page .platform-anaf-log-toggle{margin-top:2px;}
}


/* V297.847 — Pixel Manager: real browser activity is separated from local diagnostics. */
.rpm-live-card{margin-top:16px;padding:18px!important;border:1px solid #bfdbfe!important;background:linear-gradient(145deg,#f8fbff 0%,#ffffff 58%,#eff6ff 100%)!important;border-radius:20px!important;box-shadow:none!important}.rpm-live-head{display:flex;gap:18px;justify-content:space-between;align-items:flex-start}.rpm-live-kicker{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:800;letter-spacing:.04em}.rpm-live-head h3{margin:9px 0 5px!important;color:#0f172a!important;font-size:21px!important}.rpm-live-head p{margin:0!important;max-width:760px;color:#64748b!important;line-height:1.45}.rpm-live-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;white-space:nowrap}.rpm-live-bindings{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.rpm-live-bindings>span,.rpm-live-stats>div{display:grid;gap:4px;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:11px 12px;min-width:0}.rpm-live-bindings small,.rpm-live-stats small{font-size:11px;color:#64748b}.rpm-live-bindings b,.rpm-live-stats strong{font-size:13px;color:#0f172a;overflow-wrap:anywhere}.rpm-live-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.rpm-live-note{margin-top:12px;border-radius:13px;background:#eef6ff;color:#334155;border:1px solid #dbeafe;padding:10px 12px;font-size:13px;line-height:1.45}.rpm-live-table-wrap{margin-top:14px;overflow:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.rpm-live-table{width:100%;border-collapse:collapse;min-width:840px}.rpm-live-table th{padding:11px 12px;text-align:left;font-size:11px;letter-spacing:.025em;text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.rpm-live-table td{padding:11px 12px;vertical-align:top;border-bottom:1px solid #edf2f7;font-size:13px;color:#475569;line-height:1.4}.rpm-live-table tr:last-child td{border-bottom:0}.rpm-live-table td b,.rpm-live-table td small{display:block}.rpm-live-table td b{color:#0f172a;font-weight:650}.rpm-live-table td small{margin-top:3px;color:#64748b;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rpm-event-pill,.rpm-status-live,.rpm-runtime-tag{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:750}.rpm-event-pill{background:#dbeafe;color:#1d4ed8}.rpm-status-live{background:#dcfce7;color:#166534}.rpm-runtime-tag{margin-left:5px;background:#f1f5f9;color:#475569}.rpm-live-empty{display:grid;gap:5px;margin-top:14px;border:1px dashed #93c5fd;border-radius:14px;padding:14px;background:#fff;color:#475569}.rpm-live-empty b{color:#0f172a}.rpm-live-empty code{font-size:12px}@media(max-width:980px){.rpm-live-bindings,.rpm-live-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.rpm-live-head{flex-direction:column}.rpm-live-actions{justify-content:flex-start}}@media(max-width:620px){.rpm-live-bindings,.rpm-live-stats{grid-template-columns:1fr}.rpm-live-card{padding:14px!important}.rpm-live-actions{width:100%}.rpm-live-actions .btn{flex:1;text-align:center}}

/* V297.848 — Legal app is the only visible Consent UI for Pixel Manager. */
.rpm-consent-source-card{display:flex;gap:16px;justify-content:space-between;align-items:center;margin:16px 0;padding:17px 18px;border:1px solid #bfdbfe;background:#f0f9ff;border-radius:18px}.rpm-consent-source-card.is-ready{border-color:#bbf7d0;background:#f0fdf4}.rpm-consent-source-card.is-warning{border-color:#fde68a;background:#fffbeb}.rpm-consent-source-card h3{margin:4px 0 6px;font-size:18px}.rpm-consent-source-card p{margin:0;color:#475569;line-height:1.5}.rpm-consent-source-card .btn{flex:0 0 auto}@media(max-width:760px){.rpm-consent-source-card{align-items:flex-start;flex-direction:column}.rpm-consent-source-card .btn{width:100%;text-align:center}}


/* V297.900 - Quick stock workspace: compact parent list, lazy variation accordions, AJAX edits */
.products-admin-head-actions{display:grid;justify-items:end;gap:8px;min-width:min(100%,470px)}
.product-stocks-quick-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-width:0!important;width:max-content!important;background:linear-gradient(135deg,#e7f8ff,#d9f0ff)!important;color:#075985!important;border:1px solid rgba(14,165,233,.32)!important;text-decoration:none!important;box-shadow:0 8px 20px rgba(14,165,233,.10)!important}
.product-stocks-quick-link:hover{transform:translateY(-1px)!important;border-color:rgba(2,132,199,.55)!important;background:linear-gradient(135deg,#d9f0ff,#c8eaff)!important}
.quick-stock-card{display:grid;gap:18px;overflow:visible}
.quick-stock-head{align-items:flex-start!important;margin:0!important}.quick-stock-head h2{margin:0 0 6px!important}.quick-stock-head p{max-width:820px;margin:0!important;line-height:1.55}
.quick-stock-filters{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,220px) minmax(132px,156px) auto;align-items:center;gap:10px;padding:12px;border:1px solid #e1ebf5;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f4f9ff)}
.quick-stock-filters input,.quick-stock-filters select{width:100%;box-sizing:border-box;border:1px solid #cbd8ea;border-radius:12px;background:#fff;color:#0f172a;font:inherit;padding:11px 13px;min-height:42px;outline:none}.quick-stock-filters input:focus,.quick-stock-filters select:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.16)}
.quick-stock-search{display:block}.quick-stock-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.quick-stock-loading{padding:11px 14px;border-radius:14px;border:1px solid #bae6fd;background:#f0f9ff;color:#0369a1;font-weight:700}.quick-stock-loading.is-hidden{display:none}
.quick-stock-list-meta{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;padding:2px 1px;color:#64748b;font-size:13px}.quick-stock-list-meta strong{color:#0f4c81;font-size:14px}.quick-stock-list{display:grid;gap:10px}
.quick-stock-product{border:1px solid #dfe9f4;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.035)}.quick-stock-product:hover{border-color:#c5d9ec}
.quick-stock-product-core{display:grid;grid-template-columns:52px minmax(240px,1fr) minmax(140px,170px) auto;align-items:center;gap:14px;padding:12px 14px}.quick-stock-thumb{width:52px;height:52px;border-radius:13px;border:1px solid #e3edf5;background:#f8fbff;overflow:hidden;display:grid;place-items:center}.quick-stock-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.quick-stock-product-copy{min-width:0}.quick-stock-name-line{display:flex;align-items:center;gap:8px;min-width:0}.quick-stock-name-line h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0b1d34;font-size:15px;line-height:1.25}.quick-stock-draft{display:inline-flex;border:1px solid #fde68a;background:#fffbeb;color:#a16207;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.quick-stock-product-meta{display:flex;flex-wrap:wrap;gap:4px 12px;color:#64748b;font-size:12px;margin-top:6px}.quick-stock-product-meta b{color:#334155}
.quick-stock-summary{display:grid;gap:1px;justify-items:end;text-align:right}.quick-stock-summary-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.055em;color:#64748b}.quick-stock-summary strong{font-size:23px;line-height:1;color:#0f172a}.quick-stock-summary small{font-size:11px;color:#64748b;white-space:nowrap}.quick-stock-summary small b{color:#334155}.quick-stock-summary.is-out strong{color:#dc2626}.quick-stock-summary.is-low strong{color:#d97706}.quick-stock-summary.is-good strong{color:#15803d}.quick-stock-hidden-reserved{display:none}
.quick-stock-toggle{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #c9dff0;border-radius:12px;background:#f4faff;color:#075985;font:inherit;font-size:12px;font-weight:800;padding:9px 11px;cursor:pointer;white-space:nowrap}.quick-stock-toggle b{font-size:11px;color:#0369a1}.quick-stock-toggle i{font-style:normal;font-size:15px;line-height:1;transition:transform .18s ease}.quick-stock-toggle[aria-expanded="true"] i{transform:rotate(180deg)}.quick-stock-toggle:hover{background:#e5f5ff;border-color:#7dd3fc}
.quick-stock-controls{display:grid;grid-template-columns:30px 54px 30px;align-items:center;justify-content:end;gap:5px;position:relative}.quick-stock-controls button{width:30px;height:34px;border:1px solid #bdd8ed;border-radius:10px;background:#f8fbff;color:#075985;font:inherit;font-size:18px;line-height:1;cursor:pointer}.quick-stock-controls button:hover{background:#e0f5ff;border-color:#7dd3fc}.quick-stock-controls input{width:54px;height:34px;padding:0 4px;box-sizing:border-box;text-align:center;border:1px solid #bdd8ed;border-radius:10px;background:#fff;color:#0f172a;font:inherit;font-weight:800;outline:none}.quick-stock-controls input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.15)}.quick-stock-controls.is-saving{opacity:.65;pointer-events:none}.quick-stock-row-status{position:absolute;right:0;top:calc(100% + 3px);font-size:10px;font-weight:800;white-space:nowrap;min-height:12px}.quick-stock-row-status.is-ok{color:#15803d}.quick-stock-row-status.is-error{color:#b91c1c}.quick-stock-row-status.is-saving{color:#0369a1}
.quick-stock-accordion{border-top:1px solid #e2edf6;background:linear-gradient(180deg,#fbfdff,#f5faff);padding:12px 14px 14px}.quick-stock-accordion[hidden]{display:none}.quick-stock-accordion.is-loading{min-height:70px;display:grid;place-items:center;color:#0369a1;font-size:13px;font-weight:800}.quick-stock-variations-head,.quick-stock-variation{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(130px,.9fr) minmax(150px,.9fr);align-items:center;gap:16px}.quick-stock-variations-head{padding:0 8px 7px;color:#64748b;font-size:10px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.quick-stock-variations-list{display:grid;gap:7px}.quick-stock-variation{padding:10px 8px;border:1px solid #e0ebf5;border-radius:13px;background:#fff}.quick-stock-variation.is-inactive{background:#f8fafc;opacity:.72}.quick-stock-variation-label{display:grid;gap:3px;min-width:0}.quick-stock-variation-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#172033;font-size:13px}.quick-stock-variation-label small{color:#64748b;font-size:11px}.quick-stock-variation-label small b{color:#334155}.quick-stock-variation-sku{color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-stock-variation .quick-stock-controls{justify-content:start}.quick-stock-empty{display:grid;gap:4px;text-align:center;border:1px dashed #bfdbfe;border-radius:17px;background:#f8fbff;padding:28px 18px;color:#64748b}.quick-stock-empty strong{color:#0f4c81}.quick-stock-empty.compact{padding:15px;font-size:13px}
.quick-stock-pagination{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;padding-top:4px}.quick-stock-pagination a,.quick-stock-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:10px;font-weight:800;text-decoration:none;font-size:13px}.quick-stock-pagination a{border:1px solid #cfe0ef;background:#fff;color:#075985}.quick-stock-pagination a:hover{background:#e8f7ff;border-color:#7dd3fc}.quick-stock-pagination a.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.quick-stock-pagination a.is-disabled{pointer-events:none;opacity:.45}
@media(max-width:980px){.products-admin-head-actions{width:100%;justify-items:stretch}.products-admin-head-actions .admin-search-form{width:100%}.product-stocks-quick-link{justify-self:end}.quick-stock-filters{grid-template-columns:1fr 1fr}.quick-stock-filters .quick-stock-search{grid-column:1/-1}.quick-stock-product-core{grid-template-columns:52px minmax(0,1fr) auto}.quick-stock-summary{grid-column:2;justify-items:start;text-align:left}.quick-stock-toggle,.quick-stock-controls{grid-column:3;grid-row:1/3}.quick-stock-variations-head,.quick-stock-variation{grid-template-columns:minmax(180px,1fr) minmax(110px,.7fr) minmax(150px,.8fr)}}
@media(max-width:680px){.quick-stock-head{display:grid!important;gap:12px}.quick-stock-head .btn{justify-self:start}.quick-stock-filters{grid-template-columns:1fr}.quick-stock-filters .quick-stock-search{grid-column:auto}.quick-stock-filters button{width:100%}.quick-stock-product-core{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:11px}.quick-stock-thumb{width:48px;height:48px}.quick-stock-summary{grid-column:2;grid-row:2;justify-items:start;text-align:left}.quick-stock-toggle,.quick-stock-controls{grid-column:1/-1;grid-row:auto;justify-self:stretch}.quick-stock-toggle{width:100%}.quick-stock-controls{justify-content:start}.quick-stock-accordion{padding:11px}.quick-stock-variations-head{display:none}.quick-stock-variation{grid-template-columns:1fr;gap:8px;padding:11px}.quick-stock-variation-sku{order:2}.quick-stock-variation .quick-stock-controls{order:3}.product-stocks-quick-link{width:100%!important;justify-content:center!important}}
/* V297.910 — Products mobile toolbar: prevent the quick-stocks link from inheriting the desktop grid width. */
@media(max-width:700px){.products-admin-head{display:block!important;width:100%!important}.products-admin-head>div:first-child{margin-bottom:14px}.products-admin-head-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-items:stretch!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:none!important}.products-admin-head-actions .admin-search-form{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:none!important}.products-admin-head-actions .admin-search-form input,.products-admin-head-actions .admin-search-form button,.products-admin-head-actions .product-stocks-quick-link{box-sizing:border-box!important;display:flex!important;align-self:stretch!important;justify-self:stretch!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important}.products-admin-head-actions .admin-search-form input{height:44px!important}.products-admin-head-actions .admin-search-form button,.products-admin-head-actions .product-stocks-quick-link{min-height:42px!important;justify-content:center!important}}

/* V297.903 - Quick stock alignment: separate stock summary from variation/action lane */
@media (min-width:981px){
  .quick-stock-product-core{
    grid-template-columns:52px minmax(240px,1fr) minmax(158px,190px) minmax(172px,204px);
    column-gap:24px;
  }
  .quick-stock-summary{
    width:100%;
    min-height:50px;
    box-sizing:border-box;
    padding-right:20px;
    border-right:1px solid #e0ebf5;
  }
  .quick-stock-toggle,
  .quick-stock-controls{
    min-width:150px;
    justify-self:end;
  }
  .quick-stock-toggle{
    justify-content:center;
  }
  .quick-stock-controls{
    grid-template-columns:34px 58px 34px;
    gap:7px;
  }
  .quick-stock-controls button{
    width:34px;
  }
  .quick-stock-controls input{
    width:58px;
  }
}



/* V297.922: categorii multiple produse, fără să afecteze selectorii generali. */
.product-category-multi-field select[data-product-category-select]{
  min-height:146px!important;
  padding:8px!important;
  line-height:1.45!important;
}
.product-category-multi-field select[data-product-category-select] option{padding:5px 8px!important;}
.product-category-multi-field small{display:block;margin-top:7px;line-height:1.35;}
.product-edit-modal .product-category-multi-field{min-width:0;}
@media(max-width:760px){.product-category-multi-field select[data-product-category-select]{min-height:128px!important;}}

