::view-transition-old(root){animation:.35s ease both fade-out}::view-transition-new(root){animation:.35s ease both fade-in}@keyframes fade-out{to{opacity:0}}@keyframes fade-in{0%{opacity:0}}@keyframes slide-out-bottom{to{transform:translateY(40px);opacity:0}}.slide-out-bottom{animation:slide-out-bottom .28s ease forwards}:root{--color-heading: #D4AF37;--color-primary: #4d3d0e;--color-secondary: #C5A059}*,*:before,*:after{box-sizing:border-box}[data-focus-guard]{display:none!important}html,body{height:100%;margin:0}body{position:fixed;width:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background-color:#f5f3ee}h1{font-weight:400;color:var(--color-heading);font-size:31px;margin:0}h2{display:flex;align-items:center;gap:8px;font-weight:400;color:#2c2c2c;margin:0 0 10px;padding:14px 0 0;font-size:21px}h3{font-weight:400;color:#2c2c2c;font-size:18px;padding:0;margin-bottom:10px}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",serif;letter-spacing:-.4px;-webkit-font-smoothing:auto}.page{display:flex;flex-direction:column}.page-header{margin:15px 0 0;display:flex;align-items:center;padding:0 16px;gap:10px;height:60px}.page-header.space-between{justify-content:space-between}.page-header h2{margin:0;padding:0;font-size:25px}.page-scroll{position:fixed;inset:56px 0 64px;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.swipe-confirm-overlay{position:fixed;inset:0;background:#0006;z-index:200;display:flex;align-items:center;justify-content:center}.swipe-confirm-box{background:#fff;border-radius:16px;padding:24px;width:calc(100% - 48px);max-width:320px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;gap:20px}.swipe-confirm-message{margin:0;font-size:16px;font-weight:600;color:#111827}.swipe-confirm-actions{display:flex;gap:8px;justify-content:flex-end}.swipe-confirm-cancel{padding:10px 16px;background:none;color:#6b7280;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;cursor:pointer}.swipe-confirm-delete{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer}header{box-shadow:#6f6d641a 0 5px 10px}.meal-card,.hemma-card,.countdowns-card,.recipe-card,.days,.add-form,.task-card{overflow:visible!important}.meal-body,.hemma-week-block,.calendar-row,.countdown-row,.recipe-card,.day-card,.add-form,.swipe-row{box-shadow:#0000001a 0 1px 2px}.back-btn{width:36px;height:36px;border:none;background:#2c2c2c10;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-primary);flex-shrink:0}.back-btn:active{background:#f3f4f6}.chip{background:var(--color-secondary)!important;color:var(--color-primary)!important}.chip button{background:var(--color-primary)!important;color:var(--color-secondary)!important}.meal-tags{display:flex;flex-wrap:wrap;gap:4px}.tag-chip{background-color:#00000007;color:#0008;border-radius:999px;font-size:11px;padding:2px 8px}.dialog-overlay{position:fixed;inset:0;background:#0006;z-index:100}.dialog-content{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:24px;width:calc(100% - 48px);max-width:380px;z-index:101;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;gap:14px}.dialog-content form{display:flex;flex-direction:column;gap:16px}.dialog-title{font-size:18px;font-weight:600;color:#111827;margin:0}.dialog-input{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:15px;outline:none;background:#f9fafb;box-sizing:border-box}.dialog-input:focus{border-color:var(--color-primary);background:#fff}.dialog-input[type=date]{-webkit-appearance:none;appearance:none;color:#111827}.dialog-input[type=date]::-webkit-date-and-time-value{text-align:left;min-height:1.5em}.dialog-actions{display:flex;gap:8px;justify-content:flex-end}.cancel-btn{padding:10px 16px;background:none;color:#6b7280;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;cursor:pointer}.submit-btn{padding:10px 20px;background:var(--color-primary);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer}.submit-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.slide-out-bottom{-webkit-animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both;animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both}@-webkit-keyframes slide-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes slide-out-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}.add-bar{padding:8px 16px 0}.add-form{display:flex;flex-flow:column;gap:4px;background:#fff;border-radius:24px;padding:10px 16px 16px;border:1px solid transparent;transition:border-color .2s ease}.add-form:focus-within{border-color:var(--color-primary)}.add-form-input-container{_display:flex;_align-items:center;_justify-content:space-between;gap:8px;flex:1}.add-form input{flex:1;border:none;background:transparent;font-size:16px;outline:none;color:#111827;padding:0;margin:0;height:30px;width:100%}.add-form .submit-expanding{width:36px;height:36px;border-radius:50%;background:var(--color-primary);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0}.add-form .submit-expanding:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.add-form-bottom-row{display:flex;justify-content:space-between}:root{// TODO: Se över vilka som används --bg: #0a0a0c;--surface: #1c1c1e;--surface2: #2c2c2e;--text: #f5f5f7;--text-muted: rgba(255,255,255,.45);--accent: #ff375f;--spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out: cubic-bezier(.25, .46, .45, .94)}.add-form{height:52px;transition:height .6s var(--spring),border-radius .6s var(--spring),border-color .6s var(--spring),padding .5s var(--ease-out);will-change:height,border-radius,border-color,padding}.add-form .add-form-bottom-row{opacity:0;overflow:hidden;transition:opacity .15s ease}.add-form.big{height:94px;border-radius:16px}.add-form.big .add-form-bottom-row{opacity:1;height:auto;overflow:visible;transition:opacity .3s ease .25s}.add-form.big .submit-expanding{opacity:1;transition:opacity .7s ease .1s}@keyframes morph-pulse{0%{box-shadow:0 0 #fff0}40%{box-shadow:0 0 0 6px #4d3d0e28}to{box-shadow:0 0 #fff0}}.add-form.morphing{animation:morph-pulse .7s ease}.bottom-nav.svelte-oeh3u8{position:fixed;bottom:0;left:0;right:0;height:80px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:stretch;z-index:50;padding-bottom:15px}.nav-item.svelte-oeh3u8{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#9ca3af;font-size:10px;font-weight:400;transition:color .15s;position:relative;text-transform:uppercase}.nav-item.svelte-oeh3u8:hover{color:#374151}.nav-item.active.svelte-oeh3u8{color:var(--color-primary)}.nav-item.svelte-oeh3u8 .badge:where(.svelte-oeh3u8){position:absolute;top:5px;right:16px;background:#ef4444;color:#fff;border-radius:9999px;padding:2px 6px;font-size:10px;font-weight:700}header.svelte-1elxaub{position:sticky;top:0;z-index:40;display:flex;align-items:center;height:56px;padding:0 16px;background:#fff;border-bottom:1px solid #e5e7eb}.side.svelte-1elxaub{width:40px;display:flex;align-items:center;color:#6b7280}.side.right.svelte-1elxaub{justify-content:flex-end}.title.svelte-1elxaub{flex:1;text-align:center;font-size:16px;font-weight:600;color:#111827}.menu-btn.svelte-1elxaub{background:none;border:none;cursor:pointer;color:#374151;padding:6px;border-radius:8px;display:flex;align-items:center;transition:background .15s}.menu-btn.svelte-1elxaub:hover{background:#f3f4f6}.menu-content{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:4px;box-shadow:0 4px 16px #0000001a;min-width:160px;z-index:100}.menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:7px;font-size:14px;cursor:pointer;color:#374151;outline:none}.menu-item:hover,.menu-item[data-highlighted]{background:#f3f4f6}.menu-item.danger{color:#ef4444}.menu-item.danger:hover,.menu-item.danger[data-highlighted]{background:#fef2f2}.loading-splash.svelte-12qhfyh{position:fixed;inset:0;background:var(--color-bg, #fff)}
