:root{--green: #2e7d32;--green-dark: #1b5e20;--green-light: #e8f5e9;--orange: #f5a623;--bg: #f5f6f5;--surface: #ffffff;--text: #1c1e1c;--text-muted: #6b726b;--border: #e2e5e2;--danger: #c62828;--tabbar-h: 56px;--maxw: 520px}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable=true]{-webkit-user-select:text;-moz-user-select:text;user-select:text}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}button{font-family:inherit;cursor:pointer}.app{max-width:var(--maxw);margin:0 auto;min-height:100%;background:var(--bg);position:relative}.screen{display:flex;flex-direction:column;min-height:100vh;padding-bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom,0))}.topbar{position:sticky;top:0;z-index:10;background:var(--surface);border-bottom:1px solid var(--border);padding:12px 16px;min-height:52px;display:flex;align-items:center}.topbar-title{font-size:18px;font-weight:700;margin:0}.topbar-meta{margin-left:auto;font-size:11px;color:var(--text-muted, #6b7280);white-space:nowrap}.setting-row{display:flex;align-items:center;gap:12px}.setting-row-text{flex:1;min-width:0}.setting-row-text .section-desc{margin-bottom:0}.toggle-switch{flex-shrink:0;width:48px;height:28px;border-radius:999px;border:none;background:#cbd5e1;position:relative;cursor:pointer;transition:background .18s ease;padding:0}.toggle-switch.on{background:var(--green)}.toggle-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s ease}.toggle-switch.on .toggle-knob{transform:translate(20px)}.content{flex:1;padding:16px}.btn-primary,.btn-outline,.btn-text{border-radius:10px;font-weight:600;font-size:15px;border:1px solid transparent;transition:background .15s,opacity .15s}.btn-primary{background:var(--green);color:#fff;padding:10px 16px;border:none}.btn-primary:active{background:var(--green-dark)}.btn-primary:disabled{opacity:.6}.btn-outline{background:var(--surface);color:var(--green);border:1px solid var(--green);padding:10px 16px}.btn-outline:disabled{color:var(--text-muted);border-color:var(--border);background:#f0f1f0}.btn-text{background:transparent;color:var(--green);border:none;padding:6px 8px}.btn-danger{color:var(--danger)}.btn-danger-outline{color:var(--danger);border-color:var(--danger)}.btn-lg{width:100%;padding:14px;font-size:16px;margin-top:10px}.btn-sm{padding:7px 12px;font-size:13px;border-radius:8px}.icon-btn{background:transparent;border:none;color:var(--text);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.icon-btn:disabled{opacity:.3}.input,.select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:9px;font-size:15px;background:var(--surface);color:var(--text)}.input-time{width:auto}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,var(--green-light),var(--bg))}.gate-inner{max-width:360px;width:100%;text-align:center}.gate-logo{margin-bottom:8px}.gate-title{font-size:30px;margin:4px 0;color:var(--green-dark)}.gate-desc{color:var(--text-muted);margin-bottom:20px}.gate-note{margin-top:18px;font-size:12px;color:var(--text-muted)}.gate-restore{display:flex;flex-direction:column;gap:10px}.gate-input{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:15px;font-family:inherit;background:var(--surface, #fff);color:var(--text, #111)}.gate-input:focus{outline:none;border-color:var(--green)}.tabbar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--maxw);height:calc(var(--tabbar-h) + env(safe-area-inset-bottom,0));padding-bottom:env(safe-area-inset-bottom,0);background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:20}.tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--text-muted);font-size:11px;font-weight:600}.tab.active{color:var(--green)}.date-nav{display:flex;align-items:center;gap:4px;width:100%}.date-picker{position:relative;flex:1;display:flex;justify-content:center}.date-picker input[type=date]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;border:none}.date-label{font-weight:700;font-size:16px}.meal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.meal-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:12px}.meal-card-highlight{border-color:var(--orange);box-shadow:0 0 0 2px #f5a62366}.meal-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.meal-card-meta{display:flex;align-items:center;gap:8px}.meal-time{font-weight:700;font-size:15px}.meal-type-tag{font-size:12px;color:var(--text-muted);background:var(--green-light);padding:2px 8px;border-radius:6px}.meal-card-content{flex:1;min-width:0}.meal-name{font-weight:700;font-size:16px;margin:2px 0}.meal-items{color:var(--text-muted);font-size:13px;margin:4px 0 0}.meal-aggregate{color:var(--text-muted);font-size:12px;opacity:.75;margin:4px 0 0}.meal-photo-note{color:var(--danger);font-size:13px;margin:0}.meal-edit{display:flex;flex-direction:column;gap:8px}.meal-edit-row{display:flex;gap:6px;align-items:center}.meal-edit-row .select{flex:1}.meal-failed-msg{margin:0 0 8px;color:var(--danger);font-size:14px}.meal-error{color:var(--danger);font-size:13px;margin:8px 0 0}.content-row{display:flex;align-items:flex-start;gap:8px}.content-main{flex:1 1 auto;min-width:0}.content-actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.empty-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:8px}.icon-sq{width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--green-dark)}.icon-sq:disabled{opacity:.5}.btn-icon{display:inline-flex;align-items:center;gap:6px}.meal-analyzing{display:flex;flex-direction:column;gap:6px}.menu-chips{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.menu-empty{color:var(--text-muted);font-size:13px}.chip{display:inline-flex;align-items:center;gap:2px;max-width:100%;background:var(--green-light);color:var(--green-dark);border-radius:16px;padding:4px 6px 4px 12px;font-size:14px;font-weight:600}.chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-label-btn{border:none;background:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;max-width:100%}.chip-label-btn:disabled{cursor:default}.chip-x{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--green-dark)}.chip-x:active{background:#1b5e2024}.chip-x:disabled{opacity:.4}.chip-add{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px dashed var(--green);border-radius:50%;background:var(--surface);color:var(--green)}.chip-add:disabled{opacity:.4}.chip-editing{padding:2px 4px 2px 10px;background:var(--surface);border:1px solid var(--green)}.chip-input{width:92px;padding:4px 0;border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;color:var(--text)}.chip-confirm{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:50%;background:var(--green);color:#fff}.chip-confirm:disabled{opacity:.5}.menu-suggest{display:flex;flex-direction:column;padding:4px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 6px 20px #00000024;max-height:188px;overflow-y:auto;z-index:20}.menu-suggest-item{display:block;width:100%;padding:9px 10px;border:none;border-radius:8px;background:transparent;color:var(--text);font-size:14px;font-family:inherit;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-suggest-item:active{background:var(--green-light);color:var(--green-dark)}.suggest-anchor{display:block;position:relative}.menu-suggest-field{position:absolute;top:calc(100% + 4px);left:0;right:0}.chip-editing{position:relative}.menu-suggest-chip{position:absolute;top:calc(100% + 6px);left:0;min-width:150px;max-width:220px}.mealtype-chip{display:inline-flex;align-items:center;gap:3px;padding:5px 9px 5px 12px;border:none;border-radius:16px;background:var(--green);color:#fff;font-size:14px;font-weight:800;letter-spacing:.02em}.mealtype-chip:disabled{opacity:.6}.meal-confirm-row{display:flex;justify-content:flex-end;margin-top:12px}.carousel{position:relative;margin:0 -12px 10px;background:#000;overflow:hidden}.carousel-track{display:flex;will-change:transform;touch-action:pan-y;user-select:none;-webkit-user-select:none}.carousel-slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:4 / 3;background:#111}.carousel-img{width:100%;height:100%;object-fit:cover;display:block}.carousel-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--green-light);color:var(--green-dark);font-size:13px;font-weight:600}.carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#00000073;color:#fff;font-size:14px;font-weight:600}.carousel-overlay .spinner-block,.carousel-overlay .spinner-inline{color:#fff}.carousel-overlay .spinner{border-color:#fff6;border-top-color:#fff}.carousel-overlay-fail{color:#ffd9d6}.carousel-busy{background:#0000008c}.carousel-count{position:absolute;top:8px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px}.carousel-del{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;border:none;background:#00000080;color:#fff;display:inline-flex;align-items:center;justify-content:center;z-index:2}.carousel-del:disabled{opacity:.4}.carousel-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px;pointer-events:none}.carousel-dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;transition:background .15s,transform .15s}.carousel-dot.active{background:#fff;transform:scale(1.25)}.carousel-empty{aspect-ratio:4 / 3;margin:0 -12px 10px;background:repeating-linear-gradient(45deg,#eee,#eee 6px,#f4f4f4 6px,#f4f4f4 12px)}.badge{font-size:12px;font-weight:700;padding:3px 9px;border-radius:20px}.badge-analyzing{background:#fff3e0;color:#ef6c00}.badge-analyzed{background:#fff8e1;color:#b26a00;outline:1px solid #ffcc66}.badge-confirmed{background:var(--green-light);color:var(--green-dark)}.badge-failed{background:#fdecea;color:var(--danger)}.badge-action{font-size:12px;font-weight:700;padding:5px 12px;border:none;border-radius:20px;background:var(--green);color:#fff;box-shadow:0 1px 5px #00000059}.badge-action:disabled{opacity:.6}.fab{position:fixed;bottom:calc(var(--tabbar-h) + 18px + env(safe-area-inset-bottom,0));left:50%;transform:translate(calc(var(--maxw) / 2 - 50% - 16px));width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;border:none;box-shadow:0 4px 14px #00000040;display:flex;align-items:center;justify-content:center;z-index:15}@media (max-width: 552px){.fab{transform:translate(0);left:auto;right:16px}}.empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-title{font-weight:700;font-size:16px;color:var(--text);margin-bottom:4px}.spinner-block{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 0;color:var(--text-muted)}.spinner-inline{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted);font-size:14px}.spinner{width:20px;height:20px;border:2.5px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fdecea;border:1px solid #f5c6c0;color:var(--danger);border-radius:10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.error-banner .btn-text{color:var(--danger);flex-shrink:0}.stats-controls{display:flex;gap:8px;margin-bottom:16px}.stats-controls .select{flex:1}.stats-summary{font-weight:700;margin:0 0 12px}.bar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.bar-head{display:flex;justify-content:space-between;margin-bottom:5px;font-size:14px}.bar-food{font-weight:600}.bar-count{color:var(--text-muted)}.bar-track{height:10px;background:var(--border);border-radius:6px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--green-dark));border-radius:6px;transition:width .3s}.settings{display:flex;flex-direction:column;gap:14px;padding-bottom:80px}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}.section-title{font-size:15px;font-weight:700;margin:0}.section-desc{font-size:13px;color:var(--text-muted);margin:0}.uuid-box{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;padding:8px 8px 8px 12px;background:var(--bg)}.uuid-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--text-muted)}.uuid-copy{flex:0 0 auto;padding:6px 12px;border:none;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:700}.uuid-warn{font-size:12px;line-height:1.5;color:var(--danger);margin:8px 0 0}.google-auth{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.google-btn-host{display:flex;justify-content:center;min-height:40px;width:100%}.google-linked{font-size:14px;font-weight:700;color:var(--green-dark);margin:0}.google-notice{font-size:12px;line-height:1.5;color:var(--text-muted);margin:4px 0 0}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:12px;margin:14px 0 4px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.field-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-label{font-weight:600;font-size:14px}.hint{font-size:13px;color:var(--text-muted);margin:0}.segmented{display:flex;background:var(--bg);border-radius:10px;padding:4px;gap:4px}.segmented-btn{flex:1;border:none;background:transparent;padding:9px;border-radius:8px;font-weight:600;color:var(--text-muted)}.segmented-btn.active{background:var(--surface);color:var(--green);box-shadow:0 1px 3px #0000001f}.save-bar{position:fixed;bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom,0));left:50%;transform:translate(-50%);width:100%;max-width:var(--maxw);background:var(--surface);border-top:1px solid var(--border);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;z-index:18}.save-bar .btn-primary{min-width:120px}.save-ok{color:var(--green);font-size:14px;font-weight:600}.slider-wrap{padding:28px 6px 30px}.slider-track{position:relative;height:16px;border-radius:8px;background:var(--bg);touch-action:none}.slider-seg{position:absolute;top:0;height:100%}.slider-seg:first-child{border-radius:8px 0 0 8px}.seg-breakfast{background:#ffe0b2}.seg-lunch{background:#c8e6c9}.seg-dinner{background:#b3e5fc}.seg-snack{background:#eceff1}.slider-handle{position:absolute;top:50%;width:22px;height:22px;border-radius:50%;background:var(--surface);border:2px solid var(--green);transform:translate(-50%,-50%);box-shadow:0 1px 4px #00000040;touch-action:none;padding:0}.slider-handle-time{position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:11px;font-weight:700;color:var(--green-dark);white-space:nowrap}.handle-down .slider-handle-time{top:auto;bottom:-24px}.slider-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:16px;font-size:12px;color:var(--text-muted)}.legend-item{display:inline-flex;align-items:center;gap:5px}.legend-dot{width:11px;height:11px;border-radius:3px;display:inline-block}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:50}.modal-sheet{background:var(--surface);width:100%;max-width:var(--maxw);border-radius:18px 18px 0 0;padding:20px 16px calc(24px + env(safe-area-inset-bottom,0))}.modal-overlay.modal-center{align-items:flex-start;justify-content:center;padding:max(48px,env(safe-area-inset-top,0)) 16px 16px;overflow-y:auto}.modal-center .modal-card{width:100%;max-width:360px;border-radius:16px;padding:20px 16px}.modal-title{font-size:17px;font-weight:700;text-align:center;margin:0 0 16px}.meal-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.meal-type-btn{padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--surface);font-size:16px;font-weight:600;color:var(--text)}.meal-type-btn:active{background:var(--green-light);border-color:var(--green)}.modal-cancel{display:block;margin:14px auto 0}.capture{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}.capture-top{display:flex;align-items:center;justify-content:space-between;padding:12px 8px;border-bottom:1px solid var(--border)}.capture-title{font-weight:700}.capture-spacer{width:48px}.capture-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:6px}.capture-illustration{margin-bottom:8px}.capture-desc{color:var(--text-muted);margin-bottom:12px}.capture-body .btn-lg{max-width:320px}.capture-top-bar{background:var(--surface)}.capture-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;min-height:100vh}.camera{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:40;overflow:hidden}.camera-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:#000}.camera-video.mirror{transform:scaleX(-1)}.camera-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff}.camera-top{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:flex-end;padding:calc(12px + env(safe-area-inset-top,0)) 16px 12px;background:linear-gradient(to bottom,rgba(0,0,0,.5),transparent);z-index:2}.camera-ctrl{background:#00000059;color:#fff;border:none;border-radius:20px;min-width:44px;height:40px;padding:0 14px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.camera-bottom{position:absolute;left:0;right:0;bottom:0;height:calc(140px + env(safe-area-inset-bottom,0));background:linear-gradient(to top,rgba(0,0,0,.5),transparent);z-index:2}.camera-bottom .shutter{position:absolute;left:50%;bottom:calc(54px + env(safe-area-inset-bottom,0));transform:translate(-50%)}.cam-slot{position:absolute;display:flex;align-items:center}.cam-left{left:20px;bottom:calc(22px + env(safe-area-inset-bottom,0))}.cam-right{right:20px;bottom:calc(68px + env(safe-area-inset-bottom,0))}.thumb-col{display:flex;flex-direction:column;align-items:center;gap:6px}.shutter{width:72px;height:72px;border-radius:50%;background:transparent;border:4px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;padding:0}.shutter:disabled{opacity:.5}.shutter-inner{width:56px;height:56px;border-radius:50%;background:#fff;transition:transform .1s}.shutter:active .shutter-inner{transform:scale(.88)}.camera-hint{position:absolute;left:50%;bottom:calc(184px + env(safe-area-inset-bottom,0));transform:translate(-50%);color:#ffffffe6;font-size:12px;white-space:nowrap;z-index:3}.thumb-done{position:absolute;left:50%;bottom:calc(130px + env(safe-area-inset-bottom,0));transform:translate(-50%);z-index:3;padding:8px 16px;border:none;border-radius:999px;background:var(--green, #2e7d32);color:#fff;font-size:13px;font-weight:700;box-shadow:0 2px 8px #00000059}.thumb-done:disabled{opacity:.6}.thumb-stack{position:relative;width:72px;height:72px}.thumb-layer{position:absolute;top:0;left:0;width:72px;height:72px;border-radius:8px;background:#ffffff59;border:1px solid rgba(255,255,255,.6)}.thumb-img{position:relative;width:72px;height:72px;object-fit:cover;border-radius:8px;border:2px solid #fff;box-shadow:0 2px 8px #0006;z-index:1}.thumb-count{position:absolute;right:-4px;bottom:-4px;z-index:2;min-width:18px;padding:1px 5px;border-radius:999px;background:#000000bf;color:#fff;font-size:11px;font-weight:700;text-align:center}.thumb-del{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border:none;border-radius:999px;background:#0009;color:#fff;font-size:12px;font-weight:600}.thumb-del:disabled{opacity:.5}.camera-error{position:absolute;left:16px;right:16px;bottom:calc(120px + env(safe-area-inset-bottom,0));z-index:3;padding:10px 12px;border-radius:10px;background:#b41e1eeb;color:#fff;font-size:13px;text-align:center}.camera-uploading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;background:#00000080}.review{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:40;display:flex;flex-direction:column}.review-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.camera-close{position:absolute;top:calc(12px + env(safe-area-inset-top,0));left:12px;width:40px;height:40px;border-radius:50%;border:none;background:#00000073;display:inline-flex;align-items:center;justify-content:center;z-index:3}.camera-close:disabled{opacity:.5}.review-uploading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;color:#fff;z-index:3}.review-controls{position:absolute;left:0;right:0;bottom:0;padding:16px 16px calc(20px + env(safe-area-inset-bottom,0));background:linear-gradient(to top,rgba(0,0,0,.6),transparent);z-index:2}.review-actions{display:flex;gap:12px}.review-btn{flex:1;margin-top:0}.review-controls .error-banner{margin-bottom:12px}.mealtype-chip-static{padding:5px 12px;cursor:default}.meal-card-empty{background:var(--surface);border-style:dashed}.meal-empty-note{font-size:12px;color:var(--text-muted)}.empty-capture-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:4px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--green-light);color:var(--green-dark);font-size:14px;font-weight:700}.empty-capture-btn:disabled{opacity:.6}.carousel-bl{position:absolute;left:8px;bottom:8px;z-index:3}.carousel-br{position:absolute;right:8px;bottom:8px;z-index:3}.carousel-br .badge{box-shadow:0 1px 4px #00000059}.move-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:none;border-radius:16px;background:#0000008c;color:#fff;font-size:12px;font-weight:700}.move-chip:disabled{opacity:.5}.modal-message{text-align:center;font-size:14px;color:var(--text-muted);margin:-6px 0 16px;line-height:1.5}.field{display:block;margin:0 0 14px}.field-label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.field-input{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid var(--border);border-radius:10px;font-size:15px;background:var(--surface);color:var(--text)}.field-input:focus{outline:none;border-color:var(--green)}.modal-actions{display:flex;gap:10px}.modal-action-btn{flex:1}.btn-danger-solid{background:var(--danger);border-color:var(--danger);color:#fff}.report-capturing{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0006}.report-card{max-width:420px;max-height:calc(100vh - 32px);overflow-y:auto}.report-tools{display:flex;align-items:center;gap:8px;margin-bottom:10px}.report-color{width:26px;height:26px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--border);padding:0}.report-color.active{box-shadow:0 0 0 2px var(--text)}.report-tools-spacer{flex:1}.report-canvas-wrap{display:flex;justify-content:center;background:#f0f0f0;border-radius:10px;overflow:hidden;max-height:50vh}.report-canvas{max-width:100%;max-height:50vh;touch-action:none;cursor:crosshair}.report-hint{font-size:12px;color:var(--text-muted);margin:6px 0 10px;text-align:center}.report-text{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:14px;resize:vertical;margin-bottom:12px}.report-text:focus{outline:none;border-color:var(--green)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
