:root{
	--tcsb-primary:#6B21A8;
	--tcsb-primary-light:#9333EA;
	--tcsb-accent:#F472B6;
	--tcsb-dark:#120019;
	--tcsb-icon:#cbb8dd;
	--tcsb-icon-active:#ffffff;
	--tcsb-qty-bg:#f2eef7;
	--tcsb-qty-color:#111111;
	--tcsb-back-bg:#ffffff;
	--tcsb-back-color:#111111;
	--tcsb-hero-title-color:#ffffff;
	--tcsb-hero-subtitle-color:#e9defe;
	--tcsb-wish-bg:#ffffff;
	--tcsb-bg:#f7f5fa;
	--tcsb-card:#ffffff;
	--tcsb-radius:14px;
}
.tcsb-app{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--tcsb-bg);color:#1a1a1a;max-width:1280px;margin:0 auto;padding-bottom:70px;position:relative;}
.tcsb-app *{box-sizing:border-box;}
.tcsb-app a{text-decoration:none;color:inherit;}
.tcsb-app button{font-family:inherit;cursor:pointer;border:none;}

/* Top bar */
.tcsb-topbar{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 8px rgba(0,0,0,.05);}
.tcsb-topbar .tcsb-back{background:var(--tcsb-back-bg);color:var(--tcsb-back-color);font-size:20px;padding:6px 12px;border-radius:10px;line-height:1;}
.tcsb-topbar .tcsb-logo{height:30px;}
.tcsb-topbar .tcsb-spacer{flex:1;}
.tcsb-search-inline{flex:1;display:flex;align-items:center;background:#f2eef7;border-radius:24px;padding:8px 14px;gap:8px;}
.tcsb-search-inline input{border:none;background:none;outline:none;width:100%;font-size:14px;}
.tcsb-icon-btn{position:relative;background:none;font-size:18px;padding:6px;color:#333;}
.tcsb-icon-btn svg,.tcsb-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;}
.tcsb-badge{position:absolute;top:-2px;right:-2px;background:var(--tcsb-accent);color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;}

/* Hero */
.tcsb-hero{border-radius:var(--tcsb-radius);margin:16px;padding:56px 28px 36px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--tcsb-dark),var(--tcsb-primary) 60%,var(--tcsb-primary-light));background-size:cover;background-position:center;}
.tcsb-hero.has-bg{background-image:linear-gradient(135deg,rgba(18,0,25,.75),rgba(107,33,168,.55)),var(--tcsb-hero-bg-url);}
.tcsb-hero h1{font-size:30px;margin:0 0 10px;font-weight:800;line-height:1.2;color:var(--tcsb-hero-title-color);position:relative;z-index:2;transition:opacity .6s ease;}
.tcsb-hero p{opacity:.9;margin:0 0 18px;max-width:420px;color:var(--tcsb-hero-subtitle-color);position:relative;z-index:2;transition:opacity .6s ease;}
.tcsb-hero h1.tcsb-text-fade,.tcsb-hero p.tcsb-text-fade{animation:tcsb-text-blink 1.2s ease;}
@keyframes tcsb-text-blink{0%{opacity:1;}30%{opacity:.15;}100%{opacity:1;}}
.tcsb-hero .tcsb-hero-cta,.tcsb-hero .tcsb-hero-perks{position:relative;z-index:2;}
.tcsb-hero-slides{position:absolute;inset:0;z-index:0;}
.tcsb-hero-slides.tcsb-effect-fade{overflow:hidden;}
.tcsb-hero-slides.tcsb-effect-fade .tcsb-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;}
.tcsb-hero-slides.tcsb-effect-fade .tcsb-hero-slide.active{opacity:1;}
.tcsb-hero-slides.tcsb-effect-slide{display:flex;width:100%;height:100%;overflow:hidden;transition:transform 1s ease;}
.tcsb-hero-slides.tcsb-effect-slide .tcsb-hero-slide{flex:0 0 100%;height:100%;background-size:cover;background-position:center;}
.tcsb-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(18,0,25,.75),rgba(107,33,168,.5));z-index:1;}
.tcsb-btn-primary{background:var(--tcsb-primary);color:#fff;padding:12px 22px;border-radius:10px;font-weight:700;font-size:14px;display:inline-block;box-shadow:0 6px 18px rgba(107,33,168,.35);}
.tcsb-btn-dark{background:var(--tcsb-dark);color:#fff;padding:12px 22px;border-radius:10px;font-weight:700;}
.tcsb-btn-outline{background:#fff;border:2px solid var(--tcsb-primary)!important;color:var(--tcsb-primary);padding:10px 20px;border-radius:10px;font-weight:700;}
.tcsb-ticker{overflow:hidden;white-space:nowrap;padding:9px 0;font-size:13px;font-weight:600;}
.tcsb-ticker-track{display:inline-flex;animation:tcsb-ticker-scroll var(--tcsb-ticker-speed,18s) linear infinite;}
.tcsb-ticker-track span{padding:0 40px;display:inline-block;}
@keyframes tcsb-ticker-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* Perks bar (Wide Range / Fast Delivery / Secure Payments / 24-7 Support) */
.tcsb-hero-wrap{box-sizing:border-box;max-width:100%;}
.tcsb-perks-bar{display:grid;grid-template-columns:repeat(var(--tcsb-perks-cols,4),1fr);background:var(--tcsb-perks-bg,#0d0018);padding:26px 20px;margin:0;box-sizing:border-box;width:100%;overflow:hidden;}
.tcsb-perk-item{display:flex;align-items:center;gap:14px;padding:6px 18px;position:relative;}
.tcsb-perk-item:not(:nth-child(1)):before{content:"";position:absolute;left:0;top:10%;bottom:10%;width:1px;background:rgba(255,255,255,.12);}
.tcsb-perk-icon{width:56px;height:56px;min-width:56px;border-radius:50%;background:var(--tcsb-perks-icon-bg,#6B21A8);display:flex;align-items:center;justify-content:center;}
.tcsb-perk-icon svg{width:26px;height:26px;stroke:var(--tcsb-perks-icon-color,#fff);fill:none;stroke-width:1.6;}
.tcsb-perk-text{display:flex;flex-direction:column;gap:3px;min-width:0;}
.tcsb-perk-text strong{color:var(--tcsb-perks-title-color,#fff);font-size:15px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tcsb-perk-text span{color:var(--tcsb-perks-sub-color,#b9b0c6);font-size:12.5px;font-weight:500;}
@media (max-width:640px){
	.tcsb-perks-bar{padding:18px 12px;gap:14px 0;}
	.tcsb-perk-icon{width:44px;height:44px;min-width:44px;}
	.tcsb-perk-icon svg{width:20px;height:20px;}
	.tcsb-perk-text strong{font-size:13px;}
	.tcsb-perk-text span{font-size:11px;}
	.tcsb-perk-item{gap:10px;padding:4px 8px;}
	.tcsb-perk-item:nth-child(odd):before{display:none;}
}
@media (max-width:899px){ .tcsb-hide-on-mobile{display:none!important;} }
@media (min-width:900px){ .tcsb-hide-on-desktop{display:none!important;} }

/* Sections */
.tcsb-section{padding:18px 16px 6px;}
.tcsb-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}
.tcsb-section-head h2{font-size:17px;margin:0;font-weight:800;}
.tcsb-section-head a{font-size:13px;color:var(--tcsb-primary);font-weight:700;}

/* Category chips: horizontal, swipeable row */
.tcsb-cat-row{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;-webkit-overflow-scrolling:touch;}
.tcsb-cat-row::-webkit-scrollbar{height:0;}
.tcsb-cat-item{text-align:center;cursor:pointer;flex:0 0 72px;scroll-snap-align:start;}
.tcsb-cat-item .tcsb-cat-icon{width:56px;height:56px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;box-shadow:0 3px 10px rgba(0,0,0,.06);overflow:hidden;font-size:24px;}
.tcsb-cat-item img{width:100%;height:100%;object-fit:cover;}
.tcsb-cat-item span{font-size:11px;font-weight:600;display:block;white-space:nowrap;}

/* Product grid */
.tcsb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;}
@media (min-width:900px){
	.tcsb-grid{grid-template-columns:repeat(var(--tcsb-cols,4),1fr);}
}
.tcsb-card{background:var(--tcsb-card);border-radius:var(--tcsb-radius);padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);cursor:pointer;transition:transform .15s;}
.tcsb-card:hover{transform:translateY(-3px);}
.tcsb-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;background:#f2eef7;}
.tcsb-card .tcsb-name{font-size:13px;font-weight:600;margin:8px 0 4px;line-height:1.3;max-height:34px;overflow:hidden;}
.tcsb-card .tcsb-price{font-weight:800;color:var(--tcsb-primary);font-size:14px;}
.tcsb-slash-price{text-decoration:line-through;color:var(--tcsb-slash-color,#999);font-weight:600;margin-left:6px;font-size:var(--tcsb-slash-font-desktop,13px);}
@media (max-width:640px){ .tcsb-slash-price{font-size:var(--tcsb-slash-font-mobile,11px);} }
.tcsb-card .tcsb-rating{font-size:11px;color:#f5a623;margin-top:2px;}
.tcsb-card{position:relative;}
.tcsb-wish-btn{position:absolute;top:16px;right:16px;background:var(--tcsb-wish-bg,rgba(255,255,255,.9));width:28px;height:28px;border-radius:50%;font-size:15px;color:#ccc;display:flex;align-items:center;justify-content:center;z-index:2;}
.tcsb-wish-btn.no-bg{background:transparent;box-shadow:none;width:auto;height:auto;font-size:18px;text-shadow:0 1px 3px rgba(0,0,0,.35);}
.tcsb-discount-badge{position:absolute;top:16px;left:16px;background:#e11d48;color:#fff;font-weight:800;padding:3px 8px;border-radius:6px;z-index:2;font-size:var(--tcsb-discount-font-desktop,12px);}
@media (max-width:640px){ .tcsb-discount-badge{font-size:var(--tcsb-discount-font-mobile,11px);} }
.tcsb-wish-btn.active{color:var(--tcsb-wish-color);}
.tcsb-card-cart-row{margin-top:8px;}
.tcsb-card-add{width:100%;background:var(--tcsb-primary);color:#fff;padding:8px;border-radius:8px;font-weight:700;font-size:12px;}
.tcsb-card-stepper{display:flex;align-items:center;justify-content:space-between;background:var(--tcsb-qty-bg);border-radius:8px;padding:4px;}
.tcsb-card-stepper button{width:26px;height:26px;border-radius:6px;background:#fff;color:var(--tcsb-qty-color);font-weight:800;}
.tcsb-card-stepper span{font-weight:700;font-size:13px;color:var(--tcsb-qty-color);}

/* Premium footer icons: single-color SVGs that inherit currentColor */
.tcsb-f-icon svg{width:20px;height:20px;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;}

/* Category directory list */
.tcsb-catlist-item{display:flex;align-items:center;gap:10px;background:#fff;padding:12px;border-radius:12px;margin-bottom:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);cursor:pointer;}
.tcsb-catlist-item img{width:48px;height:48px;border-radius:12px;object-fit:cover;background:#f2eef7;flex:0 0 auto;}
.tcsb-catlist-item .tcsb-catlist-name{font-weight:700;font-size:14px;}
.tcsb-catlist-item .tcsb-catlist-desc{font-size:12px;color:#888;}
.tcsb-catlist-item .tcsb-chev{margin-left:auto;color:#bbb;}
.tcsb-catlist-item .tcsb-catlist-main{flex:1;min-width:0;}
.tcsb-catlist-item .tcsb-catlist-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex:0 0 auto;}
.tcsb-catlist-item .tcsb-amount{font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap;}

/* Filter / sort chips (product list) */
.tcsb-chips{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;}
.tcsb-chip{padding:8px 16px;border-radius:20px;background:#fff;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.05);}
.tcsb-chip.active{background:var(--tcsb-primary);color:#fff;}
.tcsb-sort-row{display:flex;justify-content:flex-end;margin-bottom:10px;}
.tcsb-sort-row select{border:1px solid #eee;border-radius:8px;padding:8px 10px;font-size:13px;background:#fff;}

/* Product detail */
.tcsb-pd-gallery{border-radius:var(--tcsb-radius);overflow:hidden;background:linear-gradient(135deg,var(--tcsb-dark),var(--tcsb-primary));margin:0 16px;}
.tcsb-pd-gallery img{width:100%;max-height:380px;object-fit:contain;}
.tcsb-pd-body{padding:18px 16px 40px;}
.tcsb-pd-title{font-size:20px;font-weight:800;margin:6px 0;}
.tcsb-pd-price{font-size:22px;font-weight:800;color:var(--tcsb-primary);margin:6px 0 10px;}
.tcsb-pd-actions{display:flex;gap:10px;margin:14px 0 20px;}
.tcsb-pd-actions button{flex:1;padding:14px;border-radius:12px;font-weight:800;}
.tcsb-pd-desc{color:#555;font-size:14px;line-height:1.6;margin-bottom:18px;}
.tcsb-pd-desc-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#888;margin:18px 0 8px;}
.tcsb-rich-content p{margin:0 0 10px;}
.tcsb-rich-content ul,.tcsb-rich-content ol{margin:0 0 10px 20px;padding:0;}
.tcsb-rich-content li{margin-bottom:4px;}
.tcsb-rich-content strong,.tcsb-rich-content b{color:#222;font-weight:800;}
.tcsb-rich-content h1,.tcsb-rich-content h2,.tcsb-rich-content h3,.tcsb-rich-content h4{font-size:14px;font-weight:800;color:#222;margin:12px 0 6px;}
.tcsb-rich-content a{color:var(--tcsb-primary);text-decoration:underline;}
.tcsb-rich-content img{max-width:100%;height:auto;border-radius:8px;margin:8px 0;}
.tcsb-opt-label{font-weight:700;font-size:13px;margin:14px 0 8px;}
.tcsb-opt-row{display:flex;gap:8px;flex-wrap:wrap;}
.tcsb-opt-btn{border:2px solid #eee;background:#fff;padding:8px 14px;border-radius:9px;font-weight:700;font-size:13px;}
.tcsb-opt-btn.active{border-color:var(--tcsb-primary);color:var(--tcsb-primary);}
.tcsb-swatch{width:30px;height:30px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #eee;}
.tcsb-swatch.active{box-shadow:0 0 0 2px var(--tcsb-primary);}
.tcsb-qty-row{display:flex;align-items:center;gap:14px;margin:16px 0;}
.tcsb-qty-btn{width:34px;height:34px;border-radius:8px;background:var(--tcsb-qty-bg);color:var(--tcsb-qty-color);font-weight:800;font-size:16px;}

/* Cart */
.tcsb-cart-item{display:flex;gap:12px;background:#fff;padding:12px;border-radius:12px;margin-bottom:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);align-items:center;}
.tcsb-cart-item img{width:60px;height:60px;border-radius:10px;object-fit:cover;background:#f2eef7;}
.tcsb-cart-item .tcsb-ci-name{font-weight:700;font-size:13px;}
.tcsb-cart-item .tcsb-ci-price{color:var(--tcsb-primary);font-weight:800;font-size:13px;}
.tcsb-ci-qty{display:flex;align-items:center;gap:8px;margin-left:auto;}
.tcsb-ci-qty button{width:26px;height:26px;border-radius:6px;background:var(--tcsb-qty-bg);color:var(--tcsb-qty-color);font-weight:800;}
.tcsb-summary{background:#fff;border-radius:14px;padding:16px;margin:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.tcsb-summary-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px;color:#555;font-variant-numeric:tabular-nums;}
.tcsb-summary-row.total{font-weight:800;color:#111;font-size:16px;border-top:1px solid #eee;padding-top:10px;}

/* Checkout */
.tcsb-block{background:#fff;border-radius:14px;padding:16px;margin:0 16px 16px;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.tcsb-block h3{font-size:14px;margin:0 0 10px;font-weight:800;}
.tcsb-block label.tcsb-req::after{content:" *";color:#e11d48;}
.tcsb-addr input{width:100%;border:1px solid #eee;border-radius:8px;padding:9px;font-size:13px;margin-bottom:8px;}
.tcsb-addr input.tcsb-input-error,.tcsb-input-error{border-color:#e11d48!important;background:#fff5f5!important;}
.tcsb-pass-field{position:relative;}
.tcsb-pass-field input{padding-right:40px;}
.tcsb-eye-toggle{position:absolute;right:4px;top:4px;bottom:4px;width:32px;background:none;font-size:15px;color:#888;border-radius:6px;}
.tcsb-eye-toggle:hover{background:#f2eef7;}
.tcsb-radio-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f2f2f2;font-size:13px;}
.tcsb-radio-row:last-child{border:none;}
.tcsb-radio-row input{margin-right:8px;}
.tcsb-check-row{font-size:13px;display:flex;align-items:center;gap:8px;margin-top:6px;}
.tcsb-field-error{color:#b91c1c;font-size:12px;margin:-4px 0 8px;}
.tcsb-field-error:not(:empty){background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:9px 12px;font-weight:600;}

/* Login / Register */
.tcsb-auth-tabs{display:flex;gap:10px;margin-bottom:16px;}
.tcsb-auth-tab{flex:1;text-align:center;padding:10px;border-radius:10px;background:#f2eef7;font-weight:700;font-size:13px;}
.tcsb-auth-tab.active{background:var(--tcsb-primary);color:#fff;}
.tcsb-account-header{display:flex;align-items:center;gap:12px;padding:16px;}
.tcsb-avatar{width:48px;height:48px;border-radius:50%;background:var(--tcsb-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;}

/* Order status colors */
.tcsb-status{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:800;display:inline-block;}
.tcsb-status.yellow{background:#fff7d6;color:#946c00;}
.tcsb-status.green{background:#dcfce7;color:#15803d;}
.tcsb-status.red{background:#fee2e2;color:#b91c1c;}

/* Account tabs */
.tcsb-account-tabs{display:flex;gap:8px;padding:0 16px 12px;}
.tcsb-account-tab{flex:1;text-align:center;padding:10px;border-radius:10px;background:#fff;font-weight:700;font-size:12px;box-shadow:0 1px 5px rgba(0,0,0,.05);}
.tcsb-account-tab.active{background:var(--tcsb-primary);color:#fff;}

/* Referral box */
.tcsb-referral-box{display:flex;align-items:center;gap:8px;background:#f2eef7;border-radius:10px;padding:10px 12px;}
.tcsb-referral-box input{flex:1;border:none;background:none;font-size:12px;color:#333;outline:none;}
.tcsb-referral-box button{background:var(--tcsb-primary);color:#fff;padding:8px 14px;border-radius:8px;font-weight:700;font-size:12px;white-space:nowrap;}

/* Order status filter chips */
.tcsb-order-filters{display:flex;gap:8px;padding:0 0 12px;overflow-x:auto;}
.tcsb-order-filter{padding:7px 14px;border-radius:20px;background:#fff;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.05);}
.tcsb-order-filter.active{background:var(--tcsb-primary);color:#fff;}
.tcsb-order-time{color:#aaa;font-size:11px;}

/* Receipt modal */
.tcsb-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:flex-end;justify-content:center;}
.tcsb-modal{background:#fff;border-radius:18px 18px 0 0;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;padding:20px;}
.tcsb-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;}
.tcsb-modal-head h3{margin:0;font-size:16px;font-weight:800;}
.tcsb-modal-close{background:#f2eef7;width:30px;height:30px;border-radius:50%;font-weight:800;}
.tcsb-receipt-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:6px 0;border-bottom:1px dashed #eee;font-variant-numeric:tabular-nums;}
.tcsb-receipt-row:last-child{border:none;}
.tcsb-receipt-row span:first-child{color:#888;flex:0 0 auto;}
.tcsb-receipt-row span:last-child{text-align:right;font-weight:600;}
.tcsb-receipt-items{margin:12px 0;}
.tcsb-receipt-item{display:flex;align-items:center;gap:10px;font-size:13px;padding:6px 0;color:#444;font-variant-numeric:tabular-nums;}
.tcsb-receipt-img{width:36px;height:36px;border-radius:8px;object-fit:cover;background:#f2eef7;flex:0 0 auto;}
.tcsb-receipt-item-name{flex:1;min-width:0;}

/* Account vertical submenu */
.tcsb-account-menu{display:flex;flex-direction:column;gap:10px;padding:0 16px;}
.tcsb-account-menu-item{display:flex;align-items:center;gap:12px;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);font-weight:700;font-size:14px;cursor:pointer;}
.tcsb-account-menu-item .tcsb-chev{margin-left:auto;color:#bbb;}
.tcsb-account-menu-item .tcsb-am-icon{width:34px;height:34px;border-radius:9px;background:#f2eef7;display:flex;align-items:center;justify-content:center;color:var(--tcsb-primary);}
.tcsb-account-menu-item .tcsb-am-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;}
.tcsb-address-item{display:flex;align-items:center;gap:10px;background:#fff;padding:12px;border-radius:10px;margin-bottom:8px;box-shadow:0 1px 6px rgba(0,0,0,.04);}
.tcsb-address-item .tcsb-addr-del{margin-left:auto;color:#b91c1c;font-size:12px;font-weight:700;background:none;}
@media (min-width:900px){
	.tcsb-modal-backdrop{align-items:center;}
	.tcsb-modal{border-radius:18px;}
}

/* Floating mobile footer */
.tcsb-footer{position:fixed;left:0;right:0;bottom:0;background:var(--tcsb-dark);display:flex;justify-content:space-around;padding:8px 4px 10px;z-index:70;max-width:1280px;margin:0 auto;box-shadow:0 -3px 14px rgba(0,0,0,.15);}
.tcsb-footer .tcsb-f-item{color:var(--tcsb-icon);text-align:center;font-size:10px;font-weight:600;background:none;flex:1;padding:4px;position:relative;}
.tcsb-footer .tcsb-f-item.active{color:var(--tcsb-icon-active);}
.tcsb-footer .tcsb-f-icon{font-size:18px;display:block;margin-bottom:2px;}
.tcsb-footer .tcsb-badge{top:-2px;right:22%;}

/* Toast */
.tcsb-toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:10px 18px;border-radius:24px;font-size:13px;z-index:100;opacity:0;transition:opacity .25s;}
.tcsb-toast.show{opacity:1;}

/* Radar loader */
.tcsb-loading{padding:60px 20px;text-align:center;color:#888;display:flex;flex-direction:column;align-items:center;gap:14px;}
.tcsb-radar{width:38px;height:38px;border-radius:50%;border:3px solid rgba(107,33,168,.15);border-top-color:var(--tcsb-primary);animation:tcsb-spin .6s linear infinite;}
@keyframes tcsb-spin{to{transform:rotate(360deg);}}
.tcsb-btn-radar{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:tcsb-spin .6s linear infinite;margin-right:8px;vertical-align:middle;}
.tcsb-loading span{font-size:13px;font-weight:600;}
.tcsb-empty{padding:60px 20px;text-align:center;color:#999;}
.tcsb-shortcode-view{all:unset;display:block;width:100%;}

@media (min-width:900px){
	.tcsb-footer{display:none;}
	.tcsb-app{padding-bottom:0;}
	.tcsb-topbar{opacity:0;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none;}
	.tcsb-topbar.tcsb-header-visible{opacity:1;transform:translateY(0);pointer-events:auto;}
}
