:root{--bg: #f7fbff;--surface: #ffffff;--surface-soft: #f2f8ff;--surface-blue: #eaf5ff;--line: #e1eefb;--line-strong: #cfe3f7;--text: #20364d;--muted: #6f8296;--primary: #63a7e8;--primary-soft: #d9edff;--primary-strong: #3f8bd2;--sidebar: #eef7ff;--sidebar-text: #35536f;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.brand-mark{width:42px;height:42px;border-radius:10px;background:var(--primary-soft);color:var(--primary-strong);display:grid;place-items:center;font-weight:700;font-size:18px}.auth-page{min-height:100vh;min-height:100dvh;background:linear-gradient(160deg,#e8f2ff,#f4f8ff 55%,#eef5ff);display:flex;flex-direction:column;max-width:430px;margin:0 auto;overflow-y:auto;padding-bottom:max(20px,env(safe-area-inset-bottom))}.auth-topbar{display:flex;align-items:center;justify-content:space-between;padding:max(14px,env(safe-area-inset-top)) 16px 10px}.auth-icon-btn{width:36px;height:36px;border-radius:50%;background:#fff;border:none;display:grid;place-items:center;color:#374151;box-shadow:0 1px 4px #0000001a;cursor:pointer}.auth-topbar-title{font-size:16px;font-weight:700;color:#111827}.auth-lang-btn{display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:6px 10px;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.auth-brand-section{text-align:center;padding:8px 16px 4px}.auth-logo-new{width:68px;height:68px;border-radius:18px;background:linear-gradient(135deg,#60a5fa,#1d6fe8);color:#fff;display:inline-grid;place-items:center;font-weight:900;font-size:30px;margin-bottom:10px;box-shadow:0 6px 20px #1d6fe84d}.auth-brand-name{font-size:22px;font-weight:800;color:#111827;margin:0 0 2px}.auth-brand-sub{font-size:13px;color:#6b7280;margin:0}.auth-illustration-svg{width:100%;max-width:300px;height:auto}.auth-welcome{text-align:center;padding:6px 28px 12px}.auth-welcome h2{font-size:24px;font-weight:800;color:#111827;margin:0 0 8px}.auth-welcome p{font-size:13.5px;color:#6b7280;line-height:1.65;margin:0}.auth-form-card{background:#fff;margin:0 16px;border-radius:20px;padding:20px;box-shadow:0 4px 24px #1e407814;display:grid;gap:12px}.auth-form-title{font-size:18px;font-weight:800;color:#111827;margin:0}.auth-form-desc{font-size:13px;color:#6b7280;margin:-4px 0 0;line-height:1.5}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:13px;color:#9ca3af;display:flex;pointer-events:none;z-index:1}.auth-input{width:100%;padding:13px 14px 13px 40px;border:1.5px solid #e5e7eb;border-radius:12px;font-size:15px;background:#fafafa;color:#111827;transition:border-color .15s,background .15s;outline:none}.auth-input:focus{border-color:#3b82f6;background:#fff}.auth-select{padding-left:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.auth-eye-btn{position:absolute;right:10px;background:none;border:none;color:#9ca3af;padding:6px;display:flex;cursor:pointer}.auth-options-row{display:flex;align-items:center;justify-content:space-between}.auth-remember-label{display:flex;align-items:center;gap:7px;font-size:14px;color:#374151;cursor:pointer}.auth-checkbox{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.auth-forgot-btn{background:none;border:none;font-size:14px;font-weight:600;color:#2563eb;cursor:pointer;padding:0}.auth-message{font-size:13px;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;margin:0}.auth-btn-primary{width:100%;padding:14px;background:#2563eb;color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.auth-btn-primary:hover{background:#1d4ed8}.auth-btn-secondary{width:100%;padding:14px;background:#fff;color:#2563eb;border:1.5px solid #2563eb;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.auth-btn-secondary:hover{background:#eff6ff}.auth-divider{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:13px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-btn-whatsapp{width:100%;padding:13px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;font-size:15px;font-weight:600;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .15s}.auth-btn-whatsapp:hover{background:#f9fafb}.auth-support-row{width:100%;display:flex;align-items:center;gap:10px;padding:11px 12px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;font-size:14px;color:#374151;cursor:pointer;text-align:left;transition:background .15s}.auth-support-row:hover{background:#f9fafb}.auth-support-icon{width:36px;height:36px;border-radius:50%;background:#eff6ff;display:grid;place-items:center;color:#3b82f6;flex-shrink:0}.auth-row-arrow{margin-left:auto;color:#9ca3af}.auth-link{color:#2563eb;font-weight:600}.auth-btn-ghost{background:none;border:none;font-size:14px;color:#6b7280;cursor:pointer;padding:4px;text-align:center}.auth-footer-area{text-align:center;padding:16px 24px;color:#9ca3af;font-size:12px;line-height:1.7}.auth-footer-area p{margin:0}.auth-footer-area a{color:#2563eb;font-weight:600;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}aside{background:var(--sidebar);color:var(--sidebar-text);border-right:1px solid var(--line);padding:24px;position:sticky;top:0;height:100vh}.side-brand{display:flex;align-items:center;gap:8px;margin-bottom:34px}aside h1{margin:0;font-size:24px}nav{display:grid;gap:8px}nav button{min-height:42px;display:flex;align-items:center;justify-content:flex-start;gap:10px;color:var(--sidebar-text);border:1px solid transparent;border-radius:8px;padding:0 10px;background:transparent}nav button.active{background:#fff;border-color:var(--line);color:var(--primary-strong);box-shadow:0 8px 22px #548ec414}.workspace{padding:28px;display:grid;gap:22px;min-width:0}header{display:flex;align-items:center;justify-content:space-between;gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:0 10px 30px #4a739b0f}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--primary-strong);font-size:13px;font-weight:650;margin-bottom:8px}header p{margin:0;color:var(--muted)}header strong{display:block;font-size:30px;line-height:1.1;margin-top:4px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.summary-grid article{min-height:98px;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:18px;display:grid;align-content:space-between;box-shadow:0 8px 24px #4a739b0d}.summary-grid span{color:var(--muted);font-size:14px}.summary-grid strong{font-size:28px}.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:22px;align-items:start}.feature-section{display:grid;gap:14px}.balance-grid,.program-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.balance-card,.program-card,.profile-panel{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:0 8px 24px #4a739b0d}.balance-card{min-height:128px;display:grid;align-content:space-between}.balance-card span{color:var(--muted);font-size:14px}.balance-card strong{font-size:30px;line-height:1.15}.program-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-card{display:grid;gap:8px}.program-card strong{font-size:17px}.program-card p,.product p{margin:0;color:var(--muted);line-height:1.5}.quick-actions,.product-actions{display:flex;flex-wrap:wrap;gap:8px}.quick-actions button,.product-actions button{flex:1 1 150px}.product-actions{width:100%}.product-actions button{min-height:38px;padding:8px 10px;font-size:13px}.profile-panel{display:grid;grid-template-columns:86px minmax(0,1fr);gap:18px;align-items:start}.profile-avatar{width:72px;height:72px;border-radius:18px;background:var(--primary-soft);color:var(--primary-strong);display:grid;place-items:center;font-size:30px;font-weight:700;text-transform:uppercase}.profile-details{display:grid;grid-template-columns:minmax(120px,160px) minmax(0,1fr);gap:10px 16px;align-items:center}.profile-details span{color:var(--muted);font-size:14px}.profile-details strong{overflow-wrap:anywhere}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px}.section-heading.compact{align-items:start}.section-heading span{color:var(--muted);font-size:14px;text-align:right}h1,h2{margin:0}h2{font-size:20px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:20px;box-shadow:0 8px 24px #4a739b0d}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px}.product{min-height:260px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:10px;padding:14px;text-align:left;display:grid;gap:8px;justify-items:start;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;box-shadow:0 8px 24px #4a739b0d}.product-photo{width:100%;aspect-ratio:4 / 3;border-radius:9px;overflow:hidden;background:var(--surface-blue);border:1px solid var(--line);color:var(--muted);display:grid;place-items:center;font-size:12px;font-weight:600}.product-photo img{width:100%;height:100%;object-fit:cover}.product:hover{border-color:var(--primary);box-shadow:0 12px 30px #4a739b1a;transform:translateY(-1px)}.product.selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary),0 12px 30px #63a7e824}.product span{font-weight:650;line-height:1.35}.product small{color:var(--muted)}.product strong{font-size:20px}.product em{color:var(--primary-strong);font-size:13px;font-style:normal;font-weight:650}form{display:grid;gap:8px}input,select,textarea{width:100%;border:1px solid var(--line-strong);border-radius:8px;padding:12px;background:#fbfdff;color:var(--text);outline:none;min-width:0}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #63a7e82e}textarea{min-height:116px;resize:vertical}button{min-height:44px;border:1px solid transparent;border-radius:8px;background:var(--primary);color:#fff;padding:11px 14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:disabled{background:#b9d6ee;cursor:not-allowed}.ghost-button,.secondary-button{background:var(--surface-blue);border-color:var(--line);color:var(--text)}.notice{margin:4px 0 0;color:#8a6424;line-height:1.45}.floating-notice{position:sticky;bottom:12px;z-index:5;width:fit-content;max-width:100%;padding:10px 12px;border:1px solid #f0d89b;border-radius:8px;background:#fff8e8}.table{display:grid;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface);box-shadow:0 8px 24px #4a739b0d}.row{display:grid;grid-template-columns:76px minmax(140px,1fr) 130px 150px 160px;gap:8px;padding:9px 12px;border-bottom:1px solid var(--line);align-items:center}.withdrawal-row{grid-template-columns:76px minmax(120px,1fr) minmax(130px,1fr) 130px 150px}.row:last-child{border-bottom:0}.row strong{display:inline-flex;align-items:center;gap:6px}.status{width:fit-content;border-radius:999px;padding:5px 10px;background:#f1f6fb;color:#5f7286;font-size:12px;font-weight:600}.status-completed,.status-paid{background:#edf8f3;color:#327052}.status-cancelled{background:#fff0f0;color:#9a4444}.status-processing,.status-shipped{background:var(--primary-soft);color:var(--primary-strong)}.empty-state{padding:22px;color:var(--muted);background:var(--surface);border:1px dashed var(--line-strong);border-radius:10px}@media(max-width:980px){.app-shell{grid-template-columns:1fr;padding-bottom:max(76px,calc(60px + env(safe-area-inset-bottom)))}aside{position:static;height:auto;padding:0;border:none;background:transparent}.side-brand{display:none}nav{position:fixed;right:0;bottom:0;left:0;z-index:10;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:6px 8px;padding-bottom:max(6px,env(safe-area-inset-bottom));background:#fffffff0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--line);box-shadow:0 -8px 24px #4a739b1a}nav button{min-height:52px;justify-content:center;flex-direction:column;gap:3px;padding:6px 4px;font-size:11px}.grid,.program-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.balance-grid{grid-template-columns:1fr;gap:10px}}@media(max-width:640px){.login-screen{place-items:start center;padding:max(14px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.login-panel{width:100%;max-height:none;padding:18px;border-radius:9px;box-shadow:0 10px 30px #466f951a}.brand-mark{width:38px;height:38px;border-radius:9px}.auth-copy{margin-bottom:4px;font-size:14px}.default-login{padding:10px}input,select,textarea{min-height:44px;padding:11px}.workspace{padding:14px 14px 0;gap:14px}.summary-grid strong,.balance-card strong{font-size:22px}.balance-card{min-height:88px}header,.section-heading{align-items:stretch;flex-direction:column}.section-heading span{text-align:left}.quick-actions{display:grid;grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.row{grid-template-columns:1fr;gap:8px}.profile-panel,.profile-details{grid-template-columns:1fr}}
