:root{--sidebar-bg: #181c20;--sidebar-accent: #1e293b;--sidebar-border: #1e293b;--background: #f8fafc;--card-bg: #ffffff;--border-color: #e5e7eb;--text-primary: #22262a;--text-muted: #64748b;--primary: #198754;--pending: #f59e0b;--expired: #a855f7;--radius: 14px;--transition: .25s ease}*{box-sizing:border-box;transition:all var(--transition)}.app-layout{margin:0;font-family:Inter,sans-serif;background:var(--background);color:var(--text-primary);display:flex;height:100vh;overflow:hidden}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.content-body{display:flex;flex:1;overflow:hidden}.sidebar{width:260px;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;border-right:1px solid var(--sidebar-border);padding:20px;position:relative}.top-exempt{display:flex;align-items:center;border-bottom:1px solid var(--sidebar-border);margin-bottom:20px;padding-bottom:20px}.top-exempt h5{font-size:1rem;line-height:1.5rem;font-weight:600}.top-exempt small{color:#7c8c9c;font-size:.75rem;line-height:1rem}.top-exempt .sidebar-icon-box{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--sidebar-accent)}.top-exempt .sidebar-icon{width:24px;height:24px;stroke:var(--primary);fill:none;stroke-width:2}.top-exempt .exempt-text{margin-left:10px}.icon-box{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#19875426}.icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.icon.warning{color:#fff}.top-pending .nav-item{align-items:center}.top-pending p{font-size:.875rem;line-height:1.25rem;margin-bottom:0}.top-pending p small{display:block;font-size:11px;color:#7c8c9c;margin-top:5px}.top-pending span{font-size:12px}.sidebar-navs{border-top:1px solid var(--sidebar-border);margin-top:20px}.sidebar-navs .history{font-size:.75rem;line-height:1rem;padding:.5rem;color:#7c8c9c;text-transform:uppercase;display:block;margin-bottom:10px}.nav-item{display:flex;justify-content:space-between;padding:12px 14px;border-radius:12px;cursor:pointer;margin-bottom:6px;color:#ffffffb3;text-decoration:none;font-size:.875rem;line-height:1.25rem}.nav-item:hover{background:#272e3480;transform:translate(4px);color:#e2e6e9}.nav-item.active{background:#19875426;border:1px solid rgba(25,135,84,.35);color:#fff}.nav-item svg{margin-right:10px}.nav-item .status-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0;opacity:.7;color:#ffffffb3}.nav-item .status-icon.destructive{color:#c82a19}.nav-item .status-icon.expired{color:#8a2eb8}.bottom-nav-items{position:absolute;left:0;bottom:0;border-top:1px solid var(--sidebar-border);background:var(--sidebar-bg);width:100%;padding:15px}.bottom-nav-items .version{border-top:1px solid var(--sidebar-border);padding-top:10px;margin-top:10px}.bottom-nav-items .version span{font-size:.75rem;line-height:1rem;color:#7c8c9c}.admin-header{padding:14px 20px;border-bottom:1px solid var(--border-color);background:var(--card-bg);display:flex;justify-content:space-between;gap:12px}.admin-header .form-control{width:450px;height:34px;font-size:14px;padding-left:40px}.admin-header .form-control:focus{outline:none;box-shadow:none}.admin-header .form-field{position:relative}.admin-header .form-field .icon{position:absolute;left:12px;top:3px}.admin-header .btn{height:34px;min-height:34px;font-size:14px;background-color:#ebedf0;color:#22262a;border:1px solid var(--border-color);display:flex;align-items:center}.admin-header .btn:hover{background-color:#ebedf0}.admin-header .btn svg{margin-right:5px}.list-panel{width:420px;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;display:block}.list-panel .status-badge{font-size:11px;font-weight:500;padding:3px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:5px}.list-panel .status-badge.pending{background:#fff7e5;color:#bd8400}.list-panel .status-badge.approved{background:#1987541f;color:#198754}.list-panel .status-badge.expired{background:#f3e8ff;color:#a855f7}.list-panel .status-badge.disapproved{background:#fdeeed;color:#c82a19}.list-item{width:100%;border:0;background:transparent;padding:18px 22px;text-align:left;cursor:pointer;border-bottom:1px solid #eef2f7;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s ease}.list-item:hover{background:#f8fafc}.list-item.active{background:#f1f5f9}.row-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.row-content{flex:1;min-width:0}.row-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.row-header h3{margin:0;font-size:14.5px;font-weight:600;color:#0f172a;white-space:nowrap}.company{font-size:13px;color:#64748b;margin:0 0 10px}.row-meta{display:flex;align-items:center;gap:16px;font-size:12px;color:#94a3b8}.order{font-weight:600;color:#0f172a}.meta-time{display:flex;align-items:center;gap:5px}.row-type{text-align:right;flex-shrink:0}.type{font-size:13px;font-weight:600;color:#0f172a;margin:0}.expiration{font-size:11.5px;font-weight:500;color:#a855f7;margin-top:4px}.status-badge{font-size:11px;font-weight:500;padding:3px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:5px}.status-badge.pending{background:#fef3c7;color:#d97706}.status-badge.approved{background:#1987541f;color:#198754}.status-badge.expired{background:#f3e8ff;color:#a855f7}.status-badge.disapproved{background:#fdeeed;color:#c82a19}.icon-xs{width:12px;height:12px;stroke:currentColor}.icon-sm{width:13px;height:13px;stroke:currentColor}.details-panel{flex:1;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding-bottom:65px}.details-panel .details-header{padding:18px 24px;border-bottom:1px solid #eef2f7;display:flex;align-items:center;justify-content:space-between}.details-panel .details-title{display:flex;align-items:center;gap:10px}.details-panel .details-title h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}.details-panel .details-body{flex:1;overflow-y:auto;padding:22px 26px}.details-panel .details-section{margin-bottom:26px}.details-panel .section-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.details-panel .section-header h3{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#64748b}.details-panel .section-header svg{stroke:#64748b}.details-panel .admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px 18px}.details-panel .detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.details-panel .detail-label{font-size:13px;color:#64748b}.details-panel .detail-label svg{margin-right:3px}.details-panel .detail-value{font-size:13px;font-weight:500;color:#0f172a;text-align:right}.details-panel .detail-value.muted{color:#94a3b8;font-weight:500}.details-panel .detail-value a{color:#198754;text-decoration:none}.details-panel .detail-value a:hover{text-decoration:underline}.details-panel .mono{font-family:monospace;font-size:12px}.details-panel .status-badge{font-size:11px;font-weight:500;padding:3px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:5px}.details-panel .status-badge.pending{background:#fff7e5;color:#bd8400}.details-panel .status-badge.approved{background:#1987541f;color:#198754}.details-panel .status-badge.expired{background:#f3e8ff;color:#a855f7}.details-panel .notes-input{width:100%;min-height:110px;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font-size:13px;resize:none;outline:none;transition:border .2s ease}.details-panel .notes-input:focus{border-color:#198754}.details-panel .notes-actions{margin-top:12px;display:flex;justify-content:flex-end}.details-panel .details-footer{border-top:1px solid #eef2f7;background:#f8fafc;padding:16px 24px;display:flex;gap:12px;justify-content:center}.details-panel .details-footer .icon-sm{width:24px;height:24px}.details-panel .primary-button,.details-panel .danger-button{height:42px;min-width:160px;border-radius:10px;border:1px solid transparent;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.details-panel .primary-button{background:#198754;color:#fff}.details-panel .primary-button:hover{background:#157347}.details-panel .danger-button{background:#fff;color:#dc3545;border-color:#dc3545}.details-panel .danger-button:hover{background:#dc3545;color:#fff}.details-panel .secondary-button{height:38px;padding:0 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.details-panel .secondary-button:hover{background:#f1f5f9}.details-panel .secondary-button:disabled{cursor:not-allowed;opacity:.6}.details-panel .secondary-button svg{stroke:#64748b}.details-panel .icon-button{width:32px;height:32px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}.details-panel .icon-button:hover{background:#f1f5f9}.details-panel .icon-sm{width:14px;height:14px;stroke:currentColor}.details-panel .icon-xs{width:12px;height:12px;stroke:currentColor}.details-panel .muted{color:#94a3b8}.details-panel .empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:#fff;border-left:1px solid #e5e7eb}.details-panel .empty-state h3{font-size:17px;font-weight:600;color:#0f172a;margin-bottom:12px}.details-panel .empty-state p{font-size:13.5px;color:#64748b;max-width:320px;line-height:1.6}.details-panel .empty-icon{width:64px;height:64px;border-radius:50%;background:#f3f5f6;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.details-panel .empty-icon svg{stroke:#66737f}.details-panel .expired-alert{padding:20px 16px;border-radius:10px;background:#f5ebfa;border:1px solid #8a2eb8;animation:fadeIn .25s ease;margin-bottom:20px}.details-panel .alert-content{display:flex;align-items:flex-start;gap:10px}.details-panel .alert-content h4{font-size:14px;font-weight:600;color:#8a2eb8;margin-bottom:4px}.details-panel .alert-content p{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:0}.details-panel .alert-content p span{color:#0f172a;font-weight:500}.details-panel .icon-alert{width:18px;height:18px;stroke:#8a2eb8;fill:none;stroke-width:2;margin-top:2px;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.status{font-size:12px;padding:4px 10px;border-radius:20px}.status.pending{background:#f59e0b1f;color:var(--pending)}.status.expired{background:#a855f71f;color:var(--expired)}.customizer-page{display:flex;flex-direction:column;height:100vh}.admin-header{height:64px;padding:0 24px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:16px}.header-left h1{font-size:18px;font-weight:600;color:#111827;margin-bottom:0}.back-btn{width:32px;height:32px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:16px;transition:.2s ease}.back-btn:hover{background:#f3f4f6}.save-btn{height:40px;padding:0 18px;border-radius:8px;border:none;background:#008060;color:#fff;font-weight:600;cursor:pointer;transition:.2s ease}.save-btn:hover{background:#006c4f}.save-btn:disabled{opacity:.6;cursor:not-allowed}.customizer{display:flex;height:100vh;background:#f3f4f6;overflow:hidden}.customizer .sidebar{width:360px;background:#f6f7f8;border-right:1px solid #e5e7eb;height:100vh;overflow-y:auto;padding:16px 14px 60px;scroll-behavior:smooth;font-family:Inter,sans-serif}.customizer .sidebar-tabs{display:flex;background:#e5e7eb;padding:4px;border-radius:10px;margin-bottom:18px}.customizer .sidebar-tabs .tab{flex:1;border:none;background:transparent;padding:7px 12px;font-size:12px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease}.customizer .sidebar-tabs .tab.active{background:#fff;box-shadow:0 1px 2px #0000000f}.customizer .accordion{margin-bottom:12px}.customizer .accordion-header{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;font-weight:600;font-size:13px;color:#111827;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease}.customizer .accordion-header:hover{background:#f3f4f6}.customizer .accordion-icon{font-size:10px;color:#6b7280;transition:transform .2s ease}.customizer .accordion-icon.open{transform:rotate(180deg)}.customizer .accordion-body{padding:14px 6px 4px}.customizer .form-group{margin-bottom:16px}.customizer .form-group label{display:block;font-size:12.5px;font-weight:500;margin-bottom:6px;color:#374151}.customizer .form-group input,.customizer .form-group select,.customizer .form-group textarea{width:100%;height:36px;border-radius:8px;border:1px solid #d1d5db;padding:0 12px;font-size:12px;background:#fff;transition:all .2s ease}.customizer .form-group textarea{height:80px;padding:10px;resize:none}.customizer .form-group input:focus,.customizer .form-group select:focus,.customizer .form-group textarea:focus{outline:none;border-color:#008060;box-shadow:0 0 0 2px #00806014}.customizer .grid-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.customizer .color-row{display:flex;gap:10px;align-items:center}.customizer .color-row input[type=color]{width:42px;height:36px;border-radius:8px;border:1px solid #d1d5db;padding:4px;cursor:pointer;background:#fff}.customizer .color-row input[type=text]{flex:1;height:36px;border-radius:8px;border:1px solid #d1d5db;padding:0 12px;font-size:12px;background:#fff}.customizer input.range{width:100%;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e5e7eb;border-radius:999px;margin-top:8px;cursor:pointer}.customizer .range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#008060;border-radius:50%;border:3px solid #ffffff;box-shadow:0 2px 6px #0003;cursor:pointer}.customizer .range::-moz-range-thumb{width:16px;height:16px;background:#008060;border-radius:50%;border:none}.customizer .row-toggle{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.customizer .row-toggle span{font-size:12.5px;font-weight:500;color:#374151}.customizer .toggle{position:relative;width:40px;height:22px}.customizer .toggle input{opacity:0;width:0;height:0}.customizer .toggle span{position:absolute;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:999px;transition:.2s ease}.customizer .toggle span:before{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;background:#fff;border-radius:50%;transition:.2s ease}.customizer .toggle input:checked+span{background:#008060}.customizer .toggle input:checked+span:before{transform:translate(18px)}.customizer .section-divider{height:1px;background:#e5e7eb;margin:14px 0}.customizer .preview-mode{display:flex;gap:8px;margin-top:12px}.customizer .preview-mode button{flex:1;height:34px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:.2s ease}.customizer .preview-mode{display:flex;gap:8px;margin-top:10px}.customizer .preview-mode button{flex:1;height:36px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:.2s}.customizer .preview-mode button.active{background:#008060;color:#fff;border-color:#008060}.customizer .reset-button{margin-top:14px;width:100%;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:12px;cursor:pointer;transition:.2s}.customizer .reset-button:hover{background:#f3f4f6}.customizer .customizer-preview{flex:1;display:flex;flex-direction:column;background:#f3f4f6;overflow:hidden}.customizer .preview-tabs{display:flex;justify-content:center;gap:8px;padding:16px;background:#fff;border-bottom:1px solid #e5e7eb}.customizer .preview-tabs button{height:36px;padding:0 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.customizer .preview-tabs button:hover{background:#f3f4f6}.customizer .preview-tabs button.active{background:#008060;color:#fff;border-color:#008060}.customizer .preview-body{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;overflow:auto}.customizer .preview-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#f3f4f6}.customizer .cart-card{width:100%;max-width:520px;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000014;overflow:hidden}.customizer .cart-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.customizer .cart-header h3{font-size:18px;font-weight:600;color:#1a1a1a}.customizer .cart-items{padding:20px 24px;display:flex;flex-direction:column;gap:18px}.customizer .cart-item{display:flex;align-items:center;gap:16px}.customizer .thumb{width:64px;height:64px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px}.customizer .thumb svg{max-width:40px}.customizer .item-info{flex:1}.customizer .name{font-size:14px;font-weight:500;color:#1a1a1a}.customizer .qty{font-size:12px;color:#888;margin-top:4px}.customizer .price{font-size:14px;font-weight:500;color:#1a1a1a}.customizer .cart-summary{padding:16px 24px;border-top:1px solid #e5e7eb}.customizer .summary-row{display:flex;justify-content:space-between;font-size:14px;color:#1a1a1a}.customizer .summary-note{font-size:12px;color:#888;margin-top:6px}.customizer .cart-actions{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.customizer .checkout-btn{width:100%;padding:14px;border-radius:10px;background:#1a1a1a;color:#fff;font-weight:600;border:none;cursor:pointer}.customizer .tax-btn{height:48px;border-radius:10px;border:2px solid #008060;background:#fff;color:#008060;font-weight:500;cursor:pointer;transition:all .2s ease}.customizer .tax-btn:hover{background:#0080600d}.popup-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#f3f4f6}.popup-background{position:relative;width:100%;max-width:1200px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background-size:cover;background-position:center}.popup-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.popup-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden}.popup-content{padding:32px;text-align:center;display:flex;flex-direction:column;gap:16px}.popup-primary-btn{width:100%;font-weight:600;transition:.2s ease;border:0}.popup-primary-btn:hover{opacity:.9}.popup-secondary-btn{width:100%;font-size:14px;background:transparent;border:none;cursor:pointer}.form-popup{padding:28px;display:flex;flex-direction:column;gap:16px}.form-popup h2,.form-popup p{margin-bottom:0}.form-fields{display:flex;flex-direction:column;gap:12px}.form-fields input,.form-fields select{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.form-fields input:focus,.form-fields select:focus{outline:none;border-color:#008060}.upload-box{border:2px dashed #e5e7eb;border-radius:10px;padding:18px;text-align:center;font-size:14px;color:#666;cursor:pointer}.checkbox-row{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#666;line-height:1.4}.checkbox-row input{margin-top:3px;flex-shrink:0;width:10px}.success-popup{padding:32px;display:flex;flex-direction:column;gap:18px;align-items:center}.success-icon{width:64px;height:64px;border-radius:999px;display:flex;align-items:center;justify-content:center}.settings-page{background:#f6f6f7;min-height:100vh;padding-bottom:60px}.settings-page .settings-header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;background:#fff;border-bottom:1px solid #e1e3e5}.settings-page .settings-header__left{display:flex;align-items:center;gap:12px}.settings-page .settings-header__left h1{font-size:20px;font-weight:600;margin:0;color:#202223}.settings-page .settings-header .icon-button{background:none;border:none;font-size:18px;cursor:pointer;color:#5c5f62}.settings-page .settings-container{max-width:720px;margin:32px auto 0;padding:0 16px;display:flex;flex-direction:column;gap:20px}.settings-page .card{background:#fff;border-radius:12px;border:1px solid #e1e3e5;overflow:hidden;box-shadow:0 1px 2px #0000000a}.settings-page .accordion__header{width:100%;background:#fff;border:none;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}.settings-page .accordion__left{display:flex;align-items:center;gap:14px}.settings-page .accordion__icon-box{width:40px;height:40px;border-radius:10px;background:#0080551a;display:flex;align-items:center;justify-content:center}.settings-page .accordion__icon-box svg{width:20px;height:20px;stroke:#008060}.settings-page .accordion__text{display:flex;flex-direction:column}.settings-page .accordion__text h2{font-size:15px;font-weight:600;margin:0;color:#202223}.settings-page .accordion__text p{font-size:13px;margin:4px 0 0;color:#6d7175}.settings-page .accordion__chevron{transition:transform .2s ease;display:flex;align-items:center}.settings-page .accordion__chevron svg{width:18px;height:18px;stroke:#6d7175}.settings-page .accordion__chevron.rotate{transform:rotate(180deg)}.settings-page .accordion__body{border-top:1px solid #e1e3e5;padding:20px;display:flex;flex-direction:column;gap:18px}.settings-page .form-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.settings-page .form-row label{font-size:14px;font-weight:500;color:#202223}.settings-page .form-row .select,.settings-page .form-row .input{min-width:220px;height:38px;padding:0 12px;border-radius:8px;border:1px solid #d2d5d8;background:#fff;font-size:14px}.settings-page .form-row .select:focus,.settings-page .form-row .input:focus{outline:none;border-color:#2c6ecb;box-shadow:0 0 0 2px #2c6ecb26}.settings-page .toggle-row{display:flex;justify-content:space-between;align-items:center}.settings-page .toggle-row strong{font-size:14px;font-weight:500;display:block;margin-bottom:4px;color:#202223}.settings-page .toggle-row p{font-size:13px;margin:0;color:#6d7175}.settings-page .toggle{width:42px;height:22px;border-radius:20px;background:#c9cccf;position:relative;cursor:pointer;transition:background .2s ease}.settings-page .toggle__thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px #00000040}.settings-page .toggle.is-active{background:#008060}.settings-page .toggle.is-active .toggle__thumb{transform:translate(20px)}.settings-page .divider{height:1px;background:#e1e3e5}.settings-page .section-title{font-size:13px;font-weight:600;color:#202223;margin-bottom:8px}.settings-page .muted{color:#6d7175;font-size:13px}.settings-page .muted.small{font-size:12px}.settings-page .tag-group{display:flex;flex-wrap:wrap;gap:8px}.settings-page .badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.settings-page .badge--secondary{background:#f1f2f3;color:#202223}.settings-page .badge--primary{background:#0080551a;color:#008060}.settings-page .mono{font-family:monospace}.settings-page .billing-box{display:flex;flex-direction:column;gap:16px}.settings-page .billing-row{display:flex;justify-content:space-between;align-items:center}.settings-page .usage-block{display:flex;flex-direction:column;gap:6px}.settings-page .usage-label{display:flex;justify-content:space-between;font-size:13px}.settings-page .progress{height:6px;background:#f1f2f3;border-radius:6px;overflow:hidden}.settings-page .progress__bar{height:100%;background:#008060;transition:width .3s ease}.settings-page .status-reference{display:flex;flex-direction:column;gap:12px}.settings-page .reference-card{background:#f6f6f7;padding:12px;border-radius:8px}.settings-page .reference-card strong{display:block;font-size:13px;margin-bottom:4px}.settings-page .reference-card p{font-size:12px;margin:0;color:#6d7175}.settings-page .btn{height:38px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none}.settings-page .btn--primary{background:#008060;color:#fff}.settings-page .btn--primary:hover{background:#006e52}.settings-page .btn--secondary{background:#fff;border:1px solid #d2d5d8;color:#202223}.settings-page .btn--full{width:100%}.settings-page .settings-footer{text-align:center;font-size:12px;color:#6d7175;margin-top:12px}
