:root{--color-primary:#05472A;--color-primary-dark:#032e1b;--color-primary-light:#0a6b3f;--color-secondary:#A8CF45;--color-secondary-dark:#8bb02f;--color-secondary-light:#d4e8a8;--color-accent-purple:#6d5bd0;--color-accent-purple-dark:#5646b5;--gray-50:#fafafa;--gray-100:#f5f5f4;--gray-200:#e7e5e4;--gray-300:#d6d3d1;--gray-400:#a8a29e;--gray-500:#78716c;--gray-600:#57534e;--gray-700:#44403c;--gray-800:#292524;--gray-900:#1c1917;--white:#ffffff;--color-success:#16a34a;--color-success-bg:#dcfce7;--color-warning:#d97706;--color-warning-bg:#fef3c7;--color-danger:#dc2626;--color-danger-bg:#fee2e2;--color-info:#2563eb;--color-info-bg:#dbeafe;--text-heading:var(--gray-900);--text-body:var(--gray-700);--text-muted:var(--gray-500);--text-on-dark:#ffffff;--text-on-dark-muted:rgba(255,255,255,0.65);--surface-page:#fafafa;--surface-card:#ffffff;--border-color:var(--gray-200);--font-brand:'Inter',sans-serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--fs-xs:0.75rem;--fs-sm:0.8125rem;--fs-base:0.9375rem;--fs-md:1rem;--fs-lg:1.125rem;--fs-xl:1.375rem;--fs-2xl:1.75rem;--fs-3xl:2.25rem;--fs-4xl:3rem;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--sp-16:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 14px rgba(0,0,0,0.08);--shadow-lg:0 12px 32px rgba(0,0,0,0.12);--header-height:72px;--sidebar-width:260px;--container-max:1320px;--sidebar-width:232px}[data-theme="admin"]{--color-primary:#0b111f;--color-primary-dark:#00041a;--color-primary-light:#171f33;--color-accent:#5c46c0;--color-accent-dark:#1d1675;--color-accent-light:#7b6bff}[data-theme="brand"]{--color-accent:var(--color-primary);--color-accent-dark:var(--color-primary-dark);--color-accent-light:var(--color-primary-light)}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:var(--fs-base);color:var(--text-body);background:var(--surface-page);line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit}h1,h2,h3,h4,h5,h6{margin:0 0 var(--sp-2);color:var(--text-heading);font-weight:700}h1{font-family:var(--font-brand);font-size:var(--fs-3xl);line-height:1.15}h2{font-size:var(--fs-2xl)}h3{font-size:var(--fs-xl)}p{margin:0 0 var(--sp-3)}:focus-visible{outline:2px solid var(--color-accent,var(--color-primary));outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--sp-6)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);padding:12px 22px;border-radius:var(--radius-md);border:1.5px solid transparent;font-size:14px;font-weight:700;line-height:1.2;transition:all 0.15s ease;white-space:nowrap;cursor:pointer}.btn:disabled{opacity:0.5;cursor:not-allowed}.btn-primary{background:var(--color-accent,var(--color-primary));border-color:var(--color-accent,var(--color-primary));color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-accent-dark,var(--color-primary-dark));border-color:var(--color-accent-dark,var(--color-primary-dark))}.btn-secondary{background:var(--color-secondary);border-color:var(--color-secondary);color:var(--color-primary-dark)}.btn-secondary:hover:not(:disabled){background:var(--color-secondary-dark);border-color:var(--color-secondary-dark)}.btn-outline{background:#fff;border-color:var(--gray-300);color:var(--text-body)}.btn-outline:hover:not(:disabled){border-color:var(--color-accent,var(--color-primary));color:var(--color-accent,var(--color-primary))}.btn-outline-dark{background:transparent;border-color:var(--gray-300);color:var(--text-body)}.btn-outline-dark:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.btn-outline-light{background:transparent;border-color:rgba(255,255,255,.6);color:#fff}.btn-outline-light:hover:not(:disabled){background:rgba(255,255,255,.12)}.btn-white{background:rgba(255,255,255,.95);border-color:transparent;color:var(--text-heading)}.btn-white:hover:not(:disabled){background:#fff}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-body)}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn-danger-outline{background:#fff;border-color:#fecaca;color:#dc2626}.btn-danger-outline:hover:not(:disabled){background:#fef2f2}.btn-purple{background:var(--color-accent-purple);border-color:var(--color-accent-purple);color:#fff}.btn-purple:hover:not(:disabled){background:var(--color-accent-purple-dark);border-color:var(--color-accent-purple-dark)}.btn-sm{padding:8px 16px;font-size:13px}.btn-lg{padding:14px 20px;font-size:14.5px}.btn-block{width:100%}.btn-icon{padding:10px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-full);font-size:var(--fs-xs);font-weight:600;line-height:1.4;white-space:nowrap}.badge-success{background:var(--color-success-bg);color:var(--color-success)}.badge-warning{background:var(--color-warning-bg);color:var(--color-warning)}.badge-danger{background:var(--color-danger-bg);color:var(--color-danger)}.badge-info{background:var(--color-info-bg);color:var(--color-info)}.badge-neutral{background:var(--gray-100);color:var(--gray-600)}.badge-brand{background:var(--color-secondary-light);color:var(--color-primary-dark)}.chat-limit-banner{margin:10px 16px 0;padding:10px 14px;border-radius:var(--radius-md);font-size:12.5px;line-height:1.5}.chat-limit-banner-info{background:var(--color-info-bg);color:var(--color-info)}.chat-limit-banner-warn{background:var(--color-warning-bg);color:var(--color-warning);font-weight:600}.chat-limit-banner-blocked{background:var(--color-danger-bg);color:var(--color-danger);text-align:center;font-size:13px}.chat-limit-banner-blocked strong{font-weight:800}.badge-coming-soon{background:var(--gray-800);color:#fff;text-transform:uppercase;letter-spacing:0.03em;font-size:0.6875rem}.card-coming-soon{position:relative;opacity:0.6;pointer-events:none}.card-coming-soon .badge-coming-soon{position:absolute;top:var(--sp-3);right:var(--sp-3);pointer-events:auto}.card{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--sp-5);box-shadow:var(--shadow-sm)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--sp-4)}.card-header h2,.card-header h3{margin:0}.card-link{font-size:var(--fs-sm);font-weight:600;color:var(--color-accent,var(--color-primary));display:inline-flex;align-items:center;gap:4px}.stat-card{background:var(--surface-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--sp-5);display:flex;flex-direction:column;gap:var(--sp-2)}.stat-card-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:var(--sp-2)}.stat-card-value{font-size:var(--fs-2xl);font-weight:700;color:var(--text-heading)}.stat-card-label{font-size:var(--fs-sm);color:var(--text-muted)}.stat-card-trend{font-size:var(--fs-xs);font-weight:600}.stat-card-trend.up{color:var(--color-success)}.stat-card-trend.down{color:var(--color-danger)}.field{margin-bottom:var(--sp-4)}.field label{display:block;margin-bottom:var(--sp-2);font-size:var(--fs-sm);font-weight:600;color:var(--text-heading)}.field .hint{font-size:var(--fs-xs);color:var(--text-muted);margin-top:var(--sp-1)}.field .field-error{font-size:var(--fs-xs);color:var(--color-danger);margin-top:var(--sp-1)}.hint{font-size:11px;color:var(--text-muted);margin-top:3px}.input,.select,.textarea{width:100%;padding:11px 14px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:var(--fs-base);color:var(--text-body);background:#fff;transition:border-color 0.15s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--color-accent,var(--color-primary));outline:none}.input.has-error,.select.has-error,.textarea.has-error{border-color:var(--color-danger)}.textarea{resize:vertical;min-height:96px}.input-group{display:flex}.input-group .input{border-radius:0}.input-group>:first-child{border-top-left-radius:var(--radius-md);border-bottom-left-radius:var(--radius-md)}.input-group>:last-child{border-top-right-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.checkbox-row{display:flex;align-items:flex-start;gap:var(--sp-2);font-size:var(--fs-sm)}.checkbox-row input[type="checkbox"]{margin-top:3px}.form-alert{padding:var(--sp-3) var(--sp-4);border-radius:var(--radius-md);font-size:var(--fs-sm);margin-bottom:var(--sp-4)}.form-alert-error{background:var(--color-danger-bg);color:var(--color-danger)}.form-alert-success{background:var(--color-success-bg);color:var(--color-success)}.form-alert-info{background:var(--color-info-bg);color:var(--color-info)}.admin-toast-container{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.admin-toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,.18);min-width:260px;max-width:440px;background:#fff;animation:admin-toast-in .2s ease}.admin-toast-success{color:var(--color-success);border:1px solid var(--color-success-bg)}.admin-toast-error{color:var(--color-danger);border:1px solid var(--color-danger-bg)}.admin-toast .admin-toast-close{margin-left:auto;cursor:pointer;opacity:.5;background:none;border:none;color:inherit;font-size:15px;line-height:1;padding:2px}.admin-toast .admin-toast-close:hover{opacity:1}@keyframes admin-toast-in{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:var(--fs-sm)}.table th{text-align:left;padding:var(--sp-3) var(--sp-4);font-weight:600;color:var(--text-muted);font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:0.02em;border-bottom:1px solid var(--border-color);white-space:nowrap}.table td{padding:var(--sp-3) var(--sp-4);border-bottom:1px solid var(--border-color);color:var(--text-body)}.table tbody tr:hover{background:var(--gray-50)}.auth-shell{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:var(--sp-10) var(--sp-4);background:var(--gray-50)}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--sp-8)}.auth-card h1{font-size:var(--fs-2xl);margin-bottom:var(--sp-1)}.auth-card .auth-subtitle{color:var(--text-muted);font-size:var(--fs-sm);margin-bottom:var(--sp-6)}.auth-tabs{display:flex;background:var(--gray-100);border-radius:var(--radius-md);padding:4px;margin-bottom:var(--sp-6)}.auth-tab{flex:1;text-align:center;padding:var(--sp-2) var(--sp-3);border-radius:var(--radius-sm);font-size:var(--fs-sm);font-weight:600;color:var(--text-muted)}.auth-tab.active{background:#fff;color:var(--color-primary);box-shadow:var(--shadow-sm)}.auth-divider{display:flex;align-items:center;gap:var(--sp-3);margin:var(--sp-5) 0;color:var(--text-muted);font-size:var(--fs-xs)}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--border-color)}.auth-footer-link{text-align:center;font-size:var(--fs-sm);color:var(--text-muted);margin-top:var(--sp-5)}.auth-footer-link a{color:var(--color-primary);font-weight:600}.register-choice{margin-top:var(--sp-5)}.register-choice-label{font-size:var(--fs-sm);color:var(--text-muted);margin-bottom:var(--sp-3);text-align:center}.register-choice-row{display:flex;gap:var(--sp-3)}.register-choice-card{flex:1;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--sp-4);text-align:left;transition:border-color .15s ease,background .15s ease}.register-choice-card:hover{border-color:var(--color-primary);background:#f2f7e9}.register-choice-card .icon{width:40px;height:40px;border-radius:50%;background:var(--gray-100);color:var(--text-body);display:flex;align-items:center;justify-content:center;margin-bottom:var(--sp-3);transition:background .15s ease,color .15s ease}.register-choice-card:hover .icon{background:var(--color-secondary-light);color:var(--color-primary-dark)}.register-choice-card .title{font-weight:700;font-size:var(--fs-base);margin-bottom:4px}.register-choice-card .desc{font-size:var(--fs-xs);color:var(--text-muted);line-height:1.4}.register-choice-card.active{border-color:var(--color-primary);background:#f2f7e9;position:relative;cursor:default}.register-choice-card.active .icon{background:var(--color-secondary-light);color:var(--color-primary-dark)}.register-choice-card.active::after{content:"\2713";position:absolute;top:var(--sp-3);right:var(--sp-3);width:18px;height:18px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.auth-split{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:44px;max-width:var(--container-max);margin-left:auto;margin-right:auto}.auth-split-form-panel,.auth-form-panel{padding:50px 44px;text-align:center}.auth-icon{width:64px;height:64px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.auth-split-form-panel h1,.auth-form-panel h1{font-size:21px}.auth-split-form-panel .auth-subtitle,.auth-form-panel .sub{font-size:13px;color:var(--text-muted);margin:10px auto 26px;max-width:340px;line-height:1.6;text-align:center}.or-divider{display:flex;align-items:center;gap:12px;margin:20px 0;font-size:11.5px;color:var(--text-muted)}.or-divider::before,.or-divider::after{content:"";flex:1;height:1px;background:var(--gray-200)}.back-link{font-size:12.5px;font-weight:700;color:var(--color-primary);display:inline-flex;align-items:center;gap:5px}.auth-info-panel{background:var(--gray-50);padding:40px 44px;display:flex;flex-direction:column;justify-content:center}.why-badge{display:inline-block;background:#eef6e2;color:var(--color-primary);font-size:11px;font-weight:800;padding:5px 13px;border-radius:var(--radius-full);margin-bottom:12px;align-self:flex-start}.auth-info-panel h2{font-size:21px}.auth-info-panel .sub{font-size:13px;color:var(--text-muted);margin-top:8px;margin-bottom:24px}.auth-feature-row{display:flex;gap:var(--sp-3);margin-top:var(--sp-5)}.auth-feature-row .icon{width:44px;height:44px;flex-shrink:0;background:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary);box-shadow:var(--shadow-sm)}.auth-feature-row .title{font-weight:700;font-size:var(--fs-sm)}.auth-feature-row .desc{font-size:var(--fs-sm);color:var(--text-muted);margin-top:2px}.auth-featured-card{background:#fff;border-radius:var(--radius-md);padding:16px;margin-top:12px}.auth-featured-card .head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.auth-featured-card .head-row h4{font-size:13.5px}.auth-featured-card .head-row a{font-size:11.5px;font-weight:700;color:var(--color-primary)}.auth-featured-items{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-3);margin-top:var(--sp-3)}.auth-featured-item .thumb,.auth-featured-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);background:var(--gray-100)}.auth-featured-item .cat{font-size:0.6875rem;color:var(--color-primary);font-weight:600;margin-top:var(--sp-2)}.auth-featured-item .name{font-size:var(--fs-xs);font-weight:700;margin-top:6px}.auth-featured-item .price{font-size:var(--fs-xs);font-weight:800;color:var(--color-primary);margin-top:1px}.auth-featured-item .rating{font-size:9.5px;color:var(--text-muted)}.cat-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cat-mini-item .thumb{width:100%;aspect-ratio:4/3;border-radius:var(--radius-sm)}.cat-mini-item .name{font-size:11px;font-weight:700;margin-top:6px}.cat-mini-item .count{font-size:10px;color:var(--color-primary);font-weight:700}.req-title{text-align:left;font-size:11.5px;font-weight:700;color:var(--text-body);margin:12px 0 8px}.req-list{text-align:left;margin:6px 0 20px;list-style:none;padding:0}.req-list li{display:flex;align-items:center;gap:7px;font-size:11.5px;color:var(--text-muted);margin-bottom:6px}.req-list li.ok{color:var(--color-primary)}.req-list li svg{flex-shrink:0;color:var(--color-primary)}.field-confirm{margin-top:18px}.email-box{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--gray-50);border-radius:var(--radius-md);padding:12px 16px;margin-bottom:20px;text-align:left}.email-box .left{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700}.email-box a{font-size:12px;font-weight:700;color:var(--color-primary)}.resend-box{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px;text-align:left;margin-bottom:20px}.resend-box .title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12.5px;margin-bottom:10px}.resend-box ul{list-style:none;margin:0;padding:0}.resend-box ul li{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);margin-bottom:6px}.resend-box ul li svg{color:var(--color-primary);flex-shrink:0}.toggle-eye{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--gray-400);cursor:pointer}.field-input.has-toggle input{padding-right:38px}.auth-info-eyebrow{display:inline-block;background:var(--color-secondary-light);color:var(--color-primary-dark);font-size:var(--fs-xs);font-weight:700;padding:4px 12px;border-radius:var(--radius-full);margin-bottom:var(--sp-3)}.social-login-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3)}.social-login-btn{display:flex;align-items:center;justify-content:center;gap:var(--sp-2);border:1px solid var(--gray-300);border-radius:var(--radius-md);padding:10px;font-size:var(--fs-sm);font-weight:600;color:var(--text-body)}.field-label-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--sp-2)}.field-label-row label{font-size:var(--fs-sm);font-weight:600;color:var(--text-heading)}.field-label-row a{font-size:var(--fs-xs);font-weight:600;color:var(--color-primary)}.input-icon-wrap{position:relative}.input-icon-wrap .input{padding-left:40px}.input-icon-wrap .field-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--gray-400)}.input-icon-wrap .field-icon-right{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--gray-400);cursor:pointer;left:auto}.input-icon-wrap .input.has-right-icon{padding-right:40px}@media (max-width:900px){.auth-split{grid-template-columns:1fr}.auth-info-panel{order:-1}}@media (max-width:760px){.auth-split-form-panel,.auth-form-panel,.auth-info-panel{padding:28px 22px}.cat-mini-grid,.auth-featured-items{grid-template-columns:1fr 1fr}}.register-page{max-width:700px;margin:0 auto;padding:var(--sp-10) var(--sp-4);text-align:center}.register-eyebrow{color:var(--color-primary);font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.register-page h1{margin-top:var(--sp-2)}.register-page>p{max-width:480px;margin:0 auto var(--sp-8);color:var(--text-muted)}.register-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--sp-8);text-align:left;box-shadow:var(--shadow-sm)}.register-avatar{width:56px;height:56px;border-radius:var(--radius-full);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--sp-4)}.register-card h2{text-align:center}.register-card .auth-footer-link{margin-top:0;margin-bottom:var(--sp-6)}.account-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--sp-3);margin-bottom:var(--sp-5)}.account-type-card{border:2px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--sp-4);cursor:pointer;position:relative}.account-type-card.selected{border-color:var(--color-primary);background:#f2f7e9}.account-type-card .icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--sp-2)}.account-type-card .title{font-weight:700;font-size:var(--fs-sm)}.account-type-card .desc{font-size:var(--fs-xs);color:var(--text-muted);margin-top:2px}.account-type-card .check{position:absolute;top:var(--sp-3);right:var(--sp-3);width:20px;height:20px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;display:none;align-items:center;justify-content:center;font-size:0.625rem}.account-type-card.selected .check{display:flex}.register-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-4);margin-top:var(--sp-8);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--sp-6);text-align:center;box-shadow:var(--shadow-sm)}.register-trust-strip .icon{width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto var(--sp-2)}.register-trust-strip .title{font-weight:700;font-size:var(--fs-sm)}.register-trust-strip .desc{font-size:var(--fs-xs);color:var(--text-muted);margin-top:2px}.phone-input-group{display:flex}.phone-input-group .country-code{border:1px solid var(--gray-300);border-right:none;border-radius:var(--radius-md) 0 0 var(--radius-md);padding:0 var(--sp-3);display:flex;align-items:center;gap:4px;font-size:var(--fs-sm);background:var(--gray-50)}.phone-input-group .input{border-radius:0 var(--radius-md) var(--radius-md) 0}@media (max-width:640px){.account-type-grid,.register-trust-strip{grid-template-columns:1fr}}.req{color:#dc2626}.register-wrap{max-width:560px;margin:10px auto 0;padding-bottom:44px}.form-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:34px 38px;box-shadow:var(--shadow-sm)}.form-icon{width:56px;height:56px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.form-card h2{text-align:center;font-size:19px}.form-card .sub{text-align:center;font-size:12.5px;color:var(--text-muted);margin:6px 0 26px}.form-card .hint{font-size:11px;color:var(--text-muted);margin-top:5px}.star-picker{display:flex;gap:4px}.star-btn{background:none;border:none;padding:2px;cursor:pointer;color:var(--gray-300);line-height:0}.star-btn.on{color:#f5a623}.star-btn:hover{color:#f5a623}.phone-row{display:flex;gap:8px}.phone-row input{padding:11px 14px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:13px;outline:none}.phone-row input:focus{border-color:var(--color-primary)}.phone-flag{display:flex;align-items:center;gap:5px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:0 12px;font-size:13px;font-weight:700;flex-shrink:0}.form-footer-link{text-align:center;font-size:12.5px;color:var(--text-muted);margin-top:18px}.form-footer-link a{color:var(--color-primary);font-weight:700}@media (max-width:760px){.form-card{padding:26px 20px}}.hero{background:var(--color-primary);background-image:radial-gradient(circle at 88% 15%,rgba(168,207,69,.18),transparent 45%),radial-gradient(circle at 8% 90%,rgba(168,207,69,.10),transparent 40%);color:#fff;padding:56px 0 44px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.hero h1{font-size:clamp(2.1rem,4vw,3.1rem);line-height:1.12;color:#fff;letter-spacing:-.01em}.hero h1 .accent{color:var(--color-secondary)}.hero p.lead{color:rgba(255,255,255,.78);font-size:15.5px;max-width:460px;margin-top:14px}.hero-search{display:flex;align-items:stretch;background:#fff;border-radius:var(--radius-md);padding:6px;margin:26px 0 16px;box-shadow:var(--shadow-lg);max-width:640px}.hero-search-field{display:flex;align-items:center;gap:8px;padding:0 12px;flex:1.4;min-width:0}.hero-search-field.location{flex:1}.hero-search-field svg{color:var(--gray-400);flex-shrink:0}.hero-search-field input,.hero-search-field select{border:none;outline:none;font-size:13.5px;width:100%;background:transparent;color:var(--text-body)}.hero-search-sep{width:1px;background:var(--gray-200);margin:8px 0}.hero-search button{border:none;background:var(--color-secondary);color:var(--color-primary-dark);font-weight:700;font-size:13.5px;border-radius:var(--radius-sm);padding:0 24px;flex-shrink:0}.hero-search button:hover{background:var(--color-secondary-dark)}.hero-popular{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:rgba(255,255,255,.65)}.hero-popular a{background:rgba(255,255,255,.12);padding:5px 13px;border-radius:var(--radius-full);color:#fff;font-size:12px;font-weight:500}.hero-popular a:hover{background:rgba(255,255,255,.22)}.hero-art{position:relative;height:340px}.hero-art svg{width:100%;height:100%}.hero-art img{width:100%;height:100%;object-fit:contain;object-position:center}.trust-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.trust-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:20px 24px;margin:20px 0;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.section{padding-top:56px;padding-bottom:56px;max-width:var(--container-max);margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:16px;flex-wrap:wrap}.section-header h2{font-size:26px}.section-header p{color:var(--text-muted);font-size:13.5px;margin-top:4px}.section-link{font-size:13.5px;font-weight:700;color:var(--color-primary);white-space:nowrap}.section-link:hover{text-decoration:underline}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.category-tile{text-align:center;padding:20px 12px;border-radius:var(--radius-lg);background:#eef6e2;border:1px solid var(--color-primary);box-shadow:var(--shadow-sm);transition:all .15s ease}.category-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.category-tile .icon{width:100%;height:115px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.category-tile .icon img{max-width:125px;max-height:115px;width:auto;height:auto;object-fit:contain}.category-tile .name{font-size:12.5px;font-weight:700;color:var(--text-heading);line-height:1.35}.category-tile.view-all .icon{color:var(--color-primary)}.listing-scroll{display:flex;gap:18px;overflow-x:auto;padding:4px 4px 14px;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.listing-scroll::-webkit-scrollbar{display:none}.listing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.listing-grid .listing-card{min-width:0;max-width:none}.listing-card{min-width:240px;max-width:240px;flex-shrink:0;scroll-snap-align:start;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:all .15s ease}.listing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.listing-card-image{position:relative;aspect-ratio:4/3;background:var(--gray-100);overflow:hidden}.listing-card-image img{width:100%;height:100%;object-fit:cover}.listing-badge{position:absolute;top:10px;left:10px;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:4px 10px;border-radius:var(--radius-full);color:#fff}.listing-badge.featured{background:var(--color-primary)}.listing-badge.popular{background:#ea580c}.listing-fav{position:absolute;top:9px;right:9px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--gray-500);border:none;padding:0;text-decoration:none}.listing-fav.active{color:#dc2626}.listing-fav.active svg{fill:#dc2626}.listing-card-body{padding:14px}.listing-card-body .title{font-weight:700;font-size:13.5px;color:var(--text-heading);margin-bottom:3px}.listing-card-body .vendor{display:flex;align-items:center;gap:4px;font-size:11.5px;color:var(--text-muted);margin-bottom:10px}.listing-card-footer{display:flex;align-items:center;justify-content:space-between}.listing-price{font-weight:800;font-size:15px;color:var(--text-heading)}.listing-price span{font-weight:500;font-size:11.5px;color:var(--text-muted)}.listing-rating{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:var(--text-heading)}.listing-rating svg{color:#f59e0b}.listing-rating .count{color:var(--text-muted);font-weight:500}.dots{display:flex;justify-content:center;gap:6px;margin-top:8px}.dots .dot{width:6px;height:6px;border-radius:50%;background:var(--gray-300);transition:all .2s ease}.dots .dot.active{background:var(--color-primary);width:18px;border-radius:var(--radius-full)}.steps-panel{background:#eef6e2;border-radius:var(--radius-xl);padding:44px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.steps-panel p.lead{color:var(--text-muted);font-size:14px;margin-top:6px}.steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:26px}.step-item{display:flex;gap:12px;align-items:flex-start}.step-item .num{width:34px;height:34px;border-radius:50%;background:#fff;color:var(--color-primary);font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-sm)}.step-item .title{font-weight:700;font-size:13.5px;color:var(--text-heading);margin-bottom:3px}.step-item .desc{font-size:12.5px;color:var(--text-muted);line-height:1.4}.steps-panel .btn{margin-top:28px}.steps-media{position:relative}.steps-media-frame{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3.4;background:var(--color-primary);position:relative}.steps-media-badge{position:absolute;bottom:16px;right:16px;background:#fff;padding:10px 16px;border-radius:var(--radius-md);font-size:12.5px;font-weight:800;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:8px;color:var(--text-heading)}.steps-media-badge .avatar-icon{width:26px;height:26px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary-dark);display:flex;align-items:center;justify-content:center}.why-band{background:var(--color-primary);color:#fff;padding:52px 0;text-align:center}.why-band h2{color:#fff;font-size:26px}.why-band .lead{color:rgba(255,255,255,.7);font-size:14px;margin-top:8px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-top:36px}.why-item .icon{width:59px;height:59px;margin:0 auto 14px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:var(--color-secondary)}.why-item .title{font-weight:700;font-size:13.5px;margin-bottom:4px}.why-item .desc{font-size:11.5px;color:rgba(255,255,255,.6);line-height:1.4}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#fff;border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm);position:relative}.testimonial-card .quote-mark{font-size:40px;color:var(--color-secondary);line-height:1;font-weight:800;font-family:Georgia,serif}.testimonial-card .stars{display:flex;gap:2px;color:#f59e0b;margin:6px 0 12px}.testimonial-card .quote-text{font-size:13.5px;color:var(--text-body);line-height:1.6;margin-bottom:18px;min-height:84px}.testimonial-card .author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--gray-100)}.testimonial-card .avatar{width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.testimonial-card .author-name{font-weight:700;font-size:13px;color:var(--text-heading)}.testimonial-card .author-role{font-size:11.5px;color:var(--text-muted)}.cta-banner{background:linear-gradient(120deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-xl);padding:48px;color:#fff;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px;overflow:hidden;position:relative}.cta-banner h2{color:#fff;font-size:28px}.cta-banner p{color:rgba(255,255,255,.82);font-size:14px;margin-top:10px;max-width:380px}.cta-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.cta-phones{position:relative;height:260px;display:flex;align-items:center;justify-content:center}.phone{position:absolute;width:140px;height:240px;border-radius:24px;background:#0c0c0c;padding:8px;box-shadow:var(--shadow-lg)}.phone-screen{width:100%;height:100%;border-radius:17px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.phone.back{left:6%;top:4px;transform:rotate(-8deg);opacity:.92}.phone.front{right:6%;bottom:0;transform:rotate(6deg)}.phone-screen .bar{height:34px;background:var(--color-primary);flex-shrink:0;display:flex;align-items:center;padding:0 10px;gap:4px}.phone-screen .bar span{width:40px;height:6px;background:rgba(255,255,255,.5);border-radius:3px}.phone-screen .bar .dot-lime{width:10px;height:10px;border-radius:50%;background:var(--color-secondary);margin-left:auto}.phone-screen .body{padding:8px;flex:1;background:var(--gray-50)}.phone-screen .row{display:flex;gap:6px;margin-bottom:6px}.phone-screen .block{flex:1;border-radius:6px;background:var(--gray-200)}.phone-screen .block.h20{height:20px}.phone-screen .block.h40{height:40px}.phone-screen .block.lime{background:var(--color-secondary-light)}.newsletter-strip{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;padding:30px 36px;background:var(--gray-50);border-radius:var(--radius-lg)}.newsletter-strip strong{font-size:16px;color:var(--text-heading);display:block;margin-bottom:4px}.newsletter-strip .sub{font-size:12.5px;color:var(--text-muted)}.newsletter-form{display:flex;gap:10px;flex:1;max-width:420px}.newsletter-form input{flex:1;padding:11px 16px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:13.5px;outline:none}.newsletter-form input:focus{border-color:var(--color-primary)}@media (max-width:1024px){.category-grid{grid-template-columns:repeat(4,1fr)}.listing-grid{grid-template-columns:repeat(3,1fr)}.steps-panel{grid-template-columns:1fr}.steps-media{order:-1;max-width:420px;margin:0 auto}.why-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.cta-banner{grid-template-columns:1fr;text-align:center}.cta-actions{justify-content:center}.cta-phones{height:200px;margin-top:8px}}.mobile-carousel-nav{display:none}.carousel-arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--gray-300);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-body);cursor:pointer;flex-shrink:0}.carousel-arrow:hover{border-color:var(--color-primary);color:var(--color-primary)}@media (max-width:720px){.hero-grid{grid-template-columns:1fr}.hero-art{display:none}.hero-search{flex-direction:column;gap:6px;background:transparent;box-shadow:none;padding:0}.hero-search-field,.hero-search-field.location{background:#fff;border-radius:var(--radius-md);padding:10px 14px;flex:none}.hero-search-sep{display:none}.hero-search button{border-radius:var(--radius-md);padding:12px}.trust-grid{justify-content:flex-start}.category-grid{grid-template-columns:repeat(3,1fr)}.category-tile:nth-child(n+6):not(.view-all){display:none}.why-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr}.newsletter-strip{flex-direction:column;align-items:stretch;text-align:center}.newsletter-form{max-width:none;flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}.section-header{flex-direction:column;align-items:flex-start}.mobile-carousel-viewport{overflow:hidden;width:100%}.listing-grid,.testimonial-grid{display:flex;gap:0;transition:transform .4s ease}.listing-grid>*,.testimonial-grid>*{flex:0 0 100%;min-width:0}.mobile-carousel-nav{display:flex;justify-content:center;gap:12px;margin-top:16px}}@media (max-width:480px){.category-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}}.newsletter-form,.newsletter-form input{min-width:0}.search-layout{max-width:var(--container-max);margin:0 auto;padding:var(--sp-6)}.filter-group{border-bottom:1px solid var(--border-color);padding-bottom:var(--sp-4);margin-bottom:var(--sp-4)}.filter-group:last-child{border-bottom:none}.filter-group-title{font-weight:700;font-size:var(--fs-sm);margin-bottom:var(--sp-3);display:flex;justify-content:space-between;align-items:center}.filter-option{display:flex;align-items:center;justify-content:space-between;font-size:var(--fs-sm);padding:5px 0}.filter-option label{display:flex;align-items:center;gap:var(--sp-2)}.filter-option .count{color:var(--text-muted);font-size:var(--fs-xs)}.filter-price-row{display:flex;align-items:center;gap:var(--sp-2)}.filter-price-row input{width:0;flex:1;min-width:0;padding:8px 10px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:var(--fs-sm)}.filter-price-row span{color:var(--text-muted);flex-shrink:0}.filter-flyout .select{font-size:calc(var(--fs-base) * 0.7)}.filter-flyout .filter-price-row input{font-size:calc(var(--fs-sm) * 0.7)}.filter-fab{position:fixed;left:18px;top:50%;z-index:55;height:48px;padding:0 20px 0 16px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:var(--shadow-lg);cursor:grab}.filter-fab:active{cursor:grabbing}.filter-fab:hover{background:var(--color-primary-dark)}.filter-flyout-backdrop{display:none;position:fixed;inset:0;z-index:56;background:rgba(0,0,0,.35)}.filter-flyout-backdrop.open{display:block}.filter-flyout{position:fixed;top:0;left:0;bottom:0;z-index:57;width:320px;max-width:88vw;background:#fff;box-shadow:var(--shadow-lg);padding:var(--sp-5);overflow-y:auto;transform:translateX(-100%);transition:transform .25s ease}.filter-flyout.open{transform:translateX(0)}.filter-flyout-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--sp-4)}.filter-flyout-close{background:none;border:none;padding:4px;cursor:pointer;color:var(--text-muted);display:flex}.filter-flyout-actions{display:flex;flex-direction:column;gap:var(--sp-2);margin-top:var(--sp-2)}.search-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--sp-4);flex-wrap:wrap;gap:var(--sp-3)}.active-filter-pills{display:flex;gap:var(--sp-2);flex-wrap:wrap;margin-bottom:var(--sp-4)}.filter-pill{background:var(--gray-100);border-radius:var(--radius-full);padding:4px 12px;font-size:var(--fs-xs);display:flex;align-items:center;gap:6px}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--sp-4)}.result-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;background:#fff;position:relative;box-shadow:var(--shadow-sm)}.result-card-image{aspect-ratio:4/3;background:var(--gray-100);position:relative}.result-card-image img{width:100%;height:100%;object-fit:cover}.result-card-badge{position:absolute;top:var(--sp-2);left:var(--sp-2)}.result-card-side-actions{position:absolute;top:var(--sp-2);right:var(--sp-2);display:flex;flex-direction:column;gap:6px;z-index:1}.result-card-fav,.result-card-compare{width:30px;height:30px;border-radius:var(--radius-full);background:rgba(255,255,255,0.9);display:flex;align-items:center;justify-content:center;border:none;padding:0;text-decoration:none;color:var(--text-body);cursor:pointer}.result-card-fav.active{color:#dc2626}.result-card-fav.active svg{fill:#dc2626}.result-card-compare.active{color:var(--color-primary)}.result-card-compare.active svg{fill:var(--color-primary)}.result-card-body{padding:var(--sp-4)}.result-card-body .title{font-weight:600;font-size:var(--fs-sm);margin-bottom:2px}.result-card-body .subtitle{font-size:var(--fs-xs);color:var(--text-muted);margin-bottom:var(--sp-2)}.result-card-body .price{font-weight:700}.result-card-line{display:flex;align-items:center;gap:5px;font-size:var(--fs-xs);color:var(--text-muted);margin:4px 0}.result-meta-row{display:flex;align-items:center;justify-content:space-between;margin:var(--sp-2) 0}.result-rating{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700}.result-rating svg{color:#f59e0b}.result-rating .count{color:var(--text-muted);font-weight:500}.avail-badge{font-size:10.5px;font-weight:700;color:#16a34a;background:#dcfce7;padding:3px 9px;border-radius:var(--radius-full)}.compare-bar{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--gray-900);color:#fff;padding:var(--sp-3) var(--sp-6);display:flex;align-items:center;justify-content:center;gap:var(--sp-4);box-shadow:0 -2px 12px rgba(0,0,0,0.15)}.compare-bar #compare-bar-count{font-size:var(--fs-sm);font-weight:600}.pagination{display:flex;justify-content:center;align-items:center;gap:var(--sp-2);margin-top:var(--sp-8)}.pagination a,.pagination span{min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-size:var(--fs-sm)}.pagination .current{background:var(--color-primary);color:#fff;font-weight:700}.pagination a{border:1px solid var(--border-color)}@media (max-width:1200px){.results-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:960px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.results-grid{grid-template-columns:1fr}.filter-fab{left:12px;height:44px;padding:0 16px 0 14px;font-size:13px}}.industries-hero-row{display:grid;grid-template-columns:1fr .85fr;gap:40px;align-items:center;padding-bottom:40px}.industries-hero-row h1{font-size:32px}.industries-hero-row h1 .accent{color:var(--color-secondary)}.industries-hero-row>div:first-child>p{font-size:14px;color:var(--text-muted);margin-top:12px;max-width:420px}.hero-search-box{display:flex;align-items:center;gap:10px;border:1px solid var(--gray-200);border-radius:var(--radius-full);padding:13px 18px;margin-top:22px;max-width:440px;box-shadow:var(--shadow-sm)}.hero-search-box svg{color:var(--gray-400);flex-shrink:0}.hero-search-box input{flex:1;border:none;outline:none;font-size:13.5px;background:transparent}.hero-art-wrap{position:relative}.hero-art-wrap .hero-art{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10;background:var(--color-secondary-light);position:relative}.hero-stats-float{position:absolute;left:20px;bottom:-26px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;gap:26px;flex-wrap:wrap}.hero-stats-float .stat{display:flex;align-items:center;gap:9px}.hero-stats-float .icon{width:30px;height:30px;border-radius:var(--radius-sm);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-stats-float .value{font-weight:800;font-size:14px;display:block;line-height:1.1}.hero-stats-float .label{font-size:10.5px;color:var(--text-muted)}.industries-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:56px 0 40px}.industry-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1.05;color:#fff}.industry-card .bg{position:absolute;inset:0}.industry-card .bg svg{width:100%;height:100%}.industry-card-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:30px 16px 16px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.55) 45%,rgba(0,0,0,.8))}.industry-card .title{font-size:14px;font-weight:800}.industry-card .count{font-size:11px;color:rgba(255,255,255,.75);margin-top:2px}.industry-card .arrow-row{display:flex;justify-content:flex-end;margin-top:6px}.industry-card .arrow{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center}.industry-card:hover .arrow{background:var(--color-secondary);color:var(--color-primary-dark)}.cta-band{background:var(--color-primary);border-radius:var(--radius-xl);padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#fff;margin-bottom:40px}.cta-band-text{display:flex;align-items:center;gap:16px}.cta-band-text .icon{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-band-text h3{color:#fff;font-size:16px}.cta-band-text p{color:rgba(255,255,255,.75);font-size:12.5px;margin-top:4px;max-width:340px}.cta-band-right{display:flex;align-items:center;gap:16px}.avatar-stack{display:flex}.avatar-stack span{width:34px;height:34px;border-radius:50%;border:2px solid var(--color-primary);background:var(--gray-300);margin-left:-10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--color-primary-dark)}.avatar-stack span:first-child{margin-left:0}.cta-band-right .assist-text{font-size:12px;color:rgba(255,255,255,.8);max-width:130px}.location-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:32px 0 44px}.location-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;color:inherit;text-decoration:none;transition:border-color .15s}.location-card:hover{border-color:var(--color-primary)}.location-card .icon{width:42px;height:42px;border-radius:var(--radius-md);background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-card .title{font-weight:700;font-size:14px}.location-card .count{font-size:11.5px;color:var(--text-muted);margin-top:2px}.location-card .arrow{width:26px;height:26px;border-radius:50%;background:var(--gray-50);color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.location-card:hover .arrow{background:var(--color-primary);color:#fff}@media (max-width:1200px){.location-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.location-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.location-grid{grid-template-columns:1fr}}.trust-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;background:var(--gray-50);border-radius:var(--radius-lg);padding:22px 28px;margin-bottom:44px}.trust-strip .item{display:flex;align-items:center;gap:10px}.trust-strip .icon{width:38px;height:38px;border-radius:var(--radius-md);background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-strip .title{font-weight:700;font-size:12.5px;display:block}.trust-strip .subtitle{color:var(--text-muted);font-size:11px}.industry-banner{position:relative;border-radius:var(--radius-xl);overflow:hidden;padding:30px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px}.industry-banner .bg{position:absolute;inset:0;z-index:0}.industry-banner .bg svg{width:100%;height:100%}.industry-banner .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.2));z-index:1}.banner-top{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.banner-icon{width:52px;height:52px;border-radius:var(--radius-md);background:rgba(255,255,255,.95);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.banner-top h1{color:#fff;font-size:26px}.banner-top p{color:rgba(255,255,255,.8);font-size:13px;margin-top:8px;max-width:480px}.banner-actions{display:flex;gap:10px;flex-shrink:0}.banner-stats{position:relative;z-index:2;display:flex;gap:26px;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);border-radius:var(--radius-md);padding:14px 22px;margin-top:20px;align-self:flex-start;flex-wrap:wrap}.banner-stats .stat{display:flex;align-items:center;gap:8px;color:#fff}.banner-stats .icon{color:var(--color-secondary);flex-shrink:0}.banner-stats .value{font-weight:800;font-size:14px;display:block;line-height:1.1}.banner-stats .label{font-size:10.5px;color:rgba(255,255,255,.7)}.sec-head{display:flex;justify-content:space-between;align-items:center;margin:34px 0 16px}.sec-head h3{font-size:16px}.sec-head a{font-size:12.5px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cat-tile{text-align:center;padding:20px 12px;border-radius:var(--radius-lg);background:#eef6e2;border:1px solid var(--color-primary);box-shadow:var(--shadow-sm);transition:all .15s ease}.cat-tile:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.cat-tile .icon{width:100%;height:64px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.cat-tile .icon img{max-width:60px;max-height:60px;width:auto;height:auto;object-fit:contain}.cat-tile .name{font-size:12.5px;font-weight:700}.cat-tile .count{font-size:11px;color:var(--text-muted);margin-top:2px}.usecase-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.usecase-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1/1.05;color:#fff}.usecase-card .bg{position:absolute;inset:0}.usecase-card .bg svg{width:100%;height:100%}.usecase-card .overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.7))}.usecase-card-body{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:14px}.usecase-card .icon-circle{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.95);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:auto}.usecase-card .title{font-size:12.5px;font-weight:800}.usecase-card .count{font-size:10.5px;color:rgba(255,255,255,.75);margin-top:2px}.listing-scroll-wrap,.vendor-scroll-wrap{position:relative}.vendor-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px}.vendor-card{min-width:190px;max-width:190px;flex-shrink:0;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;text-align:center}.vendor-card .avatar{width:54px;height:54px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.vendor-card .name{font-weight:700;font-size:13px}.vendor-card .rating{display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:700;margin:4px 0}.vendor-card .rating svg{color:#f59e0b}.vendor-card .meta{font-size:11px;color:var(--text-muted);margin-bottom:4px}.vendor-card .btn{margin-top:10px;width:100%}.scroll-arrow{position:absolute;top:40%;width:32px;height:32px;border-radius:50%;background:#fff;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;z-index:3;cursor:pointer}.scroll-arrow.prev{left:-14px}.scroll-arrow.next{right:-14px}@media (max-width:1200px){.industries-grid{grid-template-columns:repeat(4,1fr)}.cat-grid,.usecase-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.industries-hero-row{grid-template-columns:1fr}.hero-art-wrap{display:none}.scroll-arrow{display:none}}@media (max-width:760px){.industries-grid,.cat-grid,.usecase-grid{grid-template-columns:repeat(2,1fr)}.cta-band,.cta-band-light{flex-direction:column;text-align:center}.trust-strip{justify-content:flex-start}}.vendor-banner{position:relative;border-radius:var(--radius-xl);overflow:hidden;padding:30px;min-height:220px;display:flex;align-items:flex-end;margin-top:var(--sp-4)}.vendor-banner .bg{position:absolute;inset:0;z-index:0}.vendor-banner .bg svg{width:100%;height:100%}.vendor-banner .overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.15));z-index:1}.vendor-banner-content{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;width:100%;gap:20px;flex-wrap:wrap}.vendor-id{display:flex;align-items:flex-end;gap:18px}.vendor-avatar-wrap{position:relative;flex-shrink:0}.vendor-avatar{width:92px;height:92px;border-radius:50%;background:#0c0c0c;border:4px solid #fff;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}.vendor-verified-dot{position:absolute;bottom:-2px;right:-2px;width:26px;height:26px;border-radius:50%;background:var(--color-primary);border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:var(--color-secondary)}.vendor-name-row{color:#fff;padding-bottom:6px}.vendor-name-row h1{color:#fff;font-size:24px;display:flex;align-items:center;gap:8px}.vendor-name-row h1 svg{color:var(--color-secondary)}.vendor-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px;font-size:12.5px;color:rgba(255,255,255,.85)}.vendor-meta-row .stars{display:flex;align-items:center;gap:4px;color:#fff;font-weight:700}.vendor-meta-row .stars svg{color:#f59e0b}.vendor-meta-row .dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.5)}.top-rated-badge{display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);padding:4px 11px;border-radius:var(--radius-full);font-weight:700}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pill-row .pill{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.14);color:#fff;font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:var(--radius-full)}.banner-actions{display:flex;align-items:center;gap:10px;padding-bottom:6px}.icon-btn-round{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;color:var(--text-heading);flex-shrink:0;border:none;cursor:pointer}.stats-row{display:flex;justify-content:space-between;padding:26px 4px;border-bottom:1px solid var(--gray-100);margin-bottom:26px;flex-wrap:wrap;gap:18px}.stat-item{display:flex;align-items:center;gap:10px}.stat-item .icon{width:38px;height:38px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-item .value{font-size:18px;font-weight:800;display:block;line-height:1.1}.stat-item .label{font-size:11.5px;color:var(--text-muted)}.tabs{display:flex;gap:28px;border-bottom:1px solid var(--gray-200);margin-bottom:26px;overflow-x:auto}.tab{padding-bottom:12px;font-size:13.5px;font-weight:700;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap}.tab.active{color:var(--color-primary);border-color:var(--color-primary)}.about-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:start;margin-bottom:40px}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:22px}.about-text h3{font-size:17px;margin-bottom:10px}.about-text p{font-size:13px;color:var(--text-body);line-height:1.7;margin-bottom:18px}.about-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.about-feature{display:flex;align-items:flex-start;gap:10px}.about-feature .icon{width:30px;height:30px;border-radius:var(--radius-sm);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature .title{font-weight:700;font-size:12.5px;display:block}.about-feature .sub{font-size:11px;color:var(--text-muted)}.about-photo{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/2.9;background:var(--gray-900);position:relative}.about-photo img{width:100%;height:100%;object-fit:cover}.about-photo-thumbs{display:flex;gap:8px;margin-top:10px}.about-photo-thumbs .th{flex:1;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;background:var(--gray-800);cursor:pointer;border:none;padding:0}.about-photo-thumbs .th img{width:100%;height:100%;object-fit:cover}.about-photo-thumbs .th.more{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gray-900);color:#fff;font-size:10px;font-weight:700;gap:3px}.gallery-lightbox{position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center}.gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.85)}.gallery-lightbox-inner{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.gallery-lightbox-inner img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:var(--radius-md)}.gallery-lightbox-close{position:absolute;top:-44px;right:0;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center}.gallery-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center}.gallery-lightbox-arrow.prev{left:-20px}.gallery-lightbox-arrow.next{right:-20px}.gallery-lightbox-caption{position:absolute;bottom:-34px;left:0;right:0;text-align:center;color:#fff;font-size:13px}.vendor-sidebar{display:flex;flex-direction:column;gap:18px}.side-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px}.side-box h4{font-size:13.5px;margin-bottom:14px}.side-box .contact-row{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;margin-bottom:12px}.side-box .contact-row svg{color:var(--gray-400);flex-shrink:0;margin-top:1px}.side-box .btn{margin-top:4px}.side-box .btn+.btn{margin-top:8px}.hours-row{display:flex;justify-content:space-between;font-size:12px;padding:7px 0;border-bottom:1px solid var(--gray-100)}.hours-row:last-child{border-bottom:none}.hours-row .day{font-weight:600}.hours-row .time{color:var(--text-muted)}.perf-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:12.5px}.perf-row .left{display:flex;align-items:center;gap:8px;color:var(--text-body)}.perf-row .left svg{color:var(--color-primary)}.perf-row .val{font-weight:800}.side-social{display:flex;gap:9px}.side-social a{width:32px;height:32px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--text-body)}.side-social a:hover{background:var(--color-primary);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-head h3{font-size:17px}.section-head a{font-size:12.5px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.dots{display:flex;justify-content:center;gap:6px;margin:14px 0 40px}.dots .dot{width:6px;height:6px;border-radius:50%;background:var(--gray-300)}.dots .dot.active{background:var(--color-primary);width:18px;border-radius:var(--radius-full)}.bottom-trust{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;background:var(--gray-50);border-radius:var(--radius-lg);padding:20px 26px;margin-bottom:40px}.bottom-trust .item{display:flex;align-items:center;gap:10px}.bottom-trust .icon{width:36px;height:36px;border-radius:var(--radius-md);background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-trust .title{font-weight:700;font-size:12.5px;display:block}.bottom-trust .sub{font-size:11px;color:var(--text-muted)}@media (max-width:1024px){.about-layout{grid-template-columns:1fr}.about-main{grid-template-columns:1fr}}@media (max-width:760px){.vendor-name-row h1{font-size:19px}.vendor-banner-content{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.stats-row{justify-content:flex-start}}.page-head-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:24px}.page-head-row .left{display:flex;align-items:center;gap:14px}.page-head-row .icon{width:46px;height:46px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-head-row h1{font-size:22px}.page-head-row .sub{font-size:12.5px;color:var(--text-muted);margin-top:3px}.compare-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:26px;align-items:start;padding-bottom:40px}.compare-table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.compare-table{width:100%;border-collapse:collapse;min-width:640px}.compare-table td,.compare-table th{padding:14px 16px;border-bottom:1px solid var(--gray-100);vertical-align:top}.compare-table .row-label-col{width:150px;font-size:12.5px;font-weight:700;color:var(--text-muted);background:var(--gray-50)}.compare-table .head-cell{position:relative;text-align:center}.compare-table .close-x{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer}.compare-table .close-x:hover{background:#fee2e2;color:#dc2626}.compare-table .thumb{width:100px;height:80px;margin:0 auto 10px;border-radius:var(--radius-sm);object-fit:cover;background:var(--gray-100)}.compare-table .item-name{font-weight:700;font-size:13px;margin-bottom:4px}.compare-table .item-vendor{font-size:11.5px;color:var(--text-muted);margin-bottom:4px}.compare-table .item-rating{font-size:11.5px;font-weight:700;margin-bottom:10px}.compare-table .item-price{font-size:15px;font-weight:800;color:var(--color-primary);margin-bottom:4px}.compare-table .value-cell{text-align:center;font-size:12.5px;font-weight:600}.compare-table .value-cell.green{color:#16a34a;font-weight:700}.compare-table .actions-row td{border-bottom:none;padding-top:16px;padding-bottom:20px}.compare-table .actions-col{display:flex;flex-direction:column;gap:8px}.compare-empty{text-align:center;padding:var(--sp-10);color:var(--text-muted)}.sidebar-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:18px}.sidebar-box h4{font-size:14.5px;margin-bottom:6px}.sidebar-box .sub{font-size:12px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.sidebar-box.tip-box{background:#eef6e2;border:none}.sidebar-box.tip-box p{font-size:12px;color:var(--text-body);line-height:1.5;margin-bottom:10px}.sidebar-box.tip-box a{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.why-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.why-row:last-child{margin-bottom:0}.why-row .icon{width:36px;height:36px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-row .title{font-weight:700;font-size:12.5px;margin-bottom:3px}.why-row .desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.help-box{background:#eef6e2}.help-box p{font-size:12px;color:var(--text-body);margin-bottom:14px;line-height:1.5}.recent-item{display:flex;gap:10px;margin-bottom:14px}.recent-item:last-child{margin-bottom:0}.recent-item .thumb{width:54px;height:54px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.recent-item .name{font-size:12px;font-weight:700}.recent-item .vendor{font-size:10.5px;color:var(--text-muted)}.recent-item .price{font-size:11.5px;font-weight:700;color:var(--color-primary)}.recent-item .rating{font-size:10.5px;color:var(--text-muted)}.view-all-link{font-size:12px;font-weight:700;color:var(--color-primary);display:block;margin-top:4px}@media (max-width:1024px){.compare-layout{grid-template-columns:1fr}}.promo-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;align-items:start;padding-bottom:40px}.promo-sidebar h3{font-size:15px;margin-bottom:12px}.promo-nav-item{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:var(--radius-md);font-size:13px;font-weight:700;margin-bottom:3px}.promo-nav-item svg{color:var(--gray-400);flex-shrink:0}.promo-nav-item.active{background:#eef6e2;color:var(--color-primary)}.promo-nav-item.active svg{color:var(--color-primary)}.promo-nav-item:hover:not(.active){background:var(--gray-50)}.filter-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;margin-top:24px}.filter-box h4{font-size:14px;margin-bottom:14px}.filter-field{margin-bottom:14px}.filter-field label{font-size:12px;font-weight:700;display:block;margin-bottom:6px}.filter-field select,.filter-field input{width:100%;padding:9px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:12.5px;outline:none}.promo-hero{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:#08160f;min-height:260px;display:flex;align-items:center;padding:0 40px}.promo-hero .confetti{position:absolute;inset:0}.promo-hero-content{position:relative;z-index:2;max-width:460px;padding:30px 0}.limited-badge{display:inline-flex;align-items:center;background:#f5c518;color:#1c1917;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:5px 13px;border-radius:var(--radius-full);margin-bottom:14px}.promo-hero h2{color:#fff;font-size:30px;line-height:1.15}.promo-hero h2 .accent{color:var(--color-secondary)}.promo-hero p{color:rgba(255,255,255,.75);font-size:13.5px;margin:12px 0 20px}.promo-hero-art{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:420px;height:220px;z-index:1}.off-badge{position:absolute;right:320px;top:20px;width:90px;height:90px;border-radius:50%;border:3px dashed var(--color-secondary);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;z-index:3}.off-badge .up-to{font-size:9px;font-weight:700}.off-badge .num{font-size:20px;font-weight:800;line-height:1}.off-badge .off{font-size:9px;font-weight:700}.hero-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.hero-dots .dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3)}.hero-dots .dot.active{background:var(--color-secondary);width:18px;border-radius:var(--radius-full)}.promo-type-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:26px 0 34px}.promo-type{display:flex;align-items:center;gap:10px;background:var(--gray-50);border-radius:var(--radius-md);padding:13px 14px}.promo-type .icon{width:34px;height:34px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.promo-type .title{font-weight:700;font-size:12px;display:block}.promo-type .sub{font-size:10.5px;color:var(--text-muted)}.sec-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sec-head h3{font-size:17px}.sec-head a{font-size:12.5px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.promo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:34px}.promo-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.promo-card-image{aspect-ratio:4/3;background:var(--gray-100);position:relative}.off-tag{position:absolute;top:9px;left:9px;font-size:11px;font-weight:800;padding:4px 10px;border-radius:var(--radius-full);color:#fff}.promo-fav{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--gray-500);border:none;padding:0;text-decoration:none}.promo-fav.active{color:#dc2626}.promo-fav.active svg{fill:#dc2626}.promo-card-body{padding:12px}.promo-card-body .title{font-weight:700;font-size:12.5px;margin-bottom:3px}.promo-card-body .sub{font-size:11px;color:var(--text-muted);margin-bottom:10px;line-height:1.4}.promo-meta-row{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--text-muted);margin-bottom:5px}.promo-meta-row svg{color:var(--gray-400);flex-shrink:0}.newsletter-band{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background:var(--color-primary);border-radius:var(--radius-xl);padding:28px 34px}.newsletter-band .left{display:flex;align-items:center;gap:16px}.newsletter-band .icon{width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-secondary)}.newsletter-band h3{color:#fff;font-size:17px}.newsletter-band p{color:rgba(255,255,255,.7);font-size:12.5px;margin-top:4px;max-width:340px}.newsletter-band form{display:flex;gap:10px}.newsletter-band input{padding:12px 18px;border-radius:var(--radius-md);border:none;font-size:13px;width:260px;outline:none}@media (max-width:1200px){.promo-type-row,.promo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.promo-layout{grid-template-columns:1fr}.promo-hero-art,.off-badge{display:none}}@media (max-width:760px){.promo-type-row,.promo-grid{grid-template-columns:repeat(2,1fr)}.newsletter-band{flex-direction:column;text-align:center}.newsletter-band form{width:100%}.newsletter-band input{width:100%}}.listing-card:hover,.result-card:hover,.promo-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.listing-card,.result-card,.promo-card{transition:box-shadow 0.15s ease,transform 0.15s ease}.page-head{text-align:center;max-width:640px;margin:10px auto 40px}.eyebrow{color:var(--color-primary);font-weight:800;font-size:12.5px;letter-spacing:.04em;text-transform:uppercase}.page-head h1{font-size:34px;margin-top:8px}.page-head .sub{color:var(--text-muted);font-size:14px;margin-top:14px;line-height:1.6}.page-head .sub a{color:var(--color-primary);font-weight:700}.faq-search{display:flex;align-items:center;gap:10px;border:1px solid var(--gray-200);border-radius:var(--radius-full);padding:14px 20px;margin-top:26px;box-shadow:var(--shadow-sm)}.faq-search svg{color:var(--gray-400);flex-shrink:0}.faq-search input{flex:1;border:none;outline:none;font-size:14px;background:transparent}.faq-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:32px;align-items:start;padding-bottom:44px}.cat-panel h3{font-size:16px;margin-bottom:14px}.cat-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:var(--radius-md);font-size:13px;font-weight:700;margin-bottom:4px;border:1px solid transparent;cursor:pointer}.cat-item .left{display:flex;align-items:center;gap:10px}.cat-item svg{color:var(--gray-400);flex-shrink:0}.cat-item .count{background:var(--gray-100);color:var(--text-muted);font-size:11px;font-weight:700;padding:2px 9px;border-radius:var(--radius-full)}.cat-item.active{background:#eef6e2;border-color:var(--color-secondary-light);color:var(--color-primary)}.cat-item.active svg{color:var(--color-primary)}.cat-item.active .count{background:var(--color-primary);color:#fff}.cat-item:hover:not(.active){background:var(--gray-50)}.help-box{background:var(--color-primary);border-radius:var(--radius-lg);padding:22px;margin-top:20px;color:#fff}.help-box .icon{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.help-box h4{color:#fff;font-size:14.5px;margin-bottom:6px}.help-box p{font-size:12.5px;color:rgba(255,255,255,.75);margin-bottom:16px}.help-box .btn{background:#fff;color:var(--color-primary);border-color:#fff}.accordion-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden}.accordion-item.open{border-color:var(--color-secondary)}.accordion-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;cursor:pointer;font-weight:700;font-size:13.5px}.accordion-item.open .accordion-head{background:#f4faec;color:var(--color-primary)}.accordion-head svg{flex-shrink:0;transition:transform .15s ease;color:var(--text-muted)}.accordion-item.open .accordion-head svg{transform:rotate(180deg);color:var(--color-primary)}.accordion-body{padding:0 20px 18px;font-size:13px;color:var(--text-body);line-height:1.7;display:none}.accordion-item.open .accordion-body{display:block}.support-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:22px;background:var(--gray-50);border-radius:var(--radius-xl);padding:30px 34px;margin-bottom:44px}.support-item{display:flex;align-items:center;gap:14px}.support-item .icon{width:42px;height:42px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-item strong{font-size:13.5px;display:block}.support-item .sub{font-size:12px;color:var(--text-muted);margin-top:3px}.support-item .link{font-size:12px;font-weight:700;color:var(--color-primary);display:inline-flex;align-items:center;gap:4px;margin-top:4px}@media (max-width:1024px){.faq-layout{grid-template-columns:1fr}}@media (max-width:760px){.support-strip{justify-content:flex-start}}@media (max-width:480px){.page-head h1{font-size:26px}}.contact-layout{display:grid;grid-template-columns:.95fr 1.15fr;gap:40px;align-items:start;padding-bottom:30px}.contact-layout h1{font-size:30px;line-height:1.2;margin-top:8px}.contact-layout h1 .accent{text-decoration:underline;text-decoration-color:var(--color-secondary);text-decoration-thickness:4px;text-underline-offset:4px}.contact-layout p.desc{font-size:14px;color:var(--text-muted);margin:14px 0 30px;max-width:400px}.contact-info-item{display:flex;align-items:flex-start;gap:14px;margin-bottom:26px}.contact-info-item .icon{width:42px;height:42px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-item strong{font-size:14px;display:block;margin-bottom:3px}.contact-info-item .line{font-size:12.5px;color:var(--text-body)}.contact-info-item .sub{font-size:11.5px;color:var(--text-muted);margin-top:2px}.social-row{display:flex;gap:9px;margin-top:6px}.social-row a{width:32px;height:32px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--text-body)}.social-row a:hover{background:var(--color-primary);color:#fff}.contact-form-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:30px;box-shadow:var(--shadow-sm)}.contact-form-card h3{font-size:18px;margin-bottom:4px}.contact-form-card .sub{font-size:12.5px;color:var(--text-muted);margin-bottom:22px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form-card .field{margin-bottom:18px}.contact-form-card .field label{display:block;font-size:12.5px;font-weight:700;margin-bottom:7px}.contact-form-card .field label .req{color:#dc2626}.field-input{position:relative}.field-input svg.leading{position:absolute;left:13px;top:15px;color:var(--gray-400);z-index:1}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;padding:11px 14px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:13px;outline:none}.field-input input,.field-input select{width:100%;padding:11px 14px 11px 38px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:var(--fs-base);color:var(--text-body);background:#fff;transition:border-color 0.15s ease}.field-input input:focus,.field-input select:focus{outline:none;border-color:var(--color-primary)}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{border-color:var(--color-primary)}.contact-form-card textarea{resize:vertical;min-height:110px}.char-count{text-align:right;font-size:11px;color:var(--text-muted);margin-top:4px}.secure-note{display:flex;align-items:center;gap:8px;justify-content:center;font-size:11.5px;color:var(--text-muted);margin-top:14px}.secure-note svg{flex-shrink:0}.form-alert{padding:10px 14px;border-radius:var(--radius-md);font-size:12.5px;margin-bottom:14px}.form-alert-success{background:#eef6e2;color:var(--color-primary-dark)}.form-alert-error{background:#fde8e8;color:#b91c1c}.office-layout{display:grid;grid-template-columns:320px 1fr;border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:44px}.office-box{padding:26px;display:flex;flex-direction:column;justify-content:space-between}.office-box .icon{width:42px;height:42px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.office-box h4{font-size:15px;margin-bottom:10px}.office-box address{font-style:normal;font-size:13px;color:var(--text-body);line-height:1.7;margin-bottom:18px}.map-box{background:var(--gray-100)}.map-box svg{width:100%;height:100%;display:block;min-height:260px}.qa-head{text-align:center;margin-bottom:30px}.qa-head h2{font-size:22px}.qa-head p{font-size:13px;color:var(--text-muted);margin-top:8px}.qa-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:26px}.qa-item{text-align:center}.qa-item .icon{width:42px;height:42px;border-radius:50%;background:var(--gray-50);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.qa-item .title{font-weight:700;font-size:12.5px;margin-bottom:5px}.qa-item .desc{font-size:11px;color:var(--text-muted);line-height:1.5}.qa-cta{text-align:center;margin-bottom:44px}.cta-band{background:var(--color-primary);border-radius:var(--radius-xl);padding:26px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#fff;margin-bottom:40px}.cta-band .left{display:flex;align-items:center;gap:16px}.cta-band .icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-band h3{color:#fff;font-size:16px}.cta-band p{color:rgba(255,255,255,.75);font-size:12.5px;margin-top:4px}@media (max-width:1024px){.contact-layout,.office-layout{grid-template-columns:1fr}.qa-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.form-row-2{grid-template-columns:1fr}.qa-grid{grid-template-columns:1fr 1fr}.cta-band{flex-direction:column;text-align:center}}@media (max-width:480px){.qa-grid{grid-template-columns:1fr}}.pricing-head{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:30px 0 40px}.pricing-head h1{font-size:30px;line-height:1.25}.pricing-head h1 .accent{color:var(--color-secondary-dark)}.pricing-head p.sub{font-size:13.5px;color:var(--text-muted);margin-top:12px;max-width:420px}.toggle-row{display:flex;align-items:center;gap:16px;margin-top:24px;flex-wrap:wrap}.toggle-seg{display:flex;background:var(--gray-100);border-radius:var(--radius-md);padding:4px}.toggle-seg button{padding:9px 18px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:700;border:none;background:transparent;color:var(--text-muted);text-align:center}.toggle-seg button .sub{display:block;font-size:9.5px;font-weight:500}.toggle-seg button.active{background:var(--color-primary);color:#fff}.currency-select{display:flex;align-items:center;gap:8px;font-size:12.5px}.currency-select select{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:8px 12px;font-weight:700}.head-right{display:flex;align-items:center;gap:18px}.shield-art{flex-shrink:0;position:relative;width:90px;height:90px}.info-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;background:var(--gray-50);border-radius:var(--radius-lg);padding:18px 22px;flex:1}.info-mini{display:flex;align-items:flex-start;gap:9px}.info-mini svg{color:var(--color-primary);flex-shrink:0;margin-top:1px}.info-mini .title{font-weight:700;font-size:12px;display:block}.info-mini .sub{font-size:10.5px;color:var(--text-muted)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:34px;align-items:stretch}.price-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px;display:flex;flex-direction:column;position:relative}.price-card.popular{border:2px solid var(--color-primary);box-shadow:var(--shadow-lg);padding-top:34px}.price-card.premium{border-color:var(--color-accent-purple)}.popular-badge{position:absolute;top:0;left:0;right:0;background:var(--color-primary);color:#fff;text-align:center;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:6px 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.plan-icon{width:38px;height:38px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.price-card.premium .plan-icon{background:#ece8fb;color:var(--color-accent-purple)}.price-card .plan-name{font-size:15px;margin-bottom:8px}.price-card .price{font-size:24px;font-weight:800}.price-card .price .period{font-size:13px;font-weight:500;color:var(--text-muted)}.price-card .plan-desc{font-size:11.5px;color:var(--text-muted);margin:6px 0 16px}.price-card .features{flex:1;margin-bottom:18px}.price-card .features li{display:flex;align-items:flex-start;gap:8px;font-size:12px;margin-bottom:10px}.price-card .features li svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.price-card.premium .features li svg{color:var(--color-accent-purple)}.help-band{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:var(--gray-50);border-radius:var(--radius-xl);padding:22px 28px;margin-bottom:34px}.help-band .left{display:flex;align-items:center;gap:14px}.help-band .icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-band h3{font-size:15px}.help-band p{font-size:12.5px;color:var(--text-muted);margin-top:3px}.help-band .actions{display:flex;gap:10px}.tags{display:flex;gap:10px;flex-wrap:wrap}.tags span{display:flex;align-items:center;gap:6px;background:var(--gray-100);color:var(--text-body);font-size:12.5px;font-weight:600;padding:6px 12px;border-radius:var(--radius-full)}.tags span svg{color:var(--color-primary);flex-shrink:0}.blog-cta-box{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:var(--gray-50);border-radius:var(--radius-lg);padding:20px 24px}@media (max-width:1200px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.pricing-head{grid-template-columns:1fr}}@media (max-width:760px){.pricing-grid{grid-template-columns:1fr 1fr}.head-right{flex-direction:column}.help-band{flex-direction:column;text-align:center}}@media (max-width:480px){.pricing-grid{grid-template-columns:1fr}}.intro-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding-bottom:50px}.intro-layout h1{font-size:32px;line-height:1.2;margin-top:8px}.intro-layout h1 .accent{text-decoration:underline;text-decoration-color:var(--color-secondary);text-decoration-thickness:4px;text-underline-offset:4px;color:var(--color-primary)}.intro-layout p.desc{font-size:14px;color:var(--text-body);margin-top:16px;max-width:460px;line-height:1.7}.intro-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.intro-stats .value{font-size:22px;font-weight:800}.intro-stats .label{font-size:11.5px;color:var(--text-muted);margin-top:2px}.info-note{display:flex;align-items:flex-start;gap:10px;background:var(--gray-50);border-radius:var(--radius-md);padding:14px 16px;margin-top:24px;font-size:12.5px;color:var(--text-body)}.info-note svg{color:var(--color-primary);flex-shrink:0;margin-top:1px}.collage{position:relative}.collage-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.collage-grid .cell{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1/0.85}.collage-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;background:#fff;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;border:3px solid #fff}.how-head{text-align:center;max-width:500px;margin:0 auto 40px}.how-head h2{font-size:26px;margin-top:8px}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;position:relative;margin-bottom:50px}.steps-row::before{content:"";position:absolute;top:24px;left:12%;right:12%;height:2px;background-image:linear-gradient(to right,var(--gray-300) 50%,transparent 50%);background-size:12px 2px;z-index:0}.step-col{text-align:center;position:relative;z-index:1;padding:0 10px}.step-icon-wrap{width:48px;height:48px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:10.5px;font-weight:800;margin-bottom:8px}.step-col .title{font-weight:700;font-size:13.5px;margin-bottom:6px}.step-col .desc{font-size:12px;color:var(--text-muted);line-height:1.5}.about-why-band{background:var(--gray-50);border-radius:var(--radius-xl);padding:36px 30px;margin-bottom:30px}.about-why-band h2{text-align:center;font-size:22px;margin-bottom:30px}.about-why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.about-why-item{text-align:center}.about-why-item .icon{width:46px;height:46px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:var(--shadow-sm)}.about-why-item .title{font-weight:700;font-size:12.5px;margin-bottom:5px}.about-why-item .desc{font-size:11px;color:var(--text-muted);line-height:1.5}.trusted-band{background:var(--color-primary);border-radius:var(--radius-xl);padding:28px 30px;margin-bottom:44px}.trusted-band h3{color:#fff;text-align:center;font-size:17px;margin-bottom:24px}.trusted-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trusted-item{display:flex;align-items:center;gap:10px;justify-content:center;color:#fff;font-size:12.5px;font-weight:600;text-align:center}.trusted-item .icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-secondary)}.testi-head{text-align:center;margin-bottom:26px}.testi-head h2{font-size:22px;position:relative;display:inline-block}.testi-head h2::after{content:"";display:block;width:50px;height:3px;background:var(--color-secondary);margin:8px auto 0;border-radius:var(--radius-full)}.testi-row-wrap{position:relative}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testi-card{border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.testi-card .stars{color:#f59e0b;margin-bottom:12px}.testi-card p{font-size:12.5px;line-height:1.65;color:var(--text-body);margin-bottom:16px}.testi-card .author{display:flex;align-items:center;gap:10px}.testi-card .avatar{width:36px;height:36px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12.5px;flex-shrink:0}.testi-card .author-name{font-weight:700;font-size:12.5px}.testi-card .author-role{font-size:11px;color:var(--text-muted)}.testi-arrow{position:absolute;top:40%;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;cursor:pointer}.testi-arrow.prev{left:-16px}.testi-arrow.next{right:-16px}.cta-band-light{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#eef6e2;border-radius:var(--radius-xl);padding:24px 30px;margin:40px 0}.cta-band-light .left{display:flex;align-items:center;gap:14px;min-width:0}.cta-band-light .icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cta-band-light h3{font-size:15px}.cta-band-light p{font-size:12.5px;color:var(--text-muted);margin-top:3px}.cta-band-light .actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width:1024px){.intro-layout{grid-template-columns:1fr}.about-why-grid{grid-template-columns:repeat(3,1fr)}.trusted-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.intro-stats{grid-template-columns:1fr 1fr}.steps-row{grid-template-columns:1fr 1fr}.steps-row::before{display:none}.about-why-grid,.testi-grid{grid-template-columns:1fr 1fr}.testi-arrow{display:none}.cta-band-light{flex-direction:column;text-align:center}}@media (max-width:480px){.about-why-grid,.testi-grid,.steps-row{grid-template-columns:1fr}}.vendor-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding-bottom:46px}.vendor-hero h1{font-size:32px;line-height:1.2;margin-top:8px}.vendor-hero h1 .accent{color:var(--color-primary);text-decoration:underline;text-decoration-color:var(--color-secondary);text-decoration-thickness:4px;text-underline-offset:4px}.vendor-hero p.desc{font-size:14px;color:var(--text-body);margin-top:16px;max-width:460px;line-height:1.7}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;max-width:420px}.check-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.check-item svg{color:var(--color-primary);flex-shrink:0}.hero-actions{display:flex;gap:12px;margin-top:26px}.hero-art{position:relative;height:360px;display:flex;align-items:center;justify-content:center}.hero-art-dashed{position:absolute;width:300px;height:300px;border:2px dashed var(--gray-300);border-radius:50%}.hero-art-photo{width:220px;height:220px;border-radius:50%;background:var(--color-primary);position:relative;z-index:2;overflow:hidden}.float-badge{position:absolute;z-index:3;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:10px 12px;width:118px}.float-badge img,.float-badge .thumb{width:100%;aspect-ratio:4/3;border-radius:var(--radius-sm);margin-bottom:6px}.float-badge .name{font-size:10.5px;font-weight:700}.float-badge .meta{display:flex;align-items:center;gap:3px;font-size:9.5px;color:var(--text-muted);margin-top:2px}.float-badge .meta svg{color:#f59e0b}.float-badge.tl{top:-10px;left:-20px}.float-badge.tr{top:-10px;right:-20px}.float-badge.bl{bottom:-10px;left:-20px}.float-badge.br{bottom:-10px;right:-20px}.mini-icon{position:absolute;width:30px;height:30px;border-radius:50%;background:var(--color-secondary);color:var(--color-primary-dark);display:flex;align-items:center;justify-content:center;z-index:3}.center-head{text-align:center;max-width:560px;margin:0 auto 34px}.center-head h2{font-size:24px}.why-vendor-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:54px}.why-vendor-item{text-align:center}.why-vendor-item .icon{width:48px;height:48px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.why-vendor-item .title{font-weight:700;font-size:13px;margin-bottom:6px}.why-vendor-item .desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.hiw-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;position:relative;margin-bottom:54px}.hiw-row::before{content:"";position:absolute;top:24px;left:9%;right:9%;height:2px;background-image:linear-gradient(to right,var(--gray-300) 50%,transparent 50%);background-size:12px 2px;z-index:0}.hiw-col{text-align:center;position:relative;z-index:1;padding:0 6px}.hiw-num{width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.hiw-col .title{font-weight:700;font-size:12.5px;margin-bottom:6px}.hiw-col .desc{font-size:11px;color:var(--text-muted);line-height:1.5}.join-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:44px}.join-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px 16px;text-align:center}.join-card .icon{width:44px;height:44px;border-radius:50%;background:var(--gray-50);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.join-card .title{font-weight:700;font-size:13px;margin-bottom:6px}.join-card .desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.cta-band .right{text-align:right}.cta-band .sub-note{font-size:11px;color:rgba(255,255,255,.6);margin-top:8px;display:flex;align-items:center;gap:5px;justify-content:flex-end}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.faq-item{border:1px solid var(--gray-200);border-radius:var(--radius-md)}.faq-item .head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;font-weight:700;font-size:13px;cursor:pointer}.faq-item .head svg{flex-shrink:0;color:var(--text-muted);transition:transform .15s ease}.faq-item.open .head svg{transform:rotate(180deg)}.faq-item .body{padding:0 18px 16px;font-size:12.5px;color:var(--text-body);line-height:1.6;display:none}.faq-item.open .body{display:block}.view-all-faq{text-align:center;margin-bottom:44px}.view-all-faq a{font-size:13px;font-weight:700;color:var(--color-primary);display:inline-flex;align-items:center;gap:5px}@media (max-width:1200px){.why-vendor-grid,.join-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.vendor-hero{grid-template-columns:1fr}.hero-art{display:none}.hiw-row{grid-template-columns:repeat(3,1fr)}.hiw-row::before{display:none}}@media (max-width:760px){.why-vendor-grid,.join-grid,.hiw-row{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr}.cta-band .right,.cta-band .sub-note{text-align:center;justify-content:center}}@media (max-width:480px){.check-grid{grid-template-columns:1fr}}.testi-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;padding:28px 0 30px}.testi-hero h1{font-size:30px;margin-top:10px}.testi-hero p{font-size:13.5px;color:var(--text-muted);margin-top:12px;max-width:420px;line-height:1.7}.testi-hero-art{display:flex;justify-content:center}.testi-stats-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:24px;margin-bottom:36px}.testi-stats-row .stat{text-align:center;border-right:1px solid var(--gray-100)}.testi-stats-row .stat:last-child{border-right:none}.testi-stats-row .icon{width:40px;height:40px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.testi-stats-row .value{font-size:20px;font-weight:800}.testi-stats-row .label{font-size:11.5px;color:var(--text-muted);margin-top:3px}.testi-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;padding-bottom:40px}.testi-grid-main{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:20px}.testi-card{border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm)}.testi-card .top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.testi-card .quote-mark{font-size:30px;color:var(--color-secondary);line-height:1;font-weight:800;font-family:Georgia,serif}.testi-card .stars{color:#f59e0b}.testi-card p{font-size:12.5px;color:var(--text-body);line-height:1.65;margin-bottom:16px}.testi-card .author{display:flex;align-items:center;gap:10px}.testi-card .avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0}.testi-card .author-name{font-weight:700;font-size:12.5px}.testi-card .author-role{font-size:11px;color:var(--text-muted)}.load-more-row{text-align:center;margin-bottom:30px}.overall-rating{text-align:center}.overall-rating .num{font-size:30px;font-weight:800}.overall-rating .stars{color:#f59e0b;margin:6px 0}.overall-rating .based{font-size:11px;color:var(--text-muted);margin-bottom:16px}.bar-row{display:flex;align-items:center;gap:8px;font-size:11px;margin-bottom:8px}.bar-row .label{width:40px;flex-shrink:0;color:var(--text-muted)}.bar-row .track{flex:1;height:6px;border-radius:var(--radius-full);background:var(--gray-100);overflow:hidden}.bar-row .fill{height:100%;background:var(--color-secondary)}.bar-row .pct{width:30px;text-align:right;color:var(--text-muted);flex-shrink:0}.see-all-link{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;justify-content:center;gap:4px;margin-top:12px}.love-list li{display:flex;align-items:center;gap:9px;font-size:12px;margin-bottom:12px}.love-list li svg{color:var(--color-primary);flex-shrink:0}@media (max-width:1024px){.testi-hero{grid-template-columns:1fr}.testi-hero-art{display:none}.testi-layout{grid-template-columns:1fr}.testi-grid-main{grid-template-columns:1fr 1fr}}@media (max-width:760px){.testi-stats-row{grid-template-columns:1fr 1fr}.testi-stats-row .stat:nth-child(2){border-right:none}.testi-stats-row .stat{border-bottom:1px solid var(--gray-100);padding-bottom:12px;margin-bottom:12px}.testi-grid-main{grid-template-columns:1fr}}.blog-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;padding:26px 0 34px}.blog-hero h1{font-size:30px;line-height:1.2;margin-top:8px}.blog-hero h1 .accent{color:var(--color-primary)}.blog-hero p{font-size:14px;color:var(--text-muted);margin-top:12px;max-width:420px}.blog-hero-art{display:flex;justify-content:center}.blog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.blog-toolbar .count{font-size:12.5px;color:var(--text-muted)}.blog-toolbar select{padding:8px 14px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:12.5px;font-weight:600;outline:none}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start;padding-bottom:40px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:26px}.post-card{border-radius:var(--radius-lg);overflow:hidden}.post-card-image{aspect-ratio:4/2.7;background:var(--gray-100)}.post-card-image img{width:100%;height:100%;object-fit:cover}.post-card-body{padding-top:12px}.post-cat-tag{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:3px 10px;border-radius:var(--radius-full);margin-bottom:8px}.post-card-body .title{font-size:14px;margin-bottom:8px;line-height:1.35}.post-card-body .excerpt{font-size:12px;color:var(--text-muted);line-height:1.6;margin-bottom:12px}.post-meta-row{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--text-muted);margin-bottom:10px}.post-meta-row span{display:flex;align-items:center;gap:4px}.read-more{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.pagination{display:flex;justify-content:center;align-items:center;gap:6px}.pagination a,.pagination span.ellipsis,.pagination span.current{min-width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center}.pagination span.current{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.pagination span.ellipsis{border:none;color:var(--text-muted)}.pagination .next-btn{padding:0 14px;width:auto;gap:6px}.sidebar-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:18px}.sidebar-box h4{font-size:14.5px;margin-bottom:14px}.sidebar-search{display:flex;align-items:center;gap:8px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:10px 14px}.sidebar-search svg{color:var(--gray-400);flex-shrink:0}.sidebar-search input{border:none;outline:none;flex:1;font-size:12.5px;background:transparent}.cat-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;font-size:12.5px}.cat-row.active,a.cat-row.active{color:var(--color-primary);font-weight:700}.cat-row .left{display:flex;align-items:center;gap:9px}.cat-row svg{color:var(--color-primary);flex-shrink:0}.cat-row .count{color:var(--text-muted);font-size:11px}.view-all-link{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px;margin-top:8px}.filter-head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.filter-head-row a{font-size:11.5px;font-weight:700;color:var(--color-primary)}.filter-sub{font-size:12px;font-weight:700;margin:14px 0 10px}.filter-sub:first-child{margin-top:0}.sidebar-box .checkbox-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:12px}.sidebar-box .checkbox-row .left{display:flex;align-items:center;gap:8px}.sidebar-box .checkbox-row input{width:15px;height:15px;accent-color:var(--color-primary)}.sidebar-box .checkbox-row .count{color:var(--text-muted);font-size:11px}.sort-select-box{width:100%;padding:9px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:12.5px;margin-top:6px;outline:none}.newsletter-box p{font-size:12px;color:var(--text-muted);margin-bottom:14px}.newsletter-box input{width:100%;padding:10px 14px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:12.5px;margin-bottom:10px;outline:none}.newsletter-box .note{font-size:10.5px;color:var(--text-muted);margin:8px 0 12px}.newsletter-art{display:flex;justify-content:center}.post-layout{display:grid;grid-template-columns:minmax(0,1.7fr) 1fr;gap:36px;align-items:start;padding-bottom:40px}.post-image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/8;position:relative;background:var(--gray-100)}.post-image img{width:100%;height:100%;object-fit:cover}.post-image .post-cat-tag{position:absolute;top:14px;left:14px;background:#eef6e2;color:var(--color-primary);margin:0}.post-title{font-size:27px;line-height:1.3;margin:22px 0 14px}.post-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--gray-100);margin-bottom:22px}.post-meta-left{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-muted);flex-wrap:wrap}.post-meta-left .avatar{width:30px;height:30px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.post-meta-left strong{color:var(--text-heading)}.post-meta-left .sep{width:3px;height:3px;border-radius:50%;background:var(--gray-400)}.post-share{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-muted)}.post-share .icons{display:flex;gap:8px}.post-share .icons a,.post-share .icons button{width:30px;height:30px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--text-body);border:none;cursor:pointer}.post-share .icons a:hover,.post-share .icons button:hover{background:var(--color-primary);color:#fff}.post-body h2{font-size:18px;margin:26px 0 10px}.post-body h2.final{color:var(--color-primary)}.post-body p{font-size:13.5px;color:var(--text-body);margin:0 0 14px;line-height:1.75}.inline-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#eef6e2;border-radius:var(--radius-lg);padding:20px 24px;margin:30px 0}.inline-cta .left{display:flex;align-items:center;gap:14px}.inline-cta .icon{width:42px;height:42px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.inline-cta h4{font-size:14.5px}.inline-cta p{font-size:12.5px;color:var(--text-muted);margin:3px 0 0}.prev-next{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.pn-card{display:flex;align-items:center;gap:12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:14px}.pn-card.next{flex-direction:row-reverse;text-align:right}.pn-card img,.pn-card .thumb{width:58px;height:58px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.pn-card .label{font-size:10.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-bottom:3px}.pn-card.next .label{justify-content:flex-end}.pn-card .title{font-size:12.5px;font-weight:700}.related-item{display:flex;gap:10px;margin-bottom:14px}.related-item:last-child{margin-bottom:0}.related-item .thumb{width:56px;height:56px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.related-item .tag{font-size:9.5px;font-weight:800;text-transform:uppercase;color:var(--color-primary)}.related-item .title{font-size:12px;font-weight:700;margin:2px 0 3px;line-height:1.3}.related-item .date{font-size:10.5px;color:var(--text-muted)}@media (max-width:1024px){.blog-hero{grid-template-columns:1fr}.blog-hero-art{display:none}.blog-layout{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,1fr)}.post-layout{grid-template-columns:1fr}}@media (max-width:760px){.post-grid{grid-template-columns:1fr}.prev-next{grid-template-columns:1fr}.post-meta{flex-direction:column;align-items:flex-start}}.careers-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:26px 0 40px}.careers-hero h1{font-size:30px;line-height:1.2;margin-top:8px}.careers-hero h1 .accent{color:var(--color-primary);text-decoration:underline;text-decoration-color:var(--color-secondary);text-decoration-thickness:4px;text-underline-offset:4px}.careers-hero p{font-size:14px;color:var(--text-muted);margin:14px 0 24px;max-width:420px}.hero-photo{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/2.6}.jobs-head{font-size:20px;margin-bottom:16px}.filter-bar{display:flex;gap:10px;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:12px;margin-bottom:14px;flex-wrap:wrap}.filter-bar-field{display:flex;align-items:center;gap:8px;padding:8px 12px;flex:1;min-width:150px}.filter-bar-field svg{color:var(--gray-400);flex-shrink:0}.filter-bar-field input,.filter-bar-field select{border:none;outline:none;font-size:13px;width:100%;background:transparent}.open-positions{font-size:12.5px;color:var(--text-muted);margin-bottom:16px;font-weight:600}.careers-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start;padding-bottom:40px}.job-card{display:flex;align-items:flex-start;gap:16px;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:14px}.job-card .icon{width:46px;height:46px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.job-card .title{font-size:15px;margin-bottom:6px}.job-meta{display:flex;align-items:center;gap:12px;font-size:11.5px;color:var(--text-muted);margin-bottom:8px;flex-wrap:wrap}.job-meta span{display:flex;align-items:center;gap:4px}.job-card .desc{font-size:12.5px;color:var(--text-body);line-height:1.5}.job-card .action{flex-shrink:0;margin-left:auto;align-self:center}.why-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.why-row:last-child{margin-bottom:0}.why-row .icon{width:36px;height:36px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-row .title{font-weight:700;font-size:12.5px;margin-bottom:3px}.why-row .desc{font-size:11.5px;color:var(--text-muted);line-height:1.5}.cv-box{background:#eef6e2}.cv-box .icon{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.cv-box p{font-size:12px;color:var(--text-body);margin:6px 0 14px;line-height:1.5}.life-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.life-grid .cell{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden}.insta-link{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}@media (max-width:1024px){.careers-hero,.careers-layout{grid-template-columns:1fr}}@media (max-width:760px){.job-card{flex-wrap:wrap}.job-card .action{margin-left:0;width:100%}.job-card .action .btn{width:100%}}.help-hero{position:relative;text-align:center;padding:30px 0 40px;overflow:hidden}.help-hero h1{font-size:30px;margin-top:8px}.help-hero p{font-size:14px;color:var(--text-muted);margin:12px auto 26px;max-width:460px}.help-search-box{display:flex;gap:10px;max-width:560px;margin:0 auto}.help-search-box input{flex:1;padding:13px 16px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:13.5px;outline:none}.help-search-box input:focus{border-color:var(--color-primary)}.center-head{text-align:center;margin-bottom:30px}.center-head h2{font-size:22px}.center-head p{font-size:13px;color:var(--text-muted);margin-top:8px}.topics-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:50px}.topic-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px 16px;text-align:center}.topic-card .icon{width:44px;height:44px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.topic-card .title{font-weight:700;font-size:13px;margin-bottom:6px}.topic-card .desc{font-size:11px;color:var(--text-muted);line-height:1.5;margin-bottom:12px}.topic-card .count{font-size:12px;font-weight:700;color:var(--color-primary)}.articles-head{font-size:20px;text-align:center;margin-bottom:22px}.articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:22px}.article-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:14px 18px}.article-row .left{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.article-row .left svg{color:var(--color-primary);flex-shrink:0}.article-row svg.chev{color:var(--gray-400);flex-shrink:0}.view-all-row{text-align:center;margin-bottom:40px}.support-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;background:var(--gray-50);border-radius:var(--radius-xl);padding:26px 30px;margin-bottom:44px}.support-item{display:flex;align-items:center;gap:12px}.support-item .icon{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-item strong{font-size:13px;display:block}.support-item .sub{font-size:11px;color:var(--text-muted);margin-top:2px}.support-item .link{font-size:11px;font-weight:700;color:var(--color-primary);display:inline-flex;align-items:center;gap:4px;margin-top:4px}.sitemap-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;align-items:start;padding-bottom:20px}.sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.sitemap-card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px}.sitemap-card .head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sitemap-card .icon{width:34px;height:34px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sitemap-card h4{font-size:13.5px}.sitemap-card ul{list-style:none;margin:0;padding:0}.sitemap-card ul li{margin-bottom:10px}.sitemap-card ul li a{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--text-body)}.sitemap-card ul li a:hover{color:var(--color-primary)}.sitemap-card ul li a svg{color:var(--gray-400);flex-shrink:0}.cat-mini-card{background:var(--gray-50);border-radius:var(--radius-md);padding:16px}.cat-mini-card .head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cat-mini-card h4{font-size:13px}.cat-mini-card a.view{font-size:11.5px;font-weight:700;color:var(--color-primary)}.cat-mini-card .cat-mini-grid{grid-template-columns:repeat(2,1fr)}.cat-mini-card .cat-mini-item{display:flex;align-items:center;gap:8px;background:#fff;border-radius:var(--radius-sm);padding:8px}.cat-mini-card .cat-mini-item .thumb{width:34px;height:34px;flex-shrink:0}.cat-mini-card .cat-mini-item .name{font-size:10.5px;margin-top:0}@media (max-width:1200px){.sitemap-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.sitemap-layout{grid-template-columns:1fr}}@media (max-width:480px){.sitemap-grid{grid-template-columns:1fr}}@media (max-width:1200px){.topics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.topics-grid{grid-template-columns:repeat(2,1fr)}.articles-grid{grid-template-columns:1fr}.support-strip{justify-content:flex-start}}@media (max-width:480px){.topics-grid{grid-template-columns:1fr}}.blank-content{min-height:400px;padding-bottom:60px;max-width:820px}.blank-content h1{font-size:28px;margin-bottom:4px}.blank-content .page-updated-at{font-size:12px;color:var(--text-muted);margin-bottom:20px;display:block}.cms-page-body h3{font-size:16px;margin:26px 0 10px}.cms-page-body h3:first-child{margin-top:0}.cms-page-body h4{font-size:13.5px;margin:18px 0 8px}.cms-page-body p{font-size:13.5px;color:var(--text-body);line-height:1.75;margin:0 0 14px}.cms-page-body ul,.cms-page-body ol{font-size:13.5px;color:var(--text-body);line-height:1.75;margin:0 0 14px;padding-left:22px}.cms-page-body li{margin-bottom:6px}.cms-page-body li>ul,.cms-page-body li>ol{margin-top:6px;margin-bottom:0}.cms-page-body strong{color:var(--text-heading)}.cms-page-body table{width:100%;border-collapse:collapse;margin:0 0 14px;font-size:12.5px}.cms-page-body th,.cms-page-body td{text-align:left;padding:9px 12px;border:1px solid var(--gray-200);vertical-align:top}.cms-page-body th{background:var(--gray-50,#f8f9fa);font-weight:700}.cms-page-body tbody tr:nth-child(even) td{background:var(--gray-50,#f8f9fa)}.text-muted{color:var(--text-muted)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--sp-2)}.gap-4{gap:var(--sp-4)}.site-header{border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:40;background:#fff}.site-header-inner{display:flex;align-items:center;gap:20px;max-width:var(--container-max);margin:0 auto;padding:14px 24px}.site-header .brand{display:flex;align-items:center;gap:8px;font-weight:800;font-size:19px;color:var(--color-primary);flex-shrink:0}.site-header .brand svg{flex-shrink:0}.header-location{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--text-body);background:var(--gray-100);border:none;border-radius:var(--radius-full);padding:9px 14px;flex-shrink:0}.header-search{flex:1;max-width:460px;display:flex;align-items:center;gap:8px;background:var(--gray-100);border-radius:var(--radius-full);padding:4px 4px 4px 16px}.header-search input{flex:1;border:none;background:transparent;outline:none;font-size:13px;min-width:0}.header-search .search-btn,.header-search button{width:34px;height:34px;border-radius:50%;border:none;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:22px;flex-shrink:0;margin-left:auto}.header-nav-link,.header-nav a{font-size:13.5px;font-weight:600;color:var(--text-body);white-space:nowrap;display:flex;align-items:center;gap:3px}.header-nav-link:hover,.header-nav a:hover{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-icon-btn{position:relative;width:38px;height:38px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;color:var(--text-body);border:1px solid var(--gray-200);background:#fff;flex-shrink:0}.header-icon-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.header-icon-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.header-auth-links{display:flex;align-items:center;gap:var(--sp-2)}.header-logout-form button{background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--text-body)}.nav-dropdown{position:relative}.nav-dropdown-trigger{background:none;border:none;padding:0;font:inherit;font-size:13.5px;font-weight:600;color:var(--text-body);white-space:nowrap;display:flex;align-items:center;gap:3px;cursor:pointer}.nav-dropdown-trigger:hover{color:var(--color-primary)}.nav-dropdown-trigger svg{transition:transform .15s ease}.nav-dropdown.open .nav-dropdown-trigger{color:var(--color-primary)}.nav-dropdown.open .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-panel{display:none;position:absolute;top:calc(100%+14px);left:0;z-index:50;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;min-width:220px;max-height:360px;overflow-y:auto}.nav-dropdown.open .nav-dropdown-panel{display:block}.nav-dropdown-panel a{display:block;padding:9px 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-body);white-space:nowrap}.nav-dropdown-panel a:hover{background:var(--gray-100);color:var(--color-primary)}.nav-dropdown-viewall{border-top:1px solid var(--gray-100);margin-top:6px;padding-top:12px !important;color:var(--color-primary) !important;font-weight:700 !important}.nav-dropdown-trigger.pill{background:var(--gray-100);border-radius:var(--radius-full);padding:9px 14px;gap:6px;font-size:12.5px}.nav-dropdown.open .nav-dropdown-trigger.pill{background:var(--gray-200)}.header-menu-toggle{display:none;width:38px;height:38px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;color:var(--text-body);align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.header-menu-toggle:hover{border-color:var(--color-primary);color:var(--color-primary)}.header-mobile-panel{display:none;background:#fff;border-top:1px solid var(--gray-100);max-height:calc(100vh - 60px);overflow-y:auto;padding:16px}.header-mobile-panel.open{display:block}.header-mobile-nav{display:flex;flex-direction:column;gap:2px}.header-mobile-nav>a{padding:12px 6px;font-size:14.5px;font-weight:700;color:var(--text-body);border-bottom:1px solid var(--gray-100)}.header-mobile-group{border-bottom:1px solid var(--gray-100)}.header-mobile-group-trigger{width:100%;background:none;border:none;padding:12px 6px;font:inherit;display:flex;align-items:center;justify-content:space-between;font-size:14.5px;font-weight:700;color:var(--text-body);cursor:pointer}.header-mobile-group-trigger span{display:flex;align-items:center;gap:8px}.header-mobile-group-trigger svg:last-child{transition:transform .15s ease;flex-shrink:0}.header-mobile-group.open .header-mobile-group-trigger svg:last-child{transform:rotate(180deg)}.header-mobile-group-panel{display:none;flex-direction:column;padding:0 6px 10px 28px;max-height:260px;overflow-y:auto}.header-mobile-group.open .header-mobile-group-panel{display:flex}.header-mobile-group-panel a{padding:8px 0;font-size:13.5px;font-weight:500;color:var(--text-muted)}.header-mobile-group-panel a:hover{color:var(--color-primary)}.header-mobile-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}@media (max-width:1024px){.header-nav{display:none}.header-actions{display:none}.header-menu-toggle{display:inline-flex;margin-left:auto}}@media (min-width:1025px){.header-mobile-panel{display:none !important}}@media (max-width:760px){.header-search{display:none}}.site-footer{background:#06170f;color:rgba(255,255,255,.65);padding:44px 0 0;margin-top:var(--sp-12)}.site-footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:26px;padding-bottom:32px}.site-footer .brand,.site-footer .footer-brand-name{display:flex;align-items:center;gap:8px;font-weight:800;font-size:18px;color:#fff;margin-bottom:12px}.site-footer .footer-grid>div>p{font-size:12.5px;line-height:1.6;color:rgba(255,255,255,.55);margin-bottom:16px;max-width:220px}.site-footer h4{color:#fff;font-size:13px;margin-bottom:15px}.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer a{font-size:12.5px;color:rgba(255,255,255,.6)}.site-footer a:hover{color:var(--color-secondary)}.site-footer .footer-social{display:flex;gap:9px}.site-footer .footer-social a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff}.site-footer .footer-social a:hover{background:var(--color-secondary);color:var(--color-primary-dark)}.app-badge{display:flex;align-items:center;gap:8px;background:#000;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);padding:8px 12px;margin-bottom:10px}.app-badge .txt{display:flex;flex-direction:column;line-height:1.2}.app-badge .txt .small{font-size:8.5px;color:rgba(255,255,255,.7)}.app-badge .txt .big{font-size:12.5px;font-weight:700;color:#fff}.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid rgba(255,255,255,.08);padding:18px 24px;font-size:12px;color:rgba(255,255,255,.45)}.footer-selects{display:flex;gap:10px}.footer-selects .sel{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.7)}@media (max-width:1024px){.site-footer .footer-grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width:760px){.site-footer .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:20px}.site-footer .footer-social{flex-wrap:wrap}}.breadcrumb{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--text-muted);padding:18px 0}.breadcrumb .crumbs{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--color-primary)}.breadcrumb .current{color:var(--text-heading);font-weight:600}.top-actions{display:flex;align-items:center;gap:18px}.top-actions button{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:12.5px;font-weight:600;color:var(--text-body);cursor:pointer}.top-actions button:hover{color:var(--color-primary)}.star-rating{display:inline-flex;align-items:center;gap:4px;color:var(--color-warning);font-weight:700;font-size:var(--fs-sm)}.star-rating .count{color:var(--text-muted);font-weight:400}.trust-item{display:flex;align-items:center;gap:var(--sp-2);font-size:var(--fs-sm)}.trust-item .icon{color:var(--color-primary);display:inline-flex;align-items:center;flex-shrink:0}.trust-item .title{font-weight:600;display:block}.trust-item .subtitle{color:var(--text-muted);font-size:var(--fs-xs)}.details-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:32px;align-items:start;padding-bottom:20px}.gallery{display:flex;gap:12px}.thumb-col{display:flex;flex-direction:column;gap:10px;width:76px;flex-shrink:0}.thumb{width:76px;height:76px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--gray-100);position:relative}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border-color:var(--color-primary)}.thumb-more{width:76px;height:76px;border-radius:var(--radius-md);background:var(--gray-100);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--text-heading);gap:4px}.thumb-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.4);color:#fff}.main-image{flex:1;position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3.1;background:var(--gray-100)}.main-image img,.main-image svg,.main-image iframe{width:100%;height:100%;object-fit:cover;border:none}.main-image .badge-featured{position:absolute;top:14px;left:14px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;padding:5px 12px;border-radius:var(--radius-full)}.main-image .arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;color:var(--text-heading);box-shadow:var(--shadow-sm);opacity:.5;transition:opacity .15s ease;cursor:pointer;z-index:2}.main-image .arrow.prev{left:12px}.main-image .arrow.next{right:12px}.main-image:hover .arrow{opacity:1}.tabs{display:flex;gap:28px;border-bottom:1px solid var(--gray-200);margin:26px 0 22px;overflow-x:auto}.tab{padding-bottom:12px;font-size:13.5px;font-weight:700;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap}.tab.active{color:var(--color-primary);border-color:var(--color-primary)}.tab-panel{display:none}.tab-panel.active{display:block}.desc-text{font-size:13.5px;color:var(--text-body);line-height:1.7;margin-bottom:20px}.specs-table{width:100%;border-collapse:collapse;border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;margin-bottom:26px}.specs-table tr{border-bottom:1px solid var(--gray-200)}.specs-table tr:last-child{border-bottom:none}.specs-table tr:nth-child(even){background:var(--gray-50)}.specs-table td{padding:11px 16px;font-size:13px;border-right:1px solid var(--gray-200)}.specs-table td:last-child{border-right:none}.specs-table td:first-child{font-weight:700;color:var(--text-heading);width:40%}.specs-table td:last-child{color:var(--text-body)}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-bottom:26px}.feature-list li{display:flex;align-items:center;gap:9px;font-size:13px}.feature-list li svg{color:var(--color-primary);flex-shrink:0}.inline-trust{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:20px 4px;margin-bottom:26px}.inline-trust .item{display:flex;align-items:center;gap:10px}.inline-trust .icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.inline-trust .title{font-weight:700;font-size:12.5px;display:block}.inline-trust .sub{font-size:11px;color:var(--text-muted)}.info-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:34px}.info-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px}.info-box h4{font-size:13.5px;margin-bottom:14px}.info-box ul li{display:flex;align-items:center;gap:9px;font-size:12.5px;margin-bottom:11px}.info-box ul li svg{color:var(--color-primary);flex-shrink:0}.info-box .policy-row{display:flex;align-items:flex-start;gap:9px;margin-bottom:13px}.info-box .policy-row svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}.info-box .policy-row .label{font-size:12px;color:var(--text-muted);display:block}.info-box .policy-row .value{font-size:12.5px;font-weight:700}.info-box .link{font-size:12px;font-weight:700;color:var(--color-primary)}.info-box .map{border-radius:var(--radius-md);overflow:hidden;margin-bottom:12px;aspect-ratio:16/9}.info-box address{font-style:normal;font-size:12.5px;font-weight:700;line-height:1.5;margin-bottom:4px}.info-box .addr-sub{font-size:12px;color:var(--text-muted);font-weight:400}.related-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.related-head h3{font-size:16px}.related-head a{font-size:12.5px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.related-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;position:relative}.related-card{min-width:180px;max-width:180px;flex-shrink:0;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:10px;transition:all .15s ease}.related-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.related-card-image{aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;background:var(--gray-100);margin-bottom:8px}.related-card .title{font-size:12.5px;font-weight:700;margin-bottom:3px}.related-card .loc{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--text-muted);margin-bottom:4px}.related-card .price{font-size:13px;font-weight:800;margin-bottom:3px}.related-card .price span{font-weight:500;font-size:11px;color:var(--text-muted)}.related-card .rating{display:flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700}.related-card .rating svg{color:#f59e0b}.sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:16px}.listing-title h1{font-size:22px}.listing-title .cat{font-size:13px;color:var(--text-muted);margin-top:3px}.rating-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-muted);margin-top:8px;flex-wrap:wrap}.rating-row .stars{display:flex;align-items:center;gap:4px;font-weight:700;color:var(--text-heading)}.rating-row .stars svg{color:#f59e0b}.rating-row .dot-sep{width:3px;height:3px;border-radius:50%;background:var(--gray-400)}.price-row{margin-top:14px}.price-row .price{font-size:28px;font-weight:800}.price-row .price span{font-size:13px;font-weight:500;color:var(--text-muted)}.deposit-row{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--text-muted);margin-top:6px}.badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;background:rgba(0,0,0,.05);padding:10px 12px;border-radius:var(--radius-md)}.badge-pill{display:flex;align-items:center;gap:5px;background:#fff;font-size:11.5px;font-weight:700;padding:6px 11px;border-radius:var(--radius-full)}.badge-pill svg{color:var(--color-primary)}.badge-pill.rated svg{color:#f59e0b}.booking-box{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px}.booking-box .label{font-size:13px;font-weight:700;margin-bottom:12px}.date-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.date-field{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:10px 12px}.date-field .field-label{font-size:10.5px;color:var(--text-muted);font-weight:600;display:block;margin-bottom:3px}.date-field .field-value{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700}.date-field .field-value svg{color:var(--gray-400);flex-shrink:0}.date-field input{border:none;outline:none;font-size:12px;font-weight:700;width:100%;font-family:inherit}.total-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.total-row .label{font-size:12.5px;font-weight:700;color:var(--text-heading)}.total-row .sub{font-size:11px;color:var(--text-muted);margin-top:2px}.total-row .amount{font-size:19px;font-weight:800}.booking-secondary{display:flex;gap:8px;margin-top:10px}.booking-secondary .btn{flex:1}.vendor-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px}.vendor-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.vendor-box .vendor-avatar{width:48px;height:48px;border-radius:var(--radius-md);background:var(--gray-900);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;text-align:center;line-height:1.2;flex-shrink:0}.vendor-name{display:flex;align-items:center;gap:5px;font-weight:700;font-size:14px}.vendor-name svg{color:var(--color-primary)}.vendor-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text-muted);margin-top:2px}.vendor-rating svg{color:#f59e0b}.vendor-meta{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.vendor-meta .row{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--text-body)}.vendor-meta .row svg{color:var(--text-muted);flex-shrink:0}@media (max-width:1024px){.details-layout{grid-template-columns:1fr}.sidebar{position:static}.info-cols{grid-template-columns:1fr}}@media (max-width:760px){.gallery{flex-direction:column-reverse}.thumb-col{flex-direction:row;width:100%;overflow-x:auto}.feature-list{grid-template-columns:1fr}.inline-trust{justify-content:flex-start}}@media (max-width:480px){.date-fields{grid-template-columns:1fr}.booking-secondary{flex-direction:column}}.dash-shell{display:flex;min-height:100vh}.dash-sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--color-primary);color:rgba(255,255,255,.85);display:flex;flex-direction:column;padding:20px 14px;overflow-y:auto}.dash-brand{display:flex;align-items:center;gap:8px;padding:0 8px 18px}.dash-brand .name{color:#fff;font-weight:800;font-size:17px;line-height:1.2}.dash-brand .tagline{color:rgba(255,255,255,.55);font-size:9.5px}.dash-nav{display:flex;flex-direction:column;gap:2px}.dash-nav a,.dash-nav button{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:600;color:rgba(255,255,255,.75);position:relative;width:100%;text-align:left;background:none;border:none;font-family:inherit;cursor:pointer}.dash-nav a svg,.dash-nav button svg{flex-shrink:0}.dash-nav a:hover,.dash-nav button:hover{background:rgba(255,255,255,.06);color:#fff}.dash-nav a.active{background:rgba(255,255,255,.14);color:#fff}.dash-nav form{display:contents}.dash-nav a .nbadge{margin-left:auto;background:var(--color-secondary);color:var(--color-primary-dark);font-size:10px;font-weight:800;padding:1px 7px;border-radius:var(--radius-full)}.dash-quicklinks-label{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:rgba(255,255,255,.4);padding:18px 12px 8px}.dash-sidebar-spacer{flex:1}.safe-box{background:rgba(255,255,255,.08);border-radius:var(--radius-md);padding:14px;margin-top:14px}.safe-box .icon{width:30px;height:30px;border-radius:50%;background:var(--color-secondary);color:var(--color-primary-dark);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.safe-box strong{color:#fff;font-size:12.5px;display:block;margin-bottom:3px}.safe-box p{font-size:11px;color:rgba(255,255,255,.6);line-height:1.5;margin-bottom:8px}.safe-box a{font-size:11px;font-weight:700;color:var(--color-secondary);display:inline-flex;align-items:center;gap:4px}.dash-main-col{flex:1;min-width:0;display:flex;flex-direction:column}.dash-topbar{background:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:16px;padding:12px 24px;flex-shrink:0}.dash-hamburger{width:38px;height:38px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-body);flex-shrink:0}.dash-search{flex:1;display:flex;align-items:center;gap:0;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);max-width:620px}.dash-search-field{display:flex;align-items:center;gap:8px;padding:9px 14px;flex:1.5}.dash-search-field svg{color:var(--gray-400);flex-shrink:0}.dash-search-field input{border:none;background:transparent;outline:none;font-size:13px;width:100%}.dash-search-sep{width:1px;align-self:stretch;margin:6px 0;background:var(--gray-200)}.dash-search select{border:none;background:transparent;outline:none;font-size:12.5px;padding:9px 10px;font-weight:600}.dash-search .loc-field{display:flex;align-items:center;gap:6px;padding:9px 12px;flex:1}.dash-search .loc-field svg{color:var(--color-primary);flex-shrink:0}.dash-search .loc-field select{padding:0;max-width:130px}.dash-search-submit{width:38px;height:38px;margin:3px;border-radius:var(--radius-sm);border:none;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.dash-search-submit:hover{background:var(--color-primary-dark,var(--color-primary))}.dash-topbar-actions{display:flex;align-items:center;gap:14px;margin-left:auto;flex-shrink:0}.dash-topbar-actions .icon-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-body);position:relative}.dash-topbar-actions .icon-btn:hover{background:var(--gray-50)}.dash-topbar-actions .icon-btn .dot-badge{position:absolute;top:0px;right:0px;min-width:17px;height:17px;padding:0 4px;border-radius:50%;background:#dc2626;color:#fff;font-size:9.5px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.user-block{display:flex;align-items:center;gap:10px;padding-left:8px;border-left:1px solid var(--gray-200);cursor:pointer;position:relative}.user-block .avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:13px}.user-block .name{font-size:12.5px;font-weight:700}.user-block .role{font-size:10.5px;color:var(--text-muted)}.user-block svg.chev{color:var(--gray-400);flex-shrink:0}.user-block-menu{display:none;position:absolute;top:calc(100%+10px);right:0;z-index:60;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;min-width:190px}.user-block.open .user-block-menu{display:block}.user-block-menu a,.user-block-menu button{display:flex;align-items:center;gap:9px;width:100%;text-align:left;background:none;border:none;font:inherit;padding:9px 12px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;color:var(--text-body)}.user-block-menu a:hover,.user-block-menu button:hover{background:var(--gray-100)}.user-block-menu hr{border:none;border-top:1px solid var(--gray-100);margin:6px 0}.dash-content{flex:1;padding:26px 28px}.dash-content .breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:6px;padding:0}.dash-content .breadcrumb .current{font-weight:700;color:var(--text-heading)}.dash-content .page-title{font-size:24px}.dash-content .page-sub{font-size:13px;color:var(--text-muted);margin-top:6px;margin-bottom:22px}@media (max-width:900px){.dash-sidebar{display:none}.dash-search select,.dash-search .loc-field{display:none}}@media (max-width:640px){.user-block .name,.user-block .role{display:none}}.admin-theme{--color-primary:#4f46e5;--color-primary-dark:#3730a3;background:#eef1f6}.admin-sidebar{background:#0f172a}.admin-theme .panel,.admin-theme .dash-panel,.admin-theme .stat-card{box-shadow:var(--shadow-sm)}.admin-theme .stat-card{display:flex;flex-direction:row;align-items:center;gap:14px}.admin-theme .stat-card .icon{margin-bottom:0;flex-shrink:0}.admin-theme .stat-card .icon svg{width:20px;height:20px}.admin-theme .stat-card .val{font-size:22px}.admin-theme svg{stroke-width:2.3}.admin-theme .dash-nav a svg{width:18px;height:18px}.admin-theme .action-icons a svg{width:16px;height:16px}.admin-theme .listing-table tbody tr:nth-child(even){background:var(--gray-50)}@media (max-width:1024px){.admin-theme .dash-content [style*="grid-template-columns:repeat(3"],.admin-theme .dash-content [style*="grid-template-columns:repeat(3"],.admin-theme .dash-content [style*="grid-template-columns:repeat(4"],.admin-theme .dash-content [style*="grid-template-columns:repeat(4"],.admin-theme .dash-content [style*="grid-template-columns:repeat(5"],.admin-theme .dash-content [style*="grid-template-columns:repeat(5"],.admin-theme .dash-content [style*="grid-template-columns:repeat(6"],.admin-theme .dash-content [style*="grid-template-columns:repeat(6"]{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:768px){.admin-theme .dash-content [style*="grid-template-columns"]{grid-template-columns:1fr !important}}.vendor-theme{background:#eef1ee}.vendor-theme .panel,.vendor-theme .dash-panel,.vendor-theme .stat-card,.vendor-theme .sidebar-box{box-shadow:var(--shadow-sm)}.vendor-theme .stat-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.vendor-theme .stat-card .head{display:flex;align-items:center;gap:8px}.vendor-theme .stat-card .icon{margin-bottom:0;flex-shrink:0}.vendor-theme .stat-card .icon svg{width:20px;height:20px}.vendor-theme .stat-card .val{font-size:22px}.vendor-theme .stat-card .sub{font-size:12px;color:var(--text-muted)}.vendor-theme svg{stroke-width:2.3}.vendor-theme .dash-nav a svg{width:18px;height:18px}.vendor-theme .action-icons a svg{width:16px;height:16px}@media (max-width:1024px){.vendor-theme .dash-content [style*="grid-template-columns:repeat(3"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(3"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(4"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(4"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(5"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(5"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(6"],.vendor-theme .dash-content [style*="grid-template-columns:repeat(6"]{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:768px){.vendor-theme .dash-content [style*="grid-template-columns"]{grid-template-columns:1fr !important}}.customer-theme svg{stroke-width:2.3}.customer-theme .dash-nav a svg{width:18px;height:18px}.customer-theme .stat-card-row{display:flex;align-items:center;gap:14px}.customer-theme .stat-card .icon{margin-bottom:0;flex-shrink:0}.customer-theme .stat-card .value{font-size:22px}.customer-theme .tab-card{display:flex;align-items:center;gap:12px}.customer-theme .tab-card .icon{margin-bottom:0;flex-shrink:0}.stat-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;display:flex;flex-direction:column;gap:10px}.stat-card .icon{width:42px;height:42px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.stat-card .value{font-size:22px;font-weight:800}.stat-card .label{font-size:12px;color:var(--text-muted);margin:2px 0 10px}.stat-card .view-link{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.dash-content-grid{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.dash-panel{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:20px}.dash-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-panel-head h3{font-size:15.5px}.dash-panel-head a{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.rv-grid,.rec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.rv-card{position:relative}.rv-card-image{aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;position:relative;margin-bottom:8px;background:var(--gray-100)}.rv-card-image img{width:100%;height:100%;object-fit:cover}.rv-fav{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--gray-500)}.rv-card .title,.rec-card .title{font-weight:700;font-size:12.5px}.rv-card .cat,.rec-card .cat{font-size:11px;color:var(--text-muted);margin:2px 0 4px}.rv-card .loc,.rec-card .loc{font-size:10.5px;color:var(--text-muted);display:flex;align-items:center;gap:3px}.rv-card .loc svg,.rec-card .loc svg{color:var(--gray-400);flex-shrink:0}.rec-card .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.rec-card .rating{display:flex;align-items:center;gap:3px;font-size:11px;font-weight:700}.rec-card .rating svg{color:#f59e0b}.dash-empty-note{font-size:12.5px;color:var(--text-muted);padding:10px 0}.enq-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--gray-100)}.enq-row:last-child{border-bottom:none;padding-bottom:0}.enq-row .thumb{width:48px;height:48px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.enq-row .title{font-weight:700;font-size:12.5px}.enq-row .sub{font-size:11px;color:var(--text-muted)}.enq-status{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full);flex-shrink:0}.enq-status.replied{background:#dcfce7;color:#16a34a}.enq-status.pending{background:#fef3c7;color:#d97706}.enq-status.closed{background:#ede9fe;color:#7c3aed}.dash-content-lower{display:grid;grid-template-columns:1fr 340px;gap:20px;margin-bottom:20px}.dash-promo-card{background:linear-gradient(135deg,#ece8fb,#f4f1fd);border-radius:var(--radius-lg);padding:24px;text-align:center;position:relative;overflow:hidden}.dash-promo-card h3{font-size:16px;margin-bottom:8px}.dash-promo-card p{font-size:12px;color:var(--text-muted);margin-bottom:16px}.completion-ring-wrap{display:flex;align-items:center;gap:16px}.completion-ring{flex-shrink:0}.completion-ring-wrap strong{font-size:12.5px;display:block;margin-bottom:4px}.completion-ring-wrap p{font-size:11.5px;color:var(--text-muted);margin-bottom:12px;line-height:1.5}.notif-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.notif-item:last-child{border-bottom:none}.notif-item .icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-item .text{font-size:11.5px;line-height:1.4}.notif-item .time{font-size:10px;color:var(--text-muted);margin-top:2px}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.qa-item{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:12px 8px;text-align:center}.qa-item .icon{width:30px;height:30px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 6px}.qa-item .label{font-size:10.5px;font-weight:700}.dash-trust-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px 24px}.dash-trust-strip .item{display:flex;align-items:center;gap:10px}.dash-trust-strip .icon{width:36px;height:36px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-sm)}.dash-trust-strip .title{font-weight:700;font-size:12px;display:block}.dash-trust-strip .subtitle{color:var(--text-muted);font-size:10.5px}@media (max-width:1200px){.stat-cards-row,.rv-grid,.rec-grid{grid-template-columns:repeat(2,1fr)}.dash-content-grid,.dash-content-lower{grid-template-columns:1fr}}@media (max-width:640px){.stat-cards-row,.rv-grid,.rec-grid{grid-template-columns:1fr}}.profile-layout{display:grid;grid-template-columns:220px 1fr 300px;gap:20px;align-items:start}.settings-nav{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px;position:sticky;top:20px}.settings-nav h4{font-size:13.5px;margin-bottom:12px}.settings-nav-link{display:flex;align-items:center;gap:9px;padding:10px 10px;border-radius:var(--radius-md);font-size:12.5px;font-weight:600;color:var(--text-body);margin-bottom:2px;background:none;border:none;width:100%;text-align:left;font-family:inherit;cursor:pointer}.settings-nav-link svg{flex-shrink:0;color:var(--gray-400)}.settings-nav-link.active{background:#eef6e2;color:var(--color-primary)}.settings-nav-link.active svg{color:var(--color-primary)}.settings-nav-link.danger{color:#dc2626}.settings-nav-link.danger svg{color:#dc2626}.acct-panel{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px;margin-bottom:20px}.acct-panel-head-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px;gap:12px;flex-wrap:wrap}.acct-panel h3{font-size:16px}.acct-panel .sub{font-size:12px;color:var(--text-muted);margin-top:4px}.acct-section{display:none}.acct-section.active{display:block}.avatar-row{display:flex;gap:22px;margin-bottom:18px}.big-avatar-wrap{position:relative;flex-shrink:0}.big-avatar{width:84px;height:84px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:26px}.big-avatar-edit{position:absolute;bottom:0;right:0;width:26px;height:26px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.acct-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.acct-form-grid.g3{grid-template-columns:1fr 1fr 1fr}.acct-field{margin-bottom:16px}.acct-field label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.acct-field input,.acct-field select,.acct-field textarea{width:100%;padding:10px 13px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:13px;outline:none;font-family:inherit}.acct-field input:focus,.acct-field select:focus,.acct-field textarea:focus{border-color:var(--color-primary)}.acct-field textarea{resize:vertical;min-height:70px}.verified-input-wrap{position:relative}.verified-input-wrap input{padding-right:84px}.verified-badge{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#dcfce7;color:#16a34a;font-size:10px;font-weight:800;padding:3px 9px;border-radius:var(--radius-full);display:flex;align-items:center;gap:3px}.unverified-badge{background:#fef3c7;color:#d97706}.verify-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.verify-card{display:flex;align-items:center;gap:12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px}.verify-card .icon{width:38px;height:38px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.verify-card.pending .icon{background:#fef3c7;color:#d97706}.verify-card .title{font-weight:700;font-size:13px}.verify-card .desc{font-size:11.5px;color:var(--text-muted)}.verify-card .status{margin-left:auto;font-size:10.5px;font-weight:800;color:#16a34a;background:#dcfce7;padding:3px 9px;border-radius:var(--radius-full);flex-shrink:0;white-space:nowrap}.verify-card.pending .status{color:#d97706;background:#fef3c7}.acct-sidebar-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:18px}.acct-sidebar-box h4{font-size:14px;margin-bottom:14px}.status-icon-wrap{text-align:center;margin-bottom:14px}.status-icon-wrap .icon{width:60px;height:60px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.status-icon-wrap p{font-size:12px;color:var(--text-muted)}.status-check-list li{display:flex;align-items:center;gap:9px;font-size:12px;margin-bottom:10px}.status-check-list li svg{color:#16a34a;flex-shrink:0}.status-check-list li.incomplete svg{color:var(--gray-300)}.status-check-list li.incomplete{color:var(--text-muted)}.progress-row{display:flex;justify-content:flex-end;font-size:11px;color:var(--text-muted);margin:8px 0 4px}.progress-track{height:6px;border-radius:var(--radius-full);background:var(--gray-100);overflow:hidden}.progress-fill{height:100%;background:var(--color-primary)}.qaction-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--gray-100);font-size:12.5px;font-weight:600;background:none;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;font-family:inherit;cursor:pointer;color:var(--text-body)}.qaction-row:last-child{border-bottom:none}.qaction-row .left{display:flex;align-items:center;gap:10px}.qaction-row svg.leading{color:var(--color-primary);flex-shrink:0}.qaction-row svg.trail{color:var(--gray-400);flex-shrink:0}.addr-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.addr-item:last-of-type{border-bottom:none}.addr-item svg.pin{color:var(--color-primary);flex-shrink:0;margin-top:2px}.addr-item .title{font-weight:700;font-size:12.5px;display:flex;align-items:center;gap:6px}.addr-item .default-tag{font-size:9.5px;font-weight:800;background:#dcfce7;color:#16a34a;padding:2px 7px;border-radius:var(--radius-full)}.addr-item .sub{font-size:11px;color:var(--text-muted)}.addr-actions{margin-left:auto;display:flex;gap:6px;flex-shrink:0}.addr-actions button{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.danger-box{background:#fef2f2;border:1px solid #fecaca}.danger-box .icon{color:#dc2626}.danger-box p{font-size:11.5px;color:#991b1b;margin:8px 0 14px;line-height:1.5}.btn-danger-light{background:#fee2e2;border-color:#fee2e2;color:#dc2626}.btn-danger-light:hover{background:#dc2626;border-color:#dc2626;color:#fff}.notif-pref-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--gray-100)}.notif-pref-row:last-child{border-bottom:none}.notif-pref-row .title{font-weight:700;font-size:13px}.notif-pref-row .desc{font-size:11.5px;color:var(--text-muted);margin-top:2px}.toggle-switch{position:relative;width:40px;height:22px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-switch .track{position:absolute;inset:0;background:var(--gray-300);border-radius:var(--radius-full);transition:background .15s ease;cursor:pointer}.toggle-switch .track::before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .15s ease}.toggle-switch input:checked+.track{background:var(--color-primary)}.toggle-switch input:checked+.track::before{transform:translateX(18px)}@media (max-width:1300px){.profile-layout{grid-template-columns:200px 1fr}.profile-layout>aside:last-child{grid-column:1 / -1}}@media (max-width:900px){.profile-layout{grid-template-columns:1fr}.acct-form-grid,.acct-form-grid.g3,.verify-grid{grid-template-columns:1fr}.settings-nav{position:static}}@media (max-width:640px){.avatar-row{flex-direction:column}}.dash-content.messages-content{min-height:0;display:flex;flex-direction:column}.msg-layout{display:grid;grid-template-columns:300px 1fr 280px;gap:16px;flex:1;min-height:0;height:calc(100vh - 210px)}.msg-panel{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);display:flex;flex-direction:column;min-height:0;overflow:hidden}.conv-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--gray-100);flex-shrink:0}.conv-head h3{font-size:15px}.conv-head .compose{width:28px;height:28px;border-radius:var(--radius-sm);background:var(--gray-50);display:flex;align-items:center;justify-content:center;color:var(--text-body);border:none;cursor:pointer}.conv-search-row{padding:12px 16px;display:flex;gap:8px;flex-shrink:0}.conv-search{flex:1;display:flex;align-items:center;gap:6px;background:var(--gray-50);border-radius:var(--radius-md);padding:8px 10px}.conv-search svg{color:var(--gray-400);flex-shrink:0}.conv-search input{border:none;background:transparent;outline:none;font-size:12px;flex:1;font-family:inherit}.conv-search-row select{border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:11.5px;padding:0 8px;font-family:inherit}.conv-list{flex:1;overflow-y:auto}.conv-item{display:flex;gap:10px;padding:12px 16px;border-bottom:1px solid var(--gray-100);cursor:pointer}.conv-item.active{background:#eef6e2}.conv-item .avatar{width:36px;height:36px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:9.5px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conv-item .name-row{display:flex;justify-content:space-between;font-size:12.5px;font-weight:700;gap:6px}.conv-item .name-row span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-item .time{font-size:10px;color:var(--text-muted);font-weight:500;flex-shrink:0}.conv-item .subject{font-size:11px;color:var(--text-muted);margin:2px 0}.conv-item .preview-row{display:flex;justify-content:space-between;align-items:center;gap:6px}.conv-item .preview{font-size:11px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-item .unread{min-width:17px;height:17px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:9.5px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conv-empty{padding:40px 20px;text-align:center;font-size:12.5px;color:var(--text-muted)}.chat-thread-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--gray-100);flex-shrink:0}.chat-thread-head .avatar{width:36px;height:36px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:9.5px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-thread-head .name{font-size:13.5px;font-weight:700}.chat-thread-head .online{font-size:10.5px;color:#16a34a;display:flex;align-items:center;gap:4px}.chat-thread-head .online::before{content:"";width:6px;height:6px;border-radius:50%;background:#16a34a;display:inline-block}.chat-thread-head .contact-line{display:flex;align-items:center;gap:10px;font-size:10.5px;color:var(--text-muted)}.chat-thread-head .contact-line span{display:flex;align-items:center;gap:4px}.chat-thread-head .contact-line svg{flex-shrink:0;color:var(--gray-400)}.chat-thread-head .right-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.chat-thread-head .kebab{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.listing-mini-card{display:flex;align-items:center;gap:10px;background:var(--gray-50);border-radius:var(--radius-md);padding:10px 14px;margin:14px 16px 6px}.listing-mini-card .thumb{width:42px;height:42px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-200)}.listing-mini-card .title{font-size:12.5px;font-weight:700}.listing-mini-card .cat{font-size:10.5px;color:var(--text-muted)}.listing-mini-card .price{font-weight:800;font-size:13px;color:var(--color-primary);margin-left:auto;white-space:nowrap}.listing-mini-card .price span{font-weight:500;font-size:10.5px;color:var(--text-muted)}.chat-body{flex:1;overflow-y:auto;padding:16px}.chat-date-sep{text-align:center;font-size:10.5px;color:var(--text-muted);margin:10px 0 16px}.chat-bubble-row{display:flex;margin-bottom:14px}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble-row .avatar-sm{width:26px;height:26px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:8px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-right:8px;flex-shrink:0}.chat-bubble{max-width:70%;padding:10px 14px;border-radius:var(--radius-md);font-size:12.5px;line-height:1.5;position:relative}.chat-bubble.theirs{background:var(--gray-50);border-bottom-left-radius:2px}.chat-bubble.mine{background:#eef6e2;border-bottom-right-radius:2px}.chat-time{font-size:9.5px;color:var(--text-muted);margin-top:4px;display:flex;align-items:center;gap:4px}.chat-bubble-row.mine .chat-time{justify-content:flex-end}.chat-time svg{color:#16a34a}.chat-input-row{display:flex;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid var(--gray-100);flex-shrink:0}.chat-input-row svg.tool{color:var(--gray-400);flex-shrink:0}.chat-input-row input{flex:1;border:1px solid var(--gray-200);border-radius:var(--radius-full);padding:10px 16px;font-size:12.5px;outline:none;font-family:inherit}.chat-send-btn{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-full);padding:9px 16px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px;flex-shrink:0;cursor:pointer;transition:opacity .12s}.chat-send-btn:disabled,.chat-send-btn.sending{opacity:.55;cursor:not-allowed}.chat-empty-state{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--text-muted);font-size:13px}.details-scroll{overflow-y:auto;padding:18px}.details-head{text-align:center;margin-bottom:14px}.details-head .avatar{width:50px;height:50px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.details-head .name{font-weight:700;font-size:13.5px}.details-head .online{font-size:10.5px;color:#16a34a;margin-top:2px}.details-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--gray-100)}.details-section h4{font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:12px}.info-row{display:flex;justify-content:space-between;font-size:11.5px;margin-bottom:8px}.info-row .label{color:var(--text-muted);display:flex;align-items:center;gap:6px}.info-row .label svg{color:var(--gray-400)}.info-row .value{font-weight:700}.action-list-row{display:flex;align-items:center;gap:9px;padding:8px 0;font-size:12px;font-weight:600;background:none;border:none;width:100%;text-align:left;font-family:inherit;cursor:pointer;color:var(--text-body)}.action-list-row svg{color:var(--text-muted);flex-shrink:0}.action-list-row.danger{color:#dc2626}.action-list-row.danger svg{color:#dc2626}@media (max-width:1200px){.msg-layout{grid-template-columns:260px 1fr}.msg-layout>.details-panel{display:none}}@media (max-width:760px){.msg-layout{grid-template-columns:1fr}.msg-layout>.conv-panel{display:none}}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.tab-cards-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.tab-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px 16px;cursor:pointer;text-align:left;font-family:inherit}.tab-card.active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.tab-card .icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.tab-card .label{font-size:11.5px;color:var(--text-muted)}.tab-card .value{font-size:19px;font-weight:800}.vendor-theme .tab-card{display:flex;align-items:center;gap:12px}.vendor-theme .tab-card .icon{width:38px;height:38px;margin-bottom:0;flex-shrink:0}.vendor-theme .tab-card .icon svg{stroke-width:2.6}.filter-row{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.filter-search{flex:1;min-width:200px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 14px}.filter-search svg{color:var(--gray-400);flex-shrink:0}.filter-search input{border:none;outline:none;flex:1;font-size:13px;font-family:inherit}.filter-row select{padding:9px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:12.5px;background:#fff;font-weight:600;font-family:inherit}.enq-table{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.enq-table-head{display:grid;grid-template-columns:2.2fr 1.4fr .9fr 1.1fr 1.2fr;gap:12px;padding:12px 20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--gray-100)}.enq-row-item{display:grid;grid-template-columns:2.2fr 1.4fr .9fr 1.1fr 1.2fr;gap:12px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gray-100)}.enq-row-item:last-child{border-bottom:none}.enq-detail{display:flex;gap:12px}.enq-detail .thumb{width:52px;height:52px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.enq-detail .title{font-weight:700;font-size:13px}.enq-detail .desc{font-size:11.5px;color:var(--text-muted);margin:2px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.enq-detail .id{font-size:10.5px;color:var(--gray-400)}.biz-cell{display:flex;align-items:center;gap:8px}.biz-cell .avatar{width:30px;height:30px;border-radius:50%;background:var(--gray-900);color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.biz-cell .name{font-weight:700;font-size:12px}.biz-cell .meta{font-size:10.5px;color:var(--text-muted)}.status-pill{font-size:10.5px;font-weight:700;padding:4px 11px;border-radius:var(--radius-full);display:inline-block}.status-pill.replied{background:#dcfce7;color:#16a34a}.status-pill.pending{background:#fef3c7;color:#d97706}.status-pill.closed{background:#ede9fe;color:#7c3aed}.status-pill.archived{background:var(--gray-100);color:var(--text-muted)}.update-cell .time{font-size:12px;font-weight:600}.update-cell .sub{font-size:10.5px;color:var(--text-muted)}.action-cell{display:flex;align-items:center;gap:8px;justify-content:flex-end}.enq-table .kebab{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.enq-table .kebab:hover{background:var(--gray-50)}.enq-empty-state{padding:60px 20px;text-align:center;color:var(--text-muted);font-size:13px}.pagination-row{display:flex;justify-content:center;gap:6px;padding:16px 0 4px}.pagination-row button,.pagination-row a{min-width:32px;height:32px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;font-size:12px;font-weight:700;padding:0 10px;display:inline-flex;align-items:center;justify-content:center}.pagination-row button.active,.pagination-row a.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.sidebar-head-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sidebar-head-row select{font-size:11.5px;font-weight:600;border:none;color:var(--text-muted);font-family:inherit}.donut-wrap{display:flex;align-items:center;gap:16px}.donut-legend{flex:1}.legend-row{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:8px}.legend-row .dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.legend-row .pct{margin-left:auto;color:var(--text-muted);font-size:11px}.avg-response-value{font-size:26px;font-weight:800;margin:6px 0 4px}.avg-response-sub{font-size:11.5px;color:var(--text-muted)}.avg-response-trend{font-size:11px;color:#16a34a;font-weight:700;margin-top:8px;display:flex;align-items:center;gap:4px}.quick-filter-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:12.5px;font-weight:600}.quick-filter-row .count{background:var(--gray-100);color:var(--text-body);font-size:10.5px;font-weight:800;padding:2px 8px;border-radius:var(--radius-full)}.mini-action-row{display:flex;align-items:center;gap:9px;padding:8px 0;font-size:12.5px;font-weight:600}.mini-action-row svg{color:var(--color-primary);flex-shrink:0}@media (max-width:1200px){.tab-cards-row{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:1fr}}@media (max-width:760px){.tab-cards-row{grid-template-columns:repeat(2,1fr)}.enq-table-head{display:none}.enq-row-item{grid-template-columns:1fr;gap:8px}.action-cell{justify-content:flex-start}}.toolbar{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px 20px;margin-bottom:18px;flex-wrap:wrap}.toolbar .count{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.toolbar .count svg{color:#dc2626}.toolbar .actions{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:600;color:var(--text-body)}.toolbar .actions span{display:flex;align-items:center;gap:5px;cursor:pointer}.toolbar .actions svg{color:var(--text-muted)}.toolbar-right{margin-left:auto;display:flex;align-items:center;gap:10px}.toolbar-right select{padding:8px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:12px;font-weight:600;font-family:inherit}.view-toggle{display:flex;border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden}.view-toggle button{width:32px;height:32px;border:none;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.view-toggle button.active{background:var(--color-primary);color:#fff}.fav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.fav-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.fav-card-image{aspect-ratio:4/3;position:relative;background:var(--gray-100)}.fav-card-image img{width:100%;height:100%;object-fit:cover}.fav-heart{position:absolute;top:9px;right:9px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#dc2626;border:none;cursor:pointer}.fav-cat-tag{position:absolute;top:9px;left:9px;font-size:9.5px;font-weight:700;padding:3px 9px;border-radius:var(--radius-full)}.fav-card-body{padding:13px}.fav-card-body .title{font-weight:700;font-size:13px;margin-bottom:4px}.fav-card-body .vendor{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-muted);margin-bottom:3px}.fav-card-body .vendor svg.check{color:var(--color-primary);flex-shrink:0}.fav-card-body .loc{display:flex;align-items:center;gap:4px;font-size:10.5px;color:var(--text-muted);margin-bottom:6px}.fav-card-body .loc svg{color:var(--gray-400);flex-shrink:0}.fav-meta-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fav-rating{display:flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700}.fav-rating svg{color:#f59e0b}.fav-price{font-weight:800;font-size:13.5px}.fav-price span{font-weight:500;font-size:10.5px;color:var(--text-muted)}.fav-actions{display:flex;gap:8px}.fav-actions .btn{flex:1;padding:10px 8px;font-size:12.5px}.fav-empty-state{grid-column:1/-1;padding:60px 20px;text-align:center;color:var(--text-muted);font-size:13px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#eef6e2;border-radius:var(--radius-lg);padding:20px 24px}.bottom-cta .left{display:flex;align-items:center;gap:14px}.bottom-cta .icon{width:40px;height:40px;border-radius:50%;background:#fff;color:#dc2626;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-cta h3{font-size:14.5px}.bottom-cta p{font-size:12px;color:var(--text-muted);margin-top:3px}.price-inputs{display:flex;gap:8px}@media (max-width:1300px){.fav-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.content-grid{grid-template-columns:1fr}}@media (max-width:900px){.fav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fav-grid{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:stretch}.toolbar-right{margin-left:0}}.tab-row{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.tab-pill{padding:9px 16px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;font-size:12.5px;font-weight:700;color:var(--text-body);font-family:inherit;cursor:pointer}.tab-pill.active{border-color:var(--color-primary);background:#eef6e2;color:var(--color-primary)}.tab-row .clear-btn{margin-left:auto}.rv-list{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.rv-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:14px 18px}.rv-thumb-wrap{position:relative;width:76px;height:76px;flex-shrink:0}.rv-thumb-wrap .thumb{width:100%;height:100%;border-radius:var(--radius-md);object-fit:cover;background:var(--gray-100)}.rv-thumb-wrap .time-badge{position:absolute;bottom:4px;left:4px;right:4px;background:rgba(0,0,0,.6);color:#fff;font-size:8px;text-align:center;padding:2px 0;border-radius:3px}.rv-info{flex:1;min-width:0}.rv-info .top-row{display:flex;align-items:center;gap:8px}.rv-info .title{font-weight:700;font-size:13.5px}.rv-cat-tag{font-size:9.5px;font-weight:700;padding:2px 8px;border-radius:var(--radius-full)}.rv-info .vendor{font-size:11.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-top:3px}.rv-info .vendor svg.check{color:var(--color-primary);flex-shrink:0}.rv-info .loc{font-size:10.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-top:2px}.rv-info .loc svg{color:var(--gray-400);flex-shrink:0}.rv-price-block{text-align:right;flex-shrink:0;margin-right:12px}.rv-price-block .price{font-weight:800;font-size:14px}.rv-price-block .price span{font-weight:500;font-size:10.5px;color:var(--text-muted)}.rv-price-block .rating{font-size:11px;font-weight:700;display:flex;align-items:center;gap:3px;justify-content:flex-end;margin-top:3px}.rv-price-block .rating svg{color:#f59e0b}.rv-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.rv-actions .row2{display:flex;align-items:center;gap:6px}.kebab-sm{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;border:none;background:none;cursor:pointer}.rv-empty-state{padding:60px 20px;text-align:center;color:var(--text-muted);font-size:13px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg)}.bottom-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;background:#fef3c7;border-radius:var(--radius-lg);padding:18px 22px}.bottom-banner .left{display:flex;align-items:center;gap:12px}.bottom-banner .icon{width:36px;height:36px;border-radius:50%;background:#fff;color:#d97706;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bottom-banner h4{font-size:13.5px}.bottom-banner p{font-size:11.5px;color:var(--text-muted);margin-top:2px}.info-row{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.info-row .label{color:var(--text-muted)}.info-row .value{font-weight:700}.pickup-box{background:#ece8fb}.pickup-carousel{display:flex;gap:10px;margin-bottom:10px;position:relative}.pickup-item{flex:1}.pickup-item .thumb{width:100%;aspect-ratio:4/3;border-radius:var(--radius-md);margin-bottom:6px;object-fit:cover;background:var(--gray-200)}.pickup-item .name{font-size:11px;font-weight:700}.pickup-item .price{font-size:11px;font-weight:800;color:#6d5bd0}@media (max-width:1100px){.content-grid{grid-template-columns:1fr}}@media (max-width:760px){.rv-row{flex-wrap:wrap}.rv-price-block{margin-right:0;text-align:left}.rv-actions{flex-direction:row}}.page-title-row{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:14px}.title-actions{display:flex;gap:10px;flex-shrink:0}.compare-preview-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.preview-card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:10px 14px;position:relative}.preview-card .thumb{width:40px;height:40px;border-radius:var(--radius-sm);flex-shrink:0;object-fit:cover;background:var(--gray-100)}.preview-card .title{font-weight:700;font-size:12px}.preview-card .vendor{font-size:10.5px;color:var(--text-muted)}.preview-card .close{position:absolute;top:6px;right:8px;color:var(--text-muted);font-size:12px;text-decoration:none}.dcompare-table-wrap{overflow-x:auto;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:20px}.dcompare-table{width:100%;border-collapse:collapse;min-width:760px}.dcompare-table td{padding:12px 16px;border-bottom:1px solid var(--gray-100);vertical-align:middle;font-size:12.5px}.dcompare-table .row-label-col{width:150px;font-weight:700;color:var(--text-muted);display:flex;align-items:center;gap:8px}.dcompare-table .row-label-col svg{color:var(--color-primary);flex-shrink:0}.dcompare-table .head-cell{text-align:center;padding-top:18px;padding-bottom:18px}.dcompare-table .head-cell .thumb{width:90px;height:66px;margin:0 auto 10px;border-radius:var(--radius-sm);object-fit:cover;background:var(--gray-100)}.dcompare-table .head-cell .item-name{font-weight:700;font-size:13px}.dcompare-table .head-cell .vendor{font-size:11px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:4px;margin:3px 0 10px}.dcompare-table .head-cell .vendor svg{color:var(--color-primary)}.dcompare-table .dvalue-cell{text-align:center;font-weight:600}.dcompare-table .dvalue-cell.good{color:#16a34a;font-weight:700}.dcompare-table .dvalue-cell.warn{color:#d97706;font-weight:700}.dcompare-table .dvalue-cell .yn{display:inline-flex;align-items:center;gap:4px}.dcompare-table .dvalue-cell .yn.yes{color:#16a34a}.dcompare-table .dvalue-cell .yn.no{color:#d97706}.dcompare-actions-cell{display:flex;gap:6px;justify-content:center}.compare-empty-state{padding:60px 20px;text-align:center;color:var(--text-muted);font-size:13px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:20px}.check-list li{display:flex;align-items:center;gap:9px;font-size:12px;margin-bottom:10px}.check-list li svg{color:#16a34a;flex-shrink:0}.help-box .icon{width:34px;height:34px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.help-box p{font-size:12px;color:var(--text-muted);margin-bottom:14px;line-height:1.5}.save-box p{font-size:12px;color:var(--text-muted);margin-bottom:12px;line-height:1.5}@media (max-width:1200px){.content-grid{grid-template-columns:1fr}}@media (max-width:900px){.compare-preview-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.compare-preview-row{grid-template-columns:1fr}}.mark-read-link{font-size:12.5px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:5px}.notif-list{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:18px}.notif-row{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;border-bottom:1px solid var(--gray-100);position:relative}.notif-row:last-child{border-bottom:none}.notif-row.unread{background:#f7fbf1}.notif-row .icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-row .title{font-weight:700;font-size:13px}.notif-row .desc{font-size:12px;color:var(--text-body);margin-top:2px;line-height:1.5}.notif-row .time{font-size:11px;color:var(--text-muted);flex-shrink:0;white-space:nowrap}.notif-row .unread-dot{width:8px;height:8px;border-radius:50%;background:var(--color-primary);flex-shrink:0;margin-top:5px}.notif-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.search-table{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:18px}.search-table-head{display:grid;grid-template-columns:2fr 1fr .8fr 1fr 1.1fr;gap:12px;padding:12px 20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--gray-100)}.search-row{display:grid;grid-template-columns:2fr 1fr .8fr 1fr 1.1fr;gap:12px;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gray-100)}.search-row:last-child{border-bottom:none}.search-name-cell{display:flex;align-items:center;gap:12px}.search-name-cell .icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-name-cell .name{font-weight:700;font-size:13px}.search-name-cell .criteria{font-size:11px;color:var(--text-muted)}.alerts-cell{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--text-muted)}.alerts-cell svg{color:var(--color-primary);flex-shrink:0}.matches-badge{background:#dcfce7;color:#16a34a;font-size:12px;font-weight:800;padding:4px 12px;border-radius:var(--radius-full);display:inline-block}.last-matched{font-size:12px}.action-cell-row{display:flex;align-items:center;gap:8px}@media (max-width:760px){.search-table-head{display:none}.search-row{grid-template-columns:1fr;gap:8px}}.help-search-hero{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));border-radius:var(--radius-lg);padding:34px 30px;text-align:center;margin-bottom:24px}.help-search-hero h2{color:#fff;font-size:20px;margin-bottom:6px}.help-search-hero p{color:rgba(255,255,255,.75);font-size:13px;margin-bottom:18px}.help-search-hero .help-search-input{max-width:520px;margin:0 auto;background:#fff;border-radius:var(--radius-md);display:flex;align-items:center;gap:10px;padding:12px 16px}.help-search-hero .help-search-input svg{color:var(--gray-400);flex-shrink:0}.help-search-hero .help-search-input input{flex:1;border:none;outline:none;font-size:13.5px}.help-cats{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:28px}.help-cat-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px 16px;text-align:center;text-decoration:none;display:block}.help-cat-card:hover{border-color:var(--color-primary);box-shadow:0 4px 14px rgba(0,0,0,.05)}.help-cat-card .icon{width:44px;height:44px;border-radius:50%;background:var(--color-secondary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.help-cat-card strong{display:block;font-size:13px;margin-bottom:4px;color:var(--text-heading)}.help-cat-card span{font-size:11.5px;color:var(--text-muted)}@media (max-width:1200px){.help-cats{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.help-cats{grid-template-columns:repeat(2,1fr)}}.support-form label{display:block;font-size:12.5px;font-weight:700;margin-bottom:6px;color:var(--text-heading)}.support-form .field{margin-bottom:16px}.support-form input,.support-form select,.support-form textarea{width:100%;padding:10px 12px;border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:13px;outline:none;font-family:inherit}.support-form textarea{resize:vertical;min-height:100px}.support-form input:focus,.support-form select:focus,.support-form textarea:focus{border-color:var(--color-primary)}.safety-banner{background:#fef3c7;border:1px solid #fde68a;border-radius:var(--radius-lg);padding:18px 22px;display:flex;align-items:center;gap:16px;margin-bottom:20px}.safety-banner .icon{width:42px;height:42px;border-radius:50%;background:#fde68a;color:#92400e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.safety-banner strong{display:block;font-size:13.5px;margin-bottom:2px}.safety-banner p{font-size:12px;color:var(--text-body)}@media (max-width:640px){.safety-banner{flex-direction:column;text-align:center}}.chat-box{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff}.chat-box .icon{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.chat-box h4{color:#fff}.chat-box p{font-size:12px;color:rgba(255,255,255,.85);line-height:1.5;margin-bottom:14px}.chat-box .btn{background:#fff;color:#7c3aed;width:100%}.chat-box .status{font-size:11px;color:rgba(255,255,255,.75);margin-top:10px;display:flex;align-items:center;gap:6px}.chat-box .status .dot{width:7px;height:7px;border-radius:50%;background:#4ade80}.topic-list li{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--gray-100);font-size:12.5px;font-weight:600}.topic-list li:last-child{border-bottom:none}.topic-list li span.tag{font-size:10.5px;font-weight:700;color:var(--text-muted);background:var(--gray-100);padding:2px 8px;border-radius:var(--radius-full)}.resource-list a{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:12.5px;font-weight:700;color:var(--color-primary);border-bottom:1px solid var(--gray-100);text-decoration:none}.resource-list a:last-child{border-bottom:none}.review-card{display:flex;gap:16px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;margin-bottom:14px}.review-card .thumb{width:76px;height:76px;border-radius:var(--radius-md);flex-shrink:0}.review-cat-tag{font-size:9.5px;font-weight:700;padding:2px 8px;border-radius:var(--radius-full)}.review-card .title{font-weight:700;font-size:14px;margin:5px 0 2px}.review-card .vendor{font-size:11.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-bottom:2px}.review-card .vendor svg.check{color:var(--color-primary);flex-shrink:0}.review-card .loc{font-size:10.5px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.review-card .loc svg{color:var(--gray-400);flex-shrink:0}.review-text-col{flex:1;min-width:0}.review-text-col .text{font-size:12.5px;color:var(--text-body);line-height:1.6}.review-reply-box{background:var(--gray-50);border-radius:var(--radius-md);padding:12px 14px;margin-top:10px}.review-reply-box .head{font-weight:700;font-size:11.5px;margin-bottom:4px}.review-reply-box p{font-size:11.5px;color:var(--text-body)}.review-reply-box .time{font-size:10px;color:var(--text-muted);float:right}.review-meta-col{text-align:right;flex-shrink:0}.stars-row{color:#f59e0b;font-size:13px}.stars-row .num{color:var(--text-heading);font-weight:700;font-size:12.5px;margin-left:4px}.review-date{font-size:10.5px;color:var(--text-muted);margin:3px 0 8px}.status-pill-review{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full);display:inline-block;margin-bottom:10px}.status-pill-review.published{background:#dcfce7;color:#16a34a}.status-pill-review.pending{background:#fef3c7;color:#d97706}.status-pill-review.rejected{background:#fee2e2;color:#dc2626}.review-actions-col{display:flex;flex-direction:column;gap:6px;margin-left:12px;flex-shrink:0}.review-actions-col a,.review-actions-col button{width:96px}.icon-del{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#dc2626;align-self:flex-end;border:none;background:none;cursor:pointer}.pending-note{font-size:10px;color:var(--text-muted);display:flex;align-items:center;gap:4px}@media (max-width:760px){.review-card{flex-direction:column}.review-meta-col{text-align:left}.review-actions-col{flex-direction:row;margin-left:0}.review-actions-col a,.review-actions-col button{width:auto;flex:1}}.summary-center{text-align:center;margin-bottom:14px}.summary-center .num{font-size:30px;font-weight:800}.summary-center .stars{color:#f59e0b;margin:4px 0}.summary-center .sub{font-size:11px;color:var(--text-muted)}.impact-note{font-size:11.5px;color:var(--color-primary);font-weight:600;margin-top:8px}.guide-box p{font-size:12px;color:var(--text-muted);line-height:1.6;margin-bottom:10px}.guide-box a{font-size:12px;font-weight:700;color:var(--color-primary);display:flex;align-items:center;gap:4px}.never-miss-box{background:#ece8fb}.never-miss-box h4{color:#3a2f7a}.never-miss-box p{font-size:12px;color:#4c4370;margin-bottom:12px}.section-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px;margin-bottom:20px}.section-box h3{font-size:16px;margin-bottom:16px}.vstat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.vstat-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:18px 14px;text-align:center}.vstat-card .icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.vstat-card.done .icon{background:#dcfce7;color:#16a34a}.vstat-card.pending .icon{background:#fef3c7;color:#d97706}.vstat-card.notstarted .icon{background:var(--gray-100);color:var(--gray-400)}.vstat-card strong{display:block;font-size:12.5px;margin-bottom:8px}.vstat-card .tag{font-size:10.5px;font-weight:800;padding:3px 10px;border-radius:var(--radius-full)}.vstat-card.done .tag{background:#dcfce7;color:#16a34a}.vstat-card.pending .tag{background:#fef3c7;color:#d97706}.vstat-card.notstarted .tag{background:var(--gray-100);color:var(--text-muted)}.vdetail-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--gray-100)}.vdetail-row:last-child{border-bottom:none}.vdetail-row .icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vdetail-row.done .icon{background:#dcfce7;color:#16a34a}.vdetail-row.pending .icon{background:#fef3c7;color:#d97706}.vdetail-row.notstarted .icon{background:var(--gray-100);color:var(--gray-400)}.vdetail-row strong{display:block;font-size:13px}.vdetail-row span{font-size:11.5px;color:var(--text-muted)}.vdetail-row .status-tag{font-size:10.5px;font-weight:800;padding:3px 10px;border-radius:var(--radius-full);flex-shrink:0}.vdetail-row.done .status-tag{background:#dcfce7;color:#16a34a}.vdetail-row.pending .status-tag{background:#fef3c7;color:#d97706}.vdetail-row.notstarted .status-tag{background:var(--gray-100);color:var(--text-muted)}.why-verify-box{background:#eef6e2;border-radius:var(--radius-lg);padding:20px 22px;margin-top:4px}.why-verify-box h4{font-size:14px;margin-bottom:14px}.why-verify-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.why-verify-grid li{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600}.why-verify-grid li svg{color:#16a34a;flex-shrink:0}@media (max-width:640px){.vstat-grid{grid-template-columns:1fr}.why-verify-grid{grid-template-columns:1fr}}.addr-toolbar{display:flex;gap:12px;margin-bottom:14px}.addr-search{flex:1;display:flex;align-items:center;gap:8px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 13px}.addr-search svg{color:var(--gray-400);flex-shrink:0}.addr-search input{border:none;background:transparent;outline:none;font-size:13px;width:100%}.addr-filter{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 13px;font-size:12.5px;font-weight:600;background:#fff;min-width:140px}.addr-count{font-size:12px;color:var(--text-muted);margin-bottom:14px}.addr-item2{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px;margin-bottom:10px}.addr-item2 .pin{color:var(--color-primary);flex-shrink:0;margin-top:3px}.addr-item2 .body{flex:1;min-width:0}.addr-item2 .title-row{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13.5px;margin-bottom:3px}.addr-item2 .default-tag{font-size:9.5px;font-weight:800;background:#dcfce7;color:#16a34a;padding:2px 8px;border-radius:var(--radius-full)}.addr-item2 .street{font-size:12.5px;color:var(--text-body)}.addr-item2 .state{font-size:11.5px;color:var(--text-muted);margin-bottom:8px}.addr-item2 .meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.addr-item2 .addr-phone{font-size:11.5px;color:var(--text-body);background:var(--gray-50);padding:4px 9px;border-radius:var(--radius-md);display:inline-flex;align-items:center;gap:5px}.addr-item2 .type-tag{font-size:10.5px;font-weight:700;background:var(--gray-100);color:var(--text-body);padding:3px 9px;border-radius:var(--radius-full)}.addr-item2 .addr-card-actions{display:flex;gap:6px;flex-shrink:0}.addr-item2 .addr-card-actions button{width:28px;height:28px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer}.addr-item2 .addr-card-actions button.del{color:#dc2626;border-color:#fecaca}.addr-edit-form{display:none;background:var(--gray-50);border-radius:var(--radius-md);padding:16px;margin:-4px 0 14px}.addr-edit-form.open{display:block}.channel-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.channel-row:last-child{border-bottom:none}.channel-row .icon{width:30px;height:30px;border-radius:50%;background:var(--gray-50);color:var(--text-body);display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-row strong{display:block;font-size:12.5px}.channel-row .val{font-size:11px;color:var(--text-muted)}.channel-row .verified-tag{margin-left:auto;font-size:10px;font-weight:800;background:#dcfce7;color:#16a34a;padding:3px 9px;border-radius:var(--radius-full);flex-shrink:0}.pw-check-list{display:flex;flex-wrap:wrap;gap:6px 18px;margin:-6px 0 16px}.pw-check-list li{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--gray-400)}.pw-check-list li svg{color:var(--gray-300);flex-shrink:0}.pw-check-list li.met{color:#16a34a}.pw-check-list li.met svg{color:#16a34a}.sec-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--gray-100)}.sec-row .icon{width:38px;height:38px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sec-row .title-row{display:flex;align-items:center;gap:8px}.sec-row strong{font-size:13px}.sec-row .rec-tag{font-size:9.5px;font-weight:800;background:#dbeafe;color:#1d4ed8;padding:2px 8px;border-radius:var(--radius-full)}.sec-row span.desc{font-size:11.5px;color:var(--text-muted)}.sec-row .status{margin-left:auto;font-size:11px;font-weight:800;flex-shrink:0;padding:3px 10px;border-radius:var(--radius-full);background:var(--gray-100);color:var(--text-muted)}.sec-row .status.enabled{background:#dcfce7;color:#16a34a}.sec-row .status.disabled{background:#fee2e2;color:#dc2626}.tfa-panel{background:var(--gray-50);border-radius:var(--radius-md);padding:18px;margin:4px 0 16px}.tfa-msg{font-size:12px;font-weight:600;margin-top:10px;min-height:16px}.tfa-msg.success{color:#16a34a}.tfa-msg.error{color:#dc2626}.delete-row{display:flex;align-items:center;gap:12px;padding-top:16px;margin-top:4px;border-top:1px solid var(--gray-100)}.delete-row .icon{width:38px;height:38px;border-radius:50%;background:#fee2e2;color:#dc2626;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delete-row strong{font-size:13px;color:#991b1b}.delete-row span{font-size:11.5px;color:var(--text-muted)}.delete-row .btn{margin-left:auto;flex-shrink:0}.btn-danger-sm{background:#fff;border-color:#dc2626;color:#dc2626;padding:8px 14px}.btn-danger-sm:hover{background:#dc2626;color:#fff}.del-item-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.del-item{display:flex;align-items:flex-start;gap:10px}.del-item .icon{width:32px;height:32px;border-radius:50%;background:var(--gray-100);color:var(--text-body);display:flex;align-items:center;justify-content:center;flex-shrink:0}.del-item strong{display:block;font-size:12.5px}.del-item span{font-size:11px;color:var(--text-muted)}.alt-row-full{display:flex;align-items:center;gap:12px;padding:6px 0}.alt-row-full .icon{width:34px;height:34px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.alt-row-full strong{display:block;font-size:13px}.alt-row-full span{font-size:11.5px;color:var(--text-muted)}@media (max-width:640px){.del-item-grid{grid-template-columns:1fr}.alt-row-full{flex-direction:column;align-items:flex-start}}.dash-section-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.4);padding:16px 12px 6px}.collapse-link{display:flex;align-items:center;gap:8px;padding:12px 12px 4px;font-size:12px;font-weight:700;color:rgba(255,255,255,.65);border-top:1px solid rgba(255,255,255,.1);margin-top:10px;cursor:pointer;background:none;border-left:none;border-right:none;border-bottom:none;width:100%}.content-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:4px}.head-actions{display:flex;gap:10px;flex-shrink:0}.dash-nav a .nbadge.new{background:#fff}.dash-layout{display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:start}.stat-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}.stat-card .icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card .val{font-size:20px;font-weight:800;line-height:1.2}.stat-card .label{font-size:11px;color:var(--text-muted);font-weight:600}.toolbar-row{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}.toolbar-row select{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 12px;font-size:12.5px;font-weight:600;background:#fff}.filter-btn{display:flex;align-items:center;gap:6px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 14px;font-size:12.5px;font-weight:600;background:#fff}.listing-table{border-collapse:collapse;width:100%}.listing-table th{text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:0 0 10px;border-bottom:1px solid var(--gray-100)}.listing-table td{padding:14px 0;border-bottom:1px solid var(--gray-100);vertical-align:middle}.listing-table tr:last-child td{border-bottom:none}.listing-cell{display:flex;align-items:center;gap:12px}.listing-cell img{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.listing-cell strong{font-size:13px;display:block}.price-cell{font-size:13px;font-weight:700}.status-pill.active{background:#dcfce7;color:#16a34a}.status-pill.draft{background:#dbeafe;color:#2563eb}.status-pill.inactive{background:var(--gray-100);color:var(--text-muted)}.status-pill.paused{background:#fed7aa;color:#c2410c}.status-pill.verified{background:#dcfce7;color:#16a34a}.status-pill.suspended{background:#fee2e2;color:#dc2626}.status-pill.rejected{background:#fee2e2;color:#dc2626}.status-pill.not_verified{background:var(--gray-100);color:var(--text-muted)}.action-icons{display:flex;gap:6px}.action-icons a,.action-icons button{width:30px;height:30px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer}.view-toggle{display:flex;gap:4px}.view-toggle a{width:34px;height:34px;border-radius:var(--radius-md);border:1px solid var(--gray-200);background:#fff;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.view-toggle a.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.admin-listing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:18px}.admin-listing-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.admin-listing-card .thumb{display:block;position:relative;width:100%;height:auto;aspect-ratio:4/3;background:var(--gray-100)}.admin-listing-card .thumb img{width:100%;height:100%;object-fit:cover}.admin-listing-card .thumb .status-pill{position:absolute;top:8px;left:8px}.admin-listing-card .body{padding:12px}.admin-listing-card .title{display:block;font-weight:700;font-size:12.5px;color:var(--text-heading);margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-listing-card .vendor{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-listing-card .cat{font-size:10.5px;color:var(--text-muted);margin-bottom:8px}.admin-listing-card .meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:6px}.admin-listing-card .price{font-size:12.5px;font-weight:700;flex-shrink:0}.admin-listing-card .stats{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--text-muted);flex-shrink:0}.admin-listing-card .action-icons{padding-top:8px;border-top:1px solid var(--gray-100)}.admin-listing-card .action-icons a,.admin-listing-card .action-icons button{width:26px;height:26px}@media (max-width:1500px){.admin-listing-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1150px){.admin-listing-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.admin-listing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.admin-listing-grid{grid-template-columns:1fr}}.toast-notify{position:fixed;top:20px;right:20px;z-index:9999;background:#1c1917;color:#fff;padding:13px 20px;border-radius:var(--radius-md);font-size:13px;font-weight:600;box-shadow:var(--shadow-lg);max-width:320px;transform:translateX(calc(100%+20px));transition:transform .3s ease}.toast-notify.show{transform:translateX(0)}.toast-notify.error{background:#dc2626}.cookie-consent-bar{position:fixed;left:0;right:0;bottom:0;z-index:500;background:var(--color-primary);color:#fff;padding:16px 24px;box-shadow:0 -6px 24px rgba(0,0,0,.18);transform:translateY(110%);transition:transform .45s cubic-bezier(.16,1,.3,1)}.cookie-consent-bar.show{transform:translateY(0)}.cookie-consent-inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-consent-icon{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}.cookie-consent-text{flex:1;min-width:240px;margin:0;font-size:13px;line-height:1.6}.cookie-consent-text a{color:var(--color-secondary);font-weight:700;text-decoration:underline;text-underline-offset:2px}.cookie-consent-text a:hover{color:#fff}.cookie-consent-actions{flex-shrink:0;display:flex;align-items:center;gap:10px}@media (max-width:640px){.cookie-consent-inner{flex-direction:column;align-items:stretch;text-align:center}.cookie-consent-icon{display:none}}.modal-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:300;align-items:center;justify-content:center;padding:20px}.modal-overlay.open{display:flex}.modal-box{background:#fff;border-radius:var(--radius-lg);max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--gray-100)}.modal-head h3{font-size:15px;margin:0}.modal-close{width:30px;height:30px;border-radius:50%;border:none;background:var(--gray-100);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-body);flex-shrink:0}.modal-close:hover{background:var(--gray-200)}.modal-body{padding:20px 22px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px;border-top:1px solid var(--gray-100)}.password-field-wrap{position:relative}.password-field-wrap input{padding-right:40px !important}.password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-muted);padding:6px;display:flex}.password-toggle:hover{color:var(--text-body)}.chip-checkbox{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;background:var(--gray-100);border-radius:var(--radius-full);padding:4px 10px 4px 8px;cursor:pointer}.chip-checkbox input{width:13px;height:13px;accent-color:var(--color-primary)}.perm-matrix th,.perm-matrix td{vertical-align:middle}.action-icons a:hover{border-color:var(--color-primary);color:var(--color-primary)}.row-menu{position:relative}.row-menu-dropdown{display:none;position:absolute;right:0;top:34px;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:160px;z-index:20;padding:6px}.row-menu-dropdown.open{display:block}.row-menu-dropdown button,.row-menu-dropdown a{width:100%;text-align:left;background:none;border:none;padding:8px 10px;font-size:12.5px;font-weight:600;border-radius:var(--radius-sm);color:var(--text-body);cursor:pointer;display:flex;align-items:center;gap:8px}.row-menu-dropdown button:hover,.row-menu-dropdown a:hover{background:var(--gray-50)}.row-menu-dropdown button.danger,.row-menu-dropdown a.danger{color:var(--color-danger)}.tip-banner{background:#eef6e2;border-radius:var(--radius-lg);padding:14px 18px;display:flex;align-items:center;gap:10px;font-size:12.5px;font-weight:600}.metric-box{background:var(--gray-100);border-radius:var(--radius-md);padding:14px;margin-bottom:10px}.metric-box.blue{background:#dbeafe}.metric-box.purple{background:#ede9fe}.metric-box .val{font-size:20px;font-weight:800}.metric-box .label{font-size:11.5px;color:var(--text-body);font-weight:600;margin-top:2px}.boost-box{background:#eef6e2}.boost-box p{font-size:12px;color:var(--text-body);line-height:1.5;margin:8px 0 14px}.tips-list li{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:10px}.tips-list li svg{color:#16a34a;flex-shrink:0}@media (max-width:1300px){.stat-row{grid-template-columns:repeat(3,1fr)}.dash-layout{grid-template-columns:1fr}}@media (max-width:900px){.stat-row{grid-template-columns:repeat(2,1fr)}.listing-table{display:block;overflow-x:auto;white-space:nowrap}}@media (max-width:640px){.stat-row{grid-template-columns:1fr}.content-head-row{flex-direction:column}.pagination-row{flex-direction:column;gap:10px;align-items:flex-start}}.stepper{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px 24px;margin-bottom:20px;display:flex;align-items:flex-start}.step{display:flex;align-items:center;gap:10px}.step .circle{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}.step.done .circle{background:#16a34a;color:#fff}.step.current .circle{background:var(--color-primary);color:#fff}.step.upcoming .circle{background:var(--gray-100);color:var(--text-muted)}.step .label{display:flex;flex-direction:column}.step .label strong{font-size:12.5px}.step.current .label strong{color:var(--color-primary)}.step.upcoming .label strong{color:var(--text-muted)}.step .label span.desc{font-size:10.5px;color:var(--text-muted)}.step-arrow{flex:1;height:2px;background:var(--gray-200);margin:15px 14px 0;min-width:20px}.step-arrow.done{background:#16a34a}.edit-tabs{display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--gray-200);margin-bottom:22px;overflow-x:auto}.edit-tabs a{display:flex;align-items:center;gap:7px;padding:12px 16px;font-size:12.5px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}.edit-tabs a.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}.edit-tabs a svg{flex-shrink:0}.form-layout{display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:start}.panel{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px;margin-bottom:20px}.panel h3{font-size:16px;margin-bottom:4px}.panel .sub{font-size:12px;color:var(--text-muted);margin-bottom:20px}.search-field{display:flex;align-items:center;gap:8px;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:9px 14px;flex:1;min-width:200px}.search-field svg{color:var(--gray-400);flex-shrink:0}.search-field input{border:none;background:transparent;outline:none;font-size:12.5px;width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:18px}.field label{display:block;font-size:12.5px;font-weight:700;margin-bottom:7px}.field label .req{color:#dc2626}.field input,.field select,.field textarea{width:100%;padding:10px 13px;border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:13px;outline:none;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--color-primary)}.field textarea{resize:vertical;min-height:90px}.field .char-count{text-align:right;font-size:10.5px;color:var(--text-muted);margin-top:4px}.field .field-error{font-size:11px;color:#dc2626;margin-top:5px;font-weight:600}.rte{border:1px solid var(--gray-200);border-radius:var(--radius-md)}.rte:focus-within{border-color:var(--color-primary)}.rte.rte-invalid{border-color:#dc2626}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);border-radius:var(--radius-md) var(--radius-md) 0 0;flex-wrap:wrap}.rte-btn{display:inline-flex;align-items:center;gap:5px;border:none;background:transparent;color:var(--text-body);padding:6px 8px;border-radius:var(--radius-sm);cursor:pointer;font-size:11px;font-weight:700;line-height:1}.rte-btn:hover{background:var(--gray-200)}.rte-btn.active{background:var(--color-primary);color:#fff}.rte-sep{width:1px;height:18px;background:var(--gray-200);margin:0 4px}.rte-spacer{flex:1}.field .rte-editable,.field .rte-source{width:100%;border:none;border-radius:0 0 var(--radius-md) var(--radius-md)}.rte-editable{padding:12px 14px;font-size:13px;line-height:1.6;outline:none;overflow-y:auto;max-height:440px}.rte-editable:empty:before{content:attr(data-placeholder);color:var(--text-muted)}.rte-editable p{margin:0 0 10px}.rte-editable a{color:var(--color-primary)}.field .rte-source{padding:12px 14px;font-family:'SFMono-Regular',Consolas,Menlo,monospace;font-size:12px;resize:vertical;outline:none}.rte-error{color:#dc2626;font-size:11px;font-weight:600;padding:6px 14px 0;margin:0}.loc-input-wrap{position:relative}.loc-input-wrap svg{position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--gray-400)}.radio-row{display:flex;gap:20px}.radio-row label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;margin-bottom:0}.radio-row input[type="radio"]{width:16px;height:16px;accent-color:var(--color-primary)}.tag-input-box{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:8px 10px;display:flex;flex-wrap:wrap;gap:6px}.tag-input-box input{border:none;outline:none;flex:1;min-width:100px;padding:4px}.tag-hint{font-size:10.5px;color:var(--text-muted);margin-top:4px}.upload-box{border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:30px 20px;text-align:center}.upload-box.dragover{border-color:var(--color-primary);background:#eef6e2}#photo-dropzone{cursor:pointer}.upload-box .icon{width:44px;height:44px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.upload-box strong{display:block;font-size:13px;margin-bottom:4px}.upload-box .hint{font-size:11px;color:var(--text-muted);margin-bottom:12px}.sidebar-box p.lead{font-size:11.5px;color:var(--text-muted);margin-bottom:14px;line-height:1.5}.guide-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.guide-row:last-child{border-bottom:none}.guide-row .icon{width:30px;height:30px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-row strong{display:block;font-size:12px}.guide-row span{font-size:11px;color:var(--text-muted)}.need-help-box .icon{width:34px;height:34px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.wizard-footer{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px 22px}.wizard-footer .right-actions{display:flex;gap:10px}@media (max-width:900px){.dash-sidebar{display:none}.form-grid{grid-template-columns:1fr}.stepper{overflow-x:auto}}@media (max-width:640px){.wizard-footer{flex-direction:column;gap:12px;align-items:stretch}.step .label span.desc{display:none}.form-layout{grid-template-columns:1fr}}.pricing-cols{display:grid;grid-template-columns:1fr 1fr;gap:30px}.radio-row-a{display:flex;gap:20px;margin-bottom:4px}.radio-row-a label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600}.radio-row-a input[type="radio"]{width:16px;height:16px;accent-color:var(--color-primary)}.discount-table{width:100%;border-collapse:collapse}.discount-table th{text-align:left;font-size:11px;font-weight:800;color:var(--text-muted);padding-bottom:8px}.discount-table td{padding:6px 8px 6px 0}.discount-table input{width:100%;padding:8px 10px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:12.5px}.discount-table .pct-wrap{position:relative}.discount-table .pct-wrap span{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--text-muted)}.tier-remove{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:#fff;color:#dc2626;cursor:pointer}.price-input-row{display:flex;gap:10px}.price-input-row select{max-width:140px}@media (max-width:900px){.pricing-cols{grid-template-columns:1fr}}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:18px}.photo-tile{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1;background:var(--gray-100)}.photo-tile img{width:100%;height:100%;object-fit:cover}.photo-tile .cover-badge{position:absolute;top:6px;left:6px;background:var(--color-primary);color:#fff;font-size:9.5px;font-weight:800;padding:2px 8px;border-radius:var(--radius-full)}.photo-tile-actions{position:absolute;bottom:6px;right:6px;display:flex;gap:5px}.photo-tile-actions button{width:26px;height:26px;border-radius:50%;border:none;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:var(--text-body);cursor:pointer}.photo-tile-actions button:hover{background:#fff}.details-cols{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:24px}.feat-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--gray-100)}.feat-row:last-of-type{border-bottom:none}.feat-row .check{width:18px;height:18px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-row input{font-family:inherit}.feat-row svg.close{color:var(--gray-400);flex-shrink:0;cursor:pointer}.feat-row svg.close:hover{color:#dc2626}.desc-tips-box ul li{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:9px}.desc-tips-box ul li svg{color:#16a34a;flex-shrink:0}@media (max-width:1300px){.details-cols{grid-template-columns:1fr 1fr}}@media (max-width:900px){.details-cols{grid-template-columns:1fr}}.preview-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px;margin-bottom:18px}.preview-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md)}.preview-price-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.preview-price-row .price{font-size:20px;font-weight:800;color:var(--color-primary)}.preview-price-row .price span{font-size:13px;font-weight:600;color:var(--text-muted)}.preview-tiers{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tier-chip{font-size:11px;font-weight:700;background:#eef6e2;color:var(--color-primary);padding:4px 10px;border-radius:var(--radius-full)}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.spec-row{display:flex;justify-content:space-between;font-size:12.5px;padding:6px 0;border-bottom:1px solid var(--gray-100)}.spec-row .label{color:var(--text-muted)}.spec-row .value{font-weight:600}.preview-feat-list li{display:flex;align-items:center;gap:8px;font-size:12.5px;margin-bottom:8px}.before-submit-box{background:#fef9ec;border-color:#fde68a}.missing-list li{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:#92400e;margin-bottom:8px}.safe-secure-box{text-align:center}.safe-secure-box .icon{width:40px;height:40px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.safe-secure-box p{font-size:12px;color:var(--text-muted);line-height:1.6;margin-top:6px}.stat-row-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.chart-row-two{display:grid;margin-bottom:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.panel-head h3{font-size:15px}.panel-head a.view-all{font-size:11.5px;font-weight:700;color:var(--color-primary)}.score-box{text-align:center}.score-ring-wrap{position:relative;margin:0 auto 10px;width:130px}.score-ring-wrap .val{position:absolute;top:50%;left:50%;transform:translate(-50%,-42%);font-size:26px;font-weight:800}.score-ring-wrap .of100{position:absolute;top:50%;left:50%;transform:translate(-50%,60%);font-size:11px;color:var(--text-muted);font-weight:700}.score-list{text-align:left;margin:10px 0 14px}.score-list li{display:flex;align-items:center;gap:8px;font-size:11.5px;padding:5px 0}.score-list li svg.done{color:#16a34a;flex-shrink:0}.score-list li svg.pending{color:var(--gray-300);flex-shrink:0}.score-caption{font-size:11.5px;color:var(--text-muted);text-align:left;margin-bottom:4px}.score-caption strong{display:block;color:var(--text-heading);font-size:12.5px}.score-box a.view-full{font-size:11.5px;font-weight:700;color:var(--color-primary);display:inline-flex;align-items:center;gap:4px}.three-col-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:20px}.two-col-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}@media (max-width:900px){.two-col-row{grid-template-columns:1fr}}.table-striped{width:100%;border-collapse:collapse}.table-striped tr:nth-child(odd){background:var(--gray-50)}.table-striped tr:nth-child(even){background:#fff}.table-striped td{padding:11px 14px;font-size:12.5px;border-bottom:1px solid var(--gray-100);vertical-align:middle}.table-striped tr:last-child td{border-bottom:none}.table-striped td.k{font-weight:700;color:var(--text-muted);width:42%}.table-striped td.v{color:var(--text-heading)}.quick-action-btn-row{display:flex;flex-wrap:wrap;gap:10px}.quick-action-btn{flex:1;min-width:160px;text-align:center;border:1.5px solid transparent;font-weight:700}.quick-action-btn:hover{filter:brightness(0.92)}.stat-trend{font-size:10.5px;font-weight:700;display:inline-flex;align-items:center;gap:2px}.stat-trend.up{color:#16a34a}.stat-trend.down{color:#dc2626}.stat-sub{font-size:10.5px;color:var(--text-muted);margin-top:2px}.donut-legend{display:flex;flex-direction:column;gap:10px}.donut-legend-row{display:flex;align-items:center;gap:8px;font-size:12px}.donut-legend-row .dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.donut-legend-row .label{flex:1;color:var(--text-body)}.donut-legend-row .count{font-weight:700;color:var(--text-heading)}.activity-feed{display:flex;flex-direction:column;gap:14px}.activity-item{display:flex;gap:10px;font-size:12px}.activity-item .dot{width:7px;height:7px;border-radius:50%;background:var(--color-primary);margin-top:5px;flex-shrink:0}.activity-item .msg{color:var(--text-body);line-height:1.4}.activity-item .when{font-size:10.5px;color:var(--text-muted);margin-top:2px}.health-list{display:flex;flex-direction:column;gap:12px}.health-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px}.health-row .label{display:flex;align-items:center;gap:8px;color:var(--text-body)}.health-badge{font-size:10.5px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.health-badge.ok{background:#dcfce7;color:#16a34a}.health-badge.down{background:#fee2e2;color:#dc2626}.input-prefix,.input-suffix{display:flex;align-items:center;border:1px solid var(--gray-200);border-radius:var(--radius-md);overflow:hidden;font-size:12.5px;font-weight:700;color:var(--text-muted)}.input-prefix{padding-left:12px}.input-suffix{padding-right:12px}.input-prefix .input,.input-suffix .input{border:none}.discount-type-card{display:block;border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px;cursor:pointer;position:relative}.discount-type-card input[type="radio"]{position:absolute;top:16px;right:16px;width:16px;height:16px;accent-color:var(--color-primary)}.discount-type-card.selected{border-color:var(--color-primary);background:rgba(79,70,229,0.04)}.discount-type-card strong{font-size:13px;display:block;margin-bottom:3px}.discount-type-card .sub{font-size:11px;color:var(--text-muted)}.coupon-preview-card{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-radius:var(--radius-lg);padding:22px;color:#fff;text-align:center}.coupon-preview-card .code{font-size:20px;font-weight:800;letter-spacing:0.03em;margin-bottom:10px}.coupon-preview-card .off-badge{display:inline-block;background:rgba(255,255,255,0.2);border-radius:var(--radius-full);padding:5px 16px;font-size:13px;font-weight:800;margin-bottom:10px}.coupon-preview-card .desc{font-size:12px;opacity:0.9;margin-bottom:10px}.coupon-preview-card .meta{font-size:10.5px;opacity:0.8;margin-bottom:10px}.coupon-preview-card .active-badge{display:inline-block;background:#16a34a;border-radius:var(--radius-full);padding:3px 12px;font-size:10.5px;font-weight:700}.coupon-preview-card .active-badge.inactive{background:rgba(255,255,255,0.25)}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;padding:8px 0;border-bottom:1px solid var(--gray-100)}.summary-row:last-child{border-bottom:none}.summary-row span{color:var(--text-muted)}.listing-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.listing-row:last-child{border-bottom:none}.listing-row img{width:42px;height:42px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.listing-row .info{flex:1;min-width:0}.listing-row strong{font-size:12px}.listing-row .cat{font-size:10.5px;color:var(--text-muted)}.listing-row .stats{display:flex;gap:8px;font-size:10px;color:var(--text-muted);margin-top:2px}.venq-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.venq-row:last-child{border-bottom:none}.venq-row .avatar-c{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0}.venq-row strong{font-size:12px;display:block}.venq-row span.desc{font-size:10.5px;color:var(--text-muted)}.vqa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.vqa-card{border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:14px 8px;text-align:center}.vqa-card:hover{border-color:var(--color-primary)}.vqa-card .icon{width:34px;height:34px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 8px}.vqa-card span:last-child{font-size:10.5px;font-weight:700}.tips-banner{background:#eef6e2;border-radius:var(--radius-lg);padding:18px 22px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.tips-banner .lead{display:flex;align-items:center;gap:12px;flex:1;min-width:220px}.tips-banner .lead .icon{width:36px;height:36px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tips-banner .lead strong{display:block;font-size:13px}.tip-links{display:flex;flex-wrap:wrap;gap:10px}.tip-link{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;background:#fff;padding:7px 12px;border-radius:var(--radius-full)}.review-row{padding:12px 0;border-bottom:1px solid var(--gray-100)}.review-row:last-child{border-bottom:none}.review-row .head-line{display:flex;align-items:center;gap:8px;margin-bottom:4px}.review-row .head-line strong{font-size:12px}.review-row .head-line .time{margin-left:auto;font-size:10.5px;color:var(--text-muted)}.review-row .stars{color:#f59e0b;font-size:12px;margin-bottom:4px}.review-row p{font-size:11.5px;color:var(--text-body);line-height:1.5}.review-row .on-listing{font-size:10.5px;color:var(--text-muted);margin-top:4px;font-weight:600}@media (max-width:1300px){.stat-row-4{grid-template-columns:repeat(2,1fr)}.three-col-row{grid-template-columns:1fr}.dash-layout{grid-template-columns:1fr}}@media (max-width:640px){.stat-row-4{grid-template-columns:1fr}.vqa-grid{grid-template-columns:repeat(2,1fr)}}.layout{display:grid;grid-template-columns:300px 1fr 300px;gap:20px;align-items:start}.progress-ring-wrap{text-align:center;margin:14px 0}.progress-ring-wrap .val{font-size:24px;font-weight:800}.progress-ring-wrap .caption{display:block;font-size:13px;font-weight:800;margin-top:10px}.progress-ring-wrap p{font-size:11.5px;color:var(--text-muted);margin-top:4px}.checklist-list li{display:flex;align-items:center;gap:9px;font-size:12.5px;margin-bottom:12px}.checklist-list li strong{font-weight:700}.checklist-list li span.status{display:block;font-size:10.5px;color:var(--text-muted);font-weight:400}.checklist-list li svg.done{color:#16a34a;flex-shrink:0}.checklist-list li svg.progress{color:#2563eb;flex-shrink:0}.checklist-list li svg.pending{color:var(--gray-300);flex-shrink:0}.step-row{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--gray-100)}.step-row:last-child{border-bottom:none}.step-row .icon{width:42px;height:42px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-row.verified .icon{background:#dcfce7;color:#16a34a}.step-row.pending .icon{background:#fef3c7;color:#d97706}.step-row.notstarted .icon{background:var(--gray-100);color:var(--gray-400)}.step-row strong{display:block;font-size:13.5px}.step-row span.desc{font-size:11.5px;color:var(--text-muted)}.step-row .right{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0}.status-tag{font-size:10.5px;font-weight:800;padding:3px 10px;border-radius:var(--radius-full)}.status-tag.verified{background:#dcfce7;color:#16a34a}.status-tag.pending{background:#fef3c7;color:#d97706}.status-tag.notstarted{background:var(--gray-100);color:var(--text-muted)}.upload-inline{display:none;padding:0 0 16px;border-bottom:1px solid var(--gray-100)}.upload-inline.open{display:flex;gap:10px;align-items:center}.upload-inline input[type="file"]{flex:1;font-size:12px}.why-box{background:#eef6e2;border-radius:var(--radius-lg);padding:18px 20px}.why-box h4{font-size:14px;margin-bottom:12px}.why-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.why-list li{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600}.why-list li svg{color:#16a34a;flex-shrink:0}.hist-table th{text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:0 8px 10px 0;border-bottom:1px solid var(--gray-100)}.hist-table td{padding:11px 8px 11px 0;border-bottom:1px solid var(--gray-100);font-size:12px}.hist-table tr:last-child td{border-bottom:none}.hist-status{font-size:10px;font-weight:800;padding:3px 9px;border-radius:var(--radius-full)}.hist-status.verified{background:#dcfce7;color:#16a34a}.hist-status.pending{background:#fef3c7;color:#d97706}.benefit-row{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;margin-bottom:12px}.benefit-row svg{color:#16a34a;flex-shrink:0}@media (max-width:1300px){.layout{grid-template-columns:1fr 1fr}.layout>div:first-child{grid-column:1 / -1}.why-list{grid-template-columns:1fr}}@media (max-width:900px){.layout{grid-template-columns:1fr}.hist-table{display:block;overflow-x:auto;white-space:nowrap}}.top-row{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:14px;align-items:stretch;margin-bottom:20px}.top-row.wallet-top-row{grid-template-columns:repeat(2,1fr) auto}.wallet-top-actions{display:flex;flex-direction:column;gap:10px;justify-content:center}.wallet-top-actions .btn{width:150px}.wallet-inline-form{display:none;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px 22px;margin-bottom:20px}.wallet-inline-form.open{display:block}.wallet-inline-form h4{font-size:14px;margin-bottom:14px}.wallet-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.tx-tabs{display:flex;gap:4px;border-bottom:1px solid var(--gray-200);margin-bottom:16px}.tx-tabs a{padding:10px 14px;font-size:12.5px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent}.tx-tabs a.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}.tx-table th{text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:0 10px 10px 0;border-bottom:1px solid var(--gray-100)}.tx-table td{padding:12px 10px 12px 0;border-bottom:1px solid var(--gray-100);font-size:12.5px}.tx-table tr:last-child td{border-bottom:none}.type-tag.credit{background:#dcfce7;color:#16a34a}.type-tag.debit{background:#fee2e2;color:#dc2626}.amt.credit{color:#16a34a;font-weight:700}.amt.debit{color:#dc2626;font-weight:700}.how-panel{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:22px}.how-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.how-panel-head h3{font-size:15px}.how-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:flex-start;gap:6px}.how-step{text-align:left}.how-step .num{width:30px;height:30px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;margin-bottom:10px}.how-step strong{display:block;font-size:13px;margin-bottom:4px}.how-step span{font-size:11.5px;color:var(--text-muted);line-height:1.5}.how-arrow{color:var(--gray-300);align-self:center;margin-top:15px}.legend-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.legend-list .item{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600}.legend-list .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-list .item span.pct{margin-left:auto;color:var(--text-muted);font-weight:700;font-size:10.5px}.pay-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--gray-100)}.pay-row:last-child{border-bottom:none}.pay-row .icon{width:30px;height:30px;border-radius:50%;background:var(--gray-50);color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pay-row strong{display:block;font-size:12px}.pay-row span.date{font-size:10.5px;color:var(--text-muted)}.pay-row .amt-col{margin-left:auto;text-align:right;flex-shrink:0}.pay-row .amt-col .amt{font-size:12px;font-weight:700;color:#dc2626;display:block}.track-note{background:#eef6e2;border-radius:var(--radius-md);padding:12px 16px;font-size:12px;color:var(--text-body);display:flex;align-items:center;gap:9px;margin-bottom:20px}.field-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:1300px){.top-row{grid-template-columns:repeat(2,1fr)}.wallet-layout{grid-template-columns:1fr}.how-steps{grid-template-columns:repeat(2,1fr)}.how-arrow{display:none}}@media (max-width:640px){.top-row{grid-template-columns:1fr}.field-2col{grid-template-columns:1fr}}.three-col{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px;margin-bottom:20px;align-items:start}.curr-sub-box{background:#f7faf3;border-radius:var(--radius-md);padding:14px;margin-bottom:12px}.curr-sub-box li{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:8px}.curr-sub-box li svg{color:#16a34a;flex-shrink:0}.curr-sub-box li:last-child{margin-bottom:0}.id-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--gray-100);font-size:12px}.id-row:last-of-type{border-bottom:none}.id-row span.label{color:var(--text-muted)}.id-row .val{font-weight:700}.usage-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray-100)}.usage-row:last-of-type{border-bottom:none}.usage-row .icon{width:30px;height:30px;border-radius:50%;background:var(--gray-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}.usage-row .body{flex:1}.usage-row .top-line{display:flex;justify-content:space-between;font-size:12px;margin-bottom:6px}.usage-row .top-line strong{font-weight:700}.usage-track{height:6px;border-radius:var(--radius-full);background:var(--gray-100);overflow:hidden}.usage-fill{height:100%}.usage-pct{font-size:10px;color:var(--text-muted);text-align:right;margin-top:3px}.invoice-box .icon{width:34px;height:34px;border-radius:50%;background:#eef6e2;color:var(--color-primary);display:flex;align-items:center;justify-content:center;margin-bottom:10px}.invoice-box p{font-size:12px;color:var(--text-body);line-height:1.5;margin-bottom:12px}.billing-table{border-collapse:collapse;width:100%}.billing-table th{text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:0 8px 10px 0;border-bottom:1px solid var(--gray-100)}.billing-table td{padding:12px 8px 12px 0;border-bottom:1px solid var(--gray-100);font-size:12.5px}.billing-table tr:last-child td{border-bottom:none}.cp-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.cp-plan-card{position:relative;display:block;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px;cursor:pointer}.cp-plan-card input{position:absolute;top:14px;right:14px;width:16px;height:16px;accent-color:var(--color-primary)}.cp-plan-card:has(input:checked){border-color:var(--color-primary);background:#f7faf3}.cp-plan-card.current{border-color:var(--gray-300)}.cp-plan-card strong{display:block;font-size:14px;margin-bottom:4px}.cp-plan-card .desc{display:block;font-size:11px;color:var(--text-muted);margin-bottom:10px;min-height:28px}.cp-plan-card .price{font-size:15px;font-weight:800;margin-bottom:6px}.cp-plan-card .price span{font-size:11px;color:var(--text-muted);font-weight:600}.cp-plan-card .limit{font-size:11px;color:var(--text-muted)}.cp-plan-card .current-tag{display:inline-block;margin-top:8px;font-size:9.5px;font-weight:800;background:var(--gray-100);color:var(--text-muted);padding:3px 9px;border-radius:var(--radius-full)}.cp-cycle-row{display:flex;gap:10px;flex-wrap:wrap}.cp-cycle-pill{display:flex;align-items:center;gap:8px;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:10px 16px;font-size:12.5px;font-weight:600;cursor:pointer;margin-bottom:8px}.cp-cycle-pill:has(input:checked){border-color:var(--color-primary);background:#f7faf3}.cp-cycle-pill input{accent-color:var(--color-primary)}.save-tag{font-size:9.5px;font-weight:800;background:#dcfce7;color:#16a34a;padding:2px 7px;border-radius:var(--radius-full)}.cp-row-thirds{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.cp-row-thirds .panel{margin-bottom:0;height:100%}@media (max-width:900px){.cp-row-thirds{grid-template-columns:1fr}}.cp-amount-line{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:12.5px;padding:6px 0}.cp-amount-line.discount{color:#16a34a}.cp-amount-line.credit{color:#b45309}.cp-amount-total{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:800;padding-top:12px;margin-top:10px;border-top:1.5px solid var(--gray-200)}.cp-amount-note{font-size:11px;color:var(--text-muted);margin-top:10px;line-height:1.5}.cp-amount-error{font-size:11.5px;color:#dc2626;margin-top:6px;font-weight:600}.cp-amount-loading{opacity:.5;pointer-events:none}@media (max-width:1300px){.three-col{grid-template-columns:1fr}}.pc-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.hero-banner{background:#eef6e2;border-radius:var(--radius-lg);padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.hero-banner h2{font-size:20px;margin-bottom:8px}.hero-banner p{font-size:12.5px;color:var(--text-body);max-width:420px;line-height:1.5}.section-title{font-size:16px;margin-bottom:14px}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.plan-card{background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:18px;text-align:left;position:relative}.plan-card .icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.plan-card strong{display:block;font-size:13.5px;margin-bottom:5px}.plan-card .desc{font-size:11px;color:var(--text-muted);margin-bottom:10px;min-height:30px}.plan-card .price{font-size:15px;font-weight:800;margin-bottom:12px;color:var(--color-primary)}.calc-banner{background:#eef6e2;border-radius:var(--radius-lg);padding:18px 22px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.calc-banner .lead{display:flex;align-items:center;gap:12px;flex:1;min-width:220px}.calc-banner .lead .icon{width:36px;height:36px;border-radius:50%;background:#fff;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.calc-banner .lead strong{display:block;font-size:13px}.calc-banner .lead span{font-size:11.5px;color:var(--text-muted)}.active-promo-card img{width:100%;height:90px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:10px}.active-promo-card .title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.active-promo-card .title-row strong{font-size:13px}.active-promo-card .plan-line,.active-promo-card .end-line{font-size:11px;color:var(--text-muted);display:block;margin-bottom:4px}.active-promo-card .btn{margin-top:10px}.status-tabs{display:flex;gap:4px;border-bottom:1px solid var(--gray-200);margin-bottom:20px;overflow-x:auto}.status-tabs a{padding:10px 16px;font-size:12.5px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}.status-tabs a.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}.promo-table th{text-align:left;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);padding:0 8px 10px 0;border-bottom:1px solid var(--gray-100)}.promo-table td{padding:12px 8px 12px 0;border-bottom:1px solid var(--gray-100);vertical-align:middle;font-size:12.5px}.promo-table tr:last-child td{border-bottom:none}.promo-cell{display:flex;align-items:center;gap:10px}.promo-cell img{width:42px;height:42px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.promo-cell strong{font-size:12.5px;display:block}.promo-cell span.id{font-size:10.5px;color:var(--text-muted)}.status-pill.active{background:#dcfce7;color:#16a34a}.status-pill.scheduled{background:#dbeafe;color:#2563eb}.status-pill.expired{background:var(--gray-100);color:var(--text-muted)}.status-pill.cancelled{background:#fee2e2;color:#dc2626}@media (max-width:1300px){.pc-layout{grid-template-columns:1fr}.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.plans-grid{grid-template-columns:1fr}.hero-banner{flex-direction:column;align-items:flex-start}}.cp-page-layout{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.footer-nav-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.tip-note{background:#eef6e2;border-radius:var(--radius-md);padding:12px 16px;font-size:12px;color:var(--text-body);display:flex;align-items:center;gap:9px;margin-bottom:18px}.tip-note svg{color:var(--color-primary);flex-shrink:0}.plan-card.cp-selectable{cursor:pointer}.plan-card.cp-selectable input{position:absolute;top:14px;right:14px;width:16px;height:16px;accent-color:var(--color-primary)}.plan-card.cp-selectable:has(input:checked){border-color:var(--color-primary);background:#f7faf3}.sum-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--gray-100);font-size:12.5px}.sum-row:last-of-type{border-bottom:none}.sum-row span.label{color:var(--text-muted)}.sum-row .val{font-weight:700}.cp-total-row{display:flex;justify-content:space-between;padding-top:12px;margin-top:4px;border-top:1px solid var(--gray-200);font-size:14px;font-weight:800}.cp-total-row .val{color:var(--color-primary)}.benefit-list li{display:flex;align-items:center;gap:8px;font-size:12.5px;margin-bottom:10px}.benefit-list li svg{color:#16a34a;flex-shrink:0}@media (max-width:1300px){.cp-page-layout{grid-template-columns:1fr}}@media (max-width:640px){.footer-nav-row{flex-direction:column;gap:12px;align-items:stretch}}.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.type-card{position:relative;background:#fff;border:2px solid var(--gray-200);border-radius:var(--radius-lg);padding:16px;text-align:center}.type-card .icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.type-card strong{display:block;font-size:13px;margin-bottom:6px}.type-card .price{font-size:15px;font-weight:700;color:var(--color-primary)}@media (max-width:1300px){.type-grid{grid-template-columns:repeat(2,1fr)}}.queue-layout{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start}.queue-layout .panel{margin-bottom:0}.detail-panel{position:sticky;top:20px}.detail-panel-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.detail-panel-head .close-btn{color:var(--text-muted);background:none;border:none;cursor:pointer;padding:2px}.detail-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-primary);flex-shrink:0}.detail-title{font-size:15px;font-weight:800;margin-bottom:4px}.detail-meta{font-size:11px;color:var(--text-muted)}.detail-tabs{display:flex;gap:4px;border-bottom:1px solid var(--gray-100);margin:14px 0;overflow-x:auto}.detail-tabs a{padding:8px 4px;margin-right:14px;font-size:12px;font-weight:700;color:var(--text-muted);border-bottom:2px solid transparent;white-space:nowrap}.detail-tabs a.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.detail-row{display:flex;flex-direction:column;gap:2px;padding:9px 0;border-bottom:1px solid var(--gray-100)}.detail-row:last-child{border-bottom:none}.detail-row .k{font-size:10.5px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.02em}.detail-row .v{font-size:13px;color:var(--text-heading)}.detail-actions{margin-top:16px;padding-top:16px;border-top:1px solid var(--gray-100);display:flex;flex-direction:column;gap:8px}.detail-actions .qa-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:2px}.qa-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px 14px;border-radius:var(--radius-md);font-size:12.5px;font-weight:700;cursor:pointer;border:1px solid var(--gray-200);background:#fff;color:var(--text-body)}.qa-btn.qa-primary{background:#16a34a;border-color:#16a34a;color:#fff}.qa-btn.qa-danger{border-color:#fecaca;color:#dc2626;background:#fff}.qa-btn.qa-outline{border-color:var(--color-primary);color:var(--color-primary)}.detail-empty{text-align:center;padding:40px 10px;color:var(--text-muted);font-size:12.5px}.thumb-cell{display:flex;align-items:center;gap:10px}.thumb-cell img{width:40px;height:40px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--gray-100)}.thumb-cell strong{font-size:12.5px;display:block}.thumb-cell span.id{font-size:10.5px;color:var(--text-muted)}.type-tag{font-size:10.5px;font-weight:700;padding:3px 9px;border-radius:var(--radius-full);display:inline-block}.type-tag.new{background:#ede9fe;color:#7c3aed}.type-tag.updated{background:#fef3c7;color:#d97706}.doc-icons{display:flex;align-items:center;gap:4px}.doc-icons .doc-ico{width:24px;height:24px;border-radius:5px;background:var(--gray-100);color:var(--text-muted);display:flex;align-items:center;justify-content:center}.doc-icons .doc-more{font-size:10.5px;font-weight:700;color:var(--text-muted)}.thumb-strip{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.thumb-strip img{width:52px;height:52px;border-radius:var(--radius-sm);object-fit:cover}.thumb-strip .more{width:52px;height:52px;border-radius:var(--radius-sm);background:var(--gray-100);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}@media (max-width:1300px){.queue-layout{grid-template-columns:1fr}.detail-panel{position:static}}@media (max-width:640px){.type-grid{grid-template-columns:1fr}}body[data-theme="brand"]{--fs-xs:0.9rem;--fs-sm:0.975rem;--fs-base:1.125rem;--fs-md:1.2rem;--fs-lg:1.35rem;--fs-xl:1.65rem;--fs-2xl:2.1rem;--fs-3xl:2.7rem;--fs-4xl:3.6rem}body[data-theme="brand"] h1,body[data-theme="brand"] h2,body[data-theme="brand"] h3,body[data-theme="brand"] h4,body[data-theme="brand"] h5,body[data-theme="brand"] h6{font-weight:800}body[data-theme="brand"] .btn{font-size:17px;font-weight:800}body[data-theme="brand"] .btn-sm{font-size:15.5px}body[data-theme="brand"] .btn-lg{font-size:17.5px}body[data-theme="brand"] .badge{font-weight:700}body[data-theme="brand"] .badge-coming-soon{font-size:0.825rem}body[data-theme="brand"] .card-link{font-weight:700}body[data-theme="brand"] .stat-card-icon{font-size:1.5rem}body[data-theme="brand"] .stat-card-value{font-weight:800}body[data-theme="brand"] .stat-card-trend{font-weight:700}body[data-theme="brand"] .field label{font-weight:700}body[data-theme="brand"] .hint{font-size:13px}body[data-theme="brand"] .table th{font-weight:700}body[data-theme="brand"] .auth-tab{font-weight:700}body[data-theme="brand"] .auth-footer-link a{font-weight:700}body[data-theme="brand"] .register-choice-card .title{font-weight:800}body[data-theme="brand"] .register-choice-card.active::after{font-size:13px;font-weight:800}body[data-theme="brand"] .auth-split-form-panel h1,body[data-theme="brand"] .auth-form-panel h1{font-size:25px}body[data-theme="brand"] .auth-split-form-panel .auth-subtitle,body[data-theme="brand"] .auth-form-panel .sub{font-size:15.5px}body[data-theme="brand"] .or-divider{font-size:14px}body[data-theme="brand"] .back-link{font-size:15px;font-weight:800}body[data-theme="brand"] .why-badge{font-size:13px;font-weight:900}body[data-theme="brand"] .auth-info-panel h2{font-size:25px}body[data-theme="brand"] .auth-info-panel .sub{font-size:15.5px}body[data-theme="brand"] .auth-feature-row .title{font-weight:800}body[data-theme="brand"] .auth-featured-card .head-row h4{font-size:16px}body[data-theme="brand"] .auth-featured-card .head-row a{font-size:14px;font-weight:800}body[data-theme="brand"] .auth-featured-item .cat{font-size:0.825rem;font-weight:700}body[data-theme="brand"] .auth-featured-item .name{font-weight:800}body[data-theme="brand"] .auth-featured-item .price{font-weight:900}body[data-theme="brand"] .auth-featured-item .rating{font-size:11.5px}body[data-theme="brand"] .cat-mini-item .name{font-size:13px;font-weight:800}body[data-theme="brand"] .cat-mini-item .count{font-size:12px;font-weight:800}body[data-theme="brand"] .req-title{font-size:14px;font-weight:800}body[data-theme="brand"] .req-list li{font-size:14px}body[data-theme="brand"] .email-box .left{font-size:15px;font-weight:800}body[data-theme="brand"] .email-box a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .resend-box .title{font-size:15px;font-weight:800}body[data-theme="brand"] .resend-box ul li{font-size:14.5px}body[data-theme="brand"] .auth-info-eyebrow{font-weight:800}body[data-theme="brand"] .social-login-btn{font-weight:700}body[data-theme="brand"] .field-label-row label{font-weight:700}body[data-theme="brand"] .field-label-row a{font-weight:700}body[data-theme="brand"] .register-eyebrow{font-weight:800}body[data-theme="brand"] .account-type-card .title{font-weight:800}body[data-theme="brand"] .account-type-card .check{font-size:0.75rem}body[data-theme="brand"] .register-trust-strip .title{font-weight:800}body[data-theme="brand"] .form-card h2{font-size:23px}body[data-theme="brand"] .form-card .sub{font-size:15px}body[data-theme="brand"] .form-card .hint{font-size:13px}body[data-theme="brand"] .phone-row input{font-size:15.5px}body[data-theme="brand"] .phone-flag{font-size:15.5px;font-weight:800}body[data-theme="brand"] .form-footer-link{font-size:15px}body[data-theme="brand"] .form-footer-link a{font-weight:800}body[data-theme="brand"] .hero p.lead{font-size:18.5px}body[data-theme="brand"] .hero-search-field input,body[data-theme="brand"] .hero-search-field select{font-size:16px}body[data-theme="brand"] .hero-search button{font-size:16px;font-weight:800}body[data-theme="brand"] .hero-popular{font-size:15px}body[data-theme="brand"] .hero-popular a{font-size:14.5px;font-weight:600}body[data-theme="brand"] .section-header h2{font-size:31px}body[data-theme="brand"] .section-header p{font-size:16px}body[data-theme="brand"] .section-link{font-size:16px;font-weight:800}body[data-theme="brand"] .category-tile .name{font-size:15px;font-weight:800}body[data-theme="brand"] .listing-badge{font-size:12.5px;font-weight:900}body[data-theme="brand"] .listing-card-body .title{font-size:16px;font-weight:800}body[data-theme="brand"] .listing-card-body .vendor{font-size:14px}body[data-theme="brand"] .listing-price{font-size:18px;font-weight:900}body[data-theme="brand"] .listing-price span{font-size:14px;font-weight:600}body[data-theme="brand"] .listing-rating{font-size:14.5px;font-weight:800}body[data-theme="brand"] .listing-rating .count{font-weight:600}body[data-theme="brand"] .steps-panel p.lead{font-size:17px}body[data-theme="brand"] .step-item .num{font-size:17px;font-weight:900}body[data-theme="brand"] .step-item .title{font-size:16px;font-weight:800}body[data-theme="brand"] .step-item .desc{font-size:15px}body[data-theme="brand"] .steps-media-badge{font-size:15px;font-weight:900}body[data-theme="brand"] .why-band h2{font-size:31px}body[data-theme="brand"] .why-band .lead{font-size:17px}body[data-theme="brand"] .why-item .title{font-size:16px;font-weight:800}body[data-theme="brand"] .why-item .desc{font-size:14px}body[data-theme="brand"] .testimonial-card .quote-mark{font-size:48px;font-weight:900}body[data-theme="brand"] .testimonial-card .quote-text{font-size:16px}body[data-theme="brand"] .testimonial-card .avatar{font-size:17px;font-weight:800}body[data-theme="brand"] .testimonial-card .author-name{font-size:15.5px;font-weight:800}body[data-theme="brand"] .testimonial-card .author-role{font-size:14px}body[data-theme="brand"] .cta-banner h2{font-size:33.5px}body[data-theme="brand"] .cta-banner p{font-size:17px}body[data-theme="brand"] .newsletter-strip strong{font-size:19px}body[data-theme="brand"] .newsletter-strip .sub{font-size:15px}body[data-theme="brand"] .newsletter-form input{font-size:16px}body[data-theme="brand"] .filter-group-title{font-weight:800}body[data-theme="brand"] .result-card-body .title{font-weight:700}body[data-theme="brand"] .result-card-body .price{font-weight:800}body[data-theme="brand"] .result-rating{font-size:14.5px;font-weight:800}body[data-theme="brand"] .result-rating .count{font-weight:600}body[data-theme="brand"] .avail-badge{font-size:12.5px;font-weight:800}body[data-theme="brand"] .compare-bar #compare-bar-count{font-weight:700}body[data-theme="brand"] .pagination .current{font-weight:800}body[data-theme="brand"] .industries-hero-row h1{font-size:38.5px}body[data-theme="brand"] .industries-hero-row>div:first-child>p{font-size:17px}body[data-theme="brand"] .hero-search-box input{font-size:16px}body[data-theme="brand"] .hero-stats-float .value{font-size:17px;font-weight:900}body[data-theme="brand"] .hero-stats-float .label{font-size:12.5px}body[data-theme="brand"] .industry-card .title{font-size:17px;font-weight:900}body[data-theme="brand"] .industry-card .count{font-size:13px}body[data-theme="brand"] .cta-band-text h3{font-size:19px}body[data-theme="brand"] .cta-band-text p{font-size:15px}body[data-theme="brand"] .avatar-stack span{font-size:13px;font-weight:900}body[data-theme="brand"] .cta-band-right .assist-text{font-size:14.5px}body[data-theme="brand"] .location-card .title{font-size:17px;font-weight:800}body[data-theme="brand"] .location-card .count{font-size:14px}body[data-theme="brand"] .trust-strip .title{font-size:15px;font-weight:800}body[data-theme="brand"] .trust-strip .subtitle{font-size:13px}body[data-theme="brand"] .banner-top h1{font-size:31px}body[data-theme="brand"] .banner-top p{font-size:15.5px}body[data-theme="brand"] .banner-stats .value{font-size:17px;font-weight:900}body[data-theme="brand"] .banner-stats .label{font-size:12.5px}body[data-theme="brand"] .sec-head h3{font-size:19px}body[data-theme="brand"] .sec-head a{font-size:15px;font-weight:800}body[data-theme="brand"] .cat-tile .name{font-size:15px;font-weight:800}body[data-theme="brand"] .cat-tile .count{font-size:13px}body[data-theme="brand"] .usecase-card .title{font-size:15px;font-weight:900}body[data-theme="brand"] .usecase-card .count{font-size:12.5px}body[data-theme="brand"] .vendor-card .avatar{font-size:11px;font-weight:900}body[data-theme="brand"] .vendor-card .name{font-size:15.5px;font-weight:800}body[data-theme="brand"] .vendor-card .rating{font-size:14.5px;font-weight:800}body[data-theme="brand"] .vendor-card .meta{font-size:13px}body[data-theme="brand"] .cta-band-light h3{font-size:18px}body[data-theme="brand"] .cta-band-light p{font-size:15px}body[data-theme="brand"] .vendor-avatar{font-size:13px;font-weight:900}body[data-theme="brand"] .vendor-name-row h1{font-size:29px}body[data-theme="brand"] .vendor-meta-row{font-size:15px}body[data-theme="brand"] .vendor-meta-row .stars{font-weight:800}body[data-theme="brand"] .top-rated-badge{font-weight:800}body[data-theme="brand"] .pill-row .pill{font-size:14px;font-weight:700}body[data-theme="brand"] .stat-item .value{font-size:21.5px;font-weight:900}body[data-theme="brand"] .stat-item .label{font-size:14px}body[data-theme="brand"] .tab{font-size:16px;font-weight:800}body[data-theme="brand"] .about-text h3{font-size:20.5px}body[data-theme="brand"] .about-text p{font-size:15.5px}body[data-theme="brand"] .about-feature .title{font-size:15px;font-weight:800}body[data-theme="brand"] .about-feature .sub{font-size:13px}body[data-theme="brand"] .about-photo-thumbs .th.more{font-size:12px;font-weight:800}body[data-theme="brand"] .gallery-lightbox-caption{font-size:15.5px}body[data-theme="brand"] .side-box h4{font-size:16px}body[data-theme="brand"] .side-box .contact-row{font-size:15px}body[data-theme="brand"] .hours-row{font-size:14.5px}body[data-theme="brand"] .hours-row .day{font-weight:700}body[data-theme="brand"] .perf-row{font-size:15px}body[data-theme="brand"] .perf-row .val{font-weight:900}body[data-theme="brand"] .section-head h3{font-size:20.5px}body[data-theme="brand"] .section-head a{font-size:15px;font-weight:800}body[data-theme="brand"] .bottom-trust .title{font-size:15px;font-weight:800}body[data-theme="brand"] .bottom-trust .sub{font-size:13px}body[data-theme="brand"] .page-head-row h1{font-size:26.5px}body[data-theme="brand"] .page-head-row .sub{font-size:15px}body[data-theme="brand"] .compare-table .row-label-col{font-size:15px;font-weight:800}body[data-theme="brand"] .compare-table .item-name{font-size:15.5px;font-weight:800}body[data-theme="brand"] .compare-table .item-vendor{font-size:14px}body[data-theme="brand"] .compare-table .item-rating{font-size:14px;font-weight:800}body[data-theme="brand"] .compare-table .item-price{font-size:18px;font-weight:900}body[data-theme="brand"] .compare-table .value-cell{font-size:15px;font-weight:700}body[data-theme="brand"] .compare-table .value-cell.green{font-weight:800}body[data-theme="brand"] .sidebar-box h4{font-size:17.5px}body[data-theme="brand"] .sidebar-box .sub{font-size:14.5px}body[data-theme="brand"] .sidebar-box.tip-box p{font-size:14.5px}body[data-theme="brand"] .sidebar-box.tip-box a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .why-row .title{font-size:15px;font-weight:800}body[data-theme="brand"] .why-row .desc{font-size:14px}body[data-theme="brand"] .help-box p{font-size:14.5px}body[data-theme="brand"] .recent-item .name{font-size:14.5px;font-weight:800}body[data-theme="brand"] .recent-item .vendor{font-size:12.5px}body[data-theme="brand"] .recent-item .price{font-size:14px;font-weight:800}body[data-theme="brand"] .recent-item .rating{font-size:12.5px}body[data-theme="brand"] .view-all-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .promo-sidebar h3{font-size:18px}body[data-theme="brand"] .promo-nav-item{font-size:15.5px;font-weight:800}body[data-theme="brand"] .filter-box h4{font-size:17px}body[data-theme="brand"] .filter-field label{font-size:14.5px;font-weight:800}body[data-theme="brand"] .filter-field select,body[data-theme="brand"] .filter-field input{font-size:15px}body[data-theme="brand"] .limited-badge{font-size:13px;font-weight:900}body[data-theme="brand"] .promo-hero h2{font-size:36px}body[data-theme="brand"] .promo-hero p{font-size:16px}body[data-theme="brand"] .off-badge .up-to{font-size:11px;font-weight:800}body[data-theme="brand"] .off-badge .num{font-size:24px;font-weight:900}body[data-theme="brand"] .off-badge .off{font-size:11px;font-weight:800}body[data-theme="brand"] .promo-type .title{font-size:14.5px;font-weight:800}body[data-theme="brand"] .promo-type .sub{font-size:12.5px}body[data-theme="brand"] .sec-head h3{font-size:20.5px}body[data-theme="brand"] .sec-head a{font-size:15px;font-weight:800}body[data-theme="brand"] .off-tag{font-size:13px;font-weight:900}body[data-theme="brand"] .promo-card-body .title{font-size:15px;font-weight:800}body[data-theme="brand"] .promo-card-body .sub{font-size:13px}body[data-theme="brand"] .promo-meta-row{font-size:12.5px}body[data-theme="brand"] .newsletter-band h3{font-size:20.5px}body[data-theme="brand"] .newsletter-band p{font-size:15px}body[data-theme="brand"] .newsletter-band input{font-size:15.5px}body[data-theme="brand"] .eyebrow{font-size:15px;font-weight:900}body[data-theme="brand"] .page-head h1{font-size:41px}body[data-theme="brand"] .page-head .sub{font-size:17px}body[data-theme="brand"] .page-head .sub a{font-weight:800}body[data-theme="brand"] .faq-search input{font-size:17px}body[data-theme="brand"] .cat-panel h3{font-size:19px}body[data-theme="brand"] .cat-item{font-size:15.5px;font-weight:800}body[data-theme="brand"] .cat-item .count{font-size:13px;font-weight:800}body[data-theme="brand"] .help-box h4{font-size:17.5px}body[data-theme="brand"] .help-box p{font-size:15px}body[data-theme="brand"] .accordion-head{font-size:16px;font-weight:800}body[data-theme="brand"] .accordion-body{font-size:15.5px}body[data-theme="brand"] .support-item strong{font-size:16px}body[data-theme="brand"] .support-item .sub{font-size:14.5px}body[data-theme="brand"] .support-item .link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .contact-layout h1{font-size:36px}body[data-theme="brand"] .contact-layout p.desc{font-size:17px}body[data-theme="brand"] .contact-info-item strong{font-size:17px}body[data-theme="brand"] .contact-info-item .line{font-size:15px}body[data-theme="brand"] .contact-info-item .sub{font-size:14px}body[data-theme="brand"] .contact-form-card h3{font-size:21.5px}body[data-theme="brand"] .contact-form-card .sub{font-size:15px}body[data-theme="brand"] .contact-form-card .field label{font-size:15px;font-weight:800}body[data-theme="brand"] .contact-form-card input,body[data-theme="brand"] .contact-form-card select,body[data-theme="brand"] .contact-form-card textarea{font-size:15.5px}body[data-theme="brand"] .char-count{font-size:13px}body[data-theme="brand"] .secure-note{font-size:14px}body[data-theme="brand"] .form-alert{font-size:15px}body[data-theme="brand"] .office-box h4{font-size:18px}body[data-theme="brand"] .office-box address{font-size:15.5px}body[data-theme="brand"] .qa-head h2{font-size:26.5px}body[data-theme="brand"] .qa-head p{font-size:15.5px}body[data-theme="brand"] .qa-item .title{font-size:15px;font-weight:800}body[data-theme="brand"] .qa-item .desc{font-size:13px}body[data-theme="brand"] .cta-band h3{font-size:19px}body[data-theme="brand"] .cta-band p{font-size:15px}body[data-theme="brand"] .pricing-head h1{font-size:36px}body[data-theme="brand"] .pricing-head p.sub{font-size:16px}body[data-theme="brand"] .toggle-seg button{font-size:15px;font-weight:800}body[data-theme="brand"] .toggle-seg button .sub{font-size:11.5px;font-weight:600}body[data-theme="brand"] .currency-select{font-size:15px}body[data-theme="brand"] .currency-select select{font-weight:800}body[data-theme="brand"] .info-mini .title{font-size:14.5px;font-weight:800}body[data-theme="brand"] .info-mini .sub{font-size:12.5px}body[data-theme="brand"] .popular-badge{font-size:12.5px;font-weight:900}body[data-theme="brand"] .price-card .plan-name{font-size:18px}body[data-theme="brand"] .price-card .price{font-size:29px;font-weight:900}body[data-theme="brand"] .price-card .price .period{font-size:15.5px;font-weight:600}body[data-theme="brand"] .price-card .plan-desc{font-size:14px}body[data-theme="brand"] .price-card .features li{font-size:14.5px}body[data-theme="brand"] .help-band h3{font-size:18px}body[data-theme="brand"] .help-band p{font-size:15px}body[data-theme="brand"] .tags span{font-size:15px;font-weight:700}body[data-theme="brand"] .intro-layout h1{font-size:38.5px}body[data-theme="brand"] .intro-layout p.desc{font-size:17px}body[data-theme="brand"] .intro-stats .value{font-size:26.5px;font-weight:900}body[data-theme="brand"] .intro-stats .label{font-size:14px}body[data-theme="brand"] .info-note{font-size:15px}body[data-theme="brand"] .how-head h2{font-size:31px}body[data-theme="brand"] .step-num{font-size:12.5px;font-weight:900}body[data-theme="brand"] .step-col .title{font-size:16px;font-weight:800}body[data-theme="brand"] .step-col .desc{font-size:14.5px}body[data-theme="brand"] .about-why-band h2{font-size:26.5px}body[data-theme="brand"] .about-why-item .title{font-size:15px;font-weight:800}body[data-theme="brand"] .about-why-item .desc{font-size:13px}body[data-theme="brand"] .trusted-band h3{font-size:20.5px}body[data-theme="brand"] .trusted-item{font-size:15px;font-weight:700}body[data-theme="brand"] .testi-head h2{font-size:26.5px}body[data-theme="brand"] .testi-card p{font-size:15px}body[data-theme="brand"] .testi-card .avatar{font-size:15px;font-weight:800}body[data-theme="brand"] .testi-card .author-name{font-size:15px;font-weight:800}body[data-theme="brand"] .testi-card .author-role{font-size:13px}body[data-theme="brand"] .cta-band-light h3{font-size:18px}body[data-theme="brand"] .cta-band-light p{font-size:15px}body[data-theme="brand"] .vendor-hero h1{font-size:38.5px}body[data-theme="brand"] .vendor-hero p.desc{font-size:17px}body[data-theme="brand"] .check-item{font-size:15.5px;font-weight:700}body[data-theme="brand"] .float-badge .name{font-size:12.5px;font-weight:800}body[data-theme="brand"] .float-badge .meta{font-size:11.5px}body[data-theme="brand"] .center-head h2{font-size:29px}body[data-theme="brand"] .why-vendor-item .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .why-vendor-item .desc{font-size:14px}body[data-theme="brand"] .hiw-num{font-size:18px;font-weight:900}body[data-theme="brand"] .hiw-col .title{font-size:15px;font-weight:800}body[data-theme="brand"] .hiw-col .desc{font-size:13px}body[data-theme="brand"] .join-card .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .join-card .desc{font-size:14px}body[data-theme="brand"] .cta-band .sub-note{font-size:13px}body[data-theme="brand"] .faq-item .head{font-size:15.5px;font-weight:800}body[data-theme="brand"] .faq-item .body{font-size:15px}body[data-theme="brand"] .view-all-faq a{font-size:15.5px;font-weight:800}body[data-theme="brand"] .testi-hero h1{font-size:36px}body[data-theme="brand"] .testi-hero p{font-size:16px}body[data-theme="brand"] .testi-stats-row .value{font-size:24px;font-weight:900}body[data-theme="brand"] .testi-stats-row .label{font-size:14px}body[data-theme="brand"] .testi-card .quote-mark{font-size:36px;font-weight:900}body[data-theme="brand"] .testi-card p{font-size:15px}body[data-theme="brand"] .testi-card .author-name{font-size:15px;font-weight:800}body[data-theme="brand"] .testi-card .author-role{font-size:13px}body[data-theme="brand"] .overall-rating .num{font-size:36px;font-weight:900}body[data-theme="brand"] .overall-rating .based{font-size:13px}body[data-theme="brand"] .bar-row{font-size:13px}body[data-theme="brand"] .see-all-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .love-list li{font-size:14.5px}body[data-theme="brand"] .blog-hero h1{font-size:36px}body[data-theme="brand"] .blog-hero p{font-size:17px}body[data-theme="brand"] .blog-toolbar .count{font-size:15px}body[data-theme="brand"] .blog-toolbar select{font-size:15px;font-weight:700}body[data-theme="brand"] .post-cat-tag{font-size:12px;font-weight:900}body[data-theme="brand"] .post-card-body .title{font-size:17px}body[data-theme="brand"] .post-card-body .excerpt{font-size:14.5px}body[data-theme="brand"] .post-meta-row{font-size:13px}body[data-theme="brand"] .read-more{font-size:14.5px;font-weight:800}body[data-theme="brand"] .pagination a,body[data-theme="brand"] .pagination span.ellipsis,body[data-theme="brand"] .pagination span.current{font-size:15px;font-weight:800}body[data-theme="brand"] .sidebar-box h4{font-size:17.5px}body[data-theme="brand"] .sidebar-search input{font-size:15px}body[data-theme="brand"] .cat-row{font-size:15px}body[data-theme="brand"] .cat-row.active,body[data-theme="brand"] a.cat-row.active{font-weight:800}body[data-theme="brand"] .cat-row .count{font-size:13px}body[data-theme="brand"] .view-all-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .filter-head-row a{font-size:14px;font-weight:800}body[data-theme="brand"] .filter-sub{font-size:14.5px;font-weight:800}body[data-theme="brand"] .sidebar-box .checkbox-row{font-size:14.5px}body[data-theme="brand"] .sidebar-box .checkbox-row .count{font-size:13px}body[data-theme="brand"] .sort-select-box{font-size:15px}body[data-theme="brand"] .newsletter-box p{font-size:14.5px}body[data-theme="brand"] .newsletter-box input{font-size:15px}body[data-theme="brand"] .newsletter-box .note{font-size:12.5px}body[data-theme="brand"] .post-title{font-size:32.5px}body[data-theme="brand"] .post-meta-left{font-size:15px}body[data-theme="brand"] .post-share{font-size:15px}body[data-theme="brand"] .post-body h2{font-size:21.5px}body[data-theme="brand"] .post-body p{font-size:16px}body[data-theme="brand"] .inline-cta h4{font-size:17.5px}body[data-theme="brand"] .inline-cta p{font-size:15px}body[data-theme="brand"] .pn-card .label{font-size:12.5px}body[data-theme="brand"] .pn-card .title{font-size:15px;font-weight:800}body[data-theme="brand"] .related-item .tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .related-item .title{font-size:14.5px;font-weight:800}body[data-theme="brand"] .related-item .date{font-size:12.5px}body[data-theme="brand"] .careers-hero h1{font-size:36px}body[data-theme="brand"] .careers-hero p{font-size:17px}body[data-theme="brand"] .jobs-head{font-size:24px}body[data-theme="brand"] .filter-bar-field input,body[data-theme="brand"] .filter-bar-field select{font-size:15.5px}body[data-theme="brand"] .open-positions{font-size:15px;font-weight:700}body[data-theme="brand"] .job-card .title{font-size:18px}body[data-theme="brand"] .job-meta{font-size:14px}body[data-theme="brand"] .job-card .desc{font-size:15px}body[data-theme="brand"] .why-row .title{font-size:15px;font-weight:800}body[data-theme="brand"] .why-row .desc{font-size:14px}body[data-theme="brand"] .cv-box p{font-size:14.5px}body[data-theme="brand"] .insta-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .help-hero h1{font-size:36px}body[data-theme="brand"] .help-hero p{font-size:17px}body[data-theme="brand"] .help-search-box input{font-size:16px}body[data-theme="brand"] .center-head h2{font-size:26.5px}body[data-theme="brand"] .center-head p{font-size:15.5px}body[data-theme="brand"] .topic-card .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .topic-card .desc{font-size:13px}body[data-theme="brand"] .topic-card .count{font-size:14.5px;font-weight:800}body[data-theme="brand"] .articles-head{font-size:24px}body[data-theme="brand"] .article-row .left{font-size:15.5px;font-weight:700}body[data-theme="brand"] .support-item strong{font-size:15.5px}body[data-theme="brand"] .support-item .sub{font-size:13px}body[data-theme="brand"] .support-item .link{font-size:13px;font-weight:800}body[data-theme="brand"] .sitemap-card h4{font-size:16px}body[data-theme="brand"] .sitemap-card ul li a{font-size:15px}body[data-theme="brand"] .cat-mini-card h4{font-size:15.5px}body[data-theme="brand"] .cat-mini-card a.view{font-size:14px;font-weight:800}body[data-theme="brand"] .cat-mini-card .cat-mini-item .name{font-size:12.5px}body[data-theme="brand"] .blank-content h1{font-size:33.5px}body[data-theme="brand"] .cms-page-body h3{font-size:19px}body[data-theme="brand"] .cms-page-body p{font-size:16px}body[data-theme="brand"] .cms-page-body h4{font-size:16px}body[data-theme="brand"] .cms-page-body ul,body[data-theme="brand"] .cms-page-body ol{font-size:16px}body[data-theme="brand"] .cms-page-body table{font-size:14.5px}body[data-theme="brand"] .site-header .brand{font-size:23px;font-weight:900}body[data-theme="brand"] .header-location{font-size:15px;font-weight:700}body[data-theme="brand"] .header-search input{font-size:15.5px}body[data-theme="brand"] .header-nav-link,body[data-theme="brand"] .header-nav a{font-size:16px;font-weight:700}body[data-theme="brand"] .header-icon-badge{font-size:12px;font-weight:900}body[data-theme="brand"] .header-logout-form button{font-weight:700}body[data-theme="brand"] .nav-dropdown-trigger{font-size:16px;font-weight:700}body[data-theme="brand"] .nav-dropdown-panel a{font-size:15.5px;font-weight:600}body[data-theme="brand"] .nav-dropdown-viewall{font-weight:800}body[data-theme="brand"] .nav-dropdown-trigger.pill{font-size:15px}body[data-theme="brand"] .site-footer .brand,body[data-theme="brand"] .site-footer .footer-brand-name{font-size:21.5px;font-weight:900}body[data-theme="brand"] .site-footer .footer-grid>div>p{font-size:15px}body[data-theme="brand"] .site-footer h4{font-size:15.5px}body[data-theme="brand"] .site-footer a{font-size:15px}body[data-theme="brand"] .app-badge .txt .small{font-size:10px}body[data-theme="brand"] .app-badge .txt .big{font-size:15px;font-weight:800}body[data-theme="brand"] .site-footer .footer-bottom{font-size:14.5px}body[data-theme="brand"] .footer-selects .sel{font-size:14.5px}body[data-theme="brand"] .breadcrumb{font-size:15px}body[data-theme="brand"] .breadcrumb .current{font-weight:700}body[data-theme="brand"] .top-actions button{font-size:15px;font-weight:700}body[data-theme="brand"] .star-rating{font-weight:800}body[data-theme="brand"] .star-rating .count{font-weight:500}body[data-theme="brand"] .trust-item .title{font-weight:700}body[data-theme="brand"] .thumb-more{font-size:13px;font-weight:800}body[data-theme="brand"] .main-image .badge-featured{font-size:13px;font-weight:900}body[data-theme="brand"] .tab{font-size:16px;font-weight:800}body[data-theme="brand"] .desc-text{font-size:16px}body[data-theme="brand"] .feature-list li{font-size:15.5px}body[data-theme="brand"] .inline-trust .title{font-size:15px;font-weight:800}body[data-theme="brand"] .inline-trust .sub{font-size:13px}body[data-theme="brand"] .info-box h4{font-size:16px}body[data-theme="brand"] .info-box ul li{font-size:15px}body[data-theme="brand"] .info-box .policy-row .label{font-size:14.5px}body[data-theme="brand"] .info-box .policy-row .value{font-size:15px;font-weight:800}body[data-theme="brand"] .info-box .link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .info-box address{font-size:15px;font-weight:800}body[data-theme="brand"] .info-box .addr-sub{font-size:14.5px;font-weight:500}body[data-theme="brand"] .related-head h3{font-size:19px}body[data-theme="brand"] .related-head a{font-size:15px;font-weight:800}body[data-theme="brand"] .related-card .title{font-size:15px;font-weight:800}body[data-theme="brand"] .related-card .loc{font-size:13px}body[data-theme="brand"] .related-card .price{font-size:15.5px;font-weight:900}body[data-theme="brand"] .related-card .price span{font-size:13px;font-weight:600}body[data-theme="brand"] .related-card .rating{font-size:14px;font-weight:800}body[data-theme="brand"] .listing-title h1{font-size:26.5px}body[data-theme="brand"] .listing-title .cat{font-size:15.5px}body[data-theme="brand"] .rating-row{font-size:15px}body[data-theme="brand"] .rating-row .stars{font-weight:800}body[data-theme="brand"] .price-row .price{font-size:33.5px;font-weight:900}body[data-theme="brand"] .price-row .price span{font-size:15.5px;font-weight:600}body[data-theme="brand"] .deposit-row{font-size:15px}body[data-theme="brand"] .badge-pill{font-size:14px;font-weight:800}body[data-theme="brand"] .booking-box .label{font-size:15.5px;font-weight:800}body[data-theme="brand"] .date-field .field-label{font-size:12.5px;font-weight:700}body[data-theme="brand"] .date-field .field-value{font-size:14.5px;font-weight:800}body[data-theme="brand"] .date-field input{font-size:14.5px;font-weight:800}body[data-theme="brand"] .total-row .label{font-size:15px;font-weight:800}body[data-theme="brand"] .total-row .sub{font-size:13px}body[data-theme="brand"] .total-row .amount{font-size:23px;font-weight:900}body[data-theme="brand"] .vendor-box .vendor-avatar{font-size:12px;font-weight:900}body[data-theme="brand"] .vendor-name{font-size:17px;font-weight:800}body[data-theme="brand"] .vendor-rating{font-size:14.5px}body[data-theme="brand"] .vendor-meta .row{font-size:15px}body[data-theme="brand"] .dash-brand .name{font-size:20.5px;font-weight:900}body[data-theme="brand"] .dash-brand .tagline{font-size:11.5px}body[data-theme="brand"] .dash-nav a,body[data-theme="brand"] .dash-nav button{font-size:15.5px;font-weight:700}body[data-theme="brand"] .dash-nav a .nbadge{font-size:12px;font-weight:900}body[data-theme="brand"] .dash-quicklinks-label{font-size:12.5px;font-weight:900}body[data-theme="brand"] .safe-box strong{font-size:15px}body[data-theme="brand"] .safe-box p{font-size:13px}body[data-theme="brand"] .safe-box a{font-size:13px;font-weight:800}body[data-theme="brand"] .dash-search-field input{font-size:15.5px}body[data-theme="brand"] .dash-search select{font-size:15px;font-weight:700}body[data-theme="brand"] .dash-topbar-actions .icon-btn .dot-badge{font-size:11.5px;font-weight:900}body[data-theme="brand"] .user-block .avatar{font-size:15.5px;font-weight:900}body[data-theme="brand"] .user-block .name{font-size:15px;font-weight:800}body[data-theme="brand"] .user-block .role{font-size:12.5px}body[data-theme="brand"] .user-block-menu a,body[data-theme="brand"] .user-block-menu button{font-size:15px;font-weight:700}body[data-theme="brand"] .dash-content .breadcrumb{font-size:14.5px}body[data-theme="brand"] .dash-content .breadcrumb .current{font-weight:800}body[data-theme="brand"] .dash-content .page-title{font-size:29px}body[data-theme="brand"] .dash-content .page-sub{font-size:15.5px}body[data-theme="brand"] .admin-theme .stat-card .val{font-size:26.5px}body[data-theme="brand"] .vendor-theme .stat-card .val{font-size:26.5px}body[data-theme="brand"] .customer-theme .stat-card .value{font-size:26.5px}body[data-theme="brand"] .stat-card .value{font-size:26.5px;font-weight:900}body[data-theme="brand"] .stat-card .label{font-size:14.5px}body[data-theme="brand"] .stat-card .view-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .dash-panel-head h3{font-size:18.5px}body[data-theme="brand"] .dash-panel-head a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .rv-card .title,body[data-theme="brand"] .rec-card .title{font-size:15px;font-weight:800}body[data-theme="brand"] .rv-card .cat,body[data-theme="brand"] .rec-card .cat{font-size:13px}body[data-theme="brand"] .rv-card .loc,body[data-theme="brand"] .rec-card .loc{font-size:12.5px}body[data-theme="brand"] .rec-card .rating{font-size:13px;font-weight:800}body[data-theme="brand"] .dash-empty-note{font-size:15px}body[data-theme="brand"] .enq-row .title{font-size:15px;font-weight:800}body[data-theme="brand"] .enq-row .sub{font-size:13px}body[data-theme="brand"] .enq-status{font-size:12.5px;font-weight:800}body[data-theme="brand"] .dash-promo-card h3{font-size:19px}body[data-theme="brand"] .dash-promo-card p{font-size:14.5px}body[data-theme="brand"] .completion-ring-wrap strong{font-size:15px}body[data-theme="brand"] .completion-ring-wrap p{font-size:14px}body[data-theme="brand"] .notif-item .text{font-size:14px}body[data-theme="brand"] .notif-item .time{font-size:12px}body[data-theme="brand"] .qa-item .label{font-size:12.5px;font-weight:800}body[data-theme="brand"] .dash-trust-strip .title{font-size:14.5px;font-weight:800}body[data-theme="brand"] .dash-trust-strip .subtitle{font-size:12.5px}body[data-theme="brand"] .settings-nav h4{font-size:16px}body[data-theme="brand"] .settings-nav-link{font-size:15px;font-weight:700}body[data-theme="brand"] .acct-panel h3{font-size:19px}body[data-theme="brand"] .acct-panel .sub{font-size:14.5px}body[data-theme="brand"] .big-avatar{font-size:31px;font-weight:900}body[data-theme="brand"] .acct-field label{font-size:14.5px;font-weight:800}body[data-theme="brand"] .acct-field input,body[data-theme="brand"] .acct-field select,body[data-theme="brand"] .acct-field textarea{font-size:15.5px}body[data-theme="brand"] .verified-badge{font-size:12px;font-weight:900}body[data-theme="brand"] .verify-card .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .verify-card .desc{font-size:14px}body[data-theme="brand"] .verify-card .status{font-size:12.5px;font-weight:900}body[data-theme="brand"] .acct-sidebar-box h4{font-size:17px}body[data-theme="brand"] .status-icon-wrap p{font-size:14.5px}body[data-theme="brand"] .status-check-list li{font-size:14.5px}body[data-theme="brand"] .progress-row{font-size:13px}body[data-theme="brand"] .qaction-row{font-size:15px;font-weight:700}body[data-theme="brand"] .addr-item .title{font-size:15px;font-weight:800}body[data-theme="brand"] .addr-item .default-tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .addr-item .sub{font-size:13px}body[data-theme="brand"] .danger-box p{font-size:14px}body[data-theme="brand"] .notif-pref-row .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .notif-pref-row .desc{font-size:14px}body[data-theme="brand"] .conv-head h3{font-size:18px}body[data-theme="brand"] .conv-search input{font-size:14.5px}body[data-theme="brand"] .conv-search-row select{font-size:14px}body[data-theme="brand"] .conv-item .avatar{font-size:11.5px;font-weight:900}body[data-theme="brand"] .conv-item .name-row{font-size:15px;font-weight:800}body[data-theme="brand"] .conv-item .time{font-size:12px;font-weight:600}body[data-theme="brand"] .conv-item .subject{font-size:13px}body[data-theme="brand"] .conv-item .preview{font-size:13px}body[data-theme="brand"] .conv-item .unread{font-size:11.5px;font-weight:900}body[data-theme="brand"] .conv-empty{font-size:15px}body[data-theme="brand"] .chat-thread-head .avatar{font-size:11.5px;font-weight:900}body[data-theme="brand"] .chat-thread-head .name{font-size:16px;font-weight:800}body[data-theme="brand"] .chat-thread-head .online{font-size:12.5px}body[data-theme="brand"] .chat-thread-head .contact-line{font-size:12.5px}body[data-theme="brand"] .listing-mini-card .title{font-size:15px;font-weight:800}body[data-theme="brand"] .listing-mini-card .cat{font-size:12.5px}body[data-theme="brand"] .listing-mini-card .price{font-size:15.5px;font-weight:900}body[data-theme="brand"] .listing-mini-card .price span{font-size:12.5px;font-weight:600}body[data-theme="brand"] .chat-date-sep{font-size:12.5px}body[data-theme="brand"] .chat-bubble-row .avatar-sm{font-size:9.5px;font-weight:900}body[data-theme="brand"] .chat-bubble{font-size:15px}body[data-theme="brand"] .chat-time{font-size:11.5px}body[data-theme="brand"] .chat-input-row input{font-size:15px}body[data-theme="brand"] .chat-send-btn{font-size:14.5px;font-weight:800}body[data-theme="brand"] .chat-empty-state{font-size:15.5px}body[data-theme="brand"] .details-head .avatar{font-size:14.5px;font-weight:900}body[data-theme="brand"] .details-head .name{font-size:16px;font-weight:800}body[data-theme="brand"] .details-head .online{font-size:12.5px}body[data-theme="brand"] .details-section h4{font-size:14.5px}body[data-theme="brand"] .info-row{font-size:14px}body[data-theme="brand"] .info-row .value{font-weight:800}body[data-theme="brand"] .action-list-row{font-size:14.5px;font-weight:700}body[data-theme="brand"] .tab-card .label{font-size:14px}body[data-theme="brand"] .tab-card .value{font-size:23px;font-weight:900}body[data-theme="brand"] .filter-search input{font-size:15.5px}body[data-theme="brand"] .filter-row select{font-size:15px;font-weight:700}body[data-theme="brand"] .enq-table-head{font-size:13px;font-weight:800}body[data-theme="brand"] .enq-detail .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .enq-detail .desc{font-size:14px}body[data-theme="brand"] .enq-detail .id{font-size:12.5px}body[data-theme="brand"] .biz-cell .avatar{font-size:11px;font-weight:900}body[data-theme="brand"] .biz-cell .name{font-size:14.5px;font-weight:800}body[data-theme="brand"] .biz-cell .meta{font-size:12.5px}body[data-theme="brand"] .status-pill{font-size:12.5px;font-weight:800}body[data-theme="brand"] .update-cell .time{font-size:14.5px;font-weight:700}body[data-theme="brand"] .update-cell .sub{font-size:12.5px}body[data-theme="brand"] .enq-empty-state{font-size:15.5px}body[data-theme="brand"] .pagination-row button,body[data-theme="brand"] .pagination-row a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .sidebar-head-row select{font-size:14px;font-weight:700}body[data-theme="brand"] .legend-row{font-size:14.5px}body[data-theme="brand"] .legend-row .pct{font-size:13px}body[data-theme="brand"] .avg-response-value{font-size:31px;font-weight:900}body[data-theme="brand"] .avg-response-sub{font-size:14px}body[data-theme="brand"] .avg-response-trend{font-size:13px;font-weight:800}body[data-theme="brand"] .quick-filter-row{font-size:15px;font-weight:700}body[data-theme="brand"] .quick-filter-row .count{font-size:12.5px;font-weight:900}body[data-theme="brand"] .mini-action-row{font-size:15px;font-weight:700}body[data-theme="brand"] .toolbar .count{font-size:15.5px;font-weight:800}body[data-theme="brand"] .toolbar .actions{font-size:14.5px;font-weight:700}body[data-theme="brand"] .toolbar-right select{font-size:14.5px;font-weight:700}body[data-theme="brand"] .fav-cat-tag{font-size:11.5px;font-weight:800}body[data-theme="brand"] .fav-card-body .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .fav-card-body .vendor{font-size:13px}body[data-theme="brand"] .fav-card-body .loc{font-size:12.5px}body[data-theme="brand"] .fav-rating{font-size:14px;font-weight:800}body[data-theme="brand"] .fav-price{font-size:16px;font-weight:900}body[data-theme="brand"] .fav-price span{font-size:12.5px;font-weight:600}body[data-theme="brand"] .fav-actions .btn{font-size:15px}body[data-theme="brand"] .fav-empty-state{font-size:15.5px}body[data-theme="brand"] .bottom-cta h3{font-size:17.5px}body[data-theme="brand"] .bottom-cta p{font-size:14.5px}body[data-theme="brand"] .tab-pill{font-size:15px;font-weight:800}body[data-theme="brand"] .rv-thumb-wrap .time-badge{font-size:9.5px}body[data-theme="brand"] .rv-info .title{font-size:16px;font-weight:800}body[data-theme="brand"] .rv-cat-tag{font-size:11.5px;font-weight:800}body[data-theme="brand"] .rv-info .vendor{font-size:14px}body[data-theme="brand"] .rv-info .loc{font-size:12.5px}body[data-theme="brand"] .rv-price-block .price{font-size:17px;font-weight:900}body[data-theme="brand"] .rv-price-block .price span{font-size:12.5px;font-weight:600}body[data-theme="brand"] .rv-price-block .rating{font-size:13px;font-weight:800}body[data-theme="brand"] .rv-empty-state{font-size:15.5px}body[data-theme="brand"] .bottom-banner h4{font-size:16px}body[data-theme="brand"] .bottom-banner p{font-size:14px}body[data-theme="brand"] .info-row{font-size:14.5px}body[data-theme="brand"] .info-row .value{font-weight:800}body[data-theme="brand"] .pickup-item .name{font-size:13px;font-weight:800}body[data-theme="brand"] .pickup-item .price{font-size:13px;font-weight:900}body[data-theme="brand"] .preview-card .title{font-size:14.5px;font-weight:800}body[data-theme="brand"] .preview-card .vendor{font-size:12.5px}body[data-theme="brand"] .preview-card .close{font-size:14.5px}body[data-theme="brand"] .dcompare-table td{font-size:15px}body[data-theme="brand"] .dcompare-table .row-label-col{font-weight:800}body[data-theme="brand"] .dcompare-table .head-cell .item-name{font-size:15.5px;font-weight:800}body[data-theme="brand"] .dcompare-table .head-cell .vendor{font-size:13px}body[data-theme="brand"] .dcompare-table .dvalue-cell{font-weight:700}body[data-theme="brand"] .dcompare-table .dvalue-cell.good{font-weight:800}body[data-theme="brand"] .dcompare-table .dvalue-cell.warn{font-weight:800}body[data-theme="brand"] .compare-empty-state{font-size:15.5px}body[data-theme="brand"] .check-list li{font-size:14.5px}body[data-theme="brand"] .help-box p{font-size:14.5px}body[data-theme="brand"] .save-box p{font-size:14.5px}body[data-theme="brand"] .mark-read-link{font-size:15px;font-weight:800}body[data-theme="brand"] .notif-row .title{font-size:15.5px;font-weight:800}body[data-theme="brand"] .notif-row .desc{font-size:14.5px}body[data-theme="brand"] .notif-row .time{font-size:13px}body[data-theme="brand"] .search-table-head{font-size:13px;font-weight:800}body[data-theme="brand"] .search-name-cell .name{font-size:15.5px;font-weight:800}body[data-theme="brand"] .search-name-cell .criteria{font-size:13px}body[data-theme="brand"] .alerts-cell{font-size:14px}body[data-theme="brand"] .matches-badge{font-size:14.5px;font-weight:900}body[data-theme="brand"] .last-matched{font-size:14.5px}body[data-theme="brand"] .help-search-hero h2{font-size:24px}body[data-theme="brand"] .help-search-hero p{font-size:15.5px}body[data-theme="brand"] .help-search-hero .help-search-input input{font-size:16px}body[data-theme="brand"] .help-cat-card strong{font-size:15.5px}body[data-theme="brand"] .help-cat-card span{font-size:14px}body[data-theme="brand"] .support-form label{font-size:15px;font-weight:800}body[data-theme="brand"] .support-form input,body[data-theme="brand"] .support-form select,body[data-theme="brand"] .support-form textarea{font-size:15.5px}body[data-theme="brand"] .safety-banner strong{font-size:16px}body[data-theme="brand"] .safety-banner p{font-size:14.5px}body[data-theme="brand"] .chat-box p{font-size:14.5px}body[data-theme="brand"] .chat-box .status{font-size:13px}body[data-theme="brand"] .topic-list li{font-size:15px;font-weight:700}body[data-theme="brand"] .topic-list li span.tag{font-size:12.5px;font-weight:800}body[data-theme="brand"] .resource-list a{font-size:15px;font-weight:800}body[data-theme="brand"] .review-cat-tag{font-size:11.5px;font-weight:800}body[data-theme="brand"] .review-card .title{font-size:17px;font-weight:800}body[data-theme="brand"] .review-card .vendor{font-size:14px}body[data-theme="brand"] .review-card .loc{font-size:12.5px}body[data-theme="brand"] .review-text-col .text{font-size:15px}body[data-theme="brand"] .review-reply-box .head{font-size:14px;font-weight:800}body[data-theme="brand"] .review-reply-box p{font-size:14px}body[data-theme="brand"] .review-reply-box .time{font-size:12px}body[data-theme="brand"] .stars-row{font-size:15.5px}body[data-theme="brand"] .stars-row .num{font-size:15px;font-weight:800}body[data-theme="brand"] .review-date{font-size:12.5px}body[data-theme="brand"] .status-pill-review{font-size:12.5px;font-weight:800}body[data-theme="brand"] .pending-note{font-size:12px}body[data-theme="brand"] .summary-center .num{font-size:36px;font-weight:900}body[data-theme="brand"] .summary-center .sub{font-size:13px}body[data-theme="brand"] .impact-note{font-size:14px;font-weight:700}body[data-theme="brand"] .guide-box p{font-size:14.5px}body[data-theme="brand"] .guide-box a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .never-miss-box p{font-size:14.5px}body[data-theme="brand"] .section-box h3{font-size:19px}body[data-theme="brand"] .vstat-card strong{font-size:15px}body[data-theme="brand"] .vstat-card .tag{font-size:12.5px;font-weight:900}body[data-theme="brand"] .vdetail-row strong{font-size:15.5px}body[data-theme="brand"] .vdetail-row span{font-size:14px}body[data-theme="brand"] .vdetail-row .status-tag{font-size:12.5px;font-weight:900}body[data-theme="brand"] .why-verify-box h4{font-size:17px}body[data-theme="brand"] .why-verify-grid li{font-size:15px;font-weight:700}body[data-theme="brand"] .addr-search input{font-size:15.5px}body[data-theme="brand"] .addr-filter{font-size:15px;font-weight:700}body[data-theme="brand"] .addr-count{font-size:14.5px}body[data-theme="brand"] .addr-item2 .title-row{font-size:16px;font-weight:800}body[data-theme="brand"] .addr-item2 .default-tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .addr-item2 .street{font-size:15px}body[data-theme="brand"] .addr-item2 .state{font-size:14px}body[data-theme="brand"] .addr-item2 .addr-phone{font-size:14px}body[data-theme="brand"] .addr-item2 .type-tag{font-size:12.5px;font-weight:800}body[data-theme="brand"] .channel-row strong{font-size:15px}body[data-theme="brand"] .channel-row .val{font-size:13px}body[data-theme="brand"] .channel-row .verified-tag{font-size:12px;font-weight:900}body[data-theme="brand"] .pw-check-list li{font-size:14px;font-weight:700}body[data-theme="brand"] .sec-row strong{font-size:15.5px}body[data-theme="brand"] .sec-row .rec-tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .sec-row span.desc{font-size:14px}body[data-theme="brand"] .sec-row .status{font-size:13px;font-weight:900}body[data-theme="brand"] .tfa-msg{font-size:14.5px;font-weight:700}body[data-theme="brand"] .delete-row strong{font-size:15.5px}body[data-theme="brand"] .delete-row span{font-size:14px}body[data-theme="brand"] .del-item strong{font-size:15px}body[data-theme="brand"] .del-item span{font-size:13px}body[data-theme="brand"] .alt-row-full strong{font-size:15.5px}body[data-theme="brand"] .alt-row-full span{font-size:14px}body[data-theme="brand"] .dash-section-label{font-size:12px;font-weight:900}body[data-theme="brand"] .collapse-link{font-size:14.5px;font-weight:800}body[data-theme="brand"] .stat-card .val{font-size:24px;font-weight:900}body[data-theme="brand"] .stat-card .label{font-size:13px;font-weight:700}body[data-theme="brand"] .toolbar-row select{font-size:15px;font-weight:700}body[data-theme="brand"] .filter-btn{font-size:15px;font-weight:700}body[data-theme="brand"] .listing-table th{font-size:12.5px;font-weight:900}body[data-theme="brand"] .listing-cell strong{font-size:15.5px}body[data-theme="brand"] .price-cell{font-size:15.5px;font-weight:800}body[data-theme="brand"] .admin-listing-card .title{font-size:15px;font-weight:800}body[data-theme="brand"] .admin-listing-card .vendor{font-size:13px}body[data-theme="brand"] .admin-listing-card .cat{font-size:12.5px}body[data-theme="brand"] .admin-listing-card .price{font-size:15px;font-weight:800}body[data-theme="brand"] .admin-listing-card .stats{font-size:12.5px}body[data-theme="brand"] .toast-notify{font-size:15.5px;font-weight:700}body[data-theme="brand"] .modal-head h3{font-size:18px}body[data-theme="brand"] .chip-checkbox{font-size:13px;font-weight:700}body[data-theme="brand"] .row-menu-dropdown button,body[data-theme="brand"] .row-menu-dropdown a{font-size:15px;font-weight:700}body[data-theme="brand"] .tip-banner{font-size:15px;font-weight:700}body[data-theme="brand"] .metric-box .val{font-size:24px;font-weight:900}body[data-theme="brand"] .metric-box .label{font-size:14px;font-weight:700}body[data-theme="brand"] .boost-box p{font-size:14.5px}body[data-theme="brand"] .tips-list li{font-size:14.5px}body[data-theme="brand"] .step .circle{font-size:15.5px;font-weight:900}body[data-theme="brand"] .step .label strong{font-size:15px}body[data-theme="brand"] .step .label span.desc{font-size:12.5px}body[data-theme="brand"] .edit-tabs a{font-size:15px;font-weight:700}body[data-theme="brand"] .edit-tabs a.active{font-weight:800}body[data-theme="brand"] .panel h3{font-size:19px}body[data-theme="brand"] .panel .sub{font-size:14.5px}body[data-theme="brand"] .search-field input{font-size:15px}body[data-theme="brand"] .field label{font-size:15px;font-weight:800}body[data-theme="brand"] .field input,body[data-theme="brand"] .field select,body[data-theme="brand"] .field textarea{font-size:15.5px}body[data-theme="brand"] .field .char-count{font-size:12.5px}body[data-theme="brand"] .field .field-error{font-size:13px;font-weight:700}body[data-theme="brand"] .rte-btn{font-size:13px;font-weight:800}body[data-theme="brand"] .rte-editable{font-size:15.5px}body[data-theme="brand"] .field .rte-source{font-size:14.5px}body[data-theme="brand"] .rte-error{font-size:13px;font-weight:700}body[data-theme="brand"] .radio-row label{font-size:15px;font-weight:700}body[data-theme="brand"] .tag-hint{font-size:12.5px}body[data-theme="brand"] .upload-box strong{font-size:15.5px}body[data-theme="brand"] .upload-box .hint{font-size:13px}body[data-theme="brand"] .sidebar-box p.lead{font-size:14px}body[data-theme="brand"] .guide-row strong{font-size:14.5px}body[data-theme="brand"] .guide-row span{font-size:13px}body[data-theme="brand"] .radio-row-a label{font-size:15px;font-weight:700}body[data-theme="brand"] .discount-table th{font-size:13px;font-weight:900}body[data-theme="brand"] .discount-table input{font-size:15px}body[data-theme="brand"] .discount-table .pct-wrap span{font-size:14.5px}body[data-theme="brand"] .photo-tile .cover-badge{font-size:11.5px;font-weight:900}body[data-theme="brand"] .desc-tips-box ul li{font-size:14.5px}body[data-theme="brand"] .preview-price-row .price{font-size:24px;font-weight:900}body[data-theme="brand"] .preview-price-row .price span{font-size:15.5px;font-weight:700}body[data-theme="brand"] .tier-chip{font-size:13px;font-weight:800}body[data-theme="brand"] .spec-row{font-size:15px}body[data-theme="brand"] .spec-row .value{font-weight:700}body[data-theme="brand"] .preview-feat-list li{font-size:15px}body[data-theme="brand"] .missing-list li{font-size:15px;font-weight:700}body[data-theme="brand"] .safe-secure-box p{font-size:14.5px}body[data-theme="brand"] .panel-head h3{font-size:18px}body[data-theme="brand"] .panel-head a.view-all{font-size:14px;font-weight:800}body[data-theme="brand"] .score-ring-wrap .val{font-size:31px;font-weight:900}body[data-theme="brand"] .score-ring-wrap .of100{font-size:13px;font-weight:800}body[data-theme="brand"] .score-list li{font-size:14px}body[data-theme="brand"] .score-caption{font-size:14px}body[data-theme="brand"] .score-caption strong{font-size:15px}body[data-theme="brand"] .score-box a.view-full{font-size:14px;font-weight:800}body[data-theme="brand"] .stat-trend{font-size:12.5px;font-weight:800}body[data-theme="brand"] .stat-sub{font-size:12.5px}body[data-theme="brand"] .donut-legend-row{font-size:14.5px}body[data-theme="brand"] .donut-legend-row .count{font-weight:800}body[data-theme="brand"] .activity-item{font-size:14.5px}body[data-theme="brand"] .activity-item .when{font-size:12.5px}body[data-theme="brand"] .health-row{font-size:15px}body[data-theme="brand"] .health-badge{font-size:12.5px;font-weight:800}body[data-theme="brand"] .input-prefix,body[data-theme="brand"] .input-suffix{font-size:15px;font-weight:800}body[data-theme="brand"] .discount-type-card strong{font-size:15.5px}body[data-theme="brand"] .discount-type-card .sub{font-size:13px}body[data-theme="brand"] .coupon-preview-card .code{font-size:24px;font-weight:900}body[data-theme="brand"] .coupon-preview-card .off-badge{font-size:15.5px;font-weight:900}body[data-theme="brand"] .coupon-preview-card .desc{font-size:14.5px}body[data-theme="brand"] .coupon-preview-card .meta{font-size:12.5px}body[data-theme="brand"] .coupon-preview-card .active-badge{font-size:12.5px;font-weight:800}body[data-theme="brand"] .summary-row{font-size:14.5px}body[data-theme="brand"] .listing-row strong{font-size:14.5px}body[data-theme="brand"] .listing-row .cat{font-size:12.5px}body[data-theme="brand"] .listing-row .stats{font-size:12px}body[data-theme="brand"] .venq-row .avatar-c{font-size:14.5px;font-weight:900}body[data-theme="brand"] .venq-row strong{font-size:14.5px}body[data-theme="brand"] .venq-row span.desc{font-size:12.5px}body[data-theme="brand"] .vqa-card span:last-child{font-size:12.5px;font-weight:800}body[data-theme="brand"] .tips-banner .lead strong{font-size:15.5px}body[data-theme="brand"] .tip-link{font-size:14px;font-weight:700}body[data-theme="brand"] .review-row .head-line strong{font-size:14.5px}body[data-theme="brand"] .review-row .head-line .time{font-size:12.5px}body[data-theme="brand"] .review-row .stars{font-size:14.5px}body[data-theme="brand"] .review-row p{font-size:14px}body[data-theme="brand"] .review-row .on-listing{font-size:12.5px;font-weight:700}body[data-theme="brand"] .progress-ring-wrap .val{font-size:29px;font-weight:900}body[data-theme="brand"] .progress-ring-wrap .caption{font-size:15.5px;font-weight:900}body[data-theme="brand"] .progress-ring-wrap p{font-size:14px}body[data-theme="brand"] .checklist-list li{font-size:15px}body[data-theme="brand"] .checklist-list li strong{font-weight:800}body[data-theme="brand"] .checklist-list li span.status{font-size:12.5px;font-weight:500}body[data-theme="brand"] .step-row strong{font-size:16px}body[data-theme="brand"] .step-row span.desc{font-size:14px}body[data-theme="brand"] .status-tag{font-size:12.5px;font-weight:900}body[data-theme="brand"] .upload-inline input[type="file"]{font-size:14.5px}body[data-theme="brand"] .why-box h4{font-size:17px}body[data-theme="brand"] .why-list li{font-size:15px;font-weight:700}body[data-theme="brand"] .hist-table th{font-size:12.5px;font-weight:900}body[data-theme="brand"] .hist-table td{font-size:14.5px}body[data-theme="brand"] .hist-status{font-size:12px;font-weight:900}body[data-theme="brand"] .benefit-row{font-size:15px;font-weight:700}body[data-theme="brand"] .wallet-inline-form h4{font-size:17px}body[data-theme="brand"] .tx-tabs a{font-size:15px;font-weight:700}body[data-theme="brand"] .tx-tabs a.active{font-weight:800}body[data-theme="brand"] .tx-table th{font-size:12.5px;font-weight:900}body[data-theme="brand"] .tx-table td{font-size:15px}body[data-theme="brand"] .amt.credit{font-weight:800}body[data-theme="brand"] .amt.debit{font-weight:800}body[data-theme="brand"] .how-panel-head h3{font-size:18px}body[data-theme="brand"] .how-step .num{font-size:15.5px;font-weight:900}body[data-theme="brand"] .how-step strong{font-size:15.5px}body[data-theme="brand"] .how-step span{font-size:14px}body[data-theme="brand"] .legend-list .item{font-size:14px;font-weight:700}body[data-theme="brand"] .legend-list .item span.pct{font-size:12.5px;font-weight:800}body[data-theme="brand"] .pay-row strong{font-size:14.5px}body[data-theme="brand"] .pay-row span.date{font-size:12.5px}body[data-theme="brand"] .pay-row .amt-col .amt{font-size:14.5px;font-weight:800}body[data-theme="brand"] .track-note{font-size:14.5px}body[data-theme="brand"] .curr-sub-box li{font-size:14.5px}body[data-theme="brand"] .id-row{font-size:14.5px}body[data-theme="brand"] .id-row .val{font-weight:800}body[data-theme="brand"] .usage-row .top-line{font-size:14.5px}body[data-theme="brand"] .usage-row .top-line strong{font-weight:800}body[data-theme="brand"] .usage-pct{font-size:12px}body[data-theme="brand"] .invoice-box p{font-size:14.5px}body[data-theme="brand"] .billing-table th{font-size:12.5px;font-weight:900}body[data-theme="brand"] .billing-table td{font-size:15px}body[data-theme="brand"] .cp-plan-card strong{font-size:17px}body[data-theme="brand"] .cp-plan-card .desc{font-size:13px}body[data-theme="brand"] .cp-plan-card .price{font-size:18px;font-weight:900}body[data-theme="brand"] .cp-plan-card .price span{font-size:13px;font-weight:700}body[data-theme="brand"] .cp-plan-card .limit{font-size:13px}body[data-theme="brand"] .cp-plan-card .current-tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .cp-cycle-pill{font-size:15px;font-weight:700}body[data-theme="brand"] .save-tag{font-size:11.5px;font-weight:900}body[data-theme="brand"] .hero-banner h2{font-size:24px}body[data-theme="brand"] .hero-banner p{font-size:15px}body[data-theme="brand"] .section-title{font-size:19px}body[data-theme="brand"] .plan-card strong{font-size:16px}body[data-theme="brand"] .plan-card .desc{font-size:13px}body[data-theme="brand"] .plan-card .price{font-size:18px;font-weight:900}body[data-theme="brand"] .calc-banner .lead strong{font-size:15.5px}body[data-theme="brand"] .calc-banner .lead span{font-size:14px}body[data-theme="brand"] .active-promo-card .title-row strong{font-size:15.5px}body[data-theme="brand"] .active-promo-card .plan-line,body[data-theme="brand"] .active-promo-card .end-line{font-size:13px}body[data-theme="brand"] .status-tabs a{font-size:15px;font-weight:700}body[data-theme="brand"] .status-tabs a.active{font-weight:800}body[data-theme="brand"] .promo-table th{font-size:12.5px;font-weight:900}body[data-theme="brand"] .promo-table td{font-size:15px}body[data-theme="brand"] .promo-cell strong{font-size:15px}body[data-theme="brand"] .promo-cell span.id{font-size:12.5px}body[data-theme="brand"] .tip-note{font-size:14.5px}body[data-theme="brand"] .sum-row{font-size:15px}body[data-theme="brand"] .sum-row .val{font-weight:800}body[data-theme="brand"] .cp-total-row{font-size:17px;font-weight:900}body[data-theme="brand"] .benefit-list li{font-size:15px}body[data-theme="brand"] .type-card strong{font-size:15.5px}body[data-theme="brand"] .type-card .price{font-size:18px;font-weight:800}body[data-theme="brand"] .detail-avatar{font-weight:900}body[data-theme="brand"] .detail-title{font-size:18px;font-weight:900}body[data-theme="brand"] .detail-meta{font-size:13px}body[data-theme="brand"] .detail-tabs a{font-size:14.5px;font-weight:800}body[data-theme="brand"] .detail-row .k{font-size:12.5px;font-weight:800}body[data-theme="brand"] .detail-row .v{font-size:15.5px}body[data-theme="brand"] .detail-actions .qa-label{font-size:13px;font-weight:900}body[data-theme="brand"] .qa-btn{font-size:15px;font-weight:800}body[data-theme="brand"] .detail-empty{font-size:15px}body[data-theme="brand"] .thumb-cell strong{font-size:15px}body[data-theme="brand"] .thumb-cell span.id{font-size:12.5px}body[data-theme="brand"] .type-tag{font-size:12.5px;font-weight:800}body[data-theme="brand"] .doc-icons .doc-more{font-size:12.5px;font-weight:800}body[data-theme="brand"] .thumb-strip .more{font-size:13px;font-weight:800}@media (max-width:760px){body[data-theme="brand"] .vendor-name-row h1{font-size:23px}}@media (max-width:480px){body[data-theme="brand"] .page-head h1{font-size:31px}}body[data-theme="brand"] svg[aria-hidden="true"]{stroke-width:3;transform:scale(1.3)}body[data-theme="brand"] .why-item .icon svg[aria-hidden="true"]{stroke-width:2.7;transform:scale(1.43)}