:root{--orange: #FF6200;--orange-light: #FFF0E6;--orange-warm: #FF8A3D;--green: #00C853;--green-light: #E8F9EF;--green-dark: #00913B;--blue: #0052CC;--blue-light: #E6EFFA;--cream: #FFF9F0;--red: #E6392E;--red-light: #FDF0EF;--dark: #1C1C1C;--gray-50: #FAFAFA;--gray-100: #F5F5F5;--gray-200: #EEEEEE;--gray-300: #E0E0E0;--gray-400: #BDBDBD;--gray-500: #9E9E9E;--gray-600: #757575;--gray-700: #616161;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--shadow-xs: 0 1px 3px 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 32px rgba(0, 0, 0, .1);--shadow-up: 0 -4px 16px rgba(0, 0, 0, .08);--shadow-orange: 0 8px 24px rgba(255, 98, 0, .15);--shadow-green: 0 8px 24px rgba(0, 200, 83, .12);--radius-xs: 2px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 999px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease-out;--transition-bounce: .3s cubic-bezier(.16, 1, .3, 1);--ease-warm: cubic-bezier(.25, .1, .25, 1);--ease-out-warm: cubic-bezier(.22, .61, .36, 1);--ease-settle: cubic-bezier(.16, 1, .3, 1);--shadow-card-hover: 0 6px 20px rgba(255, 98, 0, .08), 0 2px 6px rgba(0, 0, 0, .04);--shadow-card-active: 0 2px 8px rgba(255, 98, 0, .06);--border-card: #E8E8E8;--cream-warm: #F8F5F0;--peach-light: #FFF5EE;--peach: #FFB06B;--border-subtle: #F0F0F0;--bp-desktop: 768px;--content-max: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#fafafa;color:var(--dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-size:16px;line-height:1.6}h1,h2,h3,h4{font-family:DM Sans,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(1.5rem,4vw,1.75rem)}h2{font-size:clamp(1.25rem,3.5vw,1.5rem)}h3{font-size:clamp(1.125rem,3vw,1.25rem)}.oma-text{font-family:DM Sans,sans-serif;font-weight:600}button,input{font-family:DM Sans,sans-serif}.accent-block{margin-left:calc(-1 * var(--space-4));margin-right:calc(-1 * var(--space-4));padding:var(--space-6) var(--space-4)}.accent-block--orange{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-warm) 100%);color:#fff}.accent-block--green{background:var(--green-light)}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translate(-50%) translateY(-16px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeSlideIn{0%{transform:translate(-8px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes bounceIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes subtlePulse{0%,to{opacity:1}50%{opacity:.75}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes settleIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline:2px solid var(--orange);outline-offset:2px;border-radius:var(--radius-xs)}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--orange);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.bottom-nav.svelte-oeh3u8{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;justify-content:space-around;background:#fff;border-top:1px solid var(--gray-200);padding:6px 0;padding-bottom:max(6px,env(safe-area-inset-bottom));z-index:100;height:64px}.nav-link.svelte-oeh3u8{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--gray-400);font-size:11px;font-weight:500;padding:4px 14px;justify-content:center;gap:3px;position:relative;transition:color var(--transition-fast);-webkit-tap-highlight-color:transparent}.nav-link.svelte-oeh3u8:active .icon-wrap:where(.svelte-oeh3u8){transform:scale(.9)}.nav-link.active.svelte-oeh3u8{color:var(--orange);font-weight:600}.icon-wrap.svelte-oeh3u8{display:flex;align-items:center;justify-content:center;width:40px;height:44px;border-radius:var(--radius-full);transition:all var(--transition-fast)}.icon-wrap.icon-active.svelte-oeh3u8{background:var(--orange-light);transform:scale(1)}.icon-wrap.icon-active.svelte-oeh3u8 svg:where(.svelte-oeh3u8){stroke:var(--orange);stroke-width:2.5}.badge.svelte-oeh3u8{position:absolute;top:2px;right:6px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.label.svelte-oeh3u8{letter-spacing:.01em;line-height:1}@media(min-width:768px){.bottom-nav.svelte-oeh3u8{display:none}}.desktop-nav.svelte-j4lv8f{display:none;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--gray-200)}@media(min-width:768px){.desktop-nav.svelte-j4lv8f{display:block}}.nav-inner.svelte-j4lv8f{max-width:1200px;margin:0 auto;display:flex;align-items:center;height:64px;padding:0 var(--space-8);gap:var(--space-8)}.nav-brand.svelte-j4lv8f{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;flex-shrink:0}.nav-oma.svelte-j4lv8f{width:36px;height:36px;border-radius:50%;object-fit:cover}.nav-title.svelte-j4lv8f{font-size:22px;font-weight:700;color:var(--orange);letter-spacing:-.02em}.nav-links.svelte-j4lv8f{display:flex;align-items:center;gap:var(--space-1)}.nav-item.svelte-j4lv8f{padding:var(--space-2) var(--space-4);text-decoration:none;font-size:15px;font-weight:600;color:var(--gray-600);border-radius:var(--radius-lg);transition:all var(--transition-fast)}.nav-item.svelte-j4lv8f:hover{color:var(--dark);background:var(--gray-50)}.nav-item.active.svelte-j4lv8f{color:var(--orange);background:var(--orange-light)}.nav-right.svelte-j4lv8f{margin-left:auto}.toast.svelte-1cpok13{position:fixed;top:20px;left:50%;transform:translate(-50%);background:var(--dark);color:#fff;padding:10px 20px 10px 10px;border-radius:var(--radius-full);box-shadow:var(--shadow-lg);font-size:14px;font-weight:500;z-index:200;animation:slideDown .3s ease-out;white-space:nowrap;display:flex;align-items:center;gap:8px}.toast-avatar.svelte-1cpok13{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.toast-text.svelte-1cpok13{line-height:1.3}.celebration.svelte-1dxqtlc{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:linear-gradient(135deg,#00c853,#00913b);color:#fff;padding:14px 20px;z-index:210;animation:svelte-1dxqtlc-celebrateIn .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes svelte-1dxqtlc-celebrateIn{0%{transform:translate(-50%) scale(.95);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.celebration-content.svelte-1dxqtlc{display:flex;align-items:center;gap:10px;position:relative;z-index:2}.cele-avatar.svelte-1dxqtlc{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,255,255,.6)}.cele-text.svelte-1dxqtlc{font-size:14px;font-weight:600;line-height:1.3}.confetti-container.svelte-1dxqtlc{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.confetti.svelte-1dxqtlc{position:absolute;width:6px;height:6px;border-radius:50%;animation:svelte-1dxqtlc-confettiFloat 1.2s ease-out forwards}.c1.svelte-1dxqtlc{background:gold;left:20%;bottom:0;animation-delay:.1s}.c2.svelte-1dxqtlc{background:#ff8a3d;left:55%;bottom:0;animation-delay:.25s}.c3.svelte-1dxqtlc{background:#fff;left:80%;bottom:0;animation-delay:.4s}@keyframes svelte-1dxqtlc-confettiFloat{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-40px) scale(.3);opacity:0}}.backdrop.svelte-p4xb4{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:svelte-p4xb4-fadeIn .15s ease}@keyframes svelte-p4xb4-fadeIn{0%{opacity:0}to{opacity:1}}.modal.svelte-p4xb4{background:#fff;border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;position:relative;animation:svelte-p4xb4-slideUp .25s cubic-bezier(.16,1,.3,1)}@media(min-width:768px){.modal.svelte-p4xb4{border-radius:var(--radius-xl);max-width:500px;align-self:center;max-height:80vh}}@keyframes svelte-p4xb4-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.close-btn.svelte-p4xb4{position:absolute;top:var(--space-3);right:var(--space-3);background:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:var(--shadow-sm);color:var(--gray-600)}.modal-img-wrap.svelte-p4xb4{position:relative;width:100%;height:200px;overflow:hidden}.img-shimmer.svelte-p4xb4{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--gray-100) 25%,var(--orange-light) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.img-shimmer--lg.svelte-p4xb4{border-radius:0}.modal-img.svelte-p4xb4{width:100%;height:200px;position:relative;object-fit:contain;opacity:0;transition:opacity .2s ease;background:var(--gray-50);padding:var(--space-4)}.modal-body.svelte-p4xb4{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.modal-name.svelte-p4xb4{font-size:20px;font-weight:700;line-height:1.3;color:var(--dark)}.modal-meta.svelte-p4xb4{font-size:14px;color:var(--gray-500);margin-top:-8px}.modal-cat.svelte-p4xb4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);margin-top:-8px}.price-section.svelte-p4xb4{display:flex;flex-direction:column;gap:var(--space-2)}.price-heading.svelte-p4xb4{font-size:14px;font-weight:700;color:var(--dark)}.price-list.svelte-p4xb4{display:flex;flex-direction:column;gap:var(--space-2)}.price-row.svelte-p4xb4{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--gray-50)}.price-row.cheapest.svelte-p4xb4{background:var(--green-light)}.store-label.svelte-p4xb4{font-size:14px;font-weight:700}.price-value.svelte-p4xb4{font-size:16px;font-weight:700;color:var(--dark)}.price-row.cheapest.svelte-p4xb4 .price-value:where(.svelte-p4xb4){color:var(--green-dark)}.savings-banner.svelte-p4xb4{background:var(--green-light);color:var(--green-dark);font-size:14px;font-weight:700;padding:var(--space-3);border-radius:var(--radius-md);text-align:center}.deal-section.svelte-p4xb4{display:flex;flex-direction:column;gap:var(--space-2)}.deal-banner.svelte-p4xb4{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--orange-light);border-radius:var(--radius-md)}.deal-discount.svelte-p4xb4{background:var(--orange);color:#fff;font-size:13px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full)}.deal-prices.svelte-p4xb4{display:flex;align-items:baseline;gap:var(--space-2)}.deal-old.svelte-p4xb4{color:var(--gray-400);text-decoration:line-through;font-size:13px}.deal-new.svelte-p4xb4{color:var(--green-dark);font-weight:700;font-size:18px}.add-btn.svelte-p4xb4{background:var(--green);color:#fff;border:none;border-radius:var(--radius-full);padding:14px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background var(--transition-fast),transform .2s cubic-bezier(.16,1,.3,1);text-align:center}.add-btn.svelte-p4xb4:hover{background:var(--green-dark)}.add-btn.svelte-p4xb4:active{transform:scale(.97)}.install-banner.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--orange);color:#fff}.install-oma.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.install-text.svelte-12qhfyh{flex:1;font-size:14px;font-weight:600}.install-btn.svelte-12qhfyh{background:#fff;color:var(--orange);border:none;border-radius:var(--radius-full);padding:6px 16px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer}.install-dismiss.svelte-12qhfyh{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 4px;opacity:.7}.app-shell.svelte-12qhfyh{max-width:480px;margin:0 auto;min-height:100vh;position:relative;overflow-x:hidden;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='%23FF6200' opacity='0.055'%3E%3Cg transform='translate(40 30) scale(0.08)'%3E%3Cpath d='M10.776,8.048c-0.003-0.16-0.003-0.254-0.003-0.254s0-0.603-0.484-1.082l0.744-0.828l1.029,1.09l5.1-5.588l-1.166-1.047l0.1-0.111c0,0,0-0.153-0.068-0.198c-0.066-0.046-0.244-0.025-0.244-0.025s-4.568,5-5.857,6.42C9.755,6.31,9.587,6.232,9.445,6.18H8.808C8.586,6.264,8.299,6.409,8.037,6.643l-0.125-0.1l0.834-1.204c0,0-6.243-4.842-6.186-4.916C2.519,0.469,1.738,1.236,1.473,1.501L1.385,1.428l-0.36,0.384l6.69,5.213C7.481,7.421,7.479,7.794,7.479,7.794s-0.002,0.27-0.016,0.688l-0.809-0.83l-4.996,5.682L2.85,14.36l-0.058,0.067c0,0,0.004,0.156,0.071,0.199c0.068,0.043,0.245,0.016,0.245,0.016s2.498-2.834,4.288-4.871c-0.029,0.39-0.068,0.793-0.121,1.172c-0.222,1.609-0.74,5.265-0.956,6.8H4.284v0.768h9.956v-0.768h-2.307c-0.217-1.535-0.735-5.189-0.957-6.8c-0.021-0.161-0.043-0.331-0.061-0.502c1.773,1.273,5.25,3.783,5.209,3.841c0.041-0.048,0.797-0.845,1.053-1.113l0.076,0.055l0.232-0.271L10.776,8.048z M8.675,11.707h1.167v1.688H8.675V11.707z' transform='scale(35)'/%3E%3C/g%3E%3C/g%3E%3Cg fill='none' stroke='%23FF6200' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.055'%3E%3Cg transform='translate(200 25)'%3E%3Cpath d='M25 45 L25 25'/%3E%3Cpath d='M15 25 C15 10 25 5 25 8 C25 5 35 10 35 25Z'/%3E%3Cpath d='M18 30 C10 40 25 42 25 45'/%3E%3Cpath d='M32 30 C40 40 25 42 25 45'/%3E%3C/g%3E%3Cg transform='translate(25 200)' stroke-width='2.2'%3E%3Cpath d='M10 30 C10 30 8 20 15 18 L35 18 C42 18 48 22 48 28 C48 34 44 38 38 38 L18 38 C12 38 10 35 10 30Z'/%3E%3Cpath d='M15 18 L15 12 C15 10 18 8 22 8 L30 8 C34 8 35 10 35 12 L35 18'/%3E%3C/g%3E%3Cg transform='translate(190 195)' stroke-width='2'%3E%3Cpath d='M15 50 L15 15 L30 5 L45 15 L45 50Z'/%3E%3Cpath d='M25 50 L25 38 L35 38 L35 50'/%3E%3Crect x='20' y='22' width='6' height='6'/%3E%3Crect x='34' y='22' width='6' height='6'/%3E%3Crect x='27' y='10' width='6' height='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),linear-gradient(180deg,#fff,#fff9f5 40%,#fffaf7)}.app-header.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 20px 4px}.header-oma.svelte-12qhfyh{width:36px;height:36px;border-radius:50%;object-fit:cover}.header-title.svelte-12qhfyh{font-size:26px;font-weight:700;color:var(--orange);letter-spacing:-.02em}@media(min-width:768px){.app-shell.svelte-12qhfyh{max-width:1200px;padding:0 var(--space-8)}.app-header.svelte-12qhfyh{display:none}}
