:root{color-scheme:dark;--bg: #0b0d10;--panel: #14171c;--panel-soft: #1b1f26;--line: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .16);--text: #f4f6f8;--muted: #8a93a0;--violet: #34c77f;--blue: #34c77f;--green: #3fb984;--neon-green: #3fb984;--amber: #e0a33e;--gold: #d6a84f;--orange: #e0793e;--red: #e5564e;--teal: #3fb9a8;--radius-card: 8px;--radius-control: 8px;--space-card: 22px;--space-gap: 12px;--input-bg: rgba(255, 255, 255, .04);--button-bg: #1b1f26;--button-bg-strong: rgba(36, 163, 107, .16);--shadow: 0 12px 30px rgba(0, 0, 0, .45);--shadow-card: 0 8px 24px rgba(0, 0, 0, .32);--premium-graphite-950: #070914;--premium-graphite-900: #101624;--premium-graphite-800: #172033;--premium-surface: rgba(12, 15, 26, .9);--premium-surface-soft: rgba(18, 22, 36, .72);--premium-border: rgba(154, 163, 183, .22);--premium-blue-glow: rgba(67, 164, 255, .2);--premium-violet-glow: rgba(170, 68, 255, .18);--premium-green-glow: rgba(50, 255, 114, .14);--premium-orange-glow: rgba(255, 122, 47, .16);--premium-card-shadow: 0 16px 46px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{min-width:320px;overflow-x:hidden;background:var(--bg)}body{margin:0;width:100%;min-height:100vh;overflow-x:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{max-width:100%;font:inherit}input,select,textarea{font-size:16px}button{cursor:pointer}.app-shell{width:100%;overflow-x:clip;min-height:100vh;padding:22px 26px calc(104px + env(safe-area-inset-bottom))}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 18px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#07080ff5,#07080fb8);backdrop-filter:blur(18px)}.brand,.top-actions,.panel-heading,.profile-identity,.timeline-row,.record-row,.achievement,.recommendation{display:flex;align-items:center}.brand{gap:14px}.brand-mark{display:grid;width:52px;height:52px;place-items:center;border:1px solid rgba(170,68,255,.75);background:linear-gradient(135deg,#a4f3,#2ee6c81a),#0b0d16;box-shadow:inset 0 0 24px #aa44ff47,0 0 20px #aa44ff2e;color:var(--violet);font-weight:900;clip-path:polygon(50% 0,92% 24%,82% 82%,50% 100%,18% 82%,8% 24%)}.brand-title{font-size:26px;font-weight:900;line-height:1}.brand-title span,.section-kicker,.panel-heading h2{color:var(--violet)}.brand-subtitle,.eyebrow,small,.panel-heading span,.hero-copy p,.evolution-body p,.coach-signal p,.progress-hero p{color:var(--muted)}.top-actions{gap:12px;flex-wrap:wrap;justify-content:flex-end}.status-pill,.icon-button,.avatar-button,.nav-item,.wide-button,.stack-form button,.inline-form button,.habit-mini-form button,.split-form button{border:1px solid var(--line);background:var(--button-bg);color:var(--text)}.status-pill{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:8px 11px;border-radius:8px;font-weight:800}.status-pill.fire,.status-pill.gold{color:var(--gold)}.icon-button,.avatar-button{display:grid;width:42px;height:42px;place-items:center;border-radius:8px}.icon-button.ghost{border-color:transparent;background:transparent}.avatar-button{background:linear-gradient(135deg,#aa44ff2e,#43a4ff1a),#101421;border-radius:50%}.avatar-button:before{content:"";width:45%;height:45%;border:2px solid #7f879d;border-radius:50%;box-shadow:0 16px 0 6px #7f879d}.avatar-button.has-photo{overflow:hidden;padding:0}.avatar-button.has-photo:before{display:none}.account-avatar-image,.profile-photo-image{display:block;width:100%;height:100%;object-fit:cover}.profile-photo-settings{gap:10px}.profile-photo-summary{display:flex;align-items:center;gap:12px}.profile-photo-summary>div:last-child{display:grid;gap:3px}.profile-photo-preview{position:relative;display:grid;width:58px;height:58px;flex:0 0 58px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:var(--button-bg)}.profile-photo-preview:before{content:"";width:21px;height:21px;border:2px solid #7f879d;border-radius:50%;box-shadow:0 19px 0 8px #7f879d}.profile-photo-preview.has-photo:before{display:none}.icon{width:20px;height:20px;fill:currentColor;flex:0 0 auto}.content{width:100%;max-width:1480px;margin:0 auto;padding-top:26px}.connection-banner{max-width:1480px;margin:14px auto 0;padding:12px 14px;border:1px solid rgba(255,194,71,.42);border-radius:8px;background:#ffc2471a;color:#ffe2a4;font-weight:900}.connection-toast{position:fixed;top:84px;right:26px;z-index:60;max-width:min(360px,calc(100vw - 32px));padding:12px 14px;border:1px solid rgba(114,223,100,.42);border-radius:8px;background:#0a0e12f0;box-shadow:0 0 22px #32ff722e;color:var(--green);font-weight:900}.settings-overlay{position:fixed;inset:0;z-index:70;display:flex;justify-content:flex-end;padding:18px;background:#00000061}.settings-drawer{width:min(420px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:18px;border:1px solid var(--line);border-radius:8px;background:#0b0e19fa;box-shadow:var(--shadow)}.settings-group{display:grid;gap:8px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.settings-group h3{margin:0 0 4px;color:var(--text);font-size:13px;text-transform:uppercase}.settings-group button,.settings-file-action{min-height:44px;display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b;color:var(--text);font-weight:900;text-align:left;cursor:pointer}.settings-group button.danger{border-color:#ff526a66;color:#ff9aaa}.settings-group small{color:var(--muted)}.settings-technical{padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff08}.settings-technical summary{color:var(--muted);font-weight:950;cursor:pointer}.settings-technical dl{display:grid;gap:8px;margin:12px 0 0}.settings-technical dl div{display:grid;grid-template-columns:.75fr 1fr;gap:8px}.settings-technical dt{color:var(--muted);font-size:12px;font-weight:900}.settings-technical dd{margin:0;color:var(--text);font-size:12px;overflow-wrap:anywhere}.beta-measurement-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1.15fr);gap:26px;align-items:center;margin-bottom:18px;border-color:color-mix(in srgb,var(--blue) 34%,var(--line));background:radial-gradient(circle at top right,color-mix(in srgb,var(--violet) 13%,transparent),transparent 42%),var(--panel)}.beta-measurement-copy h2{margin:8px 0 10px;font-size:clamp(1.35rem,2.2vw,1.9rem)}.beta-measurement-copy p{margin:0;color:var(--muted);line-height:1.5}.beta-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.beta-price-option{min-height:74px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:13px 14px;border:1px solid var(--line);border-radius:16px;background:var(--panel-soft);color:var(--text);text-align:left;cursor:pointer}.beta-price-option:hover,.beta-price-option.selected{border-color:var(--blue);box-shadow:0 0 0 2px color-mix(in srgb,var(--blue) 15%,transparent)}.beta-price-option.selected{background:color-mix(in srgb,var(--blue) 10%,var(--panel-soft))}.beta-price-option small,.beta-measurement-note{color:var(--muted)}.beta-measurement-note{grid-column:1 / -1;font-size:.74rem}@media(max-width:720px){.beta-measurement-panel,.beta-price-grid{grid-template-columns:1fr}}.dashboard-grid,.page-grid{display:grid;width:100%;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}.hero-panel,.attribute-panel,.panel,.metric-card{min-width:0;max-width:100%;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--panel);box-shadow:var(--shadow-card)}.hero-panel{position:relative;display:grid;grid-column:span 8;min-height:430px;overflow:hidden;grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr)}.hero-panel:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#07080ffa,#07080f8a,#07080f29)}.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:32px}.section-kicker{font-size:15px;font-weight:900;text-transform:uppercase}.hero-copy h1,.profile-identity h1{margin:8px 0;font-size:54px;line-height:1}.projection{position:relative;height:430px;min-height:430px;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(50,255,114,.34),transparent 24%),radial-gradient(circle at 50% 48%,rgba(46,230,124,.44),transparent 46%),radial-gradient(circle at 50% 55%,rgba(170,68,255,.14),transparent 62%),linear-gradient(180deg,#12162440,#07080ff0)}.projection:before,.projection:after{content:"";position:absolute;inset:8%;pointer-events:none;border-radius:50%}.projection:before{background:radial-gradient(circle,rgba(50,255,114,.24),transparent 62%);filter:blur(8px);opacity:.78}.projection:after{inset:18%;border:1px solid rgba(50,255,114,.22);box-shadow:0 0 34px #32ff7257,inset 0 0 38px #32ff722e}.projection.level-6{background:radial-gradient(circle at 50% 42%,rgba(255,38,58,.42),transparent 24%),radial-gradient(circle at 50% 48%,rgba(255,67,36,.52),transparent 46%),radial-gradient(circle at 50% 60%,rgba(255,174,64,.16),transparent 65%),linear-gradient(180deg,#280a0c59,#07080ff5)}.projection.level-6:before{background:radial-gradient(circle,rgba(255,38,58,.34),transparent 64%);filter:blur(7px);opacity:.92}.projection.level-6:after{border-color:#ff3a4652;box-shadow:0 0 44px #ff263a8f,inset 0 0 46px #ff5a3847}.projection.aura-neutra{background:radial-gradient(circle at 50% 45%,rgba(154,163,183,.24),transparent 34%),radial-gradient(circle at 50% 54%,rgba(67,164,255,.18),transparent 58%),linear-gradient(180deg,#12162440,#07080ff0)}.projection.aura-foco{background:radial-gradient(circle at 50% 42%,rgba(46,230,200,.32),transparent 28%),radial-gradient(circle at 50% 50%,rgba(67,164,255,.36),transparent 50%),linear-gradient(180deg,#12162440,#07080ff0)}.projection.aura-alerta,.projection.aura-recuperacao{background:radial-gradient(circle at 50% 42%,rgba(255,194,71,.28),transparent 28%),radial-gradient(circle at 50% 50%,rgba(170,68,255,.22),transparent 52%),linear-gradient(180deg,#16122047,#07080ff0)}.projection.aura-ascensao{background:radial-gradient(circle at 50% 42%,rgba(50,255,114,.42),transparent 24%),radial-gradient(circle at 50% 48%,rgba(46,230,124,.5),transparent 48%),linear-gradient(180deg,#12162440,#07080ff0)}.projection.aura-lendaria{background:radial-gradient(circle at 50% 42%,rgba(255,38,58,.42),transparent 24%),radial-gradient(circle at 50% 48%,rgba(255,67,36,.52),transparent 46%),radial-gradient(circle at 50% 60%,rgba(255,174,64,.16),transparent 65%),linear-gradient(180deg,#280a0c59,#07080ff5)}.projection img{width:100%;height:100%;object-fit:contain;object-position:50% 50%;transform:none;filter:saturate(1.2) contrast(1.12);opacity:1}.projection .level-character{position:relative;z-index:1;width:min(88%,420px);height:94%;object-fit:contain;filter:drop-shadow(0 0 18px rgba(50,255,114,.88)) drop-shadow(0 0 44px rgba(50,255,114,.48)) saturate(1.12)}.projection.level-6 .level-character{filter:drop-shadow(0 0 20px rgba(255,38,58,.94)) drop-shadow(0 0 58px rgba(255,78,36,.64)) saturate(1.2) contrast(1.06)}.form-tag{position:absolute;right:18px;bottom:18px;z-index:2;width:min(220px,calc(100% - 36px));padding:14px;border:1px solid rgba(170,68,255,.45);border-radius:8px;background:#080a12c7;backdrop-filter:blur(14px)}.form-tag span,.form-tag small{display:block}.form-tag span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.form-tag strong{display:block;margin:4px 0;color:var(--green)}.projection.level-6 .form-tag{border-color:#ff526a9e;box-shadow:0 0 24px #ff263a33}.projection.level-6 .form-tag strong{color:var(--red)}.level-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;width:min(420px,100%);margin-top:30px;padding:var(--space-card);border:1px solid var(--line);border-radius:8px;background:#080a12db}.level-card strong{display:block;font-size:58px;line-height:1}.basic-status-panel{position:relative;z-index:1;align-self:center;margin:24px;padding:22px;border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#121821eb}.basic-avatar{display:grid;align-content:center;gap:6px;padding:12px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#121821eb;text-align:center}.basic-avatar strong,.basic-next-form strong{color:#bfe3d0;font-size:34px;line-height:1}.basic-avatar span,.basic-next-form span{color:var(--text);font-weight:900}.basic-avatar small{color:var(--muted)}.basic-next-form{display:grid;align-content:center;gap:7px;text-align:center}.bar{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#ffffff14}.bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--violet),#d66bff);box-shadow:0 0 18px #aa44ff73}.attribute-panel{grid-column:span 4;padding:26px}.panel-heading{justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:18px;position:relative}.panel-heading h2{min-width:0;margin:0;font-size:21px;text-transform:uppercase;overflow-wrap:anywhere}.panel-heading span{min-width:0;overflow-wrap:anywhere}p,small,strong,span,button,label,figcaption{overflow-wrap:anywhere}.panel svg{max-width:100%}.info-button{display:grid;width:40px;height:40px;min-width:40px;min-height:40px;place-items:center;border:1px solid rgba(170,68,255,.5);border-radius:50%;background:#0d0f1be0;color:#dca3ff;font-size:14px;font-weight:900;line-height:1;margin-left:auto}.info-button:hover{border-color:var(--neon-green);color:var(--neon-green);box-shadow:0 0 18px #32ff723d}.help-popover{position:fixed;top:92px;right:28px;z-index:45;width:min(360px,calc(100vw - 32px));padding:18px;border:1px solid rgba(50,255,114,.44);border-radius:8px;background:#090c13f5;box-shadow:0 18px 60px #0000007a,0 0 30px #32ff7224;backdrop-filter:blur(18px)}.help-popover span{display:block;color:var(--neon-green);font-size:11px;font-weight:900;text-transform:uppercase}.help-popover strong{display:block;margin:5px 34px 8px 0;color:var(--text);font-size:20px}.help-popover p{margin:0;color:#c4cad8;line-height:1.48}.help-close{position:absolute;top:10px;right:10px;display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(255,82,106,.42);border-radius:8px;background:#ff526a14;color:var(--red);font-size:17px;font-weight:900;text-transform:uppercase}.radar-chart{display:block;width:min(100%,330px);margin:0 auto 18px}.radar-grid{fill:#2ee6c809;stroke:#5befd82e}.radar-axis{stroke:#ffffff1a}.radar-shape{fill:#aa44ff52;stroke:#c66cff;stroke-width:3}.radar-dot{fill:#f7d4ff}.radar-label,.chart-label,.chart-date{fill:#aab2c5;font-size:10px;font-weight:800}.attribute-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.attribute-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.attribute-chip{display:flex;justify-content:space-between;gap:8px;min-width:0;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09}.attribute-chip span{min-width:0;overflow-wrap:normal;color:var(--muted)}.metric-row{display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.metric-card{display:flex;gap:16px;min-height:136px;padding:22px}.metric-icon,.mission-accent{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;flex:0 0 auto}.metric-card strong{display:block;margin:4px 0;font-size:32px}.metric-body{min-width:0;flex:1}.metric-card.green .metric-icon,.mission-accent.green{color:var(--green);background:#72df641f}.metric-card.amber .metric-icon,.mission-accent.amber{color:var(--amber);background:#ffc2471f}.metric-card.blue .metric-icon,.mission-accent.blue{color:var(--blue);background:#43a4ff1f}.metric-card.violet .metric-icon,.mission-accent.violet{color:var(--violet);background:#aa44ff24}.mission-accent.teal{color:var(--teal);background:#2ee6c81f}.panel{padding:22px}.missions-panel,.chart-panel,.constancy-panel,.summary-panel,.evolution-panel{grid-column:span 6}.mission-list,.timeline-list,.record-list,.recommendation-list,.achievement-list,.action-stack{display:grid;gap:10px}.mission-row{display:grid;grid-template-columns:auto minmax(0,1fr) 42px;align-items:center;gap:14px;width:100%;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;color:var(--text);text-align:left}.mission-row strong,.timeline-row strong,.recommendation strong{display:block}.mission-row small{color:#68d4ff}.mission-row.completed{border-color:#72df6459}.mission-check{display:grid;width:38px;height:38px;place-items:center;border:1px solid #667086;border-radius:50%;color:var(--green)}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.summary-tile{min-height:108px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-card);background:#ffffff08;text-align:center}.summary-tile .icon{display:block;margin:0 auto 8px}.summary-tile span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase}.summary-tile strong{display:block;margin-top:6px}.summary-tile.green{color:var(--green)}.summary-tile.violet{color:var(--violet)}.summary-tile.amber{color:var(--amber)}.summary-tile.gold{color:var(--gold)}.summary-tile.blue{color:var(--blue)}.summary-tile.orange{color:var(--orange)}.summary-tile.red{color:var(--red)}.constancy-panel{overflow:hidden}.constancy-grid{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:6px}.constancy-day{aspect-ratio:1;min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:5px;background:#ffffff0a;box-shadow:inset 0 0 12px #ffffff05}.constancy-day.level-1,.constancy-legend i.level-1{border-color:#ffc24761;background:linear-gradient(135deg,#ffc247a3,#946714d1)}.constancy-day.level-2,.constancy-legend i.level-2{border-color:#2ee6c861;background:linear-gradient(135deg,#2ee6c89e,#127787e0)}.constancy-day.level-3,.constancy-legend i.level-3{border-color:#43a4ff6b;background:linear-gradient(135deg,#43a4ffb8,#3137bed6)}.constancy-day.level-4,.constancy-legend i.level-4{border-color:#c66cffa8;background:linear-gradient(135deg,#c66cffe0,#7d1fc6e6);box-shadow:0 0 15px #aa44ff38}.constancy-day.today{outline:2px solid var(--neon-green);outline-offset:2px}.constancy-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.constancy-footer strong{color:var(--text);font-size:12px}.constancy-legend{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.constancy-legend i{display:inline-block;width:11px;height:11px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:#ffffff0d}.focus-strip,.coach-signal,.progress-hero,.mana-gauge{margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(90deg,#aa44ff1f,#2ee6c80d),#ffffff06}.focus-strip b{color:var(--violet);text-transform:uppercase}.focus-strip p{margin:6px 0 0}.split-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.split-form label{margin:0}.split-form select{width:100%}.inactive-day-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.inactive-day-list span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;color:var(--muted);font-size:12px;font-weight:900}.inactive-day-list b{color:var(--amber);text-transform:uppercase}.finance-projection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.category-strip span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;color:var(--muted);font-size:12px;font-weight:800}.category-strip b{color:var(--text);text-transform:uppercase}.weight-chart{width:100%;min-height:220px}.chart-grid{stroke:#ffffff14}.chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-line.weight{stroke:var(--violet)}.chart-line.average{stroke:var(--green);opacity:.8}.chart-dot{fill:#e4c1ff}.inline-form,.stack-form{display:grid;gap:12px}.inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-top:18px}label span{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}input,select,textarea{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.11);border-radius:var(--radius-control);background:var(--input-bg);color:var(--text);padding:10px 12px;outline:none}textarea{resize:vertical}select:focus,textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px #aa44ff29}input[type=file]{padding:11px}input:focus{border-color:var(--violet);box-shadow:0 0 0 3px #aa44ff29}.wide-button,.stack-form button,.inline-form button,.habit-mini-form button,.split-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 14px;border-radius:var(--radius-control);color:#dfa8ff;font-weight:900;text-transform:uppercase}.wide-button{width:100%;margin-top:14px}.wide-button.danger{color:var(--red);border-color:#ff526a66}.wide-button.done{color:var(--green);border-color:#72df646b;background:#72df6414}.wide-button:disabled{cursor:default;opacity:.95}.evolution-body{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:20px;align-items:center}.evolution-body strong,.mana-gauge strong,.progress-hero strong,.coach-signal strong{display:block;font-size:38px;line-height:1}.next-form{display:grid;width:142px;height:142px;place-items:center;overflow:hidden;border:1px solid rgba(170,68,255,.45);border-radius:8px;background:radial-gradient(circle,#aa44ff57,#ffffff0a 58%),#080a12db}.next-form img{width:100%;height:100%;object-fit:contain;filter:grayscale(.45) brightness(.78)}.two-col>.panel,.two-col>.profile-main,.two-col>.mana-panel,.two-col>.coach-panel{grid-column:span 6}.page-grid>.panel{grid-column:span 12}.wide{grid-column:span 12!important}.starter-week-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(220px,.9fr) minmax(190px,.55fr);gap:18px;align-items:center;padding:var(--space-card);border-color:color-mix(in srgb,var(--green) 34%,var(--line));background:radial-gradient(circle at top right,color-mix(in srgb,var(--green) 14%,transparent),transparent 46%),var(--panel)}.starter-week-copy .eyebrow{display:block;margin-bottom:6px}.starter-week-copy strong{display:block;color:var(--text);font-size:clamp(1.08rem,2vw,1.32rem);line-height:1.2}.starter-week-copy p{max-width:58ch;margin:8px 0 0;color:var(--muted);line-height:1.48}.starter-week-steps{display:grid;gap:8px;margin:0;padding:0;list-style:none}.starter-week-steps li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.9rem;line-height:1.35}.starter-week-steps li:before{content:"";width:10px;height:10px;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:999px;background:var(--panel-soft)}.starter-week-steps li.done{color:var(--text)}.starter-week-steps li.done:before{border-color:var(--green);background:var(--green);box-shadow:0 0 0 4px color-mix(in srgb,var(--green) 14%,transparent)}.starter-week-steps li.current{color:var(--text);font-weight:800}.starter-week-steps li.current:before{border-color:var(--blue);background:var(--blue)}.starter-week-action{margin:0;min-height:48px}@media(max-width:820px){.starter-week-panel{grid-template-columns:1fr}.starter-week-action{width:100%}}.planning-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.planning-grid.compact-plan{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:14px}.avatar-large{display:grid;width:120px;height:120px;place-items:center;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:linear-gradient(135deg,#a4f3,#43a4ff14),#101421;flex:0 0 auto}.avatar-large img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 18px rgba(170,68,255,.35))}.avatar-large.aura-foco img,.avatar-large.aura-ascensao img{filter:drop-shadow(0 0 18px rgba(50,255,114,.42))}.avatar-large.aura-alerta img,.avatar-large.aura-recuperacao img{filter:drop-shadow(0 0 16px rgba(255,194,71,.36))}.avatar-large.aura-lendaria img{filter:drop-shadow(0 0 18px rgba(255,82,106,.48))}.profile-identity{gap:18px;margin-bottom:22px}.app-style-panel p{margin:0 0 14px;color:var(--muted);line-height:1.45}.app-style-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;min-width:0}.app-style-option{display:grid;gap:6px;width:100%;min-width:0;min-height:118px;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff09;color:var(--text);text-align:left;cursor:pointer;overflow-wrap:anywhere}.app-style-option strong{color:#f3e8ff;font-size:17px}.app-style-option span{color:var(--muted);line-height:1.4}.app-style-option.active{border-color:#aa44ffb3;background:linear-gradient(135deg,#aa44ff29,#2ee6c80f),#ffffff0a;box-shadow:0 0 22px #aa44ff1f}.compact-style-panel{align-content:start}.compact-style-panel .app-style-options{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-style-panel .app-style-option{min-height:56px;padding:10px 12px;text-align:center}.compact-style-panel .app-style-option span{display:none}.diet-budget-panel .diet-last-log,.diet-budget-panel .diet-week-line{margin:10px 0 0;color:var(--muted)}.diet-budget-panel .diet-last-log strong,.diet-budget-panel .diet-week-line strong{color:var(--text)}.diet-budget-panel.warning{border-color:#ffc24773}.diet-budget-panel.danger{border-color:#e5564e8c}.diet-suggestion{margin-top:12px}.diet-quick-error{margin:0;padding:10px 12px;border:1px solid rgba(229,86,78,.5);border-left:4px solid var(--red, #e5564e);border-radius:8px;background:#e5564e1a;color:var(--text)}.diet-manual-entry{margin-top:10px}.diet-manual-entry summary{cursor:pointer;color:var(--muted)}body.theme-basic,.theme-basic{color-scheme:light;--bg: #f5f7fb;--panel: #ffffff;--panel-soft: #f8fafc;--line: #d9dee7;--line-strong: #cbd5e1;--text: #1f2937;--muted: #64748b;--violet: #24a36b;--blue: #24a36b;--green: #16a34a;--neon-green: #16a34a;--amber: #d97706;--orange: #ea580c;--red: #dc2626;--teal: #0f766e;--shadow: 0 10px 28px rgba(15, 23, 42, .08)}body.theme-basic{background:#f5f7fb;color:var(--text)}.theme-basic .topbar{border-bottom-color:#d9dee7;background:#f5f7fbf0}.theme-basic .settings-overlay{background:#0f172a38}.theme-basic .settings-drawer{border-color:#cbd5e1;background:#fff;box-shadow:0 20px 48px #0f172a2e}.theme-basic .settings-group{border-top-color:#e2e8f0}.theme-basic .settings-group h3{color:#1e293b}.theme-basic .settings-group button,.theme-basic .settings-file-action{border-color:#cbd5e1;background:#f8fafc;color:#1e293b}.theme-basic .settings-group button:hover,.theme-basic .settings-file-action:hover{border-color:#24a36b;background:#eff6ff;color:#1b8a5a}.theme-basic .settings-group button.danger{border-color:#fecdd3;background:#fff1f2;color:#b91c1c}.theme-basic .settings-technical{border-color:#d9dee7;background:#f8fafc}.theme-basic .settings-technical summary,.theme-basic .settings-technical dt{color:#64748b}.theme-basic .settings-technical dd{color:#1e293b}.theme-basic .brand-mark{clip-path:none;border-color:#bfe3d0;border-radius:12px;background:#eff6ff;box-shadow:none;color:#24a36b}.theme-basic .brand-title span,.theme-basic .section-kicker,.theme-basic .panel-heading h2{color:#1b8a5a}.theme-basic .status-pill,.theme-basic .panel,.theme-basic .metric-card,.theme-basic .summary-tile,.theme-basic .exercise-card,.theme-basic .meal-card,.theme-basic .achievement,.theme-basic .recommendation,.theme-basic .timeline-row,.theme-basic .record-row,.theme-basic .scouter-item,.theme-basic .rest-box,.theme-basic .progression-box,.theme-basic .focus-strip,.theme-basic .coach-signal,.theme-basic .progress-hero,.theme-basic .mana-gauge,.theme-basic .training-day-head,.theme-basic .next-training-card,.theme-basic .constancy-cell,.theme-basic .app-style-option{border-color:#cbd5e1;background:#fff;box-shadow:0 1px 3px #0f172a14}.theme-basic .panel,.theme-basic .metric-card,.theme-basic .summary-tile{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a14}.theme-basic .panel-heading{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.theme-basic .panel-heading h2,.theme-basic .panel-heading h3{color:#1e293b}.theme-basic .panel-heading span,.theme-basic .eyebrow,.theme-basic small{color:#475569}.theme-basic .today-priority,.theme-basic .training-mode-panel,.theme-basic .training-today-card,.theme-basic .split-editor-panel,.theme-basic .training-plan-panel,.theme-basic .scouter-panel,.theme-basic .coach-panel,.theme-basic .mana-panel,.theme-basic .recovery-card,.theme-basic .review-card{border:1px solid #cbd5e1;box-shadow:0 2px 8px #0f172a14}.theme-basic .hero-panel{min-height:360px;grid-template-columns:minmax(280px,.95fr) minmax(280px,1.05fr);border-color:#cbd5e1;background:#fff;color:#0f172a;box-shadow:0 2px 10px #0f172a14}.theme-basic .today-priority{background:var(--panel)}.theme-basic .hero-panel:after{background:none}.theme-basic .hero-copy{color:#0f172a}.theme-basic .hero-copy p{color:#475569}.theme-basic .projection,.theme-basic .projection.aura-neutra,.theme-basic .projection.aura-foco,.theme-basic .projection.aura-alerta,.theme-basic .projection.aura-recuperacao,.theme-basic .projection.aura-ascensao,.theme-basic .projection.aura-lendaria{background:#f8fafc}.theme-basic .projection:before,.theme-basic .projection:after{opacity:0;box-shadow:none}.theme-basic .projection img,.theme-basic .next-form img{display:none}.theme-basic .basic-status-panel{border-color:#cbd5e1;background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a14}.theme-basic .level-card,.theme-basic .basic-avatar,.theme-basic .basic-next-form,.theme-basic .next-form{border-color:#cbd5e1;background:#fff;box-shadow:0 1px 3px #0f172a0f}.theme-basic .level-card strong,.theme-basic .basic-avatar strong,.theme-basic .basic-next-form strong{color:#1b8a5a}.theme-basic .projection .level-character,.theme-basic .avatar-large img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.36))}.theme-basic .bar span{background:linear-gradient(90deg,#24a36b,#0f766e);box-shadow:none}.theme-basic .wide-button,.theme-basic .stack-form button,.theme-basic .inline-form button,.theme-basic .habit-mini-form button,.theme-basic .split-form button,.theme-basic .file-import-button,.theme-basic .training-tabs button,.theme-basic .coach-chip,.theme-basic .nav-item,.theme-basic .icon-button,.theme-basic .avatar-button{border-color:#cbd5e1;background:#fff;color:#1f2937;box-shadow:none}.theme-basic .wide-button:hover,.theme-basic .coach-chip:hover,.theme-basic .coach-chip:focus-visible,.theme-basic .nav-item.active,.theme-basic .training-tabs button.active,.theme-basic .app-style-option.active{border-color:#24a36b;background:#eff6ff;color:#1b8a5a;box-shadow:none}.theme-basic .wide-button,.theme-basic .stack-form button,.theme-basic .inline-form button,.theme-basic .habit-mini-form button,.theme-basic .split-form button,.theme-basic .file-import-button{border-color:#24a36b;background:#24a36b;color:#fff}.theme-basic .wide-button.subtle,.theme-basic .file-import-button.subtle,.theme-basic .coach-chip,.theme-basic .training-tabs button{border-color:#cbd5e1;background:#f8fafc;color:#1f2937}.theme-basic .wide-button.done{border-color:#16a34a;background:#dcfce7;color:#166534}.theme-basic .training-mode-switch{border-color:#cbd5e1;background:#f8fafc}.theme-basic .training-mode-switch button{border-color:#cbd5e1;background:#fff;color:#334155;box-shadow:none}.theme-basic .training-mode-switch button.active{border-color:#24a36b;background:#e3f4ec;color:#1b8a5a;box-shadow:none}.theme-basic .wide-button.danger{border-color:#fecdd3;background:#fff1f2;color:#b91c1c}.theme-basic input,.theme-basic select,.theme-basic textarea{border-color:#cbd5e1;background:#fff;color:#1f2937;min-height:42px}.theme-basic input:focus,.theme-basic select:focus,.theme-basic textarea:focus,.theme-basic .training-title-form input:focus{border-color:#24a36b;box-shadow:0 0 0 3px #24a36b24}.theme-basic input::placeholder,.theme-basic textarea::placeholder{color:#94a3b8}.theme-basic .help-popover{border-color:#cbd5e1;background:#fff;color:#1f2937;box-shadow:0 18px 40px #0f172a24}.theme-basic .legal-details{border-color:#cbd5e1;background:#f8fafc}.theme-basic .legal-details summary{color:#1e293b}.theme-basic .legal-details p{color:#475569}.theme-basic .help-popover span{color:#24a36b}.theme-basic .app-style-option.active{border-color:#24a36b;background:#eff6ff;color:#1b8a5a;outline:2px solid #bfe3d0;box-shadow:0 2px 8px #24a36b24}.theme-basic .app-style-panel{border-color:#cbd5e1;background:#fff}.theme-basic .app-style-panel p,.theme-basic .app-style-option span{color:#334155}.theme-basic .app-style-option strong{color:#1e293b}.theme-basic .app-style-option.active strong,.theme-basic .app-style-option.active span{color:#1b8a5a}.theme-basic .exercise-card.done-today,.theme-basic .meal-card.completed{border-color:#16a34a;background:#ecfdf5;box-shadow:none}.theme-basic .exercise-card.current-exercise{border-color:#24a36b;background:#eff6ff;box-shadow:none}.theme-basic .exercise-card h3{color:#0f172a;text-shadow:none}.theme-basic .exercise-card.current-exercise h3{color:#1b8a5a;text-shadow:none}.theme-basic .exercise-card .panel-heading{border-bottom-color:#dde4df}.theme-basic .exercise-card .panel-heading span{border-color:#cbd5e1;background:#fff;color:#475569}.theme-basic .exercise-card.current-exercise .panel-heading span{border-color:#7fd0a8;background:#e3f4ec;color:#1b8a5a}.theme-basic .exercise-card.skipped-today:not(.done-today){border-color:#f59e0b;background:#fffbeb;opacity:1}.theme-basic .execution-label{color:#1b8a5a}.theme-basic .skip-label{color:#92400e}.theme-basic .done-label{border-color:#86efac;background:#dcfce7;color:#166534}.theme-basic .exercise-meta span,.theme-basic .exercise-details,.theme-basic .rest-timer-status,.theme-basic .set-control-box,.theme-basic .next-exercise-hint{border-color:#d0d7e2;background:#f8fafc;color:#475569}.theme-basic .set-control-box.resting{border-color:#f59e0b;background:#fffbeb}.theme-basic .set-control-box strong{color:#1e293b}.theme-basic .set-progress-dots span{border-color:#cbd5e1;background:#fff;color:#64748b}.theme-basic .set-progress-dots span.done{border-color:#16a34a;background:#dcfce7;color:#166534}.theme-basic .set-progress-dots span.resting{border-color:#f59e0b;background:#fef3c7;color:#92400e}.theme-basic .next-exercise-hint strong{color:#166534}.theme-basic .rest-timer-status{border-color:#7fd0a8;background:#eff6ff}.theme-basic .rest-timer-status b,.theme-basic .rest-countdown{border-color:#bfe3d0;background:#e3f4ec;color:#1b8a5a}.theme-basic .progression-box{border-color:#bfe3d0;background:#eff6ff}.theme-basic .add-exercise-panel,.theme-basic .exercise-editor-form{border-color:#cbd5e1;background:#f8fafc}.theme-basic .training-title-form button{border-color:#1b8a5a;background:#24a36b;color:#fff}.theme-basic .scouter-panel .panel-heading h2,.theme-basic .coach-panel .panel-heading h2{color:#1b8a5a}.theme-basic .scouter-item.green,.theme-basic .scouter-item.ascensao,.theme-basic .scouter-item.foco,.theme-basic .scouter-item.blue,.theme-basic .scouter-item.neutra,.theme-basic .scouter-item.amber,.theme-basic .scouter-item.alerta,.theme-basic .scouter-item.recuperacao,.theme-basic .scouter-item.red,.theme-basic .scouter-item.lendaria{border-color:#d9dee7}.theme-basic .achievement.unlocked{color:#92400e}.theme-basic .achievement svg,.theme-basic .recommendation svg{color:#24a36b}.theme-basic .bottom-nav{border-color:#d9dee7;background:#fffffff5;box-shadow:0 12px 28px #0f172a1f}body.theme-simple,.theme-simple{color-scheme:light;--bg: #f7f8fa;--panel: #ffffff;--panel-soft: #f8fafc;--line: #d8dee8;--line-strong: #cbd5e1;--text: #1f2937;--muted: #5f6f84;--violet: #24a36b;--blue: #24a36b;--green: #16a34a;--neon-green: #16a34a;--amber: #d97706;--orange: #ea580c;--red: #dc2626;--teal: #0f766e;--shadow: 0 8px 18px rgba(15, 23, 42, .06)}body.theme-simple{background:#f7f8fa;color:var(--text)}.theme-simple .app-shell{max-width:1080px}.theme-simple .topbar{border-bottom-color:#d8dee8;background:#f7f8faf5}.theme-simple .brand-mark{clip-path:none;border-color:#e3f4ec;border-radius:12px;background:#eff6ff;box-shadow:none;color:#24a36b}.theme-simple .brand-title span,.theme-simple .section-kicker,.theme-simple .panel-heading h2{color:#1b8a5a}.theme-simple .panel,.theme-simple .hero-panel,.theme-simple .metric-card,.theme-simple .summary-tile,.theme-simple .exercise-card,.theme-simple .meal-card,.theme-simple .timeline-row,.theme-simple .record-row,.theme-simple .focus-strip,.theme-simple .coach-signal,.theme-simple .mana-gauge,.theme-simple .training-today-card,.theme-simple .next-training-card,.theme-simple .app-style-option,.theme-simple .level-card,.theme-simple .basic-status-panel,.theme-simple .basic-avatar,.theme-simple .legal-details,.theme-simple .settings-drawer{border-color:#cbd5e1;background:#fff;box-shadow:0 1px 3px #0f172a14}.theme-simple .panel{padding:20px;border-width:1px}.theme-simple .panel-heading{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.theme-simple .panel-heading h2,.theme-simple .panel-heading h3,.theme-simple .app-style-option strong,.theme-simple .hero-copy h1,.theme-simple .simple-welcome-copy h1,.theme-simple .exercise-card h3,.theme-simple .simple-current-exercise h3{color:#172033}.theme-simple .panel-heading span,.theme-simple .eyebrow,.theme-simple small,.theme-simple .hero-copy p,.theme-simple .simple-welcome-copy p,.theme-simple .app-style-option span{color:#475569}.theme-simple .hero-panel{min-height:auto;grid-template-columns:minmax(0,1fr);background:#fff;color:#0f172a}.theme-simple .hero-panel:after{background:none}.theme-simple .hero-copy{padding:22px}.theme-simple .hero-copy h1{font-size:34px;line-height:1.08}.theme-simple .level-card,.theme-simple .basic-status-panel{margin-top:14px;color:#0f172a;background:#fff}.theme-simple .basic-status-panel{margin:12px}.simple-welcome-card{display:grid;gap:14px}.simple-welcome-copy{display:grid;gap:8px}.simple-welcome-copy h1{margin:0;font-size:34px;line-height:1.08}.simple-welcome-copy p{max-width:720px;margin:0;line-height:1.5;font-weight:700}.simple-next-action-card{display:grid;gap:18px;border-color:#7fd0a8;background:linear-gradient(135deg,#fff,#eff6ff 52%,#ecfdf5)}.simple-next-action-body{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(220px,.42fr);align-items:center;gap:18px}.simple-next-action-icon{display:grid;width:72px;height:72px;place-items:center;border:1px solid #bfe3d0;border-radius:8px;background:#fff;color:#1b8a5a}.simple-next-action-icon .icon{width:30px;height:30px}.simple-next-action-copy{min-width:0}.simple-next-action-copy h3{margin:4px 0 8px;color:#0f172a;font-size:34px;line-height:1.05}.simple-next-action-copy p{max-width:720px;margin:0;color:#475569;font-size:17px;line-height:1.45;font-weight:800}.simple-next-action-buttons{display:grid;gap:10px}.simple-next-action-buttons .wide-button{margin-top:0}.simple-progress-card{padding:14px;border-color:#d0d7e2;background:#fff}.simple-progress-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.simple-progress-pill{display:grid;gap:10px;min-width:0;padding:12px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-progress-pill>div:first-child{display:grid;gap:3px}.simple-progress-pill span{color:#475569;font-size:12px;font-weight:900;text-transform:uppercase}.simple-progress-pill strong{color:#172033;font-size:20px;line-height:1.1}.simple-progress-pill small{color:#64748b;font-weight:800}.simple-missions-page{align-items:start}.simple-missions-hero{border-color:#bfe3d0;background:linear-gradient(135deg,#fff,#eff6ff 62%,#f8fafc)}.simple-missions-intro{display:grid;gap:6px}.simple-missions-intro strong{color:#0f172a;font-size:24px;line-height:1.15}.simple-missions-intro p{max-width:720px;margin:0;color:#475569;font-weight:800}.simple-missions-progress{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.simple-missions-progress div{min-width:0;padding:12px;border:1px solid #d0d7e2;border-radius:8px;background:#fff}.simple-missions-progress span,.simple-missions-recent span{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.simple-missions-progress strong{display:block;margin-top:4px;color:#0f172a;font-size:28px;line-height:1}.simple-missions-card{background:#fff}.simple-missions-next{margin:0 0 12px;color:#475569;font-weight:800}.simple-mission-list{display:grid;gap:12px}.simple-mission-item{display:grid;grid-template-columns:48px minmax(0,1fr) minmax(154px,auto);align-items:center;gap:14px;min-width:0;min-height:92px;padding:14px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-mission-item.featured{border-color:#7fd0a8;background:#eff6ff}.simple-mission-item.completed{border-color:#86efac;background:#ecfdf5}.simple-mission-check{display:grid;width:44px;height:44px;place-items:center;border:2px solid #cbd5e1;border-radius:50%;background:#fff;color:#15803d}.simple-mission-item.completed .simple-mission-check{border-color:#22c55e;background:#dcfce7}.simple-mission-copy{display:grid;gap:6px;min-width:0}.simple-mission-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.simple-mission-copy h3{margin:0;color:#0f172a;font-size:20px;line-height:1.18}.simple-mission-copy span{flex:0 0 auto;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.simple-mission-item.completed .simple-mission-copy span{color:#15803d}.simple-mission-copy p{margin:0;color:#475569;line-height:1.4;font-weight:700}.simple-mission-item .wide-button{margin-top:0}.simple-mission-done{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 12px;border:1px solid #86efac;border-radius:8px;background:#dcfce7;color:#15803d;font-weight:900}.simple-missions-hero>.simple-mission-done,.simple-missions-hero>.wide-button{margin-top:14px}.simple-missions-recent{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.simple-missions-recent small{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border:1px solid #d0d7e2;border-radius:999px;background:#f8fafc;color:#475569;font-weight:800}.simple-assessment-page{align-items:start}.simple-assessment-hero,.simple-assessment-action,.simple-assessment-history{border-color:#cbd5e1;background:#fff}.simple-assessment-main{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.simple-assessment-main>div,.simple-assessment-row{min-width:0;padding:14px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-assessment-main span,.simple-assessment-row small,.simple-weight-form span{display:block;color:#64748b;font-size:12px;font-weight:900;text-transform:uppercase}.simple-assessment-main strong{display:block;margin-top:5px;color:#0f172a;font-size:24px;line-height:1.12}.simple-assessment-hero p,.simple-assessment-action p{margin:0;color:#475569;line-height:1.5;font-weight:800}.simple-weight-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:14px}.simple-weight-form label{display:grid;gap:6px}.simple-weight-form input,.simple-weight-form button{min-height:46px}.simple-assessment-details{margin-top:12px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-assessment-details summary{display:flex;align-items:center;gap:8px;min-height:46px;padding:12px;color:#1e293b;font-weight:900;cursor:pointer}.simple-assessment-details form{padding:0 12px 12px}.simple-assessment-list{display:grid;gap:10px}.simple-assessment-row{display:flex;align-items:center;gap:12px}.simple-assessment-row .icon{flex:0 0 auto;color:#24a36b}.simple-assessment-row strong{display:block;color:#0f172a}.theme-simple .page-grid,.theme-simple .simple-training-page{grid-template-columns:minmax(0,1fr)}.theme-simple .today-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.theme-simple .today-priority,.theme-simple .simple-current-exercise,.theme-simple .training-today-card{border-color:#7fd0a8;background:#fff}.theme-simple .wide-button,.theme-simple .stack-form button,.theme-simple .inline-form button,.theme-simple .habit-mini-form button,.theme-simple .file-import-button,.theme-simple .coach-chip,.theme-simple .nav-item,.theme-simple .icon-button,.theme-simple .avatar-button{border-color:#24a36b;background:#24a36b;color:#fff;box-shadow:none}.theme-simple .wide-button.subtle,.theme-simple .file-import-button.subtle,.theme-simple .coach-chip,.theme-simple .nav-item,.theme-simple .icon-button,.theme-simple .avatar-button{border-color:#cbd5e1;background:#fff;color:#1f2937}.theme-simple .wide-button:hover,.theme-simple .coach-chip:hover,.theme-simple .nav-item.active,.theme-simple .app-style-option.active{border-color:#24a36b;background:#eff6ff;color:#1b8a5a}.theme-simple .wide-button.done,.theme-simple .exercise-card.done-today,.theme-simple .meal-card.completed,.theme-simple .simple-training-row.done{border-color:#16a34a;background:#ecfdf5;color:#166534}.theme-simple .wide-button.danger{border-color:#fecdd3;background:#fff1f2;color:#b91c1c}.theme-simple input,.theme-simple select,.theme-simple textarea{min-height:42px;border-color:#cbd5e1;background:#fff;color:#1f2937}.theme-simple input:focus,.theme-simple select:focus,.theme-simple textarea:focus{border-color:#24a36b;box-shadow:0 0 0 3px #24a36b24}.theme-simple .app-style-panel{border-color:#cbd5e1;background:#fff}.theme-simple .app-style-option{min-height:86px;text-align:left}.theme-simple .app-style-option.active{border-color:#24a36b;background:#eff6ff;outline:2px solid #bfe3d0}.theme-simple .projection img,.theme-simple .next-form img,.theme-simple .avatar-large img{display:none}.theme-simple .basic-avatar{background:#eff6ff}.theme-simple .basic-avatar strong,.theme-simple .level-card strong{color:#1b8a5a}.theme-simple .bar span{background:linear-gradient(90deg,#24a36b,#16a34a);box-shadow:none}.theme-simple .exercise-meta span,.theme-simple .exercise-details,.theme-simple .rest-timer-status,.theme-simple .set-control-box,.theme-simple .next-exercise-hint,.theme-simple .simple-training-row{border-color:#d0d7e2;background:#f8fafc;color:#475569}.theme-simple .set-control-box.resting{border-color:#f59e0b;background:#fffbeb}.theme-simple .set-control-box strong,.theme-simple .rest-countdown,.theme-simple .rest-timer-status b{color:#1b8a5a}.theme-simple .set-progress-dots span{border-color:#cbd5e1;background:#fff;color:#64748b}.theme-simple .set-progress-dots span.done{border-color:#16a34a;background:#dcfce7;color:#166534}.theme-simple .set-progress-dots span.resting{border-color:#f59e0b;background:#fef3c7;color:#92400e}.theme-simple .simple-current-body{display:grid;gap:14px}.theme-simple .simple-current-body h3{margin:0;font-size:clamp(28px,6vw,44px);line-height:1}.simple-training-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;border:1px solid;border-radius:8px}.simple-training-row span{min-width:0}.simple-training-row strong,.simple-training-row small{display:block}.theme-simple .simple-training-row.skipped{border-color:#f59e0b;background:#fffbeb;color:#92400e}.simple-now-card{display:grid;gap:14px}.simple-now-main{display:grid;gap:6px}.simple-now-main h3{margin:0;font-size:clamp(24px,5vw,34px);line-height:1.08}.simple-now-main p{margin:0;color:#475569;font-weight:700}.simple-training-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.simple-training-kpis span,.simple-exercise-meta span,.simple-next-exercise-card,.simple-next-meal-card,.simple-diet-metric,.simple-meal-check-row,.simple-food-log-row{min-width:0;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc;color:#1f2937}.simple-training-kpis span{display:grid;gap:4px;padding:12px}.simple-training-kpis strong,.simple-next-exercise-card strong,.simple-next-meal-card strong,.simple-diet-title h3{color:#172033}.simple-training-kpis small,.simple-next-exercise-card small,.simple-next-meal-card small,.simple-food-log-row small,.simple-meal-check-row small{color:#64748b;font-weight:700}.simple-main-actions,.simple-diet-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.simple-exercise-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.simple-exercise-meta span{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px;font-size:13px;font-weight:800}.simple-next-exercise-card{display:grid;gap:6px;padding:14px}.simple-next-exercise-card>span,.simple-next-meal-card>span,.simple-diet-metric span{color:#475569;font-size:12px;font-weight:900;text-transform:uppercase}.simple-diet-page{grid-template-columns:repeat(12,minmax(0,1fr))}.simple-diet-summary,.simple-diet-add,.simple-diet-checklist,.simple-diet-logs{align-content:start}.simple-diet-title{display:grid;gap:6px}.simple-diet-title h3{margin:0;font-size:clamp(24px,5vw,34px);line-height:1.08}.simple-diet-title p,.simple-next-meal-card p{margin:0;color:#475569;font-weight:700}.simple-diet-metrics,.simple-meal-checklist-list,.simple-food-log-list{display:grid;gap:10px}.simple-diet-metric{display:grid;gap:10px;padding:12px}.simple-diet-metric>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.simple-diet-metric strong{color:#172033;text-align:right}.simple-next-meal-card{display:grid;gap:6px;padding:14px}.simple-next-meal-card.completed,.simple-meal-check-row.completed{border-color:#16a34a;background:#ecfdf5}.simple-food-form{gap:14px}.simple-meal-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.simple-meal-card{min-height:auto}.simple-meal-card .panel-heading{align-items:flex-start;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.simple-meal-card h3{margin:0;color:#172033;font-size:20px;line-height:1.15}.simple-meal-card .wide-button{margin-top:4px}.simple-meal-check-row,.simple-food-log-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px}.simple-meal-check-row span,.simple-food-log-row span{min-width:0}.simple-meal-check-row strong,.simple-meal-check-row small,.simple-food-log-row strong,.simple-food-log-row small{display:block}.simple-meal-check-row b{flex:0 0 auto;color:#1b8a5a;font-size:12px}.theme-simple .simple-diet-summary .today-focus,.theme-simple .simple-meal-card{border-color:#d0d7e2;background:#f8fafc;color:#1f2937}.theme-simple .simple-meal-card.completed{border-color:#16a34a;background:#ecfdf5}.simple-finance-page{grid-template-columns:repeat(12,minmax(0,1fr));padding-bottom:12px}.simple-finance-hero,.simple-finance-add,.simple-finance-history{align-content:start}.simple-finance-main{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.simple-finance-main>div,.simple-expense-row{min-width:0;padding:14px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-finance-main span,.simple-expense-row small{display:block;color:#475569;font-size:12px;font-weight:800;text-transform:uppercase}.simple-finance-main strong{display:block;margin-top:6px;color:#0f172a;font-size:24px;line-height:1.1}.simple-finance-main small{display:block;margin-top:6px;color:#475569;line-height:1.4}.simple-finance-status.seguro{border-color:#86efac;background:#ecfdf5}.simple-finance-status.atencao{border-color:#facc15;background:#fefce8}.simple-finance-status.risco{border-color:#fdba74;background:#fff7ed}.simple-finance-status.critico{border-color:#fca5a5;background:#fef2f2}.simple-month-progress{overflow:hidden;height:10px;margin-top:14px;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0}.simple-month-progress span{display:block;height:100%;border-radius:inherit;background:#24a36b}.simple-expense-form{gap:14px}.simple-expense-list{display:grid;gap:10px}.simple-expense-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.simple-expense-row strong{display:block;color:#172033;font-size:15px}.simple-expense-row b{flex:0 0 auto;color:#0f172a}.theme-simple .simple-finance-hero,.theme-simple .simple-finance-add,.theme-simple .simple-finance-history{border-color:#cbd5e1;background:#fff;color:#0f172a}.simple-coach-page{grid-template-columns:repeat(12,minmax(0,1fr));padding-bottom:12px}.simple-coach-hero,.simple-coach-chat-panel{align-content:start}.simple-coach-context{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.simple-coach-context>div,.simple-coach-mini-grid span{min-width:0;padding:14px;border:1px solid #d0d7e2;border-radius:8px;background:#f8fafc}.simple-coach-context span,.simple-coach-mini-grid b{display:block;color:#475569;font-size:12px;font-weight:800;text-transform:uppercase}.simple-coach-context strong{display:block;margin-top:6px;color:#0f172a;font-size:18px;line-height:1.35}.simple-coach-next-action{border-color:#7fd0a8;background:#eff6ff}.simple-coach-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.simple-coach-mini-grid span{color:#0f172a;font-size:14px;font-weight:800}.simple-coach-chips{gap:8px;margin-bottom:12px}.theme-simple .simple-coach-chips .coach-chip{flex:1 1 150px;min-height:40px;padding:8px 10px;border-color:#cbd5e1;background:#fff;color:#1f2937;font-size:12px;text-align:center}.theme-simple .simple-coach-chips .coach-chip:hover,.theme-simple .simple-coach-chips .coach-chip:focus-visible{border-color:#24a36b;background:#eff6ff;color:#1b8a5a}.theme-simple .simple-coach-hero,.theme-simple .simple-coach-chat-panel{border-color:#cbd5e1;background:#fff;color:#0f172a}.theme-simple .simple-coach-chat{max-height:min(420px,46vh);padding-right:0}.theme-simple .simple-coach-chat .coach-message{width:100%;border-color:#d0d7e2;background:#f8fafc}.theme-simple .simple-coach-chat .coach-message.user{border-color:#bfe3d0;background:#eff6ff}.theme-simple .simple-coach-chat .coach-message.coach{border-color:#bbf7d0;background:#f0fdf4}.theme-simple .simple-coach-chat .coach-message strong,.theme-simple .simple-coach-chat .coach-message p{color:#0f172a}.theme-simple .simple-coach-empty{min-height:110px;border-color:#cbd5e1;color:#475569}.simple-coach-form{margin-top:14px}.theme-simple .progression-box,.theme-simple .scouter-panel,.theme-simple .achievement,.theme-simple .recommendation{border-color:#e2e8f0;background:#fff;box-shadow:none}.theme-simple .simple-hidden-pro{display:none}.theme-simple .coach-message p,.coach-message p{white-space:pre-line}.theme-simple .settings-overlay{background:#0f172a33}.theme-simple .settings-group{border-top-color:#e2e8f0}.theme-simple .settings-group h3,.theme-simple .settings-technical summary{color:#1e293b}.theme-simple .settings-group button,.theme-simple .settings-file-action,.theme-simple .settings-technical{border-color:#cbd5e1;background:#f8fafc;color:#1f2937}.simple-profile-grid{align-items:start}.theme-simple .simple-profile-card,.theme-simple .simple-account-card,.theme-simple .simple-privacy-panel{border-color:#cbd5e1;background:#fff;box-shadow:0 1px 3px #0f172a14}.simple-profile-identity{align-items:center;margin-bottom:0}.simple-profile-identity h1{margin:0 0 6px;color:#0f172a;font-size:30px;line-height:1.08}.simple-profile-identity p,.simple-account-card p,.simple-privacy-panel p{margin:0;color:#475569;line-height:1.5;font-weight:700}.settings-mode-options{display:grid;grid-template-columns:1fr;gap:8px}.settings-mode-options button{display:grid;gap:4px;align-items:start}.settings-mode-options button strong{color:inherit;font-size:15px}.settings-mode-options button span{color:#475569;font-size:12px;font-weight:700;line-height:1.35}.theme-simple .settings-mode-options button.active{border-color:#24a36b;background:#eff6ff;color:#1b8a5a}.theme-simple .settings-mode-options button.active span{color:#15623f}.theme-simple .simple-settings-drawer .settings-technical{background:#fff}.theme-simple .bottom-nav{border-color:#d9dee7;background:#fffffff5;box-shadow:0 12px 28px #0f172a1f}.achievement,.recommendation,.timeline-row,.record-row{justify-content:space-between;gap:14px;min-width:0;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}.achievement{justify-content:flex-start}.achievement>span{min-width:0}.achievement.unlocked{color:var(--amber)}.weight-trend-grid.summary-grid.mini{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.scouter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.scouter-item{min-height:112px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}.scouter-item span{display:block;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.scouter-item strong{display:block;margin:7px 0;color:var(--text)}.scouter-item small{display:block;line-height:1.35}.scouter-item.green,.scouter-item.ascensao,.scouter-item.foco{border-color:#32ff723d}.scouter-item.blue,.scouter-item.neutra{border-color:#43a4ff3d}.scouter-item.amber,.scouter-item.alerta,.scouter-item.recuperacao{border-color:#ffc24747}.scouter-item.red,.scouter-item.lendaria{border-color:#ff526a52}.timeline-row>span,.recommendation>span{min-width:0;flex:1}.timeline-row b,.record-row strong{color:var(--teal);white-space:nowrap}.mana-gauge .bar,.progress-hero .bar{margin-top:18px}.recommendation .icon,.timeline-row .icon{flex:0 0 auto}body.theme-simple,.theme-simple{--simple-accent-water: #24a36b;--simple-accent-training: #ea580c;--simple-accent-diet: #16a34a;--simple-accent-finance: #b7791f;--simple-accent-coach: #7c3aed}.theme-simple .app-shell{padding-top:16px}.theme-simple .topbar{padding-bottom:12px}.theme-simple .brand{gap:10px}.theme-simple .brand-mark{width:44px;height:44px;border-radius:10px}.theme-simple .brand-title{font-size:22px}.theme-simple .content{padding-top:18px}.theme-simple .panel{padding:16px;border-color:#dde3eb;box-shadow:0 1px 2px #0f172a0f}.theme-simple .panel-heading{margin-bottom:10px;padding-bottom:8px}.theme-simple .today-grid{gap:12px}.theme-simple .simple-next-action-card{border-color:#bfe3d0;background:linear-gradient(135deg,#fff,#f8fbff 58%,#f5f3ff);box-shadow:0 12px 30px #0f172a14}.theme-simple .simple-next-action-body{grid-template-columns:60px minmax(0,1fr) minmax(190px,.36fr);gap:14px}.theme-simple .simple-next-action-icon{width:60px;height:60px;border-color:#ddd6fe;color:var(--simple-accent-coach)}.theme-simple .simple-next-action-copy h3{margin:3px 0 5px;font-size:28px}.theme-simple .simple-next-action-copy p{font-size:15px}.theme-simple .quick-ritual-panel{border-color:#e2e8f0;background:#fff}.theme-simple .quick-ritual-actions{gap:8px}.theme-simple .quick-ritual-actions .wide-button{justify-content:flex-start;min-height:48px;padding:10px 9px;border-color:#e2e8f0;background:#fff;color:#334155;text-align:left}.theme-simple .quick-action-water{border-color:#bfe3d0;background:#eff6ff;color:#1b8a5a}.theme-simple .quick-action-weight,.theme-simple .quick-action-training{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.theme-simple .quick-action-diet{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.theme-simple .quick-action-finance{border-color:#fde68a;background:#fffbeb;color:#a16207}.theme-simple .quick-action-coach{border-color:#ddd6fe;background:#faf5ff;color:#6d28d9}.theme-simple .today-card-water,.theme-simple .today-card-training,.theme-simple .today-card-diet,.theme-simple .today-card-finance,.theme-simple .today-card-coach{border-top-width:3px}.theme-simple .today-card-water{border-top-color:var(--simple-accent-water)}.theme-simple .today-card-training{border-top-color:var(--simple-accent-training)}.theme-simple .today-card-diet{border-top-color:var(--simple-accent-diet)}.theme-simple .today-card-finance{border-top-color:var(--simple-accent-finance)}.theme-simple .today-card-coach{border-top-color:var(--simple-accent-coach)}.theme-simple .simple-progress-pill:nth-child(1){border-top:3px solid var(--simple-accent-training)}.theme-simple .simple-progress-pill:nth-child(2){border-top:3px solid var(--simple-accent-diet)}.theme-simple .simple-progress-pill:nth-child(3){border-top:3px solid var(--simple-accent-water)}.theme-simple .training-today-card,.theme-simple .simple-current-exercise{border-color:#fed7aa;box-shadow:0 1px 3px #ea580c1a}.theme-simple .simple-coach-next-action,.theme-simple .simple-coach-hero{border-color:#ddd6fe;background:#faf5ff}.theme-simple .anamnesis-card{border-color:#e2e8f0;box-shadow:0 1px 3px #0f172a0f}.theme-simple .anamnesis-card .form-section{border-color:#e2e8f0;background:#fbfcfe}.theme-simple .bottom-nav{gap:5px;padding:7px;border-radius:14px}.theme-simple .nav-item{min-height:54px;border-color:transparent;border-radius:10px;color:#64748b;font-size:10px}.theme-simple .nav-item.active{border-color:#e2e8f0;background:#f8fafc;box-shadow:inset 0 -2px 0 var(--simple-accent-coach);color:#334155}body.theme-simple,.theme-simple{--simple-graphite: #101624;--simple-graphite-soft: #172033;--simple-premium-line: rgba(16, 22, 36, .12);--simple-premium-line-strong: rgba(16, 22, 36, .2);--simple-blue-glow: rgba(36, 163, 107, .14);--simple-violet-glow: rgba(124, 58, 237, .12);--simple-green-glow: rgba(22, 163, 74, .12);--simple-orange-glow: rgba(234, 88, 12, .12);--simple-premium-shadow: 0 14px 34px rgba(15, 23, 42, .1);--simple-premium-shadow-soft: 0 8px 22px rgba(15, 23, 42, .075);background:radial-gradient(circle at 50% -120px,rgba(36,163,107,.12),transparent 320px),linear-gradient(180deg,#fbfcff,#f6f8fb 48%,#f8fafc)}.theme-simple .topbar{border-bottom-color:#0f172a1a;background:#fbfcffdb;box-shadow:0 12px 26px #0f172a0e}.theme-simple .brand-mark{border-color:#24a36b33;background:radial-gradient(circle at 32% 22%,rgba(124,58,237,.28),transparent 38%),linear-gradient(145deg,#101624,#172033 56%,#1b8a5a 130%);box-shadow:0 10px 24px #24a36b29,inset 0 1px #fff3;color:#e3f4ec}.theme-simple .brand-title{color:var(--simple-graphite)}.theme-simple .brand-title span{color:#24a36b}.theme-simple .panel,.theme-simple .hero-panel,.theme-simple .metric-card,.theme-simple .summary-tile,.theme-simple .exercise-card,.theme-simple .meal-card,.theme-simple .timeline-row,.theme-simple .record-row,.theme-simple .focus-strip,.theme-simple .coach-signal,.theme-simple .mana-gauge,.theme-simple .training-today-card,.theme-simple .next-training-card,.theme-simple .app-style-option,.theme-simple .level-card,.theme-simple .basic-status-panel,.theme-simple .basic-avatar,.theme-simple .legal-details,.theme-simple .settings-drawer,.theme-simple .login-card,.theme-simple .anamnesis-card{border-color:var(--simple-premium-line);box-shadow:var(--simple-premium-shadow-soft)}.theme-simple .panel-heading{border-bottom-color:#0f172a14}.theme-simple .panel-heading h2,.theme-simple .panel-heading h3,.theme-simple .simple-next-action-copy h3,.theme-simple .training-today-body h3,.theme-simple .simple-current-body h3{color:var(--simple-graphite);letter-spacing:0}.theme-simple .section-kicker,.theme-simple .panel-heading h2{color:#334155}.theme-simple .simple-next-action-card{position:relative;overflow:hidden;border-color:#4f46e52e;background:radial-gradient(circle at 92% 18%,rgba(124,58,237,.16),transparent 180px),radial-gradient(circle at 10% 0%,rgba(36,163,107,.16),transparent 220px),linear-gradient(135deg,#fff,#f8fbff 58%,#f7f5ff);box-shadow:var(--simple-premium-shadow)}.theme-simple .simple-next-action-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#24a36b,#7c3aed 58%,#16a34a)}.theme-simple .simple-next-action-card>*{position:relative;z-index:1}.theme-simple .simple-next-action-card .panel-heading h2{color:#12372a}.theme-simple .simple-next-action-icon{border-color:#4f46e533;background:radial-gradient(circle at 32% 22%,rgba(255,255,255,.22),transparent 34%),linear-gradient(145deg,#101624,#1e293b 62%,#24a36b 150%);box-shadow:0 14px 26px #4f46e52e,inset 0 1px #ffffff2e;color:#e0e7ff}.theme-simple .simple-next-action-buttons .wide-button:first-child,.theme-simple .wide-button:not(.subtle):not(.danger):not(.done){border-color:#24a36b1f;background:linear-gradient(135deg,#1b8a5a,#24a36b 54%,#6d28d9 120%);box-shadow:0 10px 22px #24a36b2e;color:#fff}.theme-simple .wide-button:not(.subtle):not(.danger):not(.done):hover,.theme-simple .wide-button:not(.subtle):not(.danger):not(.done):focus-visible{border-color:#4f46e55c;box-shadow:0 14px 28px #24a36b3d;transform:translateY(-1px)}.theme-simple .wide-button.subtle,.theme-simple .file-import-button.subtle,.theme-simple .coach-chip,.theme-simple .icon-button,.theme-simple .avatar-button{border-color:#0f172a1a;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:inset 0 1px #ffffffc7;color:#334155}.theme-simple .quick-ritual-panel{border-color:#0f172a1a;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:var(--simple-premium-shadow-soft)}.theme-simple .quick-ritual-copy strong{color:var(--simple-graphite)}.theme-simple .quick-ritual-actions .wide-button{min-height:50px;border-width:1px;box-shadow:inset 0 1px #ffffffd1}.theme-simple .quick-ritual-actions .wide-button:hover,.theme-simple .quick-ritual-actions .wide-button:focus-visible{transform:translateY(-1px)}.theme-simple .quick-action-water{border-color:#24a36b33;background:linear-gradient(180deg,#eff6ff,#fff);color:#1b8a5a}.theme-simple .quick-action-training,.theme-simple .quick-action-weight{border-color:#ea580c33;background:linear-gradient(180deg,#fff7ed,#fff);color:#c2410c}.theme-simple .quick-action-diet{border-color:#16a34a33;background:linear-gradient(180deg,#f0fdf4,#fff);color:#15803d}.theme-simple .quick-action-finance{border-color:#b7791f38;background:linear-gradient(180deg,#fffbeb,#fff);color:#92400e}.theme-simple .quick-action-coach{border-color:#7c3aed33;background:linear-gradient(180deg,#faf5ff,#fff);color:#6d28d9}.theme-simple .today-card-water,.theme-simple .today-card-training,.theme-simple .today-card-diet,.theme-simple .today-card-finance,.theme-simple .today-card-coach{border-top-width:4px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0)}.theme-simple .today-card-water{box-shadow:0 10px 24px var(--simple-blue-glow)}.theme-simple .today-card-training,.theme-simple .training-today-card,.theme-simple .simple-current-exercise{border-color:#ea580c2e;box-shadow:0 10px 24px var(--simple-orange-glow)}.theme-simple .today-card-diet{box-shadow:0 10px 24px var(--simple-green-glow)}.theme-simple .today-card-finance{box-shadow:0 10px 24px #b7791f1f}.theme-simple .today-card-coach,.theme-simple .simple-coach-next-action,.theme-simple .simple-coach-hero{border-color:#7c3aed29;box-shadow:0 10px 24px var(--simple-violet-glow)}.theme-simple .training-today-card,.theme-simple .simple-current-exercise{background:radial-gradient(circle at 100% 0%,rgba(234,88,12,.1),transparent 170px),#fff}.theme-simple .training-today-card .today-badge,.theme-simple .today-badge{border-color:#16a34a38;background:#f0fdf4e6;color:#15803d}.theme-simple .login-card,.theme-simple .anamnesis-card{background:radial-gradient(circle at 100% 0%,rgba(124,58,237,.08),transparent 220px),#fff}.theme-simple .anamnesis-card .form-section{border-color:#0f172a1a;background:#f8fafcd1}.theme-simple .choice-chip span,.theme-simple .suggested-plan-preview{border-color:#0f172a1a;background:#ffffffe0}.theme-simple .choice-chip input:checked+span{border-color:#4f46e552;background:linear-gradient(180deg,#eef2ffeb,#fffffff5);box-shadow:0 10px 22px #4f46e51a}.theme-simple input,.theme-simple select,.theme-simple textarea{min-height:46px;border-color:#0f172a1f;background:#fff;color:var(--simple-graphite);font-size:16px}.theme-simple input:focus,.theme-simple select:focus,.theme-simple textarea:focus{border-color:#24a36b5c;box-shadow:0 0 0 4px #24a36b1a}.theme-simple .bottom-nav{border-color:#0f172a1f;background:linear-gradient(180deg,#fffffff0,#f8fafceb);box-shadow:0 16px 36px #0f172a24}.theme-simple .nav-item{background:transparent;color:#64748b}.theme-simple .nav-item.active{border-color:#24a36b24;background:radial-gradient(circle at 50% -20%,rgba(36,163,107,.16),transparent 42px),#fff;box-shadow:inset 0 -2px #24a36b,0 8px 18px #24a36b1a;color:var(--simple-graphite)}.coach-signal strong{color:var(--teal)}.coach-chat{display:grid;gap:10px;max-height:360px;overflow:auto;padding-right:4px}.coach-message{width:min(720px,100%);padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09}.coach-message.user{justify-self:end;border-color:#aa44ff47;background:#aa44ff14}.coach-message.coach{justify-self:start;border-color:#2ee6c83d;background:#2ee6c80f}.coach-message strong{color:var(--text)}.coach-message p{margin:6px 0 0;color:#c4cad8;line-height:1.45}.coach-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.coach-chip{min-height:42px;padding:8px 10px;border:1px solid rgba(170,68,255,.36);border-radius:8px;background:#aa44ff14;color:#dfa8ff;font-size:12px;font-weight:900}.coach-chip:hover,.coach-chip:focus-visible{border-color:#2ee6c880;color:var(--teal)}.bottom-nav{position:fixed;right:24px;bottom:18px;left:24px;z-index:20;display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:8px;max-width:1420px;margin:0 auto;padding:10px;border:1px solid var(--line);border-radius:8px;background:#080a12eb;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.today-grid>.today-card{grid-column:span 6}.today-priority{background:linear-gradient(110deg,#32ff721f,#aa44ff24),var(--panel)}.today-priority-body{display:grid;gap:14px}.today-priority-body p{max-width:780px;margin:0;color:var(--text);font-size:24px;line-height:1.35;font-weight:900}.focus-mode-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:760px}.focus-mode-actions .wide-button{margin-top:0}.today-grid.focus-mode>.today-card{grid-column:span 6}.today-grid.focus-mode .today-priority{grid-column:1 / -1}.focus-toggle{border-color:#2ee6c85c;color:var(--teal)}.today-badge{width:fit-content;max-width:100%;padding:7px 10px;border:1px solid rgba(50,255,114,.34);border-radius:8px;color:var(--neon-green);background:#32ff7214;font-size:12px;font-weight:900;text-transform:uppercase}.today-focus{display:grid;gap:6px;margin-top:14px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}.today-focus strong{color:var(--text)}.today-focus p{margin:0;color:var(--muted)}.summary-grid.mini{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid.mini .summary-tile{min-height:96px}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.review-section{display:grid;gap:12px;min-width:0}.review-section h3{margin:0;color:var(--text);font-size:14px;text-transform:uppercase}.review-note{margin-top:0}.review-note p{margin:0}.recovery-card.quiet{border-color:#ffffff14}.recovery-card.alert{border-color:#ffc2476b;background:linear-gradient(120deg,#ffc2471f,#ff526a14,#aa44ff14),var(--panel)}.recovery-signal strong{color:var(--text);text-transform:uppercase}.recovery-actions{display:grid;gap:8px;margin-top:12px}.recovery-action{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;color:var(--text);font-weight:900;text-align:left}.recovery-action .icon{color:var(--neon-green)}.mission-list.compact{margin-top:14px}.mission-list.compact .mission-row:nth-child(n+4){display:none}.ritual-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-ritual-panel{grid-column:1 / -1}.quick-ritual-copy{margin:-4px 0 0;color:var(--muted);font-size:14px}.quick-ritual-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.quick-ritual-actions .wide-button{margin-top:0}.habit-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.habit-mini-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.habit-mini-form select{min-width:112px}.constancy-grid.compact{grid-template-columns:repeat(14,minmax(0,1fr));margin-top:14px}.coach-signal.compact{margin-top:0}.auth-cluster{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.sync-pill{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;color:var(--muted);font-size:12px;font-weight:800}.sync-pill.synced,.sync-pill.online{color:var(--green);border-color:#72df6447}.sync-pill.syncing{color:var(--amber)}.sync-pill.error{color:var(--red);border-color:#ff526a59}.auth-name{max-width:170px;overflow:hidden;color:var(--text);font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.config-panel{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#030409b8;backdrop-filter:blur(16px)}.config-panel .panel{width:min(880px,100%);max-height:min(760px,90vh);overflow:auto}.onboarding-shell{padding-bottom:32px}.onboarding-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;align-items:start}.anamnesis-card,.login-card{min-height:420px}.form-section{display:grid;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff06}.form-section h3{margin:0;color:var(--teal);font-size:15px;text-transform:uppercase}.choice-block{display:grid;gap:8px}.choice-block>span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.choice-chip{display:grid;position:relative}.choice-chip input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.choice-chip span{display:grid;gap:4px;min-height:92px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09;color:var(--muted);cursor:pointer;transition:border-color .2s ease,background .2s ease}.choice-chip strong{color:var(--text);font-size:14px}.choice-chip small{line-height:1.35}.choice-chip input:checked+span{border-color:#2ee6c88f;background:#2ee6c814}.suggested-plan-preview{display:grid;gap:12px;padding:16px;border:1px solid rgba(46,230,200,.22);border-radius:8px;background:#2ee6c80b}.suggested-plan-preview p,.plan-suggestion-list p,.plan-safety-note p{margin:0;color:var(--muted)}.plan-suggestion-list{display:grid;gap:6px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff06}.plan-suggestion-list strong{color:var(--text)}.plan-safety-note{display:grid;gap:4px;padding:12px;border:1px solid rgba(255,194,71,.2);border-radius:8px;background:#ffc2470f}.plan-safety-note strong{color:var(--amber)}.anamnesis-actions{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:10px}.anamnesis-actions .wide-button,.anamnesis-actions button{margin-top:0}.form-grid,.skinfold-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skinfold-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.identity-card{display:grid;gap:10px;justify-items:center;min-height:220px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08;text-align:center}.training-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.training-tabs button{min-height:48px;border:1px solid var(--line);border-radius:8px;background:#ffffff09;color:var(--muted);font-weight:900}.training-tabs button.active{color:#f4e8ff;border-color:#aa44ffb8;background:linear-gradient(180deg,#aa44ff42,#aa44ff1a)}.training-mode-panel,.training-today-card,.split-editor-panel,.training-plan-panel{border-color:#aa44ff2e}.training-mode-grid,.training-today-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);gap:16px;align-items:center}.training-mode-grid strong,.training-today-body h3{display:block;margin:0 0 6px;color:var(--text);font-size:24px;line-height:1.05}.training-mode-grid p,.training-today-body p{margin:0;color:var(--muted)}.training-today-body strong{display:block;margin-top:8px;color:var(--neon-green)}.training-mode-actions,.training-today-actions,.next-training-actions{display:grid;gap:8px}.training-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.training-mode-switch button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0b;color:var(--muted);font-weight:950;cursor:pointer}.training-mode-switch button.active{border-color:#aa44ffb8;background:#aa44ff2e;color:var(--text);box-shadow:0 0 18px #aa44ff1f}.training-mode-actions .wide-button,.training-today-actions .wide-button,.next-training-actions .wide-button{margin-top:0}.training-page.executing:not(.split-open) .split-editor-panel .split-form,.training-page.executing:not(.split-open) .split-editor-panel .focus-strip,.training-page.executing:not(.split-open) .split-editor-panel .inactive-day-list,.training-page.editing .split-toggle-button{display:none}.training-page.executing .training-new-day-panel{display:none}.training-page.executing .exercise-card{align-content:start}.exercise-details{border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 12px;background:#ffffff06}.exercise-details summary{cursor:pointer;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}.rest-timer-status{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:14px;border:1px solid rgba(46,230,200,.28);border-radius:8px;background:linear-gradient(135deg,#2ee6c81a,#aa44ff0f),#ffffff09}.rest-timer-status span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.rest-timer-status strong{min-width:0;overflow-wrap:anywhere;color:var(--text)}.rest-timer-status b{color:#f4e8ff;font-size:26px;letter-spacing:0}.rest-timer-status .wide-button{width:auto;min-width:96px;margin-top:0}.training-day{display:grid;gap:18px}.training-edit-days{display:grid;gap:22px}.training-day-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffff08}.training-day-head h3{margin:4px 0;font-size:28px}.training-day-head p{margin:0;color:var(--muted)}.training-day-actions{display:grid;gap:10px;min-width:min(280px,100%)}.training-title-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.training-title-form label{display:grid;gap:5px}.training-title-form span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.training-title-form input,.rest-box select{min-height:42px;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0e;color:var(--text);font:inherit;font-weight:800}.training-title-form input{padding:0 10px}.training-title-form button{min-height:42px;padding:0 12px;border:1px solid rgba(170,68,255,.48);border-radius:8px;background:#aa44ff1f;color:#f4e8ff;font-weight:900}.exercise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.meal-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.diet-editor-panel{display:grid;gap:18px}.diet-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.diet-editor-section{display:grid;align-content:start;gap:12px;min-width:0}.compact-heading{margin-bottom:0}.compact-heading h3{margin:0;font-size:18px}.planned-meal-editor-list{display:grid;gap:14px}.planned-meal-editor-card{align-content:start}.planned-meal-editor-card.editing{border-color:#2ee6c86b}.planned-meal-form-actions,.meal-editor-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.planned-meal-form-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.meal-shortcuts-panel{display:grid;gap:14px}.meal-shortcut-actions,.expense-shortcut-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.favorite-meal-list,.favorite-expense-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.favorite-meal-card .meal-editor-actions,.favorite-expense-card .meal-editor-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-shortcuts-panel{display:grid;gap:14px}.favorite-expense-editor{display:grid;gap:10px;min-width:0}.favorite-expense-editor summary{width:fit-content;cursor:pointer;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase}.favorite-expense-form{padding-top:4px}.mini-action{width:fit-content;min-height:34px;padding:7px 10px;border:1px solid rgba(46,230,200,.22);border-radius:8px;background:#2ee6c812;color:var(--teal);font-size:12px;font-weight:900;white-space:nowrap}.exercise-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}.exercise-card.done-today{border-color:#39ff1494;background:linear-gradient(180deg,#39ff141c,#ffffff06),#ffffff0a;box-shadow:0 0 18px #39ff141f}.exercise-card.current-exercise{border-color:#2ee6c89e;background:linear-gradient(180deg,#2ee6c81f,#ffffff06),#ffffff0b;box-shadow:0 0 20px #2ee6c81f}.exercise-card.skipped-today:not(.done-today){border-style:dashed;opacity:.82}.execution-label,.skip-label,.rest-guidance{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:var(--muted);font-size:12px;font-weight:900}.execution-label{color:var(--teal)}.skip-label{color:var(--amber)}.set-control-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(67,164,255,.22);border-radius:8px;background:#43a4ff0e}.set-control-box.resting{border-color:#ffb2005c;background:#ffb20014}.set-control-box span,.set-control-box small{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.set-control-box strong{display:block;margin:3px 0;color:var(--text)}.set-progress-dots{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.set-progress-dots span{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0a;color:var(--muted);font-size:12px;font-weight:950}.set-progress-dots span.done{border-color:#39ff1480;background:#39ff1424;color:var(--neon-green)}.set-progress-dots span.resting{border-color:#ffb20094;background:#ffb20029;color:var(--amber)}.next-exercise-hint{display:grid;gap:3px;padding:11px 12px;border:1px solid rgba(57,255,20,.22);border-radius:8px;background:#39ff140f}.next-exercise-hint strong{color:var(--neon-green)}.next-exercise-hint span{color:var(--muted);font-size:13px}.meal-card{display:grid;gap:10px;padding:16px;border:1px solid rgba(46,230,200,.16);border-radius:8px;background:#2ee6c809}.meal-card.completed{border-color:#72df646b;background:linear-gradient(180deg,#72df6414,#ffffff06),#ffffff08}.meal-card.completed .panel-heading span{color:var(--green)}.done-label{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:7px 10px;border:1px solid rgba(57,255,20,.34);border-radius:999px;background:#39ff1414;color:var(--neon-green);font-weight:900}.exercise-card h3{margin:0;color:var(--text);font-size:clamp(22px,2.4vw,30px);font-weight:950;line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.exercise-card .panel-heading{align-items:flex-start;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.exercise-card .panel-heading span{padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0b;color:var(--muted);font-size:11px;font-weight:950;text-transform:uppercase}.exercise-card.current-exercise h3{color:#f7fffd;text-shadow:0 0 18px rgba(46,230,200,.2)}.exercise-card p,.meal-card p{margin:0;color:var(--teal)}.progression-box{display:grid;gap:7px;padding:12px;border:1px solid rgba(67,164,255,.22);border-radius:8px;background:#43a4ff0e}.progression-box strong{color:var(--text)}.progression-box p{color:var(--muted)}.progression-box.load strong,.progression-box.reps strong{color:var(--neon-green)}.progression-box.rest strong,.progression-box.reduce strong{color:var(--amber)}.progression-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.add-exercise-panel,.exercise-editor-form{padding:14px;border:1px solid rgba(170,68,255,.22);border-radius:8px;background:#aa44ff0b}.add-exercise-panel .wide-button{margin-top:0}.exercise-editor-form{gap:12px}.exercise-editor-actions,.exercise-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.exercise-editor-actions .wide-button,.exercise-actions .wide-button{margin-top:0}.exercise-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.empty-training-day{grid-column:1 / -1}.next-training-card,.rest-box{display:grid;gap:10px;padding:14px;border:1px solid rgba(46,230,200,.22);border-radius:8px;background:#2ee6c80b}.next-training-card span,.rest-box span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.next-training-card strong{color:var(--neon-green);font-size:22px}.next-training-card p,.next-training-card small{margin:0;color:var(--muted)}.rest-box label{display:grid;gap:6px}.rest-box select{padding:0 9px}.rest-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.rest-countdown{min-height:42px;display:grid;place-items:center;border:1px solid rgba(170,68,255,.25);border-radius:8px;background:#aa44ff14;color:#f4e8ff;font-size:22px;letter-spacing:0}.wide-button.subtle{color:var(--muted);border-color:#ffffff1f}.file-import-button{margin-top:0;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.legal-details{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff08}.legal-details summary{color:var(--text);font-weight:950;cursor:pointer}.legal-details p{margin:10px 0 0;color:var(--muted);line-height:1.5}.exercise-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.exercise-meta span{min-height:38px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff09;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.add-exercise-form{padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffff06}.chart-legend{display:flex;gap:18px;align-items:center;justify-content:center;color:var(--muted);font-size:12px;font-weight:800}.legend-dot{display:inline-block;width:10px;height:10px;margin-right:6px;border-radius:999px}.legend-dot.violet{background:var(--violet)}.legend-dot.green{background:var(--green)}.empty-chart{display:grid;min-height:180px;place-items:center;padding:18px;border:1px dashed rgba(255,255,255,.16);border-radius:8px;color:var(--muted);text-align:center}.empty-state{display:grid;justify-items:center;gap:8px;padding:26px 18px;text-align:center}.empty-state-art{width:84px;height:auto;margin-bottom:4px;color:#24a36b;opacity:.9}.empty-state strong{font-size:1.05rem}.empty-state p{margin:0;max-width:320px;color:var(--muted);line-height:1.5}.empty-state-cta{margin-top:10px;width:auto;min-width:200px;max-width:300px}.progress-ring{position:relative;display:inline-grid;place-items:center;flex-shrink:0}.progress-ring-svg{display:block;width:100%;height:100%}.progress-ring-center{position:absolute;inset:0;display:grid;place-content:center;text-align:center;line-height:1}.progress-ring-center strong{font-size:1.25rem}.progress-ring-center small{display:block;margin-top:2px;font-size:.6rem;color:var(--muted, #69746f)}.day-ring-strip{display:flex;justify-content:space-around;gap:12px;flex-wrap:wrap}.day-ring{display:grid;justify-items:center;gap:6px}.day-ring>span{font-size:.82rem;font-weight:600;color:var(--muted, #69746f)}.photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo-card{margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08}.photo-card img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.photo-card figcaption{padding:10px;color:var(--muted);font-size:12px;font-weight:800}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.exercise-library-panel{display:grid;gap:16px;border-color:#2ee6c838}.exercise-library-panel .panel-heading>div{min-width:0}.exercise-library-panel .panel-heading h2{margin:3px 0 0}.exercise-library-intro,.exercise-library-source{margin:0;color:var(--muted);line-height:1.55}.exercise-library-search{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px}.exercise-library-search label{min-width:0}.exercise-library-search input{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0e;color:var(--text);font:inherit;font-weight:800}.exercise-library-search button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;margin:0;border:1px solid rgba(46,230,200,.38);border-radius:12px;background:#2ee6c81c;color:var(--teal);font-weight:950}.exercise-library-filters{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:thin}.exercise-library-filters button{flex:0 0 auto;min-height:36px;padding:7px 11px;border:1px solid rgba(170,68,255,.25);border-radius:999px;background:#aa44ff12;color:var(--muted);font-size:12px;font-weight:900;text-transform:capitalize}.exercise-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.exercise-library-card{min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff09;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.exercise-library-card:hover{transform:translateY(-2px);border-color:#2ee6c857;box-shadow:0 14px 34px #0000001f}.exercise-library-card-body{display:grid;gap:9px;padding:14px}.exercise-library-card h3{margin:0;color:var(--text);font-size:18px;line-height:1.15}.exercise-library-card p{min-height:34px;margin:0;color:var(--muted);font-size:13px;line-height:1.35}.exercise-library-card .wide-button,.exercise-library-more,.exercise-guide-trigger{margin-top:0}.exercise-library-tags{display:flex;flex-wrap:wrap;gap:6px}.exercise-library-tags span,.exercise-guide-equipment{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0a;color:var(--muted);font-size:11px;font-weight:850}.exercise-guide-trigger.compact{width:fit-content;min-height:40px;padding-inline:14px}.exercise-visual{position:relative;min-height:152px;display:grid;grid-template-columns:minmax(74px,.8fr) minmax(0,1.2fr);align-items:center;gap:10px;padding:14px;overflow:hidden;background:radial-gradient(circle at 24% 42%,rgba(46,230,200,.16),transparent 32%),linear-gradient(145deg,#aa44ff24,#2ee6c80d)}.exercise-visual.foto{display:block;margin:0;padding:0;min-height:0}.exercise-visual.foto:after{content:none}.exercise-visual-fotos{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2px;background:#ffffff0f}.exercise-visual-fotos img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3;background:#00000040}.exercise-visual.foto .exercise-visual-copy{display:flex;align-items:baseline;gap:8px;padding:10px 14px}.exercise-visual.foto.large .exercise-visual-fotos img{aspect-ratio:1 / 1}.exercise-visual:after{content:"";position:absolute;inset:auto -22px -30px auto;width:100px;height:100px;border:1px solid rgba(255,255,255,.07);border-radius:50%}.exercise-visual.large{min-height:230px;border:1px solid rgba(46,230,200,.16);border-radius:18px}.exercise-figure{position:relative;width:78px;height:118px;justify-self:center;filter:drop-shadow(0 10px 22px rgba(0,0,0,.18))}.exercise-visual.large .exercise-figure{transform:scale(1.32)}.exercise-figure i{position:absolute;display:block}.figure-head{top:1px;left:29px;width:20px;height:20px;border:2px solid rgba(255,255,255,.7);border-radius:50%;background:#ffffff14}.figure-torso{top:25px;left:22px;width:34px;height:48px;border:2px solid rgba(255,255,255,.7);border-radius:14px 14px 10px 10px;background:#ffffff0f}.figure-arms{top:31px;left:4px;width:70px;height:8px;border:solid rgba(255,255,255,.68);border-width:2px 0;border-radius:999px;transform:rotate(-4deg)}.figure-legs{top:70px;left:22px;width:34px;height:45px;border:solid rgba(255,255,255,.68);border-width:0 8px 0;transform:perspective(50px) rotateX(-7deg)}.figure-focus{top:37px;left:28px;z-index:2;width:22px;height:12px;border-radius:999px;background:var(--neon-green);box-shadow:0 0 18px #39ff149e}.group-costas .figure-focus{top:42px;height:22px;background:var(--teal)}.group-quadriceps .figure-focus{top:76px;left:24px;width:30px;height:22px;background:var(--amber)}.group-posterior .figure-focus{top:74px;left:25px;width:28px;height:28px;background:#ff7b55}.group-gluteos .figure-focus{top:64px;left:24px;width:30px;height:14px;background:#ff7b55}.group-panturrilha .figure-focus{top:96px;left:24px;width:30px;height:16px;background:var(--amber)}.group-ombros .figure-focus{top:28px;left:14px;width:50px;height:14px;background:var(--violet)}.group-biceps .figure-focus{top:38px;left:7px;width:64px;height:10px;background:var(--violet)}.group-triceps .figure-focus{top:42px;left:7px;width:64px;height:10px;background:#ff7b55}.group-core .figure-focus{top:48px;left:28px;width:22px;height:25px;background:var(--teal)}.exercise-visual-copy{position:relative;z-index:1;display:grid;gap:3px;min-width:0}.exercise-visual-copy small{color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.exercise-visual-copy strong{color:var(--text);font-size:clamp(16px,2vw,24px);line-height:1.05;overflow-wrap:anywhere}.exercise-guide-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#030807b8;backdrop-filter:blur(12px)}.exercise-guide-modal{position:relative;width:min(900px,100%);max-height:min(880px,92vh);overflow:auto;display:grid;gap:18px;padding:22px;border:1px solid rgba(46,230,200,.28);border-radius:22px;background:var(--panel);color:var(--text);box-shadow:0 30px 90px #0000006b}.exercise-guide-modal:focus{outline:2px solid var(--teal);outline-offset:-5px}.exercise-guide-close{position:absolute;top:12px;right:12px;z-index:3;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:var(--panel);color:var(--text);font-size:28px;line-height:1}.exercise-guide-hero{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:22px;align-items:center}.exercise-guide-hero h2{margin:7px 0;color:var(--text);font-size:clamp(30px,5vw,52px);line-height:.98}.exercise-guide-hero p{margin:0 0 12px;color:var(--muted);line-height:1.5}.exercise-guide-content{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:12px}.exercise-guide-content section,.exercise-guide-note{display:grid;align-content:start;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff09}.exercise-guide-content h3,.exercise-guide-content p,.exercise-guide-note strong,.exercise-guide-note span{margin:0}.exercise-guide-content h3{color:var(--text);font-size:15px}.exercise-guide-content ol{display:grid;gap:9px;margin:0;padding-left:20px;color:var(--muted);line-height:1.45}.exercise-guide-content p,.exercise-guide-note span{color:var(--muted);line-height:1.5}.exercise-guide-care{border-color:#ffc24747!important;background:#ffc2470f!important}.exercise-guide-alternative{border-color:#2ee6c83d!important;background:#2ee6c80d!important}.exercise-guide-note{grid-template-columns:auto minmax(0,1fr);align-items:start;border-color:#aa44ff38}@media(max-width:980px){.exercise-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exercise-guide-content{grid-template-columns:1fr 1fr}.exercise-guide-content section:first-child{grid-column:1 / -1}}@media(max-width:680px){.exercise-library-search,.exercise-guide-hero,.exercise-guide-content,.exercise-guide-note{grid-template-columns:1fr}.exercise-library-search button{width:100%}.exercise-library-grid{grid-template-columns:1fr}.exercise-guide-backdrop{align-items:end;padding:0}.exercise-guide-modal{width:100%;max-height:94vh;padding:18px;border-radius:22px 22px 0 0}.exercise-visual.large{min-height:190px}.exercise-guide-content section:first-child{grid-column:auto}}@media(prefers-reduced-motion:reduce){.exercise-library-card{transition:none}}.nav-item{display:grid;gap:6px;place-items:center;min-width:0;min-height:64px;border-radius:8px;color:#7f879d;font-size:12px;font-weight:900;text-transform:uppercase}.nav-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.active{color:#f4e8ff;border-color:#aa44ffb8;background:linear-gradient(180deg,#aa44ff52,#aa44ff1f)}.bottom-nav.with-center{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;overflow:visible}.nav-center{display:grid;justify-items:center;gap:4px;border:0;padding:0;background:transparent;color:var(--muted, #69746f);cursor:pointer}.nav-center-fab{display:grid;place-items:center;width:52px;height:52px;margin-top:-22px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#24a36b,#12372a);box-shadow:0 10px 26px #24a36b6b;transition:transform .18s ease,box-shadow .18s ease}.nav-center:hover .nav-center-fab{transform:translateY(-2px) scale(1.04);box-shadow:0 14px 32px #24a36b80}.nav-center:active .nav-center-fab{transform:scale(.96)}.nav-center-fab svg{width:24px;height:24px}.nav-center-label{font-size:.66rem;font-weight:800;letter-spacing:.02em}.register-sheet-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;background:#0a171280;backdrop-filter:blur(6px);animation:registerFade .2s ease}.register-sheet{width:min(560px,100%);margin:0 12px calc(98px + env(safe-area-inset-bottom,0px));padding:14px 16px 20px;border:1px solid var(--line, rgba(18, 55, 42, .1));border-radius:22px;background:var(--panel, #ffffff);box-shadow:0 -10px 44px #00000038;animation:registerUp .24s ease}.register-sheet-grip{display:block;width:42px;height:5px;margin:0 auto 10px;border-radius:999px;background:#78827d59}.register-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.register-sheet-head h3{margin:0;font-size:1.05rem}.register-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.register-action{display:grid;gap:4px;padding:14px;text-align:left;border:1px solid var(--line, rgba(18, 55, 42, .1));border-radius:16px;background:var(--panel-soft, #f7f8f5);color:var(--text, #1e2522);cursor:pointer;transition:transform .16s ease,border-color .16s ease}.register-action:hover{transform:translateY(-2px);border-color:#24a36b}.register-action-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:#24a36b}.register-action strong{font-size:.95rem}.register-action small{color:var(--muted, #69746f);font-size:.78rem}.register-action:nth-child(5){grid-column:span 2}@keyframes registerFade{0%{opacity:0}to{opacity:1}}@keyframes registerUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.register-sheet-backdrop,.register-sheet{animation:none}}.simple-greeting{grid-column:1 / -1;margin:2px 0}.simple-greeting h1{margin:0;font-size:clamp(1.4rem,4.5vw,2rem);line-height:1.15}.simple-greeting p{margin:6px 0 0;color:var(--muted, #69746f);line-height:1.5}.evo-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.evo-story{margin:12px 0 0;padding:12px 14px;border-radius:14px;border-left:3px solid #24a36b;background:#24a36b12;font-size:1.02rem;line-height:1.55;color:var(--text, #1e2522)}@media(max-width:1120px){.hero-panel,.attribute-panel,.missions-panel,.summary-panel,.chart-panel,.constancy-panel,.evolution-panel,.today-grid>.today-card,.two-col>.panel,.two-col>.profile-main,.two-col>.mana-panel,.two-col>.coach-panel{grid-column:span 12}.metric-row,.scouter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.app-shell{padding:14px 10px calc(160px + env(safe-area-inset-bottom))}.content,.dashboard-grid,.page-grid,.theme-simple .today-grid,.panel,.today-card,.simple-next-action-card,.simple-mission-item,.quick-ritual-panel{min-width:0;max-width:100%}.theme-simple .today-grid{grid-template-columns:minmax(0,1fr)}.wide-button,.quick-ritual-actions .wide-button,.simple-next-action-buttons .wide-button{min-width:0;max-width:100%;white-space:normal}.topbar{align-items:flex-start;flex-direction:column;gap:12px;padding-bottom:14px}.settings-overlay{padding:10px}.settings-drawer{width:100%;max-height:calc(100vh - 20px)}.brand{width:100%;min-width:0}.brand-mark{width:46px;height:46px}.brand-title{font-size:20px}.top-actions{width:100%;gap:6px;justify-content:flex-start}.status-pill{display:none}.hero-panel,.theme-basic .hero-panel,.theme-simple .hero-panel{grid-template-columns:1fr;min-height:unset}.theme-basic .basic-status-panel,.theme-simple .level-card,.theme-simple .basic-status-panel{margin:12px}.simple-next-action-body{grid-template-columns:56px minmax(0,1fr)}.simple-next-action-icon{width:56px;height:56px}.simple-next-action-buttons{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.simple-progress-strip{grid-template-columns:1fr}.quick-ritual-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-assessment-main,.simple-weight-form{grid-template-columns:1fr}.simple-mission-item{grid-template-columns:44px minmax(0,1fr);align-items:start}.simple-mission-item .wide-button,.simple-mission-done{grid-column:1 / -1;min-height:46px}.simple-mission-done,.simple-mission-copy span{width:100%;white-space:nowrap;word-break:keep-all;overflow-wrap:normal}.theme-anime .hero-panel:after{background:linear-gradient(180deg,#07080ffa,#07080f6b)}.hero-copy h1,.profile-identity h1{font-size:40px}.theme-basic .hero-copy h1,.theme-simple .hero-copy h1,.theme-simple .simple-welcome-copy h1{font-size:32px}.hero-copy{padding:22px}.projection{height:220px;min-height:220px;order:-1}.level-card,.evolution-body,.inline-form,.metric-row,.summary-grid,.summary-grid.mini,.simple-finance-main,.simple-coach-context,.simple-coach-mini-grid,.weight-trend-grid.summary-grid.mini,.review-grid,.finance-projection-grid,.focus-mode-actions,.scouter-grid,.split-form,.training-title-form,.exercise-editor-actions,.ritual-actions,.habit-form-grid,.habit-mini-form,.planning-grid,.planning-grid.compact-plan,.training-mode-grid,.training-today-body,.rest-timer-status,.diet-editor-grid,.meal-shortcut-actions,.expense-shortcut-actions,.favorite-meal-list,.favorite-expense-list,.favorite-expense-form .form-grid,.meal-editor-actions,.planned-meal-form-actions,.attribute-grid,.attribute-grid.compact,.rest-controls{grid-template-columns:1fr}.progression-actions,.exercise-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.constancy-grid{gap:4px}.constancy-footer{align-items:flex-start;flex-direction:column}.bottom-nav{right:8px;bottom:8px;left:8px;display:flex;gap:8px;max-width:none;max-height:none;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.bottom-nav::-webkit-scrollbar{display:none}.auth-name,.sync-pill{display:none}.onboarding-grid,.form-grid,.choice-grid,.anamnesis-actions,.skinfold-grid,.exercise-grid,.photo-grid{grid-template-columns:1fr}.training-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.training-day-head{flex-direction:column}.exercise-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-training-kpis,.simple-exercise-meta{grid-template-columns:1fr}.simple-diet-metric>div:first-child,.simple-meal-check-row,.simple-food-log-row{align-items:flex-start;flex-direction:column}.simple-diet-metric strong{text-align:left}.meal-plan-grid{grid-template-columns:1fr}.simple-expense-row{align-items:flex-start}.simple-coach-page{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.simple-coach-form{position:sticky;bottom:calc(82px + env(safe-area-inset-bottom));z-index:3;grid-template-columns:minmax(0,1fr) auto;padding-top:10px;background:#fff}.theme-simple .simple-coach-chat{max-height:40vh}.nav-item{flex:0 0 76px;min-height:58px;font-size:10px;scroll-snap-align:start}.profile-identity{align-items:flex-start;flex-direction:column}.simple-profile-identity{align-items:center;flex-direction:row}.simple-profile-identity .avatar-large{width:84px;height:84px}.simple-profile-identity h1{font-size:24px}.simple-settings-drawer{padding:14px}.settings-mode-options button{min-height:58px}}@media(max-width:480px){.app-shell{width:100vw;max-width:100vw;padding:12px 8px calc(172px + env(safe-area-inset-bottom));overflow-x:hidden}.content{width:100%;max-width:100%;padding-top:16px;overflow-x:clip}.dashboard-grid,.page-grid{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);gap:12px}.dashboard-grid>*,.page-grid>*,.theme-simple .today-grid>*{max-width:calc(100vw - 16px)}.panel,.attribute-panel,.metric-card,.exercise-card,.meal-card{padding:14px}.hero-copy h1,.profile-identity h1{font-size:34px}.theme-basic .hero-copy h1,.theme-simple .hero-copy h1,.theme-simple .simple-welcome-copy h1{font-size:28px}.theme-basic .hero-copy,.theme-simple .hero-copy{padding:16px}.theme-basic .hero-panel{gap:0}.theme-basic .level-card,.theme-simple .level-card{grid-template-columns:minmax(72px,.55fr) minmax(0,1fr);gap:12px;margin-top:12px;padding:14px}.theme-basic .level-card strong,.theme-simple .level-card strong{font-size:42px}.theme-basic .basic-status-panel,.theme-simple .basic-status-panel{margin:8px;padding:14px}.theme-basic .basic-status-panel .summary-grid.mini{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.theme-basic .basic-status-panel .summary-tile{min-height:74px;padding:9px 6px}.theme-basic .basic-status-panel .summary-tile span{font-size:10px}.theme-basic .basic-status-panel .summary-tile strong{font-size:18px}.simple-welcome-card{gap:12px}.simple-welcome-copy p{font-size:14px}.simple-finance-main strong{font-size:22px}.simple-now-main h3,.simple-next-action-copy h3,.simple-diet-title h3,.theme-simple .simple-current-body h3{font-size:25px}.simple-next-action-card{gap:12px}.simple-next-action-body,.theme-simple .simple-next-action-body{grid-template-columns:1fr;gap:12px}.simple-next-action-buttons{grid-template-columns:1fr}.quick-ritual-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-next-action-copy p{font-size:15px}.simple-missions-progress{grid-template-columns:1fr}.simple-missions-intro strong{font-size:21px}.simple-mission-item{padding:12px}.simple-mission-copy>div{align-items:flex-start;flex-direction:column;gap:4px}.simple-mission-copy h3{font-size:18px}.simple-main-actions,.simple-diet-actions,.simple-food-fields{grid-template-columns:1fr}.simple-next-exercise-card,.simple-next-meal-card,.simple-diet-metric,.simple-meal-check-row,.simple-food-log-row{padding:11px}.simple-expense-row{flex-direction:column}.simple-finance-page{padding-bottom:calc(128px + env(safe-area-inset-bottom))}.simple-coach-context strong{font-size:16px}.theme-simple .simple-coach-chips .coach-chip{flex-basis:calc(50% - 8px);min-height:38px;font-size:11px}.simple-coach-form{grid-template-columns:1fr}.simple-expense-row b{font-size:18px}.today-priority-body p{font-size:19px}.summary-tile{min-height:88px;padding:12px}.summary-tile strong,.metric-card strong{font-size:24px}.training-tabs{display:flex;overflow-x:auto;padding-bottom:2px;scroll-snap-type:x proximity}.training-tabs button{flex:0 0 112px;scroll-snap-align:start}.training-day-head,.next-training-card,.rest-box,.rest-timer-status,.progression-box,.focus-strip,.coach-signal,.progress-hero,.mana-gauge{padding:12px}.training-day-head h3{font-size:23px}.exercise-meta,.app-style-options,.compact-style-panel .app-style-options{grid-template-columns:1fr}.app-style-option,.compact-style-panel .app-style-option{min-height:54px;text-align:left}.exercise-meta span{min-height:34px;text-align:left}.training-mode-grid strong,.training-today-body h3{font-size:20px}.rest-timer-status .wide-button{width:100%}.progression-actions,.exercise-actions,.exercise-editor-actions{grid-template-columns:1fr}.wide-button,.stack-form button,.inline-form button,.habit-mini-form button{min-height:48px;padding:10px 11px;font-size:12px}.simple-mission-done{min-width:0;padding-right:10px;padding-left:10px}.coach-chip{flex:1 1 140px;text-align:center}.scouter-item{min-height:auto}.connection-toast{top:16px;right:8px;left:8px;max-width:none}.bottom-nav{right:6px;left:6px;padding:8px 8px calc(8px + env(safe-area-inset-bottom))}.nav-item{flex-basis:72px}.theme-simple .bottom-nav{gap:4px;padding-right:6px;padding-left:6px}.theme-simple .nav-item{flex:1 1 0;min-width:0;font-size:9px}}body.theme-simple{--simple-premium-shadow: 0 4px 14px rgba(15, 23, 42, .07);--simple-premium-shadow-soft: 0 1px 2px rgba(15, 23, 42, .06);--simple-blue-glow: rgba(15, 23, 42, .05);--simple-violet-glow: rgba(15, 23, 42, .05);--simple-green-glow: rgba(15, 23, 42, .05);--simple-orange-glow: rgba(15, 23, 42, .05);background:#f7f8fa}.theme-simple .topbar{background:#f7f8faeb;box-shadow:none}.theme-simple .brand-mark,.theme-basic .brand-mark{border-color:#bfe3d0;border-radius:12px;background:#eaf6f0;box-shadow:none;color:#24a36b}.brand-mark-logo{border:0!important;background:none!important;box-shadow:none!important;clip-path:none!important;padding:0!important;overflow:visible}.brand-mark-logo svg{display:block;width:100%;height:100%}.theme-simple .brand-title span,.theme-simple .section-kicker,.theme-basic .brand-title span{color:#24a36b}.theme-simple .simple-next-action-card{border-color:#dde4df;background:#fff;box-shadow:var(--simple-premium-shadow)}.theme-simple .simple-next-action-card:before{background:#24a36b}.theme-simple .simple-next-action-card .panel-heading h2{color:#1b8a5a}.theme-simple .simple-next-action-icon{border-color:#bfe3d0;background:#eaf6f0;box-shadow:none;color:#24a36b}.theme-simple .simple-next-action-buttons .wide-button:first-child,.theme-simple .wide-button:not(.subtle):not(.danger):not(.done){border-color:#24a36b;background:#24a36b;box-shadow:none;color:#fff}.theme-simple .wide-button:not(.subtle):not(.danger):not(.done):hover,.theme-simple .wide-button:not(.subtle):not(.danger):not(.done):focus-visible{border-color:#1b8a5a;background:#1b8a5a;box-shadow:none;transform:none}.theme-simple .wide-button.subtle,.theme-simple .file-import-button.subtle,.theme-simple .coach-chip,.theme-simple .icon-button,.theme-simple .avatar-button{background:#fff;box-shadow:none}.theme-simple .quick-ritual-panel{background:#fff;box-shadow:var(--simple-premium-shadow-soft)}.theme-simple .quick-action-water{background:#eff6ff}.theme-simple .quick-action-training,.theme-simple .quick-action-weight{background:#fff7ed}.theme-simple .quick-action-diet{background:#f0fdf4}.theme-simple .quick-action-finance{background:#fffbeb}.theme-simple .quick-action-coach{background:#f5f3ff}.theme-simple .today-card-water,.theme-simple .today-card-training,.theme-simple .today-card-diet,.theme-simple .today-card-finance,.theme-simple .today-card-coach,.theme-simple .training-today-card,.theme-simple .simple-current-exercise{background:#fff;box-shadow:var(--simple-premium-shadow-soft)}.theme-simple .simple-coach-next-action,.theme-simple .simple-coach-hero{border-color:#dde4df;background:#fff;box-shadow:var(--simple-premium-shadow-soft)}.theme-simple .login-card,.theme-simple .anamnesis-card{background:#fff}.theme-simple .choice-chip input:checked+span{border-color:#7fd0a8;background:#eff6ff;box-shadow:none}.theme-simple .bar span,.theme-basic .bar span{background:#24a36b;box-shadow:none}.theme-simple input:focus,.theme-simple select:focus,.theme-simple textarea:focus{border-color:#24a36b;box-shadow:0 0 0 3px #24a36b1f}.theme-simple .bottom-nav{background:#fffffff5;box-shadow:0 -1px #0f172a0f}.theme-simple .nav-item.active{border-color:#e2e8f0;background:#f8fafc;box-shadow:inset 0 -2px #24a36b;color:#1b8a5a}body.theme-anime{background:var(--bg)}body.theme-anime .brand-mark{border-color:#24a36b80;border-radius:12px;background:#14171c;box-shadow:none;color:#34c77f;clip-path:none}body.theme-anime .brand-title span,body.theme-anime .section-kicker,body.theme-anime .panel-heading h2{color:#34c77f}body.theme-anime .topbar{background:#0b0d10e0;box-shadow:none}body.theme-anime .wide-button:not(.subtle):not(.danger):not(.done),body.theme-anime .stack-form button,body.theme-anime .inline-form button,body.theme-anime .habit-mini-form button,body.theme-anime .split-form button,body.theme-anime .file-import-button:not(.subtle){border-color:#34c77f;background:#34c77f;box-shadow:none;color:#0b0d10}body.theme-anime .button-strong,body.theme-anime .wide-button.primary{background:#34c77f;box-shadow:none;color:#0b0d10}body.theme-anime .bottom-nav{border-color:#ffffff14;background:#14171c;box-shadow:none;backdrop-filter:none}body.theme-anime .nav-item.active{border-color:#24a36b66;background:#24a36b1f;box-shadow:inset 0 -2px #34c77f;color:#34c77f}body.theme-anime input:focus,body.theme-anime select:focus,body.theme-anime textarea:focus{border-color:#34c77f;box-shadow:0 0 0 3px #24a36b33}body.theme-anime .achievement.unlocked{color:#e0a33e}.more-nav-overlay{align-items:flex-end;justify-content:center;padding:0}.more-nav-overlay .more-nav-drawer{width:100%;max-width:560px;max-height:72vh;border-radius:16px 16px 0 0}.more-nav-drawer .settings-group{border-top:none}.more-nav-drawer .settings-group button .icon{flex:0 0 auto}.bottom-nav{overflow-x:visible}.bottom-nav .nav-item{flex:1 1 0;min-width:0;scroll-snap-align:none}.bottom-nav .nav-item span{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.assessment-full-details{margin-top:14px;border:1px solid var(--line);border-radius:8px;padding:0 12px}.assessment-full-details>summary{display:flex;align-items:center;gap:8px;min-height:46px;font-weight:700;cursor:pointer}.assessment-full-details>summary .icon{flex:0 0 auto}.assessment-full-details>form{padding:0 0 12px}.consent-page{--ds-surface: #ffffff;--ds-bg-1: #fafaf7;--ds-bg-2: #f7f8f5;--ds-ink: #1e2522;--ds-ink-soft: #69746f;--ds-jade: #24a36b;--ds-jade-deep: #12372a;--ds-gold: #d6a84f;--ds-orange: #f47b3d;--ds-line: rgba(18, 55, 42, .1);--ds-card-shadow: 0 18px 50px rgba(18, 55, 42, .1);min-height:100vh;padding:clamp(20px,5vw,56px);color:var(--ds-ink);background:radial-gradient(circle at 84% 8%,rgba(36,163,107,.1),transparent 38%),radial-gradient(circle at 10% 26%,rgba(214,168,79,.08),transparent 42%),linear-gradient(160deg,var(--ds-bg-1) 0%,var(--ds-bg-2) 100%);overflow-x:hidden}.consent-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(260px,.78fr);align-items:center;gap:clamp(28px,5vw,68px);max-width:1120px;margin:0 auto;min-height:min(720px,calc(100vh - 112px))}.consent-hero-copy,.consent-hero-art,.consent-feature{animation:consentFadeUp .7s ease both}.consent-brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:6px 14px;border-radius:999px;border:1px solid var(--ds-line);background:#24a36b14;color:var(--ds-jade-deep);font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.consent-hero h1{max-width:720px;margin:0;color:var(--ds-jade-deep);font-size:clamp(2.2rem,6vw,4.4rem);line-height:1.02;letter-spacing:-.01em}.consent-hero p{max-width:560px;margin:20px 0 0;color:var(--ds-ink-soft);font-size:clamp(1rem,2.2vw,1.18rem);line-height:1.6}.consent-arrival-cue{max-width:620px;display:grid;gap:8px;margin-top:20px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--ds-jade) 34%,var(--ds-line));border-radius:16px;background:color-mix(in srgb,var(--ds-jade) 7%,var(--ds-surface))}.consent-arrival-kicker{color:var(--ds-jade-deep);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.consent-arrival-cue strong{color:var(--ds-ink);font-size:1.04rem;line-height:1.25}.consent-arrival-cue p{margin:0;font-size:.93rem}.consent-arrival-cue ol{display:flex;flex-wrap:wrap;gap:8px 16px;margin:3px 0 0;padding:0;list-style:none}.consent-arrival-cue li{display:inline-flex;align-items:center;gap:6px;color:var(--ds-ink-soft);font-size:.78rem;font-weight:700}.consent-arrival-cue li:before{content:"";width:7px;height:7px;border:1px solid var(--ds-line);border-radius:999px}.consent-arrival-cue li.done{color:var(--ds-ink)}.consent-arrival-cue li.done:before{border-color:var(--ds-jade);background:var(--ds-jade)}.consent-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px}.consent-actions small,.consent-small-note{flex-basis:100%;color:var(--ds-ink-soft);line-height:1.5}.consent-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:200px;min-height:56px;padding:0 26px;border:0;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--ds-jade) 0%,var(--ds-jade-deep) 100%);box-shadow:0 18px 42px #24a36b52;font-size:1rem;font-weight:900;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.consent-primary:hover{transform:translateY(-2px);box-shadow:0 22px 52px #24a36b66}.consent-primary:active{transform:translateY(0) scale(.99)}.consent-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 24px;border:1px solid var(--ds-jade);border-radius:16px;color:var(--ds-jade-deep);background:var(--ds-surface);font-size:1rem;font-weight:800;cursor:pointer;transition:background .18s ease,transform .18s ease}.consent-secondary:hover{background:#24a36b14;transform:translateY(-2px)}.consent-primary:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.58) 46%,transparent 64%);transform:translate(-120%);animation:consentShimmer 2.9s ease-in-out infinite}.consent-primary svg,.consent-primary span{position:relative;z-index:1}.consent-hero-art{display:grid;place-items:center;min-height:360px;border:1px solid var(--ds-line);border-radius:36px;background:radial-gradient(circle at 50% 28%,rgba(36,163,107,.12),transparent 62%),var(--ds-surface);box-shadow:var(--ds-card-shadow)}.consent-hero-figure{width:min(82vw,340px);filter:drop-shadow(0 22px 38px rgba(36,163,107,.24));animation:consentFloat 4.5s ease-in-out infinite}.torso-shoulders,.torso-body{fill:url(#torsoBody);opacity:.96}.torso-aura,.torso-line{fill:none;stroke:var(--ds-jade-deep);stroke-linecap:round;stroke-width:5;opacity:.42}.torso-line{stroke-width:3;opacity:.32}.torso-core{fill:#24a36b47;stroke:var(--ds-jade-deep);stroke-width:4;opacity:.7}.torso-spark{fill:var(--ds-jade);opacity:.9}.torso-spark.two{fill:var(--ds-gold)}.torso-spark.three{fill:var(--ds-orange)}.consent-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1120px;margin:-18px auto 0}.consent-feature{min-height:150px;padding:20px;border:1px solid var(--ds-line);border-radius:22px;background:var(--ds-surface);box-shadow:var(--ds-card-shadow);transition:transform .18s ease,box-shadow .18s ease}.consent-feature:hover{transform:translateY(-3px);box-shadow:0 22px 56px #12372a24}.consent-feature:nth-child(2){animation-delay:.08s}.consent-feature:nth-child(3){animation-delay:.16s}.consent-feature:nth-child(4){animation-delay:.24s}.consent-feature>span{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:14px;color:#fff;background:var(--ds-jade)}.consent-feature.training>span{background:var(--ds-jade)}.consent-feature.diet>span{background:var(--ds-orange)}.consent-feature.habits>span{background:var(--ds-jade-deep)}.consent-feature.evolution>span{background:var(--ds-gold)}.consent-feature strong{display:block;color:var(--ds-ink);font-size:1.02rem}.consent-feature p{margin:8px 0 0;color:var(--ds-ink-soft);line-height:1.5}.consent-modal-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:18px;background:#020617c2;backdrop-filter:blur(14px)}.consent-modal{display:grid;grid-template-rows:auto minmax(180px,1fr) auto;width:min(920px,100%);max-height:min(92vh,860px);border:1px solid rgba(148,163,184,.24);border-radius:28px;background:#f8fafc;color:#0f172a;box-shadow:0 32px 90px #0000007a;overflow:hidden}.consent-modal-header{display:flex;justify-content:space-between;gap:16px;padding:22px 22px 12px}.consent-modal-header span{color:var(--ds-jade, #24a36b);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.consent-modal-header h2{margin:4px 0 0;font-size:clamp(1.3rem,3vw,2rem);line-height:1.08}.terms-scroll{margin:0 22px;padding:18px;overflow:auto;border:1px solid #e2e8f0;border-radius:18px;background:#fff;line-height:1.62}.terms-scroll h3{margin:20px 0 6px;font-size:1rem}.terms-scroll p{margin:0 0 10px;color:#334155}.terms-summary{margin:0 0 18px;padding:14px 16px;border:1px solid #d8e6f5;border-radius:14px;background:#f2f7fd}.terms-summary>strong{display:block;margin-bottom:8px;color:#1f3d5c;font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.terms-summary ul{margin:0;padding-left:18px;display:grid;gap:6px}.terms-summary li{color:#24405c}.terms-summary .terms-summary-note{margin:10px 0 0;color:#5b7a99;font-size:.88rem}.consent-form{display:grid;gap:10px;padding:16px 22px 22px}.consent-progress-hint{margin:0;color:#475569;font-size:.92rem;font-weight:800}.consent-form label{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;color:#1e293b;font-size:.95rem;line-height:1.45}.consent-form input{width:18px;height:18px;margin-top:2px}.consent-modal-actions,.consent-login-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:8px}.consent-page .consent-form [data-consent-submit]{border:0!important;color:#fff!important;background-color:var(--ds-jade, #24a36b)!important;background-image:linear-gradient(135deg,var(--ds-jade, #24a36b),var(--ds-jade-deep, #12372a))!important}.consent-form button[disabled]{opacity:.48;cursor:not-allowed}@media(max-height:620px){.consent-modal{grid-template-rows:auto minmax(76px,1fr) auto;max-height:calc(100vh - 16px);border-radius:20px}.consent-modal-header{padding:12px 16px 8px}.consent-modal-header h2{font-size:1.25rem}.terms-scroll{margin:0 16px;padding:10px 14px;line-height:1.4}.consent-form{gap:6px;padding:10px 16px 12px}.consent-form label{font-size:.82rem;line-height:1.25}.consent-modal-actions{margin-top:2px}}.consent-login-step .anamnesis-card{max-width:760px;margin:0 auto}.consent-account-line{display:flex;align-items:center;gap:8px;margin:0;color:var(--text, #0f172a);font-weight:900}@keyframes consentFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes consentFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes consentShimmer{0%,45%{transform:translate(-120%)}80%,to{transform:translate(120%)}}@media(prefers-reduced-motion:reduce){.consent-hero-copy,.consent-hero-art,.consent-feature,.consent-hero-figure,.consent-primary:after{animation:none}}.wizard-progress{height:6px;margin:4px 0 2px;border-radius:999px;background:#12372a1f;overflow:hidden}.wizard-progress span{display:block;width:20%;height:100%;border-radius:999px;background:linear-gradient(90deg,#24a36b,#12372a);transition:width .3s ease}.wizard-step-label{margin:0 0 10px;color:var(--muted, #69746f);font-size:.82rem;font-weight:700}.wizard-nav{display:flex;gap:10px;margin-top:6px}.wizard-nav [data-wizard-next]{margin-left:auto;min-width:160px}.anamnesis-form .form-section[hidden],.anamnesis-form .wizard-final[hidden],.wizard-nav [hidden]{display:none!important}.anamnesis-form .choice-chip,.anamnesis-form label:has(input[type=radio],input[type=checkbox]){transition:transform .14s ease,border-color .14s ease,background .14s ease}.anamnesis-form label:has(input:checked){border-color:#24a36b;background:#24a36b14}.anamnesis-form .choice-chip:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){.wizard-progress span,.anamnesis-form .choice-chip,.anamnesis-form label{transition:none}}@media(prefers-color-scheme:dark){.consent-page{--ds-surface: rgba(255, 255, 255, .05);--ds-bg-1: #0c1f17;--ds-bg-2: #0a1712;--ds-ink: #eaf2ec;--ds-ink-soft: #9db3a7;--ds-line: rgba(255, 255, 255, .1);--ds-card-shadow: 0 18px 50px rgba(0, 0, 0, .42)}.consent-page .consent-hero h1{color:#eafff2}.consent-page .consent-brand{color:#7fe9b6;background:#24a36b29}.consent-page .consent-secondary{color:#bff3d8}.consent-page .torso-aura,.consent-page .torso-line,.consent-page .torso-core{stroke:#bff3d8}}@media(max-width:820px){.consent-page{padding:18px}.consent-hero{grid-template-columns:1fr;min-height:auto}.consent-hero-art{min-height:280px;order:-1}.consent-features{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px}}@media(max-width:520px){.consent-hero h1{font-size:clamp(2.3rem,14vw,3.6rem)}.consent-features,.consent-modal-actions,.consent-login-actions{grid-template-columns:1fr}.consent-feature{min-height:auto}.consent-modal-backdrop{align-items:end;padding:0}.consent-modal{width:100%;max-height:94vh;border-radius:26px 26px 0 0;grid-template-rows:auto minmax(128px,.82fr) auto;overflow:auto}.consent-modal-header,.consent-form{padding-left:16px;padding-right:16px}.terms-scroll{margin-left:16px;margin-right:16px;padding:14px;max-height:32vh}.consent-form{gap:8px}.consent-form label{font-size:.9rem}}.b2c-flow-notice{display:grid;gap:8px;margin:0 0 14px;padding:14px 16px;border:1px solid rgba(229,86,78,.5);border-left:4px solid var(--red, #e5564e);border-radius:8px;background:#e5564e1a}.b2c-flow-notice:focus{outline:2px solid var(--red, #e5564e);outline-offset:2px}.b2c-flow-notice h3{margin:0;font-size:1rem;color:var(--text, #f4f6f8)}.b2c-flow-notice p{margin:0;color:var(--text, #f4f6f8);opacity:.85}.b2c-flow-notice-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.b2c-flow-notice-actions .wide-button{width:auto;margin-top:0}.consent-page .b2c-flow-notice{background:#e5564e14;border-color:#b4322b8c;border-left-color:#b4322b}.consent-page .b2c-flow-notice h3,.consent-page .b2c-flow-notice p{color:var(--ds-ink, #1e2522)}.consent-page .b2c-flow-notice-actions .wide-button{background:var(--ds-jade-deep, #12372a);color:#fff;border:0;border-radius:999px;padding:10px 18px;cursor:pointer}.consent-page .b2c-flow-notice-actions .wide-button.subtle{background:transparent;color:var(--ds-ink, #1e2522);border:1px solid var(--ds-line, rgba(18, 55, 42, .25))}.b2c-entitlement-panel p{margin:0 0 8px;color:var(--muted, #8a93a0)}.b2c-entitlement-panel p strong,.b2c-entitlement-panel .b2c-counter strong{color:var(--text, #f4f6f8)}.b2c-counter{padding:10px 12px;border:1px solid rgba(46,230,200,.25);border-radius:8px;background:#2ee6c80f}.b2c-panel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.b2c-modal{max-width:560px}.b2c-modal-body p,.b2c-modal-body li{margin:0 0 8px}.b2c-offer-list{margin:0;padding-left:20px;display:grid;gap:6px}.b2c-reassess-success{display:block;margin:0 0 14px;padding:12px 14px;border:1px solid rgba(46,230,200,.35);border-left:4px solid #2ee6c8;border-radius:8px;background:#2ee6c814;color:var(--text, #f4f6f8)}.b2c-reassess-success:focus{outline:2px solid #2ee6c8;outline-offset:2px}.stack-form .form-grid .span-2{grid-column:1 / -1}.quick-reading-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:4px 0 16px}.quick-reading-cell{display:flex;flex-direction:column;gap:2px;padding:14px 16px;border:1px solid var(--ds-line, rgba(255, 255, 255, .12));border-radius:12px;background:var(--ds-surface, rgba(255, 255, 255, .04))}.quick-reading-cell span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ds-ink-soft, rgba(244, 246, 248, .62))}.quick-reading-cell strong{font-size:1.9rem;line-height:1.1;font-variant-numeric:tabular-nums;color:var(--ds-ink, #f4f6f8)}.quick-reading-cell small{font-size:.8rem;color:var(--ds-ink-soft, rgba(244, 246, 248, .62))}.quick-reading-preview h3{margin:0 0 8px;color:var(--ds-ink)}.quick-reading-preview .consent-small-note{color:var(--ds-ink)}.quick-reading-preview .quick-reading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quick-reading-preview .quick-reading-cell{padding:12px 10px;min-width:0}.quick-reading-preview .quick-reading-cell strong{font-size:clamp(1.1rem,4.6vw,1.6rem)}.quick-reading-preview .quick-reading-cell small,.quick-reading-preview .quick-reading-cell span{color:var(--ds-ink)}@media(min-width:360px){[data-form=quick-reading]>.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-form=quick-reading]>.form-grid label{min-width:0}}.consent-community{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;padding:24px 16px}.consent-community a{color:#245bb5;text-decoration:underline;text-underline-offset:3px;padding:10px 0}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/public/assets/fonts/inter-400.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/public/assets/fonts/inter-500.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/public/assets/fonts/inter-600.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/public/assets/fonts/inter-700.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/public/assets/fonts/inter-800.woff2) format("woff2")}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/public/assets/fonts/sora-600.woff2) format("woff2")}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/public/assets/fonts/sora-700.woff2) format("woff2")}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/public/assets/fonts/sora-800.woff2) format("woff2")}:root{--font-display: "Sora", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}h1,h2,h3,.brand-title,.consent-hero h1,.simple-greeting h1,.panel-heading h2{font-family:var(--font-display);letter-spacing:-.01em}body.theme-simple,.theme-simple{color-scheme:light;--bg: #f3f6fb;--panel: #ffffff;--panel-soft: #ffffff;--line: #e6ebf3;--line-strong: #d6deea;--text: #26303d;--muted: #7f8ca0;--aurora-primary: #4aa3d8;--aurora-primary-deep: #3470a8;--aurora-accent: #9a8ce0;--aurora-mint: #5fc6a8;--aurora-peach: #f3b07a;--violet: var(--aurora-primary);--blue: var(--aurora-primary);--green: var(--aurora-mint);--neon-green: var(--aurora-mint);--teal: var(--aurora-mint);--amber: var(--aurora-accent);--gold: var(--aurora-accent);--orange: #ef8a5a;--red: #e3677e;--radius-card: 22px;--radius-control: 14px;--shadow: 0 18px 36px -22px rgba(56, 72, 110, .42);--shadow-card: 0 16px 34px -24px rgba(56, 72, 110, .36);--aurora-grad: linear-gradient(140deg, #5aa9dd 0%, #7e93e3 55%, #9a8ce0 100%);--aurora-soft: linear-gradient(135deg, #ffffff 0%, #eef4ff 52%, #f2edfb 100%);--aurora-shadow-soft: 0 16px 34px -24px rgba(56, 72, 110, .36);--serif: Georgia, "Times New Roman", "Iowan Old Style", serif}body.theme-simple{background:radial-gradient(120% 55% at 100% -8%,rgba(74,163,216,.1),transparent 58%),radial-gradient(120% 55% at -10% 2%,rgba(154,140,224,.12),transparent 52%),#f3f6fb}.theme-simple .topbar{border-bottom-color:#38486e14;background:#f3f6fbd1;backdrop-filter:blur(16px)}.theme-simple .brand-mark{border-color:#e4e9fb;border-radius:16px;background:#eef3ff;color:var(--aurora-primary)}.theme-simple .brand-title span,.theme-simple .section-kicker,.theme-simple .panel-heading h2{color:var(--aurora-primary-deep)}.theme-simple .coach-quick{border:1px solid #e4e9fb;border-radius:14px;background:#f1edfb;color:#6f63b8}.theme-simple .coach-quick:hover{background:#e9e2fb}.theme-simple .panel,.theme-simple .hero-panel,.theme-simple .metric-card,.theme-simple .summary-tile,.theme-simple .exercise-card,.theme-simple .meal-card,.theme-simple .timeline-row,.theme-simple .record-row,.theme-simple .focus-strip,.theme-simple .coach-signal,.theme-simple .training-today-card,.theme-simple .next-training-card,.theme-simple .app-style-option,.theme-simple .level-card,.theme-simple .basic-status-panel,.theme-simple .simple-progress-card,.theme-simple .simple-current-exercise,.theme-simple .simple-coach-hero,.theme-simple .simple-coach-next-action,.theme-simple .settings-drawer{border-color:var(--line);border-radius:var(--radius-card);box-shadow:var(--aurora-shadow-soft)}.theme-simple .simple-next-action-card,.theme-simple .simple-missions-hero{border-color:#e1e8fb;border-radius:26px;background:var(--aurora-soft)}.theme-simple .simple-next-action-icon{border-color:#e1e8fb;border-radius:18px;background:#fff;color:var(--aurora-primary)}.theme-simple .simple-greeting h1{font-family:var(--serif);font-weight:600;letter-spacing:.1px;color:var(--text)}.theme-simple .wide-button:not(.subtle):not(.danger):not(.done),.theme-simple .stack-form button,.theme-simple .inline-form button,.theme-simple [data-consent-submit]{border:none;background:var(--aurora-primary);color:#fff;box-shadow:0 12px 22px -12px #4aa3d8b3}.theme-simple .wide-button:not(.subtle):not(.danger):not(.done):hover{background:#3f95cb}.theme-simple .bar span{background:linear-gradient(90deg,var(--aurora-primary),var(--aurora-accent));box-shadow:none}.theme-simple .choice-chip input:checked+span{border-color:var(--aurora-primary);background:#eef4ff;box-shadow:none}.theme-simple input:focus,.theme-simple select:focus,.theme-simple textarea:focus{border-color:var(--aurora-primary);box-shadow:0 0 0 3px #4aa3d829}.theme-simple .day-ring>span{color:var(--muted);font-weight:700}.theme-simple .bottom-nav{border:1px solid var(--line);border-radius:26px;background:#ffffffeb;backdrop-filter:blur(16px);box-shadow:0 18px 40px -18px #38486e80;overflow:visible}.theme-simple .bottom-nav.with-center{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center}.theme-simple .nav-center-slot{pointer-events:none}.theme-simple .nav-item{min-height:56px;border-radius:16px;color:var(--muted);text-transform:none;font-weight:700}.theme-simple .nav-item.active{border-color:transparent;background:#eef4ff;box-shadow:none;color:var(--aurora-primary)}.theme-simple .nav-item.active svg{color:var(--aurora-primary)}.theme-simple .nav-center{position:absolute;left:50%;top:-18px;transform:translate(-50%);margin:0;gap:5px;color:var(--aurora-primary-deep)}.theme-simple .nav-center-fab{width:58px;height:58px;margin:0;border-radius:20px;border:4px solid #f3f6fb;background:var(--aurora-grad);box-shadow:0 14px 26px -8px #5e6cc4b8}.theme-simple .nav-center-label{font-size:.64rem;font-weight:800;color:var(--aurora-primary-deep)}.theme-simple .register-sheet-backdrop{background:#28325052}.theme-simple .register-sheet{border-radius:28px 28px 0 0;background:#fff}.theme-simple .register-action{border-radius:18px;border-color:var(--line)}.theme-simple .register-action-icon{border-radius:14px;background:#eef4ff;color:var(--aurora-primary)}.consent-page{--ds-jade: #4aa3d8;--ds-jade-deep: #2f5f8a;--ds-gold: #9a8ce0;--ds-orange: #ef8a5a;--ds-bg-1: #f3f6fb;--ds-bg-2: #eef4fb;--ds-ink: #26303d;--ds-ink-soft: #7f8ca0;--ds-line: rgba(56, 72, 110, .1);--ds-card-shadow: 0 22px 50px -28px rgba(56, 72, 110, .4);background:radial-gradient(circle at 84% 8%,rgba(74,163,216,.12),transparent 40%),radial-gradient(circle at 8% 24%,rgba(154,140,224,.14),transparent 44%),linear-gradient(160deg,var(--ds-bg-1) 0%,var(--ds-bg-2) 100%)}.consent-brand{border-color:#4aa3d847;background:#4aa3d81a;color:var(--ds-jade-deep)}.consent-page [data-consent-submit]{background:linear-gradient(135deg,#5aa9dd,#9a8ce0);box-shadow:0 16px 30px -14px #5e6cc4b3}.theme-simple .smart-add-copy{margin:0 0 12px;font-size:13px;color:var(--muted)}.theme-simple .smart-add-grid{display:grid;gap:10px}.theme-simple .smart-add-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:var(--aurora-soft);text-align:left}.theme-simple .smart-add-info{display:grid;gap:2px;min-width:0}.theme-simple .smart-add-info strong{font-size:14px;color:var(--text)}.theme-simple .smart-add-info small{font-size:12px;color:var(--muted)}.theme-simple .smart-add-plus{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:12px;background:var(--aurora-primary);color:#fff}.theme-simple .smart-add-plus svg{width:18px;height:18px}.theme-simple .finance-privacy-toggle{border:1px solid var(--line);border-radius:12px;background:#f1edfb;color:var(--aurora-primary-deep)}.theme-simple .simple-finance-page.privacy-on .simple-finance-main>div:not(.simple-finance-status) strong,.theme-simple .simple-finance-page.privacy-on .simple-expense-row b,.theme-simple .simple-finance-page.privacy-on .favorite-expense-list strong,.theme-simple .simple-finance-page.privacy-on .favorite-expense-list b{filter:blur(8px);transition:filter .18s ease;user-select:none}.theme-simple .muscle-map{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.theme-simple .muscle-map svg{width:220px;max-width:100%;height:auto}.theme-simple .muscle-map .mm-cap{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;fill:var(--muted);text-anchor:middle}.theme-simple .mm-side{flex:1;min-width:160px}.theme-simple .mm-status{list-style:none;margin:0 0 12px;padding:0;display:grid;gap:8px}.theme-simple .mm-status li{display:grid;grid-template-columns:12px auto 1fr;align-items:center;gap:8px}.theme-simple .mm-status li i{width:12px;height:12px;border-radius:4px}.theme-simple .mm-status li strong{font-size:13px;color:var(--text)}.theme-simple .mm-status li small{text-align:right;font-size:11px;color:var(--muted)}.theme-simple .mm-legend{display:flex;flex-wrap:wrap;gap:8px 12px}.theme-simple .mm-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--muted);font-weight:600}.theme-simple .mm-legend-item i{width:10px;height:10px;border-radius:3px}.theme-simple .muscle-map-note{margin:12px 0 0;font-size:12px;color:var(--muted)}.theme-simple .done-exercise-grid{display:grid;gap:12px}.theme-simple .done-exercise{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fbfcfe}.theme-simple .done-exercise-head{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.theme-simple .done-exercise-head svg{width:16px;height:16px;color:var(--aurora-mint)}.theme-simple .done-exercise .exertion-row{border-top:none;padding-top:8px;margin-top:8px}.theme-simple .exertion-row{margin-top:12px;padding-top:12px;border-top:1px solid var(--line);display:grid;gap:8px}.theme-simple .exertion-label{font-size:12px;font-weight:700;color:var(--muted)}.theme-simple .exertion-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-simple .exertion-btn{padding:10px 6px;border:1px solid var(--line-strong);border-radius:12px;background:#fff;color:var(--text);font-weight:700;font-size:13px}.theme-simple .exertion-btn.active{border-color:var(--aurora-primary);background:#eef4ff;color:var(--aurora-primary-deep)}.theme-simple .exertion-hint{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.theme-simple .exertion-hint svg{width:14px;height:14px;color:var(--aurora-accent)}.theme-simple .simple-calorie-balance .panel-heading h2{display:inline-flex;align-items:center;gap:8px}.theme-simple .simple-calorie-balance .panel-heading h2 svg{width:18px;height:18px;color:var(--aurora-peach)}.theme-simple .calorie-balance-body{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.theme-simple .calorie-equation{display:flex;align-items:center;gap:12px;flex:1;min-width:0;flex-wrap:wrap}.theme-simple .calorie-equation>div{display:grid;gap:2px}.theme-simple .calorie-equation span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.theme-simple .calorie-equation strong{font-family:var(--serif);font-size:22px;line-height:1;color:var(--text)}.theme-simple .calorie-equation i{font-style:normal;font-size:18px;font-weight:700;color:var(--muted)}.theme-simple .calorie-note{margin:12px 0 0;font-size:12px;color:var(--muted)}.celebrate-canvas{position:fixed;inset:0;z-index:9999;pointer-events:none}.consent-page .consent-hero-figure{filter:drop-shadow(0 22px 38px rgba(94,108,196,.26))}.consent-page .torso-core{fill:#4aa3d842}.theme-simple .simple-today-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.theme-simple .simple-greeting{margin:14px 0 4px}.theme-simple .simple-greeting-kicker{display:block;margin-bottom:8px;color:var(--aurora-primary-deep);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-simple .simple-greeting h1{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4.2vw,3.2rem);font-weight:700;line-height:1.08;letter-spacing:-.045em;color:#172033}.theme-simple .simple-greeting p{max-width:680px;margin:10px 0 0;color:#718096;font-size:1rem;line-height:1.55}.theme-simple .simple-next-action-card{overflow:hidden;padding:24px;border:1px solid #cfdcff;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fbff 62%,#fbf8ff);box-shadow:0 14px 34px -28px #334c82a6}.theme-simple .simple-next-action-card:before{display:none}.theme-simple .simple-next-action-card .panel-heading{margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #edf1f7}.theme-simple .simple-next-action-card .panel-heading h2,.theme-simple .quick-ritual-panel .panel-heading h2,.theme-simple .simple-progress-card .panel-heading h2{color:#2f6fab;font-size:.95rem;font-weight:800;letter-spacing:.02em}.theme-simple .simple-next-action-card .panel-heading span,.theme-simple .quick-ritual-panel .panel-heading span,.theme-simple .simple-progress-card .panel-heading span{color:#8793a7;font-size:.75rem;font-weight:700}.theme-simple .simple-next-action-body{display:grid;grid-template-columns:154px minmax(220px,1fr) minmax(190px,250px);gap:30px;align-items:center}.theme-simple .simple-next-action-progress{display:grid;justify-items:center;gap:8px;color:#718096;font-size:.75rem;font-weight:700}.theme-simple .simple-next-action-progress .progress-ring{width:126px;height:126px}.theme-simple .simple-next-action-progress .progress-ring strong{color:#172033;font-family:var(--font-display);font-size:1.6rem}.theme-simple .simple-next-action-copy .eyebrow{color:#3280c2;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-simple .simple-next-action-copy h3{margin:7px 0 8px;font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.06;letter-spacing:-.04em;color:#111b2d}.theme-simple .simple-next-action-copy p{max-width:520px;margin:0;color:#647087;font-size:.95rem;line-height:1.5}.theme-simple .simple-next-action-meta{display:flex;align-items:center;gap:7px;margin-top:15px;color:#536078;font-size:.82rem;font-weight:700}.theme-simple .simple-next-action-meta svg{width:18px;height:18px;color:#4aa3d8}.theme-simple .simple-next-action-buttons{display:grid;gap:12px}.theme-simple .simple-next-action-buttons .wide-button{min-height:54px;margin:0;border-radius:14px;font-size:.9rem}.theme-simple .simple-next-action-buttons .wide-button:not(.subtle){background:#45a3da;box-shadow:0 12px 22px -16px #1e6faacc}.theme-simple .simple-next-action-buttons .wide-button.subtle{border:1px solid #dde4ef;background:#fff;color:#2f3b52;box-shadow:none}.theme-simple .quick-ritual-panel,.theme-simple .simple-progress-card{padding:20px;border:1px solid #e1e7f0;border-radius:18px;background:#fff;box-shadow:0 10px 28px -30px #334c82cc}.theme-simple .quick-ritual-copy{margin:-2px 0 15px;color:#7b879a;font-size:.82rem}.theme-simple .quick-ritual-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid #e7ebf2;border-radius:14px}.theme-simple .quick-ritual-actions .wide-button,.theme-simple .quick-ritual-actions .wide-button.subtle{justify-content:flex-start;min-height:62px;margin:0;padding:12px 14px;border:0;border-right:1px solid #e7ebf2;border-radius:0;background:#fff;color:#344057;box-shadow:none;font-size:.76rem;white-space:normal}.theme-simple .quick-ritual-actions .wide-button:last-child{border-right:0}.theme-simple .quick-ritual-actions .wide-button:hover,.theme-simple .quick-ritual-actions .wide-button:focus-visible{z-index:1;background:#f5f8fd;color:#2f6fab;transform:none}.theme-simple .quick-ritual-actions .wide-button svg{width:34px;height:34px;flex:0 0 auto;padding:7px;border-radius:999px;background:#eef4ff;color:#58708e}.theme-simple .quick-action-diet svg,.theme-simple .quick-action-coach svg{background:#f3efff;color:#7867c6}.theme-simple .quick-action-finance svg{background:#edf8f1;color:#45886a}.theme-simple .simple-next-action-card .info-button,.theme-simple .quick-ritual-panel .info-button,.theme-simple .simple-progress-card .info-button{display:none}.theme-simple .simple-progress-card .panel-heading{margin-bottom:16px}.theme-simple .simple-progress-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.theme-simple .simple-progress-item{display:grid;grid-template-columns:72px minmax(0,1fr);justify-items:stretch;align-items:center;gap:14px;padding:6px 22px;border-right:1px solid #e7ebf2;text-align:left}.theme-simple .simple-progress-item:first-child{padding-left:6px}.theme-simple .simple-progress-item:last-child{padding-right:6px;border-right:0}.theme-simple .simple-progress-item .progress-ring{width:68px;height:68px}.theme-simple .simple-progress-item .progress-ring strong{color:#172033;font-family:var(--font-display);font-size:1rem}.theme-simple .simple-progress-item>div{display:grid;gap:5px;min-width:0}.theme-simple .simple-progress-item span{color:#26344c;font-size:.86rem;font-weight:800}.theme-simple .simple-progress-item small{color:#8290a4;font-size:.7rem;font-weight:600;line-height:1.35}.theme-simple .topbar{align-items:center;padding:12px 0 16px}.theme-simple .brand-title{font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.03em}.theme-simple .brand-subtitle{color:#8692a5;font-size:.76rem}.theme-simple .top-actions{align-items:center}@media(max-width:900px){.theme-simple .simple-next-action-body{grid-template-columns:116px minmax(0,1fr);gap:22px}.theme-simple .simple-next-action-progress .progress-ring{width:102px!important;height:102px!important}.theme-simple .simple-next-action-buttons{grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr))}.theme-simple .quick-ritual-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-simple .quick-ritual-actions .wide-button:nth-child(3){border-right:0}.theme-simple .quick-ritual-actions .wide-button:nth-child(n+4){border-top:1px solid #e7ebf2}}@media(max-width:640px){.theme-simple .simple-today-grid{grid-template-columns:minmax(0,1fr);gap:14px}.theme-simple .simple-today-grid>*{grid-column:1 / -1}.theme-simple .simple-greeting{margin-top:4px}.theme-simple .simple-greeting h1{font-size:clamp(1.8rem,9vw,2.25rem);letter-spacing:-.04em}.theme-simple .simple-greeting p{font-size:.9rem}.theme-simple .simple-next-action-card,.theme-simple .quick-ritual-panel,.theme-simple .simple-progress-card{padding:16px;border-radius:16px}.theme-simple .simple-next-action-body{grid-template-columns:74px minmax(0,1fr);gap:14px}.theme-simple .simple-next-action-progress{gap:5px;font-size:.64rem}.theme-simple .simple-next-action-progress .progress-ring{width:68px!important;height:68px!important}.theme-simple .simple-next-action-progress .progress-ring strong{font-size:1rem}.theme-simple .simple-next-action-copy h3{font-size:1.65rem}.theme-simple .simple-next-action-copy p{font-size:.82rem}.theme-simple .simple-next-action-meta{margin-top:10px;font-size:.72rem}.theme-simple .simple-next-action-buttons,.theme-simple .quick-ritual-actions{grid-template-columns:1fr}.theme-simple .quick-ritual-actions .wide-button,.theme-simple .quick-ritual-actions .wide-button.subtle{min-height:50px;border-right:0;border-bottom:1px solid #e7ebf2}.theme-simple .quick-ritual-actions .wide-button:nth-child(n+4){border-top:0}.theme-simple .quick-ritual-actions .wide-button:last-child{border-bottom:0}.theme-simple .simple-progress-strip{grid-template-columns:1fr}.theme-simple .simple-progress-item,.theme-simple .simple-progress-item:first-child,.theme-simple .simple-progress-item:last-child{grid-template-columns:64px minmax(0,1fr);padding:12px 0;border-right:0;border-bottom:1px solid #e7ebf2}.theme-simple .simple-progress-item:first-child{padding-top:0}.theme-simple .simple-progress-item:last-child{padding-bottom:0;border-bottom:0}.theme-simple .simple-progress-item .progress-ring{width:58px!important;height:58px!important}}.practical-details>summary{cursor:pointer;min-height:44px;display:list-item;padding:12px 8px;font-weight:700}.practical-details>.panel{margin-top:12px;box-shadow:none}[data-food-unit]{padding:12px;border:1px solid var(--line);border-radius:12px}[data-food-unit][hidden]{display:none}[data-food-unit] p{margin:0 0 8px}[data-food-unit] button{margin-top:8px}.food-save-status{padding:12px;border-radius:12px;background:#e2f3eb;color:#164c38}@media(prefers-color-scheme:dark){.quick-reading-page{--ds-surface: #172a22;--ds-bg-1: #0c1f17;--ds-bg-2: #0a1712;--ds-ink: #eaf2ec;--ds-ink-soft: #b5c9bf;--ds-line: #405b4e;color-scheme:dark}.quick-reading-page .panel{background:#11251c;color:var(--ds-ink)}.quick-reading-page .panel-heading h2,.quick-reading-page .panel-heading span,.quick-reading-page .stack-form label>span,.quick-reading-page .consent-small-note,.quick-reading-page .consent-actions small{color:var(--ds-ink-soft)}.quick-reading-page input,.quick-reading-page select{background:#172a22;color:#eaf2ec;border-color:#526d60}.quick-reading-page input::placeholder{color:#b5c9bf}.quick-reading-page .plan-safety-note{background:#24332b;color:#eaf2ec}.theme-simple .quick-reading-page .consent-secondary,.theme-simple .quick-reading-page [data-action=skip-quick-reading]{background:#172a22;color:#eaf2ec;border-color:#526d60}}.quick-reading-page{--ds-jade: #266b96;--ds-jade-deep: #1b4e72}.theme-simple .quick-reading-page [data-form=quick-reading]>button.wide-button[type=submit],.quick-reading-page .consent-primary{background:#266b96;color:#fff}
