:root{
  --bs-bg:#000;--bs-surface:#070807;--bs-surface-alt:#0d0f0d;--bs-text:#fff;--bs-muted:#c8c8ca;
  --bs-accent:#20d57b;--bs-accent-hover:#3be291;--bs-accent-alt:#40c6ca;--bs-gold:#d9aa2b;
  --bs-border:#1b251f;--bs-font:Trebuchet MS,Arial,sans-serif;--bs-heading:Trebuchet MS,Arial,sans-serif;
  --bs-base:16px;--bs-max:1200px;--bs-sidebar:285px;--bs-gap:56px;--bs-radius:10px;--bs-nav-height:70px;
}
*{box-sizing:border-box}
html{min-height:100%;background:#000;scroll-behavior:smooth}
body{margin:0;min-height:100%;background:var(--bs-bg);color:var(--bs-text);font-family:var(--bs-font);font-size:var(--bs-base);line-height:1.55}
button,input,select,textarea{font:inherit}
a{color:inherit}
img{max-width:100%;height:auto}
button{cursor:pointer}
[hidden]{display:none!important}
.boot-screen{min-height:100vh;display:grid;place-content:center;text-align:center;gap:10px;background:#000;color:#aaa}
.boot-mark{display:grid;place-items:center;width:72px;height:72px;margin:auto;border:1px solid #1d4a32;border-radius:24px;color:#20d57b;font-size:24px;font-weight:900;background:#07110b;box-shadow:0 0 40px rgba(32,213,123,.08)}
.boot-screen p{margin:0}

/* Public store */
.bs-site{min-height:100vh;background:var(--bs-bg);color:var(--bs-text);overflow-x:hidden}
.bs-site-shell{width:min(var(--bs-max),calc(100% - 48px));margin:0 auto}
.bs-header{position:relative;padding:24px 0 0}
.bs-utility{height:26px;display:flex;align-items:center;justify-content:flex-end;gap:18px;font-size:12px;color:var(--bs-muted)}
.bs-login{font-weight:800;text-decoration:none}.bs-login:hover{color:var(--bs-accent)}
.bs-brand{display:flex;justify-content:center;align-items:center;min-height:110px;padding:8px 0 22px}
.bs-brand-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.bs-logo{display:block;object-fit:contain}
.bs-brand-text{font-family:var(--bs-heading);font-size:26px;font-style:italic;font-weight:700}
.bs-nav-wrap{position:sticky;top:0;z-index:40;padding:0 0 42px;background:linear-gradient(var(--bs-bg) 0 70%,transparent)}
.bs-nav{height:var(--bs-nav-height);display:flex;align-items:stretch;justify-content:space-between;background:var(--bs-surface);border:1px solid color-mix(in srgb,var(--bs-border),transparent 20%);border-radius:var(--bs-radius);overflow:hidden}
.bs-nav-link{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-width:0;padding:0 20px;text-decoration:none;font-weight:800;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:.2s ease}
.bs-nav-link:hover,.bs-nav-link.is-active{color:var(--bs-accent-alt);background:rgba(255,255,255,.015)}
.bs-nav-link.is-active:after{content:"";position:absolute;left:16%;right:16%;bottom:0;height:2px;background:var(--bs-accent-alt);border-radius:999px}
.bs-basket-button{appearance:none;border:0;background:transparent;color:var(--bs-text);min-width:58px;display:grid;place-content:center;position:relative}
.bs-basket-button:hover{color:var(--bs-accent)}
.bs-basket-count{position:absolute;top:12px;right:7px;min-width:18px;height:18px;border-radius:999px;background:var(--bs-accent);color:#031108;font-size:11px;font-weight:900;display:grid;place-content:center}
.bs-main-layout{display:grid;grid-template-columns:var(--bs-sidebar) minmax(0,1fr);gap:var(--bs-gap);align-items:start;padding:0 0 70px}
.bs-main-layout.no-sidebar{grid-template-columns:minmax(0,1fr)}
.bs-sidebar{min-width:0}
.bs-sidebar-block{position:relative;margin-bottom:30px}
.bs-sidebar-block h2,.bs-sidebar-block h3{font-family:var(--bs-heading);line-height:1.15}
.bs-sidebar-block h2{font-size:22px;margin:0 0 18px}.bs-sidebar-block h3{font-size:18px;margin:0 0 16px}
.bs-sidebar-block p{margin:0 0 10px}
.bs-sidebar-block img{display:block;object-fit:contain}.bs-content-image{display:block}.bs-content-image-link{display:block;text-decoration:none}
.bs-sidebar-block .bs-image-label{font-size:19px;font-weight:800;color:var(--bs-accent);margin:0 0 18px}
.bs-sidebar-block .bs-image-caption{font-size:12px;color:var(--bs-muted);text-align:center;margin-top:14px}
.bs-sidebar-block .bs-image-link{display:block;width:max-content;max-width:100%;margin:0 auto;text-decoration:none}
.bs-sidebar-block iframe{max-width:100%;border:0}
.bs-content{min-width:0}
.bs-section{display:flex;align-items:flex-start;min-width:0}
.bs-column{min-width:0;flex:0 1 auto}
.bs-block{position:relative;min-width:0}
.bs-block h1,.bs-block h2,.bs-block h3,.bs-block h4{font-family:var(--bs-heading);line-height:1.08;margin-top:0}
.bs-block p:first-child{margin-top:0}.bs-block p:last-child{margin-bottom:0}
.bs-richtext a{color:var(--bs-accent-alt)}
.bs-richtext ul,.bs-richtext ol{padding-left:24px}
.bs-hero{position:relative;padding:0;overflow:visible}
.bs-hero-title-zone,.bs-hero-intro-zone{position:relative;min-width:0}
.bs-hero-eyebrow{margin-bottom:15px;color:var(--bs-accent);font-size:12px;letter-spacing:1.6px;font-weight:900}
.bs-hero-title{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;color:inherit}
.bs-hero-title span{color:var(--bs-accent)}
.bs-hero-text{max-width:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit}
.bs-hero-text>*:first-child{margin-top:0}.bs-hero-text>*:last-child{margin-bottom:0}
.bs-feature-title{font-size:31px;color:var(--bs-accent);margin:0 0 27px}
.bs-feature-grid{display:grid;grid-template-columns:repeat(var(--feature-columns,3),minmax(0,1fr));gap:22px}
.bs-feature-card{text-align:center;padding:6px 8px}
.bs-feature-icon{width:104px;height:104px;object-fit:contain;margin:0 auto 12px}
.bs-feature-card h3{font-size:19px;margin:0 0 11px}
.bs-feature-card p{font-size:14px;color:var(--bs-muted);line-height:1.55;margin:0}
.bs-product-grid{display:grid;grid-template-columns:repeat(var(--product-columns,2),minmax(0,1fr));gap:34px 36px}
.bs-product-card{min-width:0}
.bs-product-link{display:block;text-decoration:none}
.bs-product-image-wrap{aspect-ratio:16/9;background:#090909;overflow:hidden;border-radius:8px;border:1px solid rgba(255,255,255,.04)}
.bs-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease}
.bs-product-link:hover .bs-product-image{transform:scale(1.018)}
.bs-product-card h3{font-size:23px;margin:12px 0 2px}
.bs-product-price{font-size:22px;font-weight:900;margin:0 0 10px}
.bs-product-short{font-size:13px;color:var(--bs-muted);margin:0 0 13px}
.bs-add-button,.bs-primary-button{width:100%;min-height:48px;border:0;border-radius:6px;background:var(--bs-accent-alt);color:#051113;font-weight:900;padding:11px 18px;transition:.2s ease}
.bs-add-button:hover,.bs-primary-button:hover{filter:brightness(1.1);transform:translateY(-1px)}
.bs-add-button:disabled{opacity:.42;cursor:not-allowed;transform:none}
.bs-product-detail h1{font-size:36px;margin:0 0 14px}.bs-product-detail .bs-product-price{font-size:32px}
.bs-product-actions{display:flex;gap:12px;align-items:center;margin-bottom:28px}.bs-product-actions .bs-add-button{flex:1}.bs-gift-button{width:52px;min-height:48px;border:0;border-radius:6px;background:#ddd;color:#111;font-size:22px}
.bs-product-description{font-size:17px}.bs-product-description h1{font-size:42px}.bs-product-description h2{font-size:31px;margin-top:52px}.bs-product-description p{margin:0 0 17px}
.bs-gallery-main{position:relative;aspect-ratio:16/10;background:#080808;display:grid;place-items:center;overflow:hidden}
.bs-gallery-main img{width:100%;height:100%;object-fit:contain}
.bs-gallery-thumbs{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin-top:100px}
.bs-gallery-thumb{width:84px;height:64px;padding:0;border:1px solid transparent;background:#0b0b0b;overflow:hidden}.bs-gallery-thumb.is-active{border-color:var(--bs-accent-alt)}
.bs-gallery-thumb img{width:100%;height:100%;object-fit:cover}
.bs-divider{border:0;border-top:1px solid var(--bs-border);margin:0}
.bs-button-block{display:inline-flex;text-decoration:none;align-items:center;justify-content:center;padding:12px 22px;background:var(--bs-accent);color:#04110a;border-radius:6px;font-weight:900}
.bs-embed img{max-width:100%}
.bs-footer{border-top:1px solid var(--bs-border);min-height:74px;color:#888;font-size:11px}
.bs-footer-inner{width:min(var(--bs-max),calc(100% - 48px));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.bs-editor-link{color:#87a8ff;font-weight:800;text-decoration:none}
.bs-mobile-nav-toggle{display:none}

/* Basket */
.bs-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:90;opacity:0;pointer-events:none;transition:.2s}.bs-backdrop.is-open{opacity:1;pointer-events:auto}
.bs-basket-drawer{position:fixed;z-index:100;right:0;top:0;width:min(430px,100%);height:100vh;background:#090b09;border-left:1px solid var(--bs-border);transform:translateX(102%);transition:.25s ease;display:flex;flex-direction:column;box-shadow:-30px 0 90px rgba(0,0,0,.5)}
.bs-basket-drawer.is-open{transform:none}
.bs-basket-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--bs-border)}.bs-basket-head h2{margin:0;font-size:25px}.bs-icon-button{border:1px solid var(--bs-border);background:#101410;color:#fff;border-radius:8px;width:40px;height:40px}
.bs-basket-body{padding:22px;overflow:auto;flex:1}.bs-basket-empty{text-align:center;color:var(--bs-muted);padding:70px 15px}
.bs-basket-item{display:grid;grid-template-columns:66px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #182019}.bs-basket-item img{width:66px;height:48px;object-fit:cover}.bs-basket-item h3{font-size:15px;margin:0}.bs-basket-item p{font-size:13px;color:var(--bs-muted);margin:3px 0 0}.bs-basket-remove{border:0;background:transparent;color:#e37676;font-size:20px}
.bs-basket-foot{padding:22px;border-top:1px solid var(--bs-border);background:#070907}.bs-basket-total{display:flex;justify-content:space-between;font-size:20px;font-weight:900;margin-bottom:15px}.bs-coupon-row{display:flex;gap:8px;margin-bottom:12px}.bs-coupon-row input{min-width:0;flex:1;background:#111611;border:1px solid var(--bs-border);color:#fff;border-radius:6px;padding:10px}.bs-coupon-row button{border:1px solid var(--bs-accent);background:transparent;color:var(--bs-accent);border-radius:6px;padding:0 15px;font-weight:800}

/* Login */
.studio-login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 70% 15%,rgba(32,213,123,.08),transparent 35%),#050605;padding:24px}
.studio-login-card{width:min(430px,100%);background:#0c0f0d;border:1px solid #253129;border-radius:16px;padding:34px;box-shadow:0 30px 100px rgba(0,0,0,.6)}
.studio-login-logo{width:110px;margin:0 auto 14px;display:block}.studio-login-card h1{text-align:center;margin:0 0 4px}.studio-login-card>p{text-align:center;color:#9da39f;margin:0 0 28px}.studio-login-card label{display:block;font-size:13px;font-weight:800;margin:14px 0 7px}.studio-login-card input{width:100%;background:#111512;border:1px solid #28322b;color:#fff;border-radius:8px;padding:12px 13px}.studio-login-card button{width:100%;margin-top:20px;border:0;border-radius:8px;padding:13px;background:#20d57b;color:#041008;font-weight:900}

/* Studio shell */
.studio{height:100vh;display:grid;grid-template-rows:58px minmax(0,1fr);background:#111314;color:#eef1ef;overflow:hidden;font-family:Inter,Arial,sans-serif;font-size:14px}
.studio-topbar{display:grid;grid-template-columns:280px minmax(0,1fr) auto;align-items:center;background:#181b1d;border-bottom:1px solid #2b3033;z-index:10}
.studio-brand{display:flex;align-items:center;gap:10px;padding:0 16px;font-weight:900}.studio-brand-badge{display:grid;place-items:center;width:32px;height:32px;background:#07110b;border:1px solid #23543a;border-radius:9px;color:#20d57b}
.studio-top-center{display:flex;align-items:center;gap:9px;min-width:0}.studio-page-select{max-width:270px;min-width:170px}.studio-topbar select,.studio-topbar button{height:34px;border:1px solid #353c40;background:#222629;color:#f3f5f4;border-radius:6px;padding:0 10px}.studio-topbar button:hover{border-color:#577062}.studio-topbar .is-active{background:#194c35;border-color:#29704e;color:#fff}.studio-top-actions{display:flex;align-items:center;gap:8px;padding-right:12px}.studio-save{background:#244731!important;border-color:#326643!important}.studio-publish{background:#20b96e!important;color:#031008!important;border-color:#20d57b!important;font-weight:900}.studio-danger{color:#ff8585!important}
.studio-body{display:grid;grid-template-columns:285px minmax(0,1fr) 345px;min-height:0}
.studio-left,.studio-right{background:#1a1d1f;min-height:0;overflow:auto}.studio-left{border-right:1px solid #2d3235}.studio-right{border-left:1px solid #2d3235}.studio-panel-head{position:sticky;top:0;z-index:4;background:#1a1d1f;padding:14px;border-bottom:1px solid #2d3235}.studio-panel-head h2{font-size:15px;margin:0 0 10px}.studio-tabs{display:flex;gap:3px}.studio-tab{flex:1;height:31px;border:0;background:#24282b;color:#b9c0bc;border-radius:5px;font-size:12px}.studio-tab.is-active{background:#294536;color:#fff}.studio-panel-content{padding:12px}
.studio-canvas-area{min-width:0;min-height:0;overflow:auto;background:#0e1011;background-image:linear-gradient(45deg,#111416 25%,transparent 25%),linear-gradient(-45deg,#111416 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#111416 75%),linear-gradient(-45deg,transparent 75%,#111416 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0}
.studio-preview-wrap{min-height:100%;padding:38px;display:flex;align-items:flex-start;justify-content:center}
.studio-preview{position:relative;width:1440px;min-width:1440px;min-height:900px;background:#000;box-shadow:0 20px 90px rgba(0,0,0,.55);transition:width .2s,min-width .2s}.studio-preview[data-device="tablet"]{width:768px;min-width:768px}.studio-preview[data-device="mobile"]{width:390px;min-width:390px}.studio-preview .bs-site-shell,.studio-preview .bs-footer-inner{width:min(var(--bs-max),calc(100% - 48px))}
.studio-preview[data-device="tablet"] .bs-main-layout,.studio-preview[data-device="mobile"] .bs-main-layout{grid-template-columns:1fr}.studio-preview[data-device="tablet"] .bs-sidebar,.studio-preview[data-device="mobile"] .bs-sidebar{order:2}.studio-preview[data-device="mobile"] .bs-nav{height:auto;flex-wrap:wrap}.studio-preview[data-device="mobile"] .bs-nav-link{flex:1 1 50%;min-height:48px}.studio-preview[data-device="mobile"] .bs-main-layout{gap:34px}.studio-preview[data-device="mobile"] .bs-feature-grid,.studio-preview[data-device="mobile"] .bs-product-grid{grid-template-columns:1fr}.studio-preview[data-device="mobile"] .bs-section{flex-direction:column!important}.studio-preview[data-device="mobile"] .bs-column{width:100%!important}.studio-preview[data-device="mobile"] .bs-hero-title-zone{font-size:44px!important;letter-spacing:-1.3px!important}.studio-preview[data-device="mobile"] .bs-hero-intro-zone{font-size:16px!important}.studio-preview[data-device="mobile"] .bs-gallery-thumbs{margin-top:30px}

/* Editable overlays */
.studio-preview [data-editor-kind]{outline:1px dashed transparent;outline-offset:3px;cursor:default;transition:outline-color .1s,background-color .1s}
.studio-preview [data-editor-kind]:hover{outline-color:rgba(64,198,202,.75)}
.studio-preview [data-editor-kind].is-selected{outline:2px solid #40c6ca!important;outline-offset:4px}
.editor-chip{display:none;position:absolute;z-index:25;top:-24px;left:0;height:22px;padding:2px 7px;border-radius:4px 4px 0 0;background:#40c6ca;color:#041012;font:700 11px/18px Inter,Arial,sans-serif;white-space:nowrap}
.studio-preview [data-editor-kind].is-selected>.editor-chip{display:block}
.studio-preview .bs-block,.studio-preview .bs-section,.studio-preview .bs-sidebar-block,.studio-preview .bs-nav-link,.studio-preview .bs-brand{position:relative}
.studio-preview .bs-nav-link .editor-chip{top:0;left:2px;transform:none}
.studio-preview .bs-brand .editor-chip{top:5px;left:50%;transform:translateX(-50%)}
.studio-preview [contenteditable="true"]{outline:2px solid #20d57b!important;background:rgba(32,213,123,.05)}

/* Tree / panels */
.tree-group{margin-bottom:14px}.tree-title{display:flex;align-items:center;justify-content:space-between;color:#8f9993;text-transform:uppercase;font-size:10px;letter-spacing:1px;font-weight:900;margin:0 4px 6px}.tree-item{display:flex;align-items:center;gap:7px;min-height:34px;padding:6px 7px;border:1px solid transparent;border-radius:6px;color:#dce1de}.tree-item:hover{background:#222629}.tree-item.is-selected{background:#263a31;border-color:#345644}.tree-item button{border:0;background:transparent;color:inherit;padding:0;text-align:left;min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-item-actions{display:flex;gap:2px}.tree-mini{flex:0!important;width:22px!important;height:22px!important;text-align:center!important;border-radius:4px!important;color:#8e9993!important}.tree-mini:hover{background:#353b3e!important;color:#fff!important}.tree-indent-1{margin-left:12px}.tree-indent-2{margin-left:25px}.tree-indent-3{margin-left:38px}.tree-indent-4{margin-left:51px}.tree-icon{width:18px;text-align:center;color:#82ad95;flex:0 0 18px}.tree-empty{padding:18px;text-align:center;color:#7d8681;font-size:12px;border:1px dashed #343a3d;border-radius:7px}
.studio-add-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.studio-add-card{min-height:72px;border:1px solid #303638;background:#222629;color:#e8ecea;border-radius:7px;text-align:left;padding:10px}.studio-add-card:hover{border-color:#39815b;background:#26312b}.studio-add-card strong{display:block;font-size:12px}.studio-add-card span{display:block;font-size:10px;color:#9da69f;margin-top:4px}
.panel-button{width:100%;min-height:36px;border:1px solid #39413d;background:#242925;color:#fff;border-radius:6px;margin:0 0 8px;font-weight:700}.panel-button:hover{border-color:#4b7a5f}.panel-button.green{background:#1f5037;border-color:#2c714d}.panel-button.red{color:#ff9898;border-color:#694242;background:#342324}.panel-button.inline{width:auto;padding:0 12px;margin:0}.panel-help{font-size:11px;color:#8d9691;line-height:1.45}.panel-divider{border:0;border-top:1px solid #303538;margin:15px 0}
.catalog-card{border:1px solid #303638;border-radius:7px;padding:9px;margin-bottom:7px;background:#202426}.catalog-card.is-selected{border-color:#3a805a;background:#25342c}.catalog-card strong{display:block}.catalog-card small{color:#909a94}.catalog-row{display:flex;align-items:center;justify-content:space-between;gap:8px}

/* Inspector */
.inspector-empty{padding:30px 15px;text-align:center;color:#838c87}.inspector-heading{font-size:16px;margin:0 0 3px}.inspector-meta{font-size:11px;color:#89918d;margin-bottom:12px}.inspector-tabs{display:flex;overflow:auto;border-bottom:1px solid #303538;margin:0 -12px 14px;padding:0 12px}.inspector-tab{border:0;background:transparent;color:#9ca49f;padding:9px 10px;border-bottom:2px solid transparent;white-space:nowrap;font-size:11px}.inspector-tab.is-active{color:#fff;border-color:#20d57b}.field{margin-bottom:12px}.field label{display:block;font-size:11px;color:#aeb5b1;font-weight:800;margin:0 0 5px}.field input,.field select,.field textarea{width:100%;background:#111516;border:1px solid #353c3f;color:#f2f4f3;border-radius:6px;padding:8px 9px;min-height:34px}.field textarea{resize:vertical;min-height:92px;line-height:1.45}.field input[type="color"]{padding:3px;height:36px}.field input[type="checkbox"]{width:auto;min-height:0}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field-row.four{grid-template-columns:repeat(4,1fr)}.field-check{display:flex;align-items:center;gap:8px;padding:7px 0}.field-check label{margin:0}.field-hint{font-size:10px;color:#7f8983;margin-top:4px}.field-code{font-family:Consolas,monospace;font-size:12px;min-height:170px!important;tab-size:2}.rich-toolbar{display:flex;flex-wrap:wrap;gap:4px;background:#101414;border:1px solid #353c3f;border-bottom:0;padding:5px;border-radius:6px 6px 0 0}.rich-toolbar button{width:29px;height:28px;border:1px solid #303638;background:#202526;color:#fff;border-radius:4px;font-weight:800}.rich-editor{min-height:150px;background:#fff;color:#111;padding:10px;border-radius:0 0 6px 6px;overflow:auto}.rich-editor:focus{outline:2px solid #20d57b}.code-mode-switch{display:flex;gap:5px;margin-bottom:7px}.code-mode-switch button{border:1px solid #343a3d;background:#202526;color:#b5bdb8;border-radius:5px;padding:6px 9px;font-size:11px}.code-mode-switch button.is-active{background:#28513b;color:#fff;border-color:#3a7958}
.style-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.style-preset-grid button{height:32px;border:1px solid #343b3e;background:#232729;color:#fff;border-radius:5px}.style-preset-grid button:hover{border-color:#548069}

/* Modal */
.studio-modal-backdrop{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.75);display:grid;place-items:center;padding:24px}.studio-modal{width:min(720px,100%);max-height:88vh;overflow:auto;background:#191d1f;border:1px solid #394044;border-radius:12px;box-shadow:0 30px 100px #000;padding:20px}.studio-modal h2{margin:0 0 18px}.studio-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:17px}.studio-modal-actions button{height:38px;border:1px solid #3a4145;background:#252a2d;color:#fff;border-radius:6px;padding:0 16px}.studio-modal-actions .primary{background:#20b96e;color:#041009;border-color:#20d57b;font-weight:900}.backup-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #303538}.backup-row small{color:#8f9993}.backup-row button{height:32px;border:1px solid #4b6657;background:#25372e;color:#fff;border-radius:5px}

/* Toast */
#toast-root{position:fixed;z-index:1000;right:18px;bottom:18px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{max-width:390px;background:#1b211d;color:#fff;border:1px solid #3b5144;border-radius:8px;padding:11px 14px;box-shadow:0 14px 45px rgba(0,0,0,.45);animation:toast-in .2s ease}.toast.error{border-color:#7b4141;background:#2b1717}.toast.success{border-color:#2e7850}.toast.warning{border-color:#8a6e2b;background:#2d2616}@keyframes toast-in{from{transform:translateY(8px);opacity:0}}

@media(max-width:900px){
  .bs-site-shell,.bs-footer-inner{width:min(100% - 28px,var(--bs-max))}.bs-main-layout{grid-template-columns:1fr;gap:40px}.bs-sidebar{order:2}.bs-nav-wrap{padding-bottom:28px}.bs-brand{min-height:90px}.bs-feature-grid{grid-template-columns:1fr}.bs-section{flex-direction:column!important;gap:25px!important}.bs-column{width:100%!important}.bs-product-grid{grid-template-columns:1fr 1fr}.bs-gallery-thumbs{margin-top:35px}.bs-footer-inner{flex-wrap:wrap;justify-content:center;padding:20px 0}
}
@media(max-width:620px){
  .bs-header{padding-top:10px}.bs-utility{height:30px}.bs-brand{padding-bottom:14px}.bs-logo{max-width:100%}.bs-nav{height:auto;display:grid;grid-template-columns:1fr 1fr}.bs-nav-link{min-height:48px;padding:0 10px;font-size:12px}.bs-basket-button{position:absolute;right:10px;top:-44px}.bs-main-layout{padding-bottom:45px}.bs-hero-title-zone{font-size:43px!important;letter-spacing:-1.3px!important}.bs-hero-intro-zone{font-size:16px!important}.bs-product-grid{grid-template-columns:1fr}.bs-product-description h1{font-size:34px}.bs-product-detail h1{font-size:30px}
}
@media(max-width:1180px){.studio-body{grid-template-columns:245px minmax(0,1fr) 320px}.studio-topbar{grid-template-columns:245px minmax(0,1fr) auto}.studio-top-actions .hide-small{display:none}}

/* BSensei Studio v2.1 - rich text controls */
.rich-toolbar{align-items:center;gap:6px}
.rich-toolbar-group{display:flex;gap:4px;padding-right:6px;border-right:1px solid #303638}
.rich-toolbar-group:last-of-type{border-right:0}
.rich-toolbar button{flex:0 0 auto;cursor:pointer}
.rich-toolbar button:hover{background:#2b3332;border-color:#20d57b}
.rich-align-button{font-size:11px;letter-spacing:.2px}
.rich-format-control{display:flex!important;align-items:center;gap:5px;margin:0!important;color:#aeb5b1!important;font-size:10px!important;font-weight:800!important;white-space:nowrap}
.rich-format-control select{width:auto!important;min-width:64px;min-height:28px!important;height:28px;padding:3px 5px!important;border-radius:4px!important;font-size:10px}
.rich-editor{line-height:1.18;white-space:normal}
.rich-editor p,.rich-editor div,.rich-editor h1,.rich-editor h2,.rich-editor h3,.rich-editor h4,.rich-editor h5,.rich-editor h6,.rich-editor blockquote{margin-top:0;margin-bottom:0}
.rich-editor ul,.rich-editor ol{margin-top:0;margin-bottom:0;padding-left:22px}
@media (max-width:1500px){.rich-format-control{width:100%;justify-content:space-between}.rich-format-control select{flex:1}}

/* BSensei Studio v2.2 - independent hero zones, font controls and media sizing */
.inspector-note{margin:0 0 14px;padding:11px 12px;border:1px solid #385345;border-radius:7px;background:#1f2b24;color:#dbe8e0;font-size:11px;line-height:1.45}
.inspector-note strong{color:#43df8c}
.rich-toolbar{position:relative}
.rich-format-control select{max-width:118px}
.studio-preview .bs-hero-title-zone.is-selected,.studio-preview .bs-hero-intro-zone.is-selected{outline-color:#20d57b!important}
.studio-preview .bs-hero-title-zone>.editor-chip,.studio-preview .bs-hero-intro-zone>.editor-chip{top:-22px}
@media(max-width:1500px){.rich-toolbar-group{flex-wrap:wrap}.rich-format-control{width:100%}.rich-format-control select{max-width:none}}
