*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #F5F1EA;--color-surface: #FFFDF9;--color-surface-muted: #F8F3EA;--color-surface-hover: #FCE5DE;--color-text: #233047;--color-text-secondary: #667085;--color-text-muted: #8B95A5;--color-border: #E9E2D8;--color-border-strong: #D7CCBF;--color-primary: #FF8A78;--color-primary-hover: #F47160;--color-primary-active: #D95F4E;--color-secondary: #D5E7EA;--color-secondary-hover: #BFD9DE;--color-secondary-active: #9FC4CB;--color-danger: #EF5350;--color-danger-hover: #E53935;--color-danger-active: #C62828;--color-danger-soft: #FEE;--color-danger-border: #FCC;--color-danger-text: #C33;--radius-xs: 6px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-icon: 999px;--shadow-sm: 0 1px 2px rgba(35, 48, 71, .04);--shadow-md: 0 12px 30px rgba(35, 48, 71, .08);--shadow-lg: 0 24px 70px rgba(35, 48, 71, .14);--focus-ring: 0 0 0 3px rgba(255, 138, 120, .18);--theme-gradient: linear-gradient(135deg, #F3AEA4 0%, #EACB91 100%);--font-display: Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}:root[data-theme=classic]{--color-bg: #F5F7FA;--color-surface: #ffffff;--color-surface-muted: #F5F7FA;--color-surface-hover: #EBF4FF;--color-text: #333333;--color-text-secondary: #666666;--color-text-muted: #999999;--color-border: #E0E0E0;--color-border-strong: #D1D5DB;--color-primary: #4A90E2;--color-primary-hover: #357ABD;--color-primary-active: #2868A8;--color-secondary: #50C878;--color-secondary-hover: #3FA563;--color-secondary-active: #2E8B57;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-icon: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .15);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .3);--focus-ring: 0 0 0 3px rgba(74, 144, 226, .14);--theme-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}:root[data-theme=nature]{--color-bg: #EEF4ED;--color-surface: #FFFFFF;--color-surface-muted: #E3EEE2;--color-surface-hover: #DCEBDD;--color-text: #1F2D24;--color-text-secondary: #526657;--color-text-muted: #7C8C81;--color-border: #C9D9CC;--color-border-strong: #A9C0AE;--color-primary: #2F7D4F;--color-primary-hover: #25653F;--color-primary-active: #1C4F31;--color-secondary: #6B8F3D;--color-secondary-hover: #587530;--color-secondary-active: #435B24;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 26px;--radius-icon: 16px;--shadow-sm: 0 1px 4px rgba(28, 79, 49, .08);--shadow-md: 0 8px 20px rgba(28, 79, 49, .12);--focus-ring: 0 0 0 3px rgba(47, 125, 79, .16);--theme-gradient: linear-gradient(135deg, #3F8F5B 0%, #184C35 100%);--font-display: Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}:root[data-theme=playful]{--color-bg: #FFF4E5;--color-surface: #FFFEFA;--color-surface-muted: #FFE0BF;--color-surface-hover: #FFD3A1;--color-text: #3A2417;--color-text-secondary: #8A5630;--color-text-muted: #B8794A;--color-border: #FFC27D;--color-border-strong: #F6A04E;--color-primary: #F28C38;--color-primary-hover: #DE7025;--color-primary-active: #B9561E;--color-secondary: #FFB86B;--color-secondary-hover: #F49A43;--color-secondary-active: #D7792E;--radius-sm: 16px;--radius-md: 22px;--radius-lg: 30px;--radius-xl: 40px;--radius-icon: 999px;--shadow-sm: 0 3px 0 rgba(138, 86, 48, .14);--shadow-md: 0 7px 0 rgba(138, 86, 48, .16);--focus-ring: 0 0 0 4px rgba(242, 140, 56, .18);--theme-gradient: linear-gradient(135deg, #FFB86B 0%, #F28C38 56%, #FF7A59 100%);--font-display: Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif}html,body,#app{height:100%;width:100%}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text);line-height:1.5}h1,h2{font-family:var(--font-display);letter-spacing:-.02em}:root[data-theme=mealBoard] .nav-item .icon,:root[data-theme=mealBoard] .tab-icon,:root[data-theme=mealBoard] .more-icon{color:var(--color-text);background:transparent;border:0;box-shadow:none}:root[data-theme=mealBoard] .nav-item.active,:root[data-theme=nature] .nav-item.active,:root[data-theme=playful] .nav-item.active{background:var(--color-surface-muted);border-radius:12px;color:var(--color-primary-active)}:root[data-theme=mealBoard] .nav-item.active .icon,:root[data-theme=mealBoard] .nav-tab.active .tab-icon{color:var(--color-primary-active);background:transparent;border-radius:7px}:root[data-theme=mealBoard] .nav-item.active:before{display:none}:root[data-theme=playful] .nav-item.active:before{display:none}:root[data-theme=nature] .nav-item.active:before{display:none}:root[data-theme=playful] .nav-item .icon,:root[data-theme=playful] .tab-icon,:root[data-theme=playful] .more-icon{color:var(--color-primary);background:transparent;box-shadow:none;transform:rotate(-2deg)}:root[data-theme=playful] .nav-item:nth-child(2n) .icon,:root[data-theme=playful] .nav-tab:nth-child(2n) .tab-icon{transform:rotate(2deg)}:root[data-theme=playful] .nav-item.active .icon,:root[data-theme=playful] .nav-tab.active .tab-icon{color:var(--color-primary-active);background:transparent;border-radius:7px;box-shadow:none}:root[data-theme=nature] .nav-item .icon,:root[data-theme=nature] .tab-icon,:root[data-theme=nature] .more-icon{color:var(--color-primary);background:transparent;box-shadow:none}:root[data-theme=nature] .nav-item.active .icon,:root[data-theme=nature] .nav-tab.active .tab-icon{color:var(--color-primary-active);background:transparent;border-radius:7px}code{font-family:Courier New,Courier,monospace}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;border:none;outline:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.modal-enter-active{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.modal-leave-active{transition:opacity .2s cubic-bezier(.4,0,.2,1)}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-active .modal-container,.modal-enter-active .modal-content{transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.modal-leave-active .modal-container,.modal-leave-active .modal-content{transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.modal-enter-from .modal-container,.modal-enter-from .modal-content{opacity:0;transform:scale(.95) translateY(-10px)}.modal-leave-to .modal-container,.modal-leave-to .modal-content{opacity:0;transform:scale(.98) translateY(5px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-xs)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-xs)}.error-state{padding:40px 20px;text-align:center;color:var(--color-danger)}.error-icon{font-size:48px;margin-bottom:16px}.error-state h3{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--color-danger)}.error-state p{font-size:14px;color:var(--color-text-secondary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .3s ease-out}.card-hover{transition:all .2s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.theme-icon[data-v-07aef445]{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.theme-icon__svg[data-v-07aef445]{width:1em;height:1em}.theme-icon__text[data-v-07aef445]{line-height:1}.theme-icon__svg--playful[data-v-07aef445]{transform:rotate(-3deg)}.theme-icon__svg--nature[data-v-07aef445]{transform:rotate(-1deg)}.nature-surface[data-v-07aef445]{fill:#f7f4dc;stroke:#2f7d4f;stroke-width:1.7}.nature-canopy[data-v-07aef445]{fill:#7fb069;stroke:#2f7d4f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nature-leaf[data-v-07aef445]{fill:#58a65c;stroke:#2f7d4f;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transform-box:fill-box;transform-origin:center}.nature-leaf--sway[data-v-07aef445]{animation:nature-sway-07aef445 2.8s ease-in-out infinite}.nature-leaf--delay[data-v-07aef445],.nature-delay[data-v-07aef445]{animation-delay:.45s}.nature-vein[data-v-07aef445],.nature-stem[data-v-07aef445],.nature-ground[data-v-07aef445],.nature-check[data-v-07aef445]{fill:none;stroke:#245c3a;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.nature-check[data-v-07aef445]{stroke-width:2.8}.nature-sky[data-v-07aef445]{fill:#d7ebd7;stroke:#2f7d4f;stroke-width:1.6}.nature-water[data-v-07aef445]{fill:#b9d9dc;stroke:#2f7d4f;stroke-width:1.5}.nature-basket[data-v-07aef445]{fill:#ddb977;stroke:#6f5831;stroke-width:1.5;stroke-linejoin:round}.nature-berry[data-v-07aef445]{fill:#d95f4e;stroke:#8c3a30;stroke-width:.8}.nature-sun[data-v-07aef445]{fill:#f2c14e;stroke:#b98317;stroke-width:.8}.nature-bob[data-v-07aef445]{animation:nature-bob-07aef445 2.4s ease-in-out infinite}.nature-pulse[data-v-07aef445]{transform-box:fill-box;transform-origin:center;animation:nature-pulse-07aef445 3s ease-in-out infinite}.nature-grow[data-v-07aef445]{transform-box:fill-box;transform-origin:bottom;animation:nature-grow-07aef445 2.6s ease-in-out infinite}.nature-spin-slow[data-v-07aef445]{transform-box:fill-box;transform-origin:center;animation:nature-spin-07aef445 8s linear infinite}@keyframes nature-sway-07aef445{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(5deg) translateY(-.5px)}}@keyframes nature-bob-07aef445{0%,to{transform:translateY(0)}50%{transform:translateY(-1.2px)}}@keyframes nature-pulse-07aef445{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes nature-grow-07aef445{0%,to{transform:scaleY(.78)}50%{transform:scaleY(1)}}@keyframes nature-spin-07aef445{to{transform:rotate(360deg)}}.playful-fill[data-v-07aef445]{fill:currentColor}.playful-accent[data-v-07aef445]{fill:var(--color-secondary)}.playful-cutout-fill[data-v-07aef445]{fill:var(--color-surface)}.playful-stroke[data-v-07aef445],.playful-cutout[data-v-07aef445]{stroke:var(--color-surface);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.playful-cutout--bold[data-v-07aef445]{stroke-width:2.7}.sidebar[data-v-6d8c499a]{width:90px;height:100vh;background-color:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.sidebar[data-v-6d8c499a]::-webkit-scrollbar{display:none}.sidebar-nav[data-v-6d8c499a]{display:flex;flex-direction:column;gap:8px;padding:16px 12px;min-height:calc(100vh - 32px)}.nav-item[data-v-6d8c499a]{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:var(--radius-icon);color:var(--color-text-secondary);text-decoration:none;transition:all .2s;cursor:pointer;background-color:transparent;position:relative;border:0;font:inherit}.nav-item[data-v-6d8c499a]:hover{background-color:var(--color-surface-muted);transform:scale(1.05);transition:all .2s cubic-bezier(.4,0,.2,1)}.nav-item.active[data-v-6d8c499a]{background-color:var(--color-surface-hover);color:var(--color-primary)}.nav-item.active[data-v-6d8c499a]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:32px;background-color:var(--color-primary);border-radius:0 var(--radius-xs) var(--radius-xs) 0}.nav-item .icon[data-v-6d8c499a]{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:36px;padding:0 8px;border-radius:var(--radius-icon);font-family:var(--font-display);font-size:clamp(15px,2.2vw,32px);font-weight:700;line-height:1;transition:background-color .2s,border-radius .2s}.nav-item .icon[data-v-6d8c499a] .theme-icon__svg{width:34px;height:34px}:root[data-theme=playful] .nav-item .icon[data-v-6d8c499a] .theme-icon__svg{width:38px;height:38px}:root[data-theme=nature] .nav-item .icon[data-v-6d8c499a] .theme-icon__svg{width:38px;height:38px}.nav-item.active .icon[data-v-6d8c499a]{background:var(--color-surface)}.nav-label[data-v-6d8c499a]{display:none}:root[data-theme=mealBoard] .nav-item[data-v-6d8c499a],:root[data-theme=nature] .nav-item[data-v-6d8c499a],:root[data-theme=playful] .nav-item[data-v-6d8c499a]{flex-direction:column;gap:2px;height:64px;border-radius:12px}:root[data-theme=mealBoard] .nav-item.active[data-v-6d8c499a],:root[data-theme=nature] .nav-item.active[data-v-6d8c499a],:root[data-theme=playful] .nav-item.active[data-v-6d8c499a]{background-color:var(--color-surface-muted);color:var(--color-primary-active)}:root[data-theme=mealBoard] .nav-item .icon[data-v-6d8c499a],:root[data-theme=nature] .nav-item .icon[data-v-6d8c499a],:root[data-theme=playful] .nav-item .icon[data-v-6d8c499a]{width:38px;min-width:38px;height:38px;padding:0}:root[data-theme=mealBoard] .nav-item.active .icon[data-v-6d8c499a],:root[data-theme=nature] .nav-item.active .icon[data-v-6d8c499a],:root[data-theme=playful] .nav-item.active .icon[data-v-6d8c499a]{background:transparent}:root[data-theme=mealBoard] .nav-label[data-v-6d8c499a],:root[data-theme=nature] .nav-label[data-v-6d8c499a],:root[data-theme=playful] .nav-label[data-v-6d8c499a]{display:block;max-width:60px;overflow:hidden;color:var(--color-text-secondary);font-size:9px;font-weight:700;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.divider[data-v-6d8c499a]{height:1px;background-color:var(--color-border);margin:8px 0}.profile-item[data-v-6d8c499a]{padding:0;overflow:hidden}.profile-photo[data-v-6d8c499a]{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-icon)}.profile-placeholder[data-v-6d8c499a]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff;background:var(--theme-gradient);border-radius:var(--radius-icon)}:root[data-theme=mealBoard] .profile-item[data-v-6d8c499a],:root[data-theme=nature] .profile-item[data-v-6d8c499a],:root[data-theme=playful] .profile-item[data-v-6d8c499a]{width:64px;height:64px;border-radius:12px}:root[data-theme=mealBoard] .profile-photo[data-v-6d8c499a],:root[data-theme=mealBoard] .profile-placeholder[data-v-6d8c499a],:root[data-theme=nature] .profile-photo[data-v-6d8c499a],:root[data-theme=nature] .profile-placeholder[data-v-6d8c499a],:root[data-theme=playful] .profile-photo[data-v-6d8c499a],:root[data-theme=playful] .profile-placeholder[data-v-6d8c499a]{width:64px;height:64px;border-radius:12px}.add-profile-item[data-v-6d8c499a]{border:2px dashed var(--color-border);background-color:var(--color-surface-muted)}.add-profile-item[data-v-6d8c499a]:hover{border-color:var(--color-primary);background-color:var(--color-surface-hover)}.add-icon[data-v-6d8c499a]{font-size:36px;color:var(--color-text-muted);font-weight:300}.add-profile-item:hover .add-icon[data-v-6d8c499a]{color:var(--color-primary)}.badge[data-v-6d8c499a]{position:absolute;top:-4px;right:-4px;background-color:var(--color-danger);color:#fff;border-radius:var(--radius-icon);min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;padding:0 6px;border:2px solid var(--color-surface)}.mobile-only[data-v-6d8c499a]{display:none}@media(max-width:768px){.sidebar[data-v-6d8c499a]{display:none}}@media(min-width:769px)and (max-width:1024px){.sidebar[data-v-6d8c499a]{width:80px}.sidebar-nav[data-v-6d8c499a]{padding:12px 8px}.nav-item[data-v-6d8c499a]{width:56px;height:56px}.nav-item .icon[data-v-6d8c499a]{font-size:28px}.mobile-only[data-v-6d8c499a]{display:flex}}.bottom-nav-wrapper[data-v-b29e4529]{display:none}@media(max-width:768px){.bottom-nav-wrapper[data-v-b29e4529]{display:flex;flex-direction:column;justify-content:flex-start;position:fixed;bottom:0;left:0;right:0;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0);background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:0 -2px 10px #0000000f}.bottom-nav[data-v-b29e4529]{display:flex;align-items:stretch;justify-content:space-around;min-height:64px;max-width:100%;padding-top:14px;padding-bottom:14px}.nav-tab[data-v-b29e4529]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--color-text-secondary);text-decoration:none;background:none;border:none;cursor:pointer;font:inherit;padding:8px 4px;min-width:0;transition:color .2s,background-color .2s}.nav-tab.active[data-v-b29e4529]{color:var(--color-primary)}.nav-tab[data-v-b29e4529]:active{background-color:var(--color-surface-muted)}.tab-icon[data-v-b29e4529]{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 6px;border-radius:var(--radius-icon);font-family:var(--font-display);font-size:22px;font-weight:700;line-height:1;transition:background-color .2s,border-radius .2s}:root[data-theme=mealBoard] .tab-icon[data-v-b29e4529],:root[data-theme=nature] .tab-icon[data-v-b29e4529],:root[data-theme=playful] .tab-icon[data-v-b29e4529]{width:38px;min-width:38px;height:38px;padding:0}.tab-icon[data-v-b29e4529] .theme-icon__svg{width:27px;height:27px}:root[data-theme=playful] .tab-icon[data-v-b29e4529] .theme-icon__svg{width:34px;height:34px}:root[data-theme=nature] .tab-icon[data-v-b29e4529] .theme-icon__svg{width:30px;height:30px}.nav-tab.active .tab-icon[data-v-b29e4529]{background:var(--color-surface-hover)}.tab-label[data-v-b29e4529]{font-size:10px;font-weight:500;line-height:1.2}.more-backdrop[data-v-b29e4529]{position:fixed;inset:0;background:#0006;z-index:2000;display:flex;flex-direction:column;justify-content:flex-end}.more-drawer[data-v-b29e4529]{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:70vh;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom,0)}.more-header[data-v-b29e4529]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.more-header h3[data-v-b29e4529]{margin:0;font-size:18px;font-weight:600;color:var(--color-text)}.more-close[data-v-b29e4529]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--color-text-secondary);background:none;border:none;cursor:pointer;border-radius:var(--radius-md)}.more-close[data-v-b29e4529]:active{background:var(--color-surface-muted)}.more-links[data-v-b29e4529]{padding:8px 0}.more-link[data-v-b29e4529]{display:flex;align-items:center;gap:14px;padding:14px 20px;color:var(--color-text);text-decoration:none;font-size:16px;width:100%;border:0;background:transparent;font:inherit;text-align:left;transition:background .2s}.more-link-button[data-v-b29e4529]{cursor:pointer}.logout-link[data-v-b29e4529]{color:var(--color-danger)}.more-link[data-v-b29e4529]:active{background:var(--color-surface-muted)}.more-icon[data-v-b29e4529]{display:inline-flex;align-items:center;justify-content:center;font-size:22px;min-width:28px;width:auto;height:28px;padding:0 6px;border-radius:var(--radius-icon);font-family:var(--font-display);font-weight:700;text-align:center}:root[data-theme=mealBoard] .more-icon[data-v-b29e4529],:root[data-theme=nature] .more-icon[data-v-b29e4529],:root[data-theme=playful] .more-icon[data-v-b29e4529]{width:34px;min-width:34px;height:34px;padding:0}.more-icon[data-v-b29e4529] .theme-icon__svg{width:27px;height:27px}:root[data-theme=playful] .more-icon[data-v-b29e4529] .theme-icon__svg{width:34px;height:34px}:root[data-theme=nature] .more-icon[data-v-b29e4529] .theme-icon__svg{width:30px;height:30px}.more-badge[data-v-b29e4529]{margin-left:auto;background:var(--color-danger);color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:var(--radius-icon)}.more-divider[data-v-b29e4529]{height:1px;background:var(--color-border);margin:8px 0}.more-section-label[data-v-b29e4529]{font-size:12px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:8px 20px 4px}.more-profiles[data-v-b29e4529]{display:flex;flex-wrap:wrap;gap:12px;padding:8px 20px 16px}.more-profile-item[data-v-b29e4529]{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--color-text);font-size:12px}.more-profile-item[data-v-b29e4529]:active{opacity:.8}.more-profile-photo[data-v-b29e4529],.more-profile-placeholder[data-v-b29e4529]{width:48px;height:48px;border-radius:var(--radius-icon);object-fit:cover}.more-profile-placeholder[data-v-b29e4529]{display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;background:var(--theme-gradient)}:root[data-theme=mealBoard] .more-profile-photo[data-v-b29e4529],:root[data-theme=mealBoard] .more-profile-placeholder[data-v-b29e4529],:root[data-theme=nature] .more-profile-photo[data-v-b29e4529],:root[data-theme=nature] .more-profile-placeholder[data-v-b29e4529],:root[data-theme=playful] .more-profile-photo[data-v-b29e4529],:root[data-theme=playful] .more-profile-placeholder[data-v-b29e4529]{width:56px;height:56px;border-radius:12px}.more-profile-name[data-v-b29e4529]{max-width:56px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.add-profile[data-v-b29e4529]{border:2px dashed var(--color-border);border-radius:var(--radius-icon);width:48px;height:48px;justify-content:center;color:var(--color-text-muted)}.profile-add-icon[data-v-b29e4529]{font-size:24px;font-weight:300}.drawer-enter-active[data-v-b29e4529],.drawer-leave-active[data-v-b29e4529]{transition:opacity .25s ease}.drawer-enter-from[data-v-b29e4529],.drawer-leave-to[data-v-b29e4529]{opacity:0}.drawer-enter-active .more-drawer[data-v-b29e4529],.drawer-leave-active .more-drawer[data-v-b29e4529]{transition:transform .25s ease}.drawer-enter-from .more-drawer[data-v-b29e4529],.drawer-leave-to .more-drawer[data-v-b29e4529]{transform:translateY(100%)}}.offline-indicator[data-v-57a89f98],.online-indicator[data-v-57a89f98]{position:fixed;top:0;left:0;right:0;z-index:9999;padding:12px 16px;text-align:center;font-size:14px;font-weight:500;box-shadow:0 2px 8px #0000001a}.offline-indicator[data-v-57a89f98]{background-color:#ef5350;color:#fff}.online-indicator[data-v-57a89f98]{background-color:#4caf50;color:#fff}.online-indicator.sync-warning[data-v-57a89f98]{background-color:#b45309}.offline-content[data-v-57a89f98],.online-content[data-v-57a89f98]{display:flex;align-items:center;justify-content:center;gap:8px}.offline-icon[data-v-57a89f98],.online-icon[data-v-57a89f98]{font-size:16px}.slide-down-enter-active[data-v-57a89f98],.slide-down-leave-active[data-v-57a89f98]{transition:transform .3s ease,opacity .3s ease}.slide-down-enter-from[data-v-57a89f98],.slide-down-leave-to[data-v-57a89f98]{transform:translateY(-100%);opacity:0}.update-banner[data-v-2a903de6]{position:fixed;top:0;left:0;right:0;z-index:9998;padding:12px 16px;text-align:center;font-size:14px;font-weight:500;box-shadow:0 2px 8px #0000001a;background-color:#4a90e2;color:#fff}.update-content[data-v-2a903de6]{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.update-icon[data-v-2a903de6]{font-size:16px}.update-message[data-v-2a903de6]{flex:1;min-width:0}.update-button[data-v-2a903de6]{padding:6px 16px;font-size:14px;font-weight:600;color:#4a90e2;background:#fff;border:none;border-radius:8px;cursor:pointer;white-space:nowrap}.update-button[data-v-2a903de6]:hover{background:#f0f4f8}.update-button[data-v-2a903de6]:active{transform:scale(.98)}.slide-down-enter-active[data-v-2a903de6],.slide-down-leave-active[data-v-2a903de6]{transition:transform .3s ease,opacity .3s ease}.slide-down-enter-from[data-v-2a903de6],.slide-down-leave-to[data-v-2a903de6]{transform:translateY(-100%);opacity:0}.screensaver[data-v-9decdfef]{position:fixed;inset:0;z-index:10000;background-color:#000;cursor:none;-webkit-user-select:none;user-select:none;touch-action:none}.screensaver-content[data-v-9decdfef],.photo-container[data-v-9decdfef]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.screensaver-photo[data-v-9decdfef]{max-width:100%;max-height:100%;object-fit:contain;image-rendering:high-quality}.photo-metadata[data-v-9decdfef]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#0009;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.photo-date[data-v-9decdfef]{font-weight:500;margin-bottom:4px}.photo-location[data-v-9decdfef]{font-size:12px;opacity:.9}.no-photos[data-v-9decdfef]{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;height:100%}.no-photos-icon[data-v-9decdfef]{font-size:64px;margin-bottom:16px}.no-photos-message[data-v-9decdfef]{font-size:18px}.fade-enter-active[data-v-9decdfef],.fade-leave-active[data-v-9decdfef]{transition:opacity .5s ease}.fade-enter-from[data-v-9decdfef],.fade-leave-to[data-v-9decdfef]{opacity:0}.crossfade-enter-active[data-v-9decdfef],.crossfade-leave-active[data-v-9decdfef]{transition:opacity 1s ease}.crossfade-enter-from[data-v-9decdfef],.crossfade-leave-to[data-v-9decdfef]{opacity:0}.app-container[data-v-ccb415e2]{display:flex;height:100vh;width:100vw;overflow:hidden}.main-content[data-v-ccb415e2]{flex:1;overflow-y:auto;background-color:var(--color-bg);position:relative;transition:background-color .2s ease}@media(max-width:768px){.main-content[data-v-ccb415e2]{padding-bottom:calc(116px + env(safe-area-inset-bottom,0px))}}.main-content.full-width[data-v-ccb415e2]{width:100%}.app-container.auth-layout[data-v-ccb415e2]{flex-direction:column}.page-enter-active[data-v-ccb415e2]{transition:opacity .2s ease-in,transform .2s ease-in}.page-leave-active[data-v-ccb415e2]{transition:opacity .15s ease-out,transform .15s ease-out}.page-enter-from[data-v-ccb415e2]{opacity:0;transform:translateY(8px)}.page-leave-to[data-v-ccb415e2]{opacity:0;transform:translateY(-4px)}
