.theme-futuroo .account-page-wrapper{display:flex;justify-content:space-between;padding:20px 10px}.theme-futuroo .account-page-wrapper .account-sidebar{width:25%;max-height:660px;display:flex;flex-direction:column;position:sticky;top:64px;padding:20px;border-radius:20px;background:linear-gradient(180deg,#ffffff,#f9fbfa);border:1px solid var(--border-soft);box-shadow:0 12px 32px rgba(0,0,0,.06)}.theme-futuroo .account-sidebar .profile-box{display:flex;align-items:center;gap:14px;margin-bottom:20px}.theme-futuroo .account-sidebar .profile-box .avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center}.theme-futuroo .account-sidebar .profile-box h4{margin:0;font-size:16px;font-weight:700}.theme-futuroo .account-sidebar .profile-box .email{font-size:13px;color:var(--muted);margin:5px 0}.theme-futuroo .account-sidebar .profile-box .badge{display:inline-block;margin-top:6px;font-size:11px;padding:4px 10px;border-radius:999px;background:rgba(20,184,166,.12);color:var(--emerald);font-weight:700}.theme-futuroo .account-sidebar .wallet-box{background:linear-gradient(135deg,rgba(15,138,106,.12),rgba(15,138,106,.05));padding:16px;border-radius:16px;margin-bottom:22px}.theme-futuroo .account-sidebar .wallet-box p{font-size:15px;color:var(--muted)}.theme-futuroo .account-sidebar .wallet-box h3{margin:6px 0 10px;font-size:22px;color:var(--emerald)}.theme-futuroo .account-sidebar .wallet-box button{padding:8px 14px;border-radius:999px;border:1px solid var(--emerald);background:transparent;font-weight:600;color:var(--emerald);cursor:pointer;transition:.2s ease}.theme-futuroo .account-sidebar .wallet-box button:hover{background:rgba(15,138,106,.12)}.theme-futuroo .account-sidebar .menu{display:flex;flex-direction:column;gap:10px}.theme-futuroo .account-sidebar .menu .sidebar-item{padding:12px 14px;border-radius:14px;cursor:pointer;font-weight:500;font-size:15px;background:#ffffff;border:1px solid var(--border-soft);color:var(--text);display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.theme-futuroo .account-sidebar .menu .sidebar-item:hover{background:rgba(15,138,106,.08);border-color:rgba(15,138,106,.25)}.theme-futuroo .account-sidebar .menu .sidebar-item.active{background:linear-gradient(135deg,rgba(15,138,106,.16),rgba(15,138,106,.08));border-color:var(--emerald);color:var(--emerald);font-weight:700}.theme-futuroo .account-sidebar .menu .action-btn{margin-top:16px;padding:10px 14px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;color:#b91c1c;background:rgba(185,28,28,.08);border:1px solid rgba(185,28,28,.25);cursor:pointer;text-decoration:none;transition:all .2s ease}.theme-futuroo .account-sidebar .menu .action-btn:hover{background:rgba(185,28,28,.15);border-color:rgba(185,28,28,.4);color:#991b1b;transform:translateY(-1px)}.theme-futuroo .account-sidebar .menu .action-btn:active{transform:translateY(0)}.theme-futuroo .account-sidebar .side-help{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-soft)}.theme-futuroo .account-sidebar .side-help p{font-size:13px;color:var(--muted);margin-bottom:10px}.theme-futuroo .account-sidebar .side-help button{width:100%;padding:10px;border-radius:12px;border:none;background:var(--btn-gradient);color:#fff;font-weight:600;cursor:pointer}.theme-futuroo .account-section-wrapper{width:80%}.theme-futuroo @media(max-width: 480px){.account-page-wrapper{flex-direction:column;padding:12px;gap:16px}.account-page-wrapper .account-sidebar{width:100%;position:relative;top:unset;max-height:none;padding:16px}.account-section-wrapper{width:100%}.account-sidebar .profile-box{gap:12px}.account-sidebar .profile-box .avatar{width:46px;height:46px;font-size:16px}.account-sidebar .menu .sidebar-item{font-size:14px;padding:10px 12px}.account-sidebar .wallet-box h3{font-size:20px}}.theme-futuroo @media(min-width: 481px) and(max-width: 767px){.account-page-wrapper{flex-direction:column;padding:16px;gap:18px}.account-page-wrapper .account-sidebar{width:100%;position:relative;top:unset;max-height:none}.account-section-wrapper{width:100%}.account-sidebar .menu .sidebar-item{font-size:14.5px}}.theme-futuroo @media(min-width: 768px) and(max-width: 991px){.account-page-wrapper{gap:10px}.account-page-wrapper .account-sidebar{width:35%;top:56px;padding:18px}.account-sidebar .profile-box{display:flex;align-items:center;gap:14px;margin-bottom:20px}.account-sidebar .profile-box .avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.account-sidebar .profile-box h4{font-size:14px;font-weight:700}.account-section-wrapper{width:68%}.account-sidebar .menu .sidebar-item{font-size:14.5px}}.theme-futuroo @media(min-width: 992px) and(max-width: 1199px){.account-page-wrapper .account-sidebar{width:28%}.account-section-wrapper{width:72%}}.theme-futuroo @media(min-width: 1200px){.account-page-wrapper{max-width:1400px;margin:0 auto}.account-page-wrapper .account-sidebar{width:25%}.account-section-wrapper{width:75%}}.theme-futuroo .orders{max-width:100%;padding:28px 32px 40px;display:flex;flex-direction:column;gap:20px}.theme-futuroo .orders p,.theme-futuroo .orders span{line-height:1.5}.theme-futuroo .eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px}.theme-futuroo .orders-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 24px;border-radius:20px;background:linear-gradient(135deg,rgba(15,138,106,.05),rgba(244,106,44,.02));border:1px solid var(--border-soft);box-shadow:0 16px 40px rgba(15,23,42,.08)}.theme-futuroo .hero-left h2{font-size:26px;font-weight:800;line-height:1.25;margin-bottom:6px}.theme-futuroo .hero-left p{font-size:13px;color:var(--muted);max-width:520px}.theme-futuroo .hero-right{display:flex;gap:16px;align-items:flex-end}.theme-futuroo .hero-right .field{display:flex;flex-direction:column;gap:6px}.theme-futuroo .hero-right label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.theme-futuroo .hero-right .input-shell{position:relative}.theme-futuroo .hero-right input,.theme-futuroo .hero-right select{width:230px;height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--border-soft);background:var(--panel);font-size:13px;font-weight:500}.theme-futuroo .orders-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;background:var(--panel);border-radius:18px;padding:16px 18px;border:1px solid var(--border-soft)}.theme-futuroo .stat{padding:8px 10px;border-radius:12px;border:1px solid transparent}.theme-futuroo .stat-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:4px}.theme-futuroo .stat strong{display:block;font-size:22px;font-weight:800}.theme-futuroo .stat-sub{font-size:12px;color:var(--muted);margin-top:2px}.theme-futuroo .stat.highlight{border-color:rgba(244,106,44,.2);background:rgba(244,106,44,.04);color:var(--flame)}.theme-futuroo .stat.highlight .stat-sub{color:rgba(244,106,44,.9)}.theme-futuroo .stat.success{border-color:rgba(15,138,106,.2);background:rgba(15,138,106,.04);color:var(--emerald)}.theme-futuroo .stat.success .stat-sub{color:rgba(15,138,106,.9)}.theme-futuroo .filters-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:16px;background:var(--panel);border:1px solid var(--border-soft)}.theme-futuroo .status-chips{display:flex;flex-wrap:wrap;gap:8px}.theme-futuroo .chip{height:32px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border-radius:999px;border:1px solid var(--border-soft);background:transparent;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .12s ease}.theme-futuroo .chip:hover{border-color:rgba(15,138,106,.5);transform:translateY(-1px)}.theme-futuroo .chip.active{background:var(--btn-gradient);color:#fff;border-color:transparent}.theme-futuroo .filters-right{display:flex;align-items:center;gap:10px}.theme-futuroo .time-filter{height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--border-soft);background:var(--panel);font-size:12px;font-weight:600}.theme-futuroo .clear-filters{height:32px;padding:0 10px;display:inline-flex;align-items:center;background:none;border:none;font-size:12px;font-weight:600;color:var(--emerald);cursor:pointer;text-decoration:underline}.theme-futuroo .orders-list{display:flex;flex-direction:column;gap:18px}.theme-futuroo .order-card{position:relative;background:var(--panel);border-radius:18px;padding:18px 18px 14px;border:1px solid var(--border-soft);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:14px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.theme-futuroo .order-card:before{content:"";position:absolute;inset-block:0;left:0;width:3px;background:linear-gradient(180deg,rgba(15,138,106,.9),rgba(244,106,44,.6))}.theme-futuroo .order-card:hover{transform:translateY(-2px);border-color:rgba(15,138,106,.35);box-shadow:0 18px 40px rgba(15,23,42,.14)}.theme-futuroo .order-card.b2b:before{background:linear-gradient(180deg,rgba(15,138,106,.9),rgba(15,138,106,.4))}.theme-futuroo .order-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.theme-futuroo .order-heading-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.theme-futuroo .order-id{font-size:13px;font-weight:700}.theme-futuroo .order-meta{font-size:12px;color:var(--muted)}.theme-futuroo .order-tag{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.theme-futuroo .order-tag.b2c{background:rgba(244,106,44,.08);color:var(--flame)}.theme-futuroo .order-tag.b2b{background:rgba(15,138,106,.08);color:var(--emerald)}.theme-futuroo .status-pill{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:capitalize}.theme-futuroo .status-pill.delivered{background:rgba(15,138,106,.16);color:var(--emerald)}.theme-futuroo .status-pill.processing{background:rgba(255,193,7,.18);color:#b8860b}.theme-futuroo .order-summary{text-align:right}.theme-futuroo .order-amount{font-size:16px;font-weight:800}.theme-futuroo .order-items{font-size:12px;color:var(--muted)}.theme-futuroo .order-body{display:flex;align-items:center;gap:16px}.theme-futuroo .order-body img{width:96px;height:96px;border-radius:14px;-o-object-fit:fill;object-fit:fill}.theme-futuroo .order-info{flex:1;min-width:0}.theme-futuroo .order-info h4{font-size:15px;font-weight:700;margin-bottom:2px}.theme-futuroo .order-subtitle{font-size:13px;color:var(--muted)}.theme-futuroo .timeline{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.theme-futuroo .timeline span{padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:rgba(0,0,0,.04)}.theme-futuroo .timeline .done{background:rgba(15,138,106,.14);color:var(--emerald)}.theme-futuroo .timeline .current{background:var(--btn-gradient);color:#fff}.theme-futuroo .order-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.theme-futuroo .order-actions .btn{min-width:120px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer}.theme-futuroo .order-actions .btn.ghost{background:transparent;border:1px solid var(--border-soft)}.theme-futuroo .order-actions .btn.solid{background:var(--btn-gradient);border:none;color:#fff}.theme-futuroo @media(max-width: 900px){.orders{padding:20px 16px 32px}.orders-hero{flex-direction:column;align-items:stretch}.hero-right{width:100%;justify-content:flex-start;flex-wrap:wrap}.hero-right input,.hero-right select{width:100%}.orders-stats{grid-template-columns:1fr}.filters-strip{flex-direction:column;align-items:flex-start}.filters-right{width:100%;justify-content:space-between}.order-body{flex-direction:row;align-items:flex-start}}@media (max-width:640px){.theme-futuroo .order-body{flex-direction:column;align-items:flex-start}.theme-futuroo .order-summary{text-align:left}.theme-futuroo .order-actions{flex-wrap:wrap;justify-content:flex-start}}.theme-futuroo @media(max-width: 768px){.orders{padding:16px 14px 28px;gap:16px}.orders-hero{padding:16px;border-radius:16px;gap:16px}.hero-left h2{font-size:20px;line-height:1.25}.hero-left p{font-size:13px}.hero-right{flex-direction:column;align-items:stretch;gap:14px}.hero-right .field{width:100%}.hero-right input,.hero-right select{width:100%;height:44px;font-size:14px}.orders-stats{grid-template-columns:1fr;gap:10px;padding:14px}.stat strong{font-size:20px}.filters-strip{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.status-chips{gap:8px}.filters-right{width:100%;flex-direction:column;align-items:stretch;gap:10px}.time-filter{width:100%;height:40px;font-size:13px}.clear-filters{align-self:flex-start;font-size:13px}.order-card{padding:14px;border-radius:16px;gap:12px}.order-top{flex-direction:column;gap:10px;align-items:flex-start}.order-summary{text-align:left}.order-amount{font-size:15px}.order-body{flex-direction:column;align-items:flex-start;gap:12px}.order-body img{width:100%;height:160px;border-radius:14px}.order-info h4{font-size:14px}.order-subtitle{font-size:12px}.timeline{gap:6px}.timeline span{font-size:11px;padding:4px 10px}.order-actions{flex-direction:column;align-items:stretch;gap:10px}.order-actions .btn{width:100%;height:44px;font-size:14px}}.theme-futuroo .account-content{max-width:100%;padding:32px 32px 48px}.theme-futuroo .account-content *{box-sizing:border-box}.theme-futuroo .addresses-hero{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:32px 36px;border-radius:28px;background:linear-gradient(135deg,rgba(15,138,106,.06),rgba(15,138,106,.02));border:1px solid rgba(15,138,106,.15);box-shadow:0 12px 28px rgba(0,0,0,.05);margin-bottom:30px}.theme-futuroo .hero-chip{display:inline-block;font-size:11px;font-weight:800;padding:6px 14px;border-radius:999px;background:rgba(15,138,106,.18);color:var(--emerald);margin-bottom:10px}.theme-futuroo .addresses-hero h2{font-size:34px;font-weight:900;margin-bottom:6px}.theme-futuroo .addresses-hero p{font-size:15px;color:var(--muted);max-width:520px;line-height:1.6}.theme-futuroo .btn.solid{height:46px;padding:0 26px;border-radius:999px;background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff;box-shadow:0 8px 18px rgba(15,138,106,.35);transition:.25s ease}.theme-futuroo .btn.solid:hover{transform:translateY(-2px)}.theme-futuroo .btn.ghost{background:transparent;color:var(--emerald)}.theme-futuroo .address-form-layout{margin-bottom:30px}.theme-futuroo .add-address-form{padding:26px;border-radius:24px;background:linear-gradient(135deg,rgba(15,138,106,.08),rgba(244,106,44,.04));border:1px solid var(--border-soft);animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.theme-futuroo .add-address-form h3{font-size:20px;font-weight:900;margin-bottom:16px}.theme-futuroo .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.theme-futuroo .form-grid input,.theme-futuroo .form-grid select,.theme-futuroo .form-grid textarea{padding:12px 14px;border-radius:14px;border:1px solid var(--border-soft);background:var(--panel);font-weight:700}.theme-futuroo .form-grid textarea{grid-column:span 2;height:80px;resize:none}.theme-futuroo .form-grid .checkbox{grid-column:span 2;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}.theme-futuroo .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.theme-futuroo .address-card-wrapper{display:flex;align-items:center;justify-content:start;flex-wrap:wrap;gap:20px}.theme-futuroo .address-card{width:45%;background:var(--panel);border-radius:24px;padding:22px;margin-bottom:26px;border:1px solid var(--border-soft);box-shadow:var(--shadow-soft)}.theme-futuroo .address-card.default{border-left:6px solid var(--emerald)}.theme-futuroo .address-top{display:flex;justify-content:flex-end;gap:8px;margin-bottom:10px}.theme-futuroo .category-chip{background:rgba(15,138,106,.12);color:var(--emerald)}.theme-futuroo .category-chip,.theme-futuroo .default-badge{padding:6px 14px;font-size:12px;font-weight:900;border-radius:999px}.theme-futuroo .default-badge{background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff}.theme-futuroo .details{font-size:14px;color:var(--muted);line-height:1.5}.theme-futuroo .card-footer{margin-top:14px;padding-top:12px;border-top:1px dashed var(--border-soft);display:flex;justify-content:flex-end}.theme-futuroo .address-actions{display:flex;gap:12px}.theme-futuroo .btn-ghost{padding:10px 22px;border-radius:999px;background:linear-gradient(135deg,rgba(15,138,106,.12),rgba(15,138,106,.06));color:var(--emerald);font-weight:800;border:1px solid rgba(15,138,106,.22);backdrop-filter:blur(6px);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .25s ease}.theme-futuroo .btn-ghost:hover{transform:translateY(-1.5px);background:linear-gradient(135deg,rgba(15,138,106,.18),rgba(15,138,106,.1));box-shadow:0 10px 22px rgba(15,138,106,.28),inset 0 1px 0 rgba(255,255,255,.4)}.theme-futuroo .btn-ghost:active{transform:scale(.96);box-shadow:0 4px 10px rgba(15,138,106,.25)}.theme-futuroo .btn-ghost-danger{padding:10px 22px;border-radius:999px;background:linear-gradient(135deg,rgba(198,40,40,.14),rgba(198,40,40,.06));color:#c62828;font-weight:800;border:1px solid rgba(198,40,40,.25);backdrop-filter:blur(6px);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .25s ease}.theme-futuroo .btn-ghost-danger:hover{transform:translateY(-1.5px);background:linear-gradient(135deg,rgba(198,40,40,.2),rgba(198,40,40,.12));box-shadow:0 10px 22px rgba(198,40,40,.3),inset 0 1px 0 rgba(255,255,255,.4)}.theme-futuroo .btn-ghost-danger:active{transform:scale(.96);box-shadow:0 4px 10px rgba(198,40,40,.25)}.theme-futuroo @media(max-width: 480px){.account-content{padding:16px 16px 32px}.addresses-hero{flex-direction:column;align-items:flex-start;padding:20px;gap:16px}.addresses-hero h2{font-size:22px}.addresses-hero p{font-size:14px}.form-grid{grid-template-columns:1fr;gap:12px}.form-grid .checkbox,.form-grid textarea{grid-column:span 1}.form-actions{gap:10px}.address-card-wrapper,.form-actions{flex-direction:column}.address-card{width:100%;padding:18px}.card-footer{justify-content:flex-start}.address-actions{flex-direction:column;width:100%}.btn-ghost,.btn-ghost-danger,.btn.solid{width:100%;justify-content:center}}.theme-futuroo @media(min-width: 481px) and(max-width: 767px){.account-content{padding:20px}.addresses-hero{flex-direction:column;align-items:flex-start;padding:24px;gap:18px}.addresses-hero h2{font-size:26px}.form-grid{grid-template-columns:1fr}.form-grid .checkbox,.form-grid textarea{grid-column:span 1}.address-card-wrapper{flex-direction:column}.address-card{width:100%}.address-actions{flex-wrap:wrap}}.theme-futuroo @media(min-width: 768px) and(max-width: 991px){.account-content{padding:24px}.addresses-hero{padding:26px 28px}.addresses-hero h2{font-size:30px}.form-grid{grid-template-columns:repeat(2,1fr)}.address-card-wrapper{gap:18px}.address-card{width:48%}}.theme-futuroo @media(min-width: 992px) and(max-width: 1199px){.addresses-hero h2{font-size:32px}.address-card{width:46%}}.theme-futuroo @media(min-width: 1200px){.account-content{max-width:1200px;margin:0 auto}.address-card{width:45%}}.theme-futuroo .dash{display:flex;flex-direction:column;gap:20px}.theme-futuroo .dash-hero{align-items:center}.theme-futuroo .dash-hero-actions{display:flex;gap:10px;flex-shrink:0}.theme-futuroo .dash-hero-actions .btn{height:44px;padding:0 22px;border-radius:999px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .2s ease}.theme-futuroo .dash-hero-actions .btn.solid{background:linear-gradient(135deg,var(--emerald-light),var(--emerald));color:#fff;border:none;box-shadow:0 10px 22px rgba(15,138,106,.28)}.theme-futuroo .dash-hero-actions .btn.solid:hover{transform:translateY(-2px)}.theme-futuroo .dash-hero-actions .btn.ghost{background:#fff;color:var(--emerald-light);border:1px solid rgba(15,138,106,.28)}.theme-futuroo .dash-hero-actions .btn.ghost:hover{background:rgba(15,138,106,.06)}.theme-futuroo .dash-alert{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:18px;background:linear-gradient(135deg,rgba(244,106,44,.1),rgba(244,106,44,.03));border:1px solid rgba(244,106,44,.25)}.theme-futuroo .dash-alert-icon{flex-shrink:0;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(244,106,44,.16);color:var(--flame)}.theme-futuroo .dash-alert-body{flex:1;min-width:0}.theme-futuroo .dash-alert-body strong{display:block;font-size:15px;font-weight:800;color:var(--text)}.theme-futuroo .dash-alert-body p{margin:2px 0 0;font-size:13px;color:var(--muted)}.theme-futuroo .dash-alert-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.theme-futuroo .dash-alert-actions a{height:34px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:700;text-decoration:none;background:var(--flame);color:#fff;white-space:nowrap;transition:transform .15s ease}.theme-futuroo .dash-alert-actions a.soft{background:rgba(244,106,44,.12);color:var(--flame)}.theme-futuroo .dash-alert-actions a:hover{transform:translateY(-1px)}.theme-futuroo .dash-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.theme-futuroo .dash-kpi{position:relative;background:var(--color-surface);border:1px solid var(--border-soft);border-radius:18px;padding:16px 16px 14px;box-shadow:0 8px 24px rgba(15,23,42,.05);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.theme-futuroo .dash-kpi:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.1);border-color:rgba(15,138,106,.28)}.theme-futuroo .dash-kpi-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.theme-futuroo .dash-kpi-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);line-height:1.3}.theme-futuroo .dash-kpi-ic{flex-shrink:0;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:rgba(22,167,152,.1);color:var(--emerald)}.theme-futuroo .dash-kpi-value{display:block;font-size:26px;font-weight:800;line-height:1.1;color:var(--text);font-variant-numeric:tabular-nums}.theme-futuroo .dash-kpi-value.money{font-size:19px}.theme-futuroo .dash-kpi-sub{display:block;margin-top:4px;font-size:11.5px;color:var(--muted)}.theme-futuroo .dash-kpi.flame .dash-kpi-ic{background:rgba(244,106,44,.12);color:var(--flame)}.theme-futuroo .dash-kpi.flame .dash-kpi-value{color:var(--flame)}.theme-futuroo .dash-kpi.emerald .dash-kpi-value{color:var(--emerald-light)}.theme-futuroo .dash-cols{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:18px;align-items:start}.theme-futuroo .dash-panel{background:var(--color-surface);border:1px solid var(--border-soft);border-radius:20px;padding:20px 20px 12px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.theme-futuroo .dash-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.theme-futuroo .dash-panel-head h3{font-size:16px;font-weight:800;color:var(--text)}.theme-futuroo .dash-panel-head a{font-size:12.5px;font-weight:700;color:var(--emerald-light);text-decoration:none}.theme-futuroo .dash-panel-head a:hover{text-decoration:underline}.theme-futuroo .dash-order-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--border-soft);text-decoration:none;color:inherit;transition:padding .15s ease}.theme-futuroo .dash-order-row:last-child{border-bottom:none}.theme-futuroo .dash-order-row:hover{padding-inline:8px;background:rgba(15,138,106,.04);border-radius:12px}.theme-futuroo .dash-order-main{flex:1;min-width:0}.theme-futuroo .dash-order-no{font-size:13.5px;font-weight:800;color:var(--text)}.theme-futuroo .dash-order-date{font-size:12px;color:var(--muted);margin-top:2px}.theme-futuroo .dash-order-amount{font-size:14px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap}.theme-futuroo .dash-pill{padding:4px 11px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.theme-futuroo .dash-pill.success{background:rgba(15,138,106,.14);color:var(--emerald-light)}.theme-futuroo .dash-pill.warning{background:rgba(217,119,6,.14);color:#b45309}.theme-futuroo .dash-pill.info{background:rgba(2,119,189,.12);color:#0277bd}.theme-futuroo .dash-pill.danger{background:rgba(198,40,40,.12);color:#c62828}.theme-futuroo .dash-pill.accent{background:rgba(22,167,152,.14);color:var(--emerald)}.theme-futuroo .dash-pill.neutral{background:rgba(0,0,0,.05);color:var(--muted)}.theme-futuroo .dash-links{display:flex;flex-direction:column;gap:4px}.theme-futuroo .dash-link{display:flex;align-items:center;gap:12px;padding:12px 8px;border-radius:12px;text-decoration:none;color:inherit;transition:background .15s ease}.theme-futuroo .dash-link:hover{background:rgba(15,138,106,.06)}.theme-futuroo .dash-link-ic{flex-shrink:0;width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:rgba(22,167,152,.1);color:var(--emerald)}.theme-futuroo .dash-link-txt{flex:1;min-width:0}.theme-futuroo .dash-link-txt strong{display:block;font-size:14px;font-weight:700;color:var(--text)}.theme-futuroo .dash-link-txt span{font-size:12px;color:var(--muted)}.theme-futuroo .dash-link-count{min-width:24px;height:22px;padding:0 7px;border-radius:999px;background:rgba(22,167,152,.12);color:var(--emerald);font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.theme-futuroo .dash-chevron{color:var(--muted);flex-shrink:0}.theme-futuroo .dash-empty{padding:28px 16px;text-align:center;color:var(--muted)}.theme-futuroo .dash-empty p{font-size:13.5px;margin-bottom:12px}.theme-futuroo .dash-empty a{display:inline-flex;height:40px;padding:0 20px;align-items:center;border-radius:999px;background:linear-gradient(135deg,var(--emerald-light),var(--emerald));color:#fff;font-size:13px;font-weight:700;text-decoration:none}.theme-futuroo .dash-skel{color:var(--muted);opacity:.5}@media (max-width:1100px){.theme-futuroo .dash-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.theme-futuroo .dash-hero{flex-direction:column;align-items:stretch}.theme-futuroo .dash-hero-actions{justify-content:flex-start}.theme-futuroo .dash-cols{grid-template-columns:1fr}}@media (max-width:560px){.theme-futuroo .dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-futuroo .dash-alert{flex-direction:column;align-items:flex-start}.theme-futuroo .dash-alert-actions{justify-content:flex-start}.theme-futuroo .dash-hero-actions{flex-direction:column}.theme-futuroo .dash-hero-actions .btn{width:100%}}.theme-futuroo .account-wrapper{width:100%;background:var(--bg)}.theme-futuroo .account-wrapper .account-content{padding:32px;overflow-y:auto;width:100%}.theme-futuroo .account-wrapper .account-content .card{background:var(--panel);padding:22px;border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-bottom:22px}.theme-futuroo .account-wrapper .account-content .card h3{margin-bottom:14px;color:var(--emerald)}.theme-futuroo .account-wrapper .account-content .card .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.theme-futuroo .account-wrapper .account-content .card .info-grid label{font-size:13px;color:var(--muted)}.theme-futuroo .account-wrapper .account-content .card .info-grid input{width:100%;padding:10px;border-radius:10px;border:1px solid var(--border-soft);background:#f9fafb}.theme-futuroo .account-wrapper .account-content .card .order-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed var(--border-soft)}.theme-futuroo .account-wrapper .account-content .card .order-row .status{font-size:13px;font-weight:800}.theme-futuroo .account-wrapper .account-content .card .order-row .status.delivered{color:#2e7d32}.theme-futuroo .account-wrapper .account-content .card .order-row .status.shipped{color:#ff9800}.theme-futuroo .account-wrapper .account-content .card .order-row .status.processing{color:#0277bd}.theme-futuroo .account-wrapper .account-content .card .measure-box{background:#f9fafb;padding:14px;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:10px}.theme-futuroo .btn-outline{border:1px solid var(--emerald);background:transparent;color:var(--emerald);padding:8px 14px;border-radius:10px;font-weight:700;cursor:pointer;margin-top:10px}.theme-futuroo .btn-primary{background:var(--btn-gradient);border:none;color:#fff;padding:8px 14px;border-radius:10px;font-weight:700}.theme-futuroo .small{font-size:13px}.theme-futuroo @media(max-width: 480px){.account-wrapper .account-content{padding:12px}.account-wrapper .account-content .card{padding:14px;border-radius:14px}.account-wrapper .account-content .card h3{font-size:15px}.account-wrapper .account-content .card .info-grid{grid-template-columns:1fr;gap:10px}.account-wrapper .account-content .card .info-grid input{padding:12px;font-size:14px}.account-wrapper .account-content .card .order-row{flex-direction:column;align-items:flex-start;gap:6px}.btn-outline,.btn-primary{width:100%;padding:12px;font-size:14px}}.theme-futuroo @media(min-width: 481px) and(max-width: 767px){.account-wrapper .account-content{padding:16px}.account-wrapper .account-content .card{padding:18px}.account-wrapper .account-content .card h3{font-size:16px}.account-wrapper .account-content .card .info-grid{grid-template-columns:1fr;gap:12px}.account-wrapper .account-content .card .order-row{flex-direction:column;gap:6px}.btn-outline,.btn-primary{width:100%;padding:12px}}.theme-futuroo @media(min-width: 768px) and(max-width: 991px){.account-wrapper .account-content{padding:24px}.account-wrapper .account-content .card{padding:20px}.account-wrapper .account-content .card .info-grid{grid-template-columns:repeat(2,1fr);gap:14px}.account-wrapper .account-content .card .order-row{flex-direction:row}.btn-outline,.btn-primary{width:auto;padding:10px 16px}}.theme-futuroo @media(min-width: 992px) and(max-width: 1199px){.account-wrapper .account-content{padding:28px}.account-wrapper .account-content .card{padding:22px}}.theme-futuroo @media(min-width: 1200px){.account-wrapper .account-content{padding:32px;max-width:1200px;margin:0 auto}}.theme-futuroo .account-sidebar.acct-rail{max-height:none;padding:18px;gap:0}.theme-futuroo .acct-profile{display:flex;align-items:center;gap:13px;padding-bottom:16px;margin-bottom:14px;border-bottom:1px solid var(--border-soft)}.theme-futuroo .acct-avatar{flex-shrink:0;width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff;font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,138,106,.3)}.theme-futuroo .acct-profile-meta{min-width:0}.theme-futuroo .acct-profile-meta h4{margin:0;font-size:15px;font-weight:800;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-futuroo .acct-email{margin:2px 0 0;font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-futuroo .acct-badge{display:inline-block;margin-top:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:3px 10px;border-radius:999px;background:rgba(22,167,152,.12);color:var(--emerald)}.theme-futuroo .acct-nav{display:flex;flex-direction:column;gap:3px}.theme-futuroo .acct-nav-item{position:relative;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:13px;text-decoration:none;color:var(--text);font-size:14px;font-weight:600;transition:background .15s ease,color .15s ease}.theme-futuroo .acct-nav-item:hover{background:rgba(15,138,106,.07)}.theme-futuroo .acct-nav-ic{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(22,167,152,.1);color:var(--emerald);transition:background .15s ease,color .15s ease}.theme-futuroo .acct-nav-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-futuroo .acct-nav-count{min-width:22px;height:20px;padding:0 6px;border-radius:999px;background:rgba(0,0,0,.06);color:var(--muted);font-size:11.5px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.theme-futuroo .acct-nav-chevron{flex-shrink:0;color:var(--muted);opacity:.45}.theme-futuroo .acct-nav-item.active{background:linear-gradient(135deg,rgba(15,138,106,.14),rgba(15,138,106,.05));color:var(--emerald-light)}.theme-futuroo .acct-nav-item.active .acct-nav-ic{background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff}.theme-futuroo .acct-nav-item.active .acct-nav-label{font-weight:800}.theme-futuroo .acct-nav-item.active .acct-nav-count{background:rgba(15,138,106,.16);color:var(--emerald-light)}.theme-futuroo .acct-logout{margin-top:14px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:12px;font-size:13.5px;font-weight:800;color:#b91c1c;background:rgba(185,28,28,.07);border:1px solid rgba(185,28,28,.2);cursor:pointer;transition:all .18s ease}.theme-futuroo .acct-logout:hover{background:rgba(185,28,28,.13);transform:translateY(-1px)}.theme-futuroo .acct-help{margin-top:16px;padding:14px;border-radius:14px;background:linear-gradient(135deg,rgba(15,138,106,.06),rgba(244,106,44,.03));border:1px solid var(--border-soft);display:flex;flex-wrap:wrap;align-items:center;gap:10px 11px}.theme-futuroo .acct-help-ic{flex-shrink:0;width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:rgba(244,106,44,.1);color:var(--flame)}.theme-futuroo .acct-help-body{flex:1;min-width:0}.theme-futuroo .acct-help-body strong{display:block;font-size:13px;font-weight:800;color:var(--text)}.theme-futuroo .acct-help-body p{margin:1px 0 0;font-size:11.5px;color:var(--muted)}.theme-futuroo .acct-help-btn{flex-basis:100%;text-align:center;padding:9px;border-radius:10px;background:linear-gradient(135deg,var(--emerald-light),var(--emerald));color:#fff;font-size:12.5px;font-weight:700;text-decoration:none}.theme-futuroo .dash-side{display:flex;flex-direction:column;gap:18px}.theme-futuroo .acct-snapshot-head{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:12px;border-bottom:1px solid var(--border-soft)}.theme-futuroo .acct-snapshot-avatar{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#0f8a6a,#14b88a);color:#fff;font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center}.theme-futuroo .acct-snapshot-id{min-width:0}.theme-futuroo .acct-snapshot-id strong{display:block;font-size:15px;font-weight:800;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-futuroo .acct-snapshot-id span{display:block;font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-futuroo .acct-snapshot-rows{display:flex;flex-direction:column;margin-bottom:14px}.theme-futuroo .acct-snapshot-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px dashed var(--border-soft);font-size:13px}.theme-futuroo .acct-snapshot-row:last-child{border-bottom:none}.theme-futuroo .acct-snapshot-row>span:first-child{color:var(--muted)}.theme-futuroo .acct-snapshot-row>span:last-child{font-weight:700;color:var(--text)}.theme-futuroo .acct-snapshot-chip{padding:3px 10px;border-radius:999px;background:rgba(22,167,152,.12);color:var(--emerald)!important;font-size:11.5px;font-weight:800}.theme-futuroo .acct-snapshot-btn{display:block;text-align:center;padding:10px;border-radius:12px;border:1px solid rgba(15,138,106,.25);color:var(--emerald-light);font-size:13px;font-weight:700;text-decoration:none;transition:background .15s ease}.theme-futuroo .acct-snapshot-btn:hover{background:rgba(15,138,106,.06)}.theme-futuroo .dash-progress-tag{font-size:12px;font-weight:800;color:var(--emerald);background:rgba(22,167,152,.12);padding:3px 10px;border-radius:999px}.theme-futuroo .dash-steps{list-style:none;display:flex;flex-direction:column;gap:2px;margin-top:6px;padding:0}.theme-futuroo .dash-step-link{display:flex;align-items:center;gap:12px;padding:10px 6px;border-radius:10px;text-decoration:none;color:var(--text);transition:background .15s ease}.theme-futuroo a.dash-step-link:hover{background:rgba(15,138,106,.06)}.theme-futuroo .dash-step-check{flex-shrink:0;width:24px;height:24px;border-radius:50%;border:2px solid var(--border-soft);display:flex;align-items:center;justify-content:center;color:#fff}.theme-futuroo .dash-step.done .dash-step-check{background:var(--emerald);border-color:var(--emerald)}.theme-futuroo .dash-step-label{flex:1;min-width:0;font-size:13.5px;font-weight:600}.theme-futuroo .dash-step.done .dash-step-label{color:var(--muted);text-decoration:line-through}.theme-futuroo .dash-step-go{flex-shrink:0;color:var(--emerald)}@media (max-width:767px){.theme-futuroo .account-sidebar.acct-rail{width:100%}}