.toaster{position:fixed;left:0;right:0;bottom:calc(var(--tabbar-h) + 12px + env(safe-area-inset-bottom));z-index:60;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:0 16px}.toast{background:var(--text);color:var(--bg);padding:12px 18px;border-radius:999px;font-size:.95rem;font-weight:600;box-shadow:var(--shadow);max-width:100%;text-align:center;animation:toast-in .16s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14100e73;z-index:50;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--surface);width:100%;max-width:720px;border-radius:20px 20px 0 0;padding:8px 16px calc(16px + env(safe-area-inset-bottom));max-height:88vh;max-height:88dvh;display:flex;flex-direction:column;box-shadow:0 -8px 30px #0000002e;animation:sheet-up .18s ease-out}@keyframes sheet-up{0%{transform:translateY(16px)}to{transform:none}}@media (prefers-reduced-motion: reduce){.sheet{animation:none}}.sheet-grab{width:40px;height:4px;border-radius:999px;background:var(--border);margin:4px auto 8px}.sheet-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.sheet-head h2{flex:1;margin:0;font-size:1.2rem}.sheet-body{overflow-y:auto;-webkit-overflow-scrolling:touch}@media print{.sheet-backdrop,.toaster{display:none!important}}.rl-top{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rl-top h1{margin:0;flex:1;display:flex;align-items:baseline;gap:8px}.rl-count{font-family:var(--font-body);font-size:.85rem;font-weight:600;color:var(--muted)}.rl-search-wrap{position:relative;margin-bottom:10px}.input.rl-search{padding-left:42px;padding-right:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:1rem}.rl-search::-webkit-search-cancel-button{display:none}.rl-search-icon{position:absolute;left:8px;top:0;height:100%;width:30px;display:flex;align-items:center;justify-content:center;color:var(--muted);pointer-events:none;font-size:.9rem}.rl-search-clear{position:absolute;right:2px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;background:none;color:var(--muted);font-size:1rem;cursor:pointer}.rl-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 16px 12px;margin:0 -16px}.rl-chips::-webkit-scrollbar{display:none}.rl-chips .chip{flex:0 0 auto;min-height:36px;border:1px solid var(--border)}.rl-chips .chip.active{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.rl-chip-count{margin-left:6px;opacity:.65;font-size:.78rem}.rl-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (min-width: 560px){.rl-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.rl-card{position:relative;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.rl-link{display:block;color:inherit;text-decoration:none}.rl-thumb{position:relative;aspect-ratio:4 / 3;background:var(--surface-2);overflow:hidden}.rl-thumb img{width:100%;height:100%;object-fit:cover}.rl-letter{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2.4rem;color:var(--accent);background:linear-gradient(150deg,var(--surface-2),rgba(194,85,58,.16))}.rl-info{padding:10px 12px 12px}.rl-title{font-family:var(--font-display);font-size:1rem;line-height:1.25;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rl-sub{font-size:.78rem;color:var(--muted);margin:0;display:flex;flex-wrap:wrap;gap:4px 8px}.rl-heart{position:absolute;top:0;right:0;width:44px;height:44px;border:0;background:none;padding:0;color:var(--muted);font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.rl-heart:before{content:"";position:absolute;width:34px;height:34px;border-radius:50%;background:#ffffffe0;box-shadow:0 1px 3px #2b27242e}.rl-heart span{position:relative}.rl-heart.on{color:var(--accent)}.rl-empty{text-align:center;padding:40px 8px}.rl-empty h2{margin-bottom:6px}.rl-empty p{color:var(--muted);margin:0 auto 20px;max-width:30ch}.rl-empty-actions{display:flex;flex-direction:column;gap:10px;max-width:260px;margin:0 auto}.rl-sort-list{display:flex;flex-direction:column;gap:4px;padding-bottom:8px}.rl-sort-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:52px;padding:0 8px;border:0;border-radius:10px;background:none;text-align:left;font-size:1rem;cursor:pointer}.rl-sort-option.on{color:var(--accent);font-weight:600}@media (prefers-color-scheme: dark){.rl-heart:before{background:#14110fb8;box-shadow:none}}.rv{padding-bottom:8px}.rv-top{display:flex;align-items:center;gap:8px;margin-bottom:10px}.rv-top .rv-spacer{flex:1}.rv-hero{margin:0 -16px 14px;background:var(--surface-2);aspect-ratio:16 / 10;overflow:hidden}.rv-hero img{width:100%;height:100%;object-fit:cover}.rv h1{font-size:1.6rem;line-height:1.15;margin:0 0 6px;overflow-wrap:anywhere}.rv-source{font-size:.9rem;display:inline-flex;align-items:center;gap:4px;margin-bottom:10px;min-height:32px}.rv-desc{color:var(--muted);margin:0 0 12px;line-height:1.45}.rv-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:12px}.rv-meta div{display:flex;flex-direction:column}.rv-meta dt,.rv-meta .rv-k{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.rv-meta .rv-v{font-weight:600}.rv-stars{display:flex;align-items:center;gap:2px;margin-bottom:12px}.rv-star{width:40px;height:44px;border:0;background:none;color:var(--border);font-size:1.5rem;line-height:1;cursor:pointer;padding:0}.rv-star.on{color:var(--accent)}.rv-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.rv-tags .chip{cursor:default}.rv-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:16px}.rv-action{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font-size:.75rem;font-weight:600;text-decoration:none;cursor:pointer;padding:4px 2px;text-align:center}.rv-action .rv-action-icon{font-size:1.2rem;line-height:1}.rv-action.danger{color:var(--danger)}.rv-cookbtn{width:100%;margin-bottom:16px}.rv-scaler{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:12px;margin-bottom:14px}.rv-stepper{display:flex;align-items:center;gap:4px;border:1px solid var(--border);border-radius:999px;padding:2px}.rv-stepper button{width:40px;height:40px;border:0;border-radius:50%;background:none;font-size:1.3rem;line-height:1;cursor:pointer}.rv-stepper button:disabled{opacity:.35}.rv-servings-value{min-width:68px;text-align:center;font-weight:600}.rv-quick{display:flex;gap:6px;margin-left:auto}.rv-quick .chip{min-height:36px}.rv-scale-note{flex-basis:100%;font-size:.8rem;color:var(--muted);margin:0}.rv-section{margin-bottom:22px}.rv-section h2{font-size:1.25rem;margin-bottom:8px}.rv-list{list-style:none;margin:0;padding:0}.rv-ing{display:flex;align-items:flex-start;gap:10px;width:100%;min-height:44px;padding:8px 4px;border:0;border-bottom:1px solid var(--border);background:none;text-align:left;font-size:1rem;line-height:1.35;cursor:pointer;color:inherit}.rv-box{flex:0 0 auto;width:22px;height:22px;margin-top:1px;border-radius:6px;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--accent-ink)}.rv-ing.done .rv-box{background:var(--accent);border-color:var(--accent)}.rv-ing.done .rv-ing-text{text-decoration:line-through;color:var(--muted)}.rv-ing-text,.rv-step span,.rv-sheet-item span{min-width:0;overflow-wrap:anywhere}.rv-source{overflow-wrap:anywhere}.rv-head{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin:16px 0 4px;color:var(--accent)}.rv-head:first-child{margin-top:0}.rv-step{display:flex;align-items:flex-start;gap:12px;width:100%;padding:12px 10px;border:0;border-radius:12px;background:none;text-align:left;font-size:1rem;line-height:1.5;cursor:pointer;color:inherit}.rv-step.current{background:var(--surface-2)}.rv-step-n{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--surface-2);color:var(--accent);font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.rv-step.current .rv-step-n{background:var(--accent);color:var(--accent-ink)}.rv-notes textarea.input{min-height:110px}.rv-cooked{font-size:.85rem;color:var(--muted);margin:8px 0 0}.rv-sheet-list{list-style:none;margin:0 0 12px;padding:0}.rv-sheet-item{display:flex;align-items:flex-start;gap:10px;width:100%;min-height:46px;padding:8px 2px;border:0;border-bottom:1px solid var(--border);background:none;text-align:left;font-size:1rem;cursor:pointer;color:inherit}.rv-sheet-item .rv-box{border-radius:6px}.rv-sheet-item.on .rv-box{background:var(--accent);border-color:var(--accent)}.rv-field{display:block;margin-bottom:12px}.rv-field span{display:block;font-size:.8rem;color:var(--muted);margin-bottom:4px}.rv-notfound{text-align:center;padding:48px 8px}.rv.cook .rv-hero,.rv.cook .rv-actions,.rv.cook .rv-tags,.rv.cook .rv-stars,.rv.cook .rv-desc,.rv.cook .rv-source,.rv.cook .rv-notes,.rv.cook .rv-cooked-btn,.rv.cook .rv-top{display:none}.rv.cook .rv-ing{font-size:1.2rem;padding:12px 4px}.rv.cook .rv-step{font-size:1.2rem}.rv.cook h1,.rv.cook .rv-section h2{font-size:1.35rem}.rv.cook{padding-bottom:80px}.rv-cook-exit{position:fixed;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:30;max-width:688px;margin:0 auto;box-shadow:var(--shadow)}@media print{.rv-actions,.rv-scaler,.rv-cookbtn,.rv-cook-exit,.rv-stars,.rv-top,.rv-cooked-btn,.rv-notes{display:none!important}.rv-hero{margin:0 0 10px;aspect-ratio:auto;max-height:220px}.rv-ing,.rv-step{break-inside:avoid;page-break-inside:avoid}.rv-box{display:none}.rv-section{margin-bottom:14px}.rv h1{font-size:20pt}.rv,.rv *{color:#000!important;background:transparent!important}.rv-step-n{border:1px solid #000}}.rv-notes-print{display:none}@media print{.rv-notes-print{display:block}.rv-notes-print p{white-space:pre-wrap;margin:0}}.ed-top{display:flex;align-items:center;gap:8px;margin-bottom:12px;position:sticky;top:env(safe-area-inset-top);background:var(--bg);padding:10px 0;z-index:10}.ed-top h1{flex:1;margin:0;font-size:1.3rem}.ed-field{display:block;margin-bottom:16px}.ed-label{display:block;font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:5px}.ed-hint{font-size:.78rem;color:var(--muted);margin:5px 0 0;line-height:1.35}.ed-error{color:var(--danger);font-size:.85rem;margin:5px 0 0}.input.ed-invalid{border-color:var(--danger)}.ed-row{display:flex;gap:10px}.ed-row .ed-field{flex:1;margin-bottom:16px}.input.ed-lines{min-height:150px;font-size:1rem;line-height:1.5}.ed-photo{margin-bottom:16px}.ed-preview{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);margin-bottom:10px;aspect-ratio:16 / 10}.ed-preview img{width:100%;height:100%;object-fit:cover}.ed-preview .iconbtn{position:absolute;top:8px;right:8px;background:#0000008c;color:#fff;border-color:transparent}.ed-photo-row{display:flex;gap:8px;flex-wrap:wrap}.ed-suggest{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.ed-suggest .chip{min-height:36px}.ed-actions{display:flex;gap:10px;margin:24px 0 8px}.ed-actions .btn{flex:1}.ed-note{background:var(--surface-2);border-radius:10px;padding:10px 12px;font-size:.85rem;margin-bottom:14px;display:flex;align-items:center;gap:8px}.ed-note button{margin-left:auto;border:0;background:none;color:var(--accent);font-weight:600;cursor:pointer;min-height:44px;min-width:44px}.ed-busy{opacity:.6}.import-page .import-label{display:block;font-weight:600;margin-bottom:6px}.import-page .import-url{margin-bottom:10px}.import-page .import-actions{gap:8px}.import-page .import-go{flex:1}.import-page .import-hint{margin:10px 0 0;font-size:.85rem}.import-page .import-manual{text-align:center;margin:18px 0 0}.import-page .notice{border-left:4px solid var(--accent)}.import-page .notice p{margin:6px 0 12px}.import-page .notice-warn{background:var(--surface-2);border-left-color:var(--accent)}.import-page .notice-error{border-left-color:var(--danger)}.import-page .notice-error strong{color:var(--danger)}.import-page .import-loading{display:flex;align-items:center;gap:10px;color:var(--muted)}.import-page .import-spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:ladle-spin .8s linear infinite;flex:none}@keyframes ladle-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.import-page .import-spinner{animation-duration:2.4s}}.import-page .preview-img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:12px;background:var(--surface-2)}.import-page .preview-title{margin-bottom:2px}.import-page .preview-source{margin:0 0 10px;font-size:.9rem}.import-page .preview-desc{margin:0 0 12px}.import-page .preview-facts{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 12px}.import-page .preview-facts li{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:10px;background:var(--surface-2);min-width:84px;font-size:.9rem}.import-page .preview-review{padding:10px 12px;border-radius:10px;margin-bottom:12px;font-size:.92rem}.import-page .preview-buttons{display:flex;flex-direction:column;gap:8px;margin-top:14px}.import-page .capture-card{border:1px solid var(--border)}.import-page .capture-title{margin:0 0 4px;font-size:1.15rem}.import-page .capture-lead{margin:0 0 12px;font-size:.92rem}.import-page .capture-paste{min-height:54px;font-size:1.05rem}.import-page .capture-tip{margin:12px 0 0;padding:10px 12px;border-radius:10px;font-size:.88rem}.import-page .capture-manual{margin-top:14px;display:flex;flex-direction:column;gap:8px}.import-page .capture-textarea{width:100%;min-height:96px;font-family:inherit;font-size:16px;line-height:1.4;resize:vertical}.shopping-add{display:flex;gap:8px;margin-bottom:16px}.shopping-add .btn{flex:0 0 auto;padding:0 16px}.shopping-add form{display:flex;gap:8px}.shopping-add .input{flex:1}.shopping-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;flex-wrap:wrap}.shopping-count{font-weight:600}.shopping-actions{display:flex;gap:8px;flex-wrap:wrap}.shopping-actions .btn{padding:0 14px;font-size:.85rem;min-height:40px}.shopping-group{margin-bottom:4px}.shopping-group-title{font-family:var(--font-display);font-size:1rem;margin:18px 0 6px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.shopping-group-title:first-child{margin-top:0}.shopping-item{display:flex;align-items:center;gap:10px;padding:10px 4px;border-bottom:1px solid var(--border);min-height:44px}.shopping-item:last-child{border-bottom:none}.shopping-check{width:26px;height:26px;border-radius:50%;border:2px solid var(--border);background:var(--surface);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.95rem}.shopping-item.checked .shopping-check{background:var(--success);border-color:var(--success);color:#fff}.shopping-item-body{flex:1;min-width:0;cursor:pointer}.shopping-item-text{word-break:break-word}.shopping-item.checked .shopping-item-text{text-decoration:line-through;color:var(--muted)}.shopping-item-recipe{font-size:.78rem;color:var(--muted);margin-top:1px}.shopping-item-edit{width:100%}.shopping-item-buttons{display:flex;gap:2px;flex-shrink:0}.shopping-item-iconbtn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem}.shopping-item-iconbtn:active{background:var(--surface-2)}.shopping-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40;display:flex;align-items:flex-end}.shopping-sheet{background:var(--surface);width:100%;border-radius:18px 18px 0 0;padding:18px 16px calc(20px + env(safe-area-inset-bottom));max-height:80vh;overflow-y:auto}.shopping-sheet h3{margin-bottom:12px}.shopping-sheet-row{display:flex;gap:8px;margin-top:12px}.plan-nav{display:flex;align-items:center;gap:8px;margin-bottom:4px}.plan-range{flex:1;text-align:center;font-weight:600}.plan-today-row{text-align:center;margin-bottom:16px}.plan-today-row .btn{min-height:40px;padding:0 14px;font-size:.82rem}.plan-day{padding:14px}.plan-day.today{border:2px solid var(--accent)}.plan-day-head{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.plan-day-name{font-family:var(--font-display);font-size:1.05rem}.plan-day-date{color:var(--muted);font-size:.85rem}.plan-meals{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.plan-meal{display:flex;align-items:center;gap:8px;background:var(--surface-2);border-radius:10px;padding:8px 10px;min-height:44px}.plan-meal-slot{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex-shrink:0;width:60px}.plan-meal-title{flex:1;min-width:0;text-decoration:none;color:var(--text);word-break:break-word}a.plan-meal-title:active{color:var(--accent)}.plan-meal-remove{width:40px;height:40px;flex-shrink:0;border-radius:50%;border:none;background:transparent;color:var(--muted);font-size:1rem;cursor:pointer}.plan-empty-day{color:var(--muted);font-size:.88rem;margin-bottom:10px}.plan-shopping-btn{margin:4px 0 20px}.plan-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40;display:flex;align-items:flex-end}.plan-sheet{background:var(--surface);width:100%;border-radius:18px 18px 0 0;padding:18px 16px calc(20px + env(safe-area-inset-bottom));max-height:85vh;overflow-y:auto}.plan-sheet h3{margin-bottom:4px}.plan-sheet-sub{color:var(--muted);font-size:.85rem;margin-bottom:14px}.plan-sheet label{display:block;font-size:.8rem;color:var(--muted);margin:14px 0 6px}.plan-recipe-results{max-height:180px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;margin-top:8px}.plan-recipe-item{display:block;width:100%;text-align:left;padding:10px 12px;min-height:44px;background:var(--surface);border:none;border-bottom:1px solid var(--border);cursor:pointer}.plan-recipe-item:last-child{border-bottom:none}.plan-recipe-item.picked{background:var(--surface-2);font-weight:600}.plan-recipe-picked-row{display:flex;align-items:center;gap:8px;margin-top:8px}.plan-recipe-picked-row .chip{flex:1}.plan-sheet-actions{display:flex;gap:8px;margin-top:18px}.plan-sheet-actions .btn{flex:1}.settings-page h3{margin-top:18px}.settings-page .card>h2:first-child{margin-top:0}.settings-page .muted.small{font-size:.82rem;margin-top:8px}.settings-btn-row{flex-wrap:wrap;margin:12px 0}.file-btn{position:relative;overflow:hidden;margin-top:8px}.file-btn input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%}.install-tabs{display:flex;gap:8px;margin:12px 0}.steps{list-style:none;margin:0 0 12px;padding:0;counter-reset:step}.steps li{counter-increment:step;display:flex;gap:12px;align-items:flex-start;padding:8px 0;border-bottom:1px solid var(--border)}.steps li:last-child{border-bottom:none}.steps li:before{content:counter(step);flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.78rem}.copy-row{display:flex;align-items:center;gap:8px;background:var(--surface-2);border-radius:10px;padding:8px 10px;margin-top:4px}.copy-row code{flex:1;overflow-x:auto;white-space:nowrap;font-size:.78rem;color:var(--muted)}.copy-row .btn.copied{color:var(--accent);border-color:var(--accent)}.settings-page .shortcut-get{min-height:52px;font-size:1.02rem;margin:12px 0 14px}.settings-page .build-own{border-top:1px solid var(--border);margin-top:6px;padding-top:12px}.settings-page .build-own summary{cursor:pointer;list-style:none;font-weight:600;color:var(--accent);padding:6px 0;display:flex;justify-content:space-between;align-items:center}.settings-page .build-own summary::-webkit-details-marker{display:none}.settings-page .build-own summary:after{content:"+";font-size:1.3rem;font-weight:400}.settings-page .build-own[open] summary:after{content:"−"}.settings-page .code-block{background:var(--surface-2);border-radius:10px;padding:12px;margin:10px 0;overflow-x:auto;font-size:.74rem;line-height:1.5}.settings-page .code-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.settings-page .bookmarklet{flex:1;text-align:center;text-decoration:none;font-weight:600;background:var(--accent);color:var(--accent-ink);border-radius:8px;padding:10px 12px;cursor:grab;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root{--bg: #fbf7f0;--surface: #ffffff;--surface-2: #f3ece1;--text: #2b2724;--muted: #6f6660;--accent: #c2553a;--accent-ink: #ffffff;--border: #e6ddd0;--success: #3d7a4a;--danger: #b3261e;--radius: 14px;--shadow: 0 1px 2px rgba(43, 39, 36, .06), 0 6px 20px rgba(43, 39, 36, .06);--font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tabbar-h: 56px}@media (prefers-color-scheme: dark){:root{--bg: #1c1917;--surface: #26221f;--surface-2: #322c28;--text: #f2ebe3;--muted: #b1a79d;--accent: #e0764f;--accent-ink: #1c1917;--border: #3b3430;--shadow: 0 1px 2px rgba(0,0,0,.3), 0 6px 20px rgba(0,0,0,.25)}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-text-size-adjust:100%}body{overscroll-behavior-y:none}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0 0 .4em;letter-spacing:-.01em}h1{font-size:1.75rem}h2{font-size:1.35rem}h3{font-size:1.1rem}a{color:var(--accent)}button,input,select,textarea{font:inherit;color:inherit}input,select,textarea{font-size:16px}img{max-width:100%;display:block}.shell{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.page{flex:1;padding:calc(12px + env(safe-area-inset-top)) 16px calc(var(--tabbar-h) + 24px + env(safe-area-inset-bottom));max-width:720px;width:100%;margin:0 auto}.tabbar{position:fixed;left:0;right:0;bottom:0;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:flex;justify-content:space-around;z-index:20}.tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:var(--muted);font-size:.7rem;min-height:44px}.tab.active{color:var(--accent);font-weight:600}.tab-icon{font-size:1.3rem;line-height:1}.empty{text-align:center;padding:48px 16px;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-decoration:none;font-weight:600}.btn.primary{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.btn.danger{color:var(--danger)}.btn.block{width:100%}.btn:disabled{opacity:.5;cursor:default}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin-bottom:12px}.input,textarea.input{width:100%;min-height:44px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}textarea.input{min-height:96px;resize:vertical}.row{display:flex;gap:8px;align-items:center}.muted{color:var(--muted)}.chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;background:var(--surface-2);border:1px solid transparent;font-size:.85rem;cursor:pointer}.chip.active{border-color:var(--accent);color:var(--accent)}.topbar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.topbar h1{flex:1;margin:0}.iconbtn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;color:var(--text);font-size:1.1rem}@media print{.tabbar,.topbar .iconbtn,.btn{display:none!important}.page{padding:0}}
