:root{--primary-gradient:linear-gradient(135deg, #0ea5e9 0%, #10b981 100%);--bg-gradient:linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);--white-glass:#ffffffd9;--color-primary:#0ea5e9;--color-primary-dark:#0369a1;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--text-main:#0f172a;--text-muted:#64748b}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:Outfit,Inter,-apple-system,sans-serif}body{color:var(--text-main);background-color:#0f172a;justify-content:center;align-items:center;min-height:100dvh;display:flex;overflow:hidden}#root{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.app-frame{background:var(--bg-gradient);flex-direction:column;width:100%;max-width:375px;height:100dvh;max-height:667px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@media (width<=375px){.app-frame{max-height:100dvh}}.flex-1{flex:1}.display-none{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}@keyframes pulseSubtle{0%{transform:scale(1);box-shadow:0 10px 20px -5px #10b98166}50%{transform:scale(1.02);box-shadow:0 15px 25px -5px #10b98199}to{transform:scale(1);box-shadow:0 10px 20px -5px #10b98166}}.animate-pulse-subtle{animation:2.5s ease-in-out infinite pulseSubtle}@keyframes pulseSubtleAmber{0%,to{transform:translateY(0)scale(1);box-shadow:0 4px 8px #f59e0b33}50%{transform:translateY(-6px)scale(1.05);box-shadow:0 12px 20px #f59e0b80}}.animate-pulse-subtle-amber{animation:2s ease-in-out infinite pulseSubtleAmber}.onboarding-container{flex-direction:column;justify-content:space-between;align-items:center;height:100%;padding:40px 24px;display:flex}.logo-circle{background:var(--primary-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;display:flex;box-shadow:0 10px 25px -5px #0ea5e966}.title-giant{color:var(--text-main);margin-bottom:12px;font-size:28px;font-weight:800;line-height:1.2}.subtitle-standard{color:var(--text-muted);font-size:16px;line-height:1.5}.card-option{cursor:pointer;text-align:left;background:#fff;border:3px solid #0000;border-radius:20px;align-items:center;gap:16px;width:100%;padding:18px 24px;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.card-option:active{transform:scale(.97)}.card-option.selected{border-color:var(--color-primary);background:#f0f9ff}.icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.btn-massive{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;height:64px;font-size:18px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 8px 20px -6px #0ea5e94d}.btn-primary{background:var(--primary-gradient);color:#fff}.btn-primary:active{filter:brightness(1.05);transform:scale(.96)}.btn-primary:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.input-giant{text-align:center;width:100%;height:72px;color:var(--text-main);background:#fff;border:3px solid #e2e8f0;border-radius:20px;outline:none;font-size:24px;font-weight:700;transition:border-color .2s}.input-giant:focus{border-color:var(--color-primary)}.dashboard-header{background:var(--primary-gradient);color:#fff;border-bottom-right-radius:36px;border-bottom-left-radius:36px;padding:32px 24px 24px;box-shadow:0 10px 20px -10px #0ea5e94d}.dashboard-content{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.health-card{background:#fff;border:1px solid #f0f9ff;border-radius:24px;padding:20px;box-shadow:0 10px 15px -3px #0000000d}.last-measure-badge{background:#f0f9ff;border-radius:16px;justify-content:space-between;align-items:center;margin-top:12px;padding:16px;display:flex}.measure-value{color:var(--color-primary);font-size:32px;font-weight:800}.measure-unit{color:#38bdf8;margin-left:4px;font-size:16px;font-weight:500}.banner-premium{background:linear-gradient(135deg,#e0e7ff 0%,#e0f2fe 100%);border:1.5px solid #c7d2fe;border-radius:24px;align-items:center;gap:14px;padding:18px;display:flex}.keypad-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.keypad-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;justify-content:center;align-items:center;height:60px;font-size:24px;font-weight:700;transition:background .1s;display:flex}.keypad-btn:active{background:#e2e8f0}.bottom-nav{height:72px;padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid #f1f5f9;justify-content:space-around;align-items:center;display:flex}.nav-item{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.nav-item.active{color:var(--color-primary)}
