.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.sheet-enter-active[data-v-00c37ce4],.sheet-leave-active[data-v-00c37ce4]{transition:transform .3s ease}.sheet-enter-from[data-v-00c37ce4],.sheet-leave-to[data-v-00c37ce4]{transform:translateY(100%)}.sheet-backdrop-enter-active[data-v-00c37ce4],.sheet-backdrop-leave-active[data-v-00c37ce4]{transition:opacity .3s ease}.sheet-backdrop-enter-from[data-v-00c37ce4],.sheet-backdrop-leave-to[data-v-00c37ce4]{opacity:0}.app-layout[data-v-35f36e46]{height:100vh;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-text)}#preloader[data-v-35f36e46]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:var(--color-background);display:flex;justify-content:center;align-items:center;transition:opacity .4s ease,visibility .4s}.nav-item.router-link-active .nav-text[data-v-35f36e46]{opacity:1!important}.view[data-v-35f36e46]{width:100%;min-height:100vh;animation:fade-in-35f36e46 .2s ease-out}.hidden[data-v-35f36e46]{display:none!important}@keyframes fade-in-35f36e46{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.glass[data-v-35f36e46]{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .glass[data-v-35f36e46]{background:#1c1c1eb3}.child-switcher[data-v-35f36e46]{max-height:220px;overflow-y:auto}.rotate-180[data-v-35f36e46]{transform:rotate(180deg);transition:transform .2s ease}.dropdown-enter-active[data-v-35f36e46],.dropdown-leave-active[data-v-35f36e46]{transition:all .2s ease}.dropdown-enter-from[data-v-35f36e46],.dropdown-leave-to[data-v-35f36e46]{opacity:0;transform:translateY(-8px)}#app[data-v-0564c829]{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background:#f2f4f7}.dark #app[data-v-0564c829]{background:#000}body{-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;font-family:Inter,sans-serif}.material-symbols-rounded{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 3s linear infinite}:root{--color-background: #F2F4F7;--color-surface: #FFFFFF;--color-text: #1C1C1E;--color-text-secondary: #8E8E93;--color-primary: #007AFF;--color-telegram-blue: #2481CC;--color-border: #C6C6C8;--color-border-light: #E5E5E7;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--font-size-caption: 12px;--font-size-callout: 14px;--font-size-body: 16px;--font-size-title-3: 18px;--font-size-large-title: 20px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--color-sleep: #2563EB;--color-sleep-light: #3B82F6;--color-sleep-bg: #EFF6FF;--color-sleep-bg-subtle: rgba(59, 130, 246, .1);--color-breast: #DB2777;--color-breast-light: #EC4899;--color-breast-bg: #FDF2F8;--color-breast-bg-subtle: rgba(236, 72, 153, .1);--color-bottle: #0891B2;--color-bottle-light: #06B6D4;--color-bottle-bg: #ECFEFF;--color-bottle-bg-subtle: rgba(6, 182, 212, .1);--color-diaper: #4F46E5;--color-diaper-light: #6366F1;--color-diaper-bg: #EEF2FF;--color-diaper-bg-subtle: rgba(99, 102, 241, .1);--color-state-active: #059669;--color-state-active-bg: #ECFDF5;--color-state-paused: #F59E0B;--color-state-error: #EF4444;--color-state-error-bg: #FEF2F2;--color-state-error-border: #FCA5A5;--color-state-success: #34D399;--color-selected-bg: #EFF6FF;--color-selected-border: #3B82F6;--color-accent-purple: #9333EA;--color-accent-orange: #EA580C;--color-surface-elevated: #FFFFFF;--color-surface-overlay: rgba(255, 255, 255, .8);--color-surface-glass: rgba(255, 255, 255, .7);--color-backdrop: rgba(0, 0, 0, .6);--spacing-2xl: 24px;--spacing-3xl: 32px;--spacing-4xl: 40px;--radius-xl: 20px;--radius-2xl: 24px;--radius-3xl: 32px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .1);--shadow-glow-blue: 0 0 20px -5px rgba(59, 130, 246, .5);--z-base: 0;--z-elevated: 10;--z-sticky: 30;--z-overlay: 40;--z-nav: 50;--z-modal-backdrop: 60;--z-modal-content: 61;--z-toast: 9999}.dark{--color-background: #000000;--color-surface: #1C1C1E;--color-text: #FFFFFF;--color-text-secondary: #8E8E93;--color-border: #38383A;--color-border-light: #48484A;--color-sleep: #60A5FA;--color-sleep-light: #3B82F6;--color-sleep-bg: rgba(30, 58, 138, .2);--color-sleep-bg-subtle: rgba(96, 165, 250, .1);--color-breast: #F472B6;--color-breast-light: #EC4899;--color-breast-bg: rgba(131, 24, 67, .2);--color-breast-bg-subtle: rgba(244, 114, 182, .1);--color-bottle: #22D3EE;--color-bottle-light: #06B6D4;--color-bottle-bg: rgba(22, 78, 99, .2);--color-bottle-bg-subtle: rgba(34, 211, 238, .1);--color-diaper: #818CF8;--color-diaper-light: #6366F1;--color-diaper-bg: rgba(49, 46, 129, .2);--color-diaper-bg-subtle: rgba(129, 140, 248, .1);--color-state-active: #34D399;--color-state-active-bg: rgba(6, 78, 59, .2);--color-state-error-bg: rgba(127, 29, 29, .2);--color-selected-bg: rgba(30, 58, 138, .2);--color-selected-border: #60A5FA;--color-accent-purple: #A855F7;--color-accent-orange: #FB923C;--color-surface-elevated: #1C1C1E;--color-surface-overlay: rgba(28, 28, 30, .9);--color-surface-glass: rgba(28, 28, 30, .7);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 40px -10px rgba(0, 0, 0, .5)}.bg-bg-light,.dark .bg-bg-dark{background-color:var(--color-background)}.bg-surface-light,.dark .bg-surface-dark{background-color:var(--color-surface)}.pb-safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.action-grid-compact{grid-template-columns:repeat(3,1fr)!important;height:39px!important;gap:3px!important}.action-btn-sleep:not(.action-btn-sleep-compact){grid-column:span 2!important}.action-btn-sleep-compact{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;padding:6px 8px!important;height:39px!important;grid-column:span 1!important}.action-btn-sleep-compact .material-symbols-rounded{font-size:14px!important;margin-bottom:0!important;margin-right:6px!important}.action-btn-secondary-compact{flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:4px 7px!important;height:39px!important}.action-btn-secondary-compact .material-symbols-rounded{font-size:28px!important;margin-bottom:0!important}.breast-btn{opacity:.2;transition:opacity .2s ease}.breast-btn.active{opacity:1}.breast-text{opacity:0;transition:opacity .2s ease;white-space:nowrap}.breast-btn.active+.breast-text{opacity:1}.sleep-icon-center{opacity:1!important}.feed-type-button{transition:all .2s ease}.feed-type-button:hover{transform:translateY(-.5px)}.feed-type-button:active{transform:scale(.98)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.view{width:100%;min-height:100vh;animation:fade-in .2s ease-out}.hidden{display:none!important}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__container{z-index:9999}.Vue-Toastification__toast{background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-md);box-shadow:0 4px 12px #00000026;font-family:Inter,sans-serif;min-width:280px;max-width:90vw;padding:12px 16px}.Vue-Toastification__toast-body{font-size:14px;font-weight:500}.Vue-Toastification__icon{margin-right:10px}.Vue-Toastification__close-button{color:var(--color-text-secondary);opacity:.6;transition:opacity .2s}.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__progress-bar{background:#0000001a}.dark .Vue-Toastification__progress-bar{background:#ffffff1a}.Vue-Toastification__toast--success{background:var(--color-surface);border-left:4px solid #34D399}.Vue-Toastification__toast--error{background:var(--color-surface);border-left:4px solid #EF4444}.Vue-Toastification__toast--info{background:var(--color-surface);border-left:4px solid #3B82F6}.Vue-Toastification__toast--warning{background:var(--color-surface);border-left:4px solid #F59E0B}.Vue-Toastification__toast--success .Vue-Toastification__icon{color:#34d399}.Vue-Toastification__toast--error .Vue-Toastification__icon{color:#ef4444}.Vue-Toastification__toast--info .Vue-Toastification__icon{color:#3b82f6}.Vue-Toastification__toast--warning .Vue-Toastification__icon{color:#f59e0b}.Vue-Toastification__container.top-left.toast-custom-position{position:fixed;top:25%;left:0;bottom:auto;right:auto;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.message-card-replace{animation:shake 1s ease-in-out}.glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .glass{background:#1c1c1eb3}
