:root{--stf-amber:#ffe34d;--stf-amber-dark:#b8923c;--stf-amber-tint:#fff8e0;--stf-amber-text:#6b5400;--stf-green:#10b981;--stf-green-dark:#047857;--stf-green-tint:#ecfdf5;--stf-teal:#0032ff;--stf-teal-dark:#0026bf;--stf-bg:#fafaf7;--stf-surface:#fff;--stf-border:#eee;--stf-border-strong:#e5e7eb;--stf-text:#1f2937;--stf-text-muted:#888;--stf-text-subtle:#999;--stf-font-sans:-apple-system, "Segoe UI", Roboto, sans-serif;--stf-radius-sm:9px;--stf-radius-md:13px;--stf-radius-lg:16px;--stf-radius-xl:18px;--stf-radius-btn:15px;--stf-radius-sheet:24px;--stf-space-xs:6px;--stf-space-sm:10px;--stf-space-md:16px;--stf-space-lg:22px;--stf-space-xl:28px;--stf-app-max-width:480px;--stf-bottom-nav-height:56px;--stf-shadow-btn:0 4px 0 var(--stf-amber-dark);--stf-shadow-btn-pressed:0 1px 0 var(--stf-amber-dark);--stf-veil:#00000073;--stf-duration-fast:.22s}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{font-family:var(--stf-font-sans);background:var(--stf-bg);color:var(--stf-text);overscroll-behavior:none;min-height:100dvh;line-height:1.4}#root{min-height:100dvh}.stf-app-shell{min-height:100dvh;padding-bottom:var(--stf-bottom-nav-height)}.stf-menu-iframe{top:0;left:0;right:0;bottom:var(--stf-bottom-nav-height);border:none;width:100%;position:fixed}.stf-menu-loading,.stf-menu-error{min-height:calc(100dvh - var(--stf-bottom-nav-height));color:#666;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-family:system-ui,sans-serif;display:flex}.stf-screen{min-height:100dvh;max-width:var(--stf-app-max-width);padding:var(--stf-space-lg) var(--stf-space-xl) 30px;-webkit-overflow-scrolling:touch;flex-direction:column;margin:0 auto;display:flex;overflow-y:auto}.stf-screen-title{margin:18px 0;font-size:24px;font-weight:800;line-height:1.25}.stf-muted{color:var(--stf-text-muted)}.stf-bottom-nav{z-index:50;height:var(--stf-bottom-nav-height);max-width:var(--stf-app-max-width);background:var(--stf-surface);border-top:1px solid var(--stf-border);padding-bottom:env(safe-area-inset-bottom,0);justify-content:space-around;align-items:stretch;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.stf-bottom-nav__link{color:var(--stf-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:44px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.stf-bottom-nav__link--active{color:var(--stf-text)}.stf-bottom-nav__icon{font-size:20px;line-height:1}.stf-bottom-nav__label{line-height:1.2}.stf-button{border-radius:var(--stf-radius-btn);cursor:pointer;touch-action:manipulation;border:none;padding:13px 20px;font-family:inherit;font-size:15px;font-weight:700}.stf-button:disabled{opacity:.55;cursor:not-allowed}.stf-button--full{width:100%}.stf-button--primary{background:var(--stf-amber);color:var(--stf-amber-text);box-shadow:var(--stf-shadow-btn)}.stf-button--primary:not(:disabled):active{box-shadow:var(--stf-shadow-btn-pressed);transform:translateY(3px)}.stf-button--ghost{background:var(--stf-surface);color:#444;border:2px solid var(--stf-border-strong);box-shadow:none}.stf-button--success{background:var(--stf-green);color:#fff;box-shadow:0 4px 0 var(--stf-green-dark)}.stf-button--success:not(:disabled):active{box-shadow:0 1px 0 var(--stf-green-dark);transform:translateY(3px)}.stf-section{margin:var(--stf-space-md) 0}.stf-section__title{color:#111;margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.35}.stf-section__subtitle{color:var(--stf-text-muted);margin-bottom:var(--stf-space-sm);font-size:13px;line-height:1.4}.stf-section__body{gap:var(--stf-space-sm);flex-direction:column;display:flex}.stf-modal-veil{z-index:150;background:var(--stf-veil);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.stf-modal{background:var(--stf-surface);width:100%;max-width:var(--stf-app-max-width);border-radius:var(--stf-radius-sheet) var(--stf-radius-sheet) 0 0;max-height:82vh;animation:stf-modal-up var(--stf-duration-fast) ease;padding:18px 20px 26px;overflow-y:auto}@keyframes stf-modal-up{0%{transform:translateY(30%)}to{transform:none}}.stf-modal__title{margin-bottom:10px;font-size:17px}.ob-nav{flex-shrink:0;align-items:center;gap:10px;margin-bottom:8px;display:flex}.ob-back{cursor:pointer;color:var(--stf-text-subtle);background:0 0;border:none;padding:0 4px;font-size:24px}.ob-prog{flex:1;gap:5px;display:flex}.ob-prog i{background:#eee;border-radius:2px;flex:1;height:4px;display:block}.ob-prog i.done{background:var(--stf-amber)}.ob-q{margin:18px 0;font-size:24px;font-weight:800;line-height:1.25}.ob-note{color:#555;margin-bottom:12px;font-size:14px;line-height:1.35}.ob-sect{color:#111;margin:16px 0 8px;font-size:15px;font-weight:700;line-height:1.35}.ob-field{border:2px solid var(--stf-border-strong);border-radius:12px;width:100%;padding:12px;font-family:inherit;font-size:15px}.ob-field-error{color:#ef4444;min-height:16px;margin-top:4px;font-size:12px}.ob-error{color:#b91c1c;margin-top:10px;font-size:13px;line-height:1.5}.ob-step-label{color:#aaa;letter-spacing:.03em;margin-bottom:4px;font-size:11px;font-weight:700}.ob-chips-avatar{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ob-chips-avatar .stf-chip{text-align:left;align-items:center;gap:6px;min-width:0;padding:10px 12px;line-height:1.25;display:flex}.ob-role-em{flex:none;font-size:22px;line-height:1}.ob-role-label{flex:auto;min-width:0;font-size:13px}.mealgrid{grid-template-columns:94px repeat(3,1fr);gap:5px;font-size:12px;display:grid}.mealgrid .hd{text-align:center;color:var(--stf-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;padding:6px 2px;font-size:22px;font-weight:600}.mealgrid .hd.dim{color:#ccc}.mealgrid .dy{text-align:center;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:4px 2px;font-size:11px;font-weight:700;line-height:1.15;display:flex}.mealgrid .dy.dim{color:#ccc}.mealgrid .ms-row-ic{font-size:22px}.mg-cell{background:var(--stf-green-tint);border:1.5px solid var(--stf-green);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:9px;justify-content:center;align-items:center;height:28px;font-size:14px;display:flex}.mg-cell.off{border-color:var(--stf-border-strong);color:#ccc;background:#f5f5f4}.day-block{background:var(--stf-surface);border:2px solid var(--stf-border);border-radius:var(--stf-radius-lg);margin-bottom:10px;overflow:hidden}.day-hd{border-bottom:1px solid var(--stf-border);padding:10px 12px;font-weight:700}.day-block-body{padding:10px 12px}.ob-select{border:2px solid var(--stf-border-strong);border-radius:12px;width:100%;margin-top:6px;padding:12px;font-family:inherit;font-size:15px}.ob-actions{flex-direction:column;gap:8px;margin-top:22px;display:flex}.stf-settings-block{margin-bottom:18px}.stf-settings-toggle{cursor:pointer;align-items:center;gap:10px;margin-bottom:8px;font-size:15px;font-weight:700;display:flex}.stf-settings-toggle input{width:18px;height:18px;accent-color:var(--stf-amber)}.stf-settings-row{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.stf-settings-select{margin-top:0}.stf-settings-time{width:120px;margin-top:0}.stf-settings-modal-actions{flex-direction:column;gap:8px;display:flex}.stf-settings-removal-list{margin:0 0 4px 18px;line-height:1.45}.stf-household-list{flex-direction:column;gap:10px;list-style:none;display:flex}.stf-household-row{border:2px solid var(--stf-border);border-radius:var(--stf-radius-lg);background:var(--stf-surface);justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.stf-household-row__main{flex-direction:column;gap:6px;min-width:0;display:flex}.stf-household-row__name{font-weight:700}.stf-household-row__badges{flex-wrap:wrap;gap:6px;display:flex}.stf-badge{letter-spacing:.02em;text-transform:uppercase;color:#374151;background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.stf-badge--chef{background:var(--stf-green-tint);color:var(--stf-green)}.stf-chip{background:var(--stf-surface);border:1.5px solid var(--stf-border-strong);border-radius:var(--stf-radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;color:inherit;padding:8px 13px;font-family:inherit;font-size:14px}.stf-chip:disabled{opacity:.5;cursor:not-allowed}.stf-chip--on{border-color:var(--stf-amber);background:var(--stf-amber-tint);font-weight:600}.stf-chips{flex-wrap:wrap;gap:7px;display:flex}
