@charset "UTF-8";:root{--pg-main-pad-x: 1.25rem;--pg-content-max: 72rem;--pg-bg: #e8ecf9;--pg-surface: #fbfcff;--pg-surface-raised: #ffffff;--pg-input: #f3f5fd;--pg-input-border: #c8d0eb;--pg-border: #c4cce0;--pg-border-subtle: #dce2f2;--pg-text: #0f121c;--pg-muted: #5c6478;--pg-primary: #4fd1c5;--pg-on-primary: #041312;--pg-accent: #9333ea;--pg-on-accent: #faf5ff;--pg-header-bg: var(--pg-primary);--pg-header-text: var(--pg-on-primary);--pg-header-muted: rgba(4, 19, 18, .58);--pg-nav-active-bg: var(--pg-accent);--pg-nav-active-fg: var(--pg-on-accent);--pg-nav-link: rgba(4, 19, 18, .72);--pg-nav-hover-fg: #041312;--pg-nav-hover-bg: rgba(255, 255, 255, .4);--pg-positive: #0f766e;--pg-link: #6d28d9;--pg-danger-bg: #fdecec;--pg-danger-border: #e8a8a8;--pg-danger-text: #991b1b;--pg-danger-row-bg: #fff0f0;--pg-week-highlight: rgba(79, 209, 197, .22);--pg-week-highlight-border: rgba(79, 209, 197, .55);--pg-toast-bg: #1e1b2e;--pg-toast-fg: #eef0fc;--pg-toast-border: rgba(147, 51, 234, .35);--pg-overlay: rgba(15, 18, 28, .5);--pg-modal-shadow: 0 12px 40px rgba(15, 18, 28, .2);--pg-signout-border: rgba(4, 19, 18, .22);--pg-signout-bg: rgba(255, 255, 255, .45);--pg-signout-fg: var(--pg-on-primary);--pg-signout-hover-border: rgba(4, 19, 18, .35);--pg-secondary-btn-bg: rgba(4, 19, 18, .06);--pg-secondary-btn-border: var(--pg-border);--pg-secondary-btn-fg: var(--pg-text)}[data-theme=dark]{--pg-bg: #0c0a1a;--pg-surface: #181528;--pg-surface-raised: #1f1834;--pg-input: #0e0a18;--pg-input-border: #2a243c;--pg-border: #2e2844;--pg-border-subtle: #252038;--pg-text: #eef0fc;--pg-muted: #9ca3c4;--pg-primary: #67e8d6;--pg-on-primary: #041816;--pg-accent: #a78bfa;--pg-on-accent: #12081e;--pg-header-bg: var(--pg-primary);--pg-header-text: var(--pg-on-primary);--pg-header-muted: rgba(4, 24, 22, .62);--pg-nav-active-bg: var(--pg-accent);--pg-nav-active-fg: var(--pg-on-accent);--pg-nav-link: rgba(4, 24, 22, .68);--pg-nav-hover-fg: #041816;--pg-nav-hover-bg: rgba(255, 255, 255, .28);--pg-positive: #5eead4;--pg-link: #c4b5fd;--pg-danger-bg: #2a1518;--pg-danger-border: #6a3038;--pg-danger-text: #f0b4b4;--pg-danger-row-bg: #241218;--pg-week-highlight: rgba(103, 232, 214, .14);--pg-week-highlight-border: rgba(103, 232, 214, .45);--pg-toast-bg: #1a1530;--pg-toast-fg: #eef0fc;--pg-toast-border: rgba(167, 139, 250, .4);--pg-overlay: rgba(0, 0, 0, .55);--pg-modal-shadow: 0 12px 40px rgba(0, 0, 0, .45);--pg-signout-border: rgba(4, 24, 22, .25);--pg-signout-bg: rgba(255, 255, 255, .12);--pg-signout-fg: var(--pg-on-primary);--pg-signout-hover-border: rgba(4, 24, 22, .4);--pg-secondary-btn-bg: rgba(255, 255, 255, .06);--pg-secondary-btn-border: var(--pg-border);--pg-secondary-btn-fg: var(--pg-text)}@media(max-width:800px){:root{--pg-main-pad-x: .62rem}}html{font-size:17px;overflow-x:clip;max-width:100%;touch-action:manipulation}body{margin:0;overflow-x:clip;max-width:100%;touch-action:manipulation;background:var(--pg-bg);color:var(--pg-text);font-family:"Source Sans 3",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.45}@media(hover:none)and (pointer:coarse){textarea,select,input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):not([type=hidden]){font-size:16px!important}}.sum-label-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:.35rem}.sum-target-edit{margin:-.2rem -.2rem -.2rem 0;padding:.25rem .35rem;border:0;border-radius:7px;background:transparent;color:var(--pg-accent);font-family:inherit;font-size:.65rem;font-weight:700;cursor:pointer}.sum-target-edit:hover{background:color-mix(in srgb,var(--pg-accent) 10%,transparent)}.sum-target-edit:focus-visible{outline:2px solid var(--pg-accent);outline-offset:1px}.sum-calorie-breakdown{overflow:visible;white-space:normal;text-overflow:clip}.target-editor-backdrop{z-index:106!important}.target-editor{z-index:107!important;width:min(720px,100vw - 2rem);max-height:min(88dvh,900px);box-sizing:border-box;overflow-y:auto;padding:1rem 1.15rem 1.15rem}.target-editor__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.target-editor__head h3{margin:0 0 .2rem}.target-editor__head p{margin:0;color:var(--pg-muted);font-size:.78rem}.target-editor__close{flex:0 0 auto;width:2rem;height:2rem;border:1px solid var(--pg-border-subtle);border-radius:9px;background:var(--pg-surface);color:var(--pg-muted);font-size:1.2rem;cursor:pointer}.target-editor__form section+section{margin-top:.8rem}.target-editor__form h4{margin:0 0 .45rem;color:var(--pg-text);font-size:.82rem}.target-editor__form label{margin-bottom:0}.target-editor__grid{display:grid;gap:.6rem .75rem}.target-editor__grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.target-editor__grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.target-editor__preview,.target-editor__warning,.target-editor__error{margin:.75rem 0 0;padding:.6rem .7rem;border-radius:10px;font-size:.8rem;line-height:1.4}.target-editor__preview{background:color-mix(in srgb,var(--pg-positive) 9%,var(--pg-surface-raised));color:var(--pg-muted)}.target-editor__warning{border:1px solid color-mix(in srgb,#d97706 42%,var(--pg-border-subtle));background:color-mix(in srgb,#f59e0b 10%,var(--pg-surface-raised));color:color-mix(in srgb,#92400e 82%,var(--pg-text))}.target-editor__error{border:1px solid var(--pg-danger-text);background:color-mix(in srgb,var(--pg-danger-text) 8%,var(--pg-surface-raised));color:var(--pg-danger-text)}.target-editor__actions{display:grid;grid-template-columns:auto 1fr auto auto;gap:.5rem;align-items:center;margin-top:1rem}.target-editor__actions button{min-height:2.35rem;padding:.45rem .75rem;border:1px solid var(--pg-secondary-btn-border);border-radius:8px;background:var(--pg-secondary-btn-bg);color:var(--pg-secondary-btn-fg);font-family:inherit;cursor:pointer}.target-editor__actions button.primary{border-color:var(--pg-accent);background:var(--pg-accent);color:var(--pg-on-accent);font-weight:600}.target-editor__actions button:disabled{opacity:.55;cursor:wait}@media(max-width:800px){.target-editor{inset:0!important;width:100%;max-height:none;min-width:0;transform:none!important;border:0;border-radius:0;padding:max(.8rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom))}.target-editor__grid--two,.target-editor__grid--three{grid-template-columns:1fr}.target-editor__actions{grid-template-columns:1fr 1fr}.target-editor__actions span{display:none}.target-editor__actions button:first-child{grid-column:1/-1}}
