.profile-root{--bg:#0d0f1a;--bg2:#13162a;--bg3:#1a1e35;--gold:#c9a84c;--gold2:#e8c96a;--gold-dim:rgba(201,168,76,.15);--gold-border:rgba(201,168,76,.35);--text:#f0ece0;--muted:#8a8a9a;--card:hsla(0,0%,100%,.04);--card2:hsla(0,0%,100%,.08);--border:hsla(0,0%,100%,.1);--radius:16px;--danger:#e05555;--success:#4f9b6e;background:var(--bg);color:var(--text);min-height:100vh}.profile-root,.profile-root *{box-sizing:border-box;font-family:Tahoma,Arial,sans-serif;margin:0;padding:0}.profile-root .ticker{background:#8b2230;direction:ltr;overflow:hidden;padding:10px 0;white-space:nowrap}.profile-root .ticker-track{animation:tick 14s linear infinite;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding-left:100%}.profile-root .ticker--rtl .ticker-track{animation-name:tick-rtl}@keyframes tick{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes tick-rtl{0%{transform:translate(-100%)}to{transform:translate(0)}}.profile-root #page-bio{display:block}.profile-root #page-orders,.profile-root #page-product,.profile-root #page-profile,.profile-root #page-store,.profile-root #page-wishlist{display:none}.profile-root .bio-wrap{margin:0 auto;max-width:480px;padding:0 16px 60px}.profile-root .hero{padding:28px 0 18px;text-align:center}.profile-root .avatar{align-items:center;background:#efb486;border:3px solid var(--gold);border-radius:50%;display:flex;font-size:42px;height:96px;justify-content:center;margin:0 auto 12px;width:96px}.profile-root .brand{color:var(--text);font-size:24px;font-weight:700;margin-bottom:4px}.profile-root .brand-sub{color:var(--muted);font-size:13px}.profile-root .socials{display:flex;gap:12px;justify-content:center;margin-top:14px}.profile-root .soc{align-items:center;background:var(--card2);border:1px solid var(--gold-border);border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.profile-root .soc svg{fill:none;height:18px;stroke:var(--gold);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:18px}.profile-root .contact-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:12px}.profile-root .contact-btn{align-items:center;background:var(--card2);border:1px solid var(--gold-border);border-radius:999px;color:var(--gold);cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;text-decoration:none}.profile-root .contact-btn.is-wa{border-color:#25d366;color:#25d366}.profile-root .tabs{display:flex;gap:8px;justify-content:center;margin:18px 0 16px;overflow-x:auto;scrollbar-width:none}.profile-root .tabs::-webkit-scrollbar{display:none}.profile-root .tab{background:var(--card);border:1.5px solid var(--gold-border);border-radius:var(--radius);color:var(--muted);cursor:pointer;font-size:14px;font-weight:700;min-width:90px;padding:10px 12px;text-align:center;transition:all .2s;white-space:nowrap}.profile-root .tab.active{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}.profile-root .panel{display:none}.profile-root .panel.active{display:block}.profile-root .card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;padding:16px}.profile-root .sec-title{color:var(--gold);font-size:17px;font-weight:700;margin-bottom:14px;position:relative;text-align:center}.profile-root .sec-title:after,.profile-root .sec-title:before{background:var(--gold-border);content:"";height:1px;position:absolute;top:50%;transform:translateY(-50%);width:18%}.profile-root .sec-title:before{right:0}.profile-root .sec-title:after{left:0}.profile-root .dbl{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:12px}.profile-root .link-card{background:var(--card2);border:1px solid var(--gold-border);border-radius:var(--radius);color:var(--text);cursor:pointer;display:block;font-size:14px;font-weight:700;padding:13px;text-align:center;text-decoration:none;transition:background .2s}.profile-root .link-card:hover{background:var(--gold-dim)}.profile-root .branches{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.profile-root .branches-toggle{align-items:center;background:var(--card2);border:none;color:var(--text);cursor:pointer;display:flex;font-size:15px;font-weight:700;justify-content:space-between;padding:13px 16px;width:100%}.profile-root .branches-body{border-top:1px solid var(--border);display:none;padding:0 14px 12px}.profile-root .branches.open .branches-body{display:block}.profile-root .branch-item{background:#ffffff0a;border:1px solid var(--border);border-radius:12px;margin-top:10px;padding:12px}.profile-root .branch-title{color:var(--gold);font-size:14px;font-weight:700;margin-bottom:6px}.profile-root .branch-meta{color:var(--muted);font-size:12px;margin-bottom:3px}.profile-root .dots{align-items:center;display:flex;gap:5px;justify-content:center;margin:14px 0 10px}.profile-root .dots:after,.profile-root .dots:before{background:var(--border);content:"";flex:1;height:1px}.profile-root .dot{background:var(--gold-border);border-radius:50%;height:5px;width:5px}.profile-root .tri{display:grid;gap:8px;grid-template-columns:1fr 1fr 1fr;margin-bottom:12px}.profile-root .video-ph{aspect-ratio:16/9;background:#ffffff05;border:1px dashed var(--gold-border);border-radius:12px;color:var(--muted);flex-direction:column;font-size:14px;font-weight:700;gap:8px;width:100%}.profile-root .play-btn,.profile-root .video-ph{align-items:center;display:flex;justify-content:center}.profile-root .play-btn{background:#8b2230;border-radius:50%;height:56px;width:56px}.profile-root .play-btn svg{fill:#fff;height:22px;margin-right:-3px;width:22px}:is(.profile-root,.portal-root) .form-grid{display:grid;gap:10px}:is(.profile-root,.portal-root) .form-grid input,:is(.profile-root,.portal-root) .form-grid select,:is(.profile-root,.portal-root) .form-grid textarea{background:#ffffff0f;border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:14px;outline:none;padding:11px 13px;transition:border-color .2s;width:100%}:is(.profile-root,.portal-root) .form-grid input:focus,:is(.profile-root,.portal-root) .form-grid select:focus,:is(.profile-root,.portal-root) .form-grid textarea:focus{border-color:var(--gold)}:is(.profile-root,.portal-root) .form-grid textarea{min-height:90px;resize:vertical}:is(.profile-root,.portal-root) .form-grid select option{background:#1a1e35;color:var(--text)}.profile-root .contact-hp{border:0!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;opacity:0!important;overflow:hidden!important;padding:0!important;pointer-events:none;position:absolute!important;white-space:nowrap!important;width:1px!important}.profile-root .contact-phone-row{align-items:stretch;display:flex;gap:8px}.profile-root .contact-phone-row input{flex:1;min-width:0}.profile-root .contact-code{color-scheme:dark;flex:0 0 96px;min-width:96px;width:96px}.profile-root .contact-error{color:#ff8a7a;font-size:13px;margin-top:4px}.profile-root .poll-opt{overflow:hidden;position:relative}.profile-root .poll-bar{background:#c6986238;bottom:0;inset-inline-start:0;position:absolute;top:0;transition:width .45s ease;z-index:0}.profile-root .poll-label,.profile-root .poll-pct{position:relative;z-index:1}.profile-root .poll-pct{font-size:12px;font-weight:700;margin-inline-start:auto;opacity:.85}.profile-root .poll-opt--voted{cursor:default}.profile-root .poll-opt--voted input{display:none}.profile-root .poll-opt--mine{font-weight:700}.profile-root .poll-total{font-size:12px;margin-top:8px;opacity:.7}.profile-root .video-frame{aspect-ratio:16/9;border:0;border-radius:12px;display:block;width:100%}.profile-root button.video-ph{border:0;cursor:pointer;font:inherit;width:100%}.profile-root .poll-opt{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;margin-bottom:7px;padding:11px 13px;transition:background .2s}.profile-root .poll-opt input{accent-color:var(--gold);height:16px;width:16px}.profile-root .poll-opt:hover{background:var(--gold-dim);border-color:var(--gold)}.profile-root .faq-item{background:var(--card);border:1px solid var(--border);border-radius:10px;margin-bottom:7px;overflow:hidden}.profile-root .faq-q{align-items:center;background:transparent;border:none;color:var(--text);cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding:13px 14px;width:100%}.profile-root .faq-a{color:var(--muted);display:none;font-size:13px;line-height:1.7;padding:0 14px 12px}.profile-root .faq-item.open .faq-a{display:block}.profile-root .faq-plus{color:var(--gold);font-size:20px}:is(.profile-root,.portal-root) .btn-gold:not(:where(.btn)){background:var(--gold);border:none;border-radius:10px;color:#0d0f1a;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;margin-top:10px;padding:13px;transition:background .2s;width:100%}:is(.profile-root,.portal-root) .btn-gold:not(:where(.btn)):hover{background:var(--gold2)}:is(.profile-root,.portal-root) .btn-ghost{background:transparent;border:1px solid var(--border);border-radius:10px;color:var(--muted);cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;margin-top:7px;padding:11px;width:100%}.profile-root .success-box{background:#4f9b6e26;border:1px solid rgba(79,155,110,.3);border-radius:10px;color:var(--success);display:none;font-weight:700;margin-top:10px;padding:11px;text-align:center}.profile-root .booking-layout{display:grid;gap:12px;grid-template-columns:1.1fr .9fr}.profile-root .cal-head{align-items:center;color:var(--gold);display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin-bottom:10px}.profile-root .cal-nav button{background:var(--card2);border:none;border-radius:7px;color:var(--text);cursor:pointer;font-size:13px;padding:5px 9px}.profile-root .days-grid,.profile-root .weekdays{display:grid;gap:3px;grid-template-columns:repeat(7,1fr);text-align:center}.profile-root .weekdays div{color:var(--muted);font-size:10px;font-weight:700;padding:4px 0}.profile-root .day{background:var(--card);border:1px solid hsla(0,0%,100%,.07);border-radius:7px;cursor:pointer;font-size:11px;font-weight:700;padding:7px 0;transition:all .18s}.profile-root .day:hover{border-color:var(--gold);color:var(--gold)}.profile-root .day.active{background:var(--gold);border-color:var(--gold);color:#0d0f1a}.profile-root .day.muted{opacity:.3}.profile-root .slots{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.profile-root .slot{background:var(--card);border:1px solid var(--border);border-radius:8px;color:var(--text);cursor:pointer;font-size:12px;font-weight:700;padding:6px 9px;transition:all .18s}.profile-root .slot.active,.profile-root .slot:hover{border-color:var(--gold);color:var(--gold)}.profile-root .price-box,.profile-root .slot.active{background:var(--gold-dim)}.profile-root .price-box{border:1px solid var(--gold-border);border-radius:9px;color:var(--gold);font-size:14px;font-weight:700;margin-bottom:9px;padding:10px;text-align:center}.profile-root .courses-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.profile-root .course-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.profile-root .course-badge{background:var(--gold-dim);border-radius:999px;color:var(--gold);display:inline-block;font-size:11px;font-weight:700;margin-bottom:7px;padding:3px 9px}.profile-root .course-title{color:var(--text);font-size:14px;font-weight:700;margin-bottom:5px}.profile-root .course-desc{color:var(--muted);font-size:12px;line-height:1.5;margin-bottom:9px}.profile-root .detail-grid{display:grid;gap:5px;grid-template-columns:1fr 1fr;margin-bottom:9px}.profile-root .detail-box{background:var(--card2);border:1px solid var(--border);border-radius:7px;color:var(--muted);font-size:11px;padding:5px 7px}.profile-root .course-price-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between}.profile-root .old-price{color:var(--muted);font-size:12px;font-weight:700;text-decoration:line-through}.profile-root .new-price{color:var(--gold);font-size:15px;font-weight:700}.profile-root .mini-btn{background:var(--gold);border:none;border-radius:9px;color:#0d0f1a;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:8px 12px;transition:background .2s}.profile-root .mini-btn:hover{background:var(--gold2)}.profile-root .summary-row{border-bottom:1px dashed var(--border);display:flex;font-size:13px;font-weight:700;justify-content:space-between;padding:9px 0}.profile-root .summary-total{border-bottom:none;color:var(--gold);font-size:15px}.profile-root .checkout-layout{display:grid;gap:12px;grid-template-columns:1fr 1fr}.profile-root .store-wrap{background:var(--bg);color:var(--text);margin:0 auto;max-width:480px;min-height:100vh;padding-bottom:72px}.profile-root .store-topbar{align-items:center;background:var(--bg2);border-bottom:1px solid var(--gold-border);display:flex;justify-content:space-between;padding:13px 16px;position:sticky;top:0;z-index:100}.profile-root .store-back{background:transparent;border:1px solid var(--gold-border);border-radius:9px;color:var(--gold);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:7px 13px}.profile-root .store-logo{color:var(--gold);font-size:15px;font-weight:700}.profile-root .cart-icon-btn{background:none;border:none;color:var(--gold);cursor:pointer;font-size:22px;padding:0;position:relative}.profile-root .cart-badge{align-items:center;background:#8b2230;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;position:absolute;right:-6px;top:-6px;width:16px}.profile-root .bottom-nav{background:var(--bg2);border-top:1px solid var(--gold-border);bottom:0;display:none;grid-template-columns:repeat(4,1fr);left:0;margin:0 auto;max-width:480px;position:fixed;right:0;z-index:200}.profile-root .bottom-nav.visible{display:grid}.profile-root .nav-item{align-items:center;background:none;border:none;color:var(--muted);cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:10px;font-weight:700;gap:3px;justify-content:center;padding:10px 0 8px;position:relative;transition:color .2s}.profile-root .nav-item.active{color:var(--gold)}.profile-root .nav-item span{font-size:20px;line-height:1}.profile-root .nav-badge{align-items:center;background:#8b2230;border-radius:50%;color:#fff;display:flex;font-size:9px;font-weight:700;height:14px;justify-content:center;position:absolute;right:calc(50% - 18px);top:6px;width:14px}.profile-root .search-bar{background:var(--bg2);border-bottom:1px solid var(--border);padding:12px 16px}.profile-root .search-input{background:#ffffff0f;border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:14px;outline:none;padding:10px 14px;transition:border-color .2s;width:100%}.profile-root .search-input:focus{border-color:var(--gold)}.profile-root .search-input::-moz-placeholder{color:var(--muted)}.profile-root .search-input::placeholder{color:var(--muted)}.profile-root .store-hero{background:var(--bg2);border-bottom:1px solid var(--border);padding:18px 16px 12px;text-align:center}.profile-root .store-hero h2{color:var(--gold);font-size:20px;font-weight:700;margin-bottom:3px}.profile-root .store-hero p{color:var(--muted);font-size:12px}.profile-root .day-closed-banner{align-items:center;background:#e3b75f1a;border:1px solid rgba(227,183,95,.3);border-radius:14px;display:flex;gap:12px;margin:12px 16px 0;padding:12px 14px}.profile-root .day-closed-icon{font-size:22px;line-height:1}.profile-root .day-closed-notice{background:#e3b75f1a;border:1px solid rgba(227,183,95,.3);border-radius:12px;margin:14px 0 4px;padding:12px 14px}.profile-root .day-closed-title{color:var(--gold);font-size:13px;font-weight:700}.profile-root .day-closed-note{color:var(--muted);font-size:12px;margin-top:3px}.profile-root .store-activity{background:#e3b75f24;border:1px solid rgba(227,183,95,.35);border-radius:999px;color:var(--gold);display:inline-block;font-size:11px;font-weight:700;margin-bottom:6px;padding:3px 10px}.profile-root .store-cats{border-bottom:1px solid var(--border);display:flex;gap:8px;overflow-x:auto;padding:12px 16px;scrollbar-width:none}.profile-root .store-cats::-webkit-scrollbar{display:none}.profile-root .cat-pill{background:var(--card);border:1px solid var(--border);border-radius:999px;color:var(--muted);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:7px 14px;transition:all .2s;white-space:nowrap}.profile-root .cat-pill.active{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}.profile-root .no-results{color:var(--muted);display:none;font-weight:700;padding:30px 0;text-align:center}.profile-root .store-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:12px 16px}.profile-root .item-card{background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;overflow:hidden;position:relative;transition:border-color .2s}.profile-root .item-card:hover{border-color:var(--gold-border)}.profile-root .item-thumb{align-items:center;aspect-ratio:1/1;background:var(--bg3);display:flex;justify-content:center;position:relative}.profile-root .item-thumb-emoji{font-size:52px}.profile-root .disc-tag{background:#8b2230;border-radius:999px;color:#fff;font-size:10px;font-weight:700;padding:3px 7px;position:absolute;right:7px;top:7px}.profile-root .wish-btn{align-items:center;background:#0d0f1ab3;border:1px solid var(--border);border-radius:50%;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;left:7px;position:absolute;top:7px;transition:background .2s;width:28px}.profile-root .wish-btn.active{background:#8b223066;border-color:#8b2230}.profile-root .item-info{padding:9px 11px 11px}.profile-root .item-title{color:var(--text);font-size:13px;font-weight:700;margin-bottom:3px}.profile-root .item-meta{color:var(--muted);font-size:11px;margin-bottom:7px}.profile-root .price-row{align-items:center;display:flex;flex-wrap:wrap;gap:5px;margin-bottom:7px}.profile-root .price-old{color:var(--muted);font-size:11px;font-weight:700;text-decoration:line-through}.profile-root .price-new{color:var(--gold);font-size:14px;font-weight:700}.profile-root .color-dots{display:flex;gap:5px;margin-bottom:9px}.profile-root .cdot{border:2px solid hsla(0,0%,100%,.12);border-radius:50%;cursor:pointer;height:17px;width:17px}.profile-root .cdot.active{outline:2px solid var(--gold);outline-offset:2px}.profile-root .add-btn{background:var(--gold);border:none;border-radius:9px;color:#0d0f1a;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:8px;transition:background .2s;width:100%}.profile-root .add-btn:hover{background:var(--gold2)}.profile-root .add-btn.added{background:#4f9b6e;color:#fff}.profile-root .stars{display:flex;gap:2px;margin-bottom:6px}.profile-root .star{color:var(--muted);font-size:12px}.profile-root .star.on{color:#c9a84c}.profile-root .rating-count{color:var(--muted);font-size:10px;margin-right:4px}.profile-root .prod-topbar{align-items:center;background:var(--bg2);border-bottom:1px solid var(--gold-border);display:flex;justify-content:space-between;padding:13px 16px;position:sticky;top:0;z-index:100}.profile-root .prod-back{background:transparent;border:1px solid var(--gold-border);border-radius:9px;color:var(--gold);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:7px 13px}.profile-root .prod-img{align-items:center;aspect-ratio:1/1;background:var(--bg3);display:flex;font-size:90px;justify-content:center;position:relative;width:100%}.profile-root .prod-disc-tag{background:#8b2230;border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;position:absolute;right:12px;top:12px}.profile-root .prod-wish-btn{align-items:center;background:#0d0f1ab3;border:1px solid var(--border);border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;left:12px;position:absolute;top:12px;width:36px}.profile-root .prod-wish-btn.active{background:#8b223080;border-color:#8b2230}.profile-root .prod-info{padding:16px 16px 10px}.profile-root .prod-title{color:var(--text);font-size:20px;font-weight:700;margin-bottom:4px}.profile-root .prod-meta{color:var(--muted);font-size:13px;margin-bottom:8px}.profile-root .prod-price-row{align-items:center;display:flex;gap:8px;margin-bottom:14px}.profile-root .prod-price-old{color:var(--muted);font-size:15px;font-weight:700;text-decoration:line-through}.profile-root .prod-price-new{color:var(--gold);font-size:24px;font-weight:700}.profile-root .prod-badge{background:#8b223033;border-radius:999px;color:#e8a0a8;font-size:12px;font-weight:700;padding:4px 10px}.profile-root .prod-section-label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:8px}.profile-root .prod-colors{display:flex;gap:10px;margin-bottom:16px}.profile-root .prod-cdot{border:2px solid hsla(0,0%,100%,.15);border-radius:50%;cursor:pointer;height:28px;width:28px}.profile-root .prod-cdot.active{outline:3px solid var(--gold);outline-offset:2px}.profile-root .prod-desc{color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:16px}.profile-root .prod-details{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:16px}.profile-root .prod-detail-box{background:var(--card2);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.profile-root .prod-detail-label{color:var(--muted);font-size:11px;margin-bottom:3px}.profile-root .prod-detail-val{color:var(--text);font-size:13px;font-weight:700}.profile-root .reviews-section{padding:0 16px 16px}.profile-root .review-item{background:var(--card);border:1px solid var(--border);border-radius:12px;margin-bottom:8px;padding:12px}.profile-root .review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.profile-root .reviewer-name{color:var(--text);font-size:13px;font-weight:700}.profile-root .review-date{color:var(--muted);font-size:11px}.profile-root .review-text{color:var(--muted);font-size:13px;line-height:1.6}.profile-root .add-review{margin-top:10px}:is(.profile-root,.portal-root) .stars-input{display:flex;gap:6px;margin-bottom:10px}:is(.profile-root,.portal-root) .star-inp{color:var(--muted);cursor:pointer;font-size:24px;transition:color .15s}:is(.profile-root,.portal-root) .star-inp.on{color:var(--gold)}.profile-root .prod-sticky{background:var(--bg2);border-top:1px solid var(--gold-border);bottom:72px;display:flex;gap:10px;padding:12px 16px;position:sticky}.profile-root .prod-add-btn{background:var(--gold);border:none;border-radius:10px;color:#0d0f1a;cursor:pointer;flex:1;font-family:inherit;font-size:15px;font-weight:700;padding:13px;transition:background .2s}.profile-root .prod-add-btn:hover{background:var(--gold2)}.profile-root .prod-add-btn.added{background:#4f9b6e;color:#fff}.profile-root .prod-cart-icon{align-items:center;background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:10px;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;width:48px}.profile-root .cart-panel{background:var(--bg2);border-left:1px solid var(--gold-border);display:flex;flex-direction:column;height:100vh;max-width:480px;position:fixed;right:-100%;top:0;transition:right .3s;width:100%;z-index:999}.profile-root .cart-panel.open{right:0}.profile-root .cart-header{align-items:center;background:var(--bg2);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:14px 16px}.profile-root .cart-header h3{color:var(--gold);font-size:16px;font-weight:700}.profile-root .close-cart{background:var(--card);border:1px solid var(--border);border-radius:9px;color:var(--text);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:7px 12px}.profile-root .cart-body{flex:1;overflow-y:auto;padding:12px 16px}.profile-root .cart-item-row{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:10px;display:grid;gap:9px;grid-template-columns:56px 1fr auto;margin-bottom:9px;padding:10px}.profile-root .cart-thumb-sm{align-items:center;background:var(--bg3);border-radius:9px;display:flex;font-size:26px;height:56px;justify-content:center;width:56px}.profile-root .cart-name{color:var(--text);font-size:13px;font-weight:700;margin-bottom:2px}.profile-root .cart-price-sm{color:var(--gold);font-size:12px;font-weight:700}.profile-root .qty-row{align-items:center;display:flex;gap:6px}.profile-root .qty-btn{align-items:center;background:var(--card2);border:1px solid var(--border);border-radius:7px;color:var(--text);cursor:pointer;display:flex;font-size:15px;font-weight:700;height:26px;justify-content:center;width:26px}:is(.profile-root,.portal-root) .empty-msg{color:var(--muted);font-size:15px;font-weight:700;padding:30px 0;text-align:center}.profile-root .cart-footer{background:var(--bg2);border-top:1px solid var(--border);padding:14px 16px}.profile-root .cart-total{display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin-bottom:12px}.profile-root .cart-total span:last-child{color:var(--gold)}.profile-root .discount-row{display:flex;gap:8px;margin-bottom:12px}.profile-root .discount-input{background:#ffffff0f;border:1px solid var(--border);border-radius:10px;color:var(--text);flex:1;font-family:inherit;font-size:13px;outline:none;padding:10px 13px}.profile-root .discount-input:focus{border-color:var(--gold)}.profile-root .discount-btn{background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:10px;color:var(--gold);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:10px 14px;white-space:nowrap}.profile-root .discount-msg{display:none;font-size:12px;font-weight:700;margin-bottom:8px}.profile-root .discount-msg.ok{color:var(--success);display:block}.profile-root .discount-msg.err{color:var(--danger);display:block}.profile-root #store-checkout{display:none;padding:16px 16px 80px}.profile-root #store-checkout h2{color:var(--gold);font-size:18px;font-weight:700;margin-bottom:14px;text-align:center}:is(.profile-root,.portal-root) .page-wrap{margin:0 auto;max-width:480px;padding:0 16px 80px}.profile-root .page-topbar{align-items:center;background:var(--bg2);border-bottom:1px solid var(--gold-border);display:flex;gap:12px;padding:14px 16px;position:sticky;top:0;z-index:100}.profile-root .page-back{background:transparent;border:1px solid var(--gold-border);border-radius:9px;color:var(--gold);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:7px 13px}.profile-root .page-title{color:var(--gold);font-size:16px;font-weight:700}.profile-root .wishlist-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:14px 0}.profile-root .wish-card{background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.profile-root .wish-thumb{align-items:center;aspect-ratio:1/1;background:var(--bg3);display:flex;font-size:44px;justify-content:center}.profile-root .wish-info{padding:9px 11px 11px}.profile-root .wish-name{color:var(--text);font-size:13px;font-weight:700;margin-bottom:4px}.profile-root .wish-price{color:var(--gold);font-size:14px;font-weight:700;margin-bottom:8px}.profile-root .wish-actions{display:flex;gap:6px}.profile-root .wish-add{background:var(--gold);border:none;border-radius:8px;color:#0d0f1a;cursor:pointer;flex:1;font-family:inherit;font-size:12px;font-weight:700;padding:7px}.profile-root .wish-remove{align-items:center;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}:is(.profile-root,.portal-root) .order-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;padding:14px}.profile-root .order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.profile-root .order-num{color:var(--text);font-size:13px;font-weight:700}.profile-root .order-status{border-radius:999px;font-size:11px;font-weight:700;padding:3px 10px}.profile-root .status-delivered{background:#4f9b6e26;color:var(--success)}.profile-root .status-shipping{background:var(--gold-dim);color:var(--gold)}.profile-root .status-processing{background:#ffffff14;color:var(--muted)}:is(.profile-root,.portal-root) .order-items{color:var(--muted);font-size:12px;line-height:1.6;margin-bottom:10px}.profile-root .order-footer{align-items:center;display:flex;justify-content:space-between}.profile-root .order-total{color:var(--gold);font-size:14px;font-weight:700}.profile-root .order-date{color:var(--muted);font-size:11px}.profile-root .order-track{background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:8px;color:var(--gold);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:6px 12px}.profile-root .profile-avatar{align-items:center;background:#efb486;border:3px solid var(--gold);border-radius:50%;display:flex;font-size:36px;height:80px;justify-content:center;margin:24px auto 14px;width:80px}.profile-root .profile-name{color:var(--text);font-size:18px;font-weight:700;margin-bottom:4px;text-align:center}.profile-root .profile-email{color:var(--muted);font-size:13px;margin-bottom:24px;text-align:center}.profile-root .profile-menu{display:grid;gap:8px;padding:0 16px}.profile-root .profile-item{align-items:center;background:var(--card2);border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .2s}.profile-root .profile-item:hover{background:var(--gold-dim);border-color:var(--gold-border)}.profile-root .profile-item-left{align-items:center;display:flex;gap:12px}.profile-root .profile-item-icon{font-size:20px}.profile-root .profile-item-label{color:var(--text);font-size:14px;font-weight:700}.profile-root .profile-item-arrow{color:var(--muted);font-size:16px}.profile-root .profile-stats{display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;padding:16px 16px 8px}.profile-root .stat-box{background:var(--card2);border:1px solid var(--border);border-radius:12px;padding:14px;text-align:center}.profile-root .stat-num{color:var(--gold);font-size:22px;font-weight:700;margin-bottom:3px}.profile-root .stat-label{color:var(--muted);font-size:11px}.profile-root .wa-fab{align-items:center;background:#25d366;border-radius:50%;bottom:80px;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;left:16px;position:fixed;text-decoration:none;width:50px;z-index:300}:is(.profile-root,.portal-root) .toast{background:#1a1e35;border:1px solid var(--gold-border);border-radius:12px;color:var(--text);font-size:13px;font-weight:700;left:50%;opacity:0;padding:11px 20px;pointer-events:none;position:fixed;top:70px;transform:translate(-50%) translateY(-20px);transition:all .3s;white-space:nowrap;z-index:9999}:is(.profile-root,.portal-root) .toast.show{opacity:1;transform:translate(-50%) translateY(0)}.profile-root .countdown-banner{align-items:center;background:#8b2230;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:10px 16px}.profile-root .countdown-text{color:#fff;flex:1;font-size:12px;font-weight:700}.profile-root .countdown-timer{align-items:center;display:flex;gap:5px}.profile-root .cd-box{background:#0000004d;border-radius:6px;min-width:32px;padding:4px 7px;text-align:center}.profile-root .cd-num{color:#fff;font-size:14px;font-weight:700;line-height:1}.profile-root .cd-label{color:#fff9;font-size:8px}.profile-root .cd-sep{color:#ffffff80;font-weight:700}.profile-root .checkout-steps{align-items:center;display:flex;margin-bottom:4px;padding:16px 16px 8px}.profile-root .cstep{align-items:center;display:flex;flex-direction:column;gap:4px}.profile-root .cstep-circle{align-items:center;background:var(--card);border:2px solid var(--border);border-radius:50%;color:var(--muted);display:flex;font-size:11px;font-weight:700;height:28px;justify-content:center;width:28px}.profile-root .cstep-circle.done{background:var(--gold);border-color:var(--gold);color:#0d0f1a}.profile-root .cstep-circle.active{border-color:var(--gold);color:var(--gold)}.profile-root .cstep-label{color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}.profile-root .cstep-label.active,.profile-root .cstep-label.done{color:var(--gold)}.profile-root .cstep-line{background:var(--border);flex:1;height:2px;margin-bottom:16px;transition:background .3s}.profile-root .cstep-line.done{background:var(--gold)}.profile-root #page-thankyou{display:none}.profile-root .thankyou-wrap{margin:0 auto;max-width:480px;padding:40px 20px 80px;text-align:center}.profile-root .ty-icon{font-size:80px;margin-bottom:16px}.profile-root .ty-title{color:var(--gold);font-size:24px;font-weight:700;margin-bottom:8px}.profile-root .ty-sub{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:28px}.profile-root .ty-order-box{background:var(--card2);border:1px solid var(--gold-border);border-radius:var(--radius);margin-bottom:24px;padding:16px;text-align:right}.profile-root .ty-order-title{color:var(--gold);font-size:13px;font-weight:700;margin-bottom:10px}.profile-root .ty-row{border-bottom:1px dashed var(--border);display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.profile-root .ty-row:last-child{border-bottom:none;color:var(--gold);font-weight:700}.profile-root .suggested-section{padding:0 16px 16px}.profile-root .suggested-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.profile-root .suggested-scroll::-webkit-scrollbar{display:none}.profile-root .sug-card{background:var(--card2);border:1px solid var(--border);border-radius:12px;cursor:pointer;flex-shrink:0;overflow:hidden;transition:border-color .2s;width:120px}.profile-root .sug-card:hover{border-color:var(--gold-border)}.profile-root .sug-thumb{align-items:center;background:var(--bg3);display:flex;font-size:32px;height:80px;justify-content:center}.profile-root .sug-info{padding:7px 8px}.profile-root .sug-name{color:var(--text);font-size:11px;font-weight:700;line-height:1.3;margin-bottom:3px}.profile-root .sug-price{color:var(--gold);font-size:12px;font-weight:700}.profile-root .subcat-nav{display:flex;gap:6px;overflow-x:auto;padding:8px 16px 0;scrollbar-width:none}.profile-root .subcat-nav::-webkit-scrollbar{display:none}.profile-root .subcat-pill{background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--muted);cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:5px 12px;transition:all .2s;white-space:nowrap}.profile-root .subcat-pill.active{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}.profile-root .item-thumb-img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.profile-root .item-thumb-img.hidden{display:none}.profile-root .item-thumb-emoji.fallback{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.profile-root .type-badge{background:#94a3b82e;border:1px solid rgba(148,163,184,.35);border-radius:999px;color:#cbd5e1;display:inline-block;font-size:10px;font-weight:700;line-height:1.4;padding:2px 7px;position:static}.profile-root .type-badge.is-instant{background:#34d3992e;border-color:#34d39959;color:#6ee7b7}.profile-root .type-badge.is-on-demand{background:#fbbf242e;border-color:#fbbf2459;color:#fcd34d}.profile-root .type-badge.is-offer{background:#f472b62e;border-color:#f472b659;color:#f9a8d4}.profile-root .type-badge.is-service{background:#a78bfa2e;border-color:#a78bfa59;color:#c4b5fd}.profile-root .prod-note{background:var(--card);border:1px solid var(--border);border-radius:10px;color:var(--text);font:inherit;font-size:13px;margin-top:8px;min-height:72px;padding:10px 12px;resize:vertical;width:100%}.profile-root .cart-note-sm{color:var(--muted);font-size:11.5px;margin-top:2px;white-space:pre-line}.profile-root .item-badges{align-items:center;bottom:7px;display:flex;gap:4px;max-width:calc(100% - 14px);position:absolute;right:7px}.profile-root .item-badges .type-badge{position:static}.profile-root .activity-badge{background:#e3b75f2e;border:1px solid rgba(227,183,95,.35);border-radius:999px;color:var(--gold);font-size:10px;font-weight:700;max-width:100%;overflow:hidden;padding:2px 7px;text-overflow:ellipsis;white-space:nowrap}.profile-root .prod-options{padding:0 16px 12px}.profile-root .opt-group{margin-bottom:14px}.profile-root .opt-group-label{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.4px;margin-bottom:8px}.profile-root .opt-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff0f;border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:14px;outline:none;padding:10px 13px;transition:border-color .2s;width:100%}.profile-root .opt-select:focus{border-color:var(--gold)}.profile-root .opt-select option{background:#1a1e35}.profile-root .opt-chips{display:flex;flex-wrap:wrap;gap:7px}.profile-root .opt-chip{background:var(--card);border:1px solid var(--border);border-radius:9px;color:var(--text);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:7px 14px;transition:all .18s}.profile-root .opt-chip.active{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}.profile-root .digital-info{background:#22c7e80f;border:1px solid rgba(34,199,232,.2);border-radius:12px;margin:0 16px 14px;padding:14px}.profile-root .digital-info-title{color:#7ee8f5;font-size:13px;font-weight:700;margin-bottom:6px}.profile-root .digital-info-item{align-items:center;color:var(--muted);display:flex;font-size:12px;gap:6px;margin-bottom:3px}.profile-root .prod-img-real{aspect-ratio:1/1;display:block;-o-object-fit:contain;object-fit:contain;width:100%}.profile-root .prod-img-real.hidden{display:none}.profile-root .prod-img-emoji{align-items:center;display:flex;font-size:100px;height:100%;justify-content:center;width:100%}.profile-root .delivery-bar{background:var(--bg2);border-bottom:1px solid var(--border);padding:12px 16px}.profile-root .delivery-toggle{border:1px solid var(--gold-border);border-radius:12px;display:grid;gap:0;grid-template-columns:1fr 1fr;overflow:hidden}.profile-root .dlv-opt{background:transparent;border:none;color:var(--muted);cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;padding:11px;text-align:center;transition:all .2s}.profile-root .dlv-opt.active{background:var(--gold-dim);color:var(--gold)}.profile-root .delivery-panel{background:var(--bg2);border-bottom:1px solid var(--border);display:none;padding:12px 16px}.profile-root .delivery-panel.visible{display:block}.profile-root .panel-title{color:var(--muted);font-size:13px;font-weight:700;margin-bottom:10px}.profile-root .branch-select-card{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;gap:12px;margin-bottom:8px;padding:12px;transition:all .2s}.profile-root .branch-select-card.active{background:var(--gold-dim);border-color:var(--gold)}.profile-root .branch-select-card:hover{border-color:var(--gold-border)}.profile-root .branch-radio{align-items:center;border:2px solid var(--border);border-radius:50%;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .2s;width:18px}.profile-root .branch-select-card.active .branch-radio{background:var(--gold);border-color:var(--gold)}.profile-root .branch-radio:after{background:#fff;border-radius:50%;content:"";display:none;height:8px;width:8px}.profile-root .branch-select-card.active .branch-radio:after{display:block}.profile-root .branch-sel-name{color:var(--text);font-size:14px;font-weight:700}.profile-root .branch-sel-meta{color:var(--muted);font-size:12px;margin-top:2px}:is(.profile-root,.portal-root) .area-select{background:#ffffff0f;border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:14px;margin-bottom:8px;outline:none;padding:11px 13px;width:100%}:is(.profile-root,.portal-root) .area-select:focus{border-color:var(--gold)}:is(.profile-root,.portal-root) .area-select option{background:#1a1e35}.profile-root .addr-card{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;gap:10px;margin-bottom:8px;padding:12px;transition:all .2s}.profile-root .addr-card.active{background:var(--gold-dim);border-color:var(--gold)}.profile-root .addr-card:hover{border-color:var(--gold-border)}.profile-root .addr-radio{border:2px solid var(--border);border-radius:50%;flex-shrink:0;height:18px;transition:all .2s;width:18px}.profile-root .addr-card.active .addr-radio{background:var(--gold);border-color:var(--gold)}.profile-root .addr-name{color:var(--text);font-size:13px;font-weight:700}.profile-root .addr-detail{color:var(--muted);font-size:12px;margin-top:2px}.profile-root .addr-new{align-items:center;color:var(--gold);cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px;padding:10px 0}.profile-root .tax-row{color:var(--muted);display:flex;font-size:13px;justify-content:space-between;padding:7px 0}.profile-root .tax-row span:last-child{color:var(--text)}.profile-root #page-addresses{display:none}.profile-root .addr-page-card{background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;padding:14px;position:relative}.profile-root .addr-page-card.default-addr{border-color:var(--gold)}.profile-root .addr-page-name{color:var(--text);font-size:14px;font-weight:700;margin-bottom:4px}.profile-root .addr-page-detail{color:var(--muted);font-size:12px;line-height:1.6}.profile-root .addr-default-badge{background:var(--gold-dim);border-radius:999px;color:var(--gold);display:inline-block;font-size:10px;font-weight:700;margin-top:6px;padding:2px 8px}.profile-root .addr-actions{display:flex;gap:8px;margin-top:10px}.profile-root .addr-edit-btn{background:var(--card);border:1px solid var(--border);border-radius:9px;color:var(--text);flex:1;padding:7px}.profile-root .addr-del-btn,.profile-root .addr-edit-btn{cursor:pointer;font-family:inherit;font-size:12px;font-weight:700}.profile-root .addr-del-btn{background:#e055551a;border:1px solid rgba(224,85,85,.2);border-radius:9px;color:var(--danger);padding:7px 14px}.profile-root .addr-add-form{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-top:12px;padding:14px}@media(max-width:480px){.profile-root .booking-layout,.profile-root .checkout-layout,.profile-root .courses-grid{grid-template-columns:1fr}.profile-root .tabs{justify-content:flex-start}}:is(.profile-root,.portal-root) .qa-overlay{align-items:flex-end;background:#05060abf;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:fixed;z-index:1000}:is(.profile-root,.portal-root) .qa-sheet{background:var(--bg2);border:1px solid var(--gold-border);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0;max-height:86vh;max-width:480px;overflow-y:auto;padding:18px 16px 20px;width:100%}:is(.profile-root,.portal-root) .qa-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}:is(.profile-root,.portal-root) .qa-name{color:var(--gold);font-size:15px;font-weight:700}:is(.profile-root,.portal-root) .qa-close{background:var(--card);border:1px solid var(--border);border-radius:9px;color:var(--text);cursor:pointer;font-family:inherit;font-size:12px;padding:6px 10px}:is(.profile-root,.portal-root) .qa-group{margin-bottom:16px}:is(.profile-root,.portal-root) .qa-group-head{align-items:baseline;display:flex;font-size:13px;font-weight:700;gap:8px;justify-content:space-between;margin-bottom:8px}:is(.profile-root,.portal-root) .qa-req{color:var(--gold);font-size:11px;font-weight:700}:is(.profile-root,.portal-root) .qa-optional{color:var(--muted);font-size:11px;font-weight:400}:is(.profile-root,.portal-root) .qa-chips{display:flex;flex-wrap:wrap;gap:8px}:is(.profile-root,.portal-root) .qa-chip{background:var(--card);border:1px solid var(--border);border-radius:20px;color:var(--text);cursor:pointer;font-family:inherit;font-size:12.5px;padding:8px 14px}:is(.profile-root,.portal-root) .qa-chip.selected{background:var(--gold-dim);border-color:var(--gold);color:var(--gold)}:is(.profile-root,.portal-root) .qa-add{background:var(--gold);border:none;border-radius:10px;color:#0d0f1a;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;margin-top:4px;padding:13px;width:100%}.profile-root .cart-conflict{background:#e055551a;border:1px solid rgba(224,85,85,.25);border-radius:9px;color:var(--danger);font-size:12px;font-weight:700;line-height:1.5;margin-bottom:10px;padding:9px 11px}.profile-root .add-btn:disabled,.profile-root .prod-add-btn:disabled,:is(.profile-root,.portal-root) .btn-gold:not(:where(.btn)):disabled{cursor:not-allowed;opacity:.45}.profile-root .add-btn:disabled:hover,.profile-root .prod-add-btn:disabled:hover,:is(.profile-root,.portal-root) .btn-gold:not(:where(.btn)):disabled:hover{background:var(--gold)}.profile-root .preorder-chip{background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:20px;color:var(--gold);display:inline-block;font-size:12px;font-weight:700;line-height:1.5;padding:3px 10px}@keyframes so-pulse{0%,to{opacity:1}50%{opacity:.4}}:is(.profile-root,.portal-root) .so-view{padding-bottom:90px;padding-top:14px}:is(.profile-root,.portal-root) .so-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}:is(.profile-root,.portal-root) .so-tab{background:none;border:1px solid var(--border);border-radius:999px;color:var(--muted);cursor:pointer;flex-shrink:0;font-family:inherit;font-size:12px;font-weight:700;padding:7px 14px;white-space:nowrap}:is(.profile-root,.portal-root) .so-tab.active{background:var(--gold);border-color:var(--gold);color:#0d0f1a}:is(.profile-root,.portal-root) .so-empty{display:grid;gap:10px;justify-items:center}:is(.profile-root,.portal-root) .so-retry{padding-inline:18px;width:auto}:is(.profile-root,.portal-root) .so-top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}:is(.profile-root,.portal-root) .so-top-main{min-width:0}:is(.profile-root,.portal-root) .so-top-side{align-items:flex-start;display:flex;flex-shrink:0;gap:8px}:is(.profile-root,.portal-root) .so-type{background:#94a3b82e;border:1px solid rgba(148,163,184,.35);border-radius:999px;color:#cbd5e1;display:inline-block;font-size:10px;font-weight:700;margin-bottom:6px;padding:2px 8px}:is(.profile-root,.portal-root) .so-type.is-digital{background:#34d3992e;border-color:#34d39959;color:#6ee7b7}:is(.profile-root,.portal-root) .so-type.is-custom{background:#fbbf242e;border-color:#fbbf2459;color:#fcd34d}:is(.profile-root,.portal-root) .so-type.is-service{background:#f472b62e;border-color:#f472b659;color:#f9a8d4}:is(.profile-root,.portal-root) .so-name{color:var(--text);font-size:14px;font-weight:700;overflow-wrap:anywhere}:is(.profile-root,.portal-root) .so-date,:is(.profile-root,.portal-root) .so-more,:is(.profile-root,.portal-root) .so-num{color:var(--muted);font-size:11px;font-weight:400}:is(.profile-root,.portal-root) .so-meta{text-align:end}:is(.profile-root,.portal-root) .so-price{color:var(--gold);font-size:13px;font-weight:700;margin-top:3px;white-space:nowrap}:is(.profile-root,.portal-root) .so-icon-btn{align-items:center;background:var(--card2);border:1px solid var(--border);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;height:32px;justify-content:center;position:relative;width:32px}:is(.profile-root,.portal-root) .so-dot{animation:so-pulse 1.4s infinite;background:var(--danger);border:2px solid var(--bg2);border-radius:50%;height:9px;inset-inline-end:-3px;position:absolute;top:-3px;width:9px}:is(.profile-root,.portal-root) .so-pill{align-items:center;background:#ffffff0f;border:1px solid var(--border);border-radius:999px;color:var(--muted);display:inline-flex;font-size:11px;font-weight:700;margin-bottom:10px;padding:4px 12px}:is(.profile-root,.portal-root) .so-pill.is-green{background:#4f9b6e26;border-color:#4f9b6e59;color:var(--success)}:is(.profile-root,.portal-root) .so-pill.is-orange{background:var(--gold-dim);border-color:var(--gold-border);color:var(--gold2)}:is(.profile-root,.portal-root) .so-pill.is-blue{background:#6ea8ff1f;border-color:#6ea8ff59;color:#8fb8f0}:is(.profile-root,.portal-root) .so-pill.is-red{background:#e055551a;border-color:#e055554d;color:var(--danger)}:is(.profile-root,.portal-root) .so-row{border-top:1px dashed var(--border);display:flex;font-size:12px;gap:12px;justify-content:space-between;padding:6px 0}:is(.profile-root,.portal-root) .so-row-k{color:var(--muted)}:is(.profile-root,.portal-root) .so-row-v{font-weight:700;overflow-wrap:anywhere;text-align:end}:is(.profile-root,.portal-root) .so-mono{font-family:ui-monospace,Menlo,monospace;letter-spacing:.02em}:is(.profile-root,.portal-root) .so-note{background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:10px;color:var(--gold2);font-size:12px;line-height:1.6;margin-top:10px;padding:10px 12px}:is(.profile-root,.portal-root) .so-note-req{color:var(--text);margin-top:6px;white-space:pre-line}:is(.profile-root,.portal-root) .so-policy{color:var(--muted);font-size:11px;line-height:1.5;margin-top:8px}:is(.profile-root,.portal-root) .so-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}:is(.profile-root,.portal-root) .so-btn{align-items:center;border-radius:9px;cursor:pointer;display:inline-flex;flex:1;font-family:inherit;font-size:12.5px;font-weight:700;gap:6px;justify-content:center;min-width:110px;padding:10px;text-align:center;text-decoration:none}:is(.profile-root,.portal-root) .so-btn.is-solid{background:var(--gold);border:1px solid var(--gold);color:#0d0f1a}:is(.profile-root,.portal-root) .so-btn.is-outline{background:none;border:1px solid var(--border);color:var(--text)}:is(.profile-root,.portal-root) .so-btn.is-danger{border-color:#e0555566;color:var(--danger)}:is(.profile-root,.portal-root) .so-btn:disabled{cursor:not-allowed;opacity:.5}:is(.profile-root,.portal-root) .so-btn-icon{display:inline-flex;position:relative}:is(.profile-root,.portal-root) .so-ticket{align-items:center;background:#e055550f;border:1px solid rgba(224,85,85,.25);border-radius:10px;display:flex;gap:10px;justify-content:space-between;margin-top:10px;padding:8px 12px}:is(.profile-root,.portal-root) .so-ticket-txt{color:var(--danger);font-size:12px;font-weight:700}:is(.profile-root,.portal-root) .so-ticket-btn{background:var(--danger);border:none;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:11px;font-weight:700;padding:6px 12px}:is(.profile-root,.portal-root) .so-sheet-sub{color:var(--muted);font-size:11px;margin-top:2px}:is(.profile-root,.portal-root) .so-form textarea,:is(.profile-root,.portal-root) .so-textarea{min-height:90px;resize:vertical}:is(.profile-root,.portal-root) .so-file{border:1px dashed var(--border);border-radius:10px;color:var(--muted);cursor:pointer;display:block;font-size:12px;padding:10px 12px}:is(.profile-root,.portal-root) .so-error{color:var(--danger);font-size:12px;font-weight:700;margin:6px 0}:is(.profile-root,.portal-root) .so-items{display:flex;flex-direction:column;gap:8px;margin-top:12px}:is(.profile-root,.portal-root) .so-items__head{color:var(--muted);font-size:12px;font-weight:700}:is(.profile-root,.portal-root) .so-item{align-items:center;border:1px solid var(--border);border-radius:10px;cursor:pointer;display:flex;font-size:12.5px;gap:10px;padding:10px 12px}:is(.profile-root,.portal-root) .so-item.is-selected{background:var(--gold-dim);border-color:var(--gold-border)}:is(.profile-root,.portal-root) .so-item input[type=checkbox]{accent-color:var(--gold);flex-shrink:0}:is(.profile-root,.portal-root) .so-item__name{flex:1;min-width:0;overflow-wrap:anywhere}:is(.profile-root,.portal-root) .so-item__bad{color:var(--muted);flex-shrink:0;font-size:11px}:is(.profile-root,.portal-root) .so-item:has(input:disabled){cursor:not-allowed;opacity:.55}:is(.profile-root,.portal-root) .so-stars{justify-content:center;margin:12px 0}:is(.profile-root,.portal-root) .so-stars .star-inp{background:none;border:none;font-family:inherit}:is(.profile-root,.portal-root) .so-rate-lines{margin-bottom:8px}:is(.profile-root,.portal-root) .so-steps{margin-bottom:12px}:is(.profile-root,.portal-root) .so-step{align-items:center;color:var(--muted);display:flex;font-size:13px;font-weight:700;gap:8px;padding:6px 0}:is(.profile-root,.portal-root) .so-step-dot{align-items:center;background:var(--border);border-radius:50%;display:flex;flex-shrink:0;font-size:10px;height:18px;justify-content:center;width:18px}:is(.profile-root,.portal-root) .so-step.is-done{color:var(--text)}:is(.profile-root,.portal-root) .so-step.is-done .so-step-dot{background:var(--success);color:#0d0f1a}:is(.profile-root,.portal-root) .so-step.is-active{color:var(--gold2)}:is(.profile-root,.portal-root) .so-step.is-active .so-step-dot{background:var(--gold);color:#0d0f1a}:is(.profile-root,.portal-root) .so-steps-track{margin-top:12px}:is(.profile-root,.portal-root) .so-thread{display:grid;gap:8px;margin-bottom:10px;max-height:44vh;overflow-y:auto}:is(.profile-root,.portal-root) .so-msg{display:grid;gap:3px;max-width:85%}:is(.profile-root,.portal-root) .so-msg.is-mine{justify-self:end}:is(.profile-root,.portal-root) .so-msg.is-theirs{justify-self:start}:is(.profile-root,.portal-root) .so-msg.is-system{justify-self:center;max-width:100%}:is(.profile-root,.portal-root) .so-bubble{background:var(--card2);border:1px solid var(--border);border-radius:12px;font-size:13px;line-height:1.5;overflow-wrap:anywhere;padding:8px 11px;white-space:pre-line}:is(.profile-root,.portal-root) .so-msg.is-theirs .so-bubble{background:var(--gold-dim);border-color:var(--gold-border)}:is(.profile-root,.portal-root) .so-msg.is-system .so-bubble{background:none;border:none;color:var(--muted);font-size:11px}:is(.profile-root,.portal-root) .so-msg-meta{color:var(--muted);font-size:10px}:is(.profile-root,.portal-root) .so-reply{display:flex;gap:6px}:is(.profile-root,.portal-root) .so-reply .area-select{margin-bottom:0}:is(.profile-root,.portal-root) .so-send{background:var(--gold);border:none;border-radius:10px;color:#0d0f1a;cursor:pointer;font-weight:700;padding:0 16px}:is(.profile-root,.portal-root) .so-send:disabled{opacity:.5}:is(.profile-root,.portal-root) .so-file-row{align-items:center;border-top:1px dashed var(--border);display:flex;gap:10px;justify-content:space-between;padding:10px 0}:is(.profile-root,.portal-root) .so-file-info{min-width:0}:is(.profile-root,.portal-root) .so-file-row .so-btn{flex:none;min-width:0;padding-inline:14px}:is(.profile-root,.portal-root) .so-file-row .order-items{margin-bottom:0}:is(.profile-root,.portal-root) .so-invoice{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}:is(.profile-root,.portal-root) .so-inv-head,:is(.profile-root,.portal-root) .so-inv-item,:is(.profile-root,.portal-root) .so-inv-line,:is(.profile-root,.portal-root) .so-inv-parties,:is(.profile-root,.portal-root) .so-inv-top{display:flex;gap:10px;justify-content:space-between}:is(.profile-root,.portal-root) .so-inv-top{align-items:flex-start;margin-bottom:14px}:is(.profile-root,.portal-root) .so-inv-top .so-pill{margin-bottom:0}:is(.profile-root,.portal-root) .so-inv-num{font-size:13px;font-weight:700}:is(.profile-root,.portal-root) .so-inv-head,:is(.profile-root,.portal-root) .so-inv-label{color:var(--muted);font-size:10px}:is(.profile-root,.portal-root) .so-inv-value{font-size:12.5px;font-weight:700;margin-top:2px}:is(.profile-root,.portal-root) .so-inv-parties>div:last-child{text-align:end}:is(.profile-root,.portal-root) .so-inv-divider{border-top:1px dashed var(--border);margin:10px 0}:is(.profile-root,.portal-root) .so-inv-head{margin-bottom:6px}:is(.profile-root,.portal-root) .so-inv-item{font-size:13px;margin-bottom:4px}:is(.profile-root,.portal-root) .so-inv-item-name{flex:1;overflow-wrap:anywhere}:is(.profile-root,.portal-root) .so-inv-qty{color:var(--muted);font-size:12px}:is(.profile-root,.portal-root) .so-inv-line{color:var(--muted);font-size:12px;padding:4px 0}:is(.profile-root,.portal-root) .so-inv-line.is-total{color:var(--gold);font-size:15px;font-weight:700}.profile-root .store-topbar-icons{align-items:center;display:flex;gap:14px}.profile-root .store-topbar-icons .cart-icon-btn{font-size:19px}.profile-root .store-topbar-icons .so-dot{inset-inline-end:-4px;top:-2px}.profile-root .nav-item .so-dot{height:8px;inset-inline-end:calc(50% - 16px);top:6px;width:8px}html.so-sheet-open .chat-widget-container{display:none!important}@media print{html.so-printing body *{visibility:hidden}html.so-printing :is(.profile-root,.portal-root) .so-invoice,html.so-printing :is(.profile-root,.portal-root) .so-invoice *{visibility:visible}html.so-printing :is(.profile-root,.portal-root) .so-invoice{background:#fff;border:none;color:#111;inset:0 0 auto 0;position:absolute}html.so-printing :is(.profile-root,.portal-root) .so-invoice *{color:#111!important}}
