.sb-page *,.sb-page :before,.sb-page :after{box-sizing:border-box;margin:0;padding:0}.sb-page{color:#1e293b;-webkit-font-smoothing:antialiased;background:#e8eaef;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.sb-demo-bar{background:#1a1d2e;border-bottom:1px solid #ffffff0f;padding:.6rem 1.25rem}.sb-demo-bar-inner{flex-direction:column;gap:.3rem;display:flex}.sb-back{color:#ffffff80;width:fit-content;font-size:.8125rem;text-decoration:none}.sb-back:hover{color:#a78bfa}.sb-banner{color:#ffffff59;font-size:.75rem}.sb-split{min-height:calc(100vh - 52px);display:flex}.sb-panel{min-width:0}.sb-panel--shop{background:#fafafa;flex-direction:column;flex:0 0 45%;display:flex;position:relative}.sb-divider{background:linear-gradient(#0000,#7c3aed59 20% 80%,#0000);flex-shrink:0;width:1px}.sb-panel--admin{color:#e2e8f0;background:#1a1d2e;flex:1;padding:1.5rem 1.75rem 2rem;overflow-y:auto}@media (max-width:960px){.sb-split{flex-direction:column}.sb-panel--shop{flex:none;min-height:420px}.sb-divider{width:100%;height:1px}}.sb-shop-header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.sb-shop-logo{color:#1e293b;letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.sb-shop-nav{color:#64748b;gap:1.25rem;font-size:.8125rem;list-style:none;display:flex}.sb-shop-nav a{color:inherit;text-decoration:none}.sb-shop-nav a:hover{color:#7c3aed}.sb-shop-main{flex:1;justify-content:center;align-items:flex-start;padding:2rem 1.5rem;display:flex}.sb-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;max-width:360px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.sb-product-image{background:linear-gradient(135deg,#d4a574 0%,#c4956a 35%,#8b6914 70%,#5c4a32 100%);height:220px}.sb-product-body{padding:1.25rem 1.35rem 1.5rem}.sb-product-title{color:#1e293b;margin-bottom:.35rem;font-size:1.125rem;font-weight:600}.sb-product-price{color:#7c3aed;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sb-btn-cart{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.5rem;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s}.sb-btn-cart:hover{background:#334155}.sb-chat-fab{color:#fff;cursor:pointer;z-index:10;background:#7c3aed;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:transform .2s,opacity .2s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 24px #7c3aed73}.sb-chat-fab:hover{transform:scale(1.05)}.sb-chat-fab.is-hidden{opacity:0;pointer-events:none;transform:scale(.8)}.sb-chat-popup{z-index:20;opacity:0;visibility:hidden;background:#fff;border-radius:.75rem;flex-direction:column;width:min(340px,100% - 2rem);max-height:480px;transition:opacity .25s,transform .25s,visibility .25s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:translateY(12px)scale(.96);box-shadow:0 12px 40px #0000002e}.sb-chat-popup.is-open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.sb-chat-header{color:#fff;background:#7c3aed;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.sb-chat-header-title{font-size:.8125rem;font-weight:600}.sb-chat-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:.375rem;width:28px;height:28px;font-family:inherit;font-size:1.125rem;line-height:1}.sb-chat-close:hover{background:#ffffff40}.sb-chat-messages{background:#f8fafc;flex-direction:column;flex:1;gap:.75rem;min-height:280px;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.sb-msg{border-radius:.75rem;max-width:88%;padding:.6rem .85rem;font-size:.8125rem;line-height:1.45}.sb-msg--bot{color:#334155;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:.2rem;align-self:flex-start}.sb-msg--user{color:#fff;background:#7c3aed;border-bottom-right-radius:.2rem;align-self:flex-end}.sb-chat-input-row{background:#fff;border-top:1px solid #e2e8f0;gap:.5rem;padding:.75rem;display:flex}.sb-chat-input{border:1px solid #e2e8f0;border-radius:.5rem;flex:1;padding:.55rem .75rem;font-family:inherit;font-size:.8125rem}.sb-chat-input:focus{border-color:#7c3aed;outline:none}.sb-chat-send{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:.5rem;padding:.55rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:600}.sb-chat-send:hover{background:#6d28d9}.sb-admin-header{margin-bottom:1.5rem}.sb-admin-header h1{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:600}.sb-admin-header p{color:#94a3b8;margin-top:.25rem;font-size:.8125rem}.sb-stats{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.5rem;display:grid}@media (max-width:1200px){.sb-stats{grid-template-columns:repeat(2,1fr)}}.sb-stat-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.65rem;padding:1rem 1.1rem}.sb-stat-label{color:#94a3b8;margin-bottom:.35rem;font-size:.6875rem}.sb-stat-value{color:#fff;font-size:1.375rem;font-weight:700}.sb-stat-value--accent{color:#a78bfa}.sb-stat-sub{color:#64748b;margin-top:.15rem;font-size:.75rem}.sb-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:.65rem;margin-bottom:1.15rem;padding:1.15rem 1.25rem}.sb-card-title{color:#fff;margin-bottom:.85rem;font-size:.875rem;font-weight:600}.sb-conversation-row{border-bottom:1px solid #ffffff0f;align-items:center;gap:.65rem;padding:.65rem 0;font-size:.8125rem;display:flex}.sb-conversation-row:last-child{border-bottom:none;padding-bottom:0}.sb-conversation-row:first-child{padding-top:0}.sb-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sb-status-dot--bot{background:#10b981;box-shadow:0 0 8px #10b98180}.sb-status-dot--human{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}.sb-conversation-user{color:#a78bfa;min-width:5.5rem;font-weight:600}.sb-conversation-topic{color:#cbd5e1;flex:1}.sb-conversation-status{color:#94a3b8;text-align:right;font-size:.75rem}.sb-faq-list{counter-reset:faq;list-style:none}.sb-faq-list li{counter-increment:faq;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.8125rem;display:flex}.sb-faq-list li:last-child{border-bottom:none}.sb-faq-list li:before{content:counter(faq) ".";color:#7c3aed;margin-right:.5rem;font-weight:600}.sb-faq-q{color:#e2e8f0;flex:1}.sb-faq-count{color:#94a3b8;font-size:.75rem}.sb-training{justify-content:space-between;align-items:center;gap:1rem;display:flex}.sb-training-text{color:#cbd5e1;font-size:.8125rem}.sb-training-text strong{color:#fff}.sb-training-label{margin-left:.25rem;font-weight:700}.sb-training-label.is-on{color:#34d399}.sb-training-label.is-off{color:#94a3b8}.sb-toggle{flex-shrink:0;width:48px;height:26px;position:relative}.sb-toggle input{opacity:0;width:0;height:0}.sb-toggle-slider{cursor:pointer;background:#ffffff26;border-radius:999px;transition:background .2s;position:absolute;inset:0}.sb-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;bottom:3px;left:3px}.sb-toggle input:checked+.sb-toggle-slider{background:#7c3aed}.sb-toggle input:checked+.sb-toggle-slider:before{transform:translate(22px)}.sb-toggle input:focus-visible+.sb-toggle-slider{outline-offset:2px;outline:2px solid #a78bfa}
