:root{--font-heading:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--bg-main:#0a0e17;--bg-surface:#111827;--bg-card:#111827bf;--bg-card-hover:#1b263bd9;--bg-glass:#ffffff08;--border-color:#ffffff14;--border-active:#10b98166;--primary:#10b981;--primary-hover:#059669;--primary-glow:#10b98140;--calorie-color:#f59e0b;--calorie-glow:#f59e0b33;--protein-color:#3b82f6;--protein-glow:#3b82f633;--carbs-color:#ec4899;--carbs-glow:#ec489933;--fats-color:#8b5cf6;--fats-glow:#8b5cf633;--whatsapp-green:#25d366;--whatsapp-glow:#25d3664d;--text-main:#f3f4f6;--text-muted:#9ca3af;--text-dim:#6b7280;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--shadow-card:0 10px 30px -5px #00000080, 0 0 0 1px var(--border-color);--shadow-glow:0 0 25px var(--primary-glow)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 15%,#10b98114 0%,#0000 40%),radial-gradient(circle at 85% 25%,#3b82f60f 0%,#0000 45%),radial-gradient(circle at 50% 80%,#8b5cf60d 0%,#0000 50%);background-attachment:fixed;width:100%;min-height:100vh;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.app-container{width:100%;max-width:1600px;min-height:100vh;margin:0 auto;display:flex;overflow-x:hidden}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border-color);z-index:50;background:#0d1321d9;flex-direction:column;justify-content:space-between;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0}.brand,.sidebar-brand{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:.85rem;margin-bottom:2.5rem;padding:0;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.brand:hover,.sidebar-brand:hover{opacity:.92;transform:translateY(-1px)}.brand-icon{border-radius:var(--radius-md);background:linear-gradient(135deg,#10b981 0%,#059669 100%);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:transform .25s;display:flex;box-shadow:0 4px 15px #10b98159}.brand:hover .brand-icon,.sidebar-brand:hover .brand-icon{transform:scale(1.08)rotate(-4deg)}.brand-info h2,.brand-name{font-family:var(--font-heading);letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,#a7f3d0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:700}.brand-info span,.brand-badge{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600;display:block}.nav-menu{flex-direction:column;flex:1;gap:.5rem;display:flex}.nav-item{color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:.9rem;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-main);background:#ffffff0a}.nav-item.active{color:#10b981;background:#10b9811a;border-color:#10b98140;font-weight:600;box-shadow:0 4px 15px #10b9811a}.sidebar-footer{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.user-profile-widget{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff0a;align-items:center;gap:.75rem;padding:.75rem .85rem;transition:all .2s;display:flex}.user-profile-widget:hover{background:#ffffff12;border-color:#ffffff26}.user-avatar{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;display:flex;box-shadow:0 2px 8px #10b9814d}.user-info{flex:1;min-width:0}.user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.user-phone{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.logout-btn{color:#f87171;border-radius:var(--radius-sm);cursor:pointer;background:#ef44441a;border:1px solid #ef444440;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.logout-btn:hover{color:#fca5a5;background:#ef444440;border-color:#ef444480;transform:translateY(-1px);box-shadow:0 4px 12px #ef444440}.logout-btn:active{transform:translateY(0)}.wsp-status-badge{border-radius:var(--radius-sm);color:#4ade80;background:#25d36614;border:1px solid #25d36633;align-items:center;gap:.6rem;padding:.65rem .9rem;font-size:.8rem;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 8px #22c55e}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.main-content{flex:1;width:100%;min-width:0;padding:2.2rem 2.8rem;overflow:hidden auto}.top-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.header-titles h1{font-family:var(--font-heading);letter-spacing:-.03em;color:#fff;font-size:2.1rem;font-weight:800}.header-titles p{color:var(--text-muted);margin-top:.2rem;font-size:.95rem}.header-actions{align-items:center;gap:1rem;display:flex}.date-selector{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.btn-primary{color:#fff;border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px #10b9814d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;background:#ffffff0d;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.kpi-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.kpi-card:hover{border-color:#ffffff26;transform:translateY(-3px)}.kpi-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.kpi-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.kpi-icon-box{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.kpi-value{font-family:var(--font-heading);color:#fff;align-items:baseline;gap:.3rem;font-size:1.9rem;font-weight:700;display:flex}.kpi-unit{color:var(--text-dim);font-size:.9rem;font-weight:500}.kpi-progress-bar{background:#ffffff0f;border-radius:3px;width:100%;height:6px;margin:.9rem 0 .5rem;overflow:hidden}.kpi-progress-fill{border-radius:3px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.kpi-footer{color:var(--text-muted);justify-content:space-between;font-size:.78rem;display:flex}.dashboard-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1.5rem;width:100%;margin-bottom:2.5rem;display:grid}.dashboard-grid>*{width:100%;min-width:0}.chat-card,.meals-card{flex-direction:column;min-width:0;display:flex;padding:1.25rem!important}.section-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);min-width:0;padding:1.6rem}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.section-title{font-family:var(--font-heading);color:#fff;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:700;display:flex}.meal-list,.meals-list{flex-direction:column;gap:.85rem;max-height:520px;padding-right:.35rem;display:flex;overflow-y:auto}.meal-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff06;padding:1.2rem;transition:all .2s}.meal-card:hover{background:#ffffff0b;border-color:#ffffff24}.meal-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.7rem;display:flex}.meal-type-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.meal-type-desayuno{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.meal-type-almuerzo{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.meal-type-merienda{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf64d}.meal-type-cena{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d}.meal-type-snack{color:#f472b6;background:#ec489926;border:1px solid #ec48994d}.meal-time{color:var(--text-dim);font-size:.8rem}.meal-title{color:#fff;margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.engine-badge{letter-spacing:.02em;border-radius:12px;align-items:center;gap:.3rem;padding:.18rem .5rem;font-size:.68rem;font-weight:600;display:inline-flex}.engine-badge.gemini{color:#c084fc;background:#8b5cf626;border:1px solid #8b5cf64d}.engine-badge.fallback{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40}.meal-raw-box{background:#ffffff06;border:1px solid #ffffff0f;border-left:3px solid #25d366;border-radius:6px;margin:.5rem 0;padding:.55rem .75rem;font-size:.82rem}.meal-raw-label{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.35rem;margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:flex}.meal-raw-text{color:#d1d5db;word-break:break-word;font-style:italic;line-height:1.35}.meal-audio-box{background:#10b9810d;border:1px solid #10b98133;border-left:3px solid #10b981;border-radius:6px;margin:.5rem 0;padding:.55rem .75rem}.meal-audio-label{color:#34d399;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.72rem;font-weight:600;display:flex}.meal-audio-player{border-radius:20px;outline:none;width:100%;height:38px}.date-nav-controls{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.date-nav-btn{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;transition:all .2s;display:flex}.date-nav-btn:hover:not(:disabled){color:#10b981;background:#10b98126;border-color:#10b981}.date-nav-btn:disabled{opacity:.3;cursor:not-allowed}.date-nav-input{border:1px solid var(--border-color);color:var(--text-main);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1f2937;border-radius:6px;outline:none;padding:.25rem .6rem;font-family:inherit;font-size:.8rem}.date-nav-today-btn{color:#34d399;cursor:pointer;background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s}.date-nav-today-btn:hover{background:#10b98140}.past-day-summary-banner{color:#93c5fd;background:#3b82f614;border:1px solid #3b82f633;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.9rem;padding:.6rem .9rem;font-size:.82rem;display:flex}.meal-ai-box{background:#8b5cf60a;border:1px solid #8b5cf626;border-left:3px solid #8b5cf6;border-radius:6px;margin:.5rem 0 .8rem;padding:.55rem .75rem;font-size:.82rem}.meal-ai-label{color:#c084fc;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.35rem;margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:flex}.meal-ai-text{color:#e2e8f0;white-space:pre-line;word-break:break-word;line-height:1.4}.meal-items-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.food-item-pill{color:#e5e7eb;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:.2rem .55rem;font-size:.78rem}.meal-macros-row{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:.75rem;font-size:.82rem;display:flex}.meal-calories-badge{color:var(--calorie-color);align-items:center;gap:.3rem;font-size:.95rem;font-weight:700;display:flex}.meal-macro-pills{gap:.8rem;display:flex}.macro-val-p{color:#60a5fa;font-weight:600}.macro-val-c{color:#f472b6;font-weight:600}.macro-val-f{color:#c084fc;font-weight:600}.meal-delete-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.3rem;transition:all .2s}.meal-delete-btn:hover{color:#ef4444;background:#ef44441a}.simulator-card{flex-direction:column;gap:1.2rem;display:flex}.chat-phone-header{background:#202c33;border-bottom:1px solid #ffffff0d;align-items:center;gap:.8rem;padding:.75rem 1rem;display:flex}.chat-avatar{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.chat-header-info h4{color:#e9edef;font-size:.95rem;font-weight:600}.chat-header-info span{color:#8696a0;font-size:.75rem}.chat-messages-body{background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:20px 20px;flex-direction:column;flex:1;gap:.85rem;padding:1rem;display:flex;overflow-y:auto}.bubble-user{color:#e9edef;background:#005c4b;border-bottom-right-radius:2px;align-self:flex-end}.bubble-bot{color:#d1d7db;white-space:pre-line;background:#202c33;border-bottom-left-radius:2px;align-self:flex-start}.chat-input-bar{background:#202c33;align-items:center;gap:.6rem;padding:.75rem 1rem;display:flex}.chat-input{color:#d1d7db;font-family:var(--font-body);background:#2a3942;border:none;border-radius:20px;outline:none;flex:1;padding:.65rem 1rem;font-size:.9rem}.chat-btn-action{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.chat-btn-action:hover{background:#029474;transform:scale(1.05)}.chat-btn-mic{color:#aebac1;background:#ffffff14}.chat-btn-mic:hover{color:#fff;background:#ffffff26}@keyframes pulse-mic{0%,to{transform:scale(1);box-shadow:0 0 #ef4444b3}50%{transform:scale(1.1);box-shadow:0 0 0 10px #ef444400}}.chart-container{align-items:flex-end;gap:1.2rem;width:100%;height:220px;padding-top:2rem;display:flex}.chart-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;height:100%;display:flex}.chart-bar-track{background:#ffffff0a;border-radius:8px;align-items:flex-end;width:100%;max-width:42px;height:160px;display:flex;position:relative;overflow:hidden}.chart-bar-fill{background:linear-gradient(#10b981 0%,#059669 100%);border-radius:8px;width:100%;transition:height .6s}.chart-bar-label{color:var(--text-muted);font-size:.78rem;font-weight:500}.chart-bar-val{color:var(--text-main);font-size:.75rem;font-weight:600}.code-box{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:#a7f3d0;background:#090d16;padding:1rem;font-family:monospace;font-size:.85rem;overflow-x:auto}.quick-prompts{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.quick-prompt-btn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#ffffff0a;border-radius:20px;padding:.35rem .7rem;font-size:.78rem;transition:all .2s}.quick-prompt-btn:hover{color:#34d399;background:#10b9811a;border-color:#10b9814d}.auth-wrapper{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:0 20px 40px -10px #000000b3, 0 0 20px var(--primary-glow);background:#111827e6;padding:2.2rem;position:relative}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{background:linear-gradient(135deg,#10b98140 0%,#05966966 100%);border:1px solid #10b98166;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:2rem;display:inline-flex}.auth-header h1{font-family:var(--font-heading);color:#fff;font-size:1.8rem;font-weight:800}.auth-header p{color:var(--text-muted);margin-top:.3rem;font-size:.9rem}.auth-tabs{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#ffffff0a;margin-bottom:1.8rem;padding:.35rem;display:flex}.auth-tab-btn{color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:1;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.auth-tab-btn.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #10b9814d}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-muted);font-size:.85rem;font-weight:600}.form-input{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:#fff;background:#ffffff0a;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-input:focus{border-color:var(--primary);background:#ffffff12;outline:none;box-shadow:0 0 0 3px #10b98133}.form-select{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#111827;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-select:focus{border-color:var(--primary);outline:none}.biometrics-grid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.goals-calculation-box{border-radius:var(--radius-md);background:#10b9810f;border:1px solid #10b98140;margin-top:.5rem;padding:1.1rem}.goals-calculation-title{color:#34d399;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.85rem;font-weight:700;display:flex}.goals-inputs-grid{grid-template-columns:repeat(2,1fr);gap:.7rem;display:grid}.goal-micro-input{flex-direction:column;gap:.25rem;display:flex}.goal-micro-input label{color:var(--text-dim);font-size:.75rem}.goal-micro-input input{border:1px solid var(--border-color);color:#fff;background:#00000040;border-radius:6px;padding:.45rem .6rem;font-size:.88rem;font-weight:600}.auth-btn-submit{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.6rem;padding:.85rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #10b9814d}.auth-btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px)}.auth-btn-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error-alert{border-radius:var(--radius-sm);color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.meal-counter-badge{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.meal-counter-badge.limit-reached{color:#f87171;background:#ef44441f;border-color:#ef44444d}.weight-row{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:#ffffff08;justify-content:space-between;align-items:center;padding:.8rem 1rem;transition:all .2s;display:flex}.weight-row:hover{background:#ffffff0d;border-color:#ffffff1f}.weight-actions{align-items:center;gap:.5rem;display:flex}.btn-icon-subtle{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.btn-icon-subtle:hover{color:#fff;background:#ffffff14}.btn-icon-subtle.delete:hover{color:#f87171;background:#ef444426}.weight-edit-form{flex:1;align-items:center;gap:.5rem;display:flex}.weight-edit-form input{border:1px solid var(--primary);color:#fff;background:#0000004d;border-radius:6px;padding:.35rem .6rem;font-size:.88rem}.mobile-top-bar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--border-color);z-index:100;background:#0d1321f2;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;display:none;position:sticky;top:0}.mobile-brand{font-family:var(--font-heading);color:#fff;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:800;display:flex}.mobile-bottom-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-color);z-index:999;background:#0d1321f5;justify-content:space-around;align-items:center;height:64px;padding:0 .5rem;display:none;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.4rem .8rem;font-size:.72rem;font-weight:600;transition:all .2s;display:flex}.bottom-nav-item.active{color:#10b981}.bottom-nav-item.active svg{filter:drop-shadow(0 0 6px #10b98166);transform:scale(1.1)}@media (width<=1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media (width<=768px){.app-container{flex-direction:column;min-height:100vh}.sidebar{display:none}.mobile-top-bar,.mobile-bottom-nav{display:flex}.main-content{width:100%;padding:1.2rem 1.2rem 5.5rem;overflow-x:hidden}.top-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.header-titles h1{font-size:1.6rem}.header-actions{justify-content:space-between;width:100%}.kpi-grid{grid-template-columns:1fr;gap:1rem}.chart-container{gap:.8rem;padding-bottom:.5rem;overflow-x:auto}.chart-bar-col{min-width:36px}.chat-input-bar{padding:.4rem}.chat-input,.form-input,.form-select{font-size:16px!important}.biometrics-grid{grid-template-columns:1fr}.goals-inputs-grid{grid-template-columns:1fr 1fr}.auth-card{margin:.5rem;padding:1.5rem}}@media (width<=480px){.goals-inputs-grid{grid-template-columns:1fr}.weight-row{flex-direction:column;align-items:flex-start;gap:.6rem}.weight-actions{justify-content:flex-end;width:100%}}.global-loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05080fd9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.global-loading-modal{border-radius:var(--radius-lg);text-align:center;background:#111827;border:1px solid #ffffff1f;width:100%;max-width:440px;padding:2.2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #000c,0 0 30px #10b98126}.global-loading-spinner{will-change:transform;border:4px solid #10b98133;border-top-color:#10b981;border-radius:50%;width:50px;height:50px;margin:0 auto 1.25rem;animation:.9s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{transform-origin:50%;will-change:transform;animation:.9s linear infinite spin;display:inline-block}.global-loading-title{font-family:var(--font-heading);color:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;display:flex}.global-loading-desc{color:var(--text-muted);font-size:.88rem;line-height:1.5}.server-sleep-alert{border-radius:var(--radius-md);text-align:left;background:#f59e0b1f;border:1px solid #f59e0b59;margin-top:1.25rem;padding:1rem}.server-sleep-title{color:#fbbf24;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.88rem;font-weight:700;display:flex}.server-sleep-text{color:#fde68a;font-size:.78rem;line-height:1.4}.recommendation-banner{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);border:1px solid #10b9814d;margin-bottom:2rem;padding:1.8rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #00000080,0 0 20px #10b9811a}.rec-badge{letter-spacing:.03em;border-radius:20px;padding:.3rem .85rem;font-size:.78rem;font-weight:700}.rec-badge-surplus{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.rec-badge-protein{color:#c084fc;background:#8b5cf626;border:1px solid #8b5cf64d}.rec-badge-balanced{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.rec-advice-text{color:#e2e8f0;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.rec-columns-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.rec-box-eat{border-radius:var(--radius-md);background:#10b9810f;border:1px solid #10b98138;padding:1.1rem}.rec-box-avoid{border-radius:var(--radius-md);background:#ef44440f;border:1px solid #ef444438;padding:1.1rem}.rec-box-header{align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.9rem;font-weight:700;display:flex}.rec-box-eat .rec-box-header{color:#34d399}.rec-box-avoid .rec-box-header{color:#f87171}.rec-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.rec-item-title{color:#fff;font-size:.84rem;font-weight:600}.rec-item-desc{color:var(--text-muted);margin-top:.15rem;font-size:.76rem}.history-nav-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;margin-bottom:2rem;padding:1.2rem 1.8rem;display:flex}.history-nav-group{align-items:center;gap:.6rem;display:flex}.history-nav-btn{border:1px solid var(--border-color);color:var(--text-main);border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0f;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.history-nav-btn:hover{color:#10b981;background:#10b98126;border-color:#10b981}.history-nav-input-wrap{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:#fff;background:#1a2234;align-items:center;gap:.5rem;padding:.5rem .85rem;display:flex}.history-nav-input{color:#fff;cursor:pointer;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;border:none;outline:none;font-family:inherit;font-size:.9rem}.history-date-heading{font-family:var(--font-heading);color:#fff;text-transform:capitalize;font-size:1.3rem;font-weight:700}.history-date-sub{color:var(--text-muted);font-size:.8rem}.day-weight-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-bottom:2rem;padding:1.5rem 1.8rem}.day-weight-box{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.1rem 1.4rem;display:flex}.day-weight-val{font-family:var(--font-heading);color:#10b981;font-size:2rem;font-weight:800}.insight-banner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:linear-gradient(135deg,#111827f2 0%,#0d1b2ae6 100%);border:1px solid #10b98159;margin-bottom:2rem;padding:1.8rem;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0009,0 0 25px #10b9811f}.action-items-box{border-radius:var(--radius-md);background:#0000004d;border:1px solid #ffffff12;margin-top:1rem;padding:1.1rem}.action-items-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.action-item{color:#e2e8f0;align-items:flex-start;gap:.6rem;font-size:.85rem;display:flex}.correlation-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.25rem;display:grid}.correlation-metric-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff09;padding:1.1rem}.correlation-metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.76rem}.correlation-metric-val{font-family:var(--font-heading);align-items:baseline;gap:.3rem;font-size:1.35rem;font-weight:700;display:flex}.chart-container{justify-content:space-between;align-items:flex-end;gap:.75rem;width:100%;height:220px;padding:1.5rem .5rem .5rem;display:flex;overflow-x:auto}.chart-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:38px;height:100%;display:flex}.chart-bar-val{color:var(--text-muted);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.chart-bar-track{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:6px;flex:1;align-items:flex-end;width:100%;max-width:28px;display:flex;overflow:hidden}.chart-bar-fill{border-radius:5px;width:100%;transition:height .6s cubic-bezier(.16,1,.3,1)}.chart-bar-label{color:var(--text-dim);text-transform:capitalize;white-space:nowrap;margin-top:.5rem;font-size:.72rem}.weight-log-list{flex-direction:column;gap:.75rem;display:flex}.weight-log-item{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff08;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.weight-log-item:hover{background:#ffffff0d;border-color:#ffffff26}.chat-phone-mockup{border-radius:var(--radius-lg);background:#0b141a;border:1px solid #1f2c34;flex-direction:column;height:520px;display:flex;overflow:hidden;box-shadow:0 15px 35px #0009,0 0 20px #25d36614}.chat-phone-header{background:#202c33;border-bottom:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:.8rem;padding:.75rem 1rem;display:flex}.chat-avatar{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex;box-shadow:0 2px 8px #25d36659}.chat-header-info{flex-direction:column;display:flex}.chat-header-info h4{color:#e9edef;margin:0;font-size:.95rem;font-weight:600;line-height:1.2}.chat-header-info span{color:#25d366;font-size:.72rem;font-weight:500}.chat-messages-body{background-color:#0b141a;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:18px 18px;flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-bubble{word-break:break-word;border-radius:12px;max-width:84%;padding:.65rem .85rem;font-size:.88rem;line-height:1.45;position:relative}.bubble-user{color:#e9edef;background:#005c4b;border-bottom-right-radius:2px;align-self:flex-end;box-shadow:0 1px 3px #0000004d}.bubble-bot{color:#d1d7db;white-space:pre-line;background:#202c33;border-bottom-left-radius:2px;align-self:flex-start;box-shadow:0 1px 3px #0000004d}.bubble-text{font-size:.88rem}.bubble-time{color:#ffffff80;text-align:right;margin-top:.25rem;font-size:.68rem}.typing-indicator{align-items:center;gap:4px;padding:4px 6px;display:flex}.typing-indicator span{background:#ffffff80;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.quick-prompts-bar{background:#111b21;border-top:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:.5rem;padding:.45rem .85rem;display:flex}.quick-prompts-label{color:#8696a0;white-space:nowrap;font-size:.72rem;font-weight:500}.quick-prompts-scroll{scrollbar-width:none;gap:.4rem;padding:.2rem 0;display:flex;overflow-x:auto}.quick-prompts-scroll::-webkit-scrollbar{display:none}.quick-prompt-chip{color:#aebac1;white-space:nowrap;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:.3rem .75rem;font-family:inherit;font-size:.76rem;transition:all .2s}.quick-prompt-chip:hover:not(:disabled){color:#25d366;background:#25d36626;border-color:#25d366;transform:translateY(-1px)}.chat-input-bar{background:#202c33;border-top:1px solid #ffffff0d;flex-shrink:0;align-items:center;gap:.6rem;padding:.65rem .85rem;display:flex}.chat-input{color:#d1d7db;font-family:var(--font-body);background:#2a3942;border:none;border-radius:22px;outline:none;flex:1;padding:.7rem 1.1rem;font-size:.88rem;transition:background .2s}.chat-input:focus{background:#32424b}.chat-input::placeholder{color:#8696a0}.chat-btn-action{color:#fff;cursor:pointer;background:#00a884;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00a88459}.chat-btn-action:hover:not(:disabled){background:#029474;transform:scale(1.05)}.chat-btn-action:disabled{opacity:.4;cursor:not-allowed}.chat-btn-mic{color:#aebac1;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.chat-btn-mic:hover:not(:disabled){color:#fff;background:#ffffff29}.chat-btn-mic.recording{color:#fff;background:#ef4444;animation:1s infinite pulse-mic}.not-found-container{justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem;display:flex}.not-found-card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:var(--radius-xl);text-align:center;width:100%;max-width:520px;padding:3.5rem 2.5rem;animation:.4s fade-in;position:relative;overflow:hidden;box-shadow:0 25px 60px -15px #000000b3,0 0 35px #10b9811f}.not-found-avocado{filter:drop-shadow(0 10px 20px #10b98159);-webkit-user-select:none;user-select:none;margin-bottom:1.2rem;font-size:5rem;animation:3.5s ease-in-out infinite float-avocado;display:inline-block}@keyframes float-avocado{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(6deg)}}.not-found-badge{color:#34d399;letter-spacing:.08em;background:#10b98126;border:1px solid #10b98159;border-radius:20px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.not-found-title{font-family:var(--font-heading);color:#fff;margin-bottom:.75rem;font-size:1.8rem;font-weight:800;line-height:1.25}.not-found-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=1024px){.main-content{padding:1.8rem 2rem}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.rec-columns-grid{grid-template-columns:1fr}.correlation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chat-phone-mockup{height:490px}.meal-list,.meals-list{max-height:490px}}@media (width<=768px){.app-container{flex-direction:column;min-height:100vh;overflow-x:hidden}.sidebar{display:none}.mobile-top-bar,.mobile-bottom-nav{display:flex}.main-content{width:100%;padding:1.1rem 1rem 5.5rem;overflow-x:hidden}.top-header{flex-direction:column;align-items:flex-start;gap:.85rem;margin-bottom:1.5rem}.header-titles h1{font-size:1.6rem}.header-actions{justify-content:space-between;width:100%}.kpi-grid{grid-template-columns:1fr;gap:.85rem}.history-nav-card{flex-direction:column;align-items:stretch;gap:.85rem;padding:1rem 1.25rem}.history-nav-group{justify-content:space-between;width:100%}.day-weight-card{padding:1.2rem}.section-card{padding:1.25rem}.chat-phone-mockup{height:470px}.meal-list,.meals-list{max-height:470px}}@keyframes v2PulseGlow{0%,to{transform:scale(1.02);box-shadow:0 0 0 3px #10b981,0 0 20px #10b981b3}50%{transform:scale(1.05);box-shadow:0 0 0 5px #34d399,0 0 35px #10b981f2}}@keyframes v2PopoverAppear{0%{opacity:0;transform:scale(.95)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.v2-tour-backdrop{z-index:9990;pointer-events:auto;background:#0000002e;position:fixed;inset:0;overflow:hidden;-webkit-backdrop-filter:none!important}.nav-item.v2-tour-target-active,.bottom-nav-item.v2-tour-target-active{animation:1.6s ease-in-out infinite v2PulseGlow;position:relative;z-index:9995!important;color:#fff!important;background:#10b98140!important;border-color:#10b981!important}.v2-tour-popover{z-index:9999;border-radius:var(--radius-md);background:linear-gradient(#111827 0%,#0b0f19 100%);border:1px solid #10b98173;flex-direction:column;width:100%;min-width:0;max-width:350px;animation:.25s cubic-bezier(.16,1,.3,1) v2PopoverAppear;display:flex;position:fixed;box-shadow:0 15px 35px -8px #000000d9,0 0 25px #10b9812e}.v2-tour-popover.v2-tour-centered{max-width:400px;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.v2-tour-popover.v2-tour-anchored{transition:top .22s cubic-bezier(.4,0,.2,1),left .22s cubic-bezier(.4,0,.2,1),bottom .22s cubic-bezier(.4,0,.2,1)}.v2-tour-arrow-left{filter:drop-shadow(-3px 0 5px #10b98199);border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:10px solid #10b981;width:0;height:0;position:absolute;left:-10px;transform:translateY(-50%)}.v2-tour-arrow-down{filter:drop-shadow(0 3px 5px #10b98199);border-top:10px solid #10b981;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;bottom:-10px;transform:translate(-50%)}.v2-tour-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 1rem .55rem;display:flex}.v2-tour-badge-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.v2-button-pointing-tag{color:#60a5fa;background:#3b82f626;border:1px solid #3b82f659;border-radius:9999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex}.v2-nav-arrow-icon{color:#38bdf8;transform:rotate(45deg)}.v2-tour-body{flex-direction:column;gap:.65rem;max-height:calc(75vh - 120px);padding:.85rem 1rem;display:flex;overflow:hidden auto}.v2-tour-features-box{border-radius:var(--radius-sm);background:#ffffff08;border:1px solid #ffffff12;padding:.55rem .75rem}.v2-features-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.v2-features-item{color:#cbd5e1;align-items:flex-start;gap:.45rem;font-size:.78rem;line-height:1.35;display:flex}.v2-check-bullet{color:#10b981;flex-shrink:0;margin-top:1px}.v2-tour-footer{border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);background:#0f172a99;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding:.65rem 1rem .8rem;display:flex}.v2-pill-badge{color:#34d399;text-transform:uppercase;letter-spacing:.04em;background:#10b98126;border:1px solid #10b9814d;border-radius:9999px;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.v2-step-counter{color:var(--text-muted);font-size:.78rem;font-weight:500}.v2-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.v2-close-btn:hover{color:#fff;background:#ffffff14}.v2-progress-bar-container{background:#ffffff14;width:100%;height:2.5px;position:relative}.v2-progress-bar-fill{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 6px #10b98180}.v2-step-title-row{align-items:flex-start;gap:.65rem;display:flex}.v2-icon-box{border:1px solid #ffffff14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 3px 10px #00000040}.v2-title-text-wrap{flex:1;min-width:0}.v2-step-heading{font-family:var(--font-heading);color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:700;line-height:1.25}.v2-step-subtitle{color:#94a3b8;font-size:.78rem;line-height:1.35}.v2-dots-container{align-items:center;gap:.35rem;display:flex}.v2-step-dot{cursor:pointer;background:#fff3;border:none;border-radius:9999px;width:7px;height:7px;padding:0;transition:all .25s}.v2-step-dot:hover{background:#ffffff73}.v2-step-dot.active{background:#10b981;width:18px;box-shadow:0 0 8px #10b98199}.v2-step-dot.completed{background:#10b98180}.v2-footer-buttons{align-items:center;gap:.45rem;margin-left:auto;display:flex}.v2-btn-skip{color:#94a3b8;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;min-height:34px;padding:.45rem .6rem;font-size:.78rem;font-weight:500;transition:color .2s;display:flex}.v2-btn-skip:hover{color:#fff}.v2-btn-secondary{color:#e2e8f0;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;align-items:center;gap:.35rem;min-height:34px;padding:.45rem .75rem;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.v2-btn-secondary:hover{color:#fff;background:#ffffff1f}.v2-btn-primary{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;align-items:center;gap:.4rem;min-height:34px;padding:.48rem .95rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 3px 10px #10b9814d}.v2-btn-primary:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-1px);box-shadow:0 4px 14px #10b98166}.guide-trigger-btn{border-radius:var(--radius-sm);color:#34d399;cursor:pointer;background:#10b9811a;border:1px solid #10b98140;align-items:center;gap:.5rem;min-height:38px;padding:.5rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.guide-trigger-btn:hover{background:#10b98133;border-color:#10b981;transform:translateY(-1px);box-shadow:0 0 12px #10b98140}@media (width<=640px){.v2-tour-popover{border-radius:var(--radius-sm);max-width:calc(100vw - 20px)!important}.v2-step-title-row{gap:.55rem}.v2-icon-box{width:32px;height:32px}.v2-step-heading{font-size:.95rem}.v2-step-subtitle{font-size:.76rem}.v2-tour-footer{gap:.5rem;padding:.5rem .75rem .65rem}.v2-footer-buttons{justify-content:space-between;gap:.4rem;width:100%;display:flex}.v2-footer-buttons .v2-btn-primary{flex:1;justify-content:center}}
