:root{--vm-bg: #ffffff;--vm-card: #f1f8f4;--vm-card-alt: #ffffff;--vm-hero-card: #f5f3fb;--vm-hero-border: #e5e0f2;--vm-primary: #7c3aed;--vm-primary-strong: #6d28d9;--vm-text: #182430;--vm-muted: #62766f;--vm-kcal: #10b981;--vm-kcal-text: #059669;--vm-prot: #fb923c;--vm-prot-text: #d97706;--vm-carb: #eab308;--vm-carb-text: #a16207;--vm-fat: #a78bfa;--vm-fat-text: #7c3aed;--vm-water: #38bdf8;--vm-water-text: #0284c7;--vm-danger: #dc2626;--vm-border: #dcebe2;--vm-track: #ffffff;--vm-focus-ring: rgba(124, 58, 237, .22);--vm-radius: 16px;--vm-radius-sm: 10px;--vm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--vm-safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--vm-bg);color:var(--vm-text);font-family:var(--vm-font);font-size:16px;line-height:1.45;-webkit-font-smoothing:antialiased}#root{min-height:100%}button,input{font-family:inherit}.btn-primary{display:block;width:100%;min-height:44px;border:none;border-radius:var(--vm-radius-sm);background:var(--vm-primary);color:#fff;font-size:16px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,transform .05s ease}.btn-primary:hover:not(:disabled){background:var(--vm-primary-strong)}.btn-primary:active:not(:disabled){transform:scale(.99)}.btn-primary:disabled{opacity:.6;cursor:default}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field span{font-size:13px;font-weight:600;color:var(--vm-muted);text-transform:uppercase;letter-spacing:.04em}.field input{min-height:44px;padding:0 14px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:16px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.field select{width:100%;box-sizing:border-box;min-height:44px;padding:0 38px 0 14px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background-color:var(--vm-card-alt);color:var(--vm-text);font-size:16px;line-height:1.2;outline:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%2362766f'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpolyline%20points='6%209%2012%2015%2018%209'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px;text-overflow:ellipsis}.field select:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.password-input{position:relative;display:flex}.password-input input{flex:1;padding-right:44px}.password-toggle{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:44px;background:none;border:none;color:var(--vm-muted);cursor:pointer}.password-toggle:hover{color:var(--vm-primary-strong)}.card{background:var(--vm-card);border:1px solid var(--vm-border);border-radius:var(--vm-radius);padding:18px;box-shadow:0 1px 3px #173a340f}.placeholder{padding:40px 20px;text-align:center;color:var(--vm-muted);font-size:15px}.login-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 50% -10%,rgba(124,58,237,.12),transparent 55%),var(--vm-bg)}.login-card{width:100%;max-width:380px;background:var(--vm-card);border:1px solid var(--vm-border);border-radius:var(--vm-radius);padding:32px 24px;box-shadow:0 12px 32px #173a341a}.login-title{margin:0 0 4px;font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--vm-primary-strong)}.login-subtitle{margin:0 0 28px;color:var(--vm-muted);font-size:15px}.login-form{display:flex;flex-direction:column}.login-error{margin:-6px 0 16px;color:var(--vm-danger);font-size:14px;font-weight:600}.login-toggle-mode{display:block;width:100%;margin-top:18px;text-align:center;background:none;border:none;color:var(--vm-primary-strong);font-size:14px;font-weight:600;cursor:pointer}.login-toggle-mode:hover{text-decoration:underline}.app-shell{display:flex;flex-direction:column;min-height:100dvh}.app-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:var(--vm-bg);border-bottom:1px solid var(--vm-border)}.app-header-name{font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--vm-primary-strong)}.app-header-date{font-size:14px;color:var(--vm-muted);text-transform:capitalize;text-align:right}.app-main{flex:1;padding:4px 16px calc(96px + var(--vm-safe-bottom))}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;justify-content:space-around;background:var(--vm-bg);border-top:1px solid var(--vm-border);padding:8px 6px calc(8px + var(--vm-safe-bottom))}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:44px;padding:4px;border:none;background:transparent;color:var(--vm-muted);font-size:12px;font-weight:600;cursor:pointer}.bottom-nav-item.active{color:var(--vm-primary-strong)}.bottom-nav-add{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:-18px 6px 0;border:none;border-radius:50%;background:var(--vm-primary);color:#fff;box-shadow:0 6px 16px #7c3aed66;cursor:pointer}.bottom-nav-add:active{background:var(--vm-primary-strong)}.meal-register .week-editor-tabs{margin-top:4px}.meal-register-search{width:100%;margin-bottom:10px}.meal-register-list{display:flex;flex-direction:column;gap:6px;max-height:38vh;overflow-y:auto}.meal-register-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:8px 10px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);cursor:pointer}.meal-register-item:active{background:var(--vm-card)}.meal-register-thumb{flex-shrink:0;width:40px;height:40px;border-radius:8px;object-fit:cover;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--vm-card)}.meal-register-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.meal-register-item-name{min-width:0;font-weight:600;font-size:14.5px}.meal-register-item-weight{font-size:12px;color:var(--vm-muted)}.meal-register-item-add{flex-shrink:0;color:var(--vm-primary-strong)}.plate{background:var(--vm-hero-card);border:1px solid var(--vm-hero-border);border-radius:14px;padding:12px 14px;margin:12px 0 0}.plate-head{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--vm-primary-strong);margin-bottom:8px}.plate-empty{margin:0 0 10px;font-size:13px;color:var(--vm-muted)}.plate-items{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px;max-height:28vh;overflow-y:auto}.plate-item{display:flex;align-items:center;gap:8px;padding:7px 10px;background:var(--vm-card-alt);border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm)}.plate-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.plate-item-name{font-weight:700;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plate-item-sub{font-size:12px;color:var(--vm-muted)}.plate-item-del{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:var(--vm-danger);cursor:pointer}.plate-totals{display:flex;gap:8px;padding-top:10px;border-top:1px solid var(--vm-hero-border)}.plate-macro{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:1px;padding:8px 4px;border-radius:10px;background:var(--vm-card-alt)}.plate-macro strong{font-size:18px;font-weight:800;font-variant-numeric:tabular-nums}.plate-macro span{font-size:10.5px;color:var(--vm-muted);text-align:center;line-height:1.1}.plate-macro-kcal strong{color:var(--vm-kcal-text)}.plate-macro-prot strong{color:var(--vm-prot-text)}.plate-macro-carb strong{color:var(--vm-carb-text)}.plate-macro-fat strong{color:var(--vm-fat-text)}.plate-projection{margin-top:12px;padding-top:12px;border-top:1px solid var(--vm-hero-border);display:flex;flex-direction:column;gap:9px}.plate-projection-head{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--vm-muted)}.plate-info{margin:10px 0 0;border:1px solid var(--vm-hero-border);border-radius:12px;background:var(--vm-hero-card);overflow:hidden}.plate-info .plate-totals{border-top:none;padding:12px}.plate-info-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:11px 14px;background:none;border:none;border-top:1px solid var(--vm-hero-border);cursor:pointer;color:var(--vm-text);font:inherit}.plate-info-toggle-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--vm-muted)}.plate-info-toggle-chevron{flex-shrink:0;margin-left:auto;color:var(--vm-muted);transition:transform .18s ease}.plate-info--open .plate-info-toggle-chevron{transform:rotate(180deg)}.plate-info .plate-projection{margin-top:0;padding:0 12px 12px;border-top:none}.proj-row{display:flex;flex-direction:column;gap:4px}.proj-row-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.proj-label{font-size:13px;font-weight:600;color:var(--vm-text)}.proj-nums{font-size:12.5px;color:var(--vm-muted);font-variant-numeric:tabular-nums;display:inline-flex;align-items:baseline;gap:4px}.proj-base{color:var(--vm-muted)}.proj-arrow{opacity:.7}.proj-proj{color:var(--vm-text);font-weight:700}.proj-over{color:var(--vm-danger)}.proj-goal{color:var(--vm-muted)}.proj-track{position:relative;display:flex;height:8px;border-radius:999px;background:var(--vm-track);overflow:hidden}.proj-fill-base{height:100%;background:var(--vm-muted);opacity:.35}.proj-fill-delta{height:100%;transition:width .2s ease}.plate-add{border:1px solid var(--vm-border);border-radius:14px;padding:14px;background:var(--vm-card-alt)}.plate-add-head{margin-bottom:10px}.plate-add-name{font-weight:700;font-size:15px}.plate-add-preview{margin:8px 0 4px;font-weight:700;color:var(--vm-primary-strong);font-size:14px}.plate-add-actions{display:flex;gap:10px;margin-top:12px}.plate-add-actions .btn-primary,.plate-add-actions .btn-secondary{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px}.plate-footer{margin-top:14px}.today-screen{display:flex;flex-direction:column;gap:16px;overflow-x:hidden}@keyframes today-in-next{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}@keyframes today-in-prev{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:none}}.today-day--next{animation:today-in-next .22s ease}.today-day--prev{animation:today-in-prev .22s ease}@media (prefers-reduced-motion: reduce){.today-day--next,.today-day--prev{animation:none}}.today-datenav{display:flex;align-items:center;justify-content:center;gap:14px;padding:4px 0 2px}.today-datenav-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:var(--vm-card);color:var(--vm-text);cursor:pointer}.today-datenav-btn:disabled{opacity:.35;cursor:default}.today-datenav-label{min-width:140px;text-align:center;font-size:15px;font-weight:700;text-transform:capitalize}.today-progress{display:flex;flex-direction:column;align-items:center;gap:18px;background:var(--vm-hero-card);border-color:var(--vm-hero-border)}.macros-cluster{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.macros-cluster-side{display:grid;grid-template-columns:repeat(3,1fr);gap:6px 10px;width:100%;max-width:340px;margin:0 auto;align-items:start;justify-items:center}.macro-ring{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.macro-ring-svg{position:relative;width:100%;max-width:92px;margin:0 auto}.macro-ring-svg svg{display:block;width:100%;height:auto}.macro-ring-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05}.macro-ring-value{font-size:18px;font-weight:800;color:var(--vm-text)}.macro-ring-goal{font-size:11px;color:var(--vm-muted)}.macro-ring-label{font-size:12px;font-weight:600;color:var(--vm-muted);text-align:center;line-height:1.15}.kcal-ring{position:relative;display:inline-flex}.kcal-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.kcal-ring-value{font-size:28px;font-weight:800;color:var(--vm-text);line-height:1.1}.kcal-ring-goal{font-size:13px;color:var(--vm-muted)}.prot-bar,.water-track{width:100%}.prot-bar-head,.water-track-head{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--vm-muted);margin-bottom:6px}.prot-bar-track,.water-track-bar{width:100%;height:10px;border-radius:999px;background:var(--vm-track);overflow:hidden}.prot-bar-fill{height:100%;border-radius:999px;background:var(--vm-prot);transition:width .25s ease}.water-track-fill{height:100%;border-radius:999px;background:var(--vm-water);transition:width .25s ease}.water-track-actions{display:flex;gap:10px;margin-top:10px}.water-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;min-height:44px;padding:6px 10px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);color:var(--vm-water-text);font-size:14px;font-weight:700;cursor:pointer}.water-btn-hint{font-size:11px;font-weight:500;color:var(--vm-muted);text-transform:uppercase;letter-spacing:.03em}.water-custom{display:flex;gap:8px;margin-top:10px}.water-custom-input{flex:1;min-width:0;min-height:44px;box-sizing:border-box;padding:0 12px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card);color:var(--vm-text);font-size:15px}.water-custom-add{flex:0 0 auto;width:auto;padding:0 16px}.today-meals{display:flex;flex-direction:column;gap:14px}.meal-card{display:flex;flex-direction:column;gap:12px}.meal-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.meal-card-name{font-size:16px;font-weight:700;margin-right:8px}.meal-card-time{font-size:13px;color:var(--vm-muted)}.meal-card-badge{font-size:11px;font-weight:700;color:#047857;background:#d1fae5;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.meal-card-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.meal-card-items li{display:flex;justify-content:space-between;gap:10px;font-size:14px}.meal-card-item-meta{color:var(--vm-muted);white-space:nowrap}.meal-card-total{font-size:14px;font-weight:700;color:var(--vm-kcal-text)}.meal-card-hunger{font-size:13px;color:var(--vm-muted)}.meal-card-recipe{display:flex;justify-content:space-between;font-size:14px}.meal-card-recipe-name{font-weight:700}.meal-card-hint{margin:0;font-size:12px;color:var(--vm-muted)}.meal-card-planned{display:flex;flex-direction:column;gap:10px;padding-bottom:4px;border-bottom:1px solid var(--vm-border)}.meal-undo-btn,.meal-mark-btn{display:flex;align-items:center;justify-content:center;gap:6px}.meal-groups{display:flex;flex-direction:column;gap:12px}.meal-group{display:flex;flex-direction:column;gap:6px}.meal-group-name{font-size:12px;font-weight:700;color:var(--vm-muted);text-transform:uppercase;letter-spacing:.03em}.meal-group-row{display:flex;gap:8px}.meal-group-row select{flex:1;min-height:40px;padding:0 10px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:14px}.meal-group-row input[type=number]{width:64px;min-height:40px;padding:0 8px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:14px;text-align:center}.meal-group-unit{align-self:center;color:var(--vm-muted);font-size:13px}.meal-hunger-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--vm-muted)}.meal-hunger-slider{display:flex;align-items:center;gap:10px}.meal-hunger-slider input[type=range]{flex:1}.vm-toast{position:fixed;left:50%;bottom:calc(88px + var(--vm-safe-bottom));transform:translate(-50%);z-index:40;padding:10px 18px;border-radius:var(--vm-radius-sm);background:var(--vm-danger);color:#fff;font-size:14px;font-weight:700;box-shadow:0 8px 24px #173a342e}.today-skeleton{display:flex;flex-direction:column;gap:14px}.skeleton-block{height:90px;background:linear-gradient(90deg,var(--vm-card) 25%,var(--vm-card-alt) 37%,var(--vm-card) 63%);background-size:400% 100%;animation:skeleton-pulse 1.4s ease infinite}.skeleton-progress{height:220px}@keyframes skeleton-pulse{0%{background-position:100% 50%}to{background-position:0 50%}}.week-screen{display:flex;flex-direction:column;gap:16px}.week-nav{display:flex;align-items:center;justify-content:center;gap:14px;padding:4px 0 2px}.week-nav-label{min-width:180px;text-align:center;font-size:15px;font-weight:700}.week-skeleton{display:flex;flex-direction:column;gap:10px}.week-skeleton .skeleton-block{height:52px}.week-days{display:flex;flex-direction:column;gap:10px}.week-daystrip{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:16px}.week-daychip{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 2px 7px;border:1px solid var(--vm-border);border-radius:12px;background:var(--vm-card-alt);color:var(--vm-text);cursor:pointer}.week-daychip-name{font-size:11.5px;font-weight:700;color:var(--vm-muted)}.week-daychip-date{font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.week-daychip-dot{width:6px;height:6px;border-radius:50%;background:transparent}.week-daychip-dot.on{background:var(--vm-kcal)}.week-daychip-today{border-color:color-mix(in srgb,var(--vm-primary) 45%,var(--vm-border))}.week-daychip-active{background:var(--vm-primary);border-color:var(--vm-primary)}.week-daychip-active .week-daychip-name,.week-daychip-active .week-daychip-date{color:#fff}.week-daychip-active .week-daychip-dot.on{background:#fff}.agenda{display:flex;flex-direction:column;gap:12px}.agenda-total{display:flex;align-items:baseline;justify-content:space-between;padding:0 2px;font-size:13px;color:var(--vm-muted);font-weight:600}.agenda-total strong{font-size:18px;color:var(--vm-kcal-text);font-weight:800}.agenda-list{position:relative;display:flex;flex-direction:column;gap:12px;padding-left:22px}.agenda-list:before{content:"";position:absolute;left:6px;top:8px;bottom:8px;width:2px;background:var(--vm-border);border-radius:2px}.agenda-node{position:relative;display:flex;align-items:flex-start;gap:8px}.agenda-node:before{content:"";position:absolute;left:-22px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--vm-card-alt);border:2px solid var(--vm-border)}.agenda-node-done:before{background:var(--vm-primary);border-color:var(--vm-primary)}.agenda-time{flex-shrink:0;width:40px;padding-top:10px;font-size:12px;font-weight:700;color:var(--vm-muted);font-variant-numeric:tabular-nums}.agenda-card{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card);text-align:left;cursor:pointer}.agenda-node-done .agenda-card{background:var(--vm-card-alt)}.agenda-card:active{border-color:var(--vm-primary-strong)}.agenda-name{font-size:14.5px;font-weight:700}.agenda-chips{display:flex;flex-wrap:wrap;gap:5px}.agenda-chip{font-size:11.5px;padding:2px 9px;border-radius:999px;background:var(--vm-card-alt);border:1px solid var(--vm-border);color:var(--vm-muted)}.agenda-node-done .agenda-chip{background:var(--vm-card)}.agenda-chip-recipe{color:var(--vm-primary-strong);border-color:color-mix(in srgb,var(--vm-primary) 30%,var(--vm-border))}.agenda-chip-empty{color:var(--vm-primary-strong);font-weight:700;border-style:dashed}.agenda-kcal{font-size:12px;font-weight:700;color:var(--vm-kcal-text)}.agenda-clear{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-top:6px;border:1px solid var(--vm-border);border-radius:8px;background:var(--vm-card-alt);color:var(--vm-muted);cursor:pointer}.week-day{background:var(--vm-card);border:1px solid var(--vm-border);border-radius:var(--vm-radius);overflow:hidden;box-shadow:0 1px 3px #173a340f}.week-day-today{outline:2px solid var(--vm-primary-strong);outline-offset:-2px}.week-day-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:0 16px;border:none;background:transparent;color:var(--vm-text);font-size:15px;font-weight:700;cursor:pointer}.week-day-label{display:flex;align-items:baseline;gap:8px}.week-day-date{font-size:13px;font-weight:500;color:var(--vm-muted)}.week-day-chevron{color:var(--vm-muted);transition:transform .15s ease}.week-day-chevron-open{transform:rotate(180deg)}.week-day-body{display:flex;flex-direction:column;gap:12px;padding:0 16px 16px}.week-meal-row{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--vm-border)}.week-meal-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.week-meal-name{font-size:14px;font-weight:700}.week-meal-time{font-size:12px;color:var(--vm-muted)}.week-meal-body{display:flex;flex-direction:column;gap:8px}.week-meal-empty{font-size:13px;color:var(--vm-muted);font-style:italic}.week-meal-btn{min-height:38px;font-size:14px}.week-meal-summary{font-size:13px;color:var(--vm-text)}.week-meal-kcal{font-size:13px;font-weight:700;color:var(--vm-kcal-text)}.week-meal-actions{display:flex;gap:8px}.week-meal-action{flex:1;min-height:38px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:13px;font-weight:700;cursor:pointer}.week-meal-action-danger{color:var(--vm-danger)}.week-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:flex-end;background:#0f172a66}.week-editor{width:100%;max-height:85vh;overflow-y:auto;background:var(--vm-card);border-radius:var(--vm-radius) var(--vm-radius) 0 0;padding:18px 18px calc(24px + var(--vm-safe-bottom));box-shadow:0 -8px 32px #173a3426}.week-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.week-editor-title{display:block;font-size:17px;font-weight:800}.week-editor-time{display:block;font-size:13px;color:var(--vm-muted)}.week-editor-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:var(--vm-card-alt);color:var(--vm-text);cursor:pointer}.week-editor-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid var(--vm-border)}.week-editor-tab{flex:1;min-height:40px;border:none;background:transparent;color:var(--vm-muted);font-size:14px;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.week-editor-tab-active{color:var(--vm-primary-strong);border-bottom-color:var(--vm-primary-strong)}.week-editor-hint{color:var(--vm-muted);font-size:14px;margin:0}.week-recipe-editor{display:flex;flex-direction:column;gap:16px}.week-recipe-list{display:flex;flex-direction:column;gap:8px}.week-recipe-item{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);cursor:pointer}.week-recipe-item-active{border-color:var(--vm-primary-strong)}.week-recipe-name{flex:1;font-size:14px;font-weight:600}.week-recipe-meta{font-size:12px;color:var(--vm-muted)}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);color:var(--vm-text);font-size:15px;font-weight:600;cursor:pointer}.btn-secondary:disabled{opacity:.6;cursor:default}.recipes-skeleton{display:flex;flex-direction:column;gap:14px}.recipes-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.recipes-title{font-size:18px;font-weight:800}.recipes-head-actions{display:flex;align-items:center;gap:8px}.recipes-new-btn{width:auto;padding:0 16px}.recipes-list{display:flex;flex-direction:column;gap:12px}.search-row{display:flex;align-items:stretch;gap:8px;margin-bottom:12px}.search-row .cat-search-wrap{flex:1;margin-bottom:0}.cat-search-wrap{position:relative;display:flex;align-items:center;margin-bottom:12px}.cat-search-icon{position:absolute;left:14px;color:var(--vm-muted);pointer-events:none}.cat-search-input{width:100%;min-height:44px;padding:0 40px 0 38px;border-radius:999px;border:1px solid var(--vm-border);background:var(--vm-card);color:var(--vm-text);font-size:15px;outline:none}.cat-search-input:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.cat-search-clear{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:50%;background:transparent;color:var(--vm-muted);cursor:pointer}.cuisine-home-btn{width:48px;border:1px solid var(--vm-border);border-radius:999px;background:var(--vm-card);font-size:20px;cursor:pointer}.cuisine-home-btn-active{border-color:var(--vm-primary);background:var(--vm-hero-card);box-shadow:0 0 0 2px var(--vm-focus-ring)}.kind-toggle{display:flex;gap:4px;padding:4px;margin-bottom:12px;border:1px solid var(--vm-border);border-radius:999px;background:var(--vm-card)}.kind-toggle-btn{flex:1;min-height:38px;border:none;border-radius:999px;background:transparent;color:var(--vm-muted);font-size:14px;font-weight:700;cursor:pointer}.kind-toggle-active{background:var(--vm-primary);color:#fff}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:10px}.cat-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:88px;padding:10px 4px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card);color:var(--vm-text);cursor:pointer}.cat-tile-all{background:var(--vm-hero-card);border-color:var(--vm-hero-border);color:var(--vm-primary-strong)}.cat-tile-empty .cat-tile-emoji{filter:grayscale(1);opacity:.55}.cat-tile-empty .cat-tile-label{color:var(--vm-muted)}.cat-tile-emoji{font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center}.cat-tile-label{font-size:11px;font-weight:600;text-align:center;line-height:1.2}.cat-tile-count{position:absolute;top:6px;right:6px;min-width:18px;padding:1px 5px;border-radius:999px;background:var(--vm-primary);color:#fff;font-size:10px;font-weight:700;text-align:center}.cat-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid var(--vm-border);border-radius:50%;background:var(--vm-card);color:var(--vm-text);cursor:pointer}.cat-chips{display:flex;flex-wrap:wrap;gap:8px}.cat-chip{display:inline-flex;align-items:center;gap:4px;min-height:34px;padding:4px 10px;border:1px solid var(--vm-border);border-radius:999px;background:var(--vm-card-alt);color:var(--vm-text);font-size:13px;font-weight:600;cursor:pointer}.cat-chip-active{background:var(--vm-primary);border-color:var(--vm-primary);color:#fff}.diet-filter{flex-wrap:nowrap;overflow-x:auto;margin-bottom:20px;padding-bottom:2px;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,#000 92%,transparent);mask-image:linear-gradient(90deg,#000 92%,transparent)}.diet-filter::-webkit-scrollbar{display:none}.diet-filter .cat-chip{flex-shrink:0}.cuisine-menu{max-height:70vh}.cuisine-menu-list{display:flex;flex-direction:column;gap:6px}.cuisine-menu-item{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 12px;border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);color:var(--vm-text);font-size:15px;font-weight:600;text-align:left;cursor:pointer}.cuisine-menu-item-active{border-color:var(--vm-primary);background:var(--vm-hero-card);color:var(--vm-primary-strong)}.cuisine-menu-emoji{font-size:20px}.recipe-card{display:flex;align-items:center;gap:14px;width:100%;border:none;text-align:left;background:var(--vm-card);border:1px solid var(--vm-border);border-radius:var(--vm-radius);padding:12px;box-shadow:0 1px 3px #173a340f;cursor:pointer;color:var(--vm-text)}.recipe-card-photo{width:64px;height:64px;border-radius:var(--vm-radius-sm);object-fit:cover;flex-shrink:0;background:var(--vm-card-alt)}.recipe-card-photo-empty{display:flex;align-items:center;justify-content:center;font-size:26px}.recipe-card-photo-wrap{position:relative;width:64px;height:64px;flex-shrink:0}.recipe-card-flag{position:absolute;bottom:-4px;right:-4px;font-size:14px;line-height:1;padding:2px;border-radius:50%;background:var(--vm-card);box-shadow:0 1px 3px #00000040}.recipe-editor.recipe-view{width:calc(100% - 28px);max-width:452px;margin-bottom:14px;border-radius:var(--vm-radius)}@media (min-width: 560px){.recipe-editor.recipe-view{width:100%;margin-bottom:0}}.recipe-view-photo-wrap{position:relative;margin-bottom:14px}.recipe-view-photo{width:100%;aspect-ratio:1 / 1;border-radius:var(--vm-radius-sm);object-fit:cover;background:var(--vm-card-alt);display:block}.recipe-view-photo-empty{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;font-size:64px;border:1px solid var(--vm-border)}.recipe-view-flag{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:var(--vm-bg);box-shadow:0 2px 6px #173a3440;display:flex;align-items:center;justify-content:center;font-size:16px}.recipe-view-cats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.recipe-view-totals{margin-bottom:18px}.recipe-view-servings{color:var(--vm-muted);font-weight:400}.recipe-view-table{width:100%;margin-top:8px;border-collapse:collapse;font-size:14.5px}.recipe-view-table tr:not(:last-child) td{border-bottom:1px solid var(--vm-border)}.recipe-view-table td{padding:9px 4px;vertical-align:top}.recipe-view-table-name{color:var(--vm-text);font-weight:600}.recipe-view-table-brand{font-weight:400;color:var(--vm-muted)}.recipe-view-table-qty{padding-left:12px;text-align:right;white-space:nowrap;color:var(--vm-muted);font-weight:700}.recipe-view-steps{margin:8px 0 0;font-size:14.5px;line-height:1.6;color:var(--vm-text);white-space:pre-wrap}.recipe-view-diet{margin:18px 0 0;padding-top:14px;border-top:1px solid var(--vm-border);font-size:12.5px;color:var(--vm-muted)}.recipe-card-body{display:flex;flex-direction:column;gap:4px;min-width:0}.recipe-card-name{font-size:16px;font-weight:700}.recipe-card-servings{font-size:12px;color:var(--vm-muted)}.macro-chips{display:flex;flex-wrap:wrap;gap:5px}.macro-chip{display:inline-flex;align-items:baseline;gap:3px;border-radius:999px;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.macro-chip strong{font-weight:800}.macro-chips--sm .macro-chip{padding:2px 8px;font-size:11.5px}.macro-chips--md .macro-chip{padding:5px 12px;font-size:13.5px}.macro-chip--kcal{background:#10b98124;color:var(--vm-kcal-text)}.macro-chip--prot{background:#fb923c29;color:var(--vm-prot-text)}.macro-chip--carb{background:#eab3082e;color:var(--vm-carb-text)}.macro-chip--fat{background:#a78bfa33;color:var(--vm-fat-text)}.recipe-view-nutri{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.recipe-view-nutri-sub{font-size:12.5px;color:var(--vm-muted);font-variant-numeric:tabular-nums}.recipe-nutri-hint{font-size:12px;color:var(--vm-muted);margin:8px 0 0}.recipe-card-tagrow{display:flex;align-items:center;gap:6px;margin-top:1px}.recipe-card-tag{font-size:12.5px;font-weight:600;color:var(--vm-primary-strong);background:var(--vm-hero-card);border-radius:999px;padding:2px 9px;white-space:nowrap}.recipe-card-tag-count{font-size:12px;color:var(--vm-muted);font-weight:600}.recipe-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:flex-start;justify-content:center;padding:max(24px,env(safe-area-inset-top)) 0 0;background:#0f172a73}.recipe-editor{width:100%;max-width:480px;max-height:calc(100dvh - 24px);overflow-y:auto;background:var(--vm-bg);border-radius:var(--vm-radius) var(--vm-radius) 0 0;box-shadow:0 -8px 32px #173a3433}@media (min-width: 560px){.recipe-editor-overlay{padding:24px}.recipe-editor{max-height:calc(100dvh - 48px);border-radius:var(--vm-radius)}}.recipe-editor-head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px;background:var(--vm-bg);border-bottom:1px solid var(--vm-border);border-radius:var(--vm-radius) var(--vm-radius) 0 0}.recipe-editor-title{font-size:17px;font-weight:800;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipe-head-save{width:auto;flex-shrink:0;height:38px;padding:0 16px}.recipe-view-edit{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:6px 10px;border:none;border-radius:999px;background:none;color:var(--vm-muted);font:inherit;font-weight:600;font-size:14px;cursor:pointer}.recipe-view-edit:hover{color:var(--vm-text)}.recipe-editor-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:var(--vm-card-alt);color:var(--vm-text);cursor:pointer}.recipe-editor-body{padding:16px 16px calc(32px + var(--vm-safe-bottom))}.recipe-photo-input{display:none}.recipe-photo-add{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border:1px dashed var(--vm-border);border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);color:var(--vm-muted);cursor:pointer}.recipe-photo-preview-wrap{display:flex;flex-direction:column;gap:8px}.recipe-photo-preview{width:100%;max-height:220px;object-fit:cover;border-radius:var(--vm-radius-sm)}.recipe-photo-actions{display:flex;align-items:center;gap:14px}.recipe-photo-actions .btn-secondary{width:auto;min-height:32px;padding:0 12px;font-size:13px}.recipe-photo-remove{border:none;background:transparent;color:var(--vm-danger);font-size:13px;font-weight:600;cursor:pointer;padding:0}.photo-crop-overlay{z-index:80}.photo-crop-viewport{position:relative;width:100%;max-width:300px;aspect-ratio:1 / 1;margin:0 auto;overflow:hidden;border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);touch-action:none;cursor:grab}.photo-crop-img{position:absolute;top:50%;left:50%;max-width:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-crop-zoom{width:100%;max-width:300px;display:block;margin:12px auto 0}.recipe-ingredients{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.recipe-ingredient-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt)}.recipe-ing-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.recipe-ing-top{display:flex;align-items:center;gap:8px}.recipe-ing-name{flex:1;min-width:0;font-size:14px;font-weight:600;line-height:1.3;overflow-wrap:break-word}.recipe-ing-ctrl{display:flex;align-items:center;gap:6px}.recipe-ingredient-name{flex:1;min-width:0;font-size:14px;font-weight:600;overflow-wrap:break-word;line-height:1.3}.recipe-ingredient-brand{font-weight:400;color:var(--vm-muted)}.recipe-ingredient-grams{width:64px;flex-shrink:0;min-height:36px;padding:0 8px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card);color:var(--vm-text);font-size:14px;text-align:right}.recipe-ingredient-unit-select{flex:1;min-width:0;max-width:160px;min-height:36px;padding:0 6px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card);color:var(--vm-text);font-size:13px}.recipe-ingredient-unit{font-size:12px;color:var(--vm-muted)}.recipe-ingredient-kcal{flex-shrink:0;font-size:12px;color:var(--vm-kcal-text);white-space:nowrap}.recipe-ingredient-remove{border:none;background:transparent;color:var(--vm-danger);font-size:16px;cursor:pointer;padding:0 2px}.recipe-totals{margin:4px 0 20px;font-size:14px;font-weight:700;color:var(--vm-kcal-text)}.recipe-ingredient-add{display:flex;gap:8px}.recipe-ingredient-add input{flex:1;min-width:0;min-height:44px;padding:0 14px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:15px;outline:none}.recipe-ingredient-add input:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.recipe-ingredient-add-btn{width:auto;padding:0 14px;flex-shrink:0}.recipe-macros-row{display:flex;gap:10px;align-items:flex-end;margin-bottom:16px}.recipe-macros-row .field{flex:1;min-width:0;margin-bottom:0}.recipe-macros-row .field input{width:100%}.recipe-steps{width:100%;min-height:120px;padding:12px 14px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:15px;font-family:inherit;resize:vertical}.recipe-steps--grow{min-height:0;overflow:hidden;resize:none}.recipe-editor-tabs{margin-top:4px}.recipe-ingredient-drag{flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:center;width:20px;color:var(--vm-muted);cursor:grab;touch-action:none}.recipe-ingredient-drag:active{cursor:grabbing}.recipe-ingredient-row--dragging{opacity:.5}.recipe-ingredient-row--over{border-color:var(--vm-primary-strong);box-shadow:inset 0 0 0 1px var(--vm-primary-strong)}.recipe-weight-row{display:flex;align-items:center;gap:8px}.recipe-weight-est{font-size:12.5px;font-style:italic;color:var(--vm-muted)}.recipe-class-subtabs{margin-bottom:12px}.recipe-class-group{gap:6px;margin-top:6px}.recipe-class-grouptitle{display:block;font-size:17px;font-weight:800;letter-spacing:-.01em;color:var(--vm-primary-strong);padding-bottom:6px;border-bottom:2px solid var(--vm-hero-border);margin-bottom:4px}.recipe-class-sub{margin-top:10px}.recipe-class-subtitle{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vm-muted);margin-bottom:6px}.recipe-class-subtitle:before{content:"";width:14px;height:2px;border-radius:2px;background:var(--vm-border)}.recipe-nutri-box{background:var(--vm-hero-card);border:1px solid var(--vm-hero-border);border-radius:12px;padding:12px 14px}.recipe-nutri-total{font-size:20px;font-weight:800}.recipe-nutri-sub{font-size:13px;font-weight:600;opacity:.7}.recipe-nutri-per{font-size:12.5px;opacity:.7;margin-top:2px}.recipe-section{margin-top:8px}.recipe-section-title{font-size:15px;font-weight:800;color:var(--vm-primary-strong);margin:14px 2px 8px}.recipe-editor-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.recipe-editor-delete{color:var(--vm-danger)}.food-search{margin-top:4px}.food-search-input-wrap{position:relative;display:flex;align-items:center}.food-search-icon{position:absolute;left:14px;color:var(--vm-muted);pointer-events:none}.food-search-input-wrap .food-search-input{width:100%;min-height:44px;padding:0 14px 0 40px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:15px;outline:none}.food-search-input:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.food-search-results{margin-top:8px;display:flex;flex-direction:column;gap:8px;border-radius:var(--vm-radius);border:1px solid var(--vm-border);background:var(--vm-card-alt);padding:10px;max-height:340px;overflow-y:auto}.food-search-hint{font-size:13px;color:var(--vm-muted);padding:4px 2px}.food-search-item{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:8px;padding:12px 14px;border:none;border-radius:var(--vm-radius-sm);background:var(--vm-card);color:var(--vm-text);text-align:left;cursor:pointer;width:100%}.food-search-item-body{grid-column:2;display:flex;flex-direction:column;gap:3px;min-width:0}.food-search-item-title{min-width:0;color:var(--vm-text);font-size:15.5px;font-weight:700;text-transform:none;letter-spacing:0;line-height:1.25;white-space:normal;overflow-wrap:break-word}.food-search-item-brand{font-weight:400;color:var(--vm-muted)}.food-search-item-meta{color:var(--vm-muted);font-size:12px;font-weight:500;text-transform:none;letter-spacing:0}.food-search-item--mine{position:relative;background:var(--vm-hero-card);padding-left:15px;font-weight:600}.food-search-item--mine:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-top-left-radius:var(--vm-radius-sm);border-bottom-left-radius:var(--vm-radius-sm);background:var(--vm-primary)}.food-search-mine-icon{color:var(--vm-primary);flex-shrink:0;margin-top:2px}.food-search-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:var(--vm-primary);border-radius:999px;padding:2px 8px;flex-shrink:0}.food-search-add-manual{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border:1px dashed var(--vm-border);border-radius:var(--vm-radius-sm);background:transparent;color:var(--vm-primary-strong);font-size:13px;font-weight:600;cursor:pointer}.food-search-manual{display:flex;flex-direction:column;gap:4px;padding-top:6px}.food-search-manual-row{display:flex;gap:8px}.food-search-manual-row .field{flex:1;min-width:0}.food-search-manual-error{color:var(--vm-danger);font-size:13px;margin:-4px 0 8px}.food-search-manual-actions{display:flex;gap:8px;margin-top:6px}.food-search-manual-actions .btn-primary{flex:1}.food-search-manual-actions .btn-secondary{flex:0 0 auto}.profile-screen{display:flex;flex-direction:column;gap:14px;padding-bottom:16px}.profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-header-info{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-header-name{font-size:18px;font-weight:700;color:var(--vm-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-header-username{font-size:13px;color:var(--vm-muted)}.profile-logout-btn{width:auto;min-width:96px;padding:0 16px;flex-shrink:0}.profile-section{display:flex;flex-direction:column}.profile-section-title{font-size:15px;font-weight:700;color:var(--vm-text);margin:0 0 12px}.profile-section-head{display:flex;align-items:center;gap:8px;margin:0 0 12px}.profile-section-head .profile-section-title{margin:0}.profile-section-count{font-size:12px;font-weight:700;color:var(--vm-primary-strong);background:var(--vm-card-alt);border-radius:999px;padding:2px 8px;line-height:1.4}.profile-adherence-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px}.profile-adherence-grid--3{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:0}.profile-stat{display:flex;flex-direction:column;gap:2px}.profile-stat-value{font-size:22px;font-weight:700;color:var(--vm-text);display:flex;align-items:center;gap:4px}.profile-stat-streak,.profile-streak-icon{color:var(--vm-prot-text)}.profile-stat-label{font-size:12px;color:var(--vm-muted);text-transform:uppercase;letter-spacing:.03em}.metric-charts{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 560px){.metric-charts{grid-template-columns:1fr 1fr}}.metric-chart{display:flex;flex-direction:column;gap:4px}.metric-chart-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.metric-chart-title{font-size:13px;font-weight:600}.metric-chart-legend{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--vm-muted)}.metric-chart-swatch{width:9px;height:9px;border-radius:2px;display:inline-block}.metric-chart-dash{width:12px;border-top:1px dashed var(--vm-muted);display:inline-block;margin-left:6px}.metric-chart-plot{position:relative}.metric-chart-svg{width:100%;height:96px;display:block;overflow:visible;cursor:pointer}.metric-chart-balloon{position:absolute;top:0;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:1px;padding:5px 9px;border:1px solid var(--vm-border);border-radius:10px;background:var(--vm-card);box-shadow:0 3px 12px #00000029;cursor:pointer;white-space:nowrap;font:inherit;line-height:1.1}.metric-chart-balloon-date{font-size:11px;color:var(--vm-muted);font-weight:600}.metric-chart-balloon-val{font-size:15px;font-weight:800;font-variant-numeric:tabular-nums}.metric-chart-balloon-go{font-size:10.5px;font-weight:700;color:var(--vm-primary-strong)}.metric-chart-xlabel{font-size:8px;fill:var(--vm-muted)}.metric-chart-menstru{font-size:8px}.metric-chart-foot{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:11px;color:var(--vm-muted)}.metric-chart-foot strong{color:var(--vm-text, inherit);font-weight:600}.profile-empty-hint{font-size:13px;color:var(--vm-muted);margin:0}.profile-schedule-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.profile-schedule-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:var(--vm-radius-sm);background:var(--vm-card-alt);font-size:14px}.profile-schedule-row input[type=time]{min-height:36px;padding:0 10px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card);color:var(--vm-text);font-size:14px}.profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;color:var(--vm-text)}.profile-toggle-row input[type=checkbox]{width:44px;height:26px;accent-color:var(--vm-primary-strong);cursor:pointer}.profile-toggle-row input[type=checkbox]:disabled{cursor:default;opacity:.5}.profile-version{text-align:center;font-size:12px;color:var(--vm-muted);padding:8px 0 4px}.vm-hamburger{background:transparent;border:none;padding:8px;margin:-8px;color:var(--vm-text);cursor:pointer;display:inline-flex}.vm-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:60}.vm-drawer-overlay.open{opacity:1;pointer-events:auto}.vm-drawer{position:fixed;top:0;right:0;bottom:0;width:min(82vw,340px);background:var(--vm-card);box-shadow:-8px 0 28px #0000002e;transform:translate(100%);transition:transform .25s ease;z-index:61;display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top) + 14px) 12px calc(env(safe-area-inset-bottom) + 14px)}.vm-drawer.open{transform:translate(0)}.vm-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 8px;margin-bottom:6px;border-bottom:1px solid var(--vm-border)}.vm-drawer-title{font-size:18px;font-weight:800}.vm-drawer-close{background:transparent;border:none;color:var(--vm-muted);padding:6px;cursor:pointer;display:inline-flex}.vm-drawer-items{display:flex;flex-direction:column;gap:2px;margin-top:6px;flex:1}.vm-drawer-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 12px;border-radius:12px;background:transparent;border:none;text-align:left;font-size:15px;font-weight:600;color:var(--vm-text);cursor:pointer}.vm-drawer-item:active{background:var(--vm-card-alt)}.vm-drawer-item svg{color:var(--vm-primary-strong);flex-shrink:0}.vm-drawer-item-chevron{margin-left:auto;color:var(--vm-muted)}.vm-drawer-logout{color:var(--vm-danger, #d33)}.vm-drawer-logout svg{color:var(--vm-danger, #d33)}.vm-subscreen-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.vm-back-btn{background:transparent;border:none;color:var(--vm-text);padding:8px;margin:-8px 0 -8px -8px;cursor:pointer;display:inline-flex}.vm-subscreen-title{font-size:20px;font-weight:800}.profile-field-note{font-size:12.5px;color:var(--vm-muted);margin:2px 0 8px}.mp-filters{display:flex;flex-direction:column;gap:8px;margin:4px 0 12px}.mp-filter-search{position:relative;display:flex;align-items:center}.mp-filter-search-icon{position:absolute;left:12px;color:var(--vm-muted);pointer-events:none}.mp-filter-search input{width:100%;min-height:40px;padding:0 12px 0 36px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:14px;outline:none}.mp-filter-search input:focus{border-color:var(--vm-primary-strong);box-shadow:0 0 0 3px var(--vm-focus-ring)}.mp-filter-row{display:flex;gap:8px}.mp-filter-row select{flex:1;min-width:0;min-height:38px;padding:0 10px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:13px}.mp-filter-row select:disabled{opacity:.5}.mp-list{display:flex;flex-direction:column;gap:8px;margin:4px 0 12px}.mp-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--vm-card-alt);border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm)}.mp-item--clickable{width:100%;text-align:left;cursor:pointer}.mp-item--clickable:active{background:var(--vm-card)}.mp-item-chevron{flex-shrink:0;font-size:22px;line-height:1;color:var(--vm-muted)}.mp-list-actions--top{margin:4px 0 12px}.mp-list-actions--top .btn-primary,.mp-list-actions--top .btn-secondary{flex:1}.mp-off-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:0 0 12px;padding:10px 12px;border:1px solid var(--vm-border);border-radius:12px;background:var(--vm-card-alt)}.mp-off-info{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--vm-muted)}.mp-off-btn{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.mp-view-brand{margin:0 0 12px;color:var(--vm-muted);font-size:14px}.mp-view-macros{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.mp-view-macro{flex:1;min-width:72px;display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;background:var(--vm-card-alt);border:1px solid var(--vm-border);border-radius:var(--vm-radius-sm)}.mp-view-macro strong{font-size:18px;font-weight:800}.mp-view-macro span{font-size:11.5px;color:var(--vm-muted)}.mp-btn-del-full{color:var(--vm-danger)}.mp-item-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%}.mp-item-dot--ok{background:var(--vm-kcal)}.mp-item-dot--missing{background:var(--vm-danger)}.mp-item-missing{color:var(--vm-danger);font-weight:600}.mp-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mp-item-name{font-weight:700;font-size:15px;color:var(--vm-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mp-item-brand{font-weight:400;color:var(--vm-muted)}.mp-item-macros{font-size:12.5px;color:var(--vm-muted)}.mp-item-per{opacity:.7}.mp-item-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mp-btn-edit{border:1px solid var(--vm-border);background:transparent;color:var(--vm-primary-strong);font-weight:600;font-size:14px;padding:7px 14px;border-radius:var(--vm-radius-sm);cursor:pointer}.mp-btn-edit:active{background:var(--vm-card)}.mp-btn-del{border:none;background:transparent;color:var(--vm-danger);font-size:16px;line-height:1;padding:8px;cursor:pointer;flex-shrink:0}.mp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.mp-modal-overlay--top{align-items:flex-start;padding-top:max(24px,env(safe-area-inset-top))}.mp-modal{width:100%;max-width:420px;max-height:88dvh;overflow-y:auto;background:var(--vm-bg);border:1px solid var(--vm-border);border-radius:18px;padding:18px;box-shadow:0 16px 40px #00000040}.mp-modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mp-modal-title{font-size:18px;font-weight:800}.mp-modal-actions{display:flex;gap:10px;margin-top:4px}.mp-modal-actions .btn-primary,.mp-modal-actions .btn-secondary{flex:1;width:auto}.mp-list-actions{display:flex;gap:8px;margin-top:4px}.mp-list-actions .btn-secondary{flex:1}.mp-import-textarea{width:100%;min-height:180px;padding:10px 12px;border-radius:var(--vm-radius-sm);border:1px solid var(--vm-border);background:var(--vm-card-alt);color:var(--vm-text);font-size:13px;font-family:ui-monospace,monospace;resize:vertical;margin-bottom:10px}.mp-import-file-row{display:flex;margin-bottom:10px}.mp-import-file-row .btn-secondary{display:inline-flex;align-items:center;gap:6px}.timeline{padding:14px}.timeline-head{display:flex;align-items:center;gap:6px;font-weight:700;margin-bottom:10px;color:var(--vm-text)}.timeline-empty{color:var(--vm-muted);font-size:14px;margin:4px 0 0}.timeline-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.timeline-item{display:grid;grid-template-columns:48px 14px 1fr auto;align-items:start;gap:8px;padding:13px 0;position:relative}.timeline-item:first-child{padding-top:4px}.timeline-item:last-child{padding-bottom:2px}.timeline-item+.timeline-item{border-top:1px solid var(--vm-border)}.timeline-time{font-variant-numeric:tabular-nums;font-weight:700;font-size:13px;color:var(--vm-text);padding-top:2px}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--vm-kcal);margin-top:5px;justify-self:center}.timeline-body{display:flex;flex-direction:column;min-width:0}.timeline-name{font-weight:600;color:var(--vm-text)}.timeline-meal{font-weight:500;color:var(--vm-muted)}.timeline-sub{font-size:12px;color:var(--vm-muted)}.timeline-del{background:none;border:none;color:var(--vm-muted);cursor:pointer;padding:4px;border-radius:8px}.timeline-del:hover{color:var(--vm-prot-text)}.timeline-edit{background:none;border:none;color:var(--vm-muted);cursor:pointer;padding:4px;border-radius:8px}.timeline-edit:hover{color:var(--vm-primary-strong)}.timeline-plate-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.timeline-plate-actions{display:flex;gap:2px;flex:0 0 auto}.timeline-plate-items{list-style:none;margin:4px 0 2px;padding:0;display:flex;flex-direction:column;gap:2px}.timeline-plate-item{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:13px}.timeline-plate-item-name{color:var(--vm-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-plate-item-sub{color:var(--vm-muted);font-size:12px;font-variant-numeric:tabular-nums;flex:0 0 auto}.timeline-plate-total{margin-top:2px;font-weight:600;color:var(--vm-text)}.timeline-satiety{margin-top:8px;align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px dashed var(--vm-border);border-radius:999px;background:transparent;color:var(--vm-muted);font-size:12.5px;cursor:pointer}.timeline-satiety strong{font-weight:700}.satiety-sub{margin:0 0 4px;font-weight:600;color:var(--vm-text)}.satiety-scale{display:grid;grid-template-columns:repeat(11,1fr);gap:5px;margin:10px 0 8px}.satiety-num{aspect-ratio:1 / 1;min-width:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--vm-border);border-radius:10px;background:transparent;font-weight:800;font-size:14px;cursor:pointer;padding:0}.satiety-num--on{transform:scale(1.06)}.satiety-desc{min-height:20px;font-size:13px;color:var(--vm-text);margin-bottom:4px}.meal-register-meta{display:flex;gap:10px;margin:6px 0 12px}.meal-register-meta .field{flex:1;min-width:0;margin-bottom:0}.meal-register-meta .field select,.meal-register-meta .field input,.meal-register-meta-when input{width:100%;box-sizing:border-box}.plate-footer-register{width:100%}.meal-register-search-wrap{margin-top:0}.meal-register-results{margin-top:8px}.meal-register-group{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--vm-muted);margin:12px 2px 6px}.meal-register-group:first-child{margin-top:4px}.add-chooser-options{display:flex;flex-direction:column;gap:10px}.add-chooser-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:14px 16px;border:1px solid var(--vm-border);border-radius:14px;background:var(--vm-card-alt);color:var(--vm-text);cursor:pointer;text-align:left}.add-chooser-btn>svg{color:var(--vm-primary-strong)}.add-chooser-btn-title{font-size:16px;font-weight:800}.add-chooser-btn-sub{font-size:12.5px;color:var(--vm-muted)}.wb-groups{display:flex;flex-direction:column;gap:12px;margin:6px 0 12px}.wb-group-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--vm-muted);margin-bottom:6px}.wb-tags{display:flex;flex-wrap:wrap;gap:8px}.wb-tag{display:inline-flex;align-items:center;gap:4px;padding:7px 11px;border:1px solid var(--vm-border);border-radius:999px;background:var(--vm-card);color:var(--vm-text);font-size:13.5px;font-weight:600;cursor:pointer}.wb-tag--on{background:var(--vm-primary);border-color:var(--vm-primary);color:#fff}.wb-tag-emoji{font-size:15px}.wb-note{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--vm-border);border-radius:12px;font:inherit;resize:vertical}.wb-card-head{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--vm-primary-strong);margin-bottom:10px}.wb-entries{display:flex;flex-direction:column;gap:10px}.wb-entry{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.wb-entry-tags{display:flex;flex-wrap:wrap;gap:6px}.wb-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;background:var(--vm-card-alt);font-size:12.5px;font-weight:600}.wb-entry-note{margin-top:5px;font-size:13px;color:var(--vm-muted)}.wb-entry-side{display:flex;align-items:center;gap:6px;flex-shrink:0}.wb-entry-time{font-size:12px;color:var(--vm-muted);font-variant-numeric:tabular-nums}.recipe-card-check{position:absolute;top:-4px;left:-4px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--vm-kcal, #16a34a);color:#fff;box-shadow:0 1px 3px #00000040}.recipe-checked-toggle{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-bottom:14px;padding:8px 14px;border:1px solid var(--vm-border);border-radius:999px;background:var(--vm-card);color:var(--vm-muted);font:inherit;font-weight:700;font-size:14px;cursor:pointer}.recipe-checked-toggle--on{background:var(--vm-kcal, #16a34a);border-color:var(--vm-kcal, #16a34a);color:#fff}.ingf-mode{display:flex;gap:0;margin:8px 0 12px}.ingf-selected{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.ingf-search{margin-bottom:10px}.ingf-options{display:flex;flex-wrap:wrap;gap:6px;max-height:190px;overflow-y:auto;padding:2px 2px 14px;margin-bottom:14px;border-bottom:1px solid var(--vm-border)}.ingf-results{display:flex;flex-direction:column;gap:10px}.ingf-results-head{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--vm-muted)}
