.notice-overlay[data-v-0ca052af]{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-lg)}.notice-modal[data-v-0ca052af]{position:relative;width:100%;max-width:400px;background:var(--bg-card);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.notice-decoration[data-v-0ca052af]{height:100px;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.notice-decoration .decoration-circle[data-v-0ca052af]{position:absolute;border-radius:50%;background:#ffffff1a}.notice-decoration .decoration-circle[data-v-0ca052af]:nth-child(1){width:120px;height:120px;top:-40px;right:-20px}.notice-decoration .decoration-circle[data-v-0ca052af]:nth-child(2){width:80px;height:80px;top:30px;right:60px}.notice-decoration .decoration-circle[data-v-0ca052af]:nth-child(3){width:60px;height:60px;top:-20px;left:30px}.notice-icon[data-v-0ca052af]{position:absolute;top:60px;left:50%;transform:translate(-50%);width:64px;height:64px;background:var(--bg-card);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;color:#667eea}.notice-icon[data-v-0ca052af]:before{content:"";position:absolute;inset:-3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;z-index:-1}.close-btn[data-v-0ca052af]{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn[data-v-0ca052af]:hover{background:#ffffff4d;transform:rotate(90deg)}.notice-body[data-v-0ca052af]{padding:50px var(--space-xl) var(--space-lg);min-height:150px}.loading-state[data-v-0ca052af]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);color:var(--text-tertiary);padding:var(--space-xl) 0}.loading-spinner[data-v-0ca052af]{width:32px;height:32px;border:3px solid var(--border-color);border-top-color:#667eea;border-radius:50%;animation:spin-0ca052af .8s linear infinite}@keyframes spin-0ca052af{to{transform:rotate(360deg)}}.empty-state[data-v-0ca052af]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);color:var(--text-tertiary);padding:var(--space-xl) 0}.notice-content[data-v-0ca052af]{text-align:center}.notice-title[data-v-0ca052af]{font-size:20px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-md)}.notice-divider[data-v-0ca052af]{width:40px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;margin:0 auto var(--space-lg)}.notice-text[data-v-0ca052af]{font-size:var(--font-base);color:var(--text-secondary);line-height:1.8;white-space:pre-wrap;text-align:left;max-height:300px;overflow-y:auto}.notice-footer[data-v-0ca052af]{padding:0 var(--space-xl) var(--space-xl)}.confirm-btn[data-v-0ca052af]{width:100%;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:var(--font-base);font-weight:500;border-radius:24px;transition:all .3s;box-shadow:0 4px 15px #667eea66}.confirm-btn[data-v-0ca052af]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.confirm-btn[data-v-0ca052af]:active{transform:translateY(0)}.modal-enter-active[data-v-0ca052af],.modal-leave-active[data-v-0ca052af]{transition:all .3s ease}.modal-enter-from[data-v-0ca052af],.modal-leave-to[data-v-0ca052af]{opacity:0}.modal-enter-from .notice-modal[data-v-0ca052af],.modal-leave-to .notice-modal[data-v-0ca052af]{transform:scale(.9) translateY(20px)}.modal-enter-active .notice-modal[data-v-0ca052af],.modal-leave-active .notice-modal[data-v-0ca052af]{transition:all .3s ease}.navbar[data-v-64601d53]{display:none;position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height-pc);background:var(--bg-primary);box-shadow:var(--shadow-sm)}@media(min-width:992px){.navbar[data-v-64601d53]{display:block}}.navbar__container[data-v-64601d53]{max-width:var(--container-max-width);height:100%;margin:0 auto;padding:0 var(--space-xl);display:flex;align-items:center;justify-content:space-between}.navbar__logo[data-v-64601d53]{display:flex;align-items:center;cursor:pointer;transition:transform var(--duration-fast) var(--ease-default)}.navbar__logo[data-v-64601d53]:active{transform:scale(.97)}.navbar__logo-icon[data-v-64601d53]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2,#f5576c);border-radius:10px;position:relative;box-shadow:0 4px 12px #667eea4d}.navbar__logo-icon[data-v-64601d53]:before{content:"";position:absolute;inset:2px;background:var(--bg-primary);border-radius:8px}.navbar__logo-icon .logo-svg[data-v-64601d53]{position:relative;z-index:1;width:30px;height:30px}.navbar__nav[data-v-64601d53]{display:flex;gap:var(--space-lg)}.navbar__nav-item[data-v-64601d53]{padding:var(--space-sm) var(--space-xl);font-size:var(--font-base);color:var(--text-primary);background:var(--bg-primary);border:1px solid #333;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast)}.navbar__nav-item[data-v-64601d53]:hover{color:var(--text-inverse);background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.navbar__nav-item--active[data-v-64601d53]{color:var(--text-inverse);background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;box-shadow:0 4px 12px #667eea66}.navbar__search[data-v-64601d53]{position:relative;flex:1;max-width:400px;margin:0 var(--space-xl)}.navbar__search-icon[data-v-64601d53]{position:absolute;left:var(--space-md);top:50%;transform:translateY(-50%);color:var(--text-placeholder)}.navbar__search-input[data-v-64601d53]{width:100%;height:40px;padding:0 var(--space-lg) 0 42px;background:var(--bg-secondary);border-radius:var(--radius-full);font-size:var(--font-sm);transition:all var(--duration-fast)}.navbar__search-input[data-v-64601d53]::placeholder{color:var(--text-placeholder)}.navbar__search-input[data-v-64601d53]:focus{background:var(--bg-primary);box-shadow:0 0 0 2px var(--primary-light)}.navbar__actions[data-v-64601d53]{display:flex;align-items:center;gap:var(--space-md)}.navbar__action[data-v-64601d53]{display:flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);font-size:var(--font-base);color:var(--text-primary);background:var(--bg-primary);border:1px solid #333;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast)}.navbar__action[data-v-64601d53]:hover{color:var(--text-inverse);background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.navbar__action--active[data-v-64601d53]{color:var(--text-inverse);background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;box-shadow:0 4px 12px #667eea66}.navbar__action--cart[data-v-64601d53]{position:relative}.navbar__badge[data-v-64601d53]{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:var(--text-inverse);background:var(--danger);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.tabbar[data-v-4fa92e1d]{position:fixed;left:0;right:0;bottom:0;z-index:100;display:flex;height:var(--tabbar-height);background:var(--bg-primary);border-top:1px solid var(--border-light);background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}@media(min-width:992px){.tabbar[data-v-4fa92e1d]{display:none}}.tabbar__item[data-v-4fa92e1d]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-secondary);transition:color var(--duration-fast);cursor:pointer;transition:transform var(--duration-fast) var(--ease-default)}.tabbar__item[data-v-4fa92e1d]:active{transform:scale(.97)}.tabbar__item--active[data-v-4fa92e1d]{color:var(--primary)}.tabbar__icon[data-v-4fa92e1d]{position:relative;display:flex;align-items:center;justify-content:center}.tabbar__badge[data-v-4fa92e1d]{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:var(--text-inverse);background:var(--danger);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.tabbar__label[data-v-4fa92e1d]{font-size:11px}:root{--primary: #007AFF;--primary-light: #5AC8FA;--primary-dark: #0056B3;--primary-gradient: linear-gradient(135deg, #007AFF 0%, #5AC8FA 100%);--success: #34C759;--warning: #FF9500;--danger: #FF3B30;--info: #5AC8FA;--text-primary: #1C1C1E;--text-secondary: #8E8E93;--text-tertiary: #AEAEB2;--text-placeholder: #C7C7CC;--text-inverse: #FFFFFF;--text-link: #007AFF;--text-price: #FF3B30;--bg-primary: #FFFFFF;--bg-secondary: #F2F2F7;--bg-tertiary: #E5E5EA;--bg-card: #FFFFFF;--bg-input: #F2F2F7;--bg-hover: rgba(0, 0, 0, .04);--bg-active: rgba(0, 0, 0, .08);--bg-mask: rgba(0, 0, 0, .5);--border-color: #E5E5EA;--border-light: #F2F2F7;--divider: #C6C6C8;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .16);--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-xxl: 24px;--radius-full: 9999px;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-xxl: 24px;--space-xxxl: 32px;--font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;--font-xs: 11px;--font-sm: 13px;--font-base: 15px;--font-md: 17px;--font-lg: 20px;--font-xl: 24px;--font-xxl: 28px;--font-xxxl: 34px;--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .35s;--ease-default: cubic-bezier(.25, .1, .25, 1);--ease-spring: cubic-bezier(.175, .885, .32, 1.275);--ease-bounce: cubic-bezier(.68, -.55, .265, 1.55);--blur-sm: blur(10px);--blur-md: blur(20px);--blur-lg: blur(30px);--header-height-mobile: 44px;--header-height-pc: 64px;--tabbar-height: 50px;--sidebar-width: 240px;--container-max-width: 1200px}[data-theme=dark]{--text-primary: #FFFFFF;--text-secondary: #98989D;--text-tertiary: #636366;--bg-primary: #000000;--bg-secondary: #1C1C1E;--bg-tertiary: #2C2C2E;--bg-card: #1C1C1E;--bg-input: #2C2C2E;--border-color: #38383A;--border-light: #2C2C2E}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);font-size:var(--font-base);line-height:1.5;color:var(--text-primary);background-color:var(--bg-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;vertical-align:middle}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;border:none;outline:none;background:none}button{cursor:pointer}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:600}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none;width:0;height:0}html,body{overflow-x:hidden}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--space-lg)}@media(max-width:991px){.container{padding:0 var(--space-md)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-md) var(--space-xl);font-size:var(--font-base);font-weight:500;border-radius:var(--radius-md);transition:all var(--duration-fast) var(--ease-default);cursor:pointer;transition:transform var(--duration-fast) var(--ease-default)}.btn:active{transform:scale(.97)}.btn--primary{background:var(--primary);color:var(--text-inverse)}.btn--primary:hover{background:var(--primary-dark)}.btn--secondary{background:var(--bg-secondary);color:var(--text-primary)}.btn--secondary:hover{background:var(--bg-tertiary)}.btn--outline{border:1px solid var(--primary);color:var(--primary)}.btn--outline:hover{background:#007aff1a}.btn--danger{background:var(--danger);color:var(--text-inverse)}.btn--block{width:100%}.btn--sm{padding:var(--space-sm) var(--space-lg);font-size:var(--font-sm)}.btn--lg{padding:var(--space-lg) var(--space-xxl);font-size:var(--font-md)}.btn--round{border-radius:var(--radius-full)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--duration-normal) var(--ease-default)}@media(min-width:992px){.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}}@media(max-width:991px){.card:active{transform:scale(.98)}}.price{color:var(--text-price);font-weight:600}.price__symbol{font-size:.75em}.price__original{color:var(--text-tertiary);text-decoration:line-through;font-weight:400;font-size:.85em;margin-left:var(--space-xs)}.tag{display:inline-flex;align-items:center;padding:2px 8px;font-size:var(--font-xs);border-radius:var(--radius-xs)}.tag--primary{background:#007aff1a;color:var(--primary)}.tag--success{background:#34c7591a;color:var(--success)}.tag--danger{background:#ff3b301a;color:var(--danger)}.tag--warning{background:#ff95001a;color:var(--warning)}.divider{height:1px;background:var(--border-color);margin:var(--space-lg) 0}.divider--light{background:var(--border-light)}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--bg-tertiary) 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:var(--radius-sm)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.page-enter-active{transition:opacity .8s ease-out}.page-enter-active .card,.page-enter-active .product-card,.page-enter-active .product-item,.page-enter-active .order-card,.page-enter-active .favorite-card,.page-enter-active .feature-card,.page-enter-active .feature-item,.page-enter-active .category-item,.page-enter-active .order-item,.page-enter-active .user-section,.page-enter-active .faq-item,.page-enter-active .quick-action,.page-enter-active .status-item{animation:slideInCard 1s ease-out backwards}.page-enter-active .card:nth-child(1),.page-enter-active .product-card:nth-child(1),.page-enter-active .product-item:nth-child(1),.page-enter-active .order-card:nth-child(1),.page-enter-active .favorite-card:nth-child(1),.page-enter-active .feature-card:nth-child(1),.page-enter-active .feature-item:nth-child(1),.page-enter-active .order-item:nth-child(1),.page-enter-active .faq-item:nth-child(1),.page-enter-active .quick-action:nth-child(1),.page-enter-active .status-item:nth-child(1){animation-delay:.1s}.page-enter-active .card:nth-child(2),.page-enter-active .product-card:nth-child(2),.page-enter-active .product-item:nth-child(2),.page-enter-active .order-card:nth-child(2),.page-enter-active .favorite-card:nth-child(2),.page-enter-active .feature-card:nth-child(2),.page-enter-active .feature-item:nth-child(2),.page-enter-active .order-item:nth-child(2),.page-enter-active .faq-item:nth-child(2),.page-enter-active .quick-action:nth-child(2),.page-enter-active .status-item:nth-child(2){animation-delay:.2s}.page-enter-active .card:nth-child(3),.page-enter-active .product-card:nth-child(3),.page-enter-active .product-item:nth-child(3),.page-enter-active .order-card:nth-child(3),.page-enter-active .favorite-card:nth-child(3),.page-enter-active .feature-card:nth-child(3),.page-enter-active .feature-item:nth-child(3),.page-enter-active .order-item:nth-child(3),.page-enter-active .faq-item:nth-child(3),.page-enter-active .quick-action:nth-child(3),.page-enter-active .status-item:nth-child(3){animation-delay:.3s}.page-enter-active .card:nth-child(4),.page-enter-active .product-card:nth-child(4),.page-enter-active .product-item:nth-child(4),.page-enter-active .order-card:nth-child(4),.page-enter-active .favorite-card:nth-child(4),.page-enter-active .feature-card:nth-child(4),.page-enter-active .feature-item:nth-child(4),.page-enter-active .order-item:nth-child(4),.page-enter-active .faq-item:nth-child(4),.page-enter-active .quick-action:nth-child(4),.page-enter-active .status-item:nth-child(4){animation-delay:.4s}.page-enter-active .card:nth-child(5),.page-enter-active .product-card:nth-child(5),.page-enter-active .product-item:nth-child(5),.page-enter-active .order-card:nth-child(5),.page-enter-active .favorite-card:nth-child(5),.page-enter-active .feature-card:nth-child(5),.page-enter-active .feature-item:nth-child(5),.page-enter-active .order-item:nth-child(5),.page-enter-active .faq-item:nth-child(5),.page-enter-active .quick-action:nth-child(5),.page-enter-active .status-item:nth-child(5){animation-delay:.5s}.page-enter-active .card:nth-child(6),.page-enter-active .product-card:nth-child(6),.page-enter-active .product-item:nth-child(6),.page-enter-active .order-card:nth-child(6),.page-enter-active .favorite-card:nth-child(6),.page-enter-active .feature-card:nth-child(6),.page-enter-active .feature-item:nth-child(6),.page-enter-active .order-item:nth-child(6),.page-enter-active .faq-item:nth-child(6),.page-enter-active .quick-action:nth-child(6),.page-enter-active .status-item:nth-child(6){animation-delay:.6s}.page-enter-active .card:nth-child(7),.page-enter-active .product-card:nth-child(7),.page-enter-active .product-item:nth-child(7),.page-enter-active .order-card:nth-child(7),.page-enter-active .favorite-card:nth-child(7),.page-enter-active .feature-card:nth-child(7),.page-enter-active .feature-item:nth-child(7),.page-enter-active .order-item:nth-child(7),.page-enter-active .faq-item:nth-child(7),.page-enter-active .quick-action:nth-child(7),.page-enter-active .status-item:nth-child(7){animation-delay:.7s}.page-enter-active .card:nth-child(8),.page-enter-active .product-card:nth-child(8),.page-enter-active .product-item:nth-child(8),.page-enter-active .order-card:nth-child(8),.page-enter-active .favorite-card:nth-child(8),.page-enter-active .feature-card:nth-child(8),.page-enter-active .feature-item:nth-child(8),.page-enter-active .order-item:nth-child(8),.page-enter-active .faq-item:nth-child(8),.page-enter-active .quick-action:nth-child(8),.page-enter-active .status-item:nth-child(8){animation-delay:.8s}.page-enter-active .card:nth-child(9),.page-enter-active .product-card:nth-child(9),.page-enter-active .product-item:nth-child(9),.page-enter-active .order-card:nth-child(9),.page-enter-active .favorite-card:nth-child(9),.page-enter-active .feature-card:nth-child(9),.page-enter-active .feature-item:nth-child(9),.page-enter-active .order-item:nth-child(9),.page-enter-active .faq-item:nth-child(9),.page-enter-active .quick-action:nth-child(9),.page-enter-active .status-item:nth-child(9){animation-delay:.9s}.page-enter-active .card:nth-child(10),.page-enter-active .product-card:nth-child(10),.page-enter-active .product-item:nth-child(10),.page-enter-active .order-card:nth-child(10),.page-enter-active .favorite-card:nth-child(10),.page-enter-active .feature-card:nth-child(10),.page-enter-active .feature-item:nth-child(10),.page-enter-active .order-item:nth-child(10),.page-enter-active .faq-item:nth-child(10),.page-enter-active .quick-action:nth-child(10),.page-enter-active .status-item:nth-child(10){animation-delay:1s}.page-enter-active .card:nth-child(11),.page-enter-active .product-card:nth-child(11),.page-enter-active .product-item:nth-child(11),.page-enter-active .order-card:nth-child(11),.page-enter-active .favorite-card:nth-child(11),.page-enter-active .feature-card:nth-child(11),.page-enter-active .feature-item:nth-child(11),.page-enter-active .order-item:nth-child(11),.page-enter-active .faq-item:nth-child(11),.page-enter-active .quick-action:nth-child(11),.page-enter-active .status-item:nth-child(11){animation-delay:1.1s}.page-enter-active .card:nth-child(12),.page-enter-active .product-card:nth-child(12),.page-enter-active .product-item:nth-child(12),.page-enter-active .order-card:nth-child(12),.page-enter-active .favorite-card:nth-child(12),.page-enter-active .feature-card:nth-child(12),.page-enter-active .feature-item:nth-child(12),.page-enter-active .order-item:nth-child(12),.page-enter-active .faq-item:nth-child(12),.page-enter-active .quick-action:nth-child(12),.page-enter-active .status-item:nth-child(12){animation-delay:1.2s}.page-enter-active .card:nth-child(13),.page-enter-active .product-card:nth-child(13),.page-enter-active .product-item:nth-child(13),.page-enter-active .order-card:nth-child(13),.page-enter-active .favorite-card:nth-child(13),.page-enter-active .feature-card:nth-child(13),.page-enter-active .feature-item:nth-child(13),.page-enter-active .order-item:nth-child(13),.page-enter-active .faq-item:nth-child(13),.page-enter-active .quick-action:nth-child(13),.page-enter-active .status-item:nth-child(13){animation-delay:1.3s}.page-enter-active .card:nth-child(14),.page-enter-active .product-card:nth-child(14),.page-enter-active .product-item:nth-child(14),.page-enter-active .order-card:nth-child(14),.page-enter-active .favorite-card:nth-child(14),.page-enter-active .feature-card:nth-child(14),.page-enter-active .feature-item:nth-child(14),.page-enter-active .order-item:nth-child(14),.page-enter-active .faq-item:nth-child(14),.page-enter-active .quick-action:nth-child(14),.page-enter-active .status-item:nth-child(14){animation-delay:1.4s}.page-enter-active .card:nth-child(15),.page-enter-active .product-card:nth-child(15),.page-enter-active .product-item:nth-child(15),.page-enter-active .order-card:nth-child(15),.page-enter-active .favorite-card:nth-child(15),.page-enter-active .feature-card:nth-child(15),.page-enter-active .feature-item:nth-child(15),.page-enter-active .order-item:nth-child(15),.page-enter-active .faq-item:nth-child(15),.page-enter-active .quick-action:nth-child(15),.page-enter-active .status-item:nth-child(15){animation-delay:1.5s}.page-enter-active .card:nth-child(16),.page-enter-active .product-card:nth-child(16),.page-enter-active .product-item:nth-child(16),.page-enter-active .order-card:nth-child(16),.page-enter-active .favorite-card:nth-child(16),.page-enter-active .feature-card:nth-child(16),.page-enter-active .feature-item:nth-child(16),.page-enter-active .order-item:nth-child(16),.page-enter-active .faq-item:nth-child(16),.page-enter-active .quick-action:nth-child(16),.page-enter-active .status-item:nth-child(16){animation-delay:1.6s}.page-enter-active .card:nth-child(17),.page-enter-active .product-card:nth-child(17),.page-enter-active .product-item:nth-child(17),.page-enter-active .order-card:nth-child(17),.page-enter-active .favorite-card:nth-child(17),.page-enter-active .feature-card:nth-child(17),.page-enter-active .feature-item:nth-child(17),.page-enter-active .order-item:nth-child(17),.page-enter-active .faq-item:nth-child(17),.page-enter-active .quick-action:nth-child(17),.page-enter-active .status-item:nth-child(17){animation-delay:1.7s}.page-enter-active .card:nth-child(18),.page-enter-active .product-card:nth-child(18),.page-enter-active .product-item:nth-child(18),.page-enter-active .order-card:nth-child(18),.page-enter-active .favorite-card:nth-child(18),.page-enter-active .feature-card:nth-child(18),.page-enter-active .feature-item:nth-child(18),.page-enter-active .order-item:nth-child(18),.page-enter-active .faq-item:nth-child(18),.page-enter-active .quick-action:nth-child(18),.page-enter-active .status-item:nth-child(18){animation-delay:1.8s}.page-enter-active .card:nth-child(19),.page-enter-active .product-card:nth-child(19),.page-enter-active .product-item:nth-child(19),.page-enter-active .order-card:nth-child(19),.page-enter-active .favorite-card:nth-child(19),.page-enter-active .feature-card:nth-child(19),.page-enter-active .feature-item:nth-child(19),.page-enter-active .order-item:nth-child(19),.page-enter-active .faq-item:nth-child(19),.page-enter-active .quick-action:nth-child(19),.page-enter-active .status-item:nth-child(19){animation-delay:1.9s}.page-enter-active .card:nth-child(20),.page-enter-active .product-card:nth-child(20),.page-enter-active .product-item:nth-child(20),.page-enter-active .order-card:nth-child(20),.page-enter-active .favorite-card:nth-child(20),.page-enter-active .feature-card:nth-child(20),.page-enter-active .feature-item:nth-child(20),.page-enter-active .order-item:nth-child(20),.page-enter-active .faq-item:nth-child(20),.page-enter-active .quick-action:nth-child(20),.page-enter-active .status-item:nth-child(20){animation-delay:2s}.page-enter-active .user-section:nth-child(1){animation-delay:.2s}.page-enter-active .user-section:nth-child(2){animation-delay:.4s}.page-enter-active .user-section:nth-child(3){animation-delay:.6s}.page-enter-active .user-section:nth-child(4){animation-delay:.8s}.page-leave-active{transition:opacity .4s ease-in}@keyframes slideInCard{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-enter-active,.fade-leave-active{transition:opacity var(--duration-normal)}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all var(--duration-normal) var(--ease-default)}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translateY(20px)}@keyframes iosSlideDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes iosSlideUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes iosSlideInLeft{0%{opacity:0;transform:translate3d(-40px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes iosSlideInRight{0%{opacity:0;transform:translate3d(40px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes iosFadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes iosFadeInUp{0%{opacity:0;transform:translate3d(0,15px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes iosBounceIn{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes iosBounce{0%,to{transform:scale(1)}30%{transform:scale(1.15)}50%{transform:scale(.95)}70%{transform:scale(1.05)}}@keyframes iosModalIn{0%{opacity:0;transform:scale(.95) translate3d(0,20px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes iosOverlayIn{0%{opacity:0}to{opacity:1}}.app{min-height:100vh;background:var(--bg-secondary)}.app__main{min-height:100vh}.page-enter-active{transition:opacity .15s ease-out}.page-leave-active{transition:opacity .1s ease-in}.page-enter-from,.page-leave-to{opacity:0}
