:root{--vh-black:#111;--vh-ink:#1b1b1b;--vh-muted:#6f6a60;--vh-gold:#c79a36;--vh-gold-2:#e4c77a;--vh-cream:#f7f1e6;--vh-card:#fff;--vh-border:#e8ddca;--vh-soft:#fbf8f1;--vh-danger:#b42318;--vh-success:#117a3a}
.vh-hide{display:none!important}.vh-customer-shell{max-width:1180px;margin:0 auto;padding:22px 16px 44px}.vh-customer-hero{background:linear-gradient(135deg,#111,#2a2315);color:#fff;border-radius:28px;padding:28px;display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center;box-shadow:0 18px 50px rgba(0,0,0,.14)}.vh-customer-hero h1{font-size:clamp(24px,3vw,42px);line-height:1.05;margin:0 0 10px}.vh-customer-hero p{color:#eadfca;margin:0;line-height:1.6}.vh-gold{color:var(--vh-gold)}.vh-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.vh-card{background:var(--vh-card);border:1px solid var(--vh-border);border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(17,17,17,.06)}.vh-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px 0 12px}.vh-section-title h2,.vh-section-title h3{margin:0;font-size:clamp(18px,2vw,24px);color:var(--vh-ink)}.vh-muted{color:var(--vh-muted)}.vh-btn{border:0;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--vh-black);color:#fff;min-height:42px}.vh-btn.gold{background:linear-gradient(135deg,var(--vh-gold),#b58425);color:#111}.vh-btn.light{background:#fff;color:#111;border:1px solid var(--vh-border)}.vh-btn.danger{background:#fff1ef;color:var(--vh-danger);border:1px solid #f4b9b1}.vh-btn:disabled{opacity:.5;cursor:not-allowed}.vh-input,.vh-select,.vh-textarea{width:100%;box-sizing:border-box;border:1px solid var(--vh-border);background:#fff;border-radius:14px;padding:12px 13px;font:inherit;color:#171717;outline:none}.vh-input:focus,.vh-select:focus,.vh-textarea:focus{border-color:var(--vh-gold);box-shadow:0 0 0 4px rgba(199,154,54,.13)}.vh-textarea{min-height:100px;resize:vertical}.vh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vh-form-grid .full{grid-column:1/-1}.vh-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#6f5b2a;margin:0 0 6px;display:block}.vh-chip-row{display:flex;gap:9px;flex-wrap:wrap}.vh-chip{border:1px solid var(--vh-border);background:#fff;border-radius:999px;padding:9px 12px;font-weight:800;color:#242424;cursor:pointer}.vh-chip.active{background:#111;color:#fff;border-color:#111}.vh-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:#f4ead6;color:#6d5119}.vh-status.green{background:#eaf8ef;color:#117a3a}.vh-status.red{background:#fff0ed;color:#b42318}.vh-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.vh-product-card,.vh-service-card,.vh-store-card,.vh-live-card,.vh-feed-card{background:#fff;border:1px solid var(--vh-border);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.06)}.vh-card-img{height:190px;background:#eee center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#8b7d61;font-weight:900}.vh-card-body{padding:14px}.vh-card-body h3{font-size:16px;margin:0 0 6px}.vh-price{font-size:17px;font-weight:950;color:#111}.vh-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.vh-actions .vh-btn{padding:9px 12px;min-height:38px;font-size:13px}.vh-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99990;display:flex;align-items:center;justify-content:center;padding:18px}.vh-modal{background:#fff;border-radius:24px;max-width:820px;width:100%;max-height:92vh;overflow:auto;box-shadow:0 30px 80px rgba(0,0,0,.25);border:1px solid var(--vh-border)}.vh-modal-head{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--vh-border);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:3}.vh-modal-head h3{margin:0;font-size:20px}.vh-modal-body{padding:18px}.vh-close{border:0;background:#f5efe4;width:38px;height:38px;border-radius:999px;font-weight:900;cursor:pointer}.vh-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);opacity:0;z-index:100000;background:#111;color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;box-shadow:0 12px 36px rgba(0,0,0,.22);transition:.25s;max-width:min(92vw,600px);text-align:center}.vh-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.vh-customer-tabs{display:flex;gap:8px;overflow:auto;padding:6px 0;margin:10px 0 18px;scrollbar-width:none}.vh-customer-tabs::-webkit-scrollbar{display:none}.vh-tab{white-space:nowrap;border:1px solid var(--vh-border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.vh-tab.active{background:#111;color:#fff;border-color:#111}.vh-dashboard-layout{display:grid;grid-template-columns:250px 1fr;gap:18px}.vh-side{position:sticky;top:86px;align-self:start}.vh-side .vh-tab{display:flex;width:100%;margin-bottom:8px;justify-content:flex-start}.vh-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vh-summary-card{background:linear-gradient(180deg,#fff,#fbf6eb);border:1px solid var(--vh-border);border-radius:18px;padding:14px}.vh-summary-card b{display:block;font-size:22px;margin-top:4px}.vh-order-card,.vh-booking-card,.vh-message-row,.vh-notification-row,.vh-address-card{border:1px solid var(--vh-border);border-radius:18px;padding:14px;margin-bottom:10px;background:#fff}.vh-timeline{border-left:3px solid #eadfca;padding-left:14px}.vh-timeline div{margin:0 0 12px;position:relative}.vh-timeline div:before{content:"";position:absolute;left:-22px;top:5px;width:10px;height:10px;background:var(--vh-gold);border-radius:50%}.vh-slot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.vh-slot{border:1px solid var(--vh-border);border-radius:14px;background:#fff;padding:11px 8px;text-align:center;font-weight:900;cursor:pointer;white-space:nowrap}.vh-slot.active{background:#111;color:#fff;border-color:#111}.vh-live-view{display:grid;grid-template-columns:1fr 340px;gap:16px}.vh-live-video{min-height:420px;border-radius:24px;background:radial-gradient(circle at 30% 20%,#3d3526,#101010 65%);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}.vh-comments{height:280px;overflow:auto;border:1px solid var(--vh-border);border-radius:16px;padding:10px;background:#fbf8f1}.vh-comment{padding:8px 0;border-bottom:1px solid #efe6d6}.vh-chat-layout{display:grid;grid-template-columns:300px 1fr;gap:14px;min-height:540px}.vh-chat-list,.vh-chat-window{border:1px solid var(--vh-border);border-radius:22px;background:#fff;overflow:hidden}.vh-chat-thread{padding:14px;border-bottom:1px solid var(--vh-border);cursor:pointer}.vh-chat-thread.active{background:#f7f1e6}.vh-chat-messages{height:390px;overflow:auto;padding:14px;background:#fbf8f1}.vh-bubble{max-width:78%;padding:10px 12px;border-radius:16px;margin:0 0 10px;background:#fff;border:1px solid var(--vh-border)}.vh-bubble.me{margin-left:auto;background:#111;color:#fff;border-color:#111}.vh-chat-compose{display:flex;gap:8px;padding:12px;border-top:1px solid var(--vh-border)}.vh-customer-float{position:fixed;right:18px;bottom:18px;width:54px;height:54px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:22px;z-index:9000;box-shadow:0 14px 35px rgba(0,0,0,.22)}.vh-customer-float[data-hidden="true"]{display:none}.vh-search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.vh-empty{padding:24px;border:1px dashed var(--vh-border);border-radius:20px;background:#fbf8f1;text-align:center;color:var(--vh-muted)}
@media(max-width:980px){.vh-customer-hero{grid-template-columns:1fr}.vh-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-dashboard-layout{grid-template-columns:1fr}.vh-side{position:static;display:flex;gap:8px;overflow:auto}.vh-side .vh-tab{width:auto}.vh-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-live-view,.vh-chat-layout{grid-template-columns:1fr}.vh-search-results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.vh-customer-shell{padding:14px 10px 78px}.vh-customer-hero{border-radius:20px;padding:20px}.vh-card-grid,.vh-form-grid,.vh-summary-grid,.vh-search-results{grid-template-columns:1fr}.vh-card-img{height:220px}.vh-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-modal-backdrop{padding:8px;align-items:flex-end}.vh-modal{max-height:94vh;border-radius:22px 22px 0 0}.vh-live-video{min-height:300px}.vh-chat-messages{height:330px}.vh-customer-float{right:14px;bottom:78px}.vh-btn{width:auto}.vh-actions .vh-btn{flex:1}.vh-side{padding-bottom:8px}.vh-customer-tabs{padding-bottom:8px}}
