:root{
  --bg:#f4eee8;--panel:#fffaf6;--card:#fffdfb;--ink:#5c4034;--muted:#8d7061;--line:#e3d2c6;--accent:#b88973;--accent-dark:#8f634f;--good:#4c8a67;--warn:#c08a31;--danger:#b6534c;--info:#577c9d;--shadow:0 16px 42px rgba(69,43,31,.08);--radius:20px;--sidebar:278px
}
*{box-sizing:border-box}
.layout-slot .layout-slot-badge{left:8px;right:auto;top:30px;bottom:auto;z-index:3}.category-product-card{position:relative}.category-product-card>div:last-child{min-width:0}.category-product-card>div:last-child>strong{font-size:var(--cp-card-name-size,10px)}.category-product-card .category-product-meta{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0;margin-top:2px}.category-product-card .category-product-meta em{font-size:var(--cp-card-sku-size,8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.category-product-card .category-product-meta b{margin-left:auto;display:inline-flex;align-items:center;gap:3px;font-size:var(--cp-card-price-size,10px);font-style:normal;line-height:1;white-space:nowrap}.category-product-card .category-product-meta b small{font-size:1em;font-weight:900}.category-product-card .category-product-meta b.promo i{opacity:.42;text-decoration:line-through;font-style:normal;font-size:.78em}.category-product-card .category-product-meta b.promo small{background:var(--cp-accent);color:#fff;border-radius:999px;padding:2px 5px}.category-product-card .category-card-badge{position:absolute;left:7px;top:7px;z-index:3;margin-top:0;box-shadow:0 4px 10px rgba(68,43,30,.16)}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(135deg,#f8f1ea,#eaded4);min-height:100vh}
a{color:inherit}button,input,select{font:inherit}
.app{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;overflow:auto;background:rgba(255,250,246,.86);border-right:1px solid var(--line);padding:22px 16px}
.brand{display:flex;gap:12px;align-items:center;margin-bottom:22px;padding:10px}.logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#caa08e,#8e614d);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:22px;box-shadow:var(--shadow)}.brand strong{display:block;font-family:Georgia,serif;font-size:20px}.brand span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.nav-title{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:#ae8d7d;margin:18px 12px 8px}.nav a{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--muted);padding:11px 12px;border-radius:14px;margin:3px 0;font-size:14px}.nav a.active,.nav a:hover{background:#fff;color:var(--ink);box-shadow:0 8px 18px rgba(69,43,31,.05)}.dot{width:8px;height:8px;border-radius:999px;background:#ccb1a1}.active .dot{background:var(--accent)}
.access-session{margin:18px 10px 0;padding:12px;border:1px solid var(--line);border-radius:16px;background:#fffdfb;color:var(--muted);font-size:12px}.access-session strong{display:block;color:var(--ink);font-size:13px;margin-bottom:4px}.access-session span{display:block;line-height:1.35}
.main{padding:24px;min-width:0}.top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:1.7px;color:var(--accent-dark);font-weight:800}.top h1{font-family:Georgia,serif;font-size:38px;margin:6px 0 8px}.top p{margin:0;color:var(--muted);line-height:1.55;max-width:880px}.actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.btn{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 15px;box-shadow:0 8px 18px rgba(69,43,31,.05);display:inline-flex;align-items:center;gap:8px;text-decoration:none;white-space:nowrap;cursor:pointer}.btn.primary{background:var(--accent);border-color:var(--accent);color:white}.btn.dark{background:var(--ink);border-color:var(--ink);color:#fff}.btn.warn{background:#fff6df;color:#835719}.btn.danger{background:#fff0ee;color:#934239}.btn.small{padding:7px 10px;font-size:12px}
.notice{border:1px solid #ecd08c;background:#fff6df;color:#7b581c;border-radius:16px;padding:12px 14px;margin-bottom:16px}
body.sync-lock{overflow:hidden}.sync-progress-overlay{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:22px;background:rgba(48,34,27,.58);backdrop-filter:blur(3px)}.sync-progress-overlay.open{display:flex}.sync-progress-card{width:min(470px,100%);background:#fffdfb;border:1px solid var(--line);border-radius:22px;box-shadow:0 28px 90px rgba(40,25,18,.26);padding:24px}.sync-progress-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.sync-progress-head strong{display:block;font-size:22px}.sync-progress-head span{display:block;color:var(--muted);line-height:1.45;margin-top:6px}.sync-progress-head b{font-size:42px;line-height:1;color:var(--accent-dark);white-space:nowrap}.sync-progress-bar{height:14px;border-radius:999px;background:#f1e2d8;border:1px solid #e0cabb;overflow:hidden;margin:22px 0 12px}.sync-progress-bar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),var(--good));border-radius:inherit;transition:width .25s ease}.sync-progress-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px}.sync-progress-meta span:first-child{color:var(--ink);font-weight:800}.sync-progress-overlay.done .sync-progress-bar i{background:var(--good)}.sync-progress-overlay.error .sync-progress-bar i{background:var(--danger)}.sync-progress-overlay.error .sync-progress-head b{color:var(--danger)}
.metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:18px 0}.metric{background:rgba(255,253,251,.86);border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.metric label{display:block;color:var(--muted);font-size:12px;margin-bottom:10px}.metric strong{display:block;font-size:25px;margin-bottom:5px}.metric span{font-size:12px;color:var(--muted)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.panel{background:rgba(255,253,251,.88);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin-bottom:16px;min-width:0}.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.panel h2{font-size:23px;margin:0}.panel p{color:var(--muted);line-height:1.5;margin:5px 0 0}
.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;border:1px solid transparent}.badge.good{background:#edf7f0;color:var(--good)}.badge.warn{background:#fff6df;color:var(--warn)}.badge.danger{background:#fff0ee;color:var(--danger)}.badge.info{background:#edf5fb;color:var(--info)}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}table{width:100%;min-width:960px;border-collapse:separate;border-spacing:0}th,td{padding:12px;text-align:left;border-bottom:1px solid #eee2da;vertical-align:middle;font-size:14px}th{position:sticky;top:0;background:#fbf4ee;color:#725749;font-size:12px;text-transform:uppercase;letter-spacing:.06em}tr:last-child td{border-bottom:0}.thumb{width:54px;height:54px;border-radius:14px;background:#ead8cb;overflow:hidden;display:grid;place-items:center;color:#967666;font-size:11px;text-align:center}.thumb img{width:100%;height:100%;object-fit:cover}.tags{display:flex;flex-wrap:wrap;gap:5px}.tag{border:1px solid #e5d4ca;background:#fff8f3;border-radius:999px;padding:4px 7px;font-size:11px;color:#775c50}
.filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:14px}.field label{display:block;font-size:12px;color:var(--muted);font-weight:800;margin:0 0 6px 3px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:#fff;padding:10px;color:var(--ink)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mini-card{border:1px solid #eadbd0;background:#fff;border-radius:16px;padding:14px}.mini-card strong{display:block;margin-bottom:6px}.mini-card span{color:var(--muted);font-size:13px;line-height:1.4}
.auth-page{background:linear-gradient(135deg,#f8f1ea,#e6d9cf);min-height:100vh}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(520px,100%);background:rgba(255,253,251,.94);border:1px solid var(--line);border-radius:24px;box-shadow:0 26px 80px rgba(69,43,31,.16);padding:28px}.auth-brand{margin:0 0 22px;padding:0}.auth-card h1{font-family:Georgia,serif;font-size:36px;margin:8px 0}.auth-card p{color:var(--muted);line-height:1.55;margin:0 0 18px}.auth-form{display:grid;gap:13px}.auth-two,.access-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-submit{justify-content:center;margin-top:4px}.auth-foot{margin-top:16px;border-top:1px solid var(--line);padding-top:13px;color:var(--muted);font-size:12px}.auth-notice{margin:0 0 16px}.access-check{display:flex;gap:9px;align-items:flex-start;color:var(--muted);font-size:13px;line-height:1.4}.access-check input{width:auto;margin-top:2px}.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.access-form{display:grid;gap:13px}.access-db-card{border:1px solid #d7e0ea;background:#f8fbff;border-radius:16px;padding:14px;margin-bottom:14px}.access-db-card strong{display:block;margin-bottom:5px}.access-db-card span{display:block;color:var(--muted);font-size:13px;line-height:1.45}.access-user-list{display:grid;gap:12px}.access-user-card{border:1px solid #eadbd0;background:#fff;border-radius:16px;padding:14px;display:grid;gap:12px}.access-user-title{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.access-user-title strong{display:block}.access-user-title span{display:block;color:var(--muted);font-size:13px;margin-top:3px}.access-user-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.access-user-meta{color:var(--muted);font-size:12px;line-height:1.4}.access-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.workspace{display:grid;grid-template-columns:360px 1fr;gap:16px}.a4-stage{background:#e9ddd3;border:1px solid var(--line);border-radius:20px;padding:18px;overflow:auto;display:grid;place-items:start center}.a4{width:420px;min-height:594px;background:#fffaf7;border:1px solid #d9c7bb;box-shadow:0 18px 40px rgba(69,43,31,.16);position:relative;padding:28px;overflow:hidden}.a4 h2{font-family:Georgia,serif;font-size:34px;margin:80px 0 8px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.preview-product{background:#fff;border:1px solid #e7d8ce;border-radius:16px;padding:9px}.preview-product .img{height:90px;border-radius:12px;background:linear-gradient(135deg,#d9c4b8,#f1e8e1);margin-bottom:8px}.preview-product strong{font-size:12px}.preview-product span{display:block;color:var(--muted);font-size:10px;margin-top:4px}
@media(max-width:1200px){.metrics{grid-template-columns:repeat(3,1fr)}.grid-2,.workspace,.access-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:repeat(2,1fr)}.app{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.nav{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.access-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.main{padding:16px}.top{flex-direction:column}.metrics,.cards,.filters,.auth-two,.access-two,.access-user-fields{grid-template-columns:1fr}.nav{grid-template-columns:1fr}.a4{width:300px;min-height:424px}.top h1{font-size:31px}.auth-card{padding:22px}.access-metrics{grid-template-columns:1fr}}

.layout-notice{background:#fffdfb;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px 18px;margin-bottom:18px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}
.layout-notice.compact{box-shadow:none;margin-bottom:14px}.layout-notice strong{display:block}.layout-notice p{margin:3px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.layout-health{width:45px;height:45px;border-radius:16px;background:#f3e3da;display:grid;place-items:center;font-weight:900;color:var(--accent-dark)}
.pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;border:1px solid #e4d1c4;background:#fff;color:var(--muted);white-space:nowrap}.pill.success{border-color:#c9ddc1;background:#f2f8ef;color:#57784d}.pill.warning{border-color:#f1d5a4;background:#fff8e8;color:#9a6a16}.pill.danger{border-color:#e6bbb8;background:#fff0ef;color:#97433d}.pill.info{border-color:#cbd4e6;background:#f3f6ff;color:#53698b}.pill.dark{background:#6b4a3d;color:#fff;border-color:#6b4a3d}
.layout-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.layout-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.layout-tab{border:1px solid var(--line);background:#fffaf6;color:var(--muted);padding:11px 14px;border-radius:999px;cursor:pointer}.layout-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.layout-builder-grid{display:grid;grid-template-columns:360px minmax(560px,1fr) 390px;gap:18px;align-items:start}.layout-usage-grid{display:grid;grid-template-columns:minmax(560px,1fr) 390px;gap:18px;align-items:start}
.layout-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;min-width:0}.layout-card-head{padding:16px 18px;border-bottom:1px solid #eadbd0;background:linear-gradient(180deg,#fffdfb,#faf1ea);display:flex;justify-content:space-between;align-items:center;gap:12px}.layout-card-head h2{margin:0;font-size:19px}.layout-card-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.layout-card-body{padding:18px}
.layout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.layout-form-grid.single,.layout-form-grid.editor{margin-top:16px}.field.full{grid-column:1/-1}.field small{color:var(--muted);font-size:12px;line-height:1.35}.field textarea{min-height:84px;resize:vertical}
.layout-switch-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #efe1d7;gap:12px}.layout-switch{position:relative;width:46px;height:25px;background:#d9c8bd;border-radius:999px;transition:.2s;border:0;cursor:pointer}.layout-switch:before{content:"";position:absolute;width:19px;height:19px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s;box-shadow:0 3px 8px rgba(0,0,0,.14)}.layout-switch.on{background:var(--accent)}.layout-switch.on:before{transform:translateX(21px)}.layout-local-actions{margin-top:16px;justify-content:flex-start}
.layout-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.layout-a4-stage{background:#f6eee7;border:1px solid #e8d8cd;border-radius:24px;padding:14px;display:flex;justify-content:center;align-items:flex-start;min-height:720px;overflow:auto}.layout-a4-page{width:min(100%,420px);aspect-ratio:210/297;background:#fffaf6;border:1px solid #dbc8ba;border-radius:16px;box-shadow:0 22px 50px rgba(68,43,30,.14);padding:18px;padding-left:var(--layout-margin-sides-preview,18px);padding-right:var(--layout-margin-sides-preview,18px);position:relative;display:flex;flex-direction:column;gap:10px;background-image:radial-gradient(circle at 16% 12%,rgba(185,135,112,.18),transparent 26%),radial-gradient(circle at 88% 94%,rgba(91,64,52,.12),transparent 30%)}
.layout-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;border-bottom:1px dashed #dbc8ba;padding-bottom:8px}.layout-page-title{font-family:Georgia,serif;font-size:24px}.layout-page-sub{font-size:11px;color:var(--muted);margin-top:3px}.layout-page-grid{flex:1;display:grid;gap:var(--layout-gap,6px);grid-template-columns:repeat(var(--layout-cols,4),1fr);grid-template-rows:repeat(var(--layout-rows,3),1fr);margin-top:var(--layout-margin-top-preview,0);margin-bottom:var(--layout-margin-bottom-preview,0);position:relative}.layout-page-grid.show-grid{background-image:linear-gradient(to right,rgba(91,64,52,.12) 1px,transparent 1px),linear-gradient(to bottom,rgba(91,64,52,.12) 1px,transparent 1px);background-size:calc(100% / var(--layout-cols,4)) calc(100% / var(--layout-rows,3))}
.layout-slot{border:1px solid rgba(103,75,61,.16);border-radius:14px;background:rgba(255,255,255,.72);display:flex;flex-direction:column;justify-content:space-between;min-width:0;min-height:0;overflow:hidden;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);cursor:pointer}.layout-slot.selected{outline:3px solid rgba(185,135,112,.35);border-color:#a97862}.layout-slot.hero{background:#cab4a6}.layout-slot.large{background:#d8c4b7}.layout-slot.medium{background:#e5d7cd}.layout-slot.small{background:#f2ebe5}.layout-slot-top{display:flex;justify-content:space-between;gap:4px;padding:7px}.layout-slot-number{font-weight:800;font-size:14px}.layout-slot-kind{font-size:9px;text-transform:uppercase;letter-spacing:.08em;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.35);padding:3px 6px;border-radius:999px;white-space:nowrap}.layout-slot-img{width:min(88%,88px);aspect-ratio:1/1;align-self:center;border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(121,91,76,.14));flex:0 0 auto}.layout-slot.large .layout-slot-img{width:min(88%,116px)}.layout-slot.hero .layout-slot-img{width:min(88%,140px)}.layout-slot.small .layout-slot-img{width:min(88%,62px)}.layout-slot-copy{padding:5px 7px 7px;font-size:10px;line-height:1.2}.layout-slot-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.layout-slot-copy span{display:block;color:#71594e;margin-top:2px}.layout-slot-badge{position:absolute;right:6px;bottom:6px;font-size:8px;background:#6b4a3d;color:#fff;border-radius:999px;padding:3px 5px}
.layout-slot-copy strong{font-size:var(--slot-name-size,10px)}.layout-slot-meta{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0;margin-top:3px}.layout-slot-meta span{display:inline-flex;margin-top:0}.layout-slot-sku{color:#71594e;font-size:var(--slot-sku-size,9px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.layout-slot-price{margin-left:auto;color:#6b4a3d;font-size:var(--slot-price-size,10px);font-weight:900;white-space:nowrap}.layout-slot-price.promo{align-items:center;gap:3px}.layout-slot-price.promo>span:last-child{background:#6b4a3d;color:#fff;border-radius:999px;padding:2px 5px}.layout-slot-price-old{opacity:.42;text-decoration:line-through;font-size:.78em}
.layout-slot-meta .layout-slot-price{color:#6b4a3d;font-size:var(--slot-price-size,10px)}
.layout-cards-list{display:grid;gap:10px;max-height:360px;overflow:auto;padding-right:2px}.layout-card-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px;border:1px solid #ead8cc;background:#fff;border-radius:16px;cursor:pointer}.layout-card-row.active{border-color:#ba8a72;box-shadow:0 0 0 3px rgba(185,135,112,.16)}.layout-card-index{width:34px;height:34px;border-radius:12px;background:#f1e4da;display:grid;place-items:center;font-weight:800}.layout-card-row strong{display:block;font-size:14px}.layout-card-row span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.layout-card-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.layout-card-row-actions .pill{margin-right:2px}.layout-card-toggles{margin-top:12px}
.layout-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.layout-library-card{border:1px solid #ead8cc;background:#fff;border-radius:20px;padding:14px;display:grid;gap:12px;transition:.2s}.layout-library-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(68,43,30,.08)}.layout-library-title{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.layout-library-title strong{font-size:16px}.layout-library-title span{display:block;color:var(--muted);font-size:12px;margin-top:2px}.layout-mini-page{aspect-ratio:210/297;background:#f8f1eb;border:1px solid #e4d2c6;border-radius:12px;padding:5px;display:grid;gap:4px}.layout-mini-slot{border-radius:8px;background:#dfcfc3;border:1px solid rgba(103,75,61,.08);display:grid;place-items:center;font-size:10px;color:#765d52}
.layout-alert-list{display:grid;gap:10px}.layout-alert{border:1px solid #ead8cc;background:#fff;border-radius:16px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.layout-alert-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#fbefe7}.layout-alert.warning .layout-alert-icon{background:#fff3d8}.layout-alert.danger .layout-alert-icon{background:#ffe4e2}.layout-alert.success .layout-alert-icon{background:#eef8eb}.layout-alert strong{display:block}.layout-alert span{font-size:12px;color:var(--muted)}.layout-rule-actions{display:flex;gap:6px;flex-wrap:wrap}.layout-empty-row{color:var(--muted);text-align:center;padding:22px}
.layout-library-tools{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px;flex-wrap:wrap}.layout-library-tools .field{width:min(430px,100%);margin:0}.layout-empty-state{grid-column:1/-1;border:1px dashed #d9c3b6;background:#fffaf7;border-radius:18px;padding:24px;text-align:center;color:var(--muted)}.layout-empty-state strong{display:block;color:var(--ink);margin-bottom:5px}.layout-empty-state span{font-size:13px}
.layout-modal{position:fixed;inset:0;background:rgba(45,29,21,.42);display:none;align-items:center;justify-content:center;padding:24px;z-index:50}.layout-modal.open{display:flex}.layout-modal-card{width:min(780px,100%);max-height:88vh;overflow:auto;background:#fffaf6;border:1px solid var(--line);border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.22)}.layout-modal-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.layout-modal-head h2{margin:0;font-size:20px}.layout-modal-head button{border:0;background:transparent;font-size:20px;cursor:pointer}.layout-modal-body{padding:20px}.layout-modal-actions{padding:16px 20px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}
@media(max-width:1400px){.layout-builder-grid{grid-template-columns:1fr}.layout-a4-stage{min-height:auto}.layout-library-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1180px){.layout-usage-grid{grid-template-columns:1fr}.layout-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.layout-notice{grid-template-columns:1fr}.layout-metrics,.layout-form-grid,.layout-library-grid{grid-template-columns:1fr}.layout-a4-page{width:100%}}

.hidden{display:none!important}.category-profile-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0}.category-profile-layout{display:grid;grid-template-columns:330px minmax(560px,1fr) 400px;gap:18px;align-items:start}.category-profile-panel{background:rgba(255,253,251,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;min-width:0}.category-profile-panel-head{padding:16px 18px;border-bottom:1px solid #eadbd0;background:linear-gradient(180deg,#fffdfb,#faf1ea);display:flex;justify-content:space-between;align-items:center;gap:12px}.category-profile-panel-head h2{font-size:18px;margin:0}.category-profile-panel-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.category-profile-panel-body{padding:18px}.category-profile-search{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:11px 12px;color:var(--ink);outline:none;margin-bottom:12px}.category-profile-tree{display:grid;gap:9px;max-height:690px;overflow:auto;padding-right:2px}.category-tree-group{border:1px solid #eadbd0;background:#fff;border-radius:16px;overflow:hidden}.category-tree-children{padding:0 8px 8px}.category-tree-button{width:100%;border:0;background:#fff;text-align:left;padding:12px;display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--ink);cursor:pointer}.category-tree-button:hover,.category-tree-button.selected{background:#f2e5dc}.category-tree-button.global{border:1px solid #eadbd0;border-radius:16px}.category-tree-button.category{background:#f8eee6;font-weight:800;text-transform:uppercase;letter-spacing:.7px;font-size:12px;color:var(--accent-dark);border-bottom:1px solid #eadbd0}.category-tree-button.child{padding-left:26px;font-size:13px;border-radius:12px;margin-top:6px}.category-tree-button.child span:first-child:before{content:"↳";margin-right:6px;color:var(--accent-dark)}
.category-profile-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:12px 12px 0;background:#fffaf6}.category-profile-tab{border:1px solid var(--line);background:#fff;color:var(--muted);padding:9px 12px;border-radius:999px;font-size:13px;font-weight:800;cursor:pointer}.category-profile-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.category-section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.category-section-title h2{margin:0;font-size:19px}.category-section-title p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.category-section-spaced{border-top:1px solid #eadbd0;padding-top:18px;margin-top:18px}.category-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.category-form-grid.one{grid-template-columns:1fr}.category-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.category-switch-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #eadbd0;background:#fff;border-radius:16px;padding:12px}.category-switch-row strong{display:block}.category-switch-row small{display:block;color:var(--muted);margin-top:3px}.category-switch{width:48px;height:27px;position:relative;display:inline-block;flex:none}.category-switch input{display:none}.category-switch span{position:absolute;inset:0;background:#d8c5b7;border-radius:999px;transition:.2s}.category-switch span:before{content:"";position:absolute;width:21px;height:21px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 5px rgba(0,0,0,.18)}.category-switch input:checked+span{background:var(--accent-dark)}.category-switch input:checked+span:before{transform:translateX(21px)}.category-filebox{border:1px dashed #cfb4a5;background:#fff;border-radius:16px;padding:13px;display:grid;gap:8px}.category-filebox span{color:var(--muted);font-size:12px;line-height:1.4}.category-priority{display:grid;gap:8px}.category-priority div{display:flex;gap:10px;align-items:center;border:1px solid #eadbd0;border-radius:14px;background:#fff;padding:10px;font-size:13px}.category-priority b{width:24px;height:24px;display:grid;place-items:center;background:#f1e5dc;color:var(--accent-dark);border-radius:50%;flex:none}.category-profile-list{display:grid;gap:10px;margin-top:16px}.category-profile-line{border:1px solid #eadbd0;background:#fff;border-radius:16px;padding:12px}.category-profile-line.active{border-color:#bd937e;box-shadow:0 0 0 3px rgba(184,138,116,.13)}.category-profile-line strong{display:block}.category-profile-line span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.category-notice{display:flex;gap:10px;align-items:flex-start;border:1px solid #d3e1cb;border-radius:16px;padding:12px;background:#f7fbf4;margin-top:18px}.category-notice-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;flex:none;background:#e3f3e9;color:#3f7657;font-size:11px;font-weight:900}.category-notice strong{display:block}.category-notice p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.4}
.category-profile-preview-panel{position:sticky;top:20px}.category-preview-tools{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.category-a4-wrap{background:#efe2d8;border:1px solid var(--line);border-radius:20px;padding:13px}.category-a4{--cp-bg:#fff3eb;--cp-accent:#8f614f;--cp-title-color:#573c31;--cp-text-color:#8d7062;--cp-title-font:Georgia,serif;--cp-text-font:Inter,Arial,sans-serif;--cp-title-size:28px;--cp-text-size:12px;aspect-ratio:210/297;width:100%;background-color:var(--cp-bg);background-size:cover;background-position:center;border:1px solid #dfcabe;border-radius:14px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);font-family:var(--cp-text-font)}.category-a4:before{content:"";position:absolute;inset:8px;border:1px solid rgba(143,97,79,.18);border-radius:12px;pointer-events:none;z-index:2}.category-a4-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 15%,rgba(184,138,116,.26),transparent 28%),radial-gradient(circle at 82% 8%,rgba(87,121,157,.14),transparent 25%);opacity:.9;pointer-events:none}.category-a4-header{position:relative;z-index:1;display:flex;justify-content:space-between;gap:10px;align-items:center;padding:17px 18px 10px;background:rgba(255,255,255,.50);border-bottom:1px solid rgba(227,210,198,.7)}.category-a4-header h2{margin:0;font-family:var(--cp-title-font);font-size:var(--cp-title-size);color:var(--cp-title-color);line-height:1.05}.category-a4-header p{font-size:var(--cp-text-size);color:var(--cp-text-color);margin:3px 0 0}.category-a4-main{position:relative;z-index:1;padding:12px 15px;display:flex;flex-direction:column;gap:9px;min-height:0}.category-cover{min-height:96px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(227,210,198,.75);display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;background-size:cover;background-position:center}.category-cover strong{font-family:var(--cp-title-font);font-size:22px;color:var(--cp-title-color)}.category-cover span{display:block;font-size:12px;color:var(--cp-text-color);margin-top:4px}.category-cover.has-image{min-height:132px;position:relative;overflow:hidden;color:#fff}.category-cover.has-image:before{content:"";position:absolute;inset:0;background:rgba(67,42,31,var(--cp-cover-overlay,.35));z-index:0}.category-cover.has-image>div{position:relative;z-index:1}.category-cover.has-image strong,.category-cover.has-image span{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.24)}.category-ranking{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:7px;border-radius:13px;background:rgba(255,255,255,.72);border:1px solid rgba(227,210,198,.75)}.category-rank{font-size:9px;text-align:center;color:var(--cp-text-color);overflow:hidden;text-overflow:ellipsis}.category-rank strong{display:block;color:var(--cp-accent);font-size:11px}.category-products-grid{display:grid;gap:7px;flex:1;min-height:0}.category-product-card{border:1px solid rgba(143,97,79,.14);border-radius:12px;background:rgba(255,255,255,.78);padding:6px;display:flex;flex-direction:column;justify-content:space-between;min-height:0;overflow:hidden}.category-product-image{width:min(88%,72px);aspect-ratio:1/1;align-self:center;overflow:hidden;border-radius:9px;background:linear-gradient(135deg,#d6b9a9,#f0dfd4);display:grid;place-items:center;margin-bottom:4px}.category-product-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.category-product-card.hero .category-product-image{width:min(88%,108px)}.category-product-card.small .category-product-image{width:min(88%,50px)}.category-product-card strong{display:block;font-size:10px;line-height:1.15;color:var(--cp-title-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-product-card em{display:block;font-style:normal;font-size:8px;color:var(--cp-text-color);margin-top:2px}.category-product-card b{display:block;color:var(--cp-accent);font-size:10px;margin-top:2px}.category-product-card span{display:inline-flex;margin-top:4px;font-size:8px;padding:3px 5px;border-radius:999px;background:var(--cp-accent);color:#fff}.category-product-card.small{padding:5px}.category-product-card.small strong{font-size:8px}.category-separator-card{align-items:center;justify-content:center;text-align:center}.category-separator-card strong{font-family:var(--cp-title-font);font-size:24px;white-space:normal}.category-separator-card p{color:var(--cp-text-color);font-size:12px;line-height:1.45}.category-a4-footer{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:9px 16px;background:rgba(255,255,255,.56);border-top:1px solid rgba(227,210,198,.7);font-size:9px;color:var(--cp-text-color)}.category-a4-footer span{border:1px solid rgba(143,97,79,.16);background:#fff;border-radius:999px;padding:4px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-a4-footer button{width:26px;height:26px;border-radius:50%;border:0;background:var(--cp-accent);color:#fff}.category-preview-metadata{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.category-preview-metadata .metric{padding:12px}.category-preview-metadata .metric strong{font-size:18px}
@media(max-width:1500px){.category-profile-layout{grid-template-columns:310px minmax(450px,1fr)}.category-profile-preview-panel{grid-column:1/-1;position:relative;top:auto}.category-profile-preview-panel .category-profile-panel-body{display:grid;grid-template-columns:390px 1fr;gap:18px}.category-a4-wrap{max-width:390px}.category-profile-metrics{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.category-profile-layout{grid-template-columns:1fr}.category-profile-preview-panel .category-profile-panel-body{display:block}.category-form-grid,.category-form-grid.three,.category-profile-metrics{grid-template-columns:1fr}.category-profile-tree{max-height:420px}}

.product-status-strip{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:18px}.product-health,.product-last-sync{background:linear-gradient(135deg,#fffaf6,#f3e4da);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.product-health{display:flex;align-items:center;justify-content:space-between;gap:18px}.product-health h2{margin:0 0 6px;font-size:22px}.product-health p,.product-last-sync span{margin:0;color:var(--muted);line-height:1.5}.product-health-badge{min-width:150px;text-align:center;border-radius:18px;padding:13px;background:#fff6df;border:1px solid #ead1a1;color:#835719;font-weight:800}.product-last-sync strong{display:block;margin-bottom:6px}.product-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.metric.good{border-color:#bfd8c7}.metric.warn{border-color:#ead3a6}.metric.danger{border-color:#efc7c0}.metric.info{border-color:#cbd5e1}
.product-grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:16px;margin-bottom:18px}.product-review-list{display:grid;gap:10px}.product-issue{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid #eaded5;border-radius:16px;background:#fffaf7;padding:12px}.product-severity{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:900}.product-severity.critical{background:var(--danger)}.product-severity.medium{background:var(--warn)}.product-severity.low{background:var(--info)}.product-issue strong{display:block;font-size:14px}.product-issue span{display:block;color:var(--muted);font-size:13px;margin-top:2px}.product-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-action-card{border:1px solid #eaded5;background:#fffaf7;border-radius:18px;padding:14px;text-align:left;color:var(--ink);cursor:pointer}.product-action-card strong{display:block;margin-bottom:5px}.product-action-card span{display:block;color:var(--muted);font-size:13px;line-height:1.45}
.product-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.chip{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:8px 11px;font-size:13px;cursor:pointer}.chip.active{background:#f1dfd4;color:var(--ink);border-color:#d9bcaa}.product-launch-config{display:grid;grid-template-columns:1fr 140px 1fr minmax(220px,1.2fr);gap:10px;align-items:end;padding:12px;border:1px solid #eaded5;border-radius:16px;background:#fffaf7;margin-bottom:12px}.product-launch-summary{min-height:43px;display:flex;align-items:center;border:1px dashed #d8c0b1;border-radius:14px;padding:9px 11px;color:var(--muted);font-size:13px;line-height:1.35}.product-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:12px}.product-advanced{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.product-advanced.open{display:grid}.product-bulkbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px dashed #d8c0b1;border-radius:16px;background:#fff8f2;margin-bottom:12px}.product-bulkbar strong{display:block;font-size:14px}.product-bulkbar span{display:block;color:var(--muted);font-size:13px}.product-table-wrap table{min-width:1320px}.product-name strong{display:block;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-name span,.money span,.stock span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.product-row-actions{display:flex;gap:6px;flex-wrap:wrap}.product-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:14px}.pager{display:flex;gap:8px;align-items:center}.product-toggle{position:relative;display:inline-flex;width:42px;height:24px}.product-toggle input{opacity:0;width:0;height:0}.product-toggle span{position:absolute;inset:0;border-radius:999px;background:#d7c7bc;transition:.2s}.product-toggle span:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 6px rgba(0,0,0,.18)}.product-toggle input:checked+span{background:#7aa889}.product-toggle input:checked+span:before{transform:translateX(18px)}
.product-drawer{position:fixed;inset:0;display:none;z-index:40}.product-drawer.open{display:block}.product-drawer-backdrop{position:absolute;inset:0;background:rgba(47,31,22,.38)}.product-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(720px,94vw);background:#fffaf6;border-left:1px solid var(--line);box-shadow:-18px 0 55px rgba(50,31,20,.18);padding:22px;overflow:auto}.product-drawer-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:18px}.product-drawer-head h2{margin:0;font-size:26px}.product-drawer-head p{margin:6px 0 0;color:var(--muted)}.product-detail-grid{display:grid;grid-template-columns:190px 1fr;gap:16px;margin-bottom:16px}.product-big-thumb{width:100%;aspect-ratio:1;border-radius:22px;background:#ead8cb;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;color:var(--muted)}.product-big-thumb img{width:100%;height:100%;object-fit:cover}.product-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-info-box{background:#fff;border:1px solid #eaded5;border-radius:16px;padding:12px}.product-info-box span{display:block;color:var(--muted);font-size:12px;margin-bottom:3px}.product-info-box strong{display:block}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-form-grid .full{grid-column:1/-1}.product-inner-panel{box-shadow:none;margin-bottom:14px}
.product-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:20px;z-index:50;background:rgba(47,31,22,.42)}.product-modal.open{display:flex}.product-modal-card{width:min(460px,94vw);background:#fffaf6;border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 80px rgba(47,31,22,.25);padding:22px}.product-preview-card{background:#fff;border:1px solid #eaded5;border-radius:22px;padding:16px;box-shadow:0 10px 28px rgba(77,49,34,.08)}.product-preview-img{height:250px;border-radius:18px;background:#ead8cb;overflow:hidden;display:grid;place-items:center;margin-bottom:14px;color:var(--muted)}.product-preview-img img{width:100%;height:100%;object-fit:cover}.price-row{display:flex;align-items:baseline;gap:8px;margin:10px 0}.price-row .old{text-decoration:line-through;color:var(--muted)}.price-row .new{font-size:22px;font-weight:900;color:#8f513d}
@media(max-width:1280px){.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.product-status-strip,.product-grid-2{grid-template-columns:1fr}.product-launch-config,.product-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.product-launch-summary{grid-column:1/-1}.product-advanced{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.product-metrics,.product-launch-config,.product-filters,.product-advanced,.product-actions-grid,.product-detail-grid,.product-info-grid,.product-form-grid{grid-template-columns:1fr}.product-launch-summary{grid-column:auto}.product-health,.product-bulkbar,.product-pagination{align-items:flex-start;flex-direction:column}}

.orders-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:18px 0}.orders-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.orders-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.orders-tab{border:1px solid #e4d2c5;background:#fff;border-radius:999px;padding:8px 12px;color:#6f5144;cursor:pointer;font-weight:750;font-size:13px}.orders-tab.active{background:#6f4f42;color:#fff;border-color:#6f4f42}.orders-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.orders-filter-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.orders-diagnostics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.orders-diagnostics.hidden{display:none}.orders-diag{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#fff;border:1px solid #ead9cd;border-radius:16px;padding:12px;box-shadow:var(--shadow)}.orders-diag strong{display:block;font-size:14px}.orders-diag span{font-size:12px;color:var(--muted)}
.orders-bulkbar{display:none;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:18px;background:#6f4f42;color:#fff;margin-bottom:12px;box-shadow:0 12px 28px rgba(68,42,28,.16)}.orders-bulkbar.show{display:flex}.orders-bulkbar .btn{box-shadow:none}.orders-table-wrap table{min-width:1240px}.orders-order-no{font-weight:850;color:#5f4336}.orders-muted{color:var(--muted)}.orders-money{font-weight:850}.orders-actions-cell{display:flex;gap:7px;flex-wrap:wrap}.orders-footer-line{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:13px}.orders-side{position:sticky;top:20px}.orders-status-box{background:linear-gradient(135deg,#fffaf6,#fff);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px;margin-bottom:18px}.orders-side-big{font-family:Georgia,"Times New Roman",serif;font-size:26px;margin:8px 0 6px}.orders-status-box p{color:var(--muted);line-height:1.45}.orders-progress{height:8px;width:100%;background:#f2e5dc;border-radius:99px;overflow:hidden;margin-top:9px}.orders-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),#d7b29d);border-radius:99px}.orders-alert-list,.orders-timeline{display:grid;gap:10px}.orders-alert{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:12px;border-radius:16px;border:1px solid #ead9cd;background:#fff}.orders-alert .dot{width:11px;height:11px;border-radius:50%;margin-top:5px;background:var(--accent)}.orders-alert.danger .dot{background:var(--danger)}.orders-alert.warn .dot{background:var(--warn)}.orders-alert.info .dot{background:var(--info)}.orders-alert strong{display:block;font-size:14px}.orders-alert span{font-size:12px;color:var(--muted);line-height:1.45}.orders-event{padding-left:14px;border-left:3px solid #e5d1c3}.orders-event strong{display:block;font-size:13px}.orders-event span{display:block;color:var(--muted);font-size:12px;margin-top:3px}
.orders-drawer{position:fixed;inset:0;display:none;z-index:45}.orders-drawer.open{display:block}.orders-drawer-backdrop{position:absolute;inset:0;background:rgba(49,33,24,.36)}.orders-drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(1040px,94vw);background:#fffaf6;overflow:auto;padding:24px;box-shadow:-18px 0 45px rgba(48,30,20,.16)}.orders-drawer-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.orders-drawer-head h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;margin:0}.orders-drawer-head p{margin:8px 0 0;color:var(--muted);line-height:1.45}.orders-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.orders-detail-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px}.orders-detail-card h3{margin:0 0 10px;font-size:17px;font-family:Georgia,"Times New Roman",serif}.orders-kv{display:grid;grid-template-columns:135px 1fr;gap:8px;font-size:13px;padding:6px 0;border-bottom:1px dashed #ead9cd}.orders-kv:last-child{border-bottom:0}.orders-kv span:first-child{color:var(--muted)}.orders-items-table{min-width:900px}.orders-inner-panel{box-shadow:none;margin-bottom:16px}
@media(max-width:1280px){.orders-layout{grid-template-columns:1fr}.orders-side{position:relative;top:auto}.orders-metrics{grid-template-columns:repeat(3,1fr)}.orders-filters{grid-template-columns:repeat(2,1fr)}.orders-diagnostics{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.orders-metrics,.orders-filters,.orders-diagnostics,.orders-detail-grid{grid-template-columns:1fr}.orders-bulkbar{align-items:flex-start;flex-direction:column}.orders-footer-line{align-items:flex-start;flex-direction:column}}

.ranking-filters{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;margin-bottom:18px}.ranking-filters-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.ranking-filters-head h2{font-size:18px;margin:0}.ranking-filters-head span{font-size:13px;color:var(--muted)}.ranking-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ranking-filter-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.ranking-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px}.ranking-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 14px}.ranking-tab{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--muted);font-weight:800;font-size:13px;cursor:pointer}.ranking-tab.active{background:#4e3428;color:#fff;border-color:#4e3428}.ranking-content-grid{display:grid;grid-template-columns:1fr 390px;gap:18px;align-items:start}.ranking-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:18px 20px;background:#fff;border-bottom:1px solid var(--line)}.ranking-toolbar h2{margin:0;font-size:19px}.ranking-toolbar p{margin:5px 0 0;color:var(--muted);font-size:13px}.ranking-toolbar input{border:1px solid var(--line);border-radius:13px;padding:10px 12px;min-width:260px;color:var(--ink)}.ranking-table-wrap table{min-width:1420px}.ranking-product-cell{display:flex;align-items:center;gap:10px}.ranking-thumb{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#f1dfd4,#caa18b);display:grid;place-items:center;color:#fff;font-weight:900;overflow:hidden}.ranking-thumb img{width:100%;height:100%;object-fit:cover}.ranking-rank{font-size:18px;font-weight:950;color:#8f5d49}.ranking-sub{display:block;color:var(--muted);font-size:12px;margin-top:3px}.ranking-score{font-weight:950;color:var(--accent-dark)}.ranking-side-panel{position:sticky;top:24px}.ranking-detail{padding:20px}.ranking-detail-hero{display:flex;gap:14px;align-items:center;margin-bottom:18px}.ranking-detail-img{width:72px;height:72px;border-radius:22px;background:linear-gradient(135deg,#b98268,#f0cdbb);display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900;overflow:hidden}.ranking-detail-img img{width:100%;height:100%;object-fit:cover}.ranking-detail h3{margin:0 0 4px;font-size:20px}.ranking-detail p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}.ranking-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.ranking-detail-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}.ranking-detail-card span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:800;margin-bottom:6px}.ranking-detail-card strong{font-size:18px}.ranking-analysis-box{background:#fff7ed;border:1px solid #eed3aa;border-radius:18px;padding:14px;color:#7a5631;line-height:1.45;font-size:13px;margin-top:12px}.ranking-chart{display:grid;gap:10px;padding:18px 20px 22px}.ranking-bar-row{display:grid;grid-template-columns:170px 1fr 80px;align-items:center;gap:10px;font-size:13px}.ranking-bar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.ranking-bar-track{height:14px;background:#f0dfd4;border-radius:999px;overflow:hidden}.ranking-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#c99d86,#8f5d49)}.ranking-bar-value{text-align:right;font-weight:800;color:#6f5142}.ranking-donut-box{display:flex;align-items:center;gap:16px;padding:20px}.ranking-donut{width:116px;height:116px;border-radius:50%;background:conic-gradient(#8f5d49 0 34%,#b98268 34% 58%,#d0a993 58% 78%,#ead7cb 78% 100%);position:relative;flex:0 0 auto}.ranking-donut:after{content:"";position:absolute;inset:22px;background:#fff;border-radius:50%}.ranking-legend,.ranking-snapshots,.ranking-issues{display:grid;gap:10px;padding:18px 20px}.ranking-line{display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px;border:1px solid var(--line);background:#fff;border-radius:16px}.ranking-line strong{display:block}.ranking-line span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.ranking-issue{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--line);background:#fff;border-radius:16px}.ranking-dot{width:10px;height:10px;border-radius:50%;background:var(--danger)}
@media(max-width:1280px){.ranking-summary{grid-template-columns:repeat(3,1fr)}.ranking-filter-grid{grid-template-columns:repeat(2,1fr)}.ranking-content-grid{grid-template-columns:1fr}.ranking-side-panel{position:relative;top:auto}}@media(max-width:760px){.ranking-summary,.ranking-filter-grid,.ranking-detail-grid{grid-template-columns:1fr}.ranking-filters-head{display:block}.ranking-bar-row{grid-template-columns:1fr}.ranking-bar-value{text-align:left}}

.ranking-chart-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;align-items:start}.ranking-chart-wide{grid-row:span 2}.ranking-bar-row-expanded{grid-template-columns:minmax(160px,240px) minmax(180px,1fr) minmax(92px,120px);min-height:42px}.ranking-bar-label span{display:block;color:var(--muted);font-size:11px;font-weight:600;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranking-chart-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 20px}.ranking-chart-summary-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px;min-width:0}.ranking-chart-summary-card span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;margin-bottom:6px}.ranking-chart-summary-card strong{display:block;font-size:20px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranking-chart-summary-card em{display:block;font-style:normal;color:var(--muted);font-size:12px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranking-empty-chart{padding:16px;border:1px dashed #decabe;border-radius:16px;background:#fffaf7;color:var(--muted);font-weight:750;text-align:center}.ranking-chart-grid .ranking-legend{padding:18px 20px 22px}.ranking-chart-grid .ranking-legend .ranking-bar-row{grid-template-columns:minmax(130px,190px) minmax(120px,1fr) minmax(78px,110px)}
@media(max-width:1280px){.ranking-chart-grid{grid-template-columns:1fr}.ranking-chart-wide{grid-row:auto}}@media(max-width:760px){.ranking-chart-summary{grid-template-columns:1fr}.ranking-bar-row-expanded,.ranking-chart-grid .ranking-legend .ranking-bar-row{grid-template-columns:1fr}.ranking-chart-summary-card strong{white-space:normal}}

:root{--promo-yellow:#ffd84d;--promo-yellow-border:#efbe28;--promo-yellow-text:#5c4034}
.badge.promo{background:var(--promo-yellow);color:var(--promo-yellow-text);border-color:var(--promo-yellow-border)}
.layout-slot .layout-slot-img{width:min(88%,var(--slot-image-size,88px))}
.layout-page-grid.interacting{user-select:none}.layout-slot{touch-action:none}.layout-slot.selected{cursor:grab}.layout-slot.dragging{cursor:grabbing;opacity:.9}.layout-slot.resizing{cursor:crosshair}.layout-resize-handle{position:absolute;z-index:8;background:rgba(107,74,61,.72);border:1px solid rgba(255,255,255,.72);box-shadow:0 2px 8px rgba(68,43,30,.18);opacity:0;transition:opacity .15s}.layout-slot.selected .layout-resize-handle{opacity:.9}.layout-resize-handle.n,.layout-resize-handle.s{left:24%;right:24%;height:7px;cursor:ns-resize}.layout-resize-handle.n{top:0;border-radius:0 0 8px 8px}.layout-resize-handle.s{bottom:0;border-radius:8px 8px 0 0}.layout-resize-handle.e,.layout-resize-handle.w{top:24%;bottom:24%;width:7px;cursor:ew-resize}.layout-resize-handle.e{right:0;border-radius:8px 0 0 8px}.layout-resize-handle.w{left:0;border-radius:0 8px 8px 0}.layout-resize-handle.ne,.layout-resize-handle.se,.layout-resize-handle.sw,.layout-resize-handle.nw{width:12px;height:12px}.layout-resize-handle.ne{right:0;top:0;cursor:nesw-resize;border-radius:0 0 0 8px}.layout-resize-handle.se{right:0;bottom:0;cursor:nwse-resize;border-radius:8px 0 0 0}.layout-resize-handle.sw{left:0;bottom:0;cursor:nesw-resize;border-radius:0 8px 0 0}.layout-resize-handle.nw{left:0;top:0;cursor:nwse-resize;border-radius:0 0 8px 0}
.layout-slot-badges{position:absolute;left:8px;top:30px;z-index:3;display:flex;gap:4px;flex-wrap:wrap;max-width:calc(100% - 16px)}
.layout-slot-badges:empty{display:none}.layout-slot-badges .layout-slot-badge{position:static;margin:0}.layout-slot-badge.promo{background:var(--promo-yellow);color:var(--promo-yellow-text)}
.layout-slot-price:not(.promo){display:inline-flex;align-items:center;justify-content:center;background:var(--slot-price-box-bg,#fff6df);color:var(--slot-price-color,#5c4034)!important;border:1px solid rgba(92,64,52,.14);border-radius:999px;padding:2px 5px;line-height:1.05}.layout-slot-price.promo{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:2px;line-height:1.05}.layout-slot-price.promo>span:last-child{display:inline-flex;align-items:center;justify-content:center;background:var(--slot-promo-price-box-bg,var(--promo-yellow));color:var(--slot-price-color,var(--promo-yellow-text));border:1px solid rgba(92,64,52,.14);border-radius:999px;padding:2px 5px}.layout-slot-price-old{display:block;align-self:flex-end;margin:0 1px 0 0;color:rgba(92,64,52,.55);line-height:1;text-align:right}
.category-product-card .category-product-image{width:min(88%,var(--cp-card-image-size,72px))}
.category-product-card .category-product-meta b small{display:inline-flex;align-items:center;justify-content:center;background:var(--cp-price-box-bg,#fff6df);color:var(--cp-price-color,#5c4034);border:1px solid rgba(92,64,52,.14);border-radius:999px;padding:2px 5px}.category-product-card .category-product-meta b.promo{display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.05}.category-product-card .category-product-meta b.promo i{display:block;align-self:flex-end;line-height:1;margin:0 1px 0 0;color:rgba(92,64,52,.55)}.category-product-card .category-product-meta b.promo small{background:var(--cp-promo-price-box-bg,var(--promo-yellow));color:var(--cp-price-color,var(--promo-yellow-text));border:1px solid rgba(92,64,52,.14)}
.category-card-badges{position:absolute;left:7px;top:7px;z-index:3;display:flex;gap:4px;flex-wrap:wrap;max-width:calc(100% - 14px)}.category-card-badges .category-card-badge{position:static;margin:0}.category-product-card .category-card-badge.promo{background:var(--promo-yellow);color:var(--promo-yellow-text)}
.category-auto-cover-preview{grid-template-columns:1.15fr .85fr;grid-template-rows:45% 1fr;gap:7px}.category-auto-cover-preview .category-auto-hero,.category-auto-cover-preview .category-auto-top,.category-auto-cover-preview .category-auto-launches{min-width:0;min-height:0;border:1px solid rgba(143,97,79,.14);border-radius:12px;background:rgba(255,255,255,.78);overflow:hidden}.category-auto-cover-preview .category-auto-hero{grid-column:1;grid-row:1;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:7px}.category-auto-cover-preview i{display:grid;place-items:center;min-width:0;min-height:0;border-radius:9px;background:linear-gradient(135deg,#d6b9a9,#f0dfd4);overflow:hidden}.category-auto-cover-preview i img{width:100%;height:100%;object-fit:contain;display:block}.category-auto-cover-preview .category-auto-hero i{height:96px}.category-auto-cover-preview .category-auto-hero span{display:inline-flex;margin:5px 0 3px;border-radius:999px;background:var(--cp-accent);color:#fff;padding:3px 7px;font-size:8px;font-weight:800}.category-auto-cover-preview .category-auto-hero strong{display:block;color:var(--cp-title-color);font-family:var(--cp-title-font);font-size:13px;line-height:1.1}.category-auto-cover-preview .category-auto-hero p{display:flex;align-items:center;justify-content:space-between;gap:5px;margin:4px 0 0;color:var(--cp-text-color);font-size:8px}.category-auto-cover-preview .category-auto-hero b{color:var(--cp-accent);font-size:10px}.category-auto-cover-preview .category-auto-top{grid-column:2;grid-row:1;padding:7px;display:grid;grid-template-rows:auto repeat(5,minmax(0,1fr));gap:5px}.category-auto-cover-preview h3{margin:0;color:var(--cp-title-color);font-family:var(--cp-title-font);font-size:12px;line-height:1}.category-auto-cover-preview .category-auto-top article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:5px;align-items:center;min-width:0;min-height:0}.category-auto-cover-preview .category-auto-top i{width:30px;height:30px}.category-auto-cover-preview .category-auto-top em{display:block;color:var(--cp-accent);font-style:normal;font-size:8px;font-weight:900;line-height:1}.category-auto-cover-preview .category-auto-top strong{display:block;color:var(--cp-title-color);font-size:8px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-auto-cover-preview .category-auto-launches{grid-column:1/-1;grid-row:2;padding:7px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:6px}.category-auto-cover-preview .category-auto-launches>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:5px;min-height:0}.category-auto-cover-preview .category-auto-launches article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:5px;align-items:center;min-width:0;min-height:0;border:1px solid rgba(143,97,79,.10);border-radius:9px;padding:4px;background:rgba(255,255,255,.68);overflow:hidden}.category-auto-cover-preview .category-auto-launches i{width:28px;height:28px}.category-auto-cover-preview .category-auto-launches strong{display:block;color:var(--cp-title-color);font-size:8px;line-height:1.08;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.price-row .new{display:inline-flex;align-items:center;justify-content:center;background:#fff6df;color:var(--promo-yellow-text);border:1px solid rgba(92,64,52,.14);border-radius:999px;padding:5px 9px;line-height:1.05}.price-row.promo{flex-direction:column;align-items:flex-start;gap:4px}.price-row.promo .old{line-height:1;margin-left:4px}.price-row.promo .new{background:var(--promo-yellow);color:var(--promo-yellow-text);border-color:var(--promo-yellow-border)}

.hf-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.hf-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.hf-tab{border:1px solid var(--line);background:#fffaf6;color:var(--muted);padding:11px 14px;border-radius:999px;cursor:pointer;font-weight:800}.hf-tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.hf-builder-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:18px;align-items:start}.hf-editor-stack{display:grid;gap:18px}.hf-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hf-preview-card{position:sticky;top:20px}.hf-links-editor{display:grid;gap:10px;margin-top:14px}.hf-link-row{display:grid;grid-template-columns:1fr 1.35fr;gap:10px;align-items:end;padding:12px;border:1px solid #ead8cc;background:#fff;border-radius:16px}.hf-a4-stage{background:#f6eee7;border:1px solid #e8d8cd;border-radius:24px;padding:14px;display:flex;justify-content:center;align-items:flex-start;overflow:auto}.hf-a4-page{width:min(100%,390px);aspect-ratio:210/297;background:#fffaf6;border:1px solid #dbc8ba;border-radius:16px;box-shadow:0 22px 50px rgba(68,43,30,.14);display:grid;grid-template-rows:var(--hf-header-h,28px) 1fr var(--hf-footer-h,34px);overflow:hidden;position:relative;background-image:radial-gradient(circle at 15% 10%,rgba(185,135,112,.14),transparent 28%),radial-gradient(circle at 88% 94%,rgba(91,64,52,.10),transparent 32%)}.hf-preview-header{border-bottom:1px solid rgba(138,110,96,.28);display:grid;align-items:center;gap:8px;padding:8px 12px;min-height:0;overflow:hidden}.hf-preview-header.empty{border-bottom:0;background:transparent}.hf-preview-header.classic{grid-template-columns:auto 1fr auto}.hf-preview-header.editorial{grid-template-columns:1fr auto}.hf-preview-header.compact{grid-template-columns:auto 1fr auto;padding:5px 10px}.hf-logo{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#b98770,#8f604f);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:20px;flex:0 0 auto}.hf-preview-header strong{display:block;font-family:Georgia,serif;font-size:17px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-preview-header span{display:block;color:inherit;opacity:.72;font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-page-no{font-size:10px;opacity:.72;white-space:nowrap}.hf-preview-body{position:relative;min-height:0}.hf-preview-body.show-safe:before{content:"Area util dos produtos";position:absolute;inset:8px;border:1px dashed rgba(143,96,79,.45);border-radius:14px;display:grid;place-items:center;color:rgba(92,64,52,.40);font-size:12px;font-weight:800;pointer-events:none}.hf-products-grid{height:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;z-index:1}.hf-product-card{background:rgba(255,255,255,.76);border:1px solid #ead8cc;border-radius:13px;padding:8px;min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.hf-product-card i{height:48%;min-height:38px;border-radius:10px;background:linear-gradient(135deg,#decbbf,#f4ece6);margin-bottom:8px}.hf-product-card strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-product-card span{display:block;color:var(--muted);font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-preview-footer{border-top:1px solid rgba(138,110,96,.28);display:grid;align-items:center;gap:6px;padding:7px 10px;min-height:0;overflow:hidden}.hf-preview-footer.empty{border-top:0;background:transparent}.hf-preview-footer.three{grid-template-columns:1fr 1fr 1fr auto}.hf-preview-footer.contact{grid-template-columns:1.15fr 1fr 1fr auto}.hf-preview-footer.minimal{grid-template-columns:1fr auto}.hf-preview-footer a{min-width:0;text-decoration:none;color:inherit;border-right:1px solid rgba(138,110,96,.18);padding-right:6px}.hf-preview-footer a strong{display:block;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hf-preview-footer a span{display:block;font-size:8px;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.hf-preview-footer button{width:28px;height:28px;border-radius:999px;border:0;background:var(--ink);color:#fff;font-weight:900}.hf-preview-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.hf-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hf-library-card{border:1px solid #ead8cc;background:#fff;border-radius:20px;padding:14px;display:grid;gap:12px;text-align:left;color:var(--ink);cursor:pointer;transition:.2s}.hf-library-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(68,43,30,.08)}.hf-library-card.selected{outline:3px solid rgba(185,135,112,.24);border-color:#b88973}.hf-card-title{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.hf-card-title strong{font-size:16px}.hf-library-card>span{color:var(--muted);font-size:12px}.hf-mini-page{aspect-ratio:210/297;background:#f8f1eb;border:1px solid #e4d2c6;border-radius:12px;padding:0;display:grid;grid-template-rows:var(--hf-mini-header-h,20px) 1fr var(--hf-mini-footer-h,24px);overflow:hidden;background-image:radial-gradient(circle at 18% 12%,rgba(185,135,112,.16),transparent 28%),radial-gradient(circle at 88% 94%,rgba(91,64,52,.10),transparent 32%)}.hf-mini-page .hf-preview-header{padding:4px 6px;gap:4px}.hf-mini-page .hf-logo{width:18px;height:18px;border-radius:6px;font-size:11px}.hf-mini-page .hf-preview-header strong{font-size:8px}.hf-mini-page .hf-preview-header span,.hf-mini-page .hf-page-no{font-size:6px;margin-top:1px}.hf-mini-body{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:7px;min-height:0}.hf-mini-body span{display:block;border:1px solid rgba(103,75,61,.10);border-radius:8px;background:rgba(255,250,246,.78)}.hf-mini-page .hf-preview-footer{padding:4px 6px;gap:3px}.hf-mini-page .hf-preview-footer a{padding-right:3px}.hf-mini-page .hf-preview-footer a strong{font-size:6px}.hf-mini-page .hf-preview-footer a span{font-size:5px}.hf-mini-page .hf-preview-footer button{width:16px;height:16px;font-size:9px}@media(max-width:1360px){.hf-builder-grid,.hf-two-cols{grid-template-columns:1fr}.hf-preview-card{position:relative;top:auto}.hf-library-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.hf-metrics,.hf-library-grid,.hf-link-row,.hf-preview-actions{grid-template-columns:1fr}.hf-a4-page{width:100%}}

.hf-a4-page.chique-wave-page{background:#fff;position:relative}
.hf-mini-page.chique-wave-page{background:#fff}
.hf-a4-page.chique-wave-page:after{content:none}
.hf-a4-page.chique-wave-page .hf-preview-body{background:#fff;z-index:1}
.hf-preview-header.chique-wave{position:relative;border:0;background:#fff4f7;grid-template-columns:auto minmax(0,1fr);align-items:start;padding:13px 18px 0;overflow:hidden}
.hf-preview-header.chique-wave:before{content:"";position:absolute;left:-24%;right:-8%;top:-54px;height:104px;background:inherit;border-bottom:3px solid currentColor;border-radius:0 0 52% 44%;transform:rotate(-4deg);z-index:0}
.hf-preview-header.chique-wave:after{content:"";position:absolute;left:-12%;right:-18%;top:44px;height:38px;border-top:2px solid currentColor;border-radius:50%;transform:rotate(4deg);z-index:0}
.hf-preview-header.chique-wave>*{position:relative;z-index:1}
.hf-preview-header.chique-wave .hf-logo{position:relative;width:116px;height:42px;border-radius:0;background:transparent;color:#171820;font-size:0;display:block}
.hf-preview-header.chique-wave .hf-logo:before{content:"";position:absolute;left:56px;top:-3px;width:9px;height:9px;border-radius:999px;background:#c52d75;box-shadow:6px 5px 0 #e79ab7;transform:rotate(28deg)}
.hf-preview-header.chique-wave .hf-logo:after{content:"Chique";font-family:"Trebuchet MS",Arial,sans-serif;font-size:33px;font-weight:300;line-height:1;color:#171820;letter-spacing:0}
.hf-preview-header.chique-wave .catalog-hf-title-grid{align-self:start;margin-top:8px;min-width:0;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;align-items:start;white-space:normal}
.hf-preview-header.chique-wave .catalog-hf-title-grid:first-child{grid-column:1/-1}
.hf-preview-header.chique-wave .catalog-hf-title-block{width:100%;min-width:0;display:block;color:inherit;text-decoration:none;white-space:normal;overflow:hidden}
.hf-preview-header.chique-wave .catalog-hf-title-block strong,.hf-preview-header.chique-wave .catalog-hf-title-block span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;overflow:hidden;text-overflow:clip}
.hf-preview-header.chique-wave .catalog-hf-title-category{text-align:right}
.hf-preview-header.chique-wave .catalog-hf-title-subcategory{text-align:right}
.hf-preview-header.chique-wave strong{font-family:Arial,sans-serif;font-size:16px;font-weight:900;letter-spacing:.4px;color:inherit;text-transform:uppercase;min-width:0}
.hf-preview-header.chique-wave span{font-size:11px;font-weight:800;letter-spacing:.5px;color:inherit;opacity:1;text-transform:uppercase;min-width:0}
.hf-preview-header.chique-wave .hf-page-no{display:none}
.hf-preview-footer.chique-contact-wave{position:relative;border:0;background:#fde7ed;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:8px;padding:15px 18px 8px;overflow:hidden}
.hf-preview-footer.chique-contact-wave:before{content:"";position:absolute;left:-50px;right:-50px;bottom:-32px;height:86px;background:inherit;border-top:4px solid currentColor;border-radius:50% 50% 0 0 / 38% 48% 0 0;transform:rotate(-3deg);z-index:0}
.hf-preview-footer.chique-contact-wave:after{content:"";position:absolute;left:-34px;right:-34px;top:7px;height:48px;border-top:2px solid currentColor;border-radius:52%;transform:rotate(-2deg);z-index:0}
.hf-preview-footer.chique-contact-wave a{position:relative;z-index:1;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:7px;border-right:1px solid currentColor;padding-right:7px;color:inherit}
.hf-preview-footer.chique-contact-wave a:before{width:34px;height:34px;border-radius:999px;background:#d33a7f;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;line-height:1;box-shadow:inset 0 0 0 2px rgba(255,255,255,.22)}
.hf-preview-footer.chique-contact-wave a:nth-of-type(1):before{content:"IG"}
.hf-preview-footer.chique-contact-wave a:nth-of-type(2):before{content:"LO"}
.hf-preview-footer.chique-contact-wave a:nth-of-type(3):before{content:"WA"}
.hf-preview-footer.chique-contact-wave a strong{font-size:9px;font-weight:900;letter-spacing:0;text-transform:uppercase;color:inherit}
.hf-preview-footer.chique-contact-wave a span{font-size:7px;opacity:1;color:inherit}
.hf-preview-footer.chique-contact-wave button{position:relative;z-index:1;width:34px;height:34px;background:var(--hf-chique-icon-bg,#d33a7f);color:transparent}
.hf-preview-footer.chique-contact-wave button:before{content:"";position:absolute;left:11px;top:15px;width:12px;height:10px;border:2px solid #fff;border-top:0;border-radius:1px}
.hf-preview-footer.chique-contact-wave button:after{content:"";position:absolute;left:10px;top:9px;width:13px;height:13px;border-left:2px solid #fff;border-top:2px solid #fff;border-radius:1px;transform:rotate(45deg)}
.hf-mini-page .hf-preview-header.chique-wave{padding:3px 6px 0}
.hf-mini-page .hf-preview-header.chique-wave:before{top:-24px;height:46px;border-bottom-width:1px}
.hf-mini-page .hf-preview-header.chique-wave:after{top:18px;height:15px;border-top-width:1px}
.hf-mini-page .hf-preview-header.chique-wave .hf-logo{width:44px;height:18px}
.hf-mini-page .hf-preview-header.chique-wave .hf-logo:before{left:22px;top:-1px;width:3px;height:3px;box-shadow:2px 2px 0 #e79ab7}
.hf-mini-page .hf-preview-header.chique-wave .hf-logo:after{font-size:12px}
.hf-mini-page .hf-preview-header.chique-wave .catalog-hf-title-grid{margin-top:2px;gap:2px}
.hf-mini-page .hf-preview-header.chique-wave strong{font-size:6px}
.hf-mini-page .hf-preview-header.chique-wave span{font-size:4px}
.hf-mini-page .hf-preview-footer.chique-contact-wave{padding:4px 6px 3px;gap:3px}
.hf-mini-page .hf-preview-footer.chique-contact-wave:before{bottom:-14px;height:34px;border-top-width:1px}
.hf-mini-page .hf-preview-footer.chique-contact-wave:after{top:2px;height:18px;border-top-width:1px}
.hf-mini-page .hf-preview-footer.chique-contact-wave a{grid-template-columns:13px minmax(0,1fr);gap:3px;padding-right:2px}
.hf-mini-page .hf-preview-footer.chique-contact-wave a:before{width:13px;height:13px;font-size:4px}
.hf-mini-page .hf-preview-footer.chique-contact-wave a strong{font-size:4px}
.hf-mini-page .hf-preview-footer.chique-contact-wave a span{font-size:3px}
.hf-mini-page .hf-preview-footer.chique-contact-wave button{width:14px;height:14px}
.hf-mini-page .hf-preview-footer.chique-contact-wave button:before{left:5px;top:7px;width:5px;height:4px;border-width:1px;border-top:0}
.hf-mini-page .hf-preview-footer.chique-contact-wave button:after{left:4px;top:4px;width:6px;height:6px;border-width:1px;transform:rotate(45deg)}
.hf-mini-page.chique-wave-page{--hf-header-h:var(--hf-mini-header-h,20px);--hf-footer-h:var(--hf-mini-footer-h,24px)}
.hf-preview-header.chique-wave{padding:var(--hf-chique-header-pad,13px) 18px 0;align-items:start}
.hf-preview-header.chique-wave:before{top:var(--hf-chique-header-wave-top,-54px);height:var(--hf-chique-header-wave-h,104px);border-bottom-width:var(--hf-chique-header-line,3px)}
.hf-preview-header.chique-wave:after{top:var(--hf-chique-header-wave2-top,44px);height:var(--hf-chique-header-wave2-h,38px);border-top-width:var(--hf-chique-header-thin-line,2px)}
.hf-preview-header.chique-wave .hf-logo{width:var(--hf-chique-logo-w,116px);height:var(--hf-chique-logo-h,42px)}
.hf-preview-header.chique-wave .hf-logo:before{left:48%;top:-5%;width:var(--hf-chique-logo-dot,9px);height:var(--hf-chique-logo-dot,9px);box-shadow:var(--hf-chique-logo-dot-x,6px) var(--hf-chique-logo-dot-y,5px) 0 #e79ab7}
.hf-preview-header.chique-wave .hf-logo:after{font-size:var(--hf-chique-logo-font,33px)}
.hf-preview-header.chique-wave .catalog-hf-title-grid{margin-top:var(--hf-chique-title-top,8px);gap:var(--hf-chique-title-gap,7px)}
.hf-preview-header.chique-wave strong{font-size:var(--hf-chique-title-font,16px);line-height:1}
.hf-preview-header.chique-wave span{font-size:var(--hf-chique-sub-font,11px);line-height:1.1;margin-top:0}
.hf-preview-header.chique-wave .catalog-product-page-badge{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border-radius:999px;background:#a23a72;color:#fff;font-family:Arial,sans-serif;font-size:var(--hf-product-tag-size,max(8px,calc(var(--hf-chique-title-font,16px) * .52)));font-weight:var(--hf-product-tag-weight,900);letter-spacing:0;line-height:1;margin:0 0 3px;opacity:1;padding:4px 9px;text-transform:none;white-space:nowrap}
.hf-preview-footer.chique-contact-wave{align-items:center;padding:var(--hf-chique-footer-pad-top,15px) 18px var(--hf-chique-footer-pad-bottom,8px);gap:var(--hf-chique-footer-gap,8px)}
.hf-preview-footer.chique-contact-wave:before{bottom:var(--hf-chique-footer-wave-bottom,-32px);height:var(--hf-chique-footer-wave-h,86px);border-top-width:var(--hf-chique-footer-line,4px)}
.hf-preview-footer.chique-contact-wave:after{top:var(--hf-chique-footer-wave2-top,7px);height:var(--hf-chique-footer-wave2-h,48px);border-top-width:var(--hf-chique-footer-thin-line,2px)}
.hf-preview-footer.chique-contact-wave a{grid-template-columns:var(--hf-chique-icon,34px) minmax(0,1fr);gap:var(--hf-chique-link-gap,7px);padding-right:var(--hf-chique-link-pad,7px);align-self:center}
.hf-preview-footer.chique-contact-wave a:before{width:var(--hf-chique-icon,34px);height:var(--hf-chique-icon,34px);font-size:var(--hf-chique-icon-font,10px)}
.hf-preview-footer.chique-contact-wave a strong{font-size:var(--hf-chique-link-title-font,9px);line-height:1}
.hf-preview-footer.chique-contact-wave a span{font-size:var(--hf-chique-link-url-font,7px);line-height:1;margin-top:var(--hf-chique-link-url-gap,2px)}
.hf-preview-footer.chique-contact-wave button{width:var(--hf-chique-button,var(--hf-chique-icon,34px));height:var(--hf-chique-button,var(--hf-chique-icon,34px));align-self:center}
.hf-preview-footer.chique-contact-wave button:before{left:32%;top:44%;width:36%;height:30%;border-width:var(--hf-chique-home-stroke,2px);border-top:0}
.hf-preview-footer.chique-contact-wave button:after{left:30%;top:27%;width:38%;height:38%;border-left-width:var(--hf-chique-home-stroke,2px);border-top-width:var(--hf-chique-home-stroke,2px)}
.hf-preview-header:not(.chique-wave) .hf-logo{width:var(--hf-logo-size,34px);height:var(--hf-logo-size,34px);font-size:var(--hf-logo-font-size,20px)}
.hf-preview-header:not(.chique-wave) strong{font-size:var(--hf-header-title-size,17px)}
.hf-preview-header:not(.chique-wave) span{font-size:var(--hf-header-sub-size,9px)}
.hf-preview-footer:not(.chique-contact-wave) a strong{font-size:var(--hf-footer-title-size,9px)}
.hf-preview-footer:not(.chique-contact-wave) a span{font-size:var(--hf-footer-url-size,8px)}
.hf-preview-footer:not(.chique-contact-wave) button{width:var(--hf-footer-button-size,28px);height:var(--hf-footer-button-size,28px)}
.hf-mini-page .hf-preview-header:not(.chique-wave) .hf-logo{width:var(--hf-logo-size,18px);height:var(--hf-logo-size,18px);font-size:var(--hf-logo-font-size,11px)}
.hf-mini-page .hf-preview-header:not(.chique-wave) strong{font-size:var(--hf-header-title-size,8px)}
.hf-mini-page .hf-preview-header:not(.chique-wave) span{font-size:var(--hf-header-sub-size,6px)}
.hf-mini-page .hf-preview-footer:not(.chique-contact-wave) a strong{font-size:var(--hf-footer-title-size,6px)}
.hf-mini-page .hf-preview-footer:not(.chique-contact-wave) a span{font-size:var(--hf-footer-url-size,5px)}
.hf-mini-page .hf-preview-footer:not(.chique-contact-wave) button{width:var(--hf-footer-button-size,16px);height:var(--hf-footer-button-size,16px)}
.hf-logo.has-image{overflow:hidden;background:transparent;color:transparent}
.hf-logo.has-image img{width:100%;height:100%;object-fit:contain;display:block}
.hf-preview-header.chique-wave .hf-logo.has-image:before,.hf-preview-header.chique-wave .hf-logo.has-image:after{display:none}
.hf-link-copy{display:grid;align-content:center;min-width:0;font-size:inherit!important;line-height:1;margin-top:0!important;opacity:1!important;color:inherit!important}
.hf-footer-icon{width:var(--hf-footer-icon-size,22px);height:var(--hf-footer-icon-size,22px);border-radius:999px;display:grid;place-items:center;overflow:hidden;background:#d33a7f;flex:0 0 auto}
.hf-footer-icon img{width:100%;height:100%;object-fit:contain;display:block}
.hf-preview-footer a.has-icon{display:grid;grid-template-columns:var(--hf-footer-icon-size,22px) minmax(0,1fr);align-items:center;gap:6px}
.hf-preview-footer a.has-icon:before{content:none!important}
.hf-preview-footer button.has-icon{display:grid;place-items:center;color:transparent;font-size:0}
.hf-preview-footer button.has-icon img{width:72%;height:72%;object-fit:contain;object-position:center;display:block;margin:auto}
.hf-preview-footer.chique-contact-wave a{border-right:0;min-height:var(--hf-chique-icon,34px);padding-right:var(--hf-chique-link-pad,7px)}
.hf-preview-footer.chique-contact-wave a:after{content:"";position:absolute;right:calc(var(--hf-chique-footer-gap,8px) / -2);top:50%;height:72%;transform:translateY(-50%);border-right:1px solid rgba(136,18,70,.24)}
.hf-preview-footer.chique-contact-wave:not(.has-summary) a:last-of-type:after{display:none}
.hf-preview-footer.chique-contact-wave a.has-icon{grid-template-columns:var(--hf-chique-icon,34px) minmax(0,1fr);gap:var(--hf-chique-link-gap,7px)}
.hf-preview-footer.chique-contact-wave .hf-footer-icon{width:var(--hf-chique-icon,34px);height:var(--hf-chique-icon,34px);box-shadow:inset 0 0 0 2px rgba(255,255,255,.22)}
.hf-preview-footer.chique-contact-wave .hf-link-copy{font-size:inherit!important;margin-top:0!important;opacity:1!important;color:inherit!important}
.hf-preview-footer.chique-contact-wave .hf-link-copy>span{font-size:var(--hf-chique-link-url-font,7px);line-height:1;margin-top:var(--hf-chique-link-url-gap,2px);opacity:1;color:inherit}
.hf-preview-footer.chique-contact-wave button.has-icon:before,.hf-preview-footer.chique-contact-wave button.has-icon:after{display:none}
.hf-preview-header.chique-wave:before,.hf-preview-header.chique-wave:after,.hf-preview-footer.chique-contact-wave:before,.hf-preview-footer.chique-contact-wave:after{display:none}
.hf-preview-header.chique-wave .hf-logo{transform:translateY(var(--hf-chique-logo-offset-y,0))}
.hf-preview-footer.chique-contact-wave{grid-template-columns:repeat(3,minmax(0,1fr));padding:var(--hf-chique-footer-pad-top,15px) var(--hf-chique-footer-margin,0) var(--hf-chique-footer-pad-bottom,8px);gap:0;justify-items:center}
.hf-preview-footer.chique-contact-wave.has-summary{grid-template-columns:repeat(3,minmax(0,1fr)) var(--hf-chique-button,var(--hf-chique-icon,34px))}
.hf-preview-footer.chique-contact-wave a{width:max-content;max-width:100%;justify-self:center;justify-content:center;padding-right:0;border-right:0;text-align:left}
.hf-preview-footer.chique-contact-wave a:after{display:none}
.hf-preview-footer.chique-contact-wave a:before{background:var(--hf-chique-icon-bg,#d33a7f);width:var(--hf-chique-icon,34px);height:var(--hf-chique-icon,34px)}
.hf-preview-footer.chique-contact-wave a.has-icon{grid-template-columns:var(--hf-chique-icon,34px) minmax(0,max-content)}
.hf-preview-footer.chique-contact-wave .hf-footer-icon{background:var(--hf-chique-icon-bg,#d33a7f);width:var(--hf-chique-icon,34px);height:var(--hf-chique-icon,34px)}
.hf-preview-footer.chique-contact-wave .hf-footer-icon img{width:var(--hf-chique-icon-image,60%);height:var(--hf-chique-icon-image,60%);object-fit:contain}
.hf-preview-footer.chique-contact-wave button{order:0;justify-self:end;margin:0 var(--hf-chique-summary-margin,0) 0 0}
.hf-preview-footer.three:not(.has-summary){grid-template-columns:repeat(3,minmax(0,1fr))}
.hf-preview-footer.three.has-summary,.hf-preview-footer.contact.has-summary,.hf-preview-footer.chique-contact-wave.has-summary{grid-template-columns:repeat(4,minmax(0,1fr))}
.hf-preview-footer.contact:not(.has-summary){grid-template-columns:1.15fr 1fr 1fr}
.hf-preview-footer.minimal:not(.has-summary){grid-template-columns:1fr}
.hf-preview-footer.minimal.has-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
.hf-preview-footer.chique-contact-wave a:nth-of-type(4):before{content:"SU"}
.hf-preview-footer.chique-contact-wave .hf-footer-summary-link:before{content:"SU"}
.hf-preview-footer.chique-contact-wave .hf-footer-summary-link{justify-self:center}
.hf-preview-footer a:last-child{border-right:0;padding-right:0}

.media-picker-modal{position:fixed;inset:0;z-index:80;background:rgba(45,29,21,.46);display:none;align-items:center;justify-content:center;padding:22px}.media-picker-modal.open{display:flex}.media-picker-dialog{width:min(1080px,96vw);max-height:90vh;background:#fffaf6;border:1px solid var(--line);border-radius:24px;box-shadow:0 28px 90px rgba(35,22,15,.28);display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden}.media-picker-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:18px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fffdfb,#faf1ea)}.media-picker-head h2{margin:0;font-size:20px}.media-picker-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.media-picker-head button{border:0;background:#fff;border:1px solid var(--line);border-radius:999px;width:34px;height:34px;cursor:pointer;color:var(--ink);font-weight:900}.media-picker-tools{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px;padding:14px 20px;border-bottom:1px solid #eadbd0}.media-picker-tools input,.media-picker-tools select{border:1px solid var(--line);border-radius:13px;background:#fff;padding:10px;color:var(--ink)}.media-picker-grid{padding:18px 20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;gap:14px;overflow:auto}.media-picker-item{border:1px solid #ead8cc;background:#fff;border-radius:16px;padding:0;text-align:left;color:var(--ink);overflow:hidden;cursor:pointer;display:grid;grid-template-rows:auto auto;align-self:start;transition:.16s}.media-picker-item:hover,.media-picker-item.selected{border-color:#4f7e8f;box-shadow:0 0 0 3px rgba(79,126,143,.16)}.media-picker-item img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#ead8cb;display:block}.media-picker-item span{display:grid;gap:3px;padding:10px}.media-picker-item strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-picker-item em{font-style:normal;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-picker-empty{grid-column:1/-1;border:1px dashed #d6c5bb;background:#fffdfb;border-radius:18px;text-align:center;color:var(--muted);padding:28px}.media-picker-empty strong{display:block;color:var(--ink);margin-bottom:5px}.media-picker-foot{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 20px;border-top:1px solid var(--line);background:#fffdfb}@media(max-width:900px){.media-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-picker-tools{grid-template-columns:1fr}}@media(max-width:560px){.media-picker-grid{grid-template-columns:1fr}.media-picker-dialog{max-height:94vh}}

.media-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.media-upload-panel{position:sticky;top:20px}.media-upload-form{display:grid;gap:13px}.media-upload-form input[type=file]{border:1px dashed #cbd8df;background:#f8fbfd}.media-metrics .metric:nth-child(1){border-color:#c9d8e8;background:#f8fbff}.media-metrics .metric:nth-child(3){border-color:#d7dfc7;background:#fbfdf8}.media-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.media-card{border:1px solid #ead8cc;background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 10px 24px rgba(68,43,30,.06)}.media-thumb{aspect-ratio:4/3;background:#ead8cb;display:grid;place-items:center;overflow:hidden}.media-thumb img{width:100%;height:100%;object-fit:cover;display:block}.media-card-body{padding:13px;display:grid;gap:10px}.media-card-title{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.media-card-title strong{font-size:15px;line-height:1.2;min-width:0}.media-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px}.media-card form{margin:0}.media-empty{grid-column:1/-1;border:1px dashed #d7c5b9;background:#fffaf7;border-radius:18px;padding:28px;text-align:center;color:var(--muted)}.media-empty strong{display:block;color:var(--ink);margin-bottom:5px}@media(max-width:1280px){.media-layout{grid-template-columns:1fr}.media-upload-panel{position:relative;top:auto}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.media-grid{grid-template-columns:1fr}}

.layout-summary-grid{display:grid;grid-template-columns:360px minmax(560px,1fr) 390px;gap:18px;align-items:start}
.summary-stage{min-height:720px}
.layout-summary-page{width:min(100%,420px);aspect-ratio:210/297;background:var(--summary-preview-bg,#fff9fc);border:1px solid #f0c0d3;border-radius:16px;box-shadow:0 22px 50px rgba(68,43,30,.14);padding:var(--summary-preview-margin-top,40px) var(--summary-preview-margin-sides,18px) var(--summary-preview-margin-bottom,20px);overflow:hidden;color:var(--summary-preview-text,#b5064d);font-family:var(--summary-preview-text-font,Arial,sans-serif);position:relative}
.layout-summary-page:before{content:"";position:absolute;inset:0;background:radial-gradient(124px 70px at -20px -18px,rgba(248,207,222,.82) 0 49%,rgba(255,255,255,0) 50%),radial-gradient(136px 76px at calc(100% + 16px) -24px,rgba(248,207,222,.74) 0 48%,rgba(255,255,255,0) 49%);pointer-events:none}
.layout-summary-page:after{content:"";position:absolute;left:-36px;top:-38px;width:168px;height:104px;border:3px solid rgba(221,74,130,.28);border-left:0;border-bottom:0;border-radius:0 0 64% 0;transform:rotate(-14deg);pointer-events:none}
.layout-summary-page>*{position:relative;z-index:1}
.layout-summary-page > small{display:flex;align-items:center;justify-content:center;color:var(--summary-preview-muted,#57515a);font-size:var(--summary-preview-subtitle-size,8px);font-family:Montserrat,Inter,Arial,sans-serif;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:1.1px;line-height:1.2;margin-top:5px}
.layout-summary-page > small:after{content:"";display:inline-block;width:11px;height:11px;margin-left:5px;flex:0 0 auto;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2357515a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12V5.5a1.5 1.5 0 0 1 3 0V12'/%3E%3Cpath d='M12 12V4.5a1.5 1.5 0 0 1 3 0V12'/%3E%3Cpath d='M15 12V7a1.5 1.5 0 0 1 3 0v6'/%3E%3Cpath d='M9 13l-2-2a1.6 1.6 0 0 0-2.3 2.2l4 5.2A5 5 0 0 0 12.7 20H15a4 4 0 0 0 4-4v-3'/%3E%3Cpath d='M5 4l2 2M3 9h3M9 2l1 3'/%3E%3C/svg%3E")}
.layout-summary-page h2{display:flex;align-items:center;justify-content:center;gap:18px;font-family:var(--summary-preview-title-font,Arial,sans-serif);font-size:var(--summary-preview-title-size,34px);font-weight:900;letter-spacing:5px;line-height:1;margin:0;color:var(--summary-preview-title,#c70655);text-align:center;text-transform:uppercase}
.layout-summary-page h2:before,.layout-summary-page h2:after{content:"";display:block;width:52px;height:2px;background:var(--summary-preview-accent,#c70655);border-radius:999px;box-shadow:14px 0 0 -4px var(--summary-preview-accent,#c70655),-14px 0 0 -4px var(--summary-preview-accent,#c70655)}
.layout-summary-page nav{display:grid;grid-template-columns:repeat(var(--summary-preview-columns,4),minmax(0,1fr));gap:var(--summary-preview-item-gap,9px) calc(var(--summary-preview-item-gap,9px) * 1.35);margin-top:var(--summary-preview-section-gap,30px);align-content:start}
.layout-summary-page.summary-compact nav{grid-template-columns:1fr;gap:max(4px,calc(var(--summary-preview-item-gap,10px) * .65))}
.summary-preview-entry{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(18px,auto);align-items:center;gap:12px;min-width:0;min-height:26px;background:var(--summary-preview-card-bg,#fff1f7);border:1px solid rgba(239,181,205,.72);border-radius:var(--summary-preview-entry-radius,6px);padding:var(--summary-preview-entry-padding,8px) calc((var(--summary-preview-entry-padding,8px) * 1.45) + 20px) var(--summary-preview-entry-padding,8px) calc(var(--summary-preview-entry-padding,8px) * 1.45);color:var(--summary-preview-text,#b5064d);overflow:hidden;box-shadow:none;-webkit-box-shadow:none}
.layout-summary-page.summary-tree .summary-preview-entry.type-category.depth-0{grid-column:1/-1;background:rgba(255,255,255,.72);border-color:rgba(199,6,85,.42);box-shadow:none;color:var(--summary-preview-accent,#c70655)}
.layout-summary-page.summary-tree .summary-preview-entry.depth-1{margin-left:0;background:var(--summary-preview-card-bg,#fff1f7);border:1px solid rgba(239,181,205,.58)}
.layout-summary-page.summary-tree .summary-preview-entry.depth-1 .summary-preview-number{display:none}
.layout-summary-page.summary-tree .summary-preview-entry.depth-1 .summary-preview-copy strong{font-weight:800}
.summary-preview-entry.depth-1{background:var(--summary-preview-card-bg,#fff1f7)}
.summary-preview-number{display:grid;place-items:center;font-size:var(--summary-preview-number-size,10px);font-weight:900;color:#fff;background:var(--summary-preview-accent,#c70655);border-radius:5px;min-width:24px;width:24px;height:24px;line-height:1}
.summary-preview-copy{display:grid;gap:3px;min-width:0}
.summary-preview-copy strong{font-size:var(--summary-preview-item-title-size,11px);font-weight:850;line-height:1.12;white-space:normal;overflow:hidden;text-overflow:ellipsis;color:inherit}
.summary-preview-entry.type-category .summary-preview-copy strong{text-transform:uppercase;letter-spacing:.8px;font-size:calc(var(--summary-preview-item-title-size,11px) + 3px)}
.summary-preview-copy small{font-size:var(--summary-preview-item-detail-size,8px);line-height:1.2;color:var(--summary-preview-muted,#f4ece7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.summary-preview-entry em{position:absolute;right:6px;top:50%;transform:translateY(-50%);font-style:normal;font-size:var(--summary-preview-page-size,12px);font-weight:900;color:var(--summary-preview-accent,#c70655);white-space:nowrap;justify-self:end;text-align:right;min-width:18px}
@media(max-width:1400px){.layout-summary-grid{grid-template-columns:1fr}.summary-stage{min-height:auto}}
@media(max-width:760px){.layout-summary-page{width:100%}.layout-summary-page nav{grid-template-columns:1fr}}
.hf-preview-header.chique-wave strong,.hf-preview-header.chique-wave span,.hf-preview-footer.chique-contact-wave a strong{text-transform:none}
.hf-preview-header.chique-wave strong,.hf-preview-header.chique-wave span,.hf-preview-footer.chique-contact-wave a strong{line-height:1.14}
.generator-child-block[data-node-type="tag"] .generator-child-extra{display:none}
.category-form-grid>.full{grid-column:1/-1}
.category-rank strong,.category-auto-cover-preview .category-auto-top em{color:var(--cp-top-badge,var(--cp-accent))}
.category-auto-cover-preview .category-auto-top h3{color:var(--cp-top-badge,var(--cp-title-color))}
.category-auto-cover-preview .category-auto-launches h3{color:var(--cp-launch-badge,var(--cp-title-color))}
.category-special-colors{display:grid;grid-template-columns:minmax(0,1fr) 150px 150px;gap:14px;align-items:end;border:1px solid #b9d4c0;background:#f3faf5;border-radius:16px;padding:14px}.category-special-colors>div:first-child{align-self:center}.category-special-colors>div:first-child strong{display:block;color:#285c3a;font-size:15px}.category-special-colors>div:first-child small{display:block;color:var(--muted);font-size:12px;line-height:1.4;margin-top:4px}.category-special-colors>div:first-child .actions{justify-content:flex-start;margin-top:9px}.category-special-colors .field{gap:6px}.category-special-colors input[type=color]{height:44px;cursor:pointer}@media(max-width:760px){.category-special-colors{grid-template-columns:1fr 1fr}.category-special-colors>div:first-child{grid-column:1/-1}}
.category-a4-header{background:var(--cp-header-bg,rgba(255,255,255,.50));color:var(--cp-header-text,var(--cp-title-color));border-bottom-color:currentColor}
.category-a4-header h2{color:inherit}
.category-a4-header p{color:inherit;opacity:.78}
