:root{--portal-bg: #faf8f5;--portal-cream: #f5f0eb;--portal-sidebar-bg: #ffffff;--portal-card-bg: #ffffff;--portal-green: #0d4a3a;--portal-green-light: #1a6b52;--portal-green-lighter: #2f8067;--portal-green-bg: #083028;--portal-gold: #f0c040;--portal-gold-dark: #b8922e;--portal-orange: #d97706;--portal-red: #dc2626;--portal-purple: #7b5ea7;--portal-text: #1a1a1a;--portal-text-muted: #5f6f66;--portal-text-light: #8a978f;--portal-border: #e8e0d8;--portal-border-light: #f1ebe4;--portal-shadow: 0 1px 2px rgba(8, 48, 40, .05);--portal-shadow-md: 0 6px 18px rgba(8, 48, 40, .08);--portal-shadow-lg: 0 18px 42px rgba(8, 48, 40, .12);--portal-radius: 8px;--portal-radius-sm: 6px;--portal-radius-lg: 24px;--portal-font-serif: Georgia, "Times New Roman", serif;--portal-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--portal-transition: all .2s ease}.portal-root{font-family:var(--portal-font-sans);background:var(--portal-bg);color:var(--portal-text);display:flex;max-width:1340px;margin:0 auto;-webkit-font-smoothing:antialiased;overflow-anchor:auto}.portal-root *{box-sizing:border-box;overflow-anchor:auto}.portal-sidebar{width:240px;background:var(--portal-sidebar-bg);border-right:1px solid var(--portal-border);display:flex;flex-direction:column;position:fixed;top:0;left:max(0px,calc((100vw - 1340px)/2));z-index:100;transition:transform .3s ease;overflow-y:auto}.portal-sidebar-header{padding:24px 20px 18px;border-bottom:1px solid var(--portal-border-light)}.portal-sidebar-logo{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:4px;text-align:left}.portal-logo-icon{width:38px;height:38px;background:var(--portal-green-bg);border:1px solid rgba(240,192,64,.38);border-radius:4px;display:flex;align-items:center;justify-content:center;color:var(--portal-gold);font-family:var(--portal-font-serif);font-weight:700;font-size:20px;line-height:1;box-shadow:inset 0 0 0 1px #ffffff0f}.portal-logo-text{font-family:var(--portal-font-serif);font-weight:600;font-size:17px;color:var(--portal-green-bg);line-height:1.2}.portal-logo-subtitle{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--portal-text-muted);font-weight:500}.portal-tier-card{margin:16px 16px 0;padding:16px;border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);background:linear-gradient(180deg,var(--portal-bg) 0%,var(--portal-cream) 100%)}.portal-tier-info{display:flex;align-items:center;gap:10px;margin-bottom:8px}.portal-tier-icon{width:32px;height:32px;border-radius:50%;background:var(--portal-purple);display:flex;align-items:center;justify-content:center}.portal-tier-icon img{width:20px;height:20px}.portal-tier-name{font-weight:600;font-size:14px;color:var(--portal-green)}.portal-tier-rate{font-size:12px;color:var(--portal-text-muted)}.portal-credits-label{font-size:11px;color:var(--portal-text-muted);margin-top:8px}.portal-credits-value{font-family:var(--portal-font-serif);font-size:22px;font-weight:700;color:var(--portal-green);margin-top:2px}.portal-nav{flex:1;padding:16px 0;overflow-y:auto}.portal-nav-section{margin-bottom:8px}.portal-nav-section-title{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:var(--portal-text-light);padding:8px 20px 4px;font-weight:600}.portal-nav-item{display:flex;align-items:center;gap:12px;padding:10px 20px;color:var(--portal-text);text-decoration:none;font-size:14px;font-weight:400;transition:var(--portal-transition);border-left:2px solid transparent;cursor:pointer}.portal-nav-item:hover{background:var(--portal-bg);color:var(--portal-green)}.portal-nav-item.active{background:var(--portal-green-bg);color:#fff;border-left-color:var(--portal-gold);border-radius:0 var(--portal-radius-sm) var(--portal-radius-sm) 0;margin-right:12px;font-weight:500}.portal-nav-item.active svg{color:#fff}.portal-nav-icon{width:20px;height:20px;flex-shrink:0;opacity:.7}.portal-nav-item.active .portal-nav-icon{opacity:1}.portal-sidebar-footer{padding:16px 20px;border-top:1px solid var(--portal-border-light)}.portal-sidebar-footer a{display:flex;align-items:center;gap:8px;color:var(--portal-text-muted);text-decoration:none;font-size:13px;transition:var(--portal-transition)}.portal-sidebar-footer a:hover{color:var(--portal-green)}.portal-user-info{padding:12px 20px;border-top:1px solid var(--portal-border-light);display:flex;align-items:center;gap:10px}.portal-user-avatar{width:32px;height:32px;border-radius:4px;background:var(--portal-green-bg);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.portal-user-name{font-size:13px;font-weight:500;color:var(--portal-text)}.portal-user-company{font-size:11px;color:var(--portal-text-muted)}.portal-main{flex:1;margin-left:240px;padding:32px 40px 24px}.portal-page-title{font-family:var(--portal-font-serif);font-size:30px;font-weight:600;color:var(--portal-text);margin-bottom:4px}.portal-page-subtitle{font-size:14px;color:var(--portal-text-muted);margin-bottom:24px}.portal-card{background:var(--portal-card-bg);border-radius:var(--portal-radius);border:1px solid var(--portal-border);padding:24px;margin-bottom:20px;box-shadow:var(--portal-shadow);transition:var(--portal-transition)}.portal-card:hover{border-color:var(--portal-border);box-shadow:var(--portal-shadow-md)}.portal-card-title{font-family:var(--portal-font-serif);font-size:18px;font-weight:600;color:var(--portal-text);margin-bottom:16px}.portal-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.portal-stat-card{background:var(--portal-card-bg);border:1px solid var(--portal-border);border-radius:var(--portal-radius);padding:20px;box-shadow:var(--portal-shadow);min-width:0}.portal-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--portal-text-muted);margin-bottom:8px;font-weight:500}.portal-stat-value{font-family:var(--portal-font-serif);font-size:24px;font-weight:700;color:var(--portal-text);overflow-wrap:anywhere}.portal-stat-value.green{color:var(--portal-green)}.portal-stat-value.gold{color:var(--portal-gold)}.portal-stat-value.orange{color:var(--portal-orange)}.portal-stat-value.red{color:var(--portal-red)}.portal-stat-value.purple{color:var(--portal-purple)}.portal-stat-sub{font-size:12px;color:var(--portal-text-muted);margin-top:4px}.portal-hero{background:var(--portal-green-bg);border-radius:var(--portal-radius-lg);border:1px solid rgba(240,192,64,.22);padding:32px;color:#fff;margin-bottom:24px}.portal-hero-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;opacity:.8;margin-bottom:8px}.portal-hero-value{font-family:var(--portal-font-serif);font-size:42px;font-weight:700;margin-bottom:8px}.portal-hero-sub{font-size:14px;opacity:.8}.portal-hero-meta{display:flex;gap:32px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.portal-hero-meta-item{display:flex;flex-direction:column}.portal-hero-meta-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.portal-hero-meta-value{font-size:16px;font-weight:600;margin-top:2px}.portal-welcome-banner{background:var(--portal-green-bg);border-radius:var(--portal-radius-lg);border:1px solid rgba(240,192,64,.22);padding:28px 32px;color:#fff;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.portal-welcome-banner:after{content:none}.portal-welcome-left{display:flex;align-items:center;gap:20px;min-width:0;z-index:1}.portal-welcome-avatar{width:60px;height:60px;border-radius:6px;border:1px solid rgba(240,192,64,.35);overflow:hidden;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.portal-welcome-avatar img{width:100%;height:100%;object-fit:cover}.portal-welcome-label{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;opacity:.8}.portal-welcome-name{font-family:var(--portal-font-serif);font-size:26px;font-weight:600;margin-top:2px;overflow-wrap:anywhere}.portal-welcome-company{font-size:14px;opacity:.8;margin-top:2px;overflow-wrap:anywhere}.portal-welcome-right{text-align:right;z-index:1}.portal-welcome-tier-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;opacity:.7}.portal-welcome-tier{font-size:14px;font-weight:500;margin-top:2px}.portal-tier-progress{margin-bottom:24px}.portal-tier-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.portal-progress-bar-container{position:relative;height:16px;background:#e8e0d8;border-radius:8px;overflow:visible;margin-bottom:8px}.portal-progress-bar{height:100%;border-radius:8px;background:linear-gradient(90deg,var(--portal-green) 0%,var(--portal-green-light) 58%,var(--portal-gold) 100%);transition:width .8s ease;position:relative}.portal-progress-marker{position:absolute;top:-4px;width:2px;height:24px;background:var(--portal-text)}.portal-progress-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--portal-text-muted);margin-top:4px}.portal-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.portal-badge.success{background:#dceee7;color:var(--portal-green)}.portal-badge.warning,.portal-badge.caution{background:#fff4d0;color:#735a13}.portal-badge.danger{background:#f8d7da;color:#721c24}.portal-badge.info{background:#d9eee8;color:var(--portal-green-bg)}.portal-badge.purple{background:#eee8f5;color:var(--portal-purple)}.portal-badge.gold{background:#fff4d0;color:#735a13}.portal-badge.green{background:#dceee7;color:var(--portal-green)}.portal-badge.neutral{background:var(--portal-border-light);color:var(--portal-text-muted)}.portal-filters{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.portal-filter-btn{padding:8px 16px;border-radius:20px;border:1px solid var(--portal-border);background:var(--portal-card-bg);color:var(--portal-text);font-size:13px;font-weight:500;cursor:pointer;transition:var(--portal-transition);font-family:var(--portal-font-sans)}.portal-filter-btn:hover{border-color:var(--portal-green);color:var(--portal-green)}.portal-filter-btn.active{background:var(--portal-green);color:#fff;border-color:var(--portal-green)}.portal-search{position:relative;margin-bottom:20px}.portal-search input{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);font-size:14px;font-family:var(--portal-font-sans);background:var(--portal-card-bg);color:var(--portal-text);transition:var(--portal-transition)}.portal-search input:focus{outline:none;border-color:var(--portal-green);box-shadow:0 0 0 3px #0d4a3a1f}.portal-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--portal-text-muted)}.portal-list-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--portal-card-bg);border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);margin-bottom:8px;transition:var(--portal-transition);cursor:pointer}.portal-list-item:hover{box-shadow:var(--portal-shadow-md);border-color:var(--portal-green-lighter)}.portal-list-item-left{display:flex;flex-direction:column;gap:4px}.portal-list-item-title{font-weight:600;font-size:14px;color:var(--portal-text);display:flex;align-items:center;gap:8px}.portal-list-item-meta{font-size:12px;color:var(--portal-text-muted)}.portal-list-item-right{text-align:right;display:flex;align-items:center;gap:12px}.portal-list-item-amount{font-family:var(--portal-font-serif);font-size:16px;font-weight:600;color:var(--portal-text)}.portal-list-item-amount.positive{color:var(--portal-green)}.portal-list-item-amount.negative{color:var(--portal-red)}.portal-list-chevron{color:var(--portal-text-light);font-size:18px}.portal-tx-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}.portal-tx-icon.earn{background:#edf5f1;color:var(--portal-green)}.portal-tx-icon.redeem{background:#f8d7da;color:var(--portal-red)}.portal-tx-icon.expire{background:#fff4d0;color:var(--portal-gold)}.portal-two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.portal-activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--portal-border-light)}.portal-activity-item:last-child{border-bottom:none}.portal-activity-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.portal-activity-dot.green{background:var(--portal-green)}.portal-activity-dot.gold{background:var(--portal-gold)}.portal-activity-dot.orange{background:var(--portal-orange)}.portal-activity-dot.red{background:var(--portal-red)}.portal-activity-content{flex:1}.portal-activity-title{font-size:13px;font-weight:500;color:var(--portal-text)}.portal-activity-sub{font-size:12px;color:var(--portal-text-muted);margin-top:2px}.portal-activity-date{font-size:12px;color:var(--portal-text-light);white-space:nowrap}.portal-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.portal-step-number{width:40px;height:40px;border-radius:50%;background:var(--portal-bg);border:2px solid var(--portal-green);color:var(--portal-green);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin:0 auto 12px}.portal-step-title{font-weight:600;font-size:14px;color:var(--portal-text);margin-bottom:4px}.portal-step-desc{font-size:12px;color:var(--portal-text-muted);line-height:1.5}.portal-warning{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff8e1;border:1px solid #ffe082;border-radius:var(--portal-radius-sm);margin-bottom:20px}.portal-warning-icon{font-size:20px;flex-shrink:0}.portal-warning-title{font-weight:600;font-size:14px;color:var(--portal-orange);margin-bottom:4px}.portal-warning-text{font-size:13px;color:var(--portal-text);line-height:1.5}.portal-dropoff-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--portal-card-bg);border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);margin-bottom:8px}.portal-dropoff-days-num{font-family:var(--portal-font-serif);font-size:24px;font-weight:700;color:var(--portal-green)}.portal-dropoff-days-label{font-size:10px;color:var(--portal-text-muted);text-transform:uppercase}.portal-dropoff-title{font-weight:600;font-size:13px;color:var(--portal-text)}.portal-dropoff-result{text-align:right}.portal-dropoff-tier{font-size:12px;font-weight:500}.portal-dropoff-warning{font-size:11px;color:var(--portal-red);font-weight:600}.portal-product-card{border:1px solid var(--portal-border);border-radius:var(--portal-radius);overflow:hidden;background:var(--portal-card-bg);transition:var(--portal-transition)}.portal-product-card:hover{box-shadow:var(--portal-shadow-md)}.portal-product-image{width:100%;height:200px;object-fit:cover;position:relative}.portal-product-image img{width:100%;height:100%;object-fit:cover}.portal-product-badge{position:absolute;top:8px;right:8px}.portal-product-info{padding:12px}.portal-product-name{font-weight:600;font-size:14px;color:var(--portal-text)}.portal-product-variant{font-size:12px;color:var(--portal-text-muted);margin-top:2px}.portal-product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.portal-product-qty{font-size:12px;color:var(--portal-text-muted)}.portal-product-price{font-family:var(--portal-font-serif);font-weight:600;font-size:16px;color:var(--portal-text)}.portal-product-order{font-size:11px;color:var(--portal-text-muted);margin-top:4px}.portal-account-section{margin-bottom:24px}.portal-account-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.portal-account-section-title{display:flex;align-items:center;gap:8px;font-family:var(--portal-font-serif);font-size:18px;font-weight:600}.portal-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-info-item{display:flex;flex-direction:column}.portal-info-label{font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--portal-text-muted);margin-bottom:4px}.portal-info-value{font-size:15px;font-weight:500;color:var(--portal-text)}.portal-address-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portal-address-card{border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);padding:16px;position:relative}.portal-address-card.default{border-color:var(--portal-green)}.portal-address-default-badge{position:absolute;top:12px;right:12px}.portal-address-name{font-weight:600;font-size:14px;margin-bottom:8px}.portal-address-line{font-size:13px;color:var(--portal-text-muted);line-height:1.6}.portal-address-actions{display:flex;gap:12px;margin-top:12px;font-size:13px}.portal-address-actions a,.portal-address-actions button{color:var(--portal-green);text-decoration:none;background:none;border:none;cursor:pointer;font-size:13px;font-family:var(--portal-font-sans);padding:0}.portal-address-actions .danger{color:var(--portal-red)}.portal-toggle{position:relative;width:44px;height:24px;flex-shrink:0}.portal-toggle input{opacity:0;width:0;height:0}.portal-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:12px;transition:.3s}.portal-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.portal-toggle input:checked+.portal-toggle-slider{background:var(--portal-green)}.portal-toggle input:checked+.portal-toggle-slider:before{transform:translate(20px)}.portal-pref-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--portal-border-light)}.portal-pref-row:last-child{border-bottom:none}.portal-pref-title{font-weight:500;font-size:14px;color:var(--portal-text)}.portal-pref-desc{font-size:12px;color:var(--portal-text-muted);margin-top:2px}.portal-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--portal-radius-sm);font-size:13px;font-weight:600;font-family:var(--portal-font-sans);cursor:pointer;transition:var(--portal-transition);border:1px solid transparent;text-decoration:none}.portal-btn.primary{background:var(--portal-green);color:#fff;border-color:var(--portal-green)}.portal-btn.primary:hover{background:var(--portal-green-light)}.portal-btn.outline{background:transparent;color:var(--portal-text);border-color:var(--portal-border)}.portal-btn.outline:hover{border-color:var(--portal-green);color:var(--portal-green)}.portal-table{width:100%;border-collapse:collapse}.portal-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--portal-text-muted);padding:8px 12px;border-bottom:1px solid var(--portal-border);font-weight:600}.portal-table td{padding:12px;font-size:13px;border-bottom:1px solid var(--portal-border-light);color:var(--portal-text)}.portal-table tr:hover td{background:var(--portal-bg)}.portal-numbered-list{list-style:none;padding:0;margin:0}.portal-numbered-item{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid var(--portal-border-light)}.portal-numbered-item:last-child{border-bottom:none}.portal-number-circle{width:28px;height:28px;border-radius:50%;background:var(--portal-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.portal-mobile-menu-btn{display:none;position:fixed;top:16px;left:16px;z-index:200;width:40px;height:40px;background:var(--portal-card-bg);border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);cursor:pointer;align-items:center;justify-content:center;box-shadow:var(--portal-shadow-md)}.portal-mobile-menu-btn svg{width:20px;height:20px;color:var(--portal-text)}.portal-mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:99}@keyframes portalFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.portal-animate{animation:portalFadeIn .3s ease forwards}.portal-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px 0 8px}.portal-pagination-text{font-size:13px;color:var(--portal-text-muted)}.portal-pagination-btn{padding:6px 14px;border:1px solid var(--portal-border);border-radius:var(--portal-radius-sm);background:var(--portal-card-bg);color:var(--portal-text);font-size:13px;font-weight:500;font-family:var(--portal-font-sans);cursor:pointer;transition:var(--portal-transition)}.portal-pagination-btn:hover:not(:disabled){border-color:var(--portal-green);color:var(--portal-green)}.portal-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.portal-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;flex-direction:column;gap:16px}.portal-spinner{width:40px;height:40px;border:3px solid var(--portal-border);border-top-color:var(--portal-green);border-radius:50%;animation:portalSpin .8s linear infinite}@keyframes portalSpin{to{transform:rotate(360deg)}}.portal-state{text-align:center;max-width:420px;padding:40px;font-family:var(--portal-font-sans)}.portal-state-mark{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:6px;background:var(--portal-green-bg);color:var(--portal-gold);font-family:var(--portal-font-serif);font-size:24px;font-weight:700}.portal-state-title{font-family:var(--portal-font-serif);font-size:24px;margin:0 0 8px;color:var(--portal-text)}.portal-state-text{color:var(--portal-text-muted);line-height:1.6;margin:0 0 24px}.portal-state-button{background:var(--portal-gold);color:var(--portal-text);border:none;padding:12px 24px;border-radius:999px;cursor:pointer;font-family:var(--portal-font-sans);font-weight:600;font-size:14px}.portal-state-help{color:var(--portal-text-light);font-size:12px;margin-top:16px}.portal-state-help a{color:var(--portal-green)}@media(max-width:1024px){.portal-stats-grid{grid-template-columns:repeat(2,1fr)!important}.portal-two-col{grid-template-columns:1fr}.portal-products-grid,.portal-address-grid{grid-template-columns:repeat(2,1fr)}.portal-steps{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){.portal-sidebar{transform:translate(-100%)}.portal-sidebar.open{transform:translate(0)}.portal-mobile-menu-btn{display:flex}.portal-sidebar-logo{justify-content:flex-end;text-align:right}.portal-mobile-overlay.open{display:block}.portal-main{margin-left:0;padding:64px 16px 24px}.portal-page-title{font-size:22px}.portal-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px}.portal-stat-card{padding:12px 14px}.portal-stat-label{font-size:9px}.portal-stat-value{font-size:18px}.portal-stat-sub{font-size:10px}.portal-hero-value{font-size:32px}.portal-hero-meta{flex-direction:column;gap:12px}.portal-welcome-banner{flex-direction:column;align-items:flex-start;gap:16px}.portal-welcome-right{text-align:left}.portal-products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.portal-address-grid,.portal-info-grid{grid-template-columns:1fr}.portal-list-item{flex-direction:column;align-items:flex-start;gap:8px}.portal-list-item-right{width:100%;justify-content:space-between}.portal-transaction-row{flex-direction:column;align-items:flex-start;gap:8px}.portal-transaction-right{width:100%;text-align:left}.portal-filters{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.portal-filter-btn{white-space:nowrap;flex-shrink:0}}@media(max-width:480px){.portal-welcome-name{font-size:20px}.portal-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:6px}.portal-stat-card{padding:10px 12px}.portal-stat-value{font-size:16px}.portal-products-grid{grid-template-columns:1fr}}.portal-page-header{margin-bottom:24px}.portal-page-subtitle{font-size:14px;color:var(--portal-text-muted);margin:0}.portal-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.portal-credit-hero{background:var(--portal-green-bg);color:#fff;border-radius:var(--portal-radius-lg);border:1px solid rgba(240,192,64,.22);padding:32px;margin-bottom:24px}.portal-credit-hero-label{font-size:11px;text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:8px}.portal-credit-hero-value{font-family:var(--portal-font-serif);font-size:48px;font-weight:700;margin-bottom:8px}.portal-credit-hero-expiry{font-size:13px;opacity:.7;margin-bottom:20px}.portal-credit-hero-tier{display:flex;gap:40px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.portal-transaction-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--portal-border-light)}.portal-transaction-row:last-child{border-bottom:none}.portal-transaction-left{display:flex;align-items:center;gap:12px}.portal-transaction-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.portal-transaction-icon.earning{background:#edf5f1;color:var(--portal-green)}.portal-transaction-icon.spending{background:#c0392b1a;color:var(--portal-red)}.portal-transaction-icon.expired{background:#fff4d0;color:var(--portal-gold)}.portal-transaction-title{font-weight:600;font-size:14px;color:var(--portal-text)}.portal-transaction-date{font-size:12px;color:var(--portal-text-muted)}.portal-transaction-right{text-align:right}.portal-transaction-amount{font-weight:700;font-size:15px}.portal-transaction-amount.earning{color:var(--portal-green)}.portal-transaction-amount.spending{color:var(--portal-red)}.portal-transaction-amount.expired{color:var(--portal-gold)}.portal-transaction-balance{font-size:11px;color:var(--portal-text-muted)}.portal-how-list{display:flex;flex-direction:column;gap:16px}.portal-how-item{display:flex;align-items:flex-start;gap:14px;font-size:14px;line-height:1.5;color:var(--portal-text)}.portal-how-number{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.portal-how-number.green{background:#edf5f1;color:var(--portal-green)}.portal-how-number.gold{background:#fff4d0;color:var(--portal-gold)}.portal-order-row{border-bottom:1px solid var(--portal-border-light)}.portal-order-row:last-child{border-bottom:none}.portal-order-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;transition:background .15s}.portal-order-header:hover{background:#00000004}.portal-order-info{display:flex;align-items:center;gap:10px}.portal-order-number{font-weight:700;font-size:14px;color:var(--portal-text)}.portal-order-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--portal-text-muted)}.portal-order-date{color:var(--portal-text-muted)}.portal-order-right{display:flex;align-items:center;gap:12px}.portal-order-total{font-weight:700;font-size:15px;color:var(--portal-text)}.portal-order-chevron{color:var(--portal-text-muted);transition:transform .2s}.portal-order-chevron.open{transform:rotate(180deg)}.portal-order-details{background:var(--portal-bg);border-top:1px solid var(--portal-border-light)}.portal-timeline-chart{display:flex;gap:12px;height:220px;margin-bottom:8px}.portal-timeline-y-axis{display:flex;flex-direction:column;justify-content:space-between;font-size:11px;color:var(--portal-text-muted);width:40px;text-align:right;padding:4px 0}.portal-timeline-area{flex:1;position:relative;background:linear-gradient(to bottom,transparent 0%,rgba(13,74,58,.02) 100%);border-left:1px solid var(--portal-border);border-bottom:1px solid var(--portal-border)}.portal-timeline-threshold{position:absolute;left:0;right:0}.portal-timeline-threshold-line{border-top:1px dashed;opacity:.4}.portal-timeline-threshold-label{position:absolute;right:0;top:-16px;font-size:10px;font-weight:600}.portal-timeline-dot{position:absolute;width:10px;height:10px;border-radius:50%;transform:translate(-50%,50%);box-shadow:0 0 0 3px #fffc;cursor:pointer;z-index:2}.portal-timeline-x-axis{display:flex;justify-content:space-between;font-size:11px;color:var(--portal-text-muted);padding-left:52px}.portal-dropoff-row{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid var(--portal-border-light)}.portal-dropoff-row:last-child{border-bottom:none}.portal-dropoff-days{text-align:center;min-width:48px}.portal-dropoff-days-number{font-family:var(--portal-font-serif);font-size:24px;font-weight:700;line-height:1}.portal-dropoff-days-label{font-size:11px;color:var(--portal-text-muted)}.portal-dropoff-info{flex:1}.portal-dropoff-title{font-weight:600;font-size:14px;color:var(--portal-text)}.portal-dropoff-sub{font-size:12px;color:var(--portal-text-muted);margin-top:2px}.portal-dropoff-warning{text-align:right}.portal-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.portal-product-card{background:var(--portal-card-bg);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow);overflow:hidden;transition:var(--portal-transition)}.portal-product-card:hover{box-shadow:var(--portal-shadow-md);transform:translateY(-2px)}.portal-product-image{position:relative;height:180px;background:var(--portal-bg)}.portal-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--portal-text-muted)}.portal-product-info{padding:12px 16px}.portal-product-title{font-weight:600;font-size:14px;color:var(--portal-text);margin-bottom:4px}.portal-product-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--portal-text-muted);margin-bottom:8px}.portal-product-price{font-weight:700;font-size:16px;color:var(--portal-text)}.portal-tier-benefits{display:flex;flex-direction:column;gap:12px}.portal-tier-benefit-card{padding:16px 20px;border-left:4px solid;border-radius:0 var(--portal-radius-sm) var(--portal-radius-sm) 0;background:var(--portal-bg);position:relative}.portal-tier-benefit-card.current{background:#0d4a3a0d;border-left-width:4px}.portal-tier-benefit-name{font-weight:700;font-size:16px;margin-bottom:4px}.portal-tier-benefit-range{font-size:13px;color:var(--portal-text-muted)}.portal-tier-benefit-rate{font-size:14px;font-weight:600;color:var(--portal-text);margin-top:4px}.portal-tier-benefit-current{position:absolute;top:16px;right:16px;font-size:11px;font-weight:600;color:var(--portal-green);background:#edf5f1;padding:2px 10px;border-radius:20px}.portal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.portal-info-item{display:flex;flex-direction:column;gap:4px}.portal-info-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--portal-text-muted)}.portal-info-value{font-size:15px;font-weight:600;color:var(--portal-text)}.portal-warning-card{background:var(--portal-card-bg);border:1px solid var(--portal-border);border-left:4px solid var(--portal-red);border-radius:var(--portal-radius);padding:20px;display:flex;gap:12px;align-items:flex-start;margin-top:24px}@media(max-width:768px){.portal-credit-hero{padding:24px}.portal-credit-hero-value{font-size:32px}.portal-credit-hero-tier{flex-direction:column;gap:16px}.portal-order-header{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 16px}.portal-order-right{width:100%;justify-content:space-between}.portal-timeline-chart{height:160px}.portal-products-grid{grid-template-columns:repeat(2,1fr)}.portal-info-grid{grid-template-columns:1fr}.portal-dropoff-row{flex-wrap:wrap}}@media(max-width:480px){.portal-products-grid{grid-template-columns:1fr}}.portal-landing{font-family:var(--portal-font-sans);background:var(--portal-bg);color:var(--portal-text);-webkit-font-smoothing:antialiased}.portal-landing *{box-sizing:border-box}.portal-landing-hero{background:linear-gradient(180deg,#083028f0,#0d4a3af5),var(--portal-green-bg);color:#fff;text-align:center;padding:72px 24px 58px;border-bottom:4px solid var(--portal-gold)}.portal-landing-hero-inner{max-width:720px;margin:0 auto}.portal-landing-brand-mark{width:58px;height:58px;border-radius:6px;border:1px solid rgba(240,192,64,.45);color:var(--portal-gold);display:inline-flex;align-items:center;justify-content:center;font-family:var(--portal-font-serif);font-size:30px;font-weight:700;line-height:1;margin-bottom:18px;box-shadow:inset 0 0 0 1px #ffffff14}.portal-landing-eyebrow{margin:0 0 12px;color:var(--portal-gold);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.portal-landing-title{font-family:var(--portal-font-serif);font-size:52px;font-weight:700;margin:0 0 14px;line-height:1.05}.portal-landing-subtitle{font-size:16px;line-height:1.6;opacity:.88;margin:0 0 28px}.portal-landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:99px;font-size:15px;font-weight:600;text-decoration:none;transition:var(--portal-transition);cursor:pointer;border:none;font-family:var(--portal-font-sans)}.portal-landing-btn.primary{background:var(--portal-gold);color:var(--portal-text);box-shadow:0 8px 20px #f0c0402e}.portal-landing-btn.primary:hover{background:#f5cf63;transform:translateY(-1px)}.portal-landing-btn.secondary{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.52)}.portal-landing-btn.secondary:hover{border-color:#fff}.portal-landing-hint{font-size:13px;opacity:.6;margin-top:14px}.portal-landing-section{padding:48px 24px}.portal-landing-section.alt{background:var(--portal-cream)}.portal-landing-section-inner{max-width:800px;margin:0 auto}.portal-landing-section-title{font-family:var(--portal-font-serif);font-size:24px;font-weight:700;text-align:center;margin:0 0 32px;color:var(--portal-text)}.portal-landing-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.portal-landing-feature{background:#fff;border-radius:var(--portal-radius);padding:24px;border:1px solid var(--portal-border);box-shadow:var(--portal-shadow)}.portal-landing-feature-icon{width:48px;height:48px;border-radius:6px;background:#edf5f1;color:var(--portal-green);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.portal-landing-feature-icon svg{stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.portal-landing-feature h3{font-size:15px;font-weight:700;margin:0 0 6px;color:var(--portal-text)}.portal-landing-feature p{font-size:13px;color:var(--portal-text-muted);line-height:1.5;margin:0}.portal-landing-steps{display:flex;flex-direction:column;gap:20px}.portal-landing-step{display:flex;align-items:flex-start;gap:16px}.portal-landing-step-num{width:36px;height:36px;border-radius:6px;background:var(--portal-green-bg);color:var(--portal-gold);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.portal-landing-step h4{font-size:15px;font-weight:700;margin:0 0 4px;color:var(--portal-text)}.portal-landing-step p{font-size:13px;color:var(--portal-text-muted);line-height:1.5;margin:0}.portal-landing-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portal-landing-tier{background:#fff;border-radius:var(--portal-radius);padding:24px;text-align:center;border:1px solid var(--portal-border-light);border-top:3px solid var(--portal-green)}.portal-landing-tier-name{font-family:var(--portal-font-serif);font-size:18px;font-weight:700;margin-bottom:8px}.portal-landing-tier-range{font-size:14px;color:var(--portal-text-muted);margin-bottom:6px}.portal-landing-tier-rate{font-size:20px;font-weight:700;color:var(--portal-text)}.portal-landing-tier-note{text-align:center;font-size:13px;color:var(--portal-text-muted);margin-top:16px}.portal-landing-footer{background:var(--portal-green-bg);color:#fff;text-align:center;padding:48px 24px;border-top:4px solid var(--portal-gold)}.portal-landing-footer h2{font-family:var(--portal-font-serif);font-size:28px;font-weight:700;margin:0 0 24px}.portal-landing-footer-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.portal-landing-title{font-size:34px}.portal-landing-features,.portal-landing-tiers{grid-template-columns:1fr}.portal-landing-hero{padding:48px 20px 40px}.portal-landing-footer h2{font-size:22px}}.portal-hiw-steps{display:flex;flex-direction:column;gap:16px}.portal-hiw-step{display:flex;align-items:flex-start;gap:14px}.portal-hiw-step-num{width:32px;height:32px;border-radius:6px;background:#edf5f1;color:var(--portal-green);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.portal-hiw-step-title{font-weight:600;font-size:14px;color:var(--portal-text);margin-bottom:2px}.portal-hiw-step-desc{font-size:13px;color:var(--portal-text-muted);line-height:1.5}.portal-hiw-details{display:flex;flex-direction:column;gap:12px}.portal-hiw-detail{display:flex;align-items:center;gap:10px;font-size:14px;line-height:1.5;color:var(--portal-text)}.portal-hiw-detail svg{flex-shrink:0}.portal-faq{border-top:1px solid var(--portal-border-light)}.portal-faq-item{border-bottom:1px solid var(--portal-border-light)}.portal-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--portal-text);text-align:left;font-family:var(--portal-font-sans);gap:12px}.portal-faq-question:hover{color:var(--portal-green)}.portal-faq-answer{padding:0 0 14px}.portal-faq-answer p{font-size:13px;color:var(--portal-text-muted);line-height:1.7;margin:0}.portal-intro-message{text-align:center;padding:32px 24px;font-size:15px;line-height:1.7;color:var(--portal-text-muted);max-width:540px;margin:0 auto 24px}.portal-intro-cta{text-align:center;padding:32px 24px;margin-top:24px}.portal-intro-cta p{font-size:15px;color:var(--portal-text-muted);margin:0 0 16px}.portal-intro-cta a{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;border-radius:99px;background:var(--portal-gold);color:var(--portal-text);font-size:14px;font-weight:600;text-decoration:none;transition:var(--portal-transition)}.portal-intro-cta a:hover{opacity:.9}
