:root{--primary-mauve: #dcb4ce;--primary-mauve-light: #e8c5d9;--primary-mauve-lighter: #f3d9e8;--primary-mauve-dark: #c89fb8;--secondary-pink: #ec79ad;--secondary-pink-light: #f199c1;--secondary-pink-dark: #d85f96;--bg-peachy: #fef9f7;--bg-lavender: #f1e8ee;--bg-blush: #fdf2f8;--bg-rose: #fce7f3;--neutral-white: #ffffff;--neutral-off-white: #fefefe;--neutral-bg-light: #f9fafb;--neutral-bg: #f3f4f6;--neutral-gray-100: #e5e7eb;--neutral-gray-200: #d1d5db;--neutral-gray-300: #9ca3af;--neutral-gray-400: #6b7280;--neutral-gray-500: #555555;--neutral-text-dark: #333333;--neutral-text-medium: #666666;--neutral-text-light: #999999;--success: #10b981;--success-light: #bbf7d0;--warning: #f59e0b;--warning-light: #fbbf24;--error: #ef4444;--info: #3b82f6;--chart-primary: #dcb4ce;--chart-accent: #ec79ad;--chart-success: #10b981;--chart-warning: #f59e0b;--chart-info: #3b82f6;--chart-purple: #8b5cf6;--gradient-primary: linear-gradient(135deg, #dcb4ce 0%, #ec79ad 100%);--gradient-primary-soft: linear-gradient(135deg, #e8c5d9 0%, #f199c1 100%);--gradient-primary-reverse: linear-gradient(135deg, #ec79ad 0%, #dcb4ce 100%);--gradient-peachy: linear-gradient(90deg, #fef9f7, #f1e8ee);--gradient-blush: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);--gradient-warm: linear-gradient(135deg, #fef9f7 0%, #fdf2f8 100%);--gradient-shimmer: linear-gradient( 90deg, #dcb4ce 0%, #ec79ad 50%, #dcb4ce 100% );--gradient-shimmer-reverse: linear-gradient( 90deg, #ec79ad 0%, #dcb4ce 50%, #ec79ad 100% );--gradient-progress-primary: linear-gradient(90deg, #dcb4ce 0%, #ec79ad 100%);--gradient-progress-soft: linear-gradient(90deg, #e8c5d9 0%, #f199c1 100%);--gradient-success: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);--gradient-warning: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);--gradient-cool: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs: 10px;--text-sm: 12px;--text-base: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--text-2xl: 24px;--text-3xl: 32px;--text-4xl: 40px;--text-5xl: 48px;--text-6xl: 56px;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--leading-tight: 1.2;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 1.8;--tracking-tight: -.025em;--tracking-normal: 0;--tracking-wide: .025em;--tracking-wider: .05em;--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-14: 56px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-3xl: 32px;--radius-full: 9999px;--shadow-xs: 0 0 0 1px rgba(0, 0, 0, .05);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--shadow-xl: 0 8px 24px rgba(0, 0, 0, .12);--shadow-2xl: 0 16px 40px rgba(0, 0, 0, .15);--shadow-primary: 0 4px 16px rgba(220, 180, 206, .3);--shadow-primary-lg: 0 8px 24px rgba(220, 180, 206, .35);--shadow-pink: 0 4px 16px rgba(236, 121, 173, .3);--shadow-pink-lg: 0 8px 24px rgba(236, 121, 173, .35);--shadow-inner: inset 0 2px 4px rgba(0, 0, 0, .06);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-slower: .5s cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--z-base: 0;--z-dropdown: 1000;--z-sticky: 1100;--z-fixed: 1200;--z-modal-backdrop: 1300;--z-modal: 1400;--z-popover: 1500;--z-tooltip: 1600;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--button-height-sm: 32px;--button-height-md: 40px;--button-height-lg: 48px;--button-padding-x-sm: 12px;--button-padding-x-md: 16px;--button-padding-x-lg: 24px;--card-padding: var(--space-6);--card-radius: var(--radius-lg);--card-shadow: var(--shadow-md);--input-height: 44px;--input-padding-x: 16px;--input-border-radius: var(--radius-md);--input-border-color: var(--neutral-gray-200);--input-focus-color: var(--primary-indigo);--progress-height: 8px;--progress-border-radius: var(--radius-full)}.text-gradient-primary{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-pink{background:var(--gradient-primary-reverse);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-gradient-primary{background:var(--gradient-primary)}.bg-gradient-peachy{background:var(--gradient-peachy)}.bg-gradient-blush{background:var(--gradient-blush)}.card{background:var(--neutral-white);border-radius:var(--card-radius);padding:var(--card-padding);box-shadow:var(--card-shadow);transition:transform var(--transition-base),box-shadow var(--transition-base)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.card-brand{background:var(--gradient-primary);color:var(--neutral-white);box-shadow:var(--shadow-primary)}.card-brand:hover{box-shadow:var(--shadow-primary-lg)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-family:var(--font-primary);line-height:var(--leading-normal);font-weight:var(--weight-regular);color-scheme:light;color:var(--neutral-text-dark);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:var(--font-primary);background-color:var(--neutral-bg-light);color:var(--neutral-text-dark);overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}html{overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#e8e8e8;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}._navbar_1ao2u_1{position:fixed;top:0;left:0;width:97%;background-color:#0200004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 4px #0000000d}._logo_1ao2u_16{height:50px;width:auto}._links_1ao2u_21{display:flex;gap:1.5rem;font-size:1.1rem}._links_1ao2u_21 a{color:#fff;text-decoration:none;transition:color .2s ease}._links_1ao2u_21 a:hover{color:#dcb4ce}._hamburger_1ao2u_37{display:none;font-size:1.5rem;cursor:pointer;color:#dcb4ce}@media(max-width:768px){._navbar_1ao2u_1{width:94%;padding:1rem}._links_1ao2u_21{display:none;flex-direction:column;position:absolute;top:60px;right:1rem;background-color:#0200004d;border-radius:1rem;padding:1rem 2rem;box-shadow:0 6px 12px #0000004d;z-index:999}._links_1ao2u_21._open_1ao2u_63{display:flex}._hamburger_1ao2u_37{display:block}}._primaryHeadline_18nad_1{font-size:3.5rem;font-weight:600;line-height:1.4;margin-bottom:1rem;color:#fff;text-align:center;max-width:800px}._substatement_18nad_11{font-size:2.2rem;font-weight:400;color:#f5f5f5;margin-bottom:2rem;text-align:center;max-width:700px}._hero_18nad_19{position:relative;width:100%;height:100vh;overflow:hidden}._video_18nad_26{position:absolute;width:100%;height:100%;object-fit:cover}._overlay_18nad_33{position:absolute;top:0;left:0;height:100%;width:100%;background:#000000a6;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}._statementsContainer_18nad_48{margin-top:5%;min-height:30%}._statement_18nad_48{font-size:3rem;color:#fff;text-align:center;margin-top:1rem}._extraFont_18nad_61{font-size:4rem;margin:0}._overlay_18nad_33 h1{font-size:3.6rem;font-weight:700;margin-bottom:1rem}._overlay_18nad_33 p{font-size:1.125rem;margin-bottom:2rem}._signupSection_18nad_77{margin-top:10%}._cta_18nad_81{background:linear-gradient(90deg,#dcb4ce,#ec79ad);color:#fff;padding:1rem 1.8rem;text-decoration:none;border-radius:30px;font-weight:700;transition:opacity .3s ease;font-size:1.2rem;margin-top:0}._cta_18nad_81:hover{opacity:.9;background-color:#d26bad!important;color:#fff}._modalBackdrop_18nad_104{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999}._modalContent_18nad_117{background-color:#fff;border-radius:12px;padding:1rem;max-width:600px;width:90%;position:relative}._bottomModalContainer_18nad_126{position:fixed;bottom:0;left:0;width:100%;display:table;background-color:#fffffff7;border-top:2px solid #ddd;z-index:1000;padding-bottom:10px;box-shadow:0 -2px 10px #0000001a;transform:translateY(0)!important;will-change:auto}._bottomModalContent_18nad_141{display:table-row;text-align:center;width:100%}._closeButtonWrapper_18nad_147{min-height:50px}._closeButton_18nad_147{border:none;font-size:1.5rem;cursor:pointer;color:#333;transition:color .2s ease-in-out}._closeButton_18nad_147:hover{color:#fff}._waitlistForm_18nad_163{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:400px;margin:0 auto}._formLabel_18nad_173{display:flex;flex-direction:column;width:100%;text-align:left;font-weight:500;color:#333}._formInput_18nad_182{padding:10px;margin-top:4px;border:1px solid #ccc;border-radius:4px;font-size:16px}._submitButton_18nad_190{background-color:#000;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}._submitButton_18nad_190:hover{background-color:#222}._submittedMessage_18nad_205{font-size:18px;color:#dcb4ce;font-weight:700}._closeButton_18nad_147{position:absolute;top:10px;right:20px;font-size:24px;background:none;border:none;cursor:pointer}._highlight_18nad_226{color:#ec79ad;font-weight:700;position:relative;display:inline-block;transition:transform .3s ease-in-out}._highlight_18nad_226:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#ec79ad;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out}._highlight_18nad_226:hover{transform:scale(1.05)}._highlight_18nad_226:hover:after{transform:scaleX(1)}._subtext_18nad_255{font-size:3rem;color:#fff;text-align:center;margin-top:1rem;margin-bottom:4rem;max-width:800px}@media(max-width:600px){._primaryHeadline_18nad_1{font-size:1.75rem;padding-right:1.5rem}._statementsContainer_18nad_48{min-height:30%}._statement_18nad_48{font-size:1.25rem;color:#fff;text-align:center;margin-top:1rem;max-width:350px}._extraFont_18nad_61{font-size:2.2rem;margin:0}._subtext_18nad_255{font-size:1.25rem;color:#fff;text-align:center;max-width:250px}._overlay_18nad_33 h1{font-size:1.9rem;font-weight:700;max-width:300px;margin-bottom:1rem;padding-right:1.5rem}._overlay_18nad_33 p{font-size:.9rem;margin-bottom:2rem;padding-right:1.5rem}._ctaSubHeadline_18nad_81{font-size:.8rem!important}._cta_18nad_81{background-color:#ec79ad;color:#fff;padding:.8rem 1.2rem;text-decoration:none;border-radius:30px;font-weight:700;transition:opacity .3s ease;font-size:.9rem;margin-top:0}._cta_18nad_81:hover{opacity:.9;background-color:#d94d89!important;color:#fff}._closeButtonWrapper_18nad_147{display:flex;justify-content:flex-end;align-items:center;padding:.5rem 1rem 0}._closeButton_18nad_147{padding:3px 6px;color:#333;font-size:2rem}._closeButton_18nad_147:hover{background-color:#4caf50}}@media(min-width:601px)and (max-width:900px){._section_18nad_354{padding:3.5rem 2rem}._heading_18nad_358{margin-bottom:2.5rem}._card_18nad_362{padding:1.75rem}}@media(max-width:600px){._bottomModalContainer_18nad_126{bottom:0!important;transform:translateY(0)!important;will-change:auto!important}}._section_48m28_1{padding:5rem 0 6rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);position:relative;overflow:hidden}._section_48m28_1:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#EC79AD,transparent)}._container_48m28_18{max-width:1400px;margin:0 auto;padding:0 2rem}._hero_48m28_24{text-align:center;margin-bottom:5rem}._mainHeading_48m28_29{font-size:3rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#ec79ad,#dcb4ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroText_48m28_41{font-size:1.3rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}._twoColumnLayout_48m28_49{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:start}._leftColumn_48m28_56,._rightColumn_48m28_57{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(236,121,173,.1)}._columnHeading_48m28_65{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.3}._columnSubtext_48m28_73{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2.5rem}._featuresList_48m28_80{display:flex;flex-direction:column;gap:2rem}._featureItem_48m28_86{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fafafa;border-radius:1rem;border-left:4px solid transparent;transition:all .3s ease}._featureItem_48m28_86:hover{border-left-color:#ec79ad;background:#fff;box-shadow:0 4px 15px #ec79ad1a}._featureIcon_48m28_103{font-size:2rem;flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ec79ad33}._featureContent_48m28_116 h4{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.5rem;line-height:1.3}._featureContent_48m28_116 p{font-size:1rem;color:#666;line-height:1.5;margin:0}._rightColumn_48m28_57{display:flex;flex-direction:column;gap:2.5rem}._valuesIntro_48m28_137{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}._valuesList_48m28_144{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._valueItem_48m28_151{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:.75rem;transition:all .3s ease}._valueItem_48m28_151:hover{background:#ec79ad;color:#fff;transform:translate(8px)}._valueCheck_48m28_167{font-weight:700;color:#ec79ad;font-size:1.1rem;flex-shrink:0}._valueItem_48m28_151:hover ._valueCheck_48m28_167{color:#fff}._valueText_48m28_178{font-size:1rem;font-weight:500;color:#333}._valueItem_48m28_151:hover ._valueText_48m28_178{color:#fff}._conclusionBox_48m28_188{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:1.25rem;padding:2.5rem;color:#fff;text-align:center;position:relative;overflow:hidden}._conclusionBox_48m28_188:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_shimmer_48m28_1 4s ease-in-out infinite}@keyframes _shimmer_48m28_1{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}._conclusionContent_48m28_214{position:relative;z-index:1}._conclusionContent_48m28_214 h4{font-size:1.4rem;font-weight:700;margin-bottom:1rem;line-height:1.3}._conclusionContent_48m28_214 p{font-size:1.1rem;line-height:1.6;margin:0}._conclusionContent_48m28_214 strong{font-weight:700}@media(max-width:768px){._section_48m28_1{padding:3rem 0 4rem}._container_48m28_18{padding:0 1rem}._hero_48m28_24{margin-bottom:3rem}._mainHeading_48m28_29{font-size:2.25rem;margin-bottom:1rem}._heroText_48m28_41{font-size:1.1rem}._twoColumnLayout_48m28_49{grid-template-columns:1fr;gap:2rem}._leftColumn_48m28_56,._rightColumn_48m28_57{padding:2rem 1.5rem}._columnHeading_48m28_65{font-size:1.5rem}._featuresList_48m28_80{gap:1.5rem}._featureItem_48m28_86{padding:1.25rem;flex-direction:column;text-align:center;gap:1rem}._featureIcon_48m28_103{width:45px;height:45px;font-size:1.8rem;margin:0 auto}._conclusionBox_48m28_188{padding:2rem 1.5rem}._conclusionContent_48m28_214 h4{font-size:1.2rem}._conclusionContent_48m28_214 p{font-size:1rem}}@media(min-width:769px)and (max-width:1024px){._section_48m28_1{padding:4rem 0 5rem}._container_48m28_18{padding:0 1.5rem}._mainHeading_48m28_29{font-size:2.5rem}._twoColumnLayout_48m28_49{gap:3rem}._leftColumn_48m28_56,._rightColumn_48m28_57{padding:2.5rem 2rem}}._section_14iqp_1{padding:4rem 0 6rem;background:#fff;position:relative}._container_14iqp_7{max-width:1200px;margin:0 auto;padding:0 1rem}._headerContent_14iqp_13{text-align:center;margin-bottom:4rem}._heading_14iqp_18{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}._subheading_14iqp_26{font-size:1.2rem;color:#666;line-height:1.5;margin:0}._audienceGrid_14iqp_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._audienceItem_14iqp_39{background:#fafafa;border-radius:1rem;padding:2rem 1.5rem;text-align:center;position:relative;transition:all .3s ease;border:2px solid transparent;overflow:hidden}._audienceItem_14iqp_39:hover{background:#fff;border-color:#ec79ad33;box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}._iconCircle_14iqp_57{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}._audienceItem_14iqp_39:hover ._iconCircle_14iqp_57{transform:scale(1.1);box-shadow:0 12px 35px #00000026}._icon_14iqp_57{font-size:2.2rem;filter:brightness(1.2)}._content_14iqp_79{margin-bottom:1rem}._title_14iqp_83{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:.75rem;line-height:1.3}._description_14iqp_91{font-size:.95rem;color:#666;line-height:1.5;margin:0}._colorBar_14iqp_98{position:absolute;bottom:0;left:0;right:0;height:4px;transform:scaleX(0);transition:transform .3s ease}._audienceItem_14iqp_39:hover ._colorBar_14iqp_98{transform:scaleX(1)}@media(max-width:600px){._section_14iqp_1{padding:3rem 0 4rem}._container_14iqp_7{padding:0 1rem}._headerContent_14iqp_13{margin-bottom:3rem}._heading_14iqp_18{font-size:2rem;margin-bottom:.75rem}._subheading_14iqp_26{font-size:1.1rem}._audienceGrid_14iqp_33{grid-template-columns:1fr;gap:1.25rem}._audienceItem_14iqp_39{padding:1.5rem 1.25rem}._iconCircle_14iqp_57{width:70px;height:70px;margin-bottom:1.25rem}._icon_14iqp_57{font-size:2rem}._title_14iqp_83{font-size:1.1rem}._description_14iqp_91{font-size:.9rem}}@media(min-width:601px)and (max-width:900px){._section_14iqp_1{padding:3.5rem 0 5rem}._heading_14iqp_18{font-size:2.25rem}._audienceGrid_14iqp_33{grid-template-columns:repeat(2,1fr);gap:1.375rem}._audienceItem_14iqp_39{padding:1.75rem 1.375rem}._iconCircle_14iqp_57{width:75px;height:75px}._icon_14iqp_57{font-size:2.1rem}}._section_6df59_1{padding:4rem 0 6rem;background:linear-gradient(135deg,#ec79ad,#dcb4ce);position:relative;overflow:hidden}._section_6df59_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hearts" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><text x="10" y="15" text-anchor="middle" font-size="12" fill="rgba(255,255,255,0.1)">♡</text></pattern></defs><rect width="100" height="100" fill="url(%23hearts)"/></svg>');opacity:.3}._container_6df59_19{max-width:900px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}._content_6df59_27{background:#fffffff2;border-radius:2rem;padding:3rem;box-shadow:0 20px 40px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-align:center}._heading_6df59_37{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:2.5rem;line-height:1.2;background:linear-gradient(135deg,#ec79ad,#dcb4ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._experienceList_6df59_49{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}._experienceItem_6df59_58{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 15px #ec79ad1a;transition:all .3s ease;border-left:4px solid transparent}._experienceItem_6df59_58:hover{transform:translate(8px);border-left-color:#ec79ad;box-shadow:0 8px 25px #ec79ad33}._emoji_6df59_76{font-size:1.8rem;flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ec79ad33}._text_6df59_89{font-size:1.1rem;color:#333;line-height:1.5;text-align:left;font-weight:500}@media(max-width:600px){._section_6df59_1{padding:3rem 0 4rem}._container_6df59_19{padding:0 1rem}._content_6df59_27{padding:2rem 1.5rem;border-radius:1.5rem}._heading_6df59_37{font-size:2rem;margin-bottom:2rem}._experienceList_6df59_49{gap:1.25rem}._experienceItem_6df59_58{padding:1rem 1.25rem;flex-direction:column;text-align:center;gap:.75rem}._experienceItem_6df59_58:hover{transform:translateY(-4px)}._emoji_6df59_76{font-size:1.5rem;width:45px;height:45px}._text_6df59_89{font-size:1rem;text-align:center}}@media(min-width:601px)and (max-width:900px){._section_6df59_1{padding:3.5rem 0 5rem}._content_6df59_27{padding:2.5rem 2rem}._heading_6df59_37{font-size:2.25rem;margin-bottom:2.25rem}._experienceItem_6df59_58{padding:1.125rem 1.375rem}._emoji_6df59_76{font-size:1.6rem;width:47px;height:47px}._text_6df59_89{font-size:1.05rem}}._section_u8nt8_1{padding:4rem 0 6rem;background:#fff;position:relative}._container_u8nt8_7{max-width:1200px;margin:0 auto;padding:0 1rem}._headerContent_u8nt8_13{text-align:center;margin-bottom:4rem}._heading_u8nt8_18{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}._subheading_u8nt8_26{font-size:1.3rem;color:#ec79ad;font-weight:600;margin:0;line-height:1.4}._gifContainer_u8nt8_34{display:flex;justify-content:center;align-items:center;margin:0 auto 4rem;max-width:600px}._demoGif_u8nt8_42{width:100%;height:auto}._finalMessage_u8nt8_47{text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:2.5rem;border-radius:1.5rem;border:2px solid #EC79AD;position:relative;overflow:hidden}._finalMessage_u8nt8_47:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ec79ad,#dcb4ce)}._finalMessage_u8nt8_47 p{font-size:1.4rem;color:#333;font-weight:600;font-style:italic;margin:0;line-height:1.5}@media(max-width:600px){._section_u8nt8_1{padding:3rem 0 4rem}._container_u8nt8_7{padding:0 1rem}._headerContent_u8nt8_13{margin-bottom:2.5rem}._heading_u8nt8_18{font-size:2rem;margin-bottom:.75rem}._subheading_u8nt8_26{font-size:1.1rem}._gifContainer_u8nt8_34{margin-bottom:3rem;max-width:100%}._demoGif_u8nt8_42{border-radius:1rem}._finalMessage_u8nt8_47{padding:2rem 1.5rem}._finalMessage_u8nt8_47 p{font-size:1.2rem}}@media(min-width:601px)and (max-width:900px){._section_u8nt8_1{padding:3.5rem 0 5rem}._heading_u8nt8_18{font-size:2.25rem}._subheading_u8nt8_26{font-size:1.2rem}._gifContainer_u8nt8_34{margin-bottom:3.5rem;max-width:600px}._finalMessage_u8nt8_47 p{font-size:1.3rem}}._section_128o3_1{padding:4rem 0 6rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}._section_128o3_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(236,121,173,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(220,180,206,.1) 0%,transparent 50%)}._container_128o3_19{max-width:900px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}._ctaCard_128o3_27{background:#fff;border-radius:2rem;padding:4rem 3rem;box-shadow:0 25px 50px #0000001a;border:2px solid transparent;background-clip:padding-box;position:relative;overflow:hidden;text-align:center}._ctaCard_128o3_27:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ec79ad,#dcb4ce);z-index:-2;margin:-2px;border-radius:2rem}._ctaCard_128o3_27:after{content:"";position:absolute;top:2px;left:2px;right:2px;bottom:2px;background:#fff;border-radius:calc(2rem - 2px);z-index:-1}._content_128o3_64{position:relative;z-index:1}._heading_128o3_69{font-size:2.75rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#ec79ad,#dcb4ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._description_128o3_81{font-size:1.3rem;color:#333;margin-bottom:.75rem;line-height:1.5;font-weight:500}._guarantee_128o3_89{font-size:1.1rem;color:#666;margin-bottom:2.5rem;line-height:1.4;font-style:italic}._buttonWrapper_128o3_97{margin-bottom:2.5rem}._ctaButton_128o3_101{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;padding:1.25rem 3rem;font-size:1.3rem;font-weight:700;border-radius:3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #ec79ad4d;display:inline-flex;align-items:center;gap:.75rem;position:relative;overflow:hidden}._ctaButton_128o3_101:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}._ctaButton_128o3_101:hover:before{left:100%}._ctaButton_128o3_101:hover{transform:translateY(-3px);box-shadow:0 15px 35px #ec79ad66}._ctaButton_128o3_101:active{transform:translateY(-1px)}._buttonText_128o3_143{position:relative;z-index:1}._buttonIcon_128o3_148{font-size:1.5rem;position:relative;z-index:1}._quote_128o3_154{border-top:2px solid #f0f0f0;padding-top:2rem}._quoteText_128o3_159{font-size:1.4rem;color:#333;font-style:italic;font-weight:600;margin-bottom:.5rem;line-height:1.4}._quoteAuthor_128o3_168{font-size:1.1rem;color:#ec79ad;font-weight:600;margin:0}._decorativeElements_128o3_175{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}._sparkle1_128o3_185,._sparkle2_128o3_186,._sparkle3_128o3_187{position:absolute;font-size:1.5rem;opacity:.3;animation:_sparkle_128o3_185 3s ease-in-out infinite}._sparkle1_128o3_185{top:15%;left:10%;animation-delay:0s}._sparkle2_128o3_186{top:25%;right:15%;animation-delay:1s}._sparkle3_128o3_187{bottom:20%;left:20%;animation-delay:2s}@keyframes _sparkle_128o3_185{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@media(max-width:600px){._section_128o3_1{padding:3rem 0 4rem}._container_128o3_19{padding:0 1rem}._ctaCard_128o3_27{padding:2.5rem 1.5rem;border-radius:1.5rem}._ctaCard_128o3_27:before,._ctaCard_128o3_27:after{border-radius:1.5rem}._ctaCard_128o3_27:after{border-radius:calc(1.5rem - 2px)}._heading_128o3_69{font-size:2rem;margin-bottom:1.25rem}._description_128o3_81{font-size:1.1rem;margin-bottom:.5rem}._guarantee_128o3_89{font-size:1rem;margin-bottom:2rem}._buttonWrapper_128o3_97{margin-bottom:2rem}._ctaButton_128o3_101{padding:1rem 2rem;font-size:1.1rem;gap:.5rem}._buttonIcon_128o3_148{font-size:1.3rem}._quote_128o3_154{padding-top:1.5rem}._quoteText_128o3_159{font-size:1.2rem}._quoteAuthor_128o3_168{font-size:1rem}._sparkle1_128o3_185,._sparkle2_128o3_186,._sparkle3_128o3_187{font-size:1.2rem}}@media(min-width:601px)and (max-width:900px){._section_128o3_1{padding:3.5rem 0 5rem}._ctaCard_128o3_27{padding:3rem 2.5rem}._heading_128o3_69{font-size:2.5rem}._description_128o3_81{font-size:1.2rem}._ctaButton_128o3_101{padding:1.125rem 2.5rem;font-size:1.2rem}._quoteText_128o3_159{font-size:1.3rem}}._section_1wihe_1{padding:5rem 0 6rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);position:relative}._container_1wihe_7{max-width:1400px;margin:0 auto;padding:0 2rem}._headerContent_1wihe_13{text-align:center;margin-bottom:4rem}._heading_1wihe_18{font-size:2.75rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}._subheading_1wihe_26{font-size:1.2rem;color:#666;line-height:1.5;margin:0}._storiesLayout_1wihe_33{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:start}._featuredStory_1wihe_42{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:2rem;padding:3rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 35px #ec79ad4d}._featuredStory_1wihe_42:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_shimmer_1wihe_1 6s ease-in-out infinite}@keyframes _shimmer_1wihe_1{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}._featuredContent_1wihe_68{position:relative;z-index:1}._featuredBadge_1wihe_73{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._featuredQuote_1wihe_85{font-size:1.3rem;line-height:1.6;font-style:italic;margin:1.5rem 0 2rem;font-weight:400}._featuredAuthor_1wihe_93{display:flex;align-items:center;gap:1rem}._authorInfo_1wihe_99{display:flex;flex-direction:column}._authorName_1wihe_104{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}._achievement_1wihe_110{font-size:.95rem;opacity:.9;font-weight:500}._storiesGrid_1wihe_117{display:grid;grid-template-columns:1fr;gap:1.5rem}._storyCard_1wihe_123{background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 8px 25px #00000014;transition:all .3s ease;cursor:pointer;border:2px solid transparent;position:relative}._storyCard_1wihe_123:hover{transform:translateY(-4px);box-shadow:0 15px 35px #ec79ad26;border-color:#ec79ad}._cardHeader_1wihe_140{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._readMore_1wihe_147{font-size:.85rem;color:#ec79ad;font-weight:600;opacity:0;transition:opacity .3s ease}._storyCard_1wihe_123:hover ._readMore_1wihe_147{opacity:1}._cardQuote_1wihe_159{font-size:1rem;line-height:1.6;color:#555;font-style:italic;margin-bottom:1.5rem}._cardAuthor_1wihe_167{display:flex;flex-direction:column;gap:.25rem}._cardAuthor_1wihe_167 ._authorName_1wihe_104{font-size:1rem;font-weight:600;color:#333}._cardAuthor_1wihe_167 ._achievement_1wihe_110{font-size:.85rem;color:#ec79ad;font-weight:500}._rating_1wihe_186{display:flex;gap:.25rem;margin-bottom:1rem}._star_1wihe_192{font-size:1.2rem;color:#ddd;transition:color .3s ease}._star_1wihe_192._filled_1wihe_198{color:gold}._statsSection_1wihe_203{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;background:#fff;border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 10px 30px #00000014;text-align:center}._showMoreContainer_1wihe_215{text-align:center;margin:3rem 0}._showMoreButton_1wihe_220{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 8px 20px #ec79ad4d;transition:all .3s ease}._showMoreButton_1wihe_220:hover{box-shadow:0 12px 30px #ec79ad66;transform:translateY(-2px)}._additionalStoriesGrid_1wihe_239{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media(max-width:1024px){._additionalStoriesGrid_1wihe_239{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._additionalStoriesGrid_1wihe_239{grid-template-columns:1fr}}._stat_1wihe_203{display:flex;flex-direction:column;gap:.5rem}._statNumber_1wihe_264{font-size:2.5rem;font-weight:700;color:#ec79ad;line-height:1}._statLabel_1wihe_271{font-size:1rem;color:#666;font-weight:500}._modal_1wihe_278{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modalContent_1wihe_292{background:#fff;border-radius:1.5rem;padding:3rem;max-width:600px;width:100%;position:relative;text-align:center}._closeButton_1wihe_302{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._closeButton_1wihe_302:hover{background:#f5f5f5;color:#333}._modalQuote_1wihe_325{font-size:1.3rem;line-height:1.6;color:#333;font-style:italic;margin:1.5rem 0 2rem}._modalAuthor_1wihe_333{display:flex;flex-direction:column;gap:.5rem;align-items:center}._modalAuthor_1wihe_333 ._authorName_1wihe_104{font-size:1.2rem;font-weight:700;color:#333}._modalAuthor_1wihe_333 ._achievement_1wihe_110{font-size:1rem;color:#ec79ad;font-weight:600}@media(max-width:768px){._section_1wihe_1{padding:3rem 0 4rem}._container_1wihe_7{padding:0 1rem}._headerContent_1wihe_13{margin-bottom:3rem}._heading_1wihe_18{font-size:2.25rem;margin-bottom:.75rem}._subheading_1wihe_26{font-size:1.1rem}._storiesLayout_1wihe_33{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}._featuredStory_1wihe_42{padding:2rem 1.5rem;border-radius:1.5rem}._featuredQuote_1wihe_85{font-size:1.1rem}._storyCard_1wihe_123{padding:1.5rem}._statsSection_1wihe_203{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem}._statNumber_1wihe_264{font-size:2rem}._modal_1wihe_278{padding:1rem}._modalContent_1wihe_292{padding:2rem 1.5rem}._modalQuote_1wihe_325{font-size:1.1rem}}@media(min-width:769px)and (max-width:1024px){._section_1wihe_1{padding:4rem 0 5rem}._container_1wihe_7{padding:0 1.5rem}._heading_1wihe_18{font-size:2.5rem}._storiesLayout_1wihe_33{gap:2.5rem}._featuredStory_1wihe_42,._statsSection_1wihe_203{padding:2.5rem 2rem}}._footer_qy6qx_1{padding:1rem;text-align:center;font-size:.95rem;color:#555;margin-top:4rem}._footerInner_qy6qx_10{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}._brand_qy6qx_18{font-size:1.5rem;font-weight:700;color:#dcb4ce}._links_qy6qx_24{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._links_qy6qx_24 a{text-decoration:none;color:#666;transition:color .2s ease}._links_qy6qx_24 a:hover{color:#dcb4ce}._legalLinks_qy6qx_41{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid #e0e0e0}._legalLinks_qy6qx_41 a{text-decoration:none;color:#888;font-size:.85rem;transition:color .2s ease}._legalLinks_qy6qx_41 a:hover{color:#dcb4ce}._social_qy6qx_61{display:flex;justify-content:center;gap:1.25rem;font-size:1.2rem}._copyright_qy6qx_68{font-size:.85rem;color:#999}._section_1hp85_1{padding:4rem 1rem;background-color:#f2f2f2;text-align:center}._heading_1hp85_7{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:2rem}._slider_1hp85_14{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none;margin-left:18rem;margin-right:18rem}._slider_1hp85_14::-webkit-scrollbar{display:none}._slide_1hp85_14{flex:0 0 400px;scroll-snap-align:center;border-radius:1rem;background:#fff;box-shadow:0 6px 14px #0000000d;overflow:hidden}._video_1hp85_39{width:100%;height:95%;object-fit:cover}._name_1hp85_45{background-color:#fafafa;color:#dcb4ce;font-size:1rem;font-weight:300;text-align:center;padding:.75rem 0 .5rem;font-family:Poppins,sans-serif}@media(max-width:900px){._slide_1hp85_14{flex:0 0 300px}._slider_1hp85_14{margin-left:.5rem;margin-right:.5rem}}._section_15ytt_1{padding-top:3rem;padding-bottom:6rem;background-color:#fafafa;text-align:center}._heading_15ytt_8{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:4rem}._stepsContainer_15ytt_15{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1000px;margin:0 auto;padding:0 1rem}._stepCard_15ytt_24{background-color:#fff;border-radius:1rem;padding:2rem;text-align:left;position:relative;box-shadow:0 6px 14px #0000000d;border-left:6px solid #dcb4ce;transition:transform .3s ease}._stepCard_15ytt_24:hover{transform:translateY(-5px)}._stepNumber_15ytt_39{position:absolute;top:-20px;left:-20px;background:linear-gradient(90deg,#dcb4ce,#ec79ad);color:#fff;font-size:1.1rem;font-weight:700;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a}._stepTitle_15ytt_56{font-size:1.2rem;font-weight:700;margin-bottom:1.2rem;color:#333}._stepText_15ytt_63{font-size:.95rem;color:#555;line-height:1.6}._stepCardFull_15ytt_69{background-color:#fff;border-radius:1rem;padding:1.5rem 2rem;text-align:left;position:relative;box-shadow:0 8px 24px #00000012;border-left:8px solid #dcb4ce;grid-column:1 / -1;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.15rem}._stepCardFull_15ytt_69 ._stepNumber_15ytt_39{top:-25px;left:-25px;width:48px;height:48px;font-size:1.2rem}._stepCardFull_15ytt_69 ._stepTitle_15ytt_56{font-size:1.4rem;font-weight:700;margin-bottom:1.6rem}._stepCardFull_15ytt_69 ._stepText_15ytt_63{font-size:1.2rem;line-height:1.7}@media(max-width:600px){._section_15ytt_1{padding:3rem 1.5rem}._heading_15ytt_8{margin-bottom:2rem}._card_15ytt_115{padding:1.5rem;font-size:.95rem}._stepCardFull_15ytt_69{font-size:1rem;align-items:flex-start}._stepCardFull_15ytt_69 ._stepTitle_15ytt_56{font-size:1.1rem}._stepCardFull_15ytt_69 ._stepText_15ytt_63{font-size:.85rem;line-height:1.5}._stepCardFull_15ytt_69 ._stepNumber_15ytt_39{width:40px;height:40px;font-size:1.1rem;top:-18px;left:-18px}}@media(min-width:601px)and (max-width:900px){._section_15ytt_1{padding:3.5rem 2rem}._heading_15ytt_8{margin-bottom:2.5rem}._card_15ytt_115{padding:1.75rem}}._eventsPromo_6smy6_1{background-color:#fafafa;padding:3rem 2rem;position:relative}._eventsPromo_6smy6_1:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:90%;height:4px;background:linear-gradient(90deg,#dcb4ce,#ec79ad,#dcb4ce);border-radius:2px}._container_6smy6_19{max-width:800px;margin:0 auto;text-align:center}._title_6smy6_25{font-size:2rem;font-weight:700;color:#333;margin-bottom:.75rem}._subtitle_6smy6_32{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}._eventsButton_6smy6_39{background:linear-gradient(90deg,#dcb4ce,#ec79ad);color:#fff;padding:1rem 2.5rem;border:none;border-radius:999px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #dcb4ce4d}._eventsButton_6smy6_39:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dcb4ce66}@media(max-width:768px){._eventsPromo_6smy6_1{padding:2rem 1rem}._title_6smy6_25{font-size:1.6rem}._subtitle_6smy6_32{font-size:1rem}._eventsButton_6smy6_39{width:100%;max-width:300px;font-size:1rem;padding:.875rem 2rem}}@media(min-width:769px)and (max-width:1024px){._title_6smy6_25{font-size:1.8rem}._subtitle_6smy6_32{font-size:1.05rem}}._programsSection_42kzu_2{padding:4rem 2rem;background:#fff}._container_42kzu_7{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_42kzu_13{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:1rem}._sectionSubtitle_42kzu_21{font-size:1.2rem;color:#555;text-align:center;line-height:1.7;font-weight:500;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}._sectionSubtitle_42kzu_21 strong{color:#333;font-weight:700}._programsGrid_42kzu_38{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}._programCard_42kzu_45{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:3px solid;display:flex;flex-direction:column}._programCard_42kzu_45:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}._cardHeader_42kzu_61{padding:2.5rem 2rem 2rem;background:#fff;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}._programName_42kzu_68{font-size:2.2rem;font-weight:700;margin-bottom:.8rem;letter-spacing:-.5px}._programTagline_42kzu_75{font-size:1.2rem;font-weight:600;color:#555;font-style:italic}._cardBody_42kzu_82{padding:2rem;flex:1;display:flex;flex-direction:column}._programDescription_42kzu_89{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:2rem}._highlightsSection_42kzu_96{margin-top:auto}._highlightsTitle_42kzu_100{font-size:1rem;font-weight:700;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._highlightsList_42kzu_109{list-style:none;padding:0;margin:0}._highlightsList_42kzu_109 li{font-size:.95rem;color:#333;margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.6;font-weight:500}._highlightsList_42kzu_109 li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.1rem}._cardFooter_42kzu_134{padding:2rem;background:linear-gradient(135deg,#fef9f7,#f1e8ee);border-top:1px solid rgba(0,0,0,.05)}._pricingLabel_42kzu_140{font-size:1.1rem;font-weight:600;color:#666;text-align:center;margin-bottom:1rem}._pricingOptions_42kzu_148{display:flex;justify-content:center;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}._pricingOption_42kzu_148{text-align:center}._priceAmount_42kzu_160{font-size:2.5rem;font-weight:700;margin-bottom:.3rem}._priceSubtext_42kzu_166{font-size:.95rem;color:#666;font-weight:500}._learnMoreButton_42kzu_172{width:100%;color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}._learnMoreButton_42kzu_172:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:1024px){._programsGrid_42kzu_38{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){._programsSection_42kzu_2{padding:3rem 1rem}._sectionTitle_42kzu_13{font-size:2rem}._sectionSubtitle_42kzu_21{font-size:1.1rem;margin-bottom:2rem}._programsGrid_42kzu_38{gap:2rem}._programName_42kzu_68{font-size:1.8rem}._programTagline_42kzu_75,._programDescription_42kzu_89{font-size:1rem}}@media(max-width:480px){._cardHeader_42kzu_61{padding:2rem 1.5rem}._programName_42kzu_68{font-size:1.8rem}._programTagline_42kzu_75{font-size:1rem}._cardBody_42kzu_82,._cardFooter_42kzu_134{padding:1.5rem}._priceAmount_42kzu_160{font-size:2rem}._pricingOptions_42kzu_148{flex-direction:column;gap:1rem;align-items:center}._learnMoreButton_42kzu_172{font-size:1rem;padding:.9rem 1.5rem}}._container_157g5_1{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fefefe}._card_157g5_9{background-color:#fff;padding:3rem 2rem;border-radius:1.5rem;box-shadow:0 6px 20px #0000000d;max-width:400px;width:100%;text-align:center;font-family:Poppins,sans-serif}._heading_157g5_20{font-size:1.8rem;margin-bottom:.5rem;color:#333}._subheading_157g5_26{font-size:1rem;color:#777;margin-bottom:2rem}._form_157g5_33{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._input_157g5_40{padding:.75rem 1rem;border:1px solid #ccc;border-radius:.75rem;font-size:.95rem;font-family:Poppins,sans-serif;outline:none;background-color:#fff;color:#000}._input_157g5_40:focus{border-color:#dcb4ce}._loginButton_157g5_55{padding:.75rem 1rem;border:none;border-radius:.75rem;background-color:#dcb4ce;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._loginButton_157g5_55:hover{background-color:#caa1bd}._oauthButton_157g5_72{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.75rem;background-color:#fff;color:#111;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}._oauthButton_157g5_72:hover{background-color:#f2f2f2}._disabledButton_157g5_93{cursor:not-allowed;background-color:#ccc;color:#666;opacity:.7}._tooltipWrapper_157g5_100{position:relative}._tooltipText_157g5_105{visibility:hidden;background-color:#333;color:#fff;text-align:center;border-radius:5px;padding:6px;position:absolute;z-index:1;bottom:110%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:.75rem;white-space:nowrap}._tooltipWrapper_157g5_100:hover ._tooltipText_157g5_105{visibility:visible;opacity:1}._divider_157g5_129{margin:1rem 0;font-size:.9rem;color:#999}._registerLink_157g5_135{font-size:.9rem;color:#666;margin-top:1rem}._registerLink_157g5_135 a{color:#dcb4ce;text-decoration:none;font-weight:600}._registerLink_157g5_135 a:hover{text-decoration:underline}._forgotPasswordLink_157g5_151{color:#beabb9;font-size:.9rem;text-decoration:none;margin-top:.5rem;display:inline-block;transition:color .2s ease}._forgotPasswordLink_157g5_151:hover{color:#dcb4ce}._inputContainer_157g5_165{position:relative;display:flex;align-items:center}._passwordInput_157g5_171{width:100%;padding-right:2.5rem}._visibilityToggleIcon_157g5_176{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#999;cursor:pointer;z-index:1;transition:color .2s ease}._visibilityToggleIcon_157g5_176:hover{color:#dcb4ce}._passwordCriteria_157g5_192{margin-top:-1%;font-size:.9rem;align-items:start;text-align:left}._resetButton_157g5_199{cursor:pointer;width:100%;margin-top:1rem;padding:.75rem 1rem;border:none;border-radius:.75rem;background-color:#dcb4ce;color:#fff;font-size:1rem;font-weight:500;transition:background-color .2s ease}._resetButton_157g5_199:hover:not(:disabled){background-color:#caa1bd}._resetButton_157g5_199:disabled{background-color:#d3d3d3;color:#888;cursor:not-allowed}._error_157g5_223{color:#d9534f;background-color:#f8e8e9;padding:.75rem 1rem;margin-top:1rem;border:1px solid #f5c6cb;border-radius:5px;font-size:.95rem;text-align:center}@media(max-width:600px){._container_157g5_1{min-height:95vh}._card_157g5_9{padding:4rem 2rem}}._card_wujtk_2{background:#fff;padding:2.5rem;border-radius:1.25rem;box-shadow:0 6px 18px #0000000d;max-width:500px;min-height:740px;height:auto;margin:0 auto;display:flex;flex-direction:column;font-family:Poppins,sans-serif}._heading_wujtk_16{font-size:1.5rem;margin-bottom:1rem;color:#333;text-align:center}._inputContainer_wujtk_23{position:relative;width:100%}._input_wujtk_23{padding:.75rem 1rem;border:1px solid #ccc;border-radius:.75rem;font-size:1rem;margin-bottom:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;color:#000}._selectInputArrow_wujtk_42{background-image:url("data:image/svg+xml,%3Csvg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")}._input_wujtk_23:focus{border-color:#dcb4ce;outline:none}._passwordInput_wujtk_51{width:93%}._buttonGroup_wujtk_55{margin-top:auto;display:flex;justify-content:space-between;gap:1rem}._button_wujtk_55{flex:1;padding:.75rem;font-size:1rem;border:none;border-radius:.75rem;background-color:#dcb4ce;color:#fff;cursor:pointer;transition:background-color .2s ease}._button_wujtk_55:hover{background-color:#c29db6}._backButton_wujtk_79{background-color:#cce4f6;color:#333}._backButton_wujtk_79:hover{background-color:#b4d4ec}._inputRequired_wujtk_88::placeholder{color:#dcb4ce;font-weight:400}select._input_wujtk_23,._input_wujtk_23+button._toggleBtn_wujtk_94{vertical-align:middle;line-height:1}._toggleBtn_wujtk_94{padding:.65rem 1rem;font-size:.9rem;background-color:#f1f1f1;color:#000;border:1px solid #ccc;border-radius:.75rem;cursor:pointer;height:44px;display:flex;align-items:center;margin-bottom:1rem;min-width:140px}._toggleBtn_wujtk_94:hover{background-color:#e6e6e6}._reviewList_wujtk_118{font-size:.9rem;line-height:1.5;text-align:left;margin-bottom:1rem}._reviewItem_wujtk_125{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:flex-start}._reviewLabel_wujtk_132{font-weight:600;min-width:140px;color:#333}._reviewValue_wujtk_138{color:#555;word-break:break-word}._passwordCriteria_wujtk_143{margin-top:-3%;font-size:.9rem}@media(max-width:600px){._heading_wujtk_16{font-size:1.2rem}._card_wujtk_2{height:auto;min-height:660px}._buttonGroup_wujtk_55{flex-direction:row;gap:.75rem}._button_wujtk_55{width:45%;padding:.6rem;font-size:.95rem}._toggleBtn_wujtk_94{width:auto;font-size:.85rem}._reviewList_wujtk_118{font-size:.85rem}._passwordInput_wujtk_51{width:91%}}._checkboxContainer_wujtk_184{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}._checkbox_wujtk_184{width:1.25rem;height:.75rem;margin-top:.4rem}._checkboxLabel_wujtk_198{font-size:.9rem;color:#333;line-height:1.4;flex:1}._button_wujtk_55:disabled{background-color:#ccc;color:#666;cursor:not-allowed}._backButton_wujtk_79:disabled{background-color:#e0e0e0;color:#888;cursor:not-allowed}._disclaimerBox_wujtk_217{max-height:120px;overflow-y:auto;background-color:#f9f9f9;padding:1rem;margin-bottom:1.5rem;border:1px solid #ccc;border-radius:.75rem;font-size:.85rem;color:#444;line-height:1.5}._modalOverlay_zd7l9_5{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:20px;animation:_fadeIn_zd7l9_1 .3s ease-out}@keyframes _fadeIn_zd7l9_1{0%{opacity:0}to{opacity:1}}._modalContent_zd7l9_31{background:#fff;border-radius:24px;box-shadow:0 24px 64px #0003;padding:32px 20px 24px;max-width:600px;width:100%;position:relative;animation:_slideUp_zd7l9_1 .4s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}@keyframes _slideUp_zd7l9_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_zd7l9_59{position:sticky;top:12px;right:20px;margin-left:auto;margin-bottom:-36px;background:#f8f9fa;border:none;border-radius:50%;width:36px;height:36px;font-size:24px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}._closeButton_zd7l9_59:hover{background:#e9ecef;color:#333;transform:rotate(90deg)}._modalHeader_zd7l9_88{text-align:center;margin-bottom:16px}._modalHeader_zd7l9_88 h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.5px}._modalHeader_zd7l9_88 p{font-size:.8125rem;color:#666;margin:0}._progressSteps_zd7l9_109{display:flex;justify-content:center;align-items:center;margin-bottom:20px;gap:8px;padding:0 10px}._step_zd7l9_118{display:flex;flex-direction:column;align-items:center;gap:8px;width:60px;opacity:.4;transition:all .3s}._step_zd7l9_118._active_zd7l9_128{opacity:1}._step_zd7l9_118._completed_zd7l9_132{opacity:.7}._stepNumber_zd7l9_136{width:32px;height:32px;border-radius:50%;background:#e9ecef;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;transition:all .3s;position:relative}._step_zd7l9_118._active_zd7l9_128 ._stepNumber_zd7l9_136{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;box-shadow:0 4px 16px #ff6b9d4d;transform:scale(1.1)}._step_zd7l9_118._completed_zd7l9_132 ._stepNumber_zd7l9_136{background:linear-gradient(135deg,#67b63f,#8dd35f);color:#fff}._step_zd7l9_118._completed_zd7l9_132 ._stepNumber_zd7l9_136:after{content:"✓";position:absolute;font-size:1.2rem}._stepLabel_zd7l9_169{font-size:.6875rem;font-weight:600;color:#666;text-align:center;line-height:1.2;width:100%;word-wrap:break-word;overflow-wrap:break-word}._step_zd7l9_118._active_zd7l9_128 ._stepLabel_zd7l9_169{color:#ff6b9d;font-weight:700}._stepConnector_zd7l9_185{height:1px;width:40px;flex-shrink:0;background:#e9ecef;margin:-24px -4px 0;transition:all .3s}._stepConnector_zd7l9_185._completed_zd7l9_132{background:linear-gradient(90deg,#67b63f,#8dd35f)}._planCard_zd7l9_201{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #c7cff5;border-radius:16px;padding:16px;margin-bottom:16px;transition:all .3s}._planCard_zd7l9_201:hover{transform:translateY(-2px)}._planHeader_zd7l9_216{display:flex;align-items:center;gap:12px;margin-bottom:0;padding-bottom:0}._planIcon_zd7l9_224{font-size:2rem}._planTitle_zd7l9_228{flex:1}._planTitle_zd7l9_228 h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 4px}._planTitle_zd7l9_228 p{font-size:.8125rem;color:#666;margin:0;line-height:1.3}._planDetails_zd7l9_246{display:flex;flex-direction:column;gap:12px}._planDetail_zd7l9_246{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:12px;border:1px solid #f0f0f0}._detailLabel_zd7l9_262{font-size:.875rem;color:#666;font-weight:500}._detailValue_zd7l9_268{font-size:1.125rem;font-weight:700;color:#1a1a1a}._paymentTypeSelection_zd7l9_276{display:flex;flex-direction:column;gap:2px;margin-bottom:16px;margin-top:16px}._paymentTypeCard_zd7l9_284{width:100%;background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:16px;display:flex;align-items:center;gap:4px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden}._paymentTypeCard_zd7l9_284:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#ff6b9d0d,#ffa6c10d);transition:width .3s ease}._paymentTypeCard_zd7l9_284:hover{border-color:#ff6b9d;transform:translateY(-4px);box-shadow:0 12px 32px #ff6b9d33}._paymentTypeCard_zd7l9_284:hover:before{width:100%}._paymentTypeCard_zd7l9_284._selected_zd7l9_325{border-width:3px}._paymentTypeIcon_zd7l9_329{font-size:1.75rem;flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all .3s;margin-right:2.5%}._paymentTypeCard_zd7l9_284:hover ._paymentTypeIcon_zd7l9_329,._paymentTypeCard_zd7l9_284._selected_zd7l9_325 ._paymentTypeIcon_zd7l9_329{transform:scale(1.05)}._paymentTypeContent_zd7l9_351{flex:1;position:relative;z-index:1}._paymentTypeTitle_zd7l9_357{font-size:.85rem;font-weight:700;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.3px}._paymentTypeSubtitle_zd7l9_365{font-size:.75rem;color:#666;margin:0;font-weight:400}._paymentTypePrice_zd7l9_372{font-size:.9rem;font-weight:700;color:#555;flex-shrink:0;position:relative;z-index:1;letter-spacing:-.5px}._priceWithDiscount_zd7l9_382{display:flex;flex-direction:column;align-items:flex-end;gap:2px}._originalPrice_zd7l9_389{text-decoration:line-through;color:#999;font-size:.875rem;font-weight:500}._discountedPriceRow_zd7l9_396{display:flex;align-items:center;gap:6px}._finalPrice_zd7l9_402{font-size:1rem;font-weight:700;color:#555}._discountBadge_zd7l9_408{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:.625rem;font-weight:600;padding:2px 6px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}._recommended_zd7l9_420{position:relative;overflow:visible}._recommended_zd7l9_420:after{content:"BEST VALUE";position:absolute;top:-10px;right:-5px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;font-size:.5625rem;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;z-index:2;box-shadow:0 2px 8px #ff6b9d4d}._paymentMethodSection_zd7l9_444{margin-bottom:16px}._selectedTypeHeader_zd7l9_448{display:flex;align-items:center;gap:12px;padding:8px 16px;background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #c7cff5;border-radius:16px;margin-bottom:16px}._selectedTypeIcon_zd7l9_459{font-size:1.5rem;width:44px;height:44px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._selectedTypeContent_zd7l9_471{flex:1}._selectedTypeTitle_zd7l9_475{font-size:.9em;font-weight:700;color:#1a1a1a;margin:0}._selectedTypePrice_zd7l9_482{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0;flex-shrink:0}._paymentOptions_zd7l9_492{display:flex;flex-direction:column;gap:0px}._sectionTitle_zd7l9_498{font-size:.9375rem;font-weight:700;color:#1a1a1a;margin:10px 0 0;letter-spacing:-.2px;text-align:center}._paymentButton_zd7l9_507{width:100%;background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:10px 18px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem;font-weight:600;color:#1a1a1a;text-align:left;position:relative;overflow:hidden}._paymentButton_zd7l9_507:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#ff6b9d1a,#ffa6c11a);transition:width .3s ease}._paymentButton_zd7l9_507:hover{border-color:#ff6b9d;transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d26}._paymentButton_zd7l9_507:hover:before{width:100%}._paymentButton_zd7l9_507._selectedMethod_zd7l9_551{border-width:3px}._paymentButtonIcon_zd7l9_558{font-size:1.5rem;flex-shrink:0;position:relative;z-index:1}._paymentButtonContent_zd7l9_565{flex:1;position:relative;z-index:1}._paymentButtonTitle_zd7l9_571{font-size:.9375rem;font-weight:700;color:#1a1a1a;margin:0 0 2px}._paymentButtonSubtitle_zd7l9_578{font-size:.75rem;color:#666;margin:0;font-weight:400}._paymentButtonPrice_zd7l9_585{font-size:1.25rem;font-weight:700;color:#ff6b9d;flex-shrink:0;position:relative;z-index:1}._applePayButton_zd7l9_596{background:#000;border-color:#000;color:#fff}._applePayButton_zd7l9_596:hover{background:#1a1a1a;border-color:#1a1a1a}._applePayButton_zd7l9_596 ._paymentButtonTitle_zd7l9_571,._applePayButton_zd7l9_596 ._paymentButtonSubtitle_zd7l9_578{color:#fff}._googlePayButton_zd7l9_612{background:#fff;border:2px solid #5f6368}._paymentButton_zd7l9_507:disabled{opacity:.5;cursor:not-allowed;transform:none}._paymentButton_zd7l9_507:disabled:hover{border-color:#e9ecef;transform:none;box-shadow:none}._applePayButton_zd7l9_596:disabled:hover{background:#000;border-color:#000}._actionButtons_zd7l9_637{display:flex;gap:12px;margin-top:16px}._backButton_zd7l9_643,._nextButton_zd7l9_644{flex:1;padding:12px 20px;border-radius:16px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s;border:2px solid transparent}._backButton_zd7l9_643{background:#f8f9fa;color:#666;border-color:#e9ecef}._backButton_zd7l9_643:hover{background:#e9ecef;color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._nextButton_zd7l9_644{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none}._nextButton_zd7l9_644:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d4d}._nextButton_zd7l9_644:disabled{background:#e9ecef;color:#999;cursor:not-allowed;transform:none}._paymentContainer_zd7l9_688{margin-top:0;padding:0;background:transparent;border-radius:0;border:none}._errorMessage_zd7l9_698{background:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:.875rem;text-align:center;animation:_shake_zd7l9_1 .4s}@keyframes _shake_zd7l9_1{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@media(max-width:768px){._modalContent_zd7l9_31{padding:20px 16px;border-radius:20px 20px 0 0;max-height:95vh}._modalHeader_zd7l9_88 h2{font-size:1.125rem}._progressSteps_zd7l9_109{gap:6px;padding:0 8px;margin-bottom:16px}._step_zd7l9_118{max-width:80px}._stepNumber_zd7l9_136{width:30px;height:30px;font-size:.8125rem}._stepLabel_zd7l9_169{font-size:.625rem}._planCard_zd7l9_201{padding:14px}._paymentButton_zd7l9_507{padding:12px 16px;gap:10px}._paymentButtonIcon_zd7l9_558{font-size:1.25rem}._actionButtons_zd7l9_637{flex-direction:column-reverse;margin-top:12px}._backButton_zd7l9_643,._nextButton_zd7l9_644{width:100%}}@media(max-width:480px){._modalOverlay_zd7l9_5{padding:0;align-items:flex-end}._modalContent_zd7l9_31{border-radius:20px 20px 0 0;max-height:92vh;padding:20px}._closeButton_zd7l9_59{width:32px;height:32px;font-size:20px;top:12px;right:12px}._progressSteps_zd7l9_109{margin-bottom:16px}._modalHeader_zd7l9_88{margin-bottom:12px}._paymentTypeCard_zd7l9_284{padding:12px}._paymentTypeIcon_zd7l9_329{width:40px;height:40px;font-size:1.5rem}}._loading_zd7l9_821{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}._spinner_zd7l9_830{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#ff6b9d;border-radius:50%;animation:_spin_zd7l9_830 .8s linear infinite}@keyframes _spin_zd7l9_830{to{transform:rotate(360deg)}}._loadingText_zd7l9_845{font-size:1rem;color:#666;font-weight:500}._paymentContainer_1wjgd_1{background:#fff;border-radius:16px;padding:0;max-width:100%;margin:0;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._paymentTitle_1wjgd_12{font-size:1.125rem;font-weight:700;margin-bottom:12px;color:#1a1a1a;letter-spacing:-.4px;text-align:center}._paymentDescription_1wjgd_21{margin-bottom:24px;color:#666;font-size:.875rem;line-height:1.6;text-align:center;padding:0 8px}._paypalButton_1wjgd_30{padding:.75rem 1.5rem;background-color:#003087;border:none;border-radius:5px;font-weight:700;cursor:pointer}._continueToLogin_1wjgd_39{margintop:1rem;padding:.5rem 1rem;fontsize:1rem;cursor:pointer;background-color:#dcb4ce}._reviewItem_1wjgd_47{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}._reviewLabel_1wjgd_58{font-weight:600;color:#666;font-size:.875rem}._reviewValue_1wjgd_64{color:#1a1a1a;font-weight:600;font-size:.875rem;text-align:right;word-break:break-word}._modalOverlay_1wjgd_72{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1wjgd_85{background:#fff;padding:2rem;border-radius:10px;width:90%;max-width:400px;text-align:center}._buttonGroup_1wjgd_94{display:flex;justify-content:center;margin-top:1.5rem}._primaryButton_1wjgd_101{background-color:#dcb4ce;color:#fff;font-weight:600;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}._secondaryButton_1wjgd_111{background-color:#ccc;color:#000;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}._subscriptionButton_1wjgd_120{background:linear-gradient(135deg,#0070ba,#003087);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:8px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0070ba33;letter-spacing:.3px}._subscriptionButton_1wjgd_120:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0070ba4d}._backButton_1wjgd_141{background:#f8f9fa;color:#666;border:2px solid #e9ecef;border-radius:16px;padding:16px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:12px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px}._backButton_1wjgd_141:hover{background:#e9ecef;color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._paymentContainer_9ca0j_1{background:#fff;border-radius:16px;padding:0;max-width:100%;margin:0}._paymentTitle_9ca0j_9{font-size:1.125rem;font-weight:700;margin-bottom:12px;color:#1a1a1a;letter-spacing:-.4px;text-align:center}._paymentDescription_9ca0j_18{margin-bottom:24px;color:#666;font-size:.875rem;line-height:1.6;text-align:center;padding:0 8px}._reviewItem_9ca0j_27{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;margin-bottom:8px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}._reviewLabel_9ca0j_38{font-weight:600;color:#666;font-size:.875rem}._reviewValue_9ca0j_44{color:#1a1a1a;font-weight:600;font-size:.875rem;text-align:right}._subscriptionButton_9ca0j_51{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;margin-top:8px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff6b9d33;letter-spacing:.3px}._subscriptionButton_9ca0j_51:disabled{background:#e9ecef;color:#999;cursor:not-allowed;box-shadow:none;transform:none}._subscriptionButton_9ca0j_51:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d4d}._buttonRow_9ca0j_80{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:0}._cancelButton_9ca0j_87{background:#f8f9fa;color:#666;border:2px solid #e9ecef;border-radius:16px;padding:16px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px}._cancelButton_9ca0j_87:hover{background:#e9ecef;color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._payButton_9ca0j_107{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;border-radius:16px;padding:16px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff6b9d33;letter-spacing:.3px}._payButton_9ca0j_107:disabled{background:#e9ecef;color:#999;cursor:not-allowed;box-shadow:none;transform:none}._payButton_9ca0j_107:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d4d}._stripeError_9ca0j_134{background:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:12px;margin-top:16px;font-size:.875rem;text-align:center}._paymentForm_9ca0j_145{display:flex;flex-direction:column;margin-top:24px;gap:12px}._paymentLabel_9ca0j_152{font-size:.75rem;font-weight:600;margin-bottom:6px;color:#1a1a1a;display:block;letter-spacing:-.2px;padding-left:1%}._paymentButton_9ca0j_162{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);border:none;border-radius:16px;color:#fff;font-weight:600;font-size:.9375rem;padding:14px 24px;margin-top:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff6b9d33;width:100%}._paymentButton_9ca0j_162:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d4d}._paymentButton_9ca0j_162:disabled{background:#e9ecef;color:#999;cursor:not-allowed;transform:none;box-shadow:none}._formRow_9ca0j_190{display:flex;flex-direction:column;padding:0;margin:0}._formRowHalf_9ca0j_197{display:grid;grid-template-columns:1fr 1fr;gap:12px}._formColumn_9ca0j_203{display:flex;flex-direction:column}._input_9ca0j_208,._StripeElement_9ca0j_209{font-size:.9375rem;padding:12px 16px;border-radius:12px;border:2px solid #e9ecef;background:#fff;color:#1a1a1a;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000005}._input_9ca0j_208:focus,._StripeElement--focus_9ca0j_221{border-color:#ff6b9d;outline:none;box-shadow:0 0 0 3px #ff6b9d14,0 2px 4px #0000000a;background:#fff}._input_9ca0j_208::placeholder{color:#adb5bd}._loader_9ca0j_232{margin-left:8px;border:2px solid #f3f3f3;border-top:2px solid #555;border-radius:50%;width:14px;height:14px;animation:_spin_9ca0j_1 .8s linear infinite}@keyframes _spin_9ca0j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_4ar9d_3{display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:600px;margin:0 auto;text-align:center}._successAnimation_4ar9d_15{margin-bottom:32px;animation:_scaleIn_4ar9d_1 .6s cubic-bezier(.4,0,.2,1)}@keyframes _scaleIn_4ar9d_1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}._checkmarkCircle_4ar9d_31{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#67b63f,#8dd35f);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #67b63f4d;animation:_pulse_4ar9d_1 2s ease-in-out infinite}@keyframes _pulse_4ar9d_1{0%,to{box-shadow:0 12px 32px #67b63f4d}50%{box-shadow:0 12px 48px #67b63f80}}._checkmark_4ar9d_31{font-size:4rem;color:#fff;font-weight:700;animation:_checkmarkDraw_4ar9d_1 .8s ease-out .3s both}@keyframes _checkmarkDraw_4ar9d_1{0%{transform:scale(0) rotate(-45deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}._title_4ar9d_73{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.5px;animation:_fadeInUp_4ar9d_1 .6s ease-out .4s both}._subtitle_4ar9d_82{font-size:1.125rem;color:#666;margin:0 0 32px;line-height:1.5;animation:_fadeInUp_4ar9d_1 .6s ease-out .5s both}@keyframes _fadeInUp_4ar9d_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._detailsCard_4ar9d_103{width:100%;background:#f8f9fa;border-radius:20px;padding:24px;margin-bottom:32px;animation:_fadeInUp_4ar9d_1 .6s ease-out .6s both;border:1px solid #e9ecef}._detailRow_4ar9d_113{display:flex;justify-content:space-between;align-items:center;padding:12px 0}._detailRow_4ar9d_113:not(:last-child){border-bottom:1px solid #e9ecef}._detailLabel_4ar9d_124{font-size:.9375rem;color:#666;font-weight:500}._detailValue_4ar9d_130{font-size:1rem;font-weight:700;color:#1a1a1a}._benefitsSection_4ar9d_138{width:100%;margin-bottom:32px;animation:_fadeInUp_4ar9d_1 .6s ease-out .7s both}._benefitsTitle_4ar9d_144{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;text-align:left}._benefitsList_4ar9d_152{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}._benefitItem_4ar9d_161{display:flex;align-items:center;gap:16px;text-align:left;padding:16px;background:#fff;border-radius:16px;border:1px solid #e9ecef;transition:all .3s}._benefitItem_4ar9d_161:hover{transform:translate(8px);box-shadow:0 4px 12px #00000014}._benefitIcon_4ar9d_178{font-size:1.75rem;flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);border-radius:12px;display:flex;align-items:center;justify-content:center}._benefitItem_4ar9d_161 span:not(._benefitIcon_4ar9d_178){font-size:.9375rem;color:#333;font-weight:500;line-height:1.4}._continueButton_4ar9d_199{width:100%;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;border-radius:16px;padding:18px 32px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 8px 24px #ff6b9d4d;animation:_fadeInUp_4ar9d_1 .6s ease-out .8s both}._continueButton_4ar9d_199:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff6b9d66}._continueButton_4ar9d_199:active{transform:translateY(0)}._emailNotice_4ar9d_225{font-size:.875rem;color:#999;margin-top:24px;animation:_fadeInUp_4ar9d_1 .6s ease-out .9s both}@media(max-width:768px){._container_4ar9d_3{padding:32px 16px}._checkmarkCircle_4ar9d_31{width:100px;height:100px}._checkmark_4ar9d_31{font-size:3rem}._title_4ar9d_73{font-size:1.75rem}._subtitle_4ar9d_82{font-size:1rem}._detailsCard_4ar9d_103{padding:20px}._benefitsTitle_4ar9d_144{font-size:1.125rem}._benefitItem_4ar9d_161{padding:14px}._benefitIcon_4ar9d_178{width:44px;height:44px;font-size:1.5rem}}@media(max-width:480px){._checkmarkCircle_4ar9d_31{width:90px;height:90px}._checkmark_4ar9d_31{font-size:2.5rem}._title_4ar9d_73{font-size:1.5rem}._benefitIcon_4ar9d_178{width:40px;height:40px;font-size:1.25rem}._benefitItem_4ar9d_161 span:not(._benefitIcon_4ar9d_178){font-size:.875rem}}._affiliateHeaderContainer_10p2a_4{width:100%;padding:0;margin-bottom:24px;animation:_fadeInDown_10p2a_1 .5s ease-out}@keyframes _fadeInDown_10p2a_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._affiliateCard_10p2a_22{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 20px 20px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;box-shadow:0 8px 24px #667eea40;position:relative;isolation:isolate;color:#fff}._affiliateCard_10p2a_22:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff14;border-radius:50%}._logosContainer_10p2a_48{display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border-radius:16px;padding:16px 8px;box-shadow:0 4px 16px #00000026;position:relative;z-index:1;height:60px}._logoWrapper_10p2a_63{display:flex;align-items:center;justify-content:center;width:100px}._affiliateLogo_10p2a_70{height:150px;object-fit:contain;flex-shrink:0}._svgIconWrapper_10p2a_77{height:80px;justify-content:center;flex-shrink:0}._svgIconWrapper_10p2a_77 svg{width:200px!important}._appLogoWrapper_10p2a_94{display:flex;align-items:center}._appLogo_10p2a_94{height:75px;width:auto;object-fit:contain}._affiliateInfo_10p2a_106{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1;align-items:center}._partnershipText_10p2a_115{font-size:.6875rem;font-weight:600;color:#ffffffd9;margin:0;text-transform:uppercase;letter-spacing:1.8px}._affiliateName_10p2a_124{font-size:1.75rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px;line-height:1.2}._customMessage_10p2a_133{font-size:1rem;color:#fffffff2;font-weight:500;margin:8px 0 0;font-style:italic;line-height:1.4}._description_10p2a_142{font-size:.875rem;color:#fffc;margin:0;line-height:1.5;font-weight:400}._translateButton_10p2a_150{margin-top:12px;padding:8px 16px;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._translateButton_10p2a_150:hover{background:#ffffff4d;transform:translateY(-1px)}._translateButton_10p2a_150:active{transform:translateY(0)}._translateButton_10p2a_150 svg{width:16px;height:16px}._planSelectorContainer_giv4h_3{width:100%;margin:0 auto 32px;padding:0}._header_giv4h_9{text-align:center;margin-bottom:24px;padding:0 16px}._header_giv4h_9 h2{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 12px}._header_giv4h_9 p{font-size:1rem;color:#718096;margin:0}._linkButton_giv4h_28{background:none;border:none;color:#667eea;text-decoration:underline;cursor:pointer;font-size:inherit;padding:0;font-weight:500}._linkButton_giv4h_28:hover{color:#764ba2}._plansScrollContainer_giv4h_43{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:16px;margin-right:20px}._plansScrollContainer_giv4h_43::-webkit-scrollbar{display:none}._plansScroll_giv4h_43{display:flex;gap:16px;padding:0 16px 16px}@media(min-width:1024px){._plansScroll_giv4h_43{width:100%;justify-content:center}}._planCard_giv4h_70{flex:0 0 280px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;min-height:240px}._planCard_giv4h_70:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 12px 24px #667eea26}._planCard_giv4h_70._selected_giv4h_90{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 8px 24px #667eea33}._planHeader_giv4h_100{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._planName_giv4h_107{font-size:1.25rem;font-weight:700;color:#2d3748;margin:0;flex:1}._checkmark_giv4h_115{width:28px;height:28px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-left:12px}._planDescription_giv4h_128{font-size:.875rem;color:#4a5568;line-height:1.5;margin:0 0 auto;flex:1}._discountBadge_giv4h_136{display:inline-block;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-size:.75rem;font-weight:700;padding:6px 12px;border-radius:8px;margin:12px 0 0;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #48bb784d}._planPricing_giv4h_150{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}._priceOption_giv4h_160{display:flex;flex-direction:column;align-items:center;gap:4px}._originalPrice_giv4h_167{font-size:.875rem;font-weight:500;color:#a0aec0;text-decoration:line-through}._price_giv4h_160{font-size:1.5rem;font-weight:700;color:#667eea}._priceLabel_giv4h_180{font-size:.75rem;color:#718096;text-transform:uppercase;letter-spacing:.5px}._priceDivider_giv4h_187{font-size:.875rem;color:#cbd5e0;font-weight:500}._loadingState_giv4h_193,._emptyState_giv4h_194{text-align:center;padding:48px 24px;color:#718096}._loadingState_giv4h_193 p,._emptyState_giv4h_194 p{margin:0 0 20px;font-size:1rem}._viewProgramsButton_giv4h_206{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:12px 32px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._viewProgramsButton_giv4h_206:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}._viewProgramsButton_giv4h_206:active{transform:translateY(0)}@keyframes _fadeIn_giv4h_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._planCard_giv4h_70{animation:_fadeIn_giv4h_1 .4s ease-out forwards}._paymentContainer_1q0ek_1{display:flex;flex-direction:column;align-items:center;justify-content:center}._defaultBanner_1q0ek_8{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:32px 24px;margin:0 16px 24px;text-align:center;box-shadow:0 8px 24px #667eea33}._appLogo_1q0ek_17{width:120px;height:auto;margin:0 auto 16px;display:block;filter:brightness(0) invert(1)}._welcomeText_1q0ek_25{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 8px}._tagline_1q0ek_32{font-size:1rem;color:#ffffffe6;margin:0;font-weight:400}._challengeHeader_1q0ek_39{text-align:center;font-size:1rem;font-weight:500;color:#333;background-color:#f8f8f8;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}._challengeHeader_1q0ek_39 p{font-size:1rem}._loadingOverlay_1q0ek_55{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffffd9;display:flex;justify-content:center;align-items:center;z-index:999;font-size:1.5rem}._wrapper_1hl9b_2{margin:.5rem;display:flex;flex-direction:column;align-items:center;font-family:Poppins,sans-serif}._track_1hl9b_10{width:100%;max-width:500px;height:5px;background-color:#eee;border-radius:1rem;overflow:hidden;margin-bottom:.5rem}._bar_1hl9b_20{height:100%;background-color:#dcb4ce;transition:width .3s ease-in-out}._label_1hl9b_26{font-size:.9rem;color:#666;text-align:center}._container_44xif_1{padding:3rem 1.5rem;font-family:Poppins,sans-serif;max-width:1200px;margin:0 auto}._headerRow_44xif_9{display:grid;grid-template-columns:auto 1fr 3fr;gap:2rem;align-items:stretch;flex-wrap:wrap;margin-bottom:2rem;min-height:250px;max-height:250px;overflow-x:auto}._greetingContainer_44xif_21{width:260px;max-width:260px;box-shadow:none!important;border-radius:0!important;padding-left:.5rem;justify-self:start}._greeting_44xif_21{flex:1;border-radius:0rem;box-shadow:none;font-size:2rem;font-weight:600;color:#333}._affirmationBanner_44xif_39{background:linear-gradient(90deg,#fef9f7,#f1e8ee);border-left:5px solid #dcb4ce;border-radius:8px;padding:12px 16px;box-shadow:0 2px 6px #0000000d;color:#333;transition:background-color .3s ease;min-height:unset;height:auto;box-sizing:border-box}._affirmationTextPrimary_44xif_53{margin:0;font-weight:600;font-size:1rem;color:#333;line-height:1.5}._affirmationTextSecondary_44xif_61{margin:.3rem 0 0;font-weight:400;font-size:.9rem;color:#666;line-height:1.4}._affirmationText_44xif_53{margin:0;font-weight:500;font-size:.9rem;color:#333;line-height:1.5}._saveButton_44xif_77{font-size:.75rem;padding:2.5% 3%}._sub_44xif_82{font-size:1rem;color:#555;margin-top:1rem}._flipCard_44xif_88{border-radius:1.25rem;box-shadow:0 4px 12px #00000012;padding:.1rem 1rem;box-sizing:border-box}._wideFlipCard_44xif_95{background-color:#fefefe}._showMobile_44xif_100{display:none!important}._wideFlipCardTDEE_44xif_104{min-width:26.7rem;background-color:#fefefe;margin:0 auto;max-height:245px}._dashboardGrid_44xif_111{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}._card_44xif_117{background-color:#fff;padding:1rem 1.75rem;border-radius:1.25rem;box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease;position:relative}._card_44xif_117:hover{transform:translateY(-4px);cursor:pointer}._clickableCard_44xif_134{position:relative;overflow:visible}._cardArrow_44xif_139{position:absolute;top:1rem;right:1.5rem;width:32px;height:32px;color:#dcb4ce;transition:transform .3s ease,color .3s ease;pointer-events:none;display:flex;align-items:center;justify-content:center}._cardArrow_44xif_139 svg{width:100%;height:100%}._clickableCard_44xif_134:hover ._cardArrow_44xif_139{transform:translate(5px);color:#c29db6}._featureCard_44xif_163 ._cardArrow_44xif_139{color:#ffffffe6;z-index:2}._featureCard_44xif_163:hover ._cardArrow_44xif_139{color:#fff}._card_44xif_117 h3{margin-bottom:.5rem;font-size:1.25rem;color:#333}._card_44xif_117 p{font-size:.95rem;color:#555;margin-bottom:1rem;flex:1}._quickStats_44xif_185{display:flex;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #eee}._statItem_44xif_193{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}._statNumber_44xif_201{font-size:1.75rem;font-weight:700;color:#dcb4ce;line-height:1}._statLabel_44xif_208{font-size:.75rem;color:#666;text-align:center}._card_44xif_117 button{align-self:flex-start;background-color:#dcb4ce;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.75rem;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;min-width:150px}._card_44xif_117 button:hover{background-color:#c29db6}._card_44xif_117 button:disabled{background-color:#ddd;color:#777;cursor:not-allowed}._featureCard_44xif_163{grid-row:span 2;background-image:url(https://ubiquinol.org/sites/default/files/5%20Ways%20To%20Meal%20Plan%20Smarter.jpeg);background-size:cover;background-position:center;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;margin-top:-30%}._featureCard_44xif_163:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#83838380;border-radius:1.25rem;z-index:0}._featureCard_44xif_163>*{position:relative;z-index:1}._featureCard_44xif_163>._cardArrow_44xif_139{position:absolute;z-index:2}._featureCard_44xif_163 h3,._featureCard_44xif_163 p{color:#fff}._splitCard_44xif_276{grid-row:span 2;background-color:#fff;border-radius:1.25rem;box-shadow:0 4px 12px #0000000a;flex-direction:column;justify-content:space-between;transition:transform .2s ease}._splitCard_44xif_276:hover{transform:translateY(-4px);cursor:pointer}._textSection_44xif_292{flex:1;display:flex;padding:4.2rem 1.75rem 1.75rem;flex-direction:column;justify-content:space-between}._textSection_44xif_292 h3{font-size:1.25rem;margin:0 0 .5rem;color:#333}._textSection_44xif_292 p{font-size:.95rem;margin-bottom:1rem;color:#555}._textSection_44xif_292 button{background-color:#dcb4ce;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.75rem;cursor:pointer;font-size:.9rem;transition:background-color .2s ease;align-self:flex-start}._textSection_44xif_292 button:hover{background-color:#c29db6}._imageSection_44xif_328{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}._imageOverlay_44xif_336{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(to bottom,#0006,#0000);border-radius:1rem 1rem 0 0;z-index:1}._imageSection_44xif_328 img{width:100%;height:14.5rem;object-fit:cover;object-position:top;border-radius:1rem 1rem 0 0;z-index:0}._disabledCard_44xif_356{opacity:.6;pointer-events:none;position:relative}._disabledCard_44xif_356:after{content:"🔒 Unlocks on your challenge start date";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffd9;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;color:#333;font-weight:700;text-align:center;box-shadow:0 2px 6px #0003;max-width:80%;pointer-events:none;z-index:2}._custom-beacon_44xif_381{position:absolute;top:100px;left:50%;transform:translate(-50%);width:20px;height:20px;background:red;border-radius:50%;animation:_pulse_44xif_1 1.5s infinite}._tabHeader_44xif_394{display:flex;gap:.5rem;align-items:center;justify-content:flex-start;padding:0;margin-bottom:.5rem}._tabHeader_44xif_394 button{font-size:.95rem;padding:.25rem .75rem;border-radius:.5rem;border:none;background:#f3f3f3;color:#aaa;cursor:pointer;height:2rem;min-width:70px;transition:background .2s,color .2s}._tabHeader_44xif_394 button._activeTab_44xif_418,._activeTab_44xif_418{background:#eee;color:#000;font-weight:600}._tabHeader_44xif_394 button:hover{background:#e0e0e0;color:#222}._tabContent_44xif_432{padding:0;transition:opacity .3s ease;background-color:#4caf50}._tabContent_44xif_432>*{animation:_fadeIn_44xif_1 .3s ease}@media(max-width:600px){._container_44xif_1{display:grid;grid-template-rows:auto 1fr;padding:0rem .25rem}._showWeb_44xif_450{display:none!important}._showMobile_44xif_100{display:block!important;height:250px}._headerRow_44xif_9{display:grid;grid-template-columns:1fr;min-height:400px;overflow:hidden;align-items:start}._greetingContainer_44xif_21{width:100%;max-width:95%;height:auto;flex:1;box-shadow:none!important;border-radius:0!important;padding-left:.5rem;justify-self:start;margin-bottom:0}._greeting_44xif_21{font-size:1.5rem;font-family:Poppins,sans-serif}._affirmationBanner_44xif_39{width:100%;padding:12px 16px;margin-bottom:0;justify-content:center;align-items:center;min-height:unset;height:auto;box-sizing:border-box}._affirmationTextPrimary_44xif_53{margin:0;font-size:.8rem}._affirmationTextSecondary_44xif_61{font-size:.7rem}._affirmationText_44xif_53{font-size:.8rem}._sub_44xif_82{display:none}._flipCard_44xif_88{width:100%;box-shadow:0 4px 12px #0000000d;text-align:center;border-radius:1.25rem;overflow:hidden;box-sizing:border-box;margin:0 auto;background:linear-gradient(90deg,#fcf9fb,#fff)}._flipCard_44xif_88 h4{font-size:1.1rem}._wideFlipCard_44xif_95{min-width:22em}._wideFlipCardTDEE_44xif_104{min-width:22em;min-height:390px;max-height:390px}._dashboardGrid_44xif_111{grid-template-columns:1fr}._featureCard_44xif_163{margin-top:0}._tabHeader_44xif_394{flex-direction:row;border-bottom:none;gap:.2rem;padding:0;margin:0}._tabHeader_44xif_394 button{border:1px solid #eee;border-radius:6px;border-bottom:none;font-size:.8rem}._tabHeader_44xif_394 button._activeTab_44xif_418{color:#000}._cardArrow_44xif_139{top:.75rem;right:1rem;width:28px;height:28px}}._wrapper_tmigs_1{display:grid;align-items:center;font-family:Poppins,sans-serif;font-size:1rem;color:#555;position:relative}._labelWrapper_tmigs_12{display:flex;align-items:center}._calorieLabel_tmigs_18{font-size:.8rem;font-weight:500;color:#555;margin:.25rem 0}._tooltip_tmigs_25{position:absolute;top:120%;left:0;background-color:#333;color:#fff;padding:.5rem .75rem;font-size:.8rem;border-radius:.5rem;white-space:nowrap;opacity:0;transform:translateY(-5px);transition:all .3s ease;pointer-events:none;z-index:5}._valueSecondRow_tmigs_42{width:100%}._labelRow_tmigs_46{display:flex;align-items:center;justify-content:space-between;width:100%;color:#333;font-size:1.05rem}._labelRow_tmigs_46 b{margin:0;font-weight:700}._tdee_tmigs_60{display:flex;justifyContent:"space-between";margin-top:1rem}._infoIcon_tmigs_66{display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:#999;transition:transform .2s ease}._infoIcon_tmigs_66:hover{transform:scale(1.15)}._value_tmigs_42{font-weight:700;font-size:1.25rem;color:#333}._flipCardInner_tmigs_86{transition:transform .6s;transform-style:preserve-3d}._flipCardInner_tmigs_86._flipped_tmigs_91{transform:rotateY(180deg)}._flipCardFront_tmigs_95,._flipCardBack_tmigs_96{position:absolute;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center}._flipCardBack_tmigs_96{top:0;left:0;width:100%;transform:rotateY(180deg)}._detailsButton_tmigs_111{background-color:#dcb4ce;color:#fff;border:none;padding:.4rem .9rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;transition:background-color .2s ease,transform .1s ease;width:fit-content}._detailsButton_tmigs_111:hover{background-color:#c89eb8;transform:translateY(-1px)}._detailsButton_tmigs_111:active{transform:translateY(0)}._macroSummary_tmigs_133{margin-top:.5rem;font-size:.95rem;color:#444}._goalSelect_tmigs_139{width:14rem;font-size:.95rem;font-weight:500;padding:.35rem .5rem;border:1px solid #eeeeee;border-radius:.5rem;background-color:#fff;color:#333;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}._goalSelect_tmigs_139:focus{border-color:#dcb4ce}._chartGrid_tmigs_158{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}._chartItem_tmigs_165{width:90px;margin:0 auto;text-align:center;font-family:Poppins,sans-serif}._amountLeft_tmigs_173{margin-top:5px;font-size:.87rem}._macroTable_tmigs_178{display:table;width:100%;margin-top:1rem}._macroRow_tmigs_184{display:table-cell}._macroRow_tmigs_184 span{display:table;vertical-align:top}._macroRow_tmigs_184 ._label_tmigs_12{font-weight:700;padding-right:1rem;font-size:14px}@media(max-width:600px){._flipCardFront_tmigs_95,._flipCardBack_tmigs_96{width:100%;text-align:left}._goalSelect_tmigs_139{width:10rem;font-size:.75rem;padding:.35rem .5rem;border:1px solid #eeeeee;border-radius:.5rem;background-color:#fff;color:#333;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}._chartGrid_tmigs_158{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.1rem}._chartItem_tmigs_165{width:90%;text-align:center}._tdee_tmigs_60{display:flex;justifyContent:"space-between";margin-top:2.5rem}._macroRow_tmigs_184 span{padding:0}._macroRow_tmigs_184 ._label_tmigs_12{font-weight:700;color:#555}._macroRow_tmigs_184 ._palnValue_tmigs_269{font-weight:300;font-size:.75rem}._amountLeft_tmigs_173{font-size:80%}}._flipCardInner_liqo0_2{transition:transform .6s;transform-style:preserve-3d}._flipCardInner_liqo0_2._flipped_liqo0_7{transform:rotateY(180deg)}._flipCardFront_liqo0_11,._flipCardBack_liqo0_11{position:absolute;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;width:95%;height:180px;min-height:180px;background-color:#fff}._chartContainer_liqo0_24{width:100%;height:140px;min-height:140px;display:flex;align-items:center;justify-content:center}._flipCardBack_liqo0_11{top:0;left:0;width:100%;height:260px;min-height:220px;transform:rotateY(180deg)}._stepSummary_liqo0_42{background-color:#fff;padding:1.25rem 1.5rem;border-radius:1.25rem;box-shadow:0 4px 12px #0000000a;min-width:240px;min-height:150px;flex:1}._stepCardHeader_liqo0_52{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;width:95%}._flipCardFront_liqo0_11 h4{margin:0 0 .25rem;font-size:1.1rem;color:#333}._flipCardFront_liqo0_11 p{font-size:.95rem;color:#555;margin-bottom:.75rem}._stepCardActions_liqo0_72{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}button:focus{outline:none;box-shadow:none;border:none}._stepExpanded_liqo0_87{height:90%;width:90%}._stepExpanded_liqo0_87 input{margin-bottom:.75rem;padding:.45rem;font-size:.9rem;border-radius:.5rem;border:1px solid #ccc;width:100%}._stepExpanded_liqo0_87 button{background-color:#dcb4ce;color:#fff;border:none;padding:.45rem 1rem;border-radius:.6rem;cursor:pointer;font-size:.85rem;margin-right:.5rem;margin-top:.5rem}._stepExpanded_liqo0_87 ul{margin-top:1rem;padding-left:.1rem;list-style:none;max-height:160px;overflow-y:auto}._historyItem_liqo0_123{background-color:#f8f8f8;border:1px solid #eee;padding:.5rem 1rem;margin-bottom:.5rem;border-radius:.5rem;font-size:.9rem;color:#444;display:flex;justify-content:space-between;align-items:center}._stepInputRow_liqo0_136{display:flex;gap:1rem;justify-content:space-between;align-items:center;width:100%}._stepInputRow_liqo0_136 input{flex:1;min-width:120px}._stepHeader_liqo0_149{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%}._stepHeader_liqo0_149 h3{font-size:1.1rem;color:#333;margin:0}._stepActions_liqo0_163{display:flex;gap:.75rem}._iconButton_liqo0_168{cursor:pointer;font-size:1.2rem;color:#777;transition:color .2s ease}._iconButton_liqo0_168:hover{color:#333}._saveMessage_liqo0_179{margin-top:.5rem;font-size:.85rem;color:#4caf50;opacity:0;animation:_fadeInOut_liqo0_1 2.5s ease forwards}@keyframes _fadeInOut_liqo0_1{0%{opacity:0;transform:translateY(-4px)}10%,90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@media(max-width:600px){._flipCardFront_liqo0_11,._flipCardBack_liqo0_11{height:180px;min-height:180px}._chartContainer_liqo0_24{height:100px;min-height:100px}._stepInputRow_liqo0_136{flex-direction:column;align-items:stretch;gap:.75rem}._stepInputRow_liqo0_136 input{min-width:100%}._stepActions_liqo0_163{justify-content:flex-start;gap:.75rem}}._modalContent_1esis_2{background-color:#fff;padding:2rem;border-radius:1rem;max-width:1200px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #00000026;position:relative}._modalBackdrop_1esis_14{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:999}._modalFooter_1esis_27{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:1.5rem}._responsiveFrame_1esis_35{width:100%;max-width:800px;aspect-ratio:16 / 9;border:none;display:block}._selectionCount_1esis_43{font-size:.9rem;color:#555}._modalButtons_1esis_48{display:flex;gap:10px}._btnCancel_1esis_53{background-color:transparent;border:1px solid #ccc;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;color:#333;transition:background-color .2s ease}._btnCancel_1esis_53:hover{background-color:#f2f2f2}._btnSave_1esis_68{background-color:#dcb4ce;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}._btnSave_1esis_68:hover{background-color:#c29db6}._btnSave_1esis_68:disabled{background-color:#e6d7e1;cursor:not-allowed}._affirmationItem_1esis_88{background-color:#f9f9f9;padding:.6rem .85rem;border-radius:.5rem;margin-bottom:.5rem;cursor:pointer;transition:background-color .2s ease;border:1px solid transparent;font-size:.85rem}._affirmationItem_1esis_88:hover{background-color:#f0f0f0}._selected_1esis_103{background-color:#dcb4ce;color:#fff;border-color:#c29db6}._videoSection_1esis_109{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}._videoWrapperModal_1esis_116{max-width:800px;width:100%;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem;position:relative;padding-top:56.25%}._iframeFluid_1esis_127{position:absolute;top:0;left:0;width:100%;height:100%;border:0;display:block}._backButton_1esis_137{background-color:transparent;border:1px solid #dcb4ce;color:#dcb4ce;padding:.4rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;transition:all .2s ease;align-self:flex-start;margin-bottom:1rem}._languageRow_1esis_150{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0;background-color:#f9f9f9;padding:10px;border-radius:8px;box-shadow:0 1px 3px #0000000d}._selectLanguage_1esis_162{width:14rem;font-size:.95rem;font-weight:500;padding:.35rem .5rem;border:1px solid #eeeeee;border-radius:.5rem;background-color:#fff;color:#333;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease;min-height:40px}._backButton_1esis_137:hover{background-color:#dcb4ce;color:#fff}._continueButton_1esis_183{background-color:#dcb4ce;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:.5rem;cursor:pointer;font-size:1rem;transition:background-color .2s ease}._continueButton_1esis_183:hover{background-color:#c29db6}._modalOverlay_1esis_198{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._closeIcon_1esis_211{position:absolute;top:10px;right:15px;font-size:1.8rem;font-weight:600;color:#333;cursor:pointer;background:none;border:none;z-index:10;transition:color .2s ease}._closeIcon_1esis_211:hover{color:#dcb4ce}._modalTitle_1esis_229{font-size:1.5rem;color:#dcb4ce;margin-bottom:1rem;text-align:center}._modalIntro_1esis_236{font-size:.9rem;color:#444;line-height:1.8;text-align:left;margin:0 auto 2rem;padding:0 .25rem;text-indent:2em}._affirmationList_1esis_246{list-style:none;padding-left:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:.5rem}._affirmationList_1esis_246 li{margin-bottom:.5rem;font-size:.8rem;color:#444;margin-right:1%}._affirmationCheckbox_1esis_261{margin-right:.75rem;transform:scale(1.2);margin-top:.2rem}._modalActions_1esis_267{display:flex;justify-content:space-between;margin-top:1.5rem}._saveButton_1esis_273{background-color:#dcb4ce;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}._saveButton_1esis_273:hover{background-color:#c29db6}._cancelButton_1esis_288{background-color:transparent;border:1px solid #ccc;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.9rem;color:#333;transition:background-color .2s ease}._cancelButton_1esis_288:hover{background-color:#f2f2f2}._introFlipBlock_1esis_304{margin:.25rem 0}._introSwap_1esis_309{position:relative;width:100%}._introPane_1esis_310{transition:opacity .25s ease,transform .25s ease,max-height .25s ease;will-change:opacity,transform,max-height}._introPaneVisible_1esis_314{opacity:1;transform:translateZ(0);max-height:2000px}._introPaneHidden_1esis_319{opacity:0;transform:translateY(-2px);max-height:0;overflow:hidden;pointer-events:none}._linkButton_1esis_327{color:#ec79ad;font-size:.9rem;background:none;border:none;cursor:pointer;padding:0 0 0 .5%}._modalIntroTranslated_1esis_338{font-size:.9rem;line-height:1.55;color:#555}._flipCard_1esis_345{perspective:1000px;width:100%}._flipInner_1esis_346{position:relative;width:100%;transform-style:preserve-3d;transition:transform .45s ease,height .25s ease}._flipped_1esis_352 ._flipInner_1esis_346{transform:rotateY(180deg)}._flipFront_1esis_354,._flipBack_1esis_354{position:absolute;top:0;right:0;bottom:0;left:0;backface-visibility:hidden}._flipBack_1esis_354{transform:rotateY(180deg)}._saveButtonLoading_1esis_362{pointer-events:none;opacity:.85}._saveButtonLoading_1esis_362 ._spinner_1esis_368{width:1em;height:1em;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;display:inline-block;animation:_btnSpin_1esis_1 .8s linear infinite;margin-right:8px;vertical-align:-2px}@keyframes _btnSpin_1esis_1{to{transform:rotate(360deg)}}._saveButtonSuccess_1esis_385{background-color:#2e7d32;box-shadow:0 0 #2e7d3266;transition:background-color .25s ease,box-shadow .25s ease,transform .1s ease;color:#fff}._saveButtonSuccess_1esis_385:hover{background-color:#276a2b}._saveButtonSuccess_1esis_385:active{transform:translateY(1px)}._btnSave_1esis_68:disabled{background-color:#e6d7e1;opacity:.9;cursor:not-allowed}@media(prefers-reduced-motion:reduce){._saveButtonLoading_1esis_362 ._spinner_1esis_368{animation:none}}@media(max-width:600px){._modalBackdrop_1esis_14{align-items:flex-end;padding:0}._modalContent_1esis_2{width:100%;max-width:100%;border-radius:12px 12px 0 0;padding:1rem;max-height:85vh;height:auto;margin:0;box-shadow:0 -4px 16px #0003;padding-bottom:max(env(safe-area-inset-bottom),16px)}._modalTitle_1esis_229{font-size:1.2rem;margin-bottom:.75rem;text-align:center}._modalIntro_1esis_236{font-size:.8rem;line-height:1.6;text-indent:0;padding:3%;max-width:90ch}._languageRow_1esis_150{gap:5px;padding:8px}._selectLanguage_1esis_162{width:100%;max-width:100%;min-height:50px;font-size:.85rem}._affirmationList_1esis_246{display:grid;grid-template-columns:1fr;gap:.25rem;width:94%;max-width:600px;margin:0 auto;justify-items:stretch;align-items:start}._affirmationItem_1esis_88{font-size:.8rem;padding:.55rem .75rem}._modalButtons_1esis_48{display:flex;flex-direction:column;gap:10px;width:100%}._modalButtons_1esis_48>button,._continueButton_1esis_183{width:100%;justify-content:center;text-align:center}._videoSection_1esis_109{width:100%;align-items:stretch}._videoWrapperModal_1esis_116{max-width:100%}._buttonWrapper_1esis_499{gap:0px}._closeIcon_1esis_211{position:absolute;top:5px;right:5px;font-size:1.8rem;font-weight:600;color:#333;cursor:pointer;background:none;border:none;z-index:10;transition:color .2s ease;min-width:50px;min-height:10px;text-align:right}._introFlipBlock_1esis_304{padding:5%}}._spinnerContainer_1k7w1_1{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}._spinner_1k7w1_1{width:64px;height:64px;border:4px solid rgba(220,180,206,.2);border-top:4px solid #dcb4ce;border-radius:50%;animation:_spin_1k7w1_1 .8s ease-in-out infinite;margin-bottom:1rem;box-shadow:0 0 8px #0000001a}@keyframes _spin_1k7w1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_1k7w1_29{font-size:1rem;font-weight:500;margin-top:.5rem;color:#7d4a64;text-align:center}._cookingImage_1k7w1_37{width:150px;height:auto;margin-bottom:1rem}._modalBackdrop_g7os6_4{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:10000;animation:_fadeIn_g7os6_1 .3s ease-out}@keyframes _fadeIn_g7os6_1{0%{opacity:0}to{opacity:1}}._modalContent_g7os6_27{background-color:#fff;padding:2rem;border-radius:1.5rem 1.5rem 0 0;max-width:1200px;width:90%;max-height:65vh;overflow-y:auto;box-shadow:0 -4px 12px #00000026;position:relative;animation:_slideUpFromBottom_g7os6_1 .35s cubic-bezier(.4,0,.2,1);-webkit-overflow-scrolling:touch}@keyframes _slideUpFromBottom_g7os6_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._closeIcon_g7os6_54{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.75rem;cursor:pointer;color:#666;padding:.25rem;line-height:1;transition:all .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;z-index:10}._closeIcon_g7os6_54:hover{color:#333;background:#f0f0f0;transform:rotate(90deg)}._modalTitle_g7os6_81{font-size:1.5rem;font-weight:600;margin:0 0 1rem;color:#333;text-align:center}._modalBody_g7os6_89{width:100%}@media(max-width:768px){._modalContent_g7os6_27{width:95%;padding:1.5rem;max-height:95vh}._modalTitle_g7os6_81{font-size:1.25rem;margin-right:2rem}._closeIcon_g7os6_54{top:.75rem;right:.75rem}}@media(max-width:480px){._modalContent_g7os6_27{width:100%;height:100%;max-height:100vh;border-radius:1.5rem 1.5rem 0 0;padding:1rem}}._evmOverlay_se0ut_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:2000;display:flex;align-items:center;justify-content:center}._evmModal_se0ut_14{background:#fff;border-radius:10px;padding:2rem 2.5rem;box-shadow:0 2px 16px #0003;max-width:340px;text-align:center;position:relative}._evmTitle_se0ut_24{margin-bottom:1rem;font-size:1.3rem;font-weight:600}._evmDesc_se0ut_30{margin-bottom:1.2rem;font-size:1rem;color:#444}._evmInput_se0ut_36{width:90%;padding:.6rem;margin-bottom:.5rem;border-radius:5px;border:1px solid #ccc;font-size:1rem;text-align:center;letter-spacing:.3rem}._evmError_se0ut_47{min-height:1.2em;margin-bottom:.5rem;color:#d32f2f;font-size:.98em}._evmActions_se0ut_54{display:flex;gap:.25rem;justify-content:center;margin-top:.2rem}._evmButton_se0ut_61{background:#007bff;color:#fff;border:none;border-radius:5px;padding:.4rem .9rem;font-size:.9rem;cursor:pointer;opacity:1;transition:background .2s,opacity .2s}._evmButton_se0ut_61:disabled{background:#aaa;cursor:not-allowed;opacity:.7}._evmButtonClose_se0ut_78{background:#888}._evmButtonResend_se0ut_82{background:#f0ad4e}._overlay_ih1ga_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modal_ih1ga_15{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:_slideIn_ih1ga_1 .3s ease-out}@keyframes _slideIn_ih1ga_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._header_ih1ga_37{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:16px 16px 0 0;text-align:center}._title_ih1ga_45{margin:0;font-size:1.5rem;font-weight:600}._content_ih1ga_51{padding:32px 24px}._greeting_ih1ga_55{font-size:1.1rem;margin-bottom:24px;color:#333;text-align:center}._benefits_ih1ga_62{background:#f8f9ff;border:2px solid #e1e7ff;border-radius:12px;padding:20px;margin-bottom:24px}._benefitsTitle_ih1ga_70{color:#4c51bf;font-size:1.1rem;margin:0 0 12px;font-weight:600}._benefitsList_ih1ga_77{margin:0;padding-left:0;list-style:none}._benefitsList_ih1ga_77 li{margin-bottom:8px;font-size:1rem;color:#2d3748;display:flex;align-items:center;gap:8px}._actionNeeded_ih1ga_92{background:#fff5f5;border:2px solid #fed7d7;border-radius:12px;padding:20px;margin-bottom:20px}._actionTitle_ih1ga_100{color:#c53030;font-size:1.1rem;margin:0 0 12px;font-weight:600}._actionText_ih1ga_107{margin-bottom:12px;color:#2d3748;line-height:1.5}._requiredFields_ih1ga_113{margin:0;padding-left:20px;color:#2d3748}._requiredFields_ih1ga_113 li{margin-bottom:6px;line-height:1.4}._note_ih1ga_124{text-align:center;color:#6b7280;font-style:italic;margin:0;padding:16px;background:#f9fafb;border-radius:8px}._actions_ih1ga_134{padding:0 24px 24px;display:flex;gap:12px;flex-direction:column}._primaryButton_ih1ga_141{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}._primaryButton_ih1ga_141:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._primaryButton_ih1ga_141:active{transform:translateY(0)}._secondaryButton_ih1ga_163{background:transparent;color:#6b7280;border:2px solid #e5e7eb;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}._secondaryButton_ih1ga_163:hover{background:#f9fafb;border-color:#d1d5db;color:#4b5563}@media(max-width:640px){._overlay_ih1ga_1{padding:16px}._modal_ih1ga_15{max-height:95vh}._header_ih1ga_37{padding:20px 16px}._title_ih1ga_45{font-size:1.3rem}._content_ih1ga_51{padding:24px 16px}._actions_ih1ga_134{padding:0 16px 20px}._primaryButton_ih1ga_141,._secondaryButton_ih1ga_163{padding:14px 20px;font-size:.95rem}}._error_mjo2o_5{color:#dc3545;background:#fff5f5;padding:12px 16px;border-radius:8px;margin-bottom:16px;border-left:4px solid #dc3545;font-size:.9rem}._progressSteps_mjo2o_17{display:flex;justify-content:center;align-items:center;margin-bottom:20px;gap:8px;padding:0 10px}._step_mjo2o_26{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;max-width:90px;opacity:.4;transition:all .3s}._step_mjo2o_26._active_mjo2o_37{opacity:1}._step_mjo2o_26._completed_mjo2o_41{opacity:.7}._stepNumber_mjo2o_45{width:32px;height:32px;border-radius:50%;background:#e9ecef;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;transition:all .3s;position:relative}._step_mjo2o_26._active_mjo2o_37 ._stepNumber_mjo2o_45{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;box-shadow:0 4px 16px #ff6b9d4d;transform:scale(1.1)}._step_mjo2o_26._completed_mjo2o_41 ._stepNumber_mjo2o_45{background:linear-gradient(135deg,#67b63f,#8dd35f);color:#fff}._step_mjo2o_26._completed_mjo2o_41 ._stepNumber_mjo2o_45:after{content:"✓";position:absolute;font-size:1.2rem}._stepLabel_mjo2o_78{font-size:.6875rem;font-weight:600;color:#666;text-align:center;line-height:1.2;width:100%;min-height:28px;display:flex;align-items:center;justify-content:center;word-wrap:break-word;overflow-wrap:break-word}._step_mjo2o_26._active_mjo2o_37 ._stepLabel_mjo2o_78{color:#ff6b9d;font-weight:700}._planList_mjo2o_100{display:flex;flex-direction:row;gap:16px;margin-top:16px;overflow-x:auto;overflow-y:hidden;padding:8px 4px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff6b9d #f0f0f0}._planList_mjo2o_100::-webkit-scrollbar{height:8px}._planList_mjo2o_100::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}._planList_mjo2o_100::-webkit-scrollbar-thumb{background:#ff6b9d;border-radius:4px}._planList_mjo2o_100::-webkit-scrollbar-thumb:hover{background:#ffa6c1}._plansAndFeaturesWrapper_mjo2o_132{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:16px}._plansContainer_mjo2o_141{display:flex;flex-direction:column;align-items:center;width:100%}._plansGrid_mjo2o_148{display:flex;flex-direction:row;gap:16px;width:100%;overflow-x:auto;overflow-y:hidden;padding:4px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ff6b9d #f0f0f0}._plansGrid_mjo2o_148::-webkit-scrollbar{height:8px}._plansGrid_mjo2o_148::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}._plansGrid_mjo2o_148::-webkit-scrollbar-thumb{background:#ff6b9d;border-radius:4px}._plansGrid_mjo2o_148::-webkit-scrollbar-thumb:hover{background:#ffa6c1}._planCard_mjo2o_182{min-width:240px;max-width:240px;background:#fff;border:2px solid #e9ecef;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:140px;position:relative;overflow:hidden;flex-shrink:0;scroll-snap-align:center;text-align:left}._planCard_mjo2o_182:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#ff6b9d0d,#ffa6c10d);transition:width .3s ease}._planCard_mjo2o_182:hover{border-color:#ff6b9d;transform:translateY(-4px);box-shadow:0 12px 32px #ff6b9d33}._planCard_mjo2o_182:hover:before{width:100%}._planCard_mjo2o_182._active_mjo2o_37{border-width:3px;border-color:#ff6b9d;background:linear-gradient(135deg,#fff5f8,#fff);box-shadow:0 8px 24px #ff6b9d33}._planCard_mjo2o_182 h3{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 8px}._planCard_mjo2o_182 p{font-size:.85rem;color:#666;line-height:1.4;margin:0}._selectedPlanCard_mjo2o_251{width:90%;margin:0 0 1.5rem;border:3px solid #e8ecf1;background:#fff;border-radius:20px;padding:20px;box-shadow:0 4px 16px #00000014;transition:all .3s;display:block}._selectedPlanCard_mjo2o_251:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f;border-color:#ff6b9d}._selectedPlanCard_mjo2o_251 h3{display:flex;flex-direction:column;gap:4px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}._label_mjo2o_278{font-size:.7rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.8px}._value_mjo2o_286{font-size:1.25rem;font-weight:700;color:#ff6b9d}._selectedPlanCard_mjo2o_251 h3 ._value_mjo2o_286{font-size:1.4rem;color:#333}._planDetails_mjo2o_297{display:flex;flex-direction:column;gap:6px}._planDetails_mjo2o_297>div{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;background:#f8f9fa;border-radius:12px;transition:background .2s}._planDetails_mjo2o_297>div:hover{background:#f0f2f5}._featuresContainer_mjo2o_319{display:flex;flex-direction:column;gap:8px}._selectedPlanHeader_mjo2o_325{display:flex;justify-content:center;margin-bottom:12px}._featuresContent_mjo2o_331:hover{box-shadow:0 8px 24px #dcb4ce26}._includedHeader_mjo2o_344{font-size:1.2rem;font-weight:700;color:#ff6b9d;margin-bottom:16px;text-align:center}._featuresContent_mjo2o_331 h3{font-size:1rem;font-weight:600;color:#333;margin:16px 0 12px}._featuresContent_mjo2o_331 h3:first-of-type{margin-top:0}._featuresContent_mjo2o_331 ul{list-style:none;padding:0;margin:0 0 16px}._featuresContent_mjo2o_331 li{padding:8px 0 8px 28px;position:relative;font-size:.9rem;color:#555;line-height:1.6}._featuresContent_mjo2o_331 li:before{content:"✓";position:absolute;left:0;top:8px;color:#ff6b9d;font-weight:700;font-size:1.1rem}._featuresContent_mjo2o_331 p{font-size:.95rem;color:#666;margin:12px 0;font-weight:500}._divider_mjo2o_394{display:none}._nextButton_mjo2o_400{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;padding:12px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #ff6b9d4d}._nextButton_mjo2o_400:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d66}._nextButton_mjo2o_400:active{transform:translateY(0)}._previousButton_mjo2o_422{background:transparent;color:#666;border:2px solid #e0e0e0;padding:12px 48px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%}._previousButton_mjo2o_422:hover{background:#f5f5f5;border-color:#ccc;transform:translateY(-2px)}._previousButton_mjo2o_422:active{transform:translateY(0)}._subscribeButton_mjo2o_445{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;width:100%;margin:8px 0;position:relative;overflow:hidden}._subscribeButton_mjo2o_445:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}._subscribeButton_mjo2o_445:hover:before{left:100%}._subscribeButton_mjo2o_445:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff6b9d66}._paypalRecommendedButton_mjo2o_486{background:linear-gradient(135deg,#0070ba,#1a8cff);box-shadow:0 4px 16px #0070ba4d}._paypalRecommendedButton_mjo2o_486:hover{box-shadow:0 8px 24px #0070ba66}._methodButton_mjo2o_495{background:#f0f0f0;color:#666;border:2px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}._methodButton_mjo2o_495:hover{background:#e8e8e8;border-color:#d0d0d0}._selectedMethod_mjo2o_512{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:2px solid #ff6b9d;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:not-allowed}@media(max-width:768px){._progressSteps_mjo2o_17{gap:4px;padding:0 5px}._step_mjo2o_26{max-width:80px}._stepNumber_mjo2o_45{width:28px;height:28px;font-size:.75rem}._stepLabel_mjo2o_78{font-size:.625rem;min-height:24px}._planCard_mjo2o_182{min-width:220px;max-width:220px;padding:14px;min-height:120px}._planCard_mjo2o_182 h3{font-size:1rem}._planCard_mjo2o_182 p{font-size:.8rem}._featuresContent_mjo2o_331{padding:14px}._includedHeader_mjo2o_344{font-size:1.1rem}._featuresContent_mjo2o_331 li{font-size:.85rem;padding:6px 0 6px 24px}._nextButton_mjo2o_400,._subscribeButton_mjo2o_445{padding:12px 20px;font-size:.95rem}}@media(max-width:480px){._planCard_mjo2o_182{min-width:200px;max-width:200px;padding:12px}._planCard_mjo2o_182 h3{font-size:.95rem}._planCard_mjo2o_182 p{font-size:.75rem;color:#666;line-height:1.4}}._premiumCard_12av3_3{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);border-radius:24px;padding:2.5rem 2rem;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000014;border:2px solid transparent;position:relative;overflow:hidden}._premiumCard_12av3_3:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff6b9d1a,#8a7bff1a);opacity:0;transition:opacity .3s}._premiumCard_12av3_3:hover:before{opacity:1}._premiumCard_12av3_3:hover{transform:translateY(-8px);box-shadow:0 16px 48px #ff6b9d33;border-color:#ff6b9d}._premiumHeader_12av3_42{font-size:.75rem;font-weight:700;color:#8a7bff;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}._premiumTitle_12av3_51{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.3}._premiumSubtitle_12av3_59{font-size:1rem;color:#666;margin:0 0 2rem;font-weight:400}._premiumAvatars_12av3_66{display:flex;justify-content:center;gap:-8px;margin-bottom:2rem}._premiumAvatars_12av3_66 ._avatar_12av3_73{width:60px;height:60px;border-radius:20px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);border:3px solid white;margin-left:-12px;box-shadow:0 4px 12px #0000001a;transition:transform .2s}._premiumAvatars_12av3_66 ._avatar_12av3_73:first-child{margin-left:0}._premiumCard_12av3_3:hover ._premiumAvatars_12av3_66 ._avatar_12av3_73{transform:translateY(-4px)}._premiumButton_12av3_92{background:linear-gradient(135deg,#8a7bff,#6b5ce7);color:#fff;border:none;padding:16px 48px;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 8px 24px #8a7bff4d;position:relative;z-index:1}._premiumButton_12av3_92:hover{transform:translateY(-2px);box-shadow:0 12px 32px #8a7bff66}._premiumButton_12av3_92:active{transform:translateY(0)}@media(max-width:768px){._premiumCard_12av3_3{padding:2rem 1.5rem}._premiumTitle_12av3_51{font-size:1.5rem}._premiumSubtitle_12av3_59{font-size:.9rem}._premiumAvatars_12av3_66 ._avatar_12av3_73{width:50px;height:50px;border-radius:16px}._premiumButton_12av3_92{padding:14px 36px;font-size:1rem}}._container_1tp0n_3{min-height:100vh;background:#f8f9fa;padding:88px 20px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}._container_1tp0n_3::-webkit-scrollbar{display:none}._headerSection_1tp0n_21{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._greeting_1tp0n_28{flex:1}._greetingLabel_1tp0n_32{font-size:.6875rem;font-weight:600;color:#9b9b9b;letter-spacing:1.8px;margin-bottom:4px;text-transform:uppercase}._greetingText_1tp0n_41{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}._profilePicture_1tp0n_49{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 12px #0000001a;position:relative}._profilePicture_1tp0n_49 img{width:100%;height:100%;object-fit:cover}._profilePlaceholder_1tp0n_65{width:100%;height:100%;background:linear-gradient(135deg,#dcb4ce,#ec79ad);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.375rem}._dailyPickCard_1tp0n_79{background:linear-gradient(50deg,#ff6b9d,#ffa6c1 90%);border-radius:16px;padding:16px 14px;margin-bottom:16px;color:#fff;position:relative;overflow:visible;box-shadow:0 4px 16px #a8c0ff33;display:flex;flex-direction:column}._dailyPickCard_1tp0n_79:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff14;border-radius:50%}._dailyPickLabel_1tp0n_104{font-size:.45rem;font-weight:700;letter-spacing:1.5px;opacity:.8;margin-bottom:6px;text-transform:uppercase;padding:3% 2% 1.5%}._dailyPickTitle_1tp0n_114{font-size:.95rem;font-weight:700;line-height:1.3;margin:0 0 4px;position:relative;z-index:1}._dailyPickSubtitle_1tp0n_123{font-size:.9rem;opacity:.9;line-height:1.35;margin:0;position:relative;z-index:1;font-weight:400;text-align:center;padding:0 10px}._affirmationActions_1tp0n_136{bottom:0;right:0;display:flex;z-index:2;align-items:baseline;align-self:end;height:50px}._affirmationBtn_1tp0n_146{display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;font-size:1rem;color:#fff;cursor:pointer;transition:all .2s ease;width:35px;height:35px}._affirmationBtn_1tp0n_146:disabled{opacity:.5;cursor:not-allowed}._loveBtn_1tp0n_166{color:#fff}._loveBtn_1tp0n_166:hover:not(:disabled){transform:scale(1.15)}._loveBtn_1tp0n_166:active:not(:disabled){transform:scale(.95)}._loveBtn_1tp0n_166._loved_1tp0n_178{color:#ff4d6d;animation:_heartBeat_1tp0n_1 .5s ease}@keyframes _heartBeat_1tp0n_1{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1.1)}75%{transform:scale(1.25)}}._nextBtn_1tp0n_199{color:#fff}._nextBtn_1tp0n_199:hover:not(:disabled){transform:scale(1.15)}._nextBtn_1tp0n_199:active:not(:disabled){transform:scale(.95)}._spinning_1tp0n_211{animation:_spin_1tp0n_211 1s linear infinite}@keyframes _spin_1tp0n_211{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._settingsBtn_1tp0n_224{color:#fff}._settingsBtn_1tp0n_224:hover:not(:disabled){transform:scale(1.15) rotate(45deg)}._settingsBtn_1tp0n_224:active:not(:disabled){transform:scale(.95) rotate(45deg)}._winTodaySection_1tp0n_238{margin-bottom:20px}._goalsGrid_1tp0n_242{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}._goalItem_1tp0n_248{background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000000f;border:2px solid transparent;transition:all .3s;cursor:pointer;outline:none}._goalItem_1tp0n_248:hover{border-color:#dcb4ce;transform:translateY(-2px);box-shadow:0 4px 12px #dcb4ce33}._goalItem_1tp0n_248:focus,._goalItem_1tp0n_248:active{outline:none;border-color:transparent}._goalIcon_1tp0n_274{font-size:1.25rem;flex-shrink:0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}._goalIconMeals_1tp0n_287{background:linear-gradient(135deg,#f093fb,#f5576c)}._goalIconWorkout_1tp0n_291{background:linear-gradient(135deg,#667eea,#764ba2)}._goalIconSteps_1tp0n_295{background:linear-gradient(135deg,#fa709a,#fee140)}._goalIconWater_1tp0n_299{background:linear-gradient(135deg,#4facfe,#00f2fe)}._goalText_1tp0n_303{font-size:.875rem;font-weight:600;color:#333;line-height:1.3}._macrosContainer_1tp0n_312{margin-bottom:24px}._sectionTitle_1tp0n_316{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.3px}._macrosCard_1tp0n_324{background:#fff;border-radius:20px;padding:20px;box-shadow:0 2px 12px #0000000f}._metricsScrollContainer_1tp0n_333{margin-bottom:32px;overflow:hidden;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}._metricsScroll_1tp0n_333{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}._metricsScroll_1tp0n_333::-webkit-scrollbar{display:none}._metricBigCard_1tp0n_357{flex:0 0 calc(30% - 7px);border-radius:20px;padding:20px 16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);scroll-snap-align:start;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;min-height:160px}._metricBigCard_1tp0n_357:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._metricBigCard_1tp0n_357._disabled_1tp0n_378{opacity:.5;cursor:not-allowed}._metricBigCard_1tp0n_357._disabled_1tp0n_378:hover{transform:none}._mealPlanCard_1tp0n_388{background:linear-gradient(135deg,#ff6b9d,#ffa6c1)}._workoutsCard_1tp0n_392{background:linear-gradient(135deg,#9d6cff,#b896ff)}._progressCard_1tp0n_396{background:linear-gradient(135deg,#3dd9eb,#7ce4f3)}._communityCard_1tp0n_400{background:linear-gradient(135deg,orange,gold)}._periodCard_1tp0n_404{background:linear-gradient(135deg,#ea7c7a,#f5a4a2)}._metricCardHeader_1tp0n_408{display:flex;align-items:center;gap:8px;margin-bottom:12px}._metricCardIcon_1tp0n_415{font-size:1rem;color:#fffffff2}._metricCardEmoji_1tp0n_420{font-size:1rem}._metricCardLabel_1tp0n_424{font-size:.5rem;font-weight:700;letter-spacing:.0675rem;color:#ffffffe6;text-transform:uppercase}._metricCardContent_1tp0n_432{flex:1;display:flex;flex-direction:column;justify-content:center;color:#fff}._metricCardTitle_1tp0n_440{font-size:1.25rem;font-weight:800;margin-bottom:.25rem;letter-spacing:-.03125rem}._metricCardSubtitle_1tp0n_447{font-size:.8rem;opacity:.9;font-weight:400}._statCard_1tp0n_455{background:#fff;border-radius:20px;padding:20px 16px;box-shadow:0 2px 12px #0000000f;margin-bottom:20px}._statCardHeader_1tp0n_463{display:flex;align-items:center;gap:8px;margin-bottom:16px}._statIcon_1tp0n_470{font-size:1.25rem;color:#dcb4ce}._statLabel_1tp0n_475{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}._statsScrollContainer_1tp0n_488{position:relative;margin-bottom:32px;overflow:hidden}._statsScrollContainer_1tp0n_488:after{content:"";position:absolute;top:0;right:0;bottom:0;width:80px;background:linear-gradient(to left,#f8f9fa,#f8f9fa00);pointer-events:none;z-index:2}._statsScroll_1tp0n_488{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding-right:60px;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}._statsScroll_1tp0n_488::-webkit-scrollbar{display:none}._quickLinksSection_1tp0n_523{margin-bottom:32px}._quickLinksGrid_1tp0n_527{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._quickLinkCard_1tp0n_533{background:#fff;border-radius:16px;padding:20px 12px;text-align:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0}._quickLinkCard_1tp0n_533:hover{transform:translateY(-3px);box-shadow:0 6px 16px #dcb4ce33}._quickLinkCard_1tp0n_533._disabled_1tp0n_378{opacity:.4;cursor:not-allowed}._quickLinkCard_1tp0n_533._disabled_1tp0n_378:hover{transform:none}._quickLinkIcon_1tp0n_558{font-size:2rem;margin-bottom:8px}._quickLinkText_1tp0n_563{font-size:.8125rem;font-weight:600;color:#333;margin:0}@media(max-width:480px){._container_1tp0n_3{padding:10px 16px 80px}._greetingText_1tp0n_41{font-size:1.75rem}._dailyPickCard_1tp0n_79{padding:6px 14px}._dailyPickTitle_1tp0n_114{font-size:1.25rem}._statsGrid_1tp0n_594{grid-template-columns:1fr}._quickLinksGrid_1tp0n_527{gap:10px}._quickLinkCard_1tp0n_533{padding:16px 8px}._quickLinkIcon_1tp0n_558{font-size:1.75rem}._quickLinkText_1tp0n_563{font-size:.75rem}}@media(min-width:768px){._container_1tp0n_3{max-width:600px;margin:0 auto}._metricBigCard_1tp0n_357{flex:1;min-width:auto}}._container_1c097_3{background:#fff;border-radius:20px;padding:8px 20px 24px;box-shadow:0 2px 12px #0000000f}._loading_1c097_10{text-align:center;color:#999;padding:20px}._header_1c097_16{display:flex;align-items:center;gap:8px;margin-bottom:20px}._headerIcon_1c097_23{font-size:16px;color:#dcb4ce}._headerLabel_1c097_28{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#9b9b9b;text-transform:uppercase;flex:1}._phaseBadge_1c097_37{font-size:10px;font-weight:600;padding:4px 10px;border-radius:12px;color:#fff;text-transform:uppercase;letter-spacing:.5px}._headerActions_1c097_47{display:flex;align-items:start;gap:8px;height:60px}._alertIcon_1c097_54{font-size:24px;color:#ff9800;animation:_pulse_1c097_1 2s ease-in-out infinite;cursor:pointer}@keyframes _pulse_1c097_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}._refreshButton_1c097_73{background:transparent;border:none;color:#dcb4ce;font-size:18px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .3s}._refreshButton_1c097_73:hover{color:#ec79ad;transform:rotate(180deg)}._detailsButton_1c097_91{background:none;border:none;color:#ec79ad;font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.8}._detailsButton_1c097_91:hover{color:#ec79ad;opacity:1;transform:scale(1.1)}._caloriesValue_1c097_111{font-size:32px;font-weight:800;color:#ec79ad;letter-spacing:-2px;line-height:1;text-align:center;margin-top:16px}._caloriesUnit_1c097_121{font-size:12px;font-weight:600;color:#999;text-align:center;margin-bottom:24px}._macrosGrid_1c097_129{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._macroItem_1c097_135{text-align:center;display:flex;flex-direction:column;min-height:85px}._macroOverIndicator_1c097_142{font-size:10px;font-weight:700;color:#ea7c7a;margin-bottom:4px;text-align:center;min-height:14px;display:flex;align-items:center;justify-content:center}._macroValue_1c097_154{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:4px}._macroLabel_1c097_161{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._macroBar_1c097_170{width:100%;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}._macroBarFill_1c097_178{height:100%;width:100%;border-radius:3px;transition:width .6s ease}._proteinBar_1c097_185{background:linear-gradient(90deg,#ff6b9d,#ffa6c1)}._carbsBar_1c097_189{background:linear-gradient(90deg,#9d6cff,#b896ff)}._fatsBar_1c097_193{background:linear-gradient(90deg,#3dd9eb,#7ce4f3)}._overflowBar_1c097_197{background:linear-gradient(90deg,#ea7c7a,#f5a4a2)}._overIndicator_1c097_201{font-size:11px;font-weight:700;color:#ea7c7a;margin-top:4px;text-align:center}._macroOverIndicator_1c097_142{font-size:10px;font-weight:700;color:#ea7c7a;margin-bottom:4px;text-align:center}._overTarget_1c097_217{color:#ea7c7a;font-weight:800}._container_12nwf_2{background:linear-gradient(135deg,#9d6cff,#b896ff);border-radius:16px;padding:20px;color:#fff;box-shadow:0 4px 12px #00000014;min-width:320px;max-width:320px;height:300px;display:flex;flex-direction:column}._header_12nwf_15{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}._headerLeft_12nwf_22{flex:1;display:flex;flex-direction:column;gap:8px}._averageLabel_12nwf_29{font-size:12px;font-weight:600;letter-spacing:.5px;opacity:.9;display:flex;align-items:center;gap:6px}._valueTimeGrid_12nwf_39{display:flex;align-items:center;gap:16px}._labelIcon_12nwf_45{font-size:14px}._averageValue_12nwf_49{font-size:32px;font-weight:700;line-height:1}._addButton_12nwf_55{background-color:transparent;border:none;cursor:pointer;font-size:24px;opacity:.8;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}._addButton_12nwf_55:hover{background:transparent;transform:scale(1.05)}._chartWrapper_12nwf_73{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:120px}._gridLines_12nwf_82{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}._gridLine_12nwf_82{position:absolute;left:0;right:0;height:1px;background-color:#ffffff26}._chartContainer_12nwf_100{display:flex;gap:4px;align-items:flex-end;height:120px;position:relative;z-index:2}._barWrapper_12nwf_109{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%}._barContainer_12nwf_118{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}._bar_12nwf_109{width:100%;background:#fff6;border-radius:4px 4px 0 0;transition:all .3s ease;min-height:2px}._bar_12nwf_109:hover{background:#fff9}._dayLabel_12nwf_138{font-size:11px;font-weight:500;opacity:.8;white-space:nowrap}._positionRight_12nwf_145{float:right}._positionLeft_12nwf_149{float:left}@media(max-width:480px){._container_12nwf_2{min-width:280px;max-width:280px;height:280px;padding:16px}._averageValue_12nwf_49{font-size:28px}._chartContainer_12nwf_100{height:100px}}._toggleContainer_j40vq_2{display:flex;gap:2px;margin-bottom:6.5%}._toggleButton_j40vq_9{padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffffb3;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:#ffffff26;color:#ffffffe6}._toggleButton_j40vq_9._active_j40vq_24{background:#ffffff40;border-color:#fff6;color:#fff;font-weight:600}._overlay_416hd_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_416hd_1 .2s ease}._modal_416hd_13{position:fixed;bottom:0;left:50%;transform:translate(-50%);background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_416hd_1 .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}._modalHandle_416hd_28{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _fadeIn_416hd_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_416hd_1{0%{transform:translate(-50%,-40%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@keyframes _slideUpFromBottom_416hd_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_416hd_67{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;padding:1.5%;z-index:10}._closeButton_416hd_67:hover{background:#e8e8e8;color:#1a1a1a;transform:scale(1.05)}._closeButton_416hd_67:active{transform:scale(.95)}._iconContainer_416hd_94{display:flex;justify-content:center;margin-bottom:20px;margin-top:24px}._modalIcon_416hd_101{font-size:72px;display:flex;align-items:center;justify-content:center}._modalTitle_416hd_109{font-size:26px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:10px;letter-spacing:-.5px}._modalSubtitle_416hd_118{font-size:15px;color:#666;text-align:center;line-height:1.5;margin-bottom:36px;padding:0 20px;font-weight:400}._modalContent_416hd_128{display:flex;flex-direction:column;gap:24px}._formGroup_416hd_134{display:flex;flex-direction:column;gap:10px}._formLabel_416hd_140{font-size:14px;font-weight:600;color:#1a1a1a;letter-spacing:.3px}._unitToggle_416hd_147{background:transparent;border:1.5px solid;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}._unitToggle_416hd_147:hover{opacity:.8;transform:scale(1.02)}._unitToggle_416hd_147:active{transform:scale(.98)}._dateInput_416hd_168,._valueInput_416hd_169{padding:18px 20px;border-radius:16px;border:2px solid #f0f0f0;background:#fafafa;color:#1a1a1a;font-size:16px;font-weight:500;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}._dateInput_416hd_168{position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;padding-right:20px}._dateInput_416hd_168::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto;opacity:0}._dateInput_416hd_168::-webkit-inner-spin-button,._dateInput_416hd_168::-webkit-clear-button{display:none}._dateInput_416hd_168:focus,._valueInput_416hd_169:focus{outline:none;background:#fff}._valueInput_416hd_169::placeholder{color:#aaa;font-weight:400}._quickButtons_416hd_221{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}._quickButton_416hd_221{padding:14px 12px;background:#f5f5f5;border:2px solid #e8e8e8;border-radius:12px;color:#666;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._quickButton_416hd_221:hover{background:#e8e8e8;color:#1a1a1a;border-color:#d0d0d0;transform:translateY(-2px)}._quickButton_416hd_221:active{transform:translateY(0)}._saveButton_416hd_250{padding:18px 24px;border:none;border-radius:16px;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s ease;margin-top:16px;letter-spacing:.3px}._saveButton_416hd_250:hover{transform:translateY(-2px)}._saveButton_416hd_250:active{transform:translateY(0);box-shadow:0 4px 20px #9d6cff59}@media(max-width:480px){._modal_416hd_13{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-width:100%;left:0;right:0;transform:none}._modalTitle_416hd_109{font-size:24px}._modalSubtitle_416hd_118{font-size:14px;margin-bottom:32px}._iconContainer_416hd_94{margin-bottom:16px;margin-top:20px}._modalIcon_416hd_101{font-size:64px}._closeButton_416hd_67{width:32px;height:32px;font-size:18px;top:16px;right:16px}}._card_djgdt_1{background:#fff;padding:24px 20px;border-radius:16px}._description_djgdt_8{margin:0 0 20px;color:#6b7280;font-size:14px;line-height:1.4}._statsGrid_djgdt_15{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._statItem_djgdt_21{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}._iconWrapper_djgdt_29{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;margin-bottom:4px}._statNumber_djgdt_41{font-size:24px;font-weight:700;color:#1f2937;line-height:1}._statLabel_djgdt_48{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}._loading_djgdt_56,._noData_djgdt_63{text-align:center;color:#6b7280;font-style:italic;padding:20px}@media(max-width:770px){._statsGrid_djgdt_15{grid-template-columns:repeat(3,1fr);gap:12px}}@media(max-width:480px){._card_djgdt_1{padding:20px 16px}._statsGrid_djgdt_15{grid-template-columns:repeat(3,1fr);gap:12px}._iconWrapper_djgdt_29{width:44px;height:44px;font-size:20px}._statNumber_djgdt_41{font-size:20px}._statLabel_djgdt_48{font-size:10px}}._container_3iogq_3{margin-bottom:24px;position:relative}._container_3iogq_3:after{content:"";position:absolute;top:60px;right:0;bottom:16px;width:80px;background:linear-gradient(to left,#f5f5f5,#f5f5f500);pointer-events:none;z-index:2}._header_3iogq_20{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}._title_3iogq_28{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}._overallProgress_3iogq_35{font-size:14px;font-weight:700;color:#81c784;background:#81c78420;padding:4px 12px;border-radius:12px}._carousel_3iogq_44{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:8px 60px 16px 4px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._carousel_3iogq_44::-webkit-scrollbar{display:none}._taskCard_3iogq_62{flex:0 0 auto;width:100px;background:#fff;border-radius:16px;padding:16px 12px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .2s ease;position:relative}._taskCard_3iogq_62:last-child{margin-right:20px}._taskCard_3iogq_62:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._iconWrapper_3iogq_86{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;position:relative}._completeBadge_3iogq_97{position:absolute;top:-4px;right:-4px;background:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#81c784;box-shadow:0 2px 4px #0000001a}._taskLabel_3iogq_113{font-size:11px;font-weight:600;color:#1a1a1a;text-align:center;line-height:1.2;min-height:26px;display:flex;align-items:center}._progressBar_3iogq_124{width:100%;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden}._progressFill_3iogq_132{height:100%;border-radius:3px;transition:width .6s ease}._progressText_3iogq_138{font-size:12px;font-weight:700;color:#666}@media(max-width:768px){._taskCard_3iogq_62{width:100px;padding:14px 10px}._iconWrapper_3iogq_86{width:44px;height:44px;font-size:22px}._taskLabel_3iogq_113{font-size:10px}}._container_vycek_2{background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:16px;padding:20px;color:#fff;box-shadow:0 4px 12px #00000014;min-width:320px;max-width:320px;height:300px;display:flex;flex-direction:column}._header_vycek_15{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}._headerLeft_vycek_22{flex:1;display:flex;flex-direction:column;gap:8px}._averageLabel_vycek_29{font-size:12px;font-weight:600;letter-spacing:.5px;opacity:.9;display:flex;align-items:center;gap:6px}._valueTimeGrid_vycek_39{display:flex;align-items:center;gap:16px}._labelIcon_vycek_45{font-size:14px}._averageValue_vycek_49{font-size:32px;font-weight:700;line-height:1}._addButton_vycek_55{background-color:transparent;border:none;cursor:pointer;font-size:24px;opacity:.8;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}._addButton_vycek_55:hover{background:transparent;transform:scale(1.05)}._chartWrapper_vycek_73{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:120px}._gridLines_vycek_82{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}._gridLine_vycek_82{position:absolute;left:0;right:0;height:1px;background-color:#ffffff26}._chartContainer_vycek_100{display:flex;gap:4px;align-items:flex-end;height:120px;position:relative;z-index:2}._barWrapper_vycek_109{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;height:100%}._barContainer_vycek_118{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}._bar_vycek_109{width:100%;background:#fff6;border-radius:4px 4px 0 0;transition:all .3s ease;min-height:2px}._bar_vycek_109:hover{background:#fff9}._dayLabel_vycek_138{font-size:11px;font-weight:500;opacity:.8;white-space:nowrap}@media(max-width:480px){._container_vycek_2{min-width:280px;max-width:280px;height:280px;padding:16px}._averageValue_vycek_49{font-size:28px}._chartContainer_vycek_100{height:100px}}._container_1npa8_2{background:linear-gradient(135deg,#ea7c7a,#f5a4a2);border-radius:16px;padding:20px;color:#fff;box-shadow:0 4px 12px #00000014;min-width:320px;max-width:320px;height:300px;display:flex;flex-direction:column}._header_1npa8_15{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;position:relative}._headerLeft_1npa8_23{display:flex;flex-direction:column;flex:1;min-width:0}._currentLabel_1npa8_30{font-size:12px;font-weight:600;letter-spacing:.5px;opacity:.9;display:flex;align-items:center;gap:6px;margin-bottom:8px}._valueTimeGrid_1npa8_41{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:calc(100% - 40px)}._labelIcon_1npa8_50{font-size:14px}._currentValue_1npa8_54{font-size:32px;font-weight:700;display:flex;align-items:baseline;gap:4px}._unit_1npa8_62{font-size:16px;font-weight:500;opacity:.8}._changeValue_1npa8_68{font-size:14px;font-weight:600;opacity:.9}._changeValue_1npa8_68._positive_1npa8_74{color:#90ee90}._addButton_1npa8_78{background-color:transparent;border:none;cursor:pointer;font-size:24px;opacity:.8;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;position:absolute;top:0;right:0}._addButton_1npa8_78:hover{background:transparent;transform:scale(1.05)}._addButton_1npa8_78:active{transform:scale(.95)}._chartWrapper_1npa8_103{position:relative;flex:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:120px}._gridLines_1npa8_112{position:absolute;top:0;left:0;right:0;bottom:30px;pointer-events:none;z-index:1}._gridLine_1npa8_112{position:absolute;left:0;right:0;height:1px;background-color:#ffffff26}._lineChart_1npa8_130{width:100%;height:120px;position:relative;z-index:2}._line_1npa8_130{fill:none;stroke:#fff9;stroke-width:.5;stroke-linecap:round;stroke-linejoin:round}._dot_1npa8_145{fill:#fffc;stroke:#fff;stroke-width:.3}._labelsContainer_1npa8_151{display:flex;justify-content:space-between;margin-top:8px;position:relative;z-index:3}._dayLabel_1npa8_159{font-size:11px;font-weight:500;opacity:.8;white-space:nowrap;flex:1;text-align:center}@media(max-width:480px){._container_1npa8_2{min-width:280px;max-width:280px;height:280px;padding:16px}._currentValue_1npa8_54{font-size:28px}._lineChart_1npa8_130{height:100px}}._floatingButton_npc4b_3{position:fixed;bottom:90px;right:20px;width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(50deg,#ff6b9d,#ffa6c1 90%);box-shadow:0 4px 20px #ff6b9d66;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:998;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_pulse_npc4b_1 2s infinite}._floatingButton_npc4b_3:hover{transform:scale(1.1);box-shadow:0 6px 28px #ff6b9d80}._floatingButton_npc4b_3:active{transform:scale(.95)}._sparkleIcon_npc4b_31{font-size:28px;color:#fff;width:25px}@keyframes _pulse_npc4b_1{0%,to{box-shadow:0 4px 20px #ff6b9d66}50%{box-shadow:0 4px 30px #ff6b9d99}}._overlay_npc4b_48{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_npc4b_1 .2s ease}._modal_npc4b_59{position:fixed;bottom:0;left:50%;transform:translate(-50%);background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_npc4b_1 .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto;width:100%;max-width:500px}._modalHandle_npc4b_76{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _fadeIn_npc4b_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpFromBottom_npc4b_1{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}._closeButton_npc4b_104{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;padding:0}._closeButton_npc4b_104:hover{background:#e5e5e5;transform:scale(1.05)}._closeButton_npc4b_104:active{transform:scale(.95)}._iconContainer_npc4b_132{display:flex;justify-content:center;margin:20px 0 16px}._modalIcon_npc4b_138{font-size:48px;color:#ff6b9d;filter:drop-shadow(0 2px 8px rgba(255,107,157,.3))}._modalTitle_npc4b_144{font-size:1.375rem;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 8px;letter-spacing:-.02em}._modalSubtitle_npc4b_153{font-size:.875rem;color:#666;text-align:center;margin:0 0 24px;font-weight:400}._instructions_npc4b_162{background:linear-gradient(135deg,#f5f7fa,#e9ecef);border-radius:16px;padding:20px;margin-bottom:24px}._instructionsTitle_npc4b_169{font-size:.875rem;color:#333;margin:0 0 16px;font-weight:600;text-align:center}._rotatingExample_npc4b_178{min-height:60px;display:flex;align-items:center;justify-content:center}._examplesList_npc4b_185{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._exampleItem_npc4b_194{display:flex;align-items:center;gap:12px;font-size:.9rem;color:#555;line-height:1.5;padding:12px 16px;background:#ffffffe6;border-radius:12px;transition:all .3s ease;animation:_fadeInScale_npc4b_1 .5s ease-in-out}@keyframes _fadeInScale_npc4b_1{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}._exampleItem_npc4b_194:hover{background:#fff;transform:translate(4px)}._exampleIcon_npc4b_224{font-size:18px;flex-shrink:0}._exampleItem_npc4b_194 em{font-size:.75rem;color:#999;font-style:normal}._micButtonContainer_npc4b_236{display:flex;flex-direction:column;align-items:center;gap:12px;margin:20px 0}._micButton_npc4b_236{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#c837ab);border:none;color:#fff;font-size:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ff6b9d4d;transition:all .3s}._micButton_npc4b_236:hover{transform:scale(1.05);box-shadow:0 6px 24px #ff6b9d66}._micButton_npc4b_236:active{transform:scale(.95)}._micButton_npc4b_236:disabled{opacity:.5;cursor:not-allowed}._micButton_npc4b_236._listening_npc4b_274{background:linear-gradient(135deg,#ff3b5c,#ff006e);animation:_pulse_npc4b_1 1s infinite}._micLabel_npc4b_279{font-size:.875rem;color:#666;margin:0;font-weight:500}._transcriptBox_npc4b_287{background:#f8f9fa;border-radius:12px;padding:16px;margin:20px 0}._transcriptLabel_npc4b_294{font-size:.6875rem;color:#999;margin:0 0 8px;text-transform:uppercase;letter-spacing:.8px;font-weight:600}._transcriptText_npc4b_303{font-size:1.0625rem;color:#1a1a1a;margin:0 0 16px;line-height:1.5;font-weight:500;background:#fffffff2;padding:16px;border-radius:12px;border:1px solid rgba(0,123,255,.2);box-shadow:0 2px 8px #00000014}._interimText_npc4b_317{color:#888;font-style:italic;opacity:.8}._loadingContainer_npc4b_324{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;gap:16px}._spinner_npc4b_333{width:40px;height:40px;border:4px solid rgba(255,107,157,.2);border-top-color:#ff6b9d;border-radius:50%;animation:_spin_npc4b_333 .8s linear infinite}@keyframes _spin_npc4b_333{to{transform:rotate(360deg)}}._loadingText_npc4b_348{font-size:.9375rem;color:#666;margin:0;font-weight:500}._intentBox_npc4b_355{background:#fff;border-left:4px solid #ff6b9d;border-radius:8px;padding:12px 14px;margin-top:0}._intentLabel_npc4b_363{font-size:.8125rem;color:#666;margin:0 0 6px;font-weight:500}._intentLabel_npc4b_363 strong{color:#ff6b9d;text-transform:capitalize;font-weight:700}._intentData_npc4b_376{font-size:.8125rem;color:#333;margin:0;font-family:SF Mono,Monaco,Courier New,monospace;background:#f8f9fa;padding:6px 8px;border-radius:6px}._editableContainer_npc4b_386{margin-top:12px}._editableLabel_npc4b_390{display:block;font-size:.8125rem;color:#666;margin-bottom:6px;font-weight:600}._editableInput_npc4b_398{padding:10px 12px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#1a1a1a;font-weight:600;transition:all .2s}._editableInput_npc4b_398:focus{outline:none;border-color:#ff6b9d;box-shadow:0 0 0 3px #ff6b9d1a}._message_npc4b_417{border-radius:12px;padding:12px 16px;margin:16px 0;font-size:.875rem;font-weight:500;text-align:center}._message_npc4b_417._success_npc4b_426{background:#d4edda;color:#155724;border:1px solid #c3e6cb}._message_npc4b_417._error_npc4b_432{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._message_npc4b_417._info_npc4b_438{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}._actionButtons_npc4b_445{display:flex;gap:12px;margin-top:20px}._submitButton_npc4b_451,._retryButton_npc4b_452{flex:1;padding:14px;border-radius:12px;border:none;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s;width:90%;margin-left:5%}._submitButton_npc4b_451{background:linear-gradient(135deg,#ff6b9d,#c837ab);color:#fff}._submitButton_npc4b_451:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d4d}._submitButton_npc4b_451:disabled{opacity:.6;cursor:not-allowed;transform:none}._retryButton_npc4b_452{background:#f0f0f0;color:#333}._retryButton_npc4b_452:hover{background:#e0e0e0}._retryButton_npc4b_452:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._floatingButton_npc4b_3{width:56px;height:56px;bottom:30px;right:16px}._sparkleIcon_npc4b_31{font-size:24px}._modal_npc4b_59{max-width:100%;width:100%}._micButton_npc4b_236{width:70px;height:70px;font-size:28px}._actionButtons_npc4b_445{flex-direction:column}}@media(min-width:768px){._modal_npc4b_59{max-width:500px}}._activitiesContainer_npc4b_531{display:flex;flex-direction:column;gap:16px;margin-top:16px}._activitySection_npc4b_538{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px;transition:all .3s}._activitySection_npc4b_538:hover{border-color:#ff6b9d;box-shadow:0 2px 8px #ff6b9d1a}._activityHeader_npc4b_551{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}._activityIcon_npc4b_560{font-size:22px;flex-shrink:0}._activityType_npc4b_565{font-size:.9375rem;font-weight:700;color:#333;text-transform:capitalize}._mealForm_npc4b_573{display:flex;flex-direction:column;gap:12px}._formRow_npc4b_579{display:flex;flex-direction:column;gap:6px}._formRow_npc4b_579 label{font-size:.8125rem;color:#666;font-weight:600}._formInput_npc4b_591{padding:10px 12px;font-size:.9375rem;border:1px solid #e0e0e0;border-radius:8px;background:#f8f9fa;color:#1a1a1a;transition:all .2s}._formInput_npc4b_591:focus{outline:none;border-color:#ff6b9d;background:#fff;box-shadow:0 0 0 3px #ff6b9d1a}._macrosGrid_npc4b_609{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:4px}._macroInput_npc4b_616{display:flex;flex-direction:column;gap:4px}._macroInput_npc4b_616 label{font-size:.75rem;color:#666;font-weight:600}._macroInput_npc4b_616 input{width:85%;padding:8px 10px;font-size:.875rem;border:1px solid #e0e0e0;border-radius:6px;background:#f8f9fa;color:#1a1a1a;transition:all .2s}._macroInput_npc4b_616 input:focus{outline:none;border-color:#ff6b9d;background:#fff;box-shadow:0 0 0 2px #ff6b9d1a}._workoutSummary_npc4b_647{display:flex;flex-direction:column;gap:10px;padding:12px;background:#f8f9fa;border-radius:8px}._exerciseSummary_npc4b_656{padding:10px 12px;background:#fff;border-radius:6px;border-left:3px solid #6366f1}._exerciseName_npc4b_663{font-size:.95rem;font-weight:600;color:#1a1a1a;margin-bottom:4px}._exerciseDetails_npc4b_670{font-size:.85rem;color:#666}._overlay_1ry7t_3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_1ry7t_1 .2s ease}._modal_1ry7t_14{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_1ry7t_1 .35s cubic-bezier(.4,0,.2,1);max-height:65vh;overflow-y:auto}._modalHandle_1ry7t_29{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _fadeIn_1ry7t_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpFromBottom_1ry7t_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_1ry7t_57{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;z-index:10}._closeButton_1ry7t_57:hover{background:#e8e8e8;transform:scale(1.05)}._closeButton_1ry7t_57:active{transform:scale(.95)}._iconContainer_1ry7t_85{display:flex;justify-content:center;margin-bottom:20px;margin-top:24px}._modalIcon_1ry7t_92{font-size:72px;display:flex;align-items:center;justify-content:center}._modalTitle_1ry7t_99{font-size:26px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:10px;letter-spacing:-.5px}._modalSubtitle_1ry7t_108{font-size:15px;color:#666;text-align:center;line-height:1.5;margin-bottom:36px;padding:0 20px;font-weight:400}._modalContent_1ry7t_118{display:flex;flex-direction:column;gap:24px}._settingRow_1ry7t_124{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #f5f5f5;gap:20px}._settingRow_1ry7t_124:last-child{border-bottom:none;padding-bottom:8px}._settingInfo_1ry7t_138{flex:1}._settingLabel_1ry7t_142{font-size:16px;font-weight:600;color:#1a1a1a;display:block;margin-bottom:4px;letter-spacing:.2px}._settingDescription_1ry7t_151{font-size:14px;color:#666;margin:0;line-height:1.5;font-weight:400}._switch_1ry7t_160{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}._switch_1ry7t_160 input{opacity:0;width:0;height:0}._slider_1ry7t_174{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d0d0d0;transition:.3s;border-radius:26px}._slider_1ry7t_174:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+._slider_1ry7t_174{background:linear-gradient(135deg,#ff6b9d,#ffa6c1)}input:checked+._slider_1ry7t_174:before{transform:translate(22px)}input:disabled+._slider_1ry7t_174{opacity:.4;cursor:not-allowed}._radioGroup_1ry7t_213{display:flex;gap:12px;flex-shrink:0}._radioLabel_1ry7t_219{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:.875rem;color:#1a1a1a}._radioLabel_1ry7t_219 input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#ff6b9d}._radioLabel_1ry7t_219 input[type=radio]:disabled{cursor:not-allowed;opacity:.4}._radioLabel_1ry7t_219 span{-webkit-user-select:none;user-select:none}._languageSelect_1ry7t_245{padding:16px 18px;border:2px solid #f0f0f0;border-radius:16px;font-size:16px;color:#1a1a1a;background:#fafafa;cursor:pointer;transition:all .2s ease;min-width:100%;font-weight:500;appearance:none;-webkit-appearance:none;-moz-appearance:none}._languageSelect_1ry7t_245:focus{outline:none;border-color:#ff6b9d;background:#fff;box-shadow:0 0 0 4px #ff6b9d14}._languageSelect_1ry7t_245:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}._saveButton_1ry7t_275{width:100%;padding:18px 24px;border-radius:16px;font-size:17px;font-weight:700;cursor:pointer;transition:all .2s ease;border:none;margin-top:12px;box-shadow:0 4px 16px #ff6b9d40;letter-spacing:.3px}._saveButton_1ry7t_275:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d59}._saveButton_1ry7t_275:active{transform:translateY(0);box-shadow:0 2px 8px #ff6b9d40}._addItemContainer_a935y_3{display:flex;gap:.75rem;margin-top:1rem;padding-left:4%;justify-content:center;align-items:center}._addItemInput_a935y_14{flex:1;border-radius:6px;border:1px solid #e3c9da;padding:.4rem .6rem;font-size:.85rem;box-sizing:border-box;height:40px;margin-top:6%}._addItemButton_a935y_25{padding:.4rem .9rem;border-radius:6px;background:#dcb4ce;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s ease}._addItemButton_a935y_25:hover{background:#c29db6}._clearCartButton_a935y_38{background-color:#ff4d4f;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}._clearCartButton_a935y_38:hover{background-color:#e04444}._toggleButton_a935y_54{font-size:.85rem;padding:.35rem .9rem;border-radius:8px;background:#f5edf2;color:#a45e8a;border:1px solid #e3c9da;margin-bottom:.3rem;margin-right:0;cursor:pointer;transition:background .18s,color .18s}._toggleButton_a935y_54:hover{background:#e3c9da;color:#fff}@media(max-width:600px){._toggleButton_a935y_54{font-size:.8rem;padding:.35rem .7rem;width:100%;margin-bottom:1rem}}._mealListContainer_a935y_79{padding:.5rem;font-family:Poppins,sans-serif;background-color:#fdfdfd}._wrapper_a935y_86{max-width:1200px;margin:0 auto}._heading_a935y_92{font-size:2rem;font-weight:600;color:#dcb4ce;margin-bottom:1.5rem;text-align:left;padding-left:.5rem}._pageTitle_a935y_102{font-size:2.2rem;font-weight:700;margin:0 0 .5rem .5rem;color:#333}._grid_a935y_109{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._cardContainer_a935y_115{perspective:1200px}._card_a935y_115{background-color:#fff;border-radius:1.5rem;box-shadow:0 8px 20px #0000000d;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:flex-start;min-height:585px;max-height:585px;overflow:clip}._suggestionCard_a935y_132{min-height:600px;max-height:600px;overflow:auto}._card_a935y_115:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000014}._card_a935y_115 img{width:100%;border-radius:1rem;margin-bottom:1rem;object-fit:cover;height:180px}._card_a935y_115 h3{font-size:1.2rem;font-weight:600;margin-bottom:.25rem;color:#333}._card_a935y_115 ._category_a935y_158{font-size:.95rem;font-weight:500;color:#888;margin-bottom:.75rem}._card_a935y_115 ._macros_a935y_165{font-size:.9rem;margin-bottom:.75rem;color:#444;line-height:1.4}._card_a935y_115 ._sectionTitle_a935y_172{font-weight:600;margin-bottom:.25rem;font-size:.95rem;color:#222}._card_a935y_115 ul{padding-left:1.25rem;margin-bottom:.75rem;color:#555;font-size:.9rem;list-style:disc}._card_a935y_115 ul._ingredients_a935y_187,._card_a935y_115 p._instructions_a935y_195{font-size:.9rem;color:#444;line-height:1.5;margin-top:-.25rem;padding-top:1rem}._card_a935y_115:nth-child(odd){background-color:#fff}._card_a935y_115:nth-child(2n){background-color:#f5edf2}._cardInner_a935y_212{position:relative;width:100%;min-height:600px;max-height:600px;transition:transform .6s ease-in-out;transform-style:preserve-3d}._flipped_a935y_221 ._cardInner_a935y_212{transform:rotateY(180deg)}._cardFront_a935y_225,._cardBack_a935y_226{position:absolute;padding:.75rem 2rem;backface-visibility:hidden;flex-direction:column}._cardFront_a935y_225{overflow-y:auto;scrollbar-width:thin}._cardBack_a935y_226{transform:rotateY(180deg);justify-content:center;align-items:center;padding:0}._cardImage_a935y_246{width:100%;height:100%;object-fit:cover}._cardBack_a935y_226 img{width:100%;height:100%;object-fit:cover;border-radius:0rem;display:block}._cardBack_a935y_226:after{background:linear-gradient(to bottom,#0000001a,#0000001a)}._cardLabel_a935y_265{position:absolute;top:0;width:100%;background:#0000004d;color:#fff;text-align:center;font-size:1rem;padding:.5rem}._filterButtons_a935y_277{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}._filterButton_a935y_277,._activeFilterButton_a935y_286{padding:.6rem 1.2rem;border-radius:1rem;font-size:.9rem;border:none;background-color:#eee;color:#333;cursor:pointer;transition:all .2s ease}._activeFilterButton_a935y_286{background-color:#e3c9da;color:#fff}._filterButton_a935y_277:focus,._activeFilterButton_a935y_286:focus{outline:none;box-shadow:none}._cardActions_a935y_314{display:flex;justify-content:flex-end;align-items:center;gap:.08rem;width:100%;background-color:#eee;padding-bottom:2px}._iconButton_a935y_324{background:none;border:none;cursor:pointer;font-size:1rem;color:#666}._iconButton_a935y_324:focus{outline:none;box-shadow:none}._iconButton_a935y_324:hover{color:#dcb4ce;background-color:transparent}._iconButton_a935y_324 svg{transition:transform .2s ease}._iconButton_a935y_324:hover svg{transform:scale(1.15)}._loved_a935y_351{color:#e25577}._fav_a935y_355{color:#f7b731}._dietIcon_a935y_359{transition:transform .2s ease;vertical-align:middle}._dietIcon_a935y_359:hover{transform:scale(1.2)}._fabButton_a935y_368{position:fixed;bottom:24px;right:24px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;border-radius:50%;width:60px;height:60px;box-shadow:0 4px 15px #ec79ad4d;font-size:24px;cursor:pointer;z-index:1000;transition:all .3s ease;padding-right:25px;vertical-align:middle}._fabButton_a935y_368:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._iconPadded_a935y_393{vertical-align:middle}._modalOverlay_a935y_398{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}._modalContent_a935y_411{background:#fff;border-radius:1rem;padding:2rem;max-width:1150px;width:100%;overflow-y:auto;box-shadow:0 8px 20px #00000026;font-family:Poppins,sans-serif;max-height:80%;min-height:80%}._modalHeader_a935y_427{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._modalContent_a935y_411 h3{margin:0}._modalCloseButton_a935y_442{position:inherit;top:1rem;right:1rem;font-size:1.5rem;background:transparent;border:none;color:#333;cursor:pointer}._modalCloseButton_a935y_442:hover{color:#dcb4ce}._dualPanel_a935y_458{display:flex;flex-direction:row;gap:2rem;position:relative}._listPanel_a935y_465{flex:1;padding-right:2.5rem;border-right:1px solid #e0e0e0;overflow-y:auto;max-height:100%;padding-bottom:1rem}._formPanel_a935y_474{flex:1;padding-left:1rem}._messageBanner_a935y_479{margin-top:12px;margin-bottom:5px;color:#2e7d32;background-color:#e8f5e9;border:1px solid #c8e6c9;padding:8px 12px;border-radius:6px;font-size:14px;text-align:center;animation:_fadeInOut_a935y_1 3s ease-in-out}._buttonGroup_a935y_492{display:flex;justify-content:start;gap:.5rem;margin-top:0rem}._category_a935y_158{font-size:.9rem;color:#666}._macroGrid_a935y_527{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;text-align:center;font-size:.9rem}._macroGrid_a935y_527 label{font-weight:700;display:block;margin-bottom:.25rem}._deleteButton_a935y_541{margin-top:.75rem;background-color:#ff4d4f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}._iconStyle_a935y_551{margin-right:.3rem;margin-top:.3rem}._modalContent_a935y_411 ul{padding-left:1rem;color:#555;font-size:.95rem;margin-bottom:1.25rem}._modalContent_a935y_411 li{margin-bottom:.5rem}._modalContent_a935y_411 button{background-color:#dcb4ce;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}._modalContent_a935y_411 button:hover{background-color:#c29db6}._mealsHeaderContainer_a935y_583{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}._mealsTitleAndFilter_a935y_591{float:left;padding-top:0}._mealsTitle_a935y_591{margin-bottom:2.2rem;font-size:1.8rem;font-weight:600;color:#dcb4ce;padding-right:15%}._totalsContainer_a935y_606{display:flex;flex-direction:column;align-items:flex-end;margin-top:1rem}._totalsTable_a935y_614{border-collapse:collapse;width:75%;margin:.5rem auto;border-radius:10px;overflow:hidden;font-size:.75rem;box-shadow:0 2px 6px #dcb4ce0d}._totalsTable_a935y_614 th,._totalsTable_a935y_614 td{padding:.35rem .8rem;text-align:center;font-size:.85rem}._totalsTable_a935y_614 th{font-weight:700;color:#a45e8a;border-bottom:1px solid #e3c9da}._totalsTable_a935y_614 tr:nth-child(2n){background:#faf6fa}._totalLabel_a935y_646{font-weight:600;margin-bottom:.25rem}._macrosRow_a935y_651{display:flex;gap:.5rem;margin-bottom:.25rem}._macrosRowHeader_a935y_657{display:flex;gap:.5rem;margin-bottom:.5rem;color:#aaa;text-align:right;background-color:#f7f7f7;font-size:14px;font-weight:600;padding:.25rem .5rem;border-radius:6px}._macroItem_a935y_670{text-align:center;font-size:14px;font-weight:500;min-width:60px}._macroItemTarget_a935y_677{text-align:center;font-size:14px;font-weight:500;min-width:60px;color:#bd5e9b}._macroLabel_a935y_685{font-size:16px;color:#aaa;min-width:60px;text-align:right;padding-right:.25rem}._macroValue_a935y_693{font-weight:500}._targetDiff_a935y_697{margin-top:8px;font-size:13px;color:#888}._targetValue_a935y_703{color:#222;font-weight:500}._diffValue_a935y_708{font-weight:600}._diffNeutral_a935y_712{color:#666}._diffOver_a935y_716{color:#d32f2f}._diffUnder_a935y_720{color:#388e3c}._missingPreferences_a935y_724{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}._robotImage_a935y_736{width:150px;height:auto;margin-bottom:1rem}._modalContent_a935y_411 input,._modalContent_a935y_411 select,._modalContent_a935y_411 textarea{background-color:#fff;color:#333;display:block;width:100%;margin-bottom:1rem;padding:.6rem 1rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;font-family:Poppins,sans-serif;box-sizing:border-box}._modalContent_a935y_411 textarea{min-height:100px;resize:vertical}._existingMeals_a935y_764 h3{margin-top:2rem;font-size:1.2rem;color:#555}._existingMeals_a935y_764 ul{list-style:none;padding-left:0}._existingMeals_a935y_764 li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee;font-size:.95rem}._existingMeals_a935y_764 li button{background:none;border:none;color:#d32f2f;cursor:pointer;font-weight:700;padding:.25rem .5rem}._existingMeals_a935y_764 li button:hover{text-decoration:underline}._tabContainer_a935y_797{display:inline-flex;justify-content:center;margin-top:1rem;border-radius:20px;background-color:#e3c9da;padding:.25rem}._tabButton_a935y_806{background-color:#f3e9f0;border:none;padding:.5rem 1rem;font-weight:600;cursor:pointer;color:#444;font-size:.95rem;transition:background-color .18s,color .18s;box-shadow:none;border-radius:6px}._tabButton_a935y_806:hover:not(:disabled){background-color:#e3c9da;color:#7a4c6a}._activeTab_a935y_824{background-color:#dcb4ce;color:#fff;font-weight:700;box-shadow:0 2px 8px #e7d4e1;cursor:default}._mealCard_a935y_500{background-color:#fff;border:1px solid #ddd;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d;transition:box-shadow .3s ease}._mealCard_a935y_500:hover{box-shadow:0 4px 12px #00000014}._mealHeader_a935y_508{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}._mealHeader_a935y_508 h4{font-size:.9rem;font-weight:600;margin:0;color:#333}._category_a935y_158{font-size:.85rem;color:#888;background-color:#f2f2f2;padding:.25rem .6rem;border-radius:8px;text-transform:capitalize}._macroGrid_a935y_527{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;text-align:center;margin-bottom:1rem}._macroGrid_a935y_527 label{font-size:.75rem;color:#777}._macroGrid_a935y_527 div div{font-weight:600;color:#444;margin-top:.2rem}._deleteButton_a935y_541{background-color:#ff5c5c;color:#fff;border:none;border-radius:6px;padding:.4rem .8rem;cursor:pointer;font-size:.85rem;transition:background-color .2s ease}._deleteButton_a935y_541:hover{background-color:#e04444}._toggleGroup_a935y_903{display:flex;justify-content:center;align-items:center;gap:.25rem;margin-bottom:1rem}._toggleGroup_a935y_903 div{padding:.5rem 1rem;border-radius:10px;color:#333;cursor:pointer;font-weight:600;font-size:.75rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}._toggleGroup_a935y_903 div:hover{background-color:#ddd;color:#000}._activeToggle_a935y_932{background-color:#dcb4ce;color:#fff;font-weight:700}._activeSlideToggle_a935y_938{background-color:#fff;color:#dcb4ce;font-weight:700}._actionsSection_a935y_944{height:35px;text-align:right}._suggestionsList_a935y_949{list-style:none;padding:0;margin:0;max-height:150px;overflow-y:auto;border:1px solid #ccc;background:#fff;position:absolute;width:100%;z-index:10}._suggestionItem_a935y_962{padding:8px;cursor:pointer}._suggestionItem_a935y_962:hover{background-color:#f0f0f0}._tabButtonMobile_a935y_971{border:none;padding:.5rem 1rem;font-weight:600;cursor:pointer;border-radius:20px;transition:background-color .2s ease,color .2s ease;font-size:.75rem}._tabButtonMobile_a935y_971:hover{background-color:#fff;color:#dcb4ce}._activeTabMobile_a935y_987{background-color:#fff;color:#dcb4ce;font-weight:700}._aiFreestyleLabel_a935y_993{font-size:12px;margin-top:3%;padding-left:1%;font-weight:700}._aiButton_a935y_1000{margin-top:0}._mealCountDisplay_a935y_1004{display:inline-block;min-width:28px;text-align:center;font-size:1.1rem;font-weight:600;color:#dcb4ce;background:#f5edf2;border-radius:8px;margin:0 .5rem;padding:.2rem .6rem;box-shadow:0 1px 4px #dcb4ce14}@media(max-width:600px){._mealListContainer_a935y_79,._wrapper_a935y_86{padding:0}._heading_a935y_92{font-size:1.4rem;text-align:center;padding-left:0}._grid_a935y_109{grid-template-columns:1fr;gap:1.25rem}._card_a935y_115{min-height:575px;max-height:575px;border-radius:1rem;overflow:clip}._cardInner_a935y_212{max-height:none}._cardBack_a935y_226 img{height:auto}._cardImage_a935y_246{border-radius:.5rem;height:auto}._cardLabel_a935y_265{font-size:.9rem;padding:.4rem}._card_a935y_115 h3{font-size:1rem}._card_a935y_115 ._macros_a935y_165,._card_a935y_115 ul,._card_a935y_115 p._instructions_a935y_195{font-size:.85rem;line-height:1.4}._mealsTitle_a935y_591{text-align:center;font-size:.9rem;padding:0;margin:0 0 2%}._filterButtons_a935y_277{gap:.25rem;flex-wrap:wrap;margin:0;padding:0}._filterButton_a935y_277,._activeFilterButton_a935y_286{font-size:.8rem;padding:.5rem .9rem}._cardActions_a935y_314{padding-bottom:1px}._iconButton_a935y_324{font-size:.95rem}._totalsContainer_a935y_606{margin-bottom:5%;align-items:center;max-width:100%}._macrosRowHeader_a935y_657{font-size:11px;gap:0rem}._macrosRow_a935y_651{gap:0rem}._formPanel_a935y_474,._listPanel_a935y_465{flex:1;border-right:0px;padding:0}._formPanel_a935y_474 input,._formPanel_a935y_474 textarea{width:100%;margin-bottom:.75rem;font-size:.95rem}._formPanel_a935y_474 select{height:50px}._macroLabel_a935y_685,._macroItem_a935y_670,._macroItemTarget_a935y_677{font-size:11px}._modalContent_a935y_411{max-width:95%;width:95%;max-height:80%;min-height:80%;margin:25% auto 0;padding:1rem}._modalContent_a935y_411 input,._modalContent_a935y_411 select,._modalContent_a935y_411 textarea{font-size:.9rem;padding:.5rem .75rem}._modalContent_a935y_411 button{font-size:.85rem;padding:.5rem 1rem}._tabContainer_a935y_797{display:inline-flex;justify-content:center;margin-bottom:1rem;border-radius:20px;background-color:#e3c9da;padding:.4rem}._tabButtonMobile_a935y_971{background-color:transparent;border:none;padding:.5rem 1rem;font-weight:600;cursor:pointer;border-radius:20px;transition:background-color .2s ease,color .2s ease;font-size:.85rem}._tabButtonMobile_a935y_971:hover{background-color:#fff;color:#dcb4ce}._activeTabMobile_a935y_987{background-color:#fff;color:#dcb4ce;font-weight:700}._dualPanel_a935y_458{flex-direction:column;gap:1rem}._buttonGroup_a935y_492{display:flex;justify-content:end;gap:.75rem;margin-top:1.5rem}._modalContent_a935y_411 select{height:50px}._mobileCloseWrapper_a935y_1242{display:flex;justify-content:flex-end;padding:.5rem}._modalCloseButton_a935y_442:hover{color:#dcb4ce}._macroItem_a935y_670,._macroItemTarget_a935y_677{min-width:70px}._macroLabel_a935y_685{font-size:16px;min-width:70px}}._shoppingListSection_a935y_1278{margin-bottom:2rem;background:#fff;border-radius:1rem;padding:1rem 1rem .7rem;box-shadow:0 2px 8px #3c283c12;border:1px solid #eee}._shoppingListTitle_a935y_1287{font-size:1.25rem;font-weight:700;color:#dcb4ce;margin-bottom:1rem;text-align:left}._shoppingListItems_a935y_1295{list-style:disc inside;padding:0;margin:0;display:block}._shoppingListItem_a935y_1295{background:#f5f4f4;border-radius:.5rem;padding:0rem 1rem;font-size:.93rem;color:#333;display:flex;align-items:center;justify-content:space-between;gap:.2rem;margin-bottom:.08rem;box-shadow:0 1px 4px #dcb4ce0f;transition:background .16s;list-style-type:disc;list-style-position:inside}._shoppingListItem_a935y_1295 button{background:none;border:none;color:#b4a9b2;font-size:1em;cursor:pointer;margin-left:.18rem;margin-bottom:.5rem;border-radius:10px;padding:.09rem .2rem;transition:background .15s,color .15s}._shoppingListItem_a935y_1295 button:hover{background:#f3e9f0;color:#a45e8a}@media(max-width:600px){._shoppingListItem_a935y_1295{padding:0rem 1rem;font-size:.87rem;gap:.13rem}._shoppingListItem_a935y_1295 button{font-size:.95em;padding:.07rem .12rem;margin-left:.14rem}}._mealCartTitle_a935y_1351{color:#7a4c6a;font-weight:600;font-size:1rem;margin-bottom:4px;padding-left:2%;display:flex;align-items:center;gap:.4rem}._mealCartItem_a935y_1363 li{background:#fff;border-radius:.5rem;padding:.14rem .4rem;font-size:.93rem;color:#444;display:flex;align-items:center;justify-content:space-between;gap:.25rem;margin-bottom:.08rem;box-shadow:0 1px 4px #dcb4ce0f;transition:background .16s;list-style-type:disc;list-style-position:inside}._mealsInCartSection_a935y_1387{margin-bottom:1.5rem;background:#faf6fa;border-radius:1rem;padding:.8rem 1.2rem;box-shadow:0 1px 4px #dcb4ce0d}._mealsInCartTitle_a935y_1395{font-size:1.1rem;font-weight:600;color:#a45e8a;margin-bottom:.7rem}._mealCartItem_a935y_1363{margin-bottom:.18rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 4px #dcb4ce0f;padding:.18rem .38rem;font-size:.93rem;color:#444;display:flex;flex-direction:column;gap:.12rem}._mealCartItem_a935y_1363 strong{color:#444;font-size:.96rem;font-weight:700;letter-spacing:.01em}._mealCartItem_a935y_1363 ul{margin-left:.7rem;margin-top:.14rem;padding-left:0}._mealCartItem_a935y_1363 button{background:none;border:none;color:#b4a9b2;font-size:1em;cursor:pointer;margin-left:.18rem;border-radius:50%;padding:.09rem .16rem;transition:background .15s,color .15s}._mealCartItem_a935y_1363 button:hover{background:#f3e9f0;color:#a45e8a}@media(max-width:600px){._mealCartItem_a935y_1363{padding:.08rem .17rem;font-size:.87rem;gap:.09rem}._mealCartItem_a935y_1363 strong{font-size:.9rem}._mealCartItem_a935y_1363 li{font-size:.87rem;gap:.13rem;padding:.08rem .17rem}._mealCartItem_a935y_1363 button{font-size:.95em;padding:.07rem .12rem;margin-left:.14rem}._addItemInput_a935y_14{margin-top:8.5%}}@media(min-width:380px)and (max-width:480px)and (orientation:portrait){._totalsTable_a935y_614{width:70%;font-size:.65rem}._totalsTable_a935y_614 th,._totalsTable_a935y_614 td{font-size:.75rem}._macroItem_a935y_670,._macroItemTarget_a935y_677{min-width:50px}._macroLabel_a935y_685{font-size:14px;min-width:50px}}@supports (-webkit-touch-callout: none){._macroItem_a935y_670,._macroItemTarget_a935y_677,._macroLabel_a935y_685{min-width:60px}}._topNav_1q08z_3{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);z-index:1000;box-shadow:0 2px 12px #0000000a}._navContent_1q08z_16{max-width:1200px;margin:0 auto;padding:8px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}._hamburger_1q08z_27{background:none;border:none;font-size:20px;color:#1f2937;cursor:pointer;padding:6px;border-radius:8px;transition:all .2s;flex-shrink:0}._hamburger_1q08z_27:hover{background:#f3f4f6}._greeting_1q08z_44{flex:1;text-align:center;display:flex;align-items:center;justify-content:center;padding-top:2%}._greetingText_1q08z_53{font-size:18px;color:#4b5563;font-weight:500;letter-spacing:-.2px}._greetingText_1q08z_53 strong{color:#1f2937;font-weight:700}._avatar_1q08z_66{flex-shrink:0}._avatarCircle_1q08z_70{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;box-shadow:0 2px 8px #ec79ad4d}._mobileMenu_1q08z_85{position:fixed;top:52px;left:-250px;width:250px;height:calc(100vh - 52px);background:#fff;box-shadow:4px 0 24px #0000001a;transition:left .3s ease;overflow-y:auto;padding:10px 0;z-index:999}._mobileMenu_1q08z_85._open_1q08z_99{left:0}._mobileLink_1q08z_103{display:flex;align-items:center;gap:12px;width:100%;padding:14px 24px;border:none;background:transparent;color:#4b5563;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}._mobileLink_1q08z_103:hover{background:#f9fafb;color:#1f2937}._mobileLink_1q08z_103._active_1q08z_124{background:linear-gradient(135deg,#dcb4ce1a,#ec79ad1a);color:#ec79ad;border-left:3px solid #ec79ad;padding-left:21px}._mobileLink_1q08z_103 svg{font-size:22px;flex-shrink:0}._divider_1q08z_140{height:1px;background:#e5e7eb;margin:12px 24px}._overlay_1q08z_147{position:fixed;top:52px;left:0;right:0;bottom:0;background:#0006;z-index:998;animation:_fadeIn_1q08z_1 .3s}@keyframes _fadeIn_1q08z_1{0%{opacity:0}to{opacity:1}}@media(max-width:768px){._navContent_1q08z_16{padding:8px 16px}._greetingText_1q08z_53{font-size:16px}._avatarCircle_1q08z_70{width:40px;height:40px;font-size:13px}._hamburger_1q08z_27{font-size:20px;padding:5px}._mobileMenu_1q08z_85{top:68px;height:calc(100vh - 68px)}._overlay_1q08z_147{top:68px}}._wrapper_14zrs_2{flex-direction:column;min-height:100vh}._content_14zrs_8{padding:80px 1rem 1rem;margin:0 auto}._noTopNav_14zrs_14{padding-top:0}._container_1troo_3{min-height:100vh;background:#f8f9fa;padding:20px 20px 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._headerSection_1troo_12{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._headerLabel_1troo_19{font-size:.6875rem;font-weight:600;color:#9b9b9b;letter-spacing:1.8px;margin-bottom:4px;text-transform:uppercase}._headerTitle_1troo_28{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;letter-spacing:-.5px}._headerSubtitle_1troo_36{font-size:.875rem;color:#666;margin:0;font-weight:400}._headerIcon_1troo_43{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #667eea4d}._workoutCard_1troo_57{position:relative;border-radius:24px;padding:32px;margin-bottom:24px;min-height:170px;overflow:hidden;box-shadow:0 8px 32px #0000001f;display:flex;justify-content:space-between;align-items:flex-start}._cardContent_1troo_70{flex:1;z-index:2;max-width:60%;display:flex;flex-direction:column;justify-content:space-between;min-height:170px}._cardCategory_1troo_80{display:inline-block;font-size:.75rem;font-weight:700;color:#ffffffe6;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}._cardTitle_1troo_90{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.1;letter-spacing:-1px}._weekInfo_1troo_99{font-size:.875rem;font-weight:600;color:#ffffffd9;margin:-8px 0 16px;letter-spacing:.5px;text-transform:uppercase}._cardDescription_1troo_108{font-size:1rem;color:#fffffff2;margin:0 0 24px;line-height:1.5;max-width:280px}._participants_1troo_117{display:flex;align-items:flex-end;gap:12px;margin-bottom:24px}._participantAvatar_1troo_124{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #00000026}._participantCount_1troo_136{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600}._startButton_1troo_147{background:#fff;color:#667eea;border:none;padding:16px 0;border-radius:28px;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;text-align:center}._startButton_1troo_147:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}._startButton_1troo_147:active{transform:translateY(0)}._startButton_1troo_147:disabled{opacity:.6;cursor:not-allowed;transform:none}._startButton_1troo_147:disabled:hover{transform:none;box-shadow:0 4px 16px #00000026}._lockedCard_1troo_183{opacity:.85;position:relative}._lockedCard_1troo_183:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;border-radius:24px;pointer-events:none}._comingSoonBadge_1troo_200{position:absolute;top:20px;right:20px;background:#fffffff2;color:#667eea;padding:8px 16px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 12px #00000026;z-index:3;animation:_pulse_1troo_1 2s ease-in-out infinite}@keyframes _pulse_1troo_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}._cardImage_1troo_230{position:absolute;right:0;bottom:0;width:45%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;z-index:1}._trainerImage_1troo_242,._journalImage_1troo_243{width:100%;height:90%;object-fit:cover;object-position:center bottom;border-radius:0 24px 24px 0;opacity:.95}@media(max-width:768px){._container_1troo_3{padding:30px 16px}._workoutCard_1troo_57{min-height:250px;padding:24px;flex-direction:column}._cardContent_1troo_70{max-width:100%;margin-bottom:20px}._cardTitle_1troo_90{font-size:2rem;text-align:left}._cardDescription_1troo_108{max-width:60%;font-size:.9rem}._cardImage_1troo_230{position:relative;width:100%;height:200px;margin-top:auto}._trainerImage_1troo_242,._journalImage_1troo_243{border-radius:16px;height:100%}._startButton_1troo_147{padding:12px 36px;font-size:1rem}}@media(max-width:480px){._title_1troo_299{font-size:2.2rem}._cardTitle_1troo_90{font-size:1.75rem}._workoutCard_1troo_57{padding:20px}}._switchChallengeBtn_1troo_313{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0;margin-right:0}._switchChallengeBtn_1troo_313:hover{background:#ffffff4d;border-color:#fff9;transform:scale(1.1) rotate(180deg)}._switchChallengeBtn_1troo_313:active{transform:scale(.95) rotate(180deg)}._challengeGrid_1troo_341{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px 0}._challengeItem_1troo_348{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea33;color:#fff}._challengeItem_1troo_348:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea4d}._challengeItem_1troo_348:active{transform:translateY(-2px)}._challengeLabel_1troo_367{font-size:.75rem;font-weight:700;color:#fffc;letter-spacing:2px;margin-bottom:8px;text-transform:uppercase}._challengeTitle_1troo_376{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2}._challengeDescription_1troo_384{font-size:.9rem;color:#ffffffe6;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._headerSection_u7nfx_4{display:flex;align-items:flex-start;gap:6px;margin-bottom:24px}._backButton_u7nfx_11{background:none;border:none;color:#1f2937;cursor:pointer;padding:0;margin-top:2px;transition:opacity .2s;flex-shrink:0}._backButton_u7nfx_11:hover{opacity:.7}._headerContent_u7nfx_27{flex:1}._headerLabel_u7nfx_31{font-size:.6875rem;font-weight:600;color:#9b9b9b;letter-spacing:1.8px;margin-bottom:4px;text-transform:uppercase}._headerTitle_u7nfx_40{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;letter-spacing:-.5px}._headerSubtitle_u7nfx_50{font-size:.875rem;color:#666;margin:0;font-weight:400}._headerIcon_u7nfx_57{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #667eea4d;flex-shrink:0}._wrapper_1wgl0_1{background:#fff;padding:3rem 2rem;border-radius:1.5rem;box-shadow:0 8px 20px #0000000f;margin-top:2rem;text-align:center;max-width:1000px;margin-left:auto;margin-right:auto}._heading_1wgl0_13{font-size:2rem;color:#dcb4ce;margin-bottom:2.5rem;font-weight:700}._section_1wgl0_20{background:#f9f9f9;padding:2rem;border-radius:1.25rem;box-shadow:0 4px 12px #0000000a;margin-bottom:2rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}._section_1wgl0_20:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}._sectionTitle_1wgl0_35{font-size:1.5rem;color:#c29db6;margin-bottom:1rem;font-weight:600}._content_1wgl0_42{font-size:1.05rem;color:#555;line-height:1.7;text-align:left}._videoPlaceholder_1wgl0_49{width:640px;height:360px}._list_1wgl0_54{list-style-type:disc;color:#777;text-align:left;font-size:.9rem}._listItem_1wgl0_62{font-size:1.05rem;color:#555;margin-bottom:.5rem}._downloadBtn_1wgl0_68{background-color:#dcb4ce;color:#fff;border:none;padding:.9rem 2rem;border-radius:1rem;cursor:pointer;font-size:1.1rem;transition:background-color .2s ease,transform .2s ease;margin-top:2rem}._downloadBtn_1wgl0_68:hover{background-color:#c29db6;transform:translateY(-2px)}._gridContainer_1wgl0_86{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}._gridItem_1wgl0_93{background:#fefefe;padding:1.2rem;border-radius:1rem;box-shadow:0 4px 10px #00000008;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:600px){._videoPlaceholder_1wgl0_49{width:340px;height:190px}}._wrapper_165oj_1{padding:3rem 1.5rem;max-width:1000px;margin:0 auto;border-radius:1.5rem;box-shadow:0 8px 20px #00000005}._heading_165oj_9{font-size:2.5rem;color:#dcb4ce;margin-bottom:3rem;text-align:center;font-weight:700}._section_165oj_17{padding:2rem 2.5rem;border-radius:1.25rem;box-shadow:0 6px 18px #0000000d;margin-bottom:3rem;transition:transform .3s ease,box-shadow .3s ease}._section_165oj_17:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}._sectionTitle_165oj_30{font-size:1.75rem;margin-bottom:1.5rem;color:#b089a2;font-weight:600;text-align:center}._form_165oj_38{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.25rem}._formGroup_165oj_44{display:flex;flex-direction:column;gap:.2rem;margin-bottom:0}._label_165oj_51{font-size:.9rem;color:#555;margin-bottom:.25rem;font-weight:500}._input_165oj_58{padding:.6rem .9rem;border:1px solid #ddd;border-radius:.6rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s;width:100%;box-sizing:border-box;background-color:#fefefe;color:#333;font-weight:500}._form_165oj_38 select{min-height:40px;width:100%;box-sizing:border-box;padding:.6rem .9rem;border:1px solid #ddd;border-radius:.6rem;font-size:.95rem}._formRow_165oj_81{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 1.25rem}._input_165oj_58:focus{outline:none;border-color:#dcb4ce;box-shadow:0 0 6px #dcb4ce80}._saveButton_165oj_93{background-color:#dcb4ce;color:#fff;border:none;border-radius:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,opacity .2s ease;display:block;margin:2rem auto 0;grid-column:1 / -1;justify-self:center}._saveButton_165oj_93:hover{background-color:#c29db6}._saveButton_165oj_93:focus{outline:none;box-shadow:none;border:none}._successMessage_165oj_119{color:#2c662d;padding:1rem;border-radius:1rem;margin-bottom:1.5rem;text-align:center;font-weight:600}._checkboxGroup_165oj_128{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._checkboxLabel_165oj_134{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#555;padding:.5rem .75rem;border-radius:.75rem;transition:background-color .2s ease;cursor:pointer}._checkboxLabel_165oj_134 input{accent-color:#dcb4ce}._radioGroup_165oj_153{display:flex;flex-direction:column;gap:.75rem;padding-left:.25rem}._radioLabel_165oj_160{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#555;padding:.5rem .75rem;border-radius:.75rem;transition:background-color .2s ease;cursor:pointer}._radioLabel_165oj_160 input[type=radio]{accent-color:#dcb4ce}._savedMessage_165oj_179{margin-top:12px;color:#2e7d32;border:1px solid #c8e6c9;padding:8px 12px;border-radius:6px;font-size:14px;text-align:center;animation:_fadeInOut_165oj_1 3s ease-in-out}@keyframes _fadeInOut_165oj_1{0%{opacity:0;transform:translateY(-5px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@media screen and (max-width:600px){._form_165oj_38{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.25rem}._form_165oj_38 select{height:40px}._formRow_165oj_81{grid-template-columns:1fr;gap:.9rem}._formGroup_165oj_44{gap:.5rem;margin-bottom:0}._input_165oj_58{padding:.55rem .85rem;font-size:.95rem}._label_165oj_51{font-size:.95rem}._checkboxGroup_165oj_128{grid-template-columns:1fr;gap:.5rem}._checkboxLabel_165oj_134,._radioLabel_165oj_160{font-size:.9rem;padding:.5rem .75rem}._saveButton_165oj_93{font-size:1rem;padding:.6rem 1.2rem;display:block;margin:2rem auto 0}}._btnContent_165oj_260{display:inline-flex;align-items:center;gap:8px}._saveButtonLoading_165oj_266{opacity:.9;pointer-events:none}._saveButtonSuccess_165oj_271{background-color:#4caf50}._spinner_165oj_275{width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;display:inline-block;animation:_spin_165oj_275 .8s linear infinite}@keyframes _spin_165oj_275{to{transform:rotate(360deg)}}._convertedUserBanner_165oj_292{background:linear-gradient(135deg,#f8f9ff,#e8f2ff);border:2px solid #4c51bf;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #4c51bf1a}._convertedUserBanner_165oj_292 h3{color:#4c51bf;margin:0 0 1rem;font-size:1.25rem;font-weight:600}._convertedUserBanner_165oj_292 p{color:#2d3748;margin:0 0 1rem;line-height:1.5}._convertedUserBanner_165oj_292 p:last-child{margin-bottom:0;color:#6b7280;font-style:italic}._requiredFieldsList_165oj_320{background:#4c51bf0d;border-radius:.5rem;padding:1rem;margin:1rem 0;list-style:none}._requiredFieldsList_165oj_320 li{color:#4c51bf;font-weight:500;margin-bottom:.25rem}._requiredFieldsList_165oj_320 li:last-child{margin-bottom:0}._requiredLabel_165oj_339{color:#c53030!important;font-weight:600!important}._requiredAsterisk_165oj_344{color:#e53e3e;font-weight:700;font-size:1.1em}._requiredInput_165oj_350{border-color:#feb2b2!important;background-color:#fef5f5!important}._requiredInput_165oj_350:focus{border-color:#f56565!important;box-shadow:0 0 6px #f565654d!important}@media(max-width:768px){._convertedUserBanner_165oj_292{padding:1rem;margin-bottom:1.5rem}._convertedUserBanner_165oj_292 h3{font-size:1.1rem}._requiredFieldsList_165oj_320{padding:.75rem}}._container_1nmqw_4{min-height:100vh;background:#f8f9fa;padding:64px 12px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}._container_1nmqw_4::-webkit-scrollbar{display:none}._headerSection_1nmqw_21{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}._headerLabel_1nmqw_28{font-size:.6875rem;font-weight:600;color:#9b9b9b;letter-spacing:1.8px;margin-bottom:4px;text-transform:uppercase}._headerTitle_1nmqw_37{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;letter-spacing:-.5px}._headerSubtitle_1nmqw_45{font-size:.875rem;color:#666;margin:0 0 16px;font-weight:400}._jumpButton_1nmqw_52{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #ff6b9d4d}._jumpButton_1nmqw_52:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d66}._jumpButton_1nmqw_52:active{transform:translateY(0)}._jumpButton_1nmqw_52 svg{font-size:1rem}._headerIcon_1nmqw_81{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #ff6b9d4d}._formSection_1nmqw_95{margin-bottom:32px}._wrapper_1nmqw_100{background:#fff;border-radius:20px;box-shadow:0 2px 12px #0000000f;padding:24px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._heading_1nmqw_109{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;letter-spacing:-.3px}._description_1nmqw_117{font-size:.875rem;color:#666;line-height:1.5;margin:0 0 24px}._form_1nmqw_95{display:flex;flex-direction:column;gap:24px}._sectionTitle_1nmqw_131{font-size:.75rem;font-weight:600;color:#9b9b9b;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 12px;display:flex;align-items:center;gap:8px}._sectionTitle_1nmqw_131:before{content:"";width:3px;height:16px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);border-radius:2px}._formGroup_1nmqw_151{display:flex;flex-direction:column;margin-bottom:0}._formGroup_1nmqw_151 label{font-weight:600;margin-bottom:8px;color:#333;font-size:.875rem}._formGroup_1nmqw_151 input,._formGroup_1nmqw_151 select,._formGroup_1nmqw_151 textarea{width:100%;max-width:100%;padding:12px;border-radius:12px;border:2px solid #e8e8e8;font-size:.9375rem;background-color:#fafafa;color:#333;transition:all .2s;font-family:inherit;box-sizing:border-box}._formGroup_1nmqw_151 input:focus,._formGroup_1nmqw_151 select:focus,._formGroup_1nmqw_151 textarea:focus{border-color:#ff6b9d;outline:none;background-color:#fff;box-shadow:0 0 0 3px #ff6b9d1a}._formGroup_1nmqw_151 textarea{min-height:100px;resize:vertical}._formGrid_1nmqw_195{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}._formCompactGrid_1nmqw_201{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media(min-width:768px){._formCompactGrid_1nmqw_201{grid-template-columns:repeat(3,1fr)}}._formRow_1nmqw_213{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._tallSelect_1nmqw_220,select._tallSelect_1nmqw_220{min-height:48px!important;height:48px!important;padding:12px 16px!important}._photoSection_1nmqw_228{background:#f8f9fa;border-radius:16px;padding:20px;border:2px dashed #e0e0e0}._photoGrid_1nmqw_235{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}._photoUploadBox_1nmqw_241{position:relative;border-radius:12px;overflow:hidden;background:#fff;border:2px solid #e8e8e8;transition:all .2s}._photoUploadBox_1nmqw_241:hover{border-color:#ff6b9d}._photoUploadInput_1nmqw_254{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer;z-index:2}._photoUploadLabel_1nmqw_263{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:16px;cursor:pointer;color:#666;text-align:center;font-size:.875rem}._photoUploadLabel_1nmqw_263 svg{font-size:2rem;color:#ff6b9d;margin-bottom:8px}._photoPreview_1nmqw_282{width:100%;height:160px;object-fit:cover;display:block}._photoRemoveBtn_1nmqw_289{position:absolute;top:8px;right:8px;background:#0009;color:#fff;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .2s}._photoRemoveBtn_1nmqw_289:hover{background:#f00c;transform:scale(1.1)}._submitButton_1nmqw_313{background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;border:none;padding:14px 28px;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ff6b9d40;align-self:flex-start}._submitButton_1nmqw_313:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d59}._submitButton_1nmqw_313:active{transform:translateY(0)}._submitButton_1nmqw_313:focus{outline:none;box-shadow:0 0 0 3px #ff6b9d4d}._unitToggleButton_1nmqw_341{background:#f0f0f0;color:#333;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;align-self:flex-start;margin-bottom:16px}._unitToggleButton_1nmqw_341:hover{background:#e0e0e0}._submissionMessage_1nmqw_360{padding:12px 16px;border-radius:12px;font-size:.875rem;font-weight:500;text-align:center;animation:_slideIn_1nmqw_1 .3s ease}@keyframes _slideIn_1nmqw_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._historySection_1nmqw_381{margin-bottom:32px}._historyTitle_1nmqw_385{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.3px}._historyScrollContainer_1nmqw_393{position:relative;overflow:hidden;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}._historyScroll_1nmqw_393{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0 16px}._historyScroll_1nmqw_393::-webkit-scrollbar{display:none}._loadMoreButton_1nmqw_417{background:#fff;color:#333;border:2px solid #e8e8e8;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s;margin:16px auto;display:block}._loadMoreButton_1nmqw_417:hover{border-color:#ff6b9d;color:#ff6b9d;transform:translateY(-2px)}._loadMoreButton_1nmqw_417:disabled{opacity:.5;cursor:not-allowed;transform:none}._loadMoreButton_1nmqw_417:disabled:hover{border-color:#e8e8e8;color:#333;transform:none}._checkinCardWrapper_1nmqw_450{position:relative;scroll-snap-align:start;flex:0 0 300px;min-width:300px}._newBadge_1nmqw_457{box-shadow:0 4px 16px #ff6b9d40}._checkinCard_1nmqw_450{border:2px solid transparent;padding:20px;border-radius:16px;background:#fff;box-shadow:0 2px 12px #00000014;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;height:100%}._checkinCardNew_1nmqw_473{border-color:#ff6b9d;box-shadow:0 4px 16px #ff6b9d40;animation:_pulseGlow_1nmqw_1 2s ease-in-out infinite}._checkinCard_1nmqw_450:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._checkinCardHeader_1nmqw_484{margin:0;font-size:.6875rem;color:#9b9b9b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._cardTopRow_1nmqw_493{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._photoIndicator_1nmqw_500{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.6875rem}._cardContent_1nmqw_512{margin-bottom:12px}._checkinCardWeight_1nmqw_516{margin:0 0 12px;font-weight:800;font-size:2rem;color:#1a1a1a;letter-spacing:-1px;line-height:1}._unit_1nmqw_341{font-size:1rem;font-weight:500;color:#666;margin-left:4px}._cardStats_1nmqw_532{display:flex;gap:8px;flex-wrap:wrap}._checkinCardDelta_1nmqw_538{font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:6px;display:inline-block}._percentChange_1nmqw_546{font-size:.75rem;font-weight:600;color:#666;background:#f0f0f0;padding:4px 10px;border-radius:6px;display:inline-block}._checkinCardDelta_1nmqw_538._positive_1nmqw_556{background:#ef44441a;color:#ef4444}._checkinCardDelta_1nmqw_538._negative_1nmqw_561{background:#22c55e1a;color:#22c55e}._checkinCardDelta_1nmqw_538._neutral_1nmqw_566{background:#9ca3af1a;color:#9ca3af}._checkinCardDetailsLink_1nmqw_571{display:flex;align-items:center;gap:6px;color:#ff6b9d;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;padding-top:12px;border-top:1px solid #f0f0f0}._checkinCardDetailsLink_1nmqw_571:hover{gap:8px}._checkinCardDetailsLink_1nmqw_571 svg{font-size:1rem}._checkinCardModalOverlay_1nmqw_593{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:_fadeIn_1nmqw_1 .2s ease}@keyframes _fadeIn_1nmqw_1{0%{opacity:0}to{opacity:1}}._checkinCardModalContent_1nmqw_617{background:#fff;padding:32px 24px;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;box-shadow:0 20px 60px #0000004d;animation:_slideUp_1nmqw_1 .3s ease}@keyframes _slideUp_1nmqw_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._checkinCardModalHeader_1nmqw_643{margin:0 0 24px;font-weight:700;font-size:1.75rem;color:#1a1a1a;letter-spacing:-.5px}._checkinCardModalRow_1nmqw_651{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._checkinCardModalRow_1nmqw_651:last-of-type{border-bottom:none}._checkinCardModalLabel_1nmqw_664{font-weight:600;color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}._checkinCardModalValue_1nmqw_672{font-weight:600;color:#1a1a1a;font-size:1.125rem;text-align:right}._checkinCardModalImagesWrapper_1nmqw_679{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:24px 0;padding:20px;background:#f8f9fa;border-radius:16px}._checkinCardModalImage_1nmqw_679{width:100%;height:200px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000001a;transition:transform .2s}._checkinCardModalImage_1nmqw_679:hover{transform:scale(1.05)}._checkinCardModalCloseButton_1nmqw_702{width:100%;margin-top:24px;padding:14px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #ff6b9d40}._checkinCardModalCloseButton_1nmqw_702:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d59}@media(max-width:768px){._container_1nmqw_4{padding:60px 16px}._headerTitle_1nmqw_37{font-size:1.5rem}._wrapper_1nmqw_100{padding:20px 16px}._formGrid_1nmqw_195,._formRow_1nmqw_213,._photoGrid_1nmqw_235{grid-template-columns:1fr}._checkinCardWrapper_1nmqw_450{flex:0 0 260px;max-width:260px}._checkinCardWeight_1nmqw_516{font-size:1.75rem}._checkinCardModalContent_1nmqw_617{padding:24px 20px;max-height:85vh}._checkinCardModalImagesWrapper_1nmqw_679{grid-template-columns:1fr}}@media(min-width:768px){._container_1nmqw_4{max-width:700px;margin:0 auto}._historyScroll_1nmqw_393{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));overflow-x:visible;gap:20px}._checkinCardWrapper_1nmqw_450{flex:1;max-width:none}}._fab_1nmqw_787{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border:none;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);color:#fff;font-size:1.25rem;cursor:pointer;box-shadow:0 4px 16px #ff6b9d66;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);animation:_fadeInScale_1nmqw_1 .3s ease-out}._fab_1nmqw_787:hover{transform:scale(1.1);box-shadow:0 6px 20px #ff6b9d80}._fab_1nmqw_787:active{transform:scale(.95)}@keyframes _fadeInScale_1nmqw_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._overlay_kox8s_3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99998;animation:_fadeIn_kox8s_1 .2s ease-out}._modal_kox8s_15{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:#fff;border-radius:24px 24px 0 0;z-index:99999;animation:_slideUp_kox8s_1 .3s ease-out;overflow-y:auto;box-shadow:0 -4px 24px #00000026}@media(min-width:768px){._modal_kox8s_15{left:50%;transform:translate(-50%);max-width:600px;bottom:auto;top:50%;transform:translate(-50%,-50%);border-radius:24px;max-height:90vh}}._modalHandle_kox8s_42{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 0}._closeButton_kox8s_50{position:absolute;top:20px;right:20px;background:#f5f5f5;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}._closeButton_kox8s_50:hover{background:#e8e8e8;transform:scale(1.05)}._closeButton_kox8s_50 svg{font-size:1.25rem;color:#666}._header_kox8s_77{display:flex;align-items:center;gap:16px;padding:28px 24px 20px;border-bottom:1px solid #f0f0f0}._iconContainer_kox8s_85{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #ff6b9d4d}._headerIcon_kox8s_97{font-size:1.5rem;color:#fff}._modalTitle_kox8s_106{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.3px}._modalDate_kox8s_114{font-size:.875rem;color:#666;margin:0;font-weight:400}._modalContent_kox8s_121{padding:20px 24px 32px;display:flex;flex-direction:column;gap:20px}._section_kox8s_129{background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:20px;transition:all .2s}._section_kox8s_129:hover{border-color:#e8e8e8}._sectionTitle_kox8s_141{display:flex;align-items:center;gap:8px;font-size:.6875rem;font-weight:700;color:#666;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f5f5f5}._sectionIcon_kox8s_155{font-size:1rem;color:#ff6b9d}._statsGrid_kox8s_161{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:480px){._statsGrid_kox8s_161{grid-template-columns:repeat(3,1fr)}}._statItem_kox8s_173{background:#fafafa;padding:14px 12px;border-radius:12px;display:flex;flex-direction:column;gap:6px;border:2px solid #f0f0f0;transition:all .2s}._statItem_kox8s_173:hover{background:#fff;border-color:#ff6b9d;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d26}._statLabel_kox8s_191{font-size:.6875rem;color:#999;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._statValue_kox8s_199{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1}._wellnessGrid_kox8s_207{display:flex;flex-direction:column;gap:12px}._wellnessItem_kox8s_213{display:flex;align-items:center;gap:14px;background:#fafafa;padding:16px;border-radius:12px;border:2px solid #f0f0f0;transition:all .2s}._wellnessItem_kox8s_213:hover{background:#fff;transform:translate(4px);box-shadow:0 2px 8px #00000014}._wellnessIcon_kox8s_230{font-size:1.5rem;flex-shrink:0}._wellnessContent_kox8s_235{display:flex;flex-direction:column;gap:2px;flex:1}._wellnessLabel_kox8s_242{font-size:.75rem;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._wellnessValue_kox8s_250{font-size:1rem;font-weight:600;color:#1a1a1a;text-transform:capitalize}._commentsBox_kox8s_258{background:#fafafa;padding:16px;border-radius:12px;border:2px solid #f0f0f0;font-size:.9375rem;line-height:1.7;color:#333;font-style:italic}._photosGrid_kox8s_270{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._photoCard_kox8s_276{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:#fff;border:2px solid #f0f0f0;transition:all .2s}._photoCard_kox8s_276:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#ff6b9d}._photoThumbnail_kox8s_293{width:100%;height:100%;object-fit:cover}._photoLabel_kox8s_299{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;padding:8px;font-size:.75rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px}._photoOverlay_kox8s_315{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:100000;animation:_fadeIn_kox8s_1 .2s ease-out}._photoViewer_kox8s_326{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100001;max-width:90vw;max-height:90vh;animation:_zoomIn_kox8s_1 .3s ease-out}._photoFull_kox8s_337{max-width:100%;max-height:90vh;border-radius:8px;box-shadow:0 8px 32px #00000080}._photoCloseButton_kox8s_344{position:absolute;top:-50px;right:0;background:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._photoCloseButton_kox8s_344:hover{transform:scale(1.1);background:#f5f5f5}._photoCloseButton_kox8s_344 svg{font-size:1.5rem;color:#333}@keyframes _fadeIn_kox8s_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_kox8s_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _zoomIn_kox8s_1{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}._container_1y602_1{padding:1rem;max-width:100%;overflow-x:auto;justify-items:center}h2{font-size:1.5rem;margin-bottom:1rem;color:#333}table{width:100%;border-collapse:collapse;border:1px solid #ddd;background-color:#fff;box-shadow:0 2px 8px #0000000d;border-radius:6px;overflow:hidden;font-size:.95rem}thead{background-color:#f6f8fa;color:#333;position:sticky;top:0;z-index:1}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}tbody tr:nth-child(odd){background-color:#fcfcfc}tbody tr:hover{background-color:#f0f4f8;cursor:pointer}th{font-weight:600;text-transform:uppercase;font-size:.85rem}button{margin-top:1rem;margin-right:.75rem;padding:10px 20px;border:none;background-color:#dcb4ce;color:#fff;font-size:.9rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}button:disabled{background-color:#ccc;cursor:not-allowed}button:hover:not(:disabled){background-color:#caa1bd}._pagination_1y602_76{display:flex;justify-content:center;align-items:center;gap:1rem}._pagination_1y602_76 button{background-color:#dcb4ce;color:#fff;border:none;padding:8px 14px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s ease}._pagination_1y602_76 button:disabled{background-color:#ccc;cursor:not-allowed}._pagination_1y602_76 span{font-size:1rem;font-weight:500;margin-top:5%}._controlsRow_1y602_106{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;flex-wrap:wrap;gap:65rem}._leftControls_1y602_115{display:flex;gap:.75rem}:root{--fcc-flip-duration:.7s;--fcc-spacing:8px;--fcc-digit-block-width:46px;--fcc-digit-block-height:80px;--fcc-digit-block-radius:4px;--fcc-digit-block-spacing:4px;--fcc-digit-font-size:50px;--fcc-label-font-size:16px;--fcc-label-color:inherit;--fcc-background:#0f181a;--fcc-digit-color:#fff;--fcc-divider-color:hsla(0,0%,100%,.4);--fcc-divider-height:1px;--fcc-shadow:0 0 2px 1px rgba(0,0,0,.1);--fcc-separator-size:5px;--fcc-separator-color:currentColor}._qWTcH{font-family:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;display:flex;align-items:center;gap:var(--fcc-spacing)}._1tbqx ._3cpN7{margin-bottom:calc(var(--fcc-label-font-size)*2)}._3cpN7 ._2EBbg:not(:last-child){margin-right:var(--fcc-digit-block-spacing)}._3cpN7{position:relative;display:flex;align-items:center}._2aOn7{color:var(--fcc-label-color);line-height:1;font-weight:400;font-size:var(--fcc-label-font-size);position:absolute;bottom:0;left:50%;transform:translate(-50%,150%)}._2EBbg{perspective:200px;position:relative;font-size:var(--fcc-digit-font-size);color:var(--fcc-digit-color);font-weight:500;line-height:0;width:var(--fcc-digit-block-width);height:var(--fcc-digit-block-height);box-shadow:var(--fcc-shadow);border-radius:var(--fcc-digit-block-radius)}._106d2,._SKh-V{position:absolute;width:100%;height:50%;overflow:hidden;display:flex;justify-content:center;background:var(--fcc-background)}._SKh-V{align-items:flex-end;top:0;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._106d2{align-items:flex-start;bottom:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._3luxx{position:relative;z-index:2;width:100%;height:50%;transform-style:preserve-3d;transform-origin:bottom;transform:rotateX(0);border-radius:inherit}._3luxx._2kgZC{transition:transform var(--fcc-flip-duration) ease-in-out;transform:rotateX(-180deg)}._2v-d4{position:absolute;width:100%;height:100%;display:flex;justify-content:center;overflow:hidden;backface-visibility:hidden;background:var(--fcc-background)}._1GZQ7{align-items:flex-end;border-top-left-radius:inherit;border-top-right-radius:inherit;border-bottom:var(--fcc-divider-height) solid var(--fcc-divider-color)}._3AVXa{align-items:flex-start;transform:rotateX(-180deg);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}._2hRXr{height:var(--fcc-digit-block-height);display:flex;flex-direction:column;justify-content:center;align-items:center}._1tbqx ._2hRXr{margin-bottom:calc(var(--fcc-label-font-size)*2)}._2hRXr:after,._2hRXr:before{content:"";width:var(--fcc-separator-size);height:var(--fcc-separator-size);border-radius:50%;background-color:var(--fcc-separator-color)}._2hRXr:before{margin-bottom:var(--fcc-separator-size)}._freeTrialPage_5rki3_3{min-height:100vh;background:#fff;width:100%}._customNavbar_5rki3_10{position:fixed;top:0;left:0;right:0;width:calc(100% - 4rem);background:#fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1001;transition:all .3s ease}._navLogo_5rki3_27{height:65px;width:auto}._navLinks_5rki3_32{display:flex;align-items:center;gap:2rem}._navLink_5rki3_32{color:#2d2d2d;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;line-height:1}._navLink_5rki3_32:hover{background:#2d2d2d1a;transform:translateY(-2px);color:#ec79ad}._navCTAButton_5rki3_57{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d;white-space:nowrap;margin:0}._navCTAButton_5rki3_57:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._navCTAButton_5rki3_57:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){._navCTAButton_5rki3_57{padding:.5rem 1rem;font-size:.9rem}}@media(max-width:480px){._navCTAButton_5rki3_57{padding:.4rem .8rem;font-size:.8rem}}._countdownBanner_5rki3_99{background:linear-gradient(135deg,#ff6b6b,#ff8e53,#ff6b6b);padding:1.5rem 1rem;margin-top:100px;box-shadow:0 8px 30px #ff6b6b66;animation:_pulseGlow_5rki3_1 2s ease-in-out infinite;border:3px solid #fff;position:relative}@keyframes _pulseGlow_5rki3_1{0%,to{box-shadow:0 8px 30px #ff6b6b66;transform:scale(1)}50%{box-shadow:0 12px 40px #ff6b6b99;transform:scale(1.01)}}._bannerContent_5rki3_120{max-width:1200px;margin:0 auto;text-align:center;color:#fff;padding:0 2rem}._bannerText_5rki3_128{font-size:1.5rem;font-weight:800;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:2px;animation:_pulse_5rki3_1 2s ease-in-out infinite;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@keyframes _pulse_5rki3_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}._flipClockContainer_5rki3_147{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}._offerEndsText_5rki3_156{font-size:1.2rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._flipClockBox_5rki3_164{background:linear-gradient(135deg,#fff,#fef9f7,#fff);padding:1rem 1.5rem;border-radius:15px;box-shadow:0 8px 25px #ff6b6b40,0 4px 12px #ff8c5326,inset 0 1px 3px #fffc;border:3px solid #FF6B6B;animation:_timerPulse_5rki3_1 2s ease-in-out infinite;position:relative}._flipClockBox_5rki3_164:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(135deg,#ff6b6b,#ff8e53,#ff6b6b);border-radius:18px;z-index:-1;opacity:.3;animation:_borderGlow_5rki3_1 3s ease-in-out infinite}@keyframes _timerPulse_5rki3_1{0%,to{box-shadow:0 8px 25px #ff6b6b40,0 4px 12px #ff8c5326,inset 0 1px 3px #fffc}50%{box-shadow:0 12px 35px #ff6b6b59,0 6px 18px #ff8c5340,inset 0 1px 3px #ffffffe6}}@keyframes _borderGlow_5rki3_1{0%,to{opacity:.3}50%{opacity:.5}}._flipClock_5rki3_147{display:flex;align-items:center;gap:.5rem;width:100%;max-width:100%}._countdownCTA_5rki3_223{margin-bottom:.2rem}._bannerCTA_5rki3_227{background:#fff;color:#ff6b6b;padding:.8rem 2rem;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffffff4d}._bannerCTA_5rki3_227:hover{transform:translateY(-3px);box-shadow:0 6px 20px #fff6;background:#f8f9fa}._bannerCTA_5rki3_227:disabled{opacity:.6;cursor:not-allowed;transform:none}._urgentText_5rki3_252{font-size:1.1rem;font-weight:600;margin:0;color:#fffffff2;font-style:italic}._loadingContainer_5rki3_261,._errorContainer_5rki3_262{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#fff;text-align:center;padding:2rem}._spinner_5rki3_273{font-size:1.2rem;color:#666}._errorContainer_5rki3_262 h2{font-size:2rem;color:#333;margin-bottom:1rem}._errorContainer_5rki3_262 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_5rki3_290{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_5rki3_290:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dcb4ce4d}._hero_5rki3_308{position:relative;width:100%;background:linear-gradient(135deg,#fff,#f8f9fa,#fff);display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;color:#333}._heroMainContent_5rki3_320{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;margin:0;padding:0;align-items:center;min-height:60vh}._heroPhotoSection_5rki3_331{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;padding:1rem;gap:1.5rem}._photoCard_5rki3_341{background:#fffffff2;padding:1.5rem;border-radius:25px;box-shadow:0 15px 40px #0003;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:500px}._heroBeforeAfterPhoto_5rki3_352{width:100%;height:auto;border-radius:15px;margin-bottom:1rem;transition:transform .3s ease}._heroBeforeAfterPhoto_5rki3_352:hover{transform:scale(1.02)}._photoCaption_5rki3_364{font-size:1.1rem;font-weight:700;color:#ec79ad;text-transform:uppercase;letter-spacing:1px;margin:0}._heroTextSection_5rki3_373{display:flex;flex-direction:column;justify-content:center;text-align:right;width:85%;padding:1rem 1rem 1rem 3rem}._heroContent_5rki3_382{width:100%;padding:0;z-index:2}._heroTitle_5rki3_388{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#333}._highlight_5rki3_396{color:#ec79ad;font-weight:800;position:relative;display:inline-block}._highlight_5rki3_396:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#ec79ad;transform:scaleX(1)}._heroSubtitle_5rki3_414{font-size:1.3rem;font-weight:400;color:#666;margin-bottom:2rem;line-height:1.6}._primaryCTA_5rki3_422{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d;margin-bottom:.8rem}._primaryCTA_5rki3_422:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._primaryCTA_5rki3_422:disabled{opacity:.6;cursor:not-allowed;transform:none}._ctaSubtext_5rki3_448{font-size:1rem;color:#666;margin:0;font-weight:500}._container_5rki3_456{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_5rki3_463{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._benefitsSection_5rki3_472{padding:1rem 0;background:#f8f9fa}._benefitsSectionTitle_5rki3_477{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._benefitsGrid_5rki3_485{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto 3rem;justify-items:center}._benefitCard_5rki3_494{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#7fbcc31a;padding:1rem;border-radius:20px;box-shadow:0 8px 25px #7fbcc326;transition:all .3s ease;border:2px solid #7FBCC3;width:100%;max-width:300px;position:relative}._benefitCard_5rki3_494:hover{transform:translateY(-5px);box-shadow:0 12px 35px #7fbcc340;background:#7fbcc326}._benefitIconWrapper_5rki3_517{position:relative;display:inline-block}._benefitIcon_5rki3_517{font-size:2.5rem;background:linear-gradient(135deg,#7fbcc3,#a0d4da);padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:80px;height:80px;box-shadow:0 4px 15px #7fbcc34d}._badgeOverlay_5rki3_535{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,gold,orange,gold);background-size:200% 200%;color:#8b4513;font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:10px;box-shadow:0 2px 8px #ffd70099,inset 0 1px 2px #ffffff80,inset 0 -1px 2px #8b45134d;transform:rotate(12deg);white-space:nowrap;z-index:10;animation:_goldShine_5rki3_1 3s ease-in-out infinite}@keyframes _goldShine_5rki3_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._benefitContent_5rki3_565{flex:1}._benefitContent_5rki3_565 h3{font-size:1.4rem;font-weight:700;color:#2c5f66;margin:0 0 .5rem}._benefitContent_5rki3_565 p{font-size:1rem;color:#1a1a1a;margin:0;line-height:1.5;font-weight:500}._benefitsCTA_5rki3_584{text-align:center}._personalStorySection_5rki3_589{background:#fff}._coachCredentials_5rki3_593{text-align:center;font-size:1.1rem;color:#666;margin-top:-1rem;margin-bottom:2rem;font-style:italic}._whoThisIsForSection_5rki3_603{padding:.5rem 0;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff}._whoSectionSubtitle_5rki3_609{text-align:center;font-size:1.5rem;font-weight:600;margin-bottom:3rem;text-transform:uppercase;letter-spacing:1px;color:#fff}._targetAudienceGrid_5rki3_619{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto 3rem;justify-items:center}._targetAudienceCard_5rki3_628{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;color:#333;padding:2rem;border-radius:20px;transition:all .3s ease;width:100%;max-width:280px;box-shadow:0 8px 25px #0003}._targetAudienceCard_5rki3_628:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0000004d}._targetIcon_5rki3_649{font-size:2.5rem;margin-bottom:.5rem}._targetContent_5rki3_654{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}._targetContent_5rki3_654 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._targetContent_5rki3_654 p{font-size:1rem;color:#666;margin:0;line-height:1.4}._targetAudienceCTA_5rki3_676{text-align:center}._whoThisIsForSection_5rki3_603 ._primaryCTA_5rki3_422{background:#fff;color:#ff6b6b;box-shadow:0 4px 15px #ffffff4d}._whoThisIsForSection_5rki3_603 ._primaryCTA_5rki3_422:hover{background:#f8f9fa;box-shadow:0 6px 20px #fff6}._whoThisIsForSection_5rki3_603 ._sectionTitle_5rki3_463{color:#fff}._testimonialsSection_5rki3_696{padding:4rem 0;background:#fff}._testimonialsGrid_5rki3_701{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem}._testimonialCard_5rki3_709{background:#f8f9fa;padding:2.5rem 2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border-left:5px solid #FF6B6B}._testimonialCard_5rki3_709:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}._testimonialHeader_5rki3_723{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._testimonialStars_5rki3_730{font-size:1.2rem;letter-spacing:2px}._verifiedBadge_5rki3_735{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .8rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}._testimonialContent_5rki3_746{text-align:left}._testimonialText_5rki3_750{font-size:1.1rem;color:#333;line-height:1.6;margin-bottom:1.5rem;font-style:italic}._testimonialAuthor_5rki3_758{font-size:1rem;color:#ff6b6b;font-weight:600}._testimonialsCTA_5rki3_764{text-align:center}._storyContent_5rki3_768{max-width:1200px;margin:0 auto;text-align:center}._storyLayout_5rki3_774{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}._storyText_5rki3_782{font-size:1.2rem;line-height:1.7;color:#333;text-align:left}._storyText_5rki3_782 p{margin-bottom:1.5rem}._storyText_5rki3_782 strong{color:#ec79ad;font-weight:700}._coachPhotoContainer_5rki3_798{display:flex;justify-content:center;align-items:center}._coachPhoto_5rki3_798{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #ec79ad33;border:4px solid #f1e8ee;transition:transform .3s ease,box-shadow .3s ease}._coachPhoto_5rki3_798:hover{transform:scale(1.05);box-shadow:0 12px 40px #ec79ad4d}._storyCTA_5rki3_819{text-align:center}._guaranteeSection_5rki3_824{padding:.5rem 0;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._guaranteeCard_5rki3_829{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:2px solid #dcb4ce}._guaranteeCard_5rki3_829 h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}._guaranteeSubtitle_5rki3_847{font-size:1.5rem;font-weight:600;color:#ec79ad;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}._guaranteeDescription_5rki3_856{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.6}._guaranteeFeatures_5rki3_863{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}._guaranteeFeature_5rki3_863{display:flex;align-items:center;gap:.8rem;font-size:1.1rem;color:#333;font-weight:500;justify-content:center}._guaranteeFeature_5rki3_863 ._checkmark_5rki3_880{color:#ec79ad;font-weight:700;font-size:1.5rem}._guaranteeCTA_5rki3_886{text-align:center;margin-top:1.5rem}._faqSection_5rki3_892{padding:4rem 0;background:#fff}._faqGrid_5rki3_897{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto 3rem;align-items:start}._faqCard_5rki3_906{background:#f8f9fa;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #7FBCC3}._faqCard_5rki3_906:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-left-color:#ff6b6b}._faqQuestion_5rki3_921{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._faqToggle_5rki3_933{font-size:1.8rem;font-weight:300;color:#ec79ad;transition:transform .3s ease}._faqAnswer_5rki3_940{font-size:1rem;color:#1a1a1a;line-height:1.6;margin:0;font-weight:500;animation:_slideDown_5rki3_1 .3s ease}@keyframes _slideDown_5rki3_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._faqCTA_5rki3_960{text-align:center}@media(max-width:1024px){._targetAudienceGrid_5rki3_619{grid-template-columns:repeat(2,1fr);gap:1.5rem}._targetAudienceCard_5rki3_628{max-width:350px}._faqGrid_5rki3_897{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){._customNavbar_5rki3_10{padding:1rem 1.5rem;width:calc(100% - 3rem)}._navLogo_5rki3_27{height:45px}._navLinks_5rki3_32{gap:1rem}._navLink_5rki3_32{font-size:1rem;padding:.4rem .8rem}._countdownBanner_5rki3_99{padding:1.5rem .5rem;margin-top:60px;overflow-x:hidden}._bannerContent_5rki3_120{padding:0 .5rem}._bannerText_5rki3_128{font-size:1.1rem;margin-bottom:1rem;padding:0 .5rem}._flipClockWrapper_5rki3_1017{display:flex;justify-content:center;width:100%;overflow:hidden}._flipClockContainer_5rki3_147{flex-direction:column;gap:.5rem;align-items:center;width:100%}._offerEndsText_5rki3_156{font-size:1rem}._flipClockBox_5rki3_164{padding:.8rem .5rem;margin:0 auto;display:flex;justify-content:center;max-width:100%}._flipClock_5rki3_147{display:flex;justify-content:center;align-items:center;margin:0 auto;transform:scale(.75);transform-origin:center}._bannerCTA_5rki3_227{font-size:1rem;padding:.7rem 1.5rem}._urgentText_5rki3_252{font-size:1rem}._heroMainContent_5rki3_320{grid-template-columns:1fr;gap:1rem}._heroTextSection_5rki3_373{order:1;text-align:center;padding:1rem 2rem;max-width:100%}._heroPhotoSection_5rki3_331{order:2;padding:1rem}._heroTitle_5rki3_388{font-size:2rem}._heroSubtitle_5rki3_414{font-size:1.1rem;margin-bottom:1.5rem}._sectionTitle_5rki3_463,._benefitsSectionTitle_5rki3_477{font-size:2rem}._benefitsGrid_5rki3_485{grid-template-columns:1fr;gap:1.5rem}._benefitContent_5rki3_565 h3{font-size:1.2rem}._benefitContent_5rki3_565 p{font-size:1rem}._targetAudienceGrid_5rki3_619{grid-template-columns:1fr;gap:1.5rem}._targetAudienceCard_5rki3_628{max-width:400px}._testimonialsGrid_5rki3_701{grid-template-columns:1fr;gap:1.5rem}._storyLayout_5rki3_774{grid-template-columns:1fr;gap:2rem}._storyText_5rki3_782{text-align:center}._coachCredentials_5rki3_593{font-size:1rem}._guaranteeCard_5rki3_829 h2{font-size:2rem}._guaranteeSubtitle_5rki3_847{font-size:1.3rem}._guaranteeDescription_5rki3_856{font-size:1.1rem}._guaranteeFeatures_5rki3_863{grid-template-columns:1fr;gap:1rem}._primaryCTA_5rki3_422{font-size:1.1rem;padding:1rem 2rem}}@media(max-width:480px){._customNavbar_5rki3_10{padding:.8rem 1rem;width:calc(100% - 2rem)}._navLogo_5rki3_27{height:35px}._navLinks_5rki3_32{gap:.1rem}._navLink_5rki3_32{font-size:.9rem;padding:.3rem .6rem}._countdownBanner_5rki3_99{padding:1rem .3rem;margin-top:55px;overflow-x:hidden}._bannerContent_5rki3_120{padding:0 .3rem}._bannerText_5rki3_128{font-size:1rem;margin-bottom:.8rem;padding:0 .3rem}._flipClockWrapper_5rki3_1017{display:flex;justify-content:center;width:100%;overflow:hidden}._flipClockBox_5rki3_164{padding:.5rem .3rem;margin:0 auto;display:flex;justify-content:center;max-width:80%}._flipClock_5rki3_147{display:flex;justify-content:center;align-items:center;margin:0 auto;transform:scale(.65);transform-origin:center}._bannerCTA_5rki3_227{font-size:.9rem;padding:.6rem 1.2rem;margin:0}._urgentText_5rki3_252{font-size:.9rem}._heroTitle_5rki3_388{font-size:1.8rem}._heroSubtitle_5rki3_414{font-size:1rem}._sectionTitle_5rki3_463,._benefitsSectionTitle_5rki3_477{font-size:1.8rem}._photoCard_5rki3_341{padding:1rem;max-width:300px}._primaryCTA_5rki3_422{font-size:1rem;padding:.9rem 1.5rem}._targetAudienceGrid_5rki3_619{grid-template-columns:1fr;gap:1.2rem}._faqQuestion_5rki3_921{font-size:1.1rem}._faqAnswer_5rki3_940{font-size:.95rem}._benefitsSection_5rki3_472,._testimonialsSection_5rki3_696,._faqSection_5rki3_892{padding:1rem 0}}._section_100cn_1{padding:5rem 0 6rem;background:linear-gradient(135deg,#fafafa,#f5f5f5);position:relative}._container_100cn_7{max-width:1400px;margin:0 auto;padding:0 2rem}._headerContent_100cn_13{text-align:center;margin-bottom:4rem}._heading_100cn_18{font-size:2.75rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}._subheading_100cn_26{font-size:1.2rem;color:#666;line-height:1.5;margin:0}._storiesLayout_100cn_33{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;align-items:start}._featuredStory_100cn_42{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:2rem;padding:3rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 15px 35px #ec79ad4d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}._featuredStory_100cn_42:hover{transform:translateY(-5px);box-shadow:0 20px 45px #ec79ad66}._featuredStory_100cn_42:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_shimmer_100cn_1 6s ease-in-out infinite}@keyframes _shimmer_100cn_1{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}._featuredContent_100cn_75{position:relative;z-index:1}._featuredBadge_100cn_80{background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._featuredStoryImage_100cn_92{max-width:600px;max-height:400px;height:auto;object-fit:contain;object-position:center;border-radius:1rem;margin:1.5rem auto;box-shadow:0 8px 25px #0003;display:block}._featuredQuote_100cn_104{font-size:1.3rem;line-height:1.6;font-style:italic;margin:1.5rem 0 2rem;font-weight:400}._featuredAuthor_100cn_112{display:flex;align-items:center;justify-content:space-between;gap:1rem}._readMoreFeatured_100cn_119{font-size:.9rem;color:#fff;font-weight:600;opacity:.9;transition:opacity .3s ease}._featuredStory_100cn_42:hover ._readMoreFeatured_100cn_119{opacity:1}._authorInfo_100cn_131{display:flex;flex-direction:column}._authorName_100cn_136{font-size:1.2rem;font-weight:700;margin-bottom:.25rem}._achievement_100cn_142{font-size:.95rem;opacity:.9;font-weight:500}._storiesGrid_100cn_149{display:grid;grid-template-columns:1fr;gap:1.5rem}._storyCard_100cn_155{background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 8px 25px #00000014;transition:all .3s ease;cursor:pointer;border:2px solid transparent;position:relative}._storyCard_100cn_155:hover{transform:translateY(-4px);box-shadow:0 15px 35px #ec79ad26;border-color:#ec79ad}._cardHeader_100cn_172{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._readMore_100cn_119{font-size:.85rem;color:#ec79ad;font-weight:600;opacity:0;transition:opacity .3s ease}._storyCard_100cn_155:hover ._readMore_100cn_119{opacity:1}._cardQuote_100cn_191{font-size:1rem;line-height:1.6;color:#555;font-style:italic;margin-bottom:1.5rem}._cardAuthor_100cn_199{display:flex;flex-direction:column;gap:.25rem}._cardAuthor_100cn_199 ._authorName_100cn_136{font-size:1rem;font-weight:600;color:#333}._cardAuthor_100cn_199 ._achievement_100cn_142{font-size:.85rem;color:#ec79ad;font-weight:500}._rating_100cn_218{display:flex;gap:.25rem;margin-bottom:1rem}._star_100cn_224{font-size:1.2rem;color:#ddd;transition:color .3s ease}._star_100cn_224._filled_100cn_230{color:gold}._statsSection_100cn_235{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;background:#fff;border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 10px 30px #00000014;text-align:center}._stat_100cn_235{display:flex;flex-direction:column;gap:.5rem}._statNumber_100cn_252{font-size:2.5rem;font-weight:700;color:#ec79ad;line-height:1}._statLabel_100cn_259{font-size:1rem;color:#666;font-weight:500}._modal_100cn_266{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem}._modalContent_100cn_280{background:#fff;border-radius:1.5rem;padding:3rem;max-width:600px;max-height:90vh;width:100%;position:relative;text-align:center;overflow-y:auto;overflow-x:hidden}._closeButton_100cn_293{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._closeButton_100cn_293:hover{background:#f5f5f5;color:#333}._modalImage_100cn_316{max-width:600px;max-height:400px;height:auto;object-fit:contain;object-position:center;border-radius:1rem;margin:1.5rem auto;box-shadow:0 8px 25px #00000026;display:block}._modalQuote_100cn_328{font-size:1.3rem;line-height:1.6;color:#333;font-style:italic;margin:1.5rem 0 2rem}._modalAuthor_100cn_336{display:flex;flex-direction:column;gap:.5rem;align-items:center}._modalAuthor_100cn_336 ._authorName_100cn_136{font-size:1.2rem;font-weight:700;color:#333}._modalAuthor_100cn_336 ._achievement_100cn_142{font-size:1rem;color:#ec79ad;font-weight:600}@media(max-width:768px){._section_100cn_1{padding:3rem 0 4rem}._container_100cn_7{padding:0 1rem}._headerContent_100cn_13{margin-bottom:3rem}._heading_100cn_18{font-size:2.25rem;margin-bottom:.75rem}._subheading_100cn_26{font-size:1.1rem}._storiesLayout_100cn_33{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}._featuredStory_100cn_42{padding:2rem 1.5rem;border-radius:1.5rem}._featuredQuote_100cn_104{font-size:1.1rem}._storyCard_100cn_155{padding:1.5rem}._statsSection_100cn_235{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem}._statNumber_100cn_252{font-size:2rem}._modal_100cn_266{padding:1rem}._modalContent_100cn_280{padding:2rem 1.5rem}._modalQuote_100cn_328{font-size:1.1rem}}@media(min-width:769px)and (max-width:1024px){._section_100cn_1{padding:4rem 0 5rem}._container_100cn_7{padding:0 1.5rem}._heading_100cn_18{font-size:2.5rem}._storiesLayout_100cn_33{gap:2.5rem}._featuredStory_100cn_42,._statsSection_100cn_235{padding:2.5rem 2rem}}._programsPage_o6i7l_3{min-height:100vh;background:#fff;width:100%}._navbar_o6i7l_10{position:fixed;top:0;left:0;right:0;width:calc(100% - 4rem);background:#fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1001;transition:all .3s ease}._navLogo_o6i7l_27{height:65px;width:auto}._homeButton_o6i7l_32{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d}._homeButton_o6i7l_32:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#ec79ad,#dcb4ce)}._hero_o6i7l_52{padding:8rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#fff,#f8f9fa,#fff)}._heroContent_o6i7l_58{max-width:900px;margin:0 auto}._heroTitle_o6i7l_63{font-size:3rem;font-weight:800;color:#2d2d2d;margin-bottom:1.5rem;letter-spacing:-.5px;line-height:1.3}._heroSubtitle_o6i7l_72{font-size:1.35rem;color:#555;line-height:1.7;font-weight:500;margin-bottom:2rem}._heroSubtitle_o6i7l_72 strong{color:#333;font-weight:700}._valueHighlight_o6i7l_85{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;padding:1.5rem 2rem;border-radius:15px;box-shadow:0 4px 15px #ec79ad4d;margin-top:2rem}._valueText_o6i7l_94{font-size:1.3rem;font-weight:600;margin:0}._programsSection_o6i7l_101{padding:4rem 2rem;background:#fff}._container_o6i7l_106{max-width:1200px;margin:0 auto;padding:0 1rem}._programsGrid_o6i7l_112{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}._programCard_o6i7l_119{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:3px solid;display:flex;flex-direction:column}._programCard_o6i7l_119:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}._cardHeader_o6i7l_135{padding:2.5rem 2rem 2rem;background:#fff;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}._programName_o6i7l_142{font-size:2.2rem;font-weight:700;margin-bottom:.8rem;letter-spacing:-.5px}._programTagline_o6i7l_149{font-size:1.2rem;font-weight:600;color:#555;font-style:italic}._cardBody_o6i7l_156{padding:2rem;flex:1;display:flex;flex-direction:column}._programDescription_o6i7l_163{font-size:1.05rem;color:#555;line-height:1.7;margin-bottom:2rem}._highlightsSection_o6i7l_170{margin-top:auto}._highlightsTitle_o6i7l_174{font-size:1rem;font-weight:700;color:#333;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._highlightsList_o6i7l_183{list-style:none;padding:0;margin:0}._highlightsList_o6i7l_183 li{font-size:.95rem;color:#333;margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.6;font-weight:500}._highlightsList_o6i7l_183 li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.1rem}._cardFooter_o6i7l_208{padding:2rem;background:linear-gradient(135deg,#fef9f7,#f1e8ee);border-top:1px solid rgba(0,0,0,.05)}._pricingLabel_o6i7l_214{font-size:1.1rem;font-weight:600;color:#666;text-align:center;margin-bottom:1rem}._pricingOptions_o6i7l_222{display:flex;justify-content:center;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}._pricingOption_o6i7l_222{text-align:center}._priceAmount_o6i7l_234{font-size:2.5rem;font-weight:700;margin-bottom:.3rem}._priceSubtext_o6i7l_240{font-size:.95rem;color:#666;font-weight:500}._learnMoreButton_o6i7l_246{width:100%;color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}._learnMoreButton_o6i7l_246:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}._comparisonSection_o6i7l_265{padding:4rem 2rem;background:#f8f9fa}._sectionTitle_o6i7l_270{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:2.5rem}._comparisonGrid_o6i7l_278{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}._comparisonCard_o6i7l_286{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #dcb4ce}._comparisonCard_o6i7l_286:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}._comparisonCard_o6i7l_286 h3{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1.2rem}._comparisonCard_o6i7l_286 ul{list-style:none;padding:0;margin:0}._comparisonCard_o6i7l_286 li{font-size:.95rem;color:#666;margin-bottom:.8rem;padding-left:1.5rem;position:relative;line-height:1.6}._comparisonCard_o6i7l_286 li:before{content:"•";position:absolute;left:.5rem;color:#dcb4ce;font-weight:700;font-size:1.2rem}._benefitsSection_o6i7l_332{padding:4rem 2rem;background:#fff}._benefitsGrid_o6i7l_337{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}._benefitItem_o6i7l_345{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:15px;transition:all .3s ease;border:2px solid transparent}._benefitItem_o6i7l_345:hover{transform:translateY(-3px);border-color:#dcb4ce;box-shadow:0 6px 20px #0000001a}._benefitIcon_o6i7l_360{font-size:2.5rem;margin-bottom:.8rem}._benefitItem_o6i7l_345 h3{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.5rem}._benefitItem_o6i7l_345 p{font-size:.95rem;color:#666;margin:0;line-height:1.5}._ctaSection_o6i7l_380{padding:4rem 2rem;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._ctaCard_o6i7l_385{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 8px 30px #0000001a;border:2px solid #dcb4ce}._ctaCard_o6i7l_385 h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333}._ctaCard_o6i7l_385 p{font-size:1.2rem;margin-bottom:1rem;color:#666;line-height:1.7}._ctaNote_o6i7l_410{font-size:1.1rem!important;color:#555!important;margin-top:1.5rem!important;font-weight:600}@media(max-width:1024px){._programsGrid_o6i7l_112{grid-template-columns:1fr;gap:2rem}._comparisonGrid_o6i7l_278{grid-template-columns:1fr;gap:1.5rem}._benefitsGrid_o6i7l_337{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._navbar_o6i7l_10{padding:1rem 1.5rem;width:calc(100% - 3rem)}._navLogo_o6i7l_27{height:45px}._homeButton_o6i7l_32{padding:.5rem 1rem;font-size:.9rem}._hero_o6i7l_52{padding:6rem 1.5rem 3rem}._heroTitle_o6i7l_63{font-size:2.5rem}._heroSubtitle_o6i7l_72{font-size:1.1rem}._programsSection_o6i7l_101{padding:3rem 1rem}._programsGrid_o6i7l_112{gap:2rem}._programName_o6i7l_142{font-size:1.8rem}._programTagline_o6i7l_149,._programDescription_o6i7l_163{font-size:1rem}._sectionTitle_o6i7l_270{font-size:2rem}._comparisonGrid_o6i7l_278,._benefitsGrid_o6i7l_337{grid-template-columns:1fr;gap:1.5rem}._ctaCard_o6i7l_385 h2{font-size:2rem}._ctaCard_o6i7l_385 p{font-size:1.1rem}}@media(max-width:480px){._navbar_o6i7l_10{padding:.8rem 1rem;width:calc(100% - 2rem)}._navLogo_o6i7l_27{height:35px}._homeButton_o6i7l_32{padding:.4rem .8rem;font-size:.85rem}._heroTitle_o6i7l_63{font-size:2rem}._heroSubtitle_o6i7l_72{font-size:1rem}._cardHeader_o6i7l_135{padding:2rem 1.5rem}._programName_o6i7l_142{font-size:1.8rem}._programTagline_o6i7l_149{font-size:1rem}._cardBody_o6i7l_156,._cardFooter_o6i7l_208{padding:1.5rem}._priceAmount_o6i7l_234{font-size:2rem}._pricingOptions_o6i7l_222{flex-direction:column;gap:1rem;align-items:center}._learnMoreButton_o6i7l_246{font-size:1rem;padding:.9rem 1.5rem}._comparisonCard_o6i7l_286 h3{font-size:1.2rem}._comparisonCard_o6i7l_286 li{font-size:.95rem}._benefitIcon_o6i7l_360{font-size:2.5rem}._benefitItem_o6i7l_345 h3{font-size:1.1rem}._benefitItem_o6i7l_345 p{font-size:.95rem}._ctaCard_o6i7l_385 h2{font-size:1.8rem}._ctaCard_o6i7l_385 p{font-size:1rem}._ctaNote_o6i7l_410{font-size:.95rem!important}}._testimonialsSection_62d64_3{padding:4rem 0;background:#fff}._container_62d64_8{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_62d64_14{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#333}._testimonialsGrid_62d64_22{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}._testimonialCard_62d64_30{background:#f8f9fa;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border-left:5px solid #EC79AD;display:flex;flex-direction:column}._testimonialCard_62d64_30:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}._testimonialHeader_62d64_46{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:.5rem}._testimonialStars_62d64_54{display:flex;gap:2px}._star_62d64_59{color:#ddd;font-size:1.2rem;transition:color .2s ease}._star_62d64_59._filled_62d64_65{color:gold}._verifiedBadge_62d64_69{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .6rem;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._testimonialContent_62d64_81{flex:1;display:flex;flex-direction:column;justify-content:space-between}._testimonialText_62d64_88{font-size:1.1rem;color:#333;line-height:1.6;margin-bottom:1.5rem;font-style:italic}._testimonialAuthor_62d64_96{font-size:1rem;color:#ec79ad;font-weight:600;margin:0}@media(max-width:1024px){._testimonialsGrid_62d64_22{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){._testimonialsSection_62d64_3{padding:3rem 0}._sectionTitle_62d64_14{font-size:2rem;margin-bottom:2rem}._testimonialsGrid_62d64_22{grid-template-columns:1fr;gap:1.5rem}._testimonialCard_62d64_30{padding:1.5rem}._testimonialText_62d64_88{font-size:1rem}}@media(max-width:480px){._sectionTitle_62d64_14{font-size:1.8rem}._testimonialHeader_62d64_46{flex-direction:column;align-items:flex-start;gap:.5rem}._verifiedBadge_62d64_69{font-size:.65rem;padding:.25rem .5rem}._testimonialText_62d64_88{font-size:.95rem}._testimonialAuthor_62d64_96{font-size:.9rem}}._salesPage_1yp0r_3{min-height:100vh;background:#fff;width:100%}._loadingContainer_1yp0r_10,._errorContainer_1yp0r_11{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#fff;text-align:center;padding:2rem}._spinner_1yp0r_22{font-size:1.2rem;color:#666}._errorContainer_1yp0r_11 h2{font-size:2rem;color:#333;margin-bottom:1rem}._errorContainer_1yp0r_11 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_1yp0r_39{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_1yp0r_39:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dcb4ce4d}._customNavbar_1yp0r_57{position:fixed;top:0;left:0;right:0;width:calc(100% - 4rem);background:#fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1001;transition:all .3s ease}._navLogo_1yp0r_74{height:65px;width:auto}._navLinks_1yp0r_79{display:flex;align-items:center;gap:2rem}._navLink_1yp0r_79{color:#2d2d2d;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;line-height:1}._navLink_1yp0r_79:hover{background:#2d2d2d1a;transform:translateY(-2px);color:#ec79ad}._navCTAButton_1yp0r_104{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d;white-space:nowrap;margin:0}._navCTAButton_1yp0r_104:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._navCTAButton_1yp0r_104:disabled{opacity:.6;cursor:not-allowed;transform:none}._hero_1yp0r_132{position:relative;width:100%;background:linear-gradient(135deg,#fff,#f8f9fa,#fff);display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;color:#333;padding-top:100px}._heroMainContent_1yp0r_145{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;margin:0;padding:0;align-items:center;min-height:60vh}._heroPhotoSection_1yp0r_156{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:100%;padding:1rem;gap:1.5rem}._photoCard_1yp0r_166{background:#fffffff2;padding:1.2rem;border-radius:25px;box-shadow:0 15px 40px #0000002e;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1 1 220px;max-width:260px}._heroBeforeAfterPhoto_1yp0r_177{width:100%;height:auto;border-radius:15px;margin-bottom:1rem;transition:transform .3s ease}._heroBeforeAfterPhoto_1yp0r_177:hover{transform:scale(1.02)}._photoCaption_1yp0r_189{font-size:1.1rem;font-weight:700;color:#ec79ad;text-transform:uppercase;letter-spacing:1px;margin:0}._heroTextSection_1yp0r_198{display:flex;flex-direction:column;justify-content:center;text-align:right;width:85%;padding:1rem 1rem 1rem 3rem}._heroContent_1yp0r_207{width:100%;padding:0;z-index:2}._heroTitle_1yp0r_213{font-size:3rem;font-weight:800;line-height:1.3;margin-bottom:2rem;color:#2d2d2d;letter-spacing:-.5px}._empathyStatement_1yp0r_223{background:linear-gradient(135deg,#ec79ad,#dcb4ce);padding:2rem 2.5rem;border-radius:20px;margin-bottom:2.5rem;text-align:center;box-shadow:0 10px 40px #ec79ad4d;position:relative;overflow:hidden}._empathyStatement_1yp0r_223:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_shimmer_1yp0r_1 3s ease-in-out infinite}@keyframes _shimmer_1yp0r_1{0%,to{transform:translate(-25%,-25%)}50%{transform:translate(0)}}._empathyText_1yp0r_254{font-size:2.2rem;font-weight:800;color:#fff;margin:0 0 .5rem;line-height:1.2;letter-spacing:.5px;text-shadow:0 2px 10px rgba(0,0,0,.1);position:relative;z-index:1}._empathySubtext_1yp0r_266{font-size:1.4rem;font-weight:500;color:#fffffff2;margin:0;font-style:italic;position:relative;z-index:1}._heroValueBox_1yp0r_277{background:linear-gradient(135deg,#ec79ad0f,#dcb4ce0f);padding:1.8rem;border-radius:15px;margin-bottom:2rem;border-left:5px solid #EC79AD}._heroSubtitle_1yp0r_285{font-size:1.35rem;font-weight:500;color:#333;margin:0;line-height:1.6}._heroSubtitle_1yp0r_285 strong{color:#ec79ad;font-weight:700}._heroResultsBox_1yp0r_299{background:linear-gradient(135deg,#7fbcc30f,#a0d4da0f);padding:1.5rem;border-radius:15px;margin-bottom:2.5rem;border-left:5px solid #7FBCC3}._heroDescription_1yp0r_307{font-size:1.15rem;font-weight:400;color:#555;margin:0;line-height:1.7}._heroDescription_1yp0r_307 strong{color:#7fbcc3;font-weight:700}._ctaSubtext_1yp0r_320{text-align:center;font-size:1rem;color:#999;margin-top:1rem;font-weight:500}._priceCallout_1yp0r_328{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:1.5rem 2rem;border-radius:15px;margin:2rem 0;text-align:center;box-shadow:0 4px 15px #ec79ad4d}._priceCalloutText_1yp0r_338{font-size:1.4rem;font-weight:700;margin:0;color:#fff}._priceCalloutSection_1yp0r_345{padding:3rem 0;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._primaryCTA_1yp0r_350{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d}._primaryCTA_1yp0r_350:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._primaryCTA_1yp0r_350:disabled{opacity:.6;cursor:not-allowed;transform:none}._container_1yp0r_376{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_1yp0r_383{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._whoThisIsForSection_1yp0r_392{padding:4rem 0;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff}._whoThisIsForSection_1yp0r_392 ._sectionTitle_1yp0r_383{color:#fff}._targetAudienceGrid_1yp0r_402{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;justify-items:center}._targetAudienceCard_1yp0r_411{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;color:#333;padding:2rem;border-radius:20px;transition:all .3s ease;width:100%;max-width:280px;box-shadow:0 8px 25px #0003}._targetAudienceCard_1yp0r_411:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0000004d}._targetIcon_1yp0r_432{font-size:2.5rem;margin-bottom:.5rem}._targetContent_1yp0r_437{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}._targetContent_1yp0r_437 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._targetContent_1yp0r_437 p{font-size:1rem;color:#666;margin:0;line-height:1.4}._benefitsSection_1yp0r_460{padding:4rem 0;background:#f8f9fa}._benefitsSectionTitle_1yp0r_465{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._benefitsGrid_1yp0r_473{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;justify-items:center}._benefitCard_1yp0r_482{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#7fbcc31a;padding:1rem;border-radius:20px;box-shadow:0 8px 25px #7fbcc326;transition:all .3s ease;border:2px solid #7FBCC3;width:100%;max-width:300px;position:relative}._benefitCard_1yp0r_482:hover{transform:translateY(-5px);box-shadow:0 12px 35px #7fbcc340;background:#7fbcc326}._benefitIconWrapper_1yp0r_505{position:relative;display:inline-block}._benefitIcon_1yp0r_505{font-size:2.5rem;background:linear-gradient(135deg,#7fbcc3,#a0d4da);padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:80px;height:80px;box-shadow:0 4px 15px #7fbcc34d}._badgeOverlay_1yp0r_523{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,gold,orange,gold);background-size:200% 200%;color:#8b4513;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:10px;box-shadow:0 2px 8px #ffd70099,inset 0 1px 2px #ffffff80,inset 0 -1px 2px #8b45134d;transform:rotate(12deg);white-space:nowrap;z-index:10;animation:_goldShine_1yp0r_1 3s ease-in-out infinite}@keyframes _goldShine_1yp0r_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._benefitContent_1yp0r_553{flex:1}._benefitContent_1yp0r_553 h3{font-size:1.3rem;font-weight:700;color:#2c5f66;margin:0 0 .5rem}._benefitContent_1yp0r_553 p{font-size:1rem;color:#1a1a1a;margin:0;line-height:1.5;font-weight:500}._bonusesSection_1yp0r_573{padding:4rem 0;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._bonusesGrid_1yp0r_578{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}._bonusCard_1yp0r_586{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid #EC79AD}._bonusCard_1yp0r_586:hover{transform:translateY(-5px);box-shadow:0 12px 35px #ec79ad40}._bonusIconWrapper_1yp0r_605{position:relative;display:inline-block}._bonusIcon_1yp0r_605{font-size:3rem;background:linear-gradient(135deg,#ec79ad,#dcb4ce);padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:100px;height:100px;box-shadow:0 4px 15px #ec79ad4d}._bonusBadge_1yp0r_623{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .8rem;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 8px #ff6b6b66}._bonusContent_1yp0r_640{flex:1}._bonusContent_1yp0r_640 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._bonusContent_1yp0r_640 p{font-size:1rem;color:#666;margin:0;line-height:1.5}._valueStackSection_1yp0r_659{padding:4rem 0;background:#fff}._valueCard_1yp0r_664{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#fef9f7,#f1e8ee);padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:3px solid #EC79AD}._valueTitle_1yp0r_674{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:2rem}._valueBreakdown_1yp0r_682{margin-bottom:2rem}._valueItem_1yp0r_686{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.1)}._valueLabel_1yp0r_693{font-size:1.1rem;color:#333;font-weight:500}._valueAmount_1yp0r_699{font-size:1.1rem;color:#ec79ad;font-weight:700}._valueDivider_1yp0r_705{height:2px;background:#ec79ad;margin:1.5rem 0}._valueTotal_1yp0r_711{display:flex;justify-content:space-between;padding:1rem 0}._valueTotalLabel_1yp0r_717{font-size:1.5rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalAmount_1yp0r_724{font-size:1.8rem;color:#ec79ad;font-weight:700}._pricingHighlight_1yp0r_730{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;text-align:center;box-shadow:0 4px 15px #0000001a}._pricingTitle_1yp0r_739{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem}._pricingOptions_1yp0r_746{display:flex;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:1rem}._pricingOption_1yp0r_746{text-align:center}._pricingLabel_1yp0r_758{font-size:1.3rem;color:#666;font-weight:600;margin-bottom:.5rem}._pricingAmount_1yp0r_765{font-size:3rem;color:#ec79ad;font-weight:700;margin:.5rem 0}._pricingSubtext_1yp0r_772{font-size:1rem;color:#999}._pricingNote_1yp0r_777{font-size:1.2rem;color:#666;font-weight:500}._pricingNote_1yp0r_777 strong{color:#ec79ad;font-weight:700}._valueCTA_1yp0r_788{text-align:center}._valueTopSection_1yp0r_792{text-align:center;margin-bottom:2rem}._valueTotalHighlight_1yp0r_797{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a}._valueTotalHighlight_1yp0r_797 ._valueTotalLabel_1yp0r_717{font-size:1.8rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalHighlight_1yp0r_797 ._valueTotalAmount_1yp0r_724{font-size:3rem;color:#ec79ad;font-weight:700}._valueBreakdownSection_1yp0r_822{margin:2rem 0}._toggleBreakdownButton_1yp0r_826{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7fbcc34d;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}._toggleBreakdownButton_1yp0r_826:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7fbcc366;background:linear-gradient(135deg,#a0d4da,#7fbcc3)}._toggleIcon_1yp0r_851{font-size:1.5rem;font-weight:300;transition:transform .3s ease}._breakdownTitle_1yp0r_857{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}._coachSection_1yp0r_866{padding:4rem 0;background:#fff}._storyContent_1yp0r_871{max-width:1200px;margin:0 auto;text-align:center}._storyLayout_1yp0r_877{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}._storyText_1yp0r_885{font-size:1.2rem;line-height:1.7;color:#333;text-align:left}._storyText_1yp0r_885 p{margin-bottom:1.5rem}._storyText_1yp0r_885 strong{color:#ec79ad;font-weight:700}._coachSubtitle_1yp0r_901{font-size:1.2rem;font-style:italic;color:#666;text-align:center;margin-bottom:2rem;font-weight:500}._socialProof_1yp0r_910{background:linear-gradient(135deg,#fef9f7,#f1e8ee);padding:1.5rem;border-radius:15px;margin-top:2rem;border-left:4px solid #EC79AD}._socialProof_1yp0r_910 strong{color:#ec79ad;font-weight:700;font-size:1.3rem}._coachPhotoContainer_1yp0r_924{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}._coachPhoto_1yp0r_924{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #ec79ad33;border:4px solid #f1e8ee;transition:transform .3s ease,box-shadow .3s ease}._coachPhoto_1yp0r_924:hover{transform:scale(1.05);box-shadow:0 12px 40px #ec79ad4d}._coachBeforeAfterPhoto_1yp0r_947{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #7fbcc333;border:4px solid #f1e8ee;transition:transform .3s ease,box-shadow .3s ease}._coachBeforeAfterPhoto_1yp0r_947:hover{transform:scale(1.05);box-shadow:0 12px 40px #7fbcc34d}._storyCTA_1yp0r_962{text-align:center}._faqSection_1yp0r_967{padding:4rem 0;background:#f8f9fa}._faqGrid_1yp0r_972{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;align-items:start}._faqCard_1yp0r_981{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #7FBCC3}._faqCard_1yp0r_981:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-left-color:#ec79ad}._faqQuestion_1yp0r_996{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._faqToggle_1yp0r_1008{font-size:1.8rem;font-weight:300;color:#ec79ad;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}._faqAnswer_1yp0r_1017{font-size:1rem;color:#1a1a1a;line-height:1.6;margin:0;font-weight:500;animation:_slideDown_1yp0r_1 .3s ease}@keyframes _slideDown_1yp0r_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._guaranteeSection_1yp0r_1038{padding:4rem 0;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._guaranteeCard_1yp0r_1043{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:2px solid #dcb4ce}._guaranteeCard_1yp0r_1043 h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}._guaranteeDescription_1yp0r_1061{font-size:1.2rem;color:#666;margin-bottom:1.5rem;line-height:1.6}._guaranteeCTA_1yp0r_1068{text-align:center;margin-top:1.5rem}@media(max-width:1024px){._targetAudienceGrid_1yp0r_402{grid-template-columns:repeat(2,1fr);gap:1.5rem}._benefitsGrid_1yp0r_473{grid-template-columns:repeat(2,1fr)}._bonusesGrid_1yp0r_578,._faqGrid_1yp0r_972{grid-template-columns:1fr}}@media(max-width:768px){._customNavbar_1yp0r_57{padding:1rem 1.5rem;width:calc(100% - 3rem)}._navLogo_1yp0r_74{height:45px}._navLinks_1yp0r_79{gap:1rem}._navLink_1yp0r_79{font-size:1rem;padding:.4rem .8rem}._navCTAButton_1yp0r_104{padding:.5rem 1rem;font-size:.9rem}._heroMainContent_1yp0r_145{grid-template-columns:1fr;gap:1rem}._heroTextSection_1yp0r_198{order:1;text-align:center;padding:1rem 2rem;max-width:100%}._heroPhotoSection_1yp0r_156{order:2;padding:1rem;gap:1rem}._heroTitle_1yp0r_213{font-size:2rem}._empathyStatement_1yp0r_223{padding:1.5rem 1.8rem;margin-bottom:2rem}._empathyText_1yp0r_254{font-size:1.8rem}._empathySubtext_1yp0r_266{font-size:1.2rem}._heroValueBox_1yp0r_277{padding:1.5rem}._heroSubtitle_1yp0r_285{font-size:1.2rem}._heroResultsBox_1yp0r_299{padding:1.2rem}._heroDescription_1yp0r_307{font-size:1.05rem}._ctaSubtext_1yp0r_320{font-size:.95rem}._priceCalloutText_1yp0r_338{font-size:1.1rem}._priceCallout_1yp0r_328{padding:1.2rem 1.5rem;margin:1.5rem 0}._sectionTitle_1yp0r_383,._benefitsSectionTitle_1yp0r_465{font-size:2rem}._targetAudienceGrid_1yp0r_402,._benefitsGrid_1yp0r_473{grid-template-columns:1fr;gap:1.5rem}._bonusesGrid_1yp0r_578{grid-template-columns:1fr}._faqGrid_1yp0r_972{grid-template-columns:1fr;gap:1.5rem}._storyLayout_1yp0r_877{grid-template-columns:1fr;gap:2rem}._storyText_1yp0r_885{text-align:center;font-size:1rem}._valueCard_1yp0r_664{padding:2rem 1.5rem}._valueTitle_1yp0r_674{font-size:2rem}._pricingTitle_1yp0r_739{font-size:1.8rem}._pricingAmount_1yp0r_765{font-size:2.5rem}._pricingOptions_1yp0r_746{flex-direction:column;gap:1.5rem;align-items:center}._guaranteeCard_1yp0r_1043 h2{font-size:2rem}._guaranteeDescription_1yp0r_1061{font-size:1rem}._primaryCTA_1yp0r_350{font-size:1.1rem;padding:1rem 2rem}}@media(max-width:480px){._customNavbar_1yp0r_57{padding:.8rem 1rem;width:calc(100% - 2rem)}._navLogo_1yp0r_74{height:35px}._navLinks_1yp0r_79{gap:.5rem}._navLink_1yp0r_79{font-size:.9rem;padding:.3rem .6rem}._navCTAButton_1yp0r_104{padding:.4rem .8rem;font-size:.8rem}._heroTitle_1yp0r_213{font-size:1.8rem}._empathyStatement_1yp0r_223{padding:1.3rem 1.5rem;margin-bottom:1.8rem}._empathyText_1yp0r_254{font-size:1.6rem}._empathySubtext_1yp0r_266{font-size:1.1rem}._heroValueBox_1yp0r_277{padding:1.2rem}._heroSubtitle_1yp0r_285{font-size:1.1rem}._heroResultsBox_1yp0r_299{padding:1rem}._heroDescription_1yp0r_307{font-size:1rem}._ctaSubtext_1yp0r_320{font-size:.9rem}._sectionTitle_1yp0r_383,._benefitsSectionTitle_1yp0r_465{font-size:1.8rem}._photoCard_1yp0r_166{padding:1rem;max-width:300px}._primaryCTA_1yp0r_350{font-size:1rem;padding:.9rem 1.5rem}._faqQuestion_1yp0r_996{font-size:1rem}._faqAnswer_1yp0r_1017{font-size:.95rem}._valueItem_1yp0r_686{flex-direction:column;gap:.5rem;align-items:flex-start}._valueLabel_1yp0r_693,._valueAmount_1yp0r_699{font-size:1rem}._valueTotalLabel_1yp0r_717{font-size:1.2rem}._valueTotalAmount_1yp0r_724{font-size:1.5rem}._valueTotalHighlight_1yp0r_797 ._valueTotalLabel_1yp0r_717{font-size:1.3rem}._valueTotalHighlight_1yp0r_797 ._valueTotalAmount_1yp0r_724{font-size:2rem}._toggleBreakdownButton_1yp0r_826{font-size:1rem;padding:.9rem 1.5rem}._coachSubtitle_1yp0r_901{font-size:1rem}._socialProof_1yp0r_910 strong{font-size:1.1rem}._pricingAmount_1yp0r_765{font-size:2rem}}._salesPage_wsyh2_3{min-height:100vh;background:#fff;width:100%}._loadingContainer_wsyh2_10,._errorContainer_wsyh2_11{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#fff;text-align:center;padding:2rem}._spinner_wsyh2_22{font-size:1.2rem;color:#666}._errorContainer_wsyh2_11 h2{font-size:2rem;color:#333;margin-bottom:1rem}._errorContainer_wsyh2_11 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_wsyh2_39{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_wsyh2_39:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b4d}._customNavbar_wsyh2_57{position:fixed;top:0;left:0;right:0;width:calc(100% - 4rem);background:#fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1001;transition:all .3s ease}._navLogo_wsyh2_74{height:65px;width:auto}._navLinks_wsyh2_79{display:flex;align-items:center;gap:2rem}._navLink_wsyh2_79{color:#2d2d2d;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;line-height:1}._navLink_wsyh2_79:hover{background:#2d2d2d1a;transform:translateY(-2px);color:#ff6b6b}._navCTAButton_wsyh2_104{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d;white-space:nowrap;margin:0}._navCTAButton_wsyh2_104:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66;background:linear-gradient(135deg,#ff8e53,#ff6b6b)}._navCTAButton_wsyh2_104:disabled{opacity:.6;cursor:not-allowed;transform:none}._hero_wsyh2_132{position:relative;width:100%;background:linear-gradient(135deg,#fff,#fff5f0,#fff);display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;color:#333;padding-top:100px}._limitedTimeOffer_wsyh2_145{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:1rem 2rem;text-align:center;font-size:1.3rem;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 15px #ff6b6b4d;animation:_pulse_wsyh2_1 2s ease-in-out infinite}@keyframes _pulse_wsyh2_1{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}._heroMainContent_wsyh2_166{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;margin:0;padding:2rem 0;align-items:center;min-height:60vh}._heroPhotoSection_wsyh2_177{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:100%;padding:1rem;gap:1.5rem}._photoCard_wsyh2_187{background:#fffffff2;padding:1.2rem;border-radius:25px;box-shadow:0 15px 40px #ff6b6b26;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1 1 220px;max-width:260px;border:2px solid rgba(255,107,107,.2)}._heroBeforeAfterPhoto_wsyh2_199{width:100%;height:auto;border-radius:15px;margin-bottom:1rem;transition:transform .3s ease}._heroBeforeAfterPhoto_wsyh2_199:hover{transform:scale(1.02)}._photoCaption_wsyh2_211{font-size:1.1rem;font-weight:700;color:#ff6b6b;text-transform:uppercase;letter-spacing:1px;margin:0}._heroTextSection_wsyh2_220{display:flex;flex-direction:column;justify-content:center;text-align:right;width:85%;padding:1rem 1rem 1rem 3rem}._heroContent_wsyh2_229{width:100%;padding:0;z-index:2}._heroTitle_wsyh2_235{font-size:3rem;font-weight:800;line-height:1.3;margin-bottom:2rem;color:#2d2d2d;letter-spacing:-.5px}._heroValueBox_wsyh2_245{background:linear-gradient(135deg,#ff6b6b14,#ff8e5314);padding:1.8rem;border-radius:15px;margin-bottom:2rem;border-left:5px solid #FF6B6B}._heroSubtitle_wsyh2_253{font-size:1.35rem;font-weight:500;color:#333;margin:0;line-height:1.6}._heroSubtitle_wsyh2_253 strong{color:#ff6b6b;font-weight:700}._ctaSection_wsyh2_266{margin-top:2rem}._ctaSubtext_wsyh2_270{text-align:center;font-size:1rem;color:#999;margin-top:1rem;font-weight:500}._priceCallout_wsyh2_278{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:1.5rem 2rem;border-radius:15px;margin:2rem 0;text-align:center;box-shadow:0 4px 15px #ff6b6b4d}._priceCalloutText_wsyh2_288{font-size:1.4rem;font-weight:700;margin:0;color:#fff}._primaryCTA_wsyh2_295{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}._primaryCTA_wsyh2_295:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b6b66;background:linear-gradient(135deg,#ff8e53,#ff6b6b)}._primaryCTA_wsyh2_295:disabled{opacity:.6;cursor:not-allowed;transform:none}._container_wsyh2_321{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_wsyh2_328{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._whoThisIsForSection_wsyh2_337{padding:4rem 0;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff}._whoThisIsForSection_wsyh2_337 ._sectionTitle_wsyh2_328{color:#fff}._targetAudienceGrid_wsyh2_347{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;justify-items:center}._targetAudienceCard_wsyh2_356{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;color:#333;padding:2rem;border-radius:20px;transition:all .3s ease;width:100%;max-width:280px;box-shadow:0 8px 25px #0003}._targetAudienceCard_wsyh2_356:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0000004d}._targetIcon_wsyh2_377{font-size:2.5rem;margin-bottom:.5rem}._targetContent_wsyh2_382{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}._targetContent_wsyh2_382 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._targetContent_wsyh2_382 p{font-size:1rem;color:#666;margin:0;line-height:1.4}._whatIsSection_wsyh2_405{padding:4rem 0;background:#fff}._whatIsContent_wsyh2_410{max-width:900px;margin:0 auto;text-align:center}._whatIsDescription_wsyh2_416{font-size:1.3rem;line-height:1.8;color:#333;margin-bottom:2.5rem}._whatIsDescription_wsyh2_416 strong{color:#ff6b6b;font-weight:700}._quickBenefits_wsyh2_428{display:flex;flex-direction:column;gap:1.2rem;text-align:left;max-width:700px;margin:0 auto}._quickBenefit_wsyh2_428{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:#333;padding:1rem 1.5rem;background:linear-gradient(135deg,#ff6b6b0d,#ff8e530d);border-radius:12px;border-left:4px solid #FF6B6B}._checkmark_wsyh2_449{font-size:1.5rem;color:#ff6b6b;flex-shrink:0}._benefitsSection_wsyh2_456{padding:4rem 0;background:#f8f9fa}._benefitsSectionTitle_wsyh2_461{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#333}._benefitsSectionSubtitle_wsyh2_469{font-size:1.3rem;text-align:center;color:#666;margin-bottom:2.5rem;font-weight:500}._benefitsGrid_wsyh2_477{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;justify-items:center}._benefitCard_wsyh2_486{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#ff6b6b14;padding:1rem;border-radius:20px;box-shadow:0 8px 25px #ff6b6b1f;transition:all .3s ease;border:2px solid #FF6B6B;width:100%;max-width:300px;position:relative}._benefitCard_wsyh2_486:hover{transform:translateY(-5px);box-shadow:0 12px 35px #ff6b6b33;background:#ff6b6b1f}._benefitIconWrapper_wsyh2_509{position:relative;display:inline-block}._benefitIcon_wsyh2_509{font-size:2.5rem;background:linear-gradient(135deg,#ff6b6b,#ff8e53);padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:80px;height:80px;box-shadow:0 4px 15px #ff6b6b4d}._badgeOverlay_wsyh2_527{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,gold,orange,gold);background-size:200% 200%;color:#8b4513;font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:10px;box-shadow:0 2px 8px #ffd70099,inset 0 1px 2px #ffffff80,inset 0 -1px 2px #8b45134d;transform:rotate(12deg);white-space:nowrap;z-index:10;animation:_goldShine_wsyh2_1 3s ease-in-out infinite}@keyframes _goldShine_wsyh2_1{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}._benefitContent_wsyh2_557{flex:1}._benefitContent_wsyh2_557 h3{font-size:1.3rem;font-weight:700;color:#b32d2d;margin:0 0 .5rem}._benefitContent_wsyh2_557 p{font-size:1rem;color:#1a1a1a;margin:0;line-height:1.5;font-weight:500}._bonusesSection_wsyh2_577{padding:4rem 0;background:linear-gradient(135deg,#fef9f7,#fff5f0)}._bonusesGrid_wsyh2_582{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}._bonusCard_wsyh2_590{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid #FF6B6B}._bonusCard_wsyh2_590:hover{transform:translateY(-5px);box-shadow:0 12px 35px #ff6b6b40}._bonusIconWrapper_wsyh2_609{position:relative;display:inline-block}._bonusIcon_wsyh2_609{font-size:3rem;background:linear-gradient(135deg,#ff6b6b,#ff8e53);padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:100px;height:100px;box-shadow:0 4px 15px #ff6b6b4d}._bonusBadge_wsyh2_627{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;font-size:.7rem;font-weight:700;padding:.3rem .8rem;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 8px #7fbcc366}._bonusContent_wsyh2_644{flex:1}._bonusContent_wsyh2_644 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._bonusContent_wsyh2_644 p{font-size:1rem;color:#666;margin:0;line-height:1.5}._valueStackSection_wsyh2_663{padding:4rem 0;background:#fff}._valueCard_wsyh2_668{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#fef9f7,#fff5f0);padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:3px solid #FF6B6B}._valueTitle_wsyh2_678{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:2rem}._valueBreakdown_wsyh2_686{margin-bottom:2rem}._valueItem_wsyh2_690{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.1)}._valueLabel_wsyh2_697{font-size:1.1rem;color:#333;font-weight:500}._valueAmount_wsyh2_703{font-size:1.1rem;color:#ff6b6b;font-weight:700}._valueDivider_wsyh2_709{height:2px;background:#ff6b6b;margin:1.5rem 0}._valueTotal_wsyh2_715{display:flex;justify-content:space-between;padding:1rem 0}._valueTotalLabel_wsyh2_721{font-size:1.5rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalAmount_wsyh2_728{font-size:1.8rem;color:#ff6b6b;font-weight:700}._pricingHighlight_wsyh2_734{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;text-align:center;box-shadow:0 4px 15px #0000001a}._pricingTitle_wsyh2_743{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem}._pricingOptions_wsyh2_750{display:flex;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:1rem}._pricingOption_wsyh2_750{text-align:center}._pricingLabel_wsyh2_762{font-size:1.3rem;color:#666;font-weight:600;margin-bottom:.5rem}._pricingAmount_wsyh2_769{font-size:3rem;color:#ff6b6b;font-weight:700;margin:.5rem 0}._pricingSubtext_wsyh2_776{font-size:1rem;color:#999}._pricingNote_wsyh2_781{font-size:1.2rem;color:#666;font-weight:500}._pricingNote_wsyh2_781 strong{color:#ff6b6b;font-weight:700}._valueCTA_wsyh2_792{text-align:center}._valueTopSection_wsyh2_796{text-align:center;margin-bottom:2rem}._valueTotalHighlight_wsyh2_801{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a}._valueTotalHighlight_wsyh2_801 ._valueTotalLabel_wsyh2_721{font-size:1.8rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalHighlight_wsyh2_801 ._valueTotalAmount_wsyh2_728{font-size:3rem;color:#ff6b6b;font-weight:700}._valueBreakdownSection_wsyh2_826{margin:2rem 0}._toggleBreakdownButton_wsyh2_830{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7fbcc34d;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}._toggleBreakdownButton_wsyh2_830:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7fbcc366;background:linear-gradient(135deg,#a0d4da,#7fbcc3)}._toggleIcon_wsyh2_855{font-size:1.5rem;font-weight:300;transition:transform .3s ease}._breakdownTitle_wsyh2_861{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}._testimonialsSection_wsyh2_870{padding:4rem 0;background:#f8f9fa}._testimonialsGrid_wsyh2_875{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}._testimonialCard_wsyh2_883{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border-left:4px solid #FF6B6B}._testimonialCard_wsyh2_883:hover{transform:translateY(-5px);box-shadow:0 12px 35px #ff6b6b33}._testimonialQuote_wsyh2_897{font-size:1.15rem;line-height:1.7;color:#333;font-style:italic;margin-bottom:1rem}._testimonialAuthor_wsyh2_905{font-size:1rem;font-weight:700;color:#ff6b6b;text-align:right}._coachSection_wsyh2_913{padding:4rem 0;background:#fff}._storyContent_wsyh2_918{max-width:1200px;margin:0 auto;text-align:center}._storyLayout_wsyh2_924{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}._storyText_wsyh2_932{font-size:1.2rem;line-height:1.7;color:#333;text-align:left}._storyText_wsyh2_932 p{margin-bottom:1.5rem}._storyText_wsyh2_932 strong{color:#ff6b6b;font-weight:700}._coachSubtitle_wsyh2_948{font-size:1.2rem;font-style:italic;color:#666;text-align:center;margin-bottom:2rem;font-weight:500}._socialProof_wsyh2_957{background:linear-gradient(135deg,#fef9f7,#fff5f0);padding:1.5rem;border-radius:15px;margin-top:2rem;border-left:4px solid #FF6B6B}._socialProof_wsyh2_957 strong{color:#ff6b6b;font-weight:700;font-size:1.3rem}._coachPhotoContainer_wsyh2_971{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}._coachPhoto_wsyh2_971{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #ff6b6b33;border:4px solid #fff5f0;transition:transform .3s ease,box-shadow .3s ease}._coachPhoto_wsyh2_971:hover{transform:scale(1.05);box-shadow:0 12px 40px #ff6b6b4d}._coachBeforeAfterPhoto_wsyh2_994{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #7fbcc333;border:4px solid #fff5f0;transition:transform .3s ease,box-shadow .3s ease}._coachBeforeAfterPhoto_wsyh2_994:hover{transform:scale(1.05);box-shadow:0 12px 40px #7fbcc34d}._storyCTA_wsyh2_1009{text-align:center}._faqSection_wsyh2_1014{padding:4rem 0;background:#f8f9fa}._faqGrid_wsyh2_1019{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;align-items:start}._faqCard_wsyh2_1028{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #FF6B6B}._faqCard_wsyh2_1028:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-left-color:#ff8e53}._faqQuestion_wsyh2_1043{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._faqToggle_wsyh2_1055{font-size:1.8rem;font-weight:300;color:#ff6b6b;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}._faqAnswer_wsyh2_1064{font-size:1rem;color:#1a1a1a;line-height:1.6;margin:0;font-weight:500;animation:_slideDown_wsyh2_1 .3s ease}@keyframes _slideDown_wsyh2_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._finalCTASection_wsyh2_1085{padding:4rem 0;background:linear-gradient(135deg,#fef9f7,#fff5f0)}._finalCTACard_wsyh2_1090{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:2px solid #FF8E53}._finalCTACard_wsyh2_1090 h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}._finalCTADescription_wsyh2_1108{font-size:1.2rem;color:#666;margin-bottom:1.5rem;line-height:1.6}._finalCTADescription_wsyh2_1108 strong{color:#ff6b6b;font-weight:700}._finalCTA_wsyh2_1085{text-align:center;margin-top:1.5rem}@media(max-width:1024px){._targetAudienceGrid_wsyh2_347{grid-template-columns:repeat(2,1fr);gap:1.5rem}._benefitsGrid_wsyh2_477{grid-template-columns:repeat(2,1fr)}._bonusesGrid_wsyh2_582,._faqGrid_wsyh2_1019,._testimonialsGrid_wsyh2_875{grid-template-columns:1fr}}@media(max-width:768px){._customNavbar_wsyh2_57{padding:1rem 1.5rem;width:calc(100% - 3rem)}._navLogo_wsyh2_74{height:45px}._navLinks_wsyh2_79{gap:1rem}._navLink_wsyh2_79{font-size:1rem;padding:.4rem .8rem}._navCTAButton_wsyh2_104{padding:.5rem 1rem;font-size:.9rem}._limitedTimeOffer_wsyh2_145{font-size:1rem;padding:.8rem 1.5rem}._heroMainContent_wsyh2_166{grid-template-columns:1fr;gap:1rem}._heroTextSection_wsyh2_220{order:1;text-align:center;padding:1rem 2rem;max-width:100%}._heroPhotoSection_wsyh2_177{order:2;padding:1rem;gap:1rem}._heroTitle_wsyh2_235{font-size:2rem}._heroValueBox_wsyh2_245{padding:1.5rem}._heroSubtitle_wsyh2_253{font-size:1.2rem}._ctaSubtext_wsyh2_270{font-size:.95rem}._priceCalloutText_wsyh2_288{font-size:1.1rem}._priceCallout_wsyh2_278{padding:1.2rem 1.5rem;margin:1.5rem 0}._sectionTitle_wsyh2_328,._benefitsSectionTitle_wsyh2_461{font-size:2rem}._targetAudienceGrid_wsyh2_347,._benefitsGrid_wsyh2_477{grid-template-columns:1fr;gap:1.5rem}._bonusesGrid_wsyh2_582{grid-template-columns:1fr}._faqGrid_wsyh2_1019,._testimonialsGrid_wsyh2_875{grid-template-columns:1fr;gap:1.5rem}._storyLayout_wsyh2_924{grid-template-columns:1fr;gap:2rem}._storyText_wsyh2_932{text-align:center;font-size:1rem}._valueCard_wsyh2_668{padding:2rem 1.5rem}._valueTitle_wsyh2_678{font-size:2rem}._pricingTitle_wsyh2_743{font-size:1.8rem}._pricingAmount_wsyh2_769{font-size:2.5rem}._pricingOptions_wsyh2_750{flex-direction:column;gap:1.5rem;align-items:center}._finalCTACard_wsyh2_1090 h2{font-size:2rem}._finalCTADescription_wsyh2_1108{font-size:1rem}._primaryCTA_wsyh2_295{font-size:1.1rem;padding:1rem 2rem}._whatIsDescription_wsyh2_416{font-size:1.15rem}._quickBenefit_wsyh2_428{font-size:1.05rem}}@media(max-width:480px){._customNavbar_wsyh2_57{padding:.8rem 1rem;width:calc(100% - 2rem)}._navLogo_wsyh2_74{height:35px}._navLinks_wsyh2_79{gap:.5rem}._navLink_wsyh2_79{font-size:.9rem;padding:.3rem .6rem}._navCTAButton_wsyh2_104{padding:.4rem .8rem;font-size:.8rem}._limitedTimeOffer_wsyh2_145{font-size:.9rem;padding:.7rem 1rem}._heroTitle_wsyh2_235{font-size:1.8rem}._heroValueBox_wsyh2_245{padding:1.2rem}._heroSubtitle_wsyh2_253{font-size:1.1rem}._ctaSubtext_wsyh2_270{font-size:.9rem}._sectionTitle_wsyh2_328,._benefitsSectionTitle_wsyh2_461{font-size:1.8rem}._photoCard_wsyh2_187{padding:1rem;max-width:300px}._primaryCTA_wsyh2_295{font-size:1rem;padding:.9rem 1.5rem}._faqQuestion_wsyh2_1043{font-size:1rem}._faqAnswer_wsyh2_1064{font-size:.95rem}._valueItem_wsyh2_690{flex-direction:column;gap:.5rem;align-items:flex-start}._valueLabel_wsyh2_697,._valueAmount_wsyh2_703{font-size:1rem}._valueTotalLabel_wsyh2_721{font-size:1.2rem}._valueTotalAmount_wsyh2_728{font-size:1.5rem}._valueTotalHighlight_wsyh2_801 ._valueTotalLabel_wsyh2_721{font-size:1.3rem}._valueTotalHighlight_wsyh2_801 ._valueTotalAmount_wsyh2_728{font-size:2rem}._toggleBreakdownButton_wsyh2_830{font-size:1rem;padding:.9rem 1.5rem}._coachSubtitle_wsyh2_948{font-size:1rem}._socialProof_wsyh2_957 strong{font-size:1.1rem}._pricingAmount_wsyh2_769{font-size:2rem}._whatIsDescription_wsyh2_416{font-size:1.05rem}._quickBenefit_wsyh2_428{font-size:1rem;padding:.8rem 1.2rem}._testimonialQuote_wsyh2_897{font-size:1rem}}._salesPage_k5zqe_3{min-height:100vh;background:#fff;width:100%}._loadingContainer_k5zqe_10,._errorContainer_k5zqe_11{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#fff;text-align:center;padding:2rem}._spinner_k5zqe_22{font-size:1.2rem;color:#666}._errorContainer_k5zqe_11 h2{font-size:2rem;color:#333;margin-bottom:1rem}._errorContainer_k5zqe_11 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_k5zqe_39{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_k5zqe_39:hover{transform:translateY(-2px);box-shadow:0 4px 15px #7fbcc34d}._customNavbar_k5zqe_57{position:fixed;top:0;left:0;right:0;width:calc(100% - 4rem);background:#fff6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.3);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1001;transition:all .3s ease}._navLogo_k5zqe_74{height:65px;width:auto}._navLinks_k5zqe_79{display:flex;align-items:center;gap:2rem}._navLink_k5zqe_79{color:#2d2d2d;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;display:flex;align-items:center;line-height:1}._navLink_k5zqe_79:hover{background:#2d2d2d1a;transform:translateY(-2px);color:#7fbcc3}._navCTAButton_k5zqe_104{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;padding:.7rem 1.5rem;border:none;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7fbcc34d;white-space:nowrap;margin:0}._navCTAButton_k5zqe_104:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7fbcc366;background:linear-gradient(135deg,#a0d4da,#7fbcc3)}._navCTAButton_k5zqe_104:disabled{opacity:.6;cursor:not-allowed;transform:none}._hero_k5zqe_132{position:relative;width:100%;background:linear-gradient(135deg,#fff,#f0f8f9,#fff);display:flex;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;color:#333;padding-top:100px}._limitedTimeOffer_k5zqe_145{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;padding:1.2rem 2rem;text-align:center;font-size:1.15rem;font-weight:600;letter-spacing:.3px;box-shadow:0 4px 15px #7fbcc34d;line-height:1.6}._heroMainContent_k5zqe_157{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;margin:0;padding:2rem 0;align-items:center;min-height:60vh}._heroPhotoSection_k5zqe_168{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:100%;padding:1rem;gap:1.5rem}._photoCard_k5zqe_178{background:#fffffff2;padding:1.2rem;border-radius:25px;box-shadow:0 15px 40px #7fbcc326;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1 1 220px;max-width:260px;border:2px solid rgba(127,188,195,.2)}._heroBeforeAfterPhoto_k5zqe_190{width:100%;height:auto;border-radius:15px;margin-bottom:1rem;transition:transform .3s ease}._heroBeforeAfterPhoto_k5zqe_190:hover{transform:scale(1.02)}._photoCaption_k5zqe_202{font-size:1.1rem;font-weight:700;color:#7fbcc3;text-transform:uppercase;letter-spacing:1px;margin:0}._heroTextSection_k5zqe_211{display:flex;flex-direction:column;justify-content:center;text-align:right;width:85%;padding:1rem 1rem 1rem 3rem}._heroContent_k5zqe_220{width:100%;padding:0;z-index:2}._heroTitle_k5zqe_226{font-size:3rem;font-weight:800;line-height:1.3;margin-bottom:2rem;color:#2d2d2d;letter-spacing:-.5px}._heroValueBox_k5zqe_236{background:linear-gradient(135deg,#7fbcc314,#a0d4da14);padding:1.8rem;border-radius:15px;margin-bottom:2rem;border-left:5px solid #7FBCC3}._heroSubtitle_k5zqe_244{font-size:1.35rem;font-weight:500;color:#333;margin:0;line-height:1.6}._heroSubtitle_k5zqe_244 strong{color:#7fbcc3;font-weight:700}._heroResultsBox_k5zqe_258{background:linear-gradient(135deg,#a0d4da0f,#7fbcc30f);padding:1.5rem;border-radius:15px;margin-bottom:2.5rem;border-left:5px solid #A0D4DA}._heroDescription_k5zqe_266{font-size:1.15rem;font-weight:400;color:#555;margin:0;line-height:1.7}._heroDescription_k5zqe_266 strong{color:#7fbcc3;font-weight:700}._ctaSection_k5zqe_279{margin-top:2rem}._ctaSubtext_k5zqe_283{text-align:center;font-size:1rem;color:#999;margin-top:1rem;font-weight:500}._priceCallout_k5zqe_291{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;padding:1.5rem 2rem;border-radius:15px;margin:2rem 0;text-align:center;box-shadow:0 4px 15px #7fbcc34d}._priceCalloutText_k5zqe_301{font-size:1.4rem;font-weight:700;margin:0;color:#fff}._primaryCTA_k5zqe_308{background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff;padding:1.2rem 2.5rem;border:none;border-radius:50px;font-weight:700;font-size:1.3rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #7fbcc34d}._primaryCTA_k5zqe_308:hover{transform:translateY(-3px);box-shadow:0 6px 20px #7fbcc366;background:linear-gradient(135deg,#a0d4da,#7fbcc3)}._primaryCTA_k5zqe_308:disabled{opacity:.6;cursor:not-allowed;transform:none}._container_k5zqe_334{max-width:1200px;margin:0 auto;padding:0 1rem}._sectionTitle_k5zqe_341{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#333}._whoThisIsForSection_k5zqe_350{padding:4rem 0;background:linear-gradient(135deg,#7fbcc3,#a0d4da);color:#fff}._whoThisIsForSection_k5zqe_350 ._sectionTitle_k5zqe_341{color:#fff}._targetAudienceGrid_k5zqe_360{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;justify-items:center}._targetAudienceCard_k5zqe_369{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;color:#333;padding:2rem;border-radius:20px;transition:all .3s ease;width:100%;max-width:280px;box-shadow:0 8px 25px #0003}._targetAudienceCard_k5zqe_369:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0000004d}._targetIcon_k5zqe_390{font-size:2.5rem;margin-bottom:.5rem}._targetContent_k5zqe_395{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}._targetContent_k5zqe_395 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._targetContent_k5zqe_395 p{font-size:1rem;color:#666;margin:0;line-height:1.4}._whatIsSection_k5zqe_418{padding:4rem 0;background:#fff}._whatIsContent_k5zqe_423{max-width:900px;margin:0 auto;text-align:center}._whatIsDescription_k5zqe_429{font-size:1.4rem;line-height:1.8;color:#333;margin-bottom:2.5rem}._whatIsDescription_k5zqe_429 strong{color:#7fbcc3;font-weight:700}._quickBenefits_k5zqe_441{display:flex;flex-direction:column;gap:1.2rem;text-align:left;max-width:700px;margin:0 auto}._quickBenefit_k5zqe_441{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:#333;padding:1rem 1.5rem;background:linear-gradient(135deg,#7fbcc30d,#a0d4da0d);border-radius:12px;border-left:4px solid #7FBCC3}._checkmark_k5zqe_462{font-size:1.5rem;flex-shrink:0}._bonusesSection_k5zqe_468{padding:4rem 0;background:linear-gradient(135deg,#f0f8f9,#e8f4f5)}._bonusesSectionSubtitle_k5zqe_473{font-size:1.3rem;text-align:center;color:#666;margin-bottom:2.5rem;font-weight:500}._bonusesGrid_k5zqe_481{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}._bonusCard_k5zqe_489{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border:2px solid #7FBCC3}._bonusCard_k5zqe_489:hover{transform:translateY(-5px);box-shadow:0 12px 35px #7fbcc340}._bonusIconWrapper_k5zqe_508{position:relative;display:inline-block}._bonusIcon_k5zqe_508{font-size:3rem;background:linear-gradient(135deg,#7fbcc3,#a0d4da);padding:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:100px;height:100px;box-shadow:0 4px 15px #7fbcc34d}._bonusBadge_k5zqe_526{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,gold,orange);color:#8b4513;font-size:.7rem;font-weight:700;padding:.3rem .8rem;border-radius:15px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-shadow:0 2px 8px #ffd70066}._bonusContent_k5zqe_543{flex:1}._bonusContent_k5zqe_543 h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 .5rem}._bonusContent_k5zqe_543 p{font-size:1rem;color:#666;margin:0;line-height:1.5}._valueStackSection_k5zqe_562{padding:4rem 0;background:#fff}._valueCard_k5zqe_567{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#f0f8f9,#e8f4f5);padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:3px solid #7FBCC3}._valueTitle_k5zqe_577{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:2rem}._valueBreakdown_k5zqe_585{margin-bottom:2rem}._valueItem_k5zqe_589{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(0,0,0,.1)}._valueLabel_k5zqe_596{font-size:1.1rem;color:#333;font-weight:500}._valueAmount_k5zqe_602{font-size:1.1rem;color:#7fbcc3;font-weight:700}._valueDivider_k5zqe_608{height:2px;background:#7fbcc3;margin:1.5rem 0}._valueTotal_k5zqe_614{display:flex;justify-content:space-between;padding:1rem 0}._valueTotalLabel_k5zqe_620{font-size:1.5rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalAmount_k5zqe_627{font-size:1.8rem;color:#7fbcc3;font-weight:700}._pricingHighlight_k5zqe_633{background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;text-align:center;box-shadow:0 4px 15px #0000001a}._pricingTitle_k5zqe_642{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem}._pricingOptions_k5zqe_649{display:flex;justify-content:center;align-items:flex-start;gap:3rem;margin-bottom:1rem}._pricingOption_k5zqe_649{text-align:center}._pricingLabel_k5zqe_661{font-size:1.3rem;color:#666;font-weight:600;margin-bottom:.5rem}._pricingAmount_k5zqe_668{font-size:3rem;color:#7fbcc3;font-weight:700;margin:.5rem 0}._pricingSubtext_k5zqe_675{font-size:1rem;color:#999}._pricingNote_k5zqe_680{font-size:1.2rem;color:#666;font-weight:500}._pricingNote_k5zqe_680 strong{color:#7fbcc3;font-weight:700}._valueCTA_k5zqe_691{text-align:center}._valueTopSection_k5zqe_695{text-align:center;margin-bottom:2rem}._valueTotalHighlight_k5zqe_700{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a}._valueTotalHighlight_k5zqe_700 ._valueTotalLabel_k5zqe_620{font-size:1.8rem;color:#333;font-weight:700;text-transform:uppercase}._valueTotalHighlight_k5zqe_700 ._valueTotalAmount_k5zqe_627{font-size:3rem;color:#7fbcc3;font-weight:700}._valueBreakdownSection_k5zqe_725{margin:2rem 0}._toggleBreakdownButton_k5zqe_729{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec79ad4d;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}._toggleBreakdownButton_k5zqe_729:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad66;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._toggleIcon_k5zqe_754{font-size:1.5rem;font-weight:300;transition:transform .3s ease}._breakdownTitle_k5zqe_760{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center}._testimonialsSection_k5zqe_769{padding:4rem 0;background:#f8f9fa}._testimonialsGrid_k5zqe_774{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}._testimonialCard_k5zqe_782{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease;border-left:4px solid #7FBCC3}._testimonialCard_k5zqe_782:hover{transform:translateY(-5px);box-shadow:0 12px 35px #7fbcc333}._testimonialQuote_k5zqe_796{font-size:1.15rem;line-height:1.7;color:#333;font-style:italic;margin-bottom:1rem}._testimonialAuthor_k5zqe_804{font-size:1rem;font-weight:700;color:#7fbcc3;text-align:right}._coachSection_k5zqe_812{padding:4rem 0;background:#fff}._storyContent_k5zqe_817{max-width:1200px;margin:0 auto;text-align:center}._storyLayout_k5zqe_823{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}._storyText_k5zqe_831{font-size:1.2rem;line-height:1.7;color:#333;text-align:left}._storyText_k5zqe_831 p{margin-bottom:1.5rem}._storyText_k5zqe_831 strong{color:#7fbcc3;font-weight:700}._coachSubtitle_k5zqe_847{font-size:1.2rem;font-style:italic;color:#666;text-align:center;margin-bottom:2rem;font-weight:500}._socialProof_k5zqe_856{background:linear-gradient(135deg,#f0f8f9,#e8f4f5);padding:1.5rem;border-radius:15px;margin-top:2rem;border-left:4px solid #7FBCC3;font-style:italic}._coachPhotoContainer_k5zqe_865{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}._coachPhoto_k5zqe_865{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #7fbcc333;border:4px solid #e8f4f5;transition:transform .3s ease,box-shadow .3s ease}._coachPhoto_k5zqe_865:hover{transform:scale(1.05);box-shadow:0 12px 40px #7fbcc34d}._coachBeforeAfterPhoto_k5zqe_888{width:100%;max-width:300px;height:auto;border-radius:20px;box-shadow:0 8px 30px #a0d4da33;border:4px solid #e8f4f5;transition:transform .3s ease,box-shadow .3s ease}._coachBeforeAfterPhoto_k5zqe_888:hover{transform:scale(1.05);box-shadow:0 12px 40px #a0d4da4d}._storyCTA_k5zqe_903{text-align:center}._faqSection_k5zqe_908{padding:4rem 0;background:#f8f9fa}._faqGrid_k5zqe_913{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;align-items:start}._faqCard_k5zqe_922{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border-left:4px solid #7FBCC3}._faqCard_k5zqe_922:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-left-color:#a0d4da}._faqQuestion_k5zqe_937{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}._faqToggle_k5zqe_949{font-size:1.8rem;font-weight:300;color:#7fbcc3;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}._faqAnswer_k5zqe_958{font-size:1rem;color:#1a1a1a;line-height:1.6;margin:0;font-weight:500;animation:_slideDown_k5zqe_1 .3s ease}@keyframes _slideDown_k5zqe_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._finalCTASection_k5zqe_979{padding:4rem 0;background:linear-gradient(135deg,#f0f8f9,#e8f4f5)}._finalCTACard_k5zqe_984{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:2rem;box-shadow:0 8px 30px #0000001a;border:2px solid #A0D4DA}._finalCTACard_k5zqe_984 h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem}._finalCTADescription_k5zqe_1002{font-size:1.2rem;color:#666;margin-bottom:1.5rem;line-height:1.6}._finalCTADescription_k5zqe_1002 strong{color:#7fbcc3;font-weight:700}._finalCTA_k5zqe_979{text-align:center;margin-top:1.5rem}@media(max-width:1024px){._targetAudienceGrid_k5zqe_360{grid-template-columns:repeat(2,1fr);gap:1.5rem}._bonusesGrid_k5zqe_481,._faqGrid_k5zqe_913,._testimonialsGrid_k5zqe_774{grid-template-columns:1fr}}@media(max-width:768px){._customNavbar_k5zqe_57{padding:1rem 1.5rem;width:calc(100% - 3rem)}._navLogo_k5zqe_74{height:45px}._navLinks_k5zqe_79{gap:1rem}._navLink_k5zqe_79{font-size:1rem;padding:.4rem .8rem}._navCTAButton_k5zqe_104{padding:.5rem 1rem;font-size:.9rem}._limitedTimeOffer_k5zqe_145{font-size:1rem;padding:1rem 1.5rem}._heroMainContent_k5zqe_157{grid-template-columns:1fr;gap:1rem}._heroTextSection_k5zqe_211{order:1;text-align:center;padding:1rem 2rem;max-width:100%}._heroPhotoSection_k5zqe_168{order:2;padding:1rem;gap:1rem}._heroTitle_k5zqe_226{font-size:2rem}._heroValueBox_k5zqe_236{padding:1.5rem}._heroSubtitle_k5zqe_244{font-size:1.2rem}._heroResultsBox_k5zqe_258{padding:1.2rem}._heroDescription_k5zqe_266{font-size:1.05rem}._ctaSubtext_k5zqe_283{font-size:.95rem}._priceCalloutText_k5zqe_301{font-size:1.1rem}._priceCallout_k5zqe_291{padding:1.2rem 1.5rem;margin:1.5rem 0}._sectionTitle_k5zqe_341{font-size:2rem}._targetAudienceGrid_k5zqe_360{grid-template-columns:1fr;gap:1.5rem}._bonusesGrid_k5zqe_481{grid-template-columns:1fr}._faqGrid_k5zqe_913,._testimonialsGrid_k5zqe_774{grid-template-columns:1fr;gap:1.5rem}._storyLayout_k5zqe_823{grid-template-columns:1fr;gap:2rem}._storyText_k5zqe_831{text-align:center;font-size:1rem}._valueCard_k5zqe_567{padding:2rem 1.5rem}._valueTitle_k5zqe_577{font-size:2rem}._pricingTitle_k5zqe_642{font-size:1.8rem}._pricingAmount_k5zqe_668{font-size:2.5rem}._pricingOptions_k5zqe_649{flex-direction:column;gap:1.5rem;align-items:center}._finalCTACard_k5zqe_984 h2{font-size:2rem}._finalCTADescription_k5zqe_1002{font-size:1rem}._primaryCTA_k5zqe_308{font-size:1.1rem;padding:1rem 2rem}._whatIsDescription_k5zqe_429{font-size:1.2rem}._quickBenefit_k5zqe_441{font-size:1.05rem}}@media(max-width:480px){._customNavbar_k5zqe_57{padding:.8rem 1rem;width:calc(100% - 2rem)}._navLogo_k5zqe_74{height:35px}._navLinks_k5zqe_79{gap:.5rem}._navLink_k5zqe_79{font-size:.9rem;padding:.3rem .6rem}._navCTAButton_k5zqe_104{padding:.4rem .8rem;font-size:.8rem}._limitedTimeOffer_k5zqe_145{font-size:.9rem;padding:.9rem 1rem}._heroTitle_k5zqe_226{font-size:1.8rem}._heroValueBox_k5zqe_236{padding:1.2rem}._heroSubtitle_k5zqe_244{font-size:1.1rem}._heroResultsBox_k5zqe_258{padding:1rem}._heroDescription_k5zqe_266{font-size:1rem}._ctaSubtext_k5zqe_283{font-size:.9rem}._sectionTitle_k5zqe_341{font-size:1.8rem}._photoCard_k5zqe_178{padding:1rem;max-width:300px}._primaryCTA_k5zqe_308{font-size:1rem;padding:.9rem 1.5rem}._faqQuestion_k5zqe_937{font-size:1rem}._faqAnswer_k5zqe_958{font-size:.95rem}._valueItem_k5zqe_589{flex-direction:column;gap:.5rem;align-items:flex-start}._valueLabel_k5zqe_596,._valueAmount_k5zqe_602{font-size:1rem}._valueTotalLabel_k5zqe_620{font-size:1.2rem}._valueTotalAmount_k5zqe_627{font-size:1.5rem}._valueTotalHighlight_k5zqe_700 ._valueTotalLabel_k5zqe_620{font-size:1.3rem}._valueTotalHighlight_k5zqe_700 ._valueTotalAmount_k5zqe_627{font-size:2rem}._toggleBreakdownButton_k5zqe_729{font-size:1rem;padding:.9rem 1.5rem}._coachSubtitle_k5zqe_847{font-size:1rem}._pricingAmount_k5zqe_668{font-size:2rem}._whatIsDescription_k5zqe_429{font-size:1.1rem}._quickBenefit_k5zqe_441{font-size:1rem;padding:.8rem 1.2rem}._testimonialQuote_k5zqe_796{font-size:1rem}}:root{--comm-mobile-bar-h: 56px;--comm-composer-h: 80px;--comm-primary: #007aff;--comm-primary-hover: #0051d5;--comm-primary-light: #e6f0ff;--comm-danger: #ff3b30;--comm-bg: #f8f9fa;--comm-surface: #ffffff;--comm-border: #e0e0e0;--comm-border-light: #f0f0f0;--comm-text: #1c1c1e;--comm-text-secondary: #666666;--comm-text-tertiary: #999999;--comm-shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--comm-shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--comm-shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--comm-transition: all .2s ease}._commRoot_1qd74_24{padding:0;background:var(--comm-bg);display:flex;flex-direction:column;overflow:hidden;min-height:600px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);position:relative;margin:-1rem;border-radius:0}@supports (height: 100dvh){._commRoot_1qd74_24{height:calc(100dvh - 100px);max-height:calc(100dvh - 100px)}}@media(max-width:768px){._commRoot_1qd74_24{height:calc(100vh - 70px);max-height:calc(100vh - 70px);min-height:500px}@supports (height: 100dvh){._commRoot_1qd74_24{height:calc(100dvh - 70px);max-height:calc(100dvh - 70px)}}}._commRoot_1qd74_24 h2{margin:0;padding:20px 24px;font-size:24px;font-weight:700;color:var(--comm-text);background:var(--comm-surface);border-bottom:1px solid var(--comm-border)}._commLayout_1qd74_73{display:flex;gap:0;overflow:hidden;flex:1;background:var(--comm-bg)}._commMain_1qd74_81{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;background:var(--comm-surface);overflow:hidden;position:relative;z-index:1}._commMessagesPane_1qd74_92{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:var(--comm-surface);scroll-behavior:smooth}._msgListWrapper_1qd74_102{padding:16px 20px;min-height:100%;display:flex;flex-direction:column}._msgEmpty_1qd74_109{opacity:.6;text-align:center;padding:40px 20px;color:var(--comm-text-secondary);font-size:15px}._msgList_1qd74_102{padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._msgItem_1qd74_125{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:12px;background:var(--comm-bg);transition:var(--comm-transition);list-style-type:none;max-width:75%}._msgItem_1qd74_125:hover{background:#ececec;box-shadow:var(--comm-shadow-sm)}._msgItem_1qd74_125._isMine_1qd74_142{background:var(--comm-primary-light);align-self:flex-end;margin-left:auto}._msgItem_1qd74_125._isMine_1qd74_142:hover{background:#d1e5ff}._msgAuthor_1qd74_152{font-size:13px;font-weight:600;color:var(--comm-primary);margin-bottom:2px}._msgItem_1qd74_125._isMine_1qd74_142 ._msgAuthor_1qd74_152{color:var(--comm-primary-hover)}._msgText_1qd74_163{font-size:15px;line-height:1.5;color:var(--comm-text);word-wrap:break-word;white-space:pre-wrap}._msgTime_1qd74_171{font-size:11px;color:var(--comm-text-tertiary);margin-top:4px;align-self:flex-end}._msgImage_1qd74_178{margin-top:8px;font-size:13px;color:var(--comm-text-secondary)}._msgDay_1qd74_184{padding:20px 0;display:flex;align-items:center;justify-content:center;list-style:none;margin:0}._dateDivider_1qd74_193{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:600;color:var(--comm-text-secondary);-webkit-user-select:none;user-select:none;padding:6px 16px;border-radius:20px;background:var(--comm-border-light);border:1px solid var(--comm-border)}._msgNewPill_1qd74_208{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:var(--comm-primary);color:#fff;border:none;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:var(--comm-shadow-lg);transition:var(--comm-transition);z-index:10}._msgNewPill_1qd74_208:hover{background:var(--comm-primary-hover);transform:translate(-50%) scale(1.05)}._channelList_1qd74_231{width:300px;display:flex;flex-direction:column;background:var(--comm-surface);border-right:1px solid var(--comm-border);-webkit-user-select:none;user-select:none;z-index:2}._channelListHeader_1qd74_241{padding:16px 20px;border-bottom:1px solid var(--comm-border);display:flex;align-items:center;justify-content:space-between;background:var(--comm-surface);position:sticky;top:0;z-index:3}._channelListTitle_1qd74_253{font-weight:700;font-size:16px;color:var(--comm-text);margin:0}._newChannelBtn_1qd74_260{border:none;cursor:pointer;font-size:20px;color:#fff;padding:2px 6px;border-radius:8px;transition:var(--comm-transition);width:36px;height:36px;background-color:#fff}._newChannelBtn_1qd74_260:hover{background:var(--comm-primary-hover);transform:scale(1.05)}._channelListItems_1qd74_279{list-style:none;margin:0;padding:8px;overflow-y:auto;flex-grow:1}._channelItemSkeleton_1qd74_287{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:400% 100%;animation:_commShimmer_1qd74_1 1.4s ease infinite;border-radius:10px;height:56px;margin:4px 0}@keyframes _commShimmer_1qd74_1{0%{background-position:200% 0}to{background-position:-200% 0}}._channelItem_1qd74_287{padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:12px;border:none;background:transparent;border-radius:10px;transition:var(--comm-transition);width:100%;text-align:left;margin:2px 0}._channelItem_1qd74_287:hover{background:var(--comm-bg);transform:translate(2px)}._channelItem_1qd74_287._is-selected_1qd74_325{background:var(--comm-primary-light);border-left:3px solid var(--comm-primary);padding-left:13px}._channelAvatar_1qd74_331{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--comm-primary),var(--comm-primary-hover));flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;font-weight:600}._channelAvatar_1qd74_331._is-private_1qd74_349{background:linear-gradient(135deg,var(--comm-danger),#ff6b66)}._channelMain_1qd74_353{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._channelName_1qd74_361{font-weight:600;font-size:15px;color:var(--comm-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._channelPreview_1qd74_371{font-size:13px;color:var(--comm-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._channelMeta_1qd74_380{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}._unreadBadge_1qd74_388{background:var(--comm-danger);color:#fff;font-size:11px;font-weight:700;border-radius:12px;padding:3px 8px;min-width:24px;text-align:center}._itemTime_1qd74_399{font-size:11px;color:var(--comm-text-tertiary)}._emptyState_1qd74_404{padding:40px 20px;text-align:center;color:var(--comm-text-secondary);font-size:14px}._primaryBtn_1qd74_411{background:var(--comm-primary);color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:var(--comm-transition);margin-top:12px}._primaryBtn_1qd74_411:hover{background:var(--comm-primary-hover);transform:translateY(-1px);box-shadow:var(--comm-shadow-md)}._commComposerBar_1qd74_430{height:var(--comm-composer-h);flex:0 0 var(--comm-composer-h);border-top:1px solid var(--comm-border);padding:16px 20px;background:var(--comm-surface);display:flex;align-items:center;padding-bottom:calc(16px + env(safe-area-inset-bottom))}@media(max-width:768px){._commComposerBar_1qd74_430{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));min-height:calc(var(--comm-composer-h) + env(safe-area-inset-bottom))}}._commMobileBar_1qd74_451{display:none;height:var(--comm-mobile-bar-h);flex:0 0 var(--comm-mobile-bar-h);align-items:center;gap:12px;border-bottom:1px solid var(--comm-border);padding:8px 16px;background:var(--comm-surface);position:sticky;top:0;z-index:10}._commToggleBtn_1qd74_465{border:1px solid var(--comm-border);background:var(--comm-primary);border-radius:8px;padding:8px 12px;font-weight:600;font-size:14px;color:#fff;cursor:pointer;transition:var(--comm-transition)}._commToggleBtn_1qd74_465:hover{background:var(--comm-primary-hover)}._adminBtn_1qd74_481{border:1px solid var(--comm-border);border-radius:8px;padding:8px 12px;font-size:18px;color:#fff;cursor:pointer;transition:var(--comm-transition);margin-left:auto}._adminBtn_1qd74_481:hover{background:#059669;transform:scale(1.05)}._commTitle_1qd74_498{margin:0;font-size:16px;font-weight:700;color:var(--comm-text);flex:1}._channelBackdrop_1qd74_506{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:49;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._channelDrawer_1qd74_514{position:fixed;top:0;left:0;height:100%;width:85%;max-width:340px;background:var(--comm-surface);box-shadow:4px 0 20px #0003;transform:translate(-100%);animation:_drawerIn_1qd74_1 .25s cubic-bezier(.4,0,.2,1) forwards;z-index:50;display:flex;flex-direction:column}@keyframes _drawerIn_1qd74_1{to{transform:translate(0)}}@keyframes _spin_1qd74_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._rtl_1qd74_545 ._msgListWrapper_1qd74_102{direction:rtl}._bodyNoScroll_1qd74_549{overflow:hidden}@media(max-width:768px){._commRoot_1qd74_24 h2{padding:16px 20px;font-size:20px}._channelList_1qd74_231{display:none}._commMobileBar_1qd74_451{display:flex;padding-top:max(8px,env(safe-area-inset-top))}._msgListWrapper_1qd74_102{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}._msgItem_1qd74_125{max-width:85%}._msgText_1qd74_163{font-size:14px}._msgNewPill_1qd74_208{bottom:calc(var(--comm-composer-h) + env(safe-area-inset-bottom) + 16px)}}@media(min-width:769px){._commMain_1qd74_81{border-left:1px solid var(--comm-border)}}@media(min-width:1400px){._channelList_1qd74_231{width:320px}._msgListWrapper_1qd74_102{padding:20px 40px;max-width:1200px;margin:0 auto}._msgItem_1qd74_125{max-width:65%}}._msgListWrapper_1qd74_102::-webkit-scrollbar,._channelListItems_1qd74_279::-webkit-scrollbar,._commMessagesPane_1qd74_92::-webkit-scrollbar{width:8px}._msgListWrapper_1qd74_102::-webkit-scrollbar-track,._channelListItems_1qd74_279::-webkit-scrollbar-track,._commMessagesPane_1qd74_92::-webkit-scrollbar-track{background:transparent}._msgListWrapper_1qd74_102::-webkit-scrollbar-thumb,._channelListItems_1qd74_279::-webkit-scrollbar-thumb,._commMessagesPane_1qd74_92::-webkit-scrollbar-thumb{background:var(--comm-border);border-radius:10px}._msgListWrapper_1qd74_102::-webkit-scrollbar-thumb:hover,._channelListItems_1qd74_279::-webkit-scrollbar-thumb:hover,._commMessagesPane_1qd74_92::-webkit-scrollbar-thumb:hover{background:var(--comm-text-tertiary)}._msgBubble_1qd74_640{position:relative;display:flex;flex-direction:column;gap:2px}._msgReactions_1qd74_647{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}._reactionBtn_1qd74_654{background:var(--comm-surface);border:1px solid var(--comm-border);border-radius:12px;padding:4px 8px;font-size:13px;cursor:pointer;transition:var(--comm-transition);display:inline-flex;align-items:center;gap:4px}._reactionBtn_1qd74_654:hover{background:var(--comm-bg);transform:scale(1.05)}._reactionActive_1qd74_672{background:var(--comm-primary-light);border-color:var(--comm-primary);font-weight:600}._msgActions_1qd74_678{display:flex;opacity:0;transition:opacity .2s}._msgItem_1qd74_125:hover ._msgActions_1qd74_678{opacity:1}._msgActionBtn_1qd74_690{background:var(--comm-surface);border:1px solid var(--comm-border);border-radius:8px;padding:4px 8px;font-size:14px;cursor:pointer;transition:var(--comm-transition)}._msgActionBtn_1qd74_690:hover{background:var(--comm-bg);transform:scale(1.1)}._reactionPickerWrapper_1qd74_705{position:relative}._reactionPicker_1qd74_705{position:absolute;bottom:100%;left:0;background:#fff;border:1px solid var(--comm-border);border-radius:12px;padding:2px;display:flex;gap:2px;box-shadow:var(--comm-shadow-lg);z-index:100;margin-bottom:2px}._reactionOption_1qd74_724{background:transparent;border:none;font-size:20px;cursor:pointer;padding:4px;border-radius:8px;transition:var(--comm-transition)}._reactionOption_1qd74_724:hover{background:var(--comm-bg);transform:scale(1.2)}._msgDeleted_1qd74_739{font-style:italic;color:var(--comm-text-tertiary);padding:8px 12px;font-size:13px}@media(max-width:768px){._channelDrawer_1qd74_514 ._channelListItems_1qd74_279{padding:12px}._channelDrawer_1qd74_514 ._channelItem_1qd74_287{padding:16px 18px;margin:8px 0;font-size:16px;border-radius:12px;min-height:52px;background:#ffffffb3}._channelDrawer_1qd74_514 ._channelItem_1qd74_287:hover{background:var(--comm-bg)}._channelDrawer_1qd74_514 ._channelItem_1qd74_287._is-selected_1qd74_325{background:var(--comm-primary-light)}._channelDrawer_1qd74_514 ._channelName_1qd74_361{font-size:17px;font-weight:600;color:var(--comm-text)}._channelDrawer_1qd74_514 ._channelListHeader_1qd74_241{padding:20px}._channelDrawer_1qd74_514 ._channelListTitle_1qd74_253{font-size:18px}._reactionOption_1qd74_724{font-size:24px;padding:8px}._msgActionBtn_1qd74_690{padding:6px 10px;font-size:16px}._msgActions_1qd74_678{opacity:1}}._modalOverlay_1luxc_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}._modalContent_1luxc_19{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modalHeader_1luxc_30{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1luxc_30 h2{margin:0;font-size:20px;font-weight:700;color:#111827}._closeBtn_1luxc_49{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}._closeBtn_1luxc_49:hover{background:#f3f4f6;color:#111827}._modalBody_1luxc_71{padding:24px}._loading_1luxc_76,._noAccess_1luxc_77{padding:40px;text-align:center;color:#6b7280;font-size:16px}._error_1luxc_84{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;padding:12px 16px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;font-size:14px}._error_1luxc_84 button{background:none;border:none;color:#b91c1c;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px}._tabs_1luxc_109{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e5e7eb;padding-bottom:0}._tab_1luxc_109{background:none;border:none;padding:12px 20px;font-size:15px;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}._tab_1luxc_109:hover{color:#374151}._activeTab_1luxc_134{color:#007aff;border-bottom-color:#007aff}._channelHeader_1luxc_140{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._backBtn_1luxc_147{background:#f3f4f6;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;align-self:flex-start}._backBtn_1luxc_147:hover{background:#e5e7eb}._section_1luxc_165{margin-bottom:32px}._section_1luxc_165:last-child{margin-bottom:0}._section_1luxc_165 h3{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}._form_1luxc_181{display:flex;flex-direction:column;gap:16px}._formGroup_1luxc_187{display:flex;flex-direction:column;gap:6px}._formGroup_1luxc_187 label{font-size:14px;font-weight:600;color:#374151}._formGroup_1luxc_187 input,._formGroup_1luxc_187 select,._formGroup_1luxc_187 textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#111827;transition:all .2s}._formGroup_1luxc_187 input:focus,._formGroup_1luxc_187 select:focus,._formGroup_1luxc_187 textarea:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}._formGroup_1luxc_187 textarea{resize:vertical;min-height:80px}._primaryBtn_1luxc_225{background:#007aff;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}._primaryBtn_1luxc_225:hover{background:#0051d5;transform:translateY(-1px)}._deleteBtn_1luxc_242,._removeBtn_1luxc_243{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}._deleteBtn_1luxc_242:hover,._removeBtn_1luxc_243:hover{background:#dc2626}._channelsList_1luxc_261{display:flex;flex-direction:column;gap:8px}._channelItem_1luxc_267{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}._channelItem_1luxc_267:hover{background:#f9fafb;border-color:#d1d5db}._channelItem_1luxc_267._selected_1luxc_283{background:#eff6ff;border-color:#007aff}._channelInfo_1luxc_288{display:flex;flex-direction:column;gap:4px}._channelInfo_1luxc_288 strong{font-size:14px;color:#111827}._channelType_1luxc_299{font-size:12px;color:#6b7280;font-weight:500}._addMemberForm_1luxc_306{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}._addMemberForm_1luxc_306 label{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px}._addMemberForm_1luxc_306 input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}._addMemberForm_1luxc_306 input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}._membersList_1luxc_339{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}._memberItem_1luxc_347{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .2s}._memberItem_1luxc_347:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}._memberAvatar_1luxc_363{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#007aff,#0051d5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}._memberInfo_1luxc_377{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._memberName_1luxc_385{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._memberUsername_1luxc_394{font-size:12px;color:#6b7280}._memberBadge_1luxc_399{font-size:12px;padding:4px 10px;background:#f3f4f6;border-radius:12px;color:#6b7280;font-weight:500;white-space:nowrap}._emptyState_1luxc_411{padding:40px 20px;text-align:center;color:#9ca3af;font-size:14px;font-style:italic}@media(max-width:768px){._modalContent_1luxc_19{max-width:100%;max-height:100%;border-radius:0}._modalOverlay_1luxc_2{padding:0}._modalBody_1luxc_71{padding:16px}._section_1luxc_165{margin-bottom:24px}._section_1luxc_165 h3{font-size:16px}._tabs_1luxc_109{gap:4px;overflow-x:auto}._tab_1luxc_109{padding:10px 16px;font-size:14px;white-space:nowrap}._channelHeader_1luxc_140 h3{font-size:16px}._backBtn_1luxc_147{font-size:13px;padding:6px 12px}._membersList_1luxc_339{max-height:60vh}._formGroup_1luxc_187 label{font-size:13px}._formGroup_1luxc_187 input,._formGroup_1luxc_187 select,._formGroup_1luxc_187 textarea{font-size:14px}}._container_11eoy_1{position:relative;width:100%}._inputWrapper_11eoy_6{position:relative;display:flex;align-items:center}._input_11eoy_6{width:100%;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:all .2s}._input_11eoy_6:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}._loadingIcon_11eoy_27{position:absolute;right:12px;display:flex;align-items:center}._spinner_11eoy_34{display:inline-block;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#007aff;border-radius:50%;animation:_spin_11eoy_34 .6s linear infinite}@keyframes _spin_11eoy_34{to{transform:rotate(360deg)}}._dropdown_11eoy_50{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1000}._noResults_11eoy_64{padding:16px;text-align:center;color:#999;font-size:14px}._resultItem_11eoy_71{display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s;border-bottom:1px solid #f0f0f0}._resultItem_11eoy_71:last-child{border-bottom:none}._resultItem_11eoy_71:hover,._resultItem_11eoy_71._selected_11eoy_90{background:#f8f9fa}._userAvatar_11eoy_94{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0}._userInfo_11eoy_108{flex:1;min-width:0}._userName_11eoy_113{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userUsername_11eoy_123{font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._dropdown_11eoy_50::-webkit-scrollbar{width:8px}._dropdown_11eoy_50::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}._dropdown_11eoy_50::-webkit-scrollbar-thumb{background:#ccc;border-radius:8px}._dropdown_11eoy_50::-webkit-scrollbar-thumb:hover{background:#999}._overlay_1lhmv_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}._modal_1lhmv_15{background:#fff;border-radius:12px;max-width:480px;width:100%;padding:32px;box-shadow:0 20px 60px #0000004d}._header_1lhmv_24{margin-bottom:24px}._header_1lhmv_24 h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#1a1a1a}._header_1lhmv_24 p{margin:0;font-size:14px;color:#666}._form_1lhmv_41{display:flex;flex-direction:column;gap:20px}._formGroup_1lhmv_47{display:flex;flex-direction:column;gap:8px}._formGroup_1lhmv_47 label{font-size:14px;font-weight:600;color:#333}._inputWrapper_1lhmv_59{position:relative;display:flex;align-items:center}._inputWrapper_1lhmv_59 input{width:100%;padding:12px 40px 12px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .2s}._inputWrapper_1lhmv_59 input:focus{outline:none;border-color:#007aff}._inputWrapper_1lhmv_59 input:disabled{background:#f5f5f5;cursor:not-allowed}._inputSuccess_1lhmv_84{border-color:#34c759!important}._inputError_1lhmv_88{border-color:#ff3b30!important}._indicator_1lhmv_92{position:absolute;right:12px;font-size:18px;font-weight:700;color:#34c759}._spinner_1lhmv_100{display:inline-block;width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#007aff;border-radius:50%;animation:_spin_1lhmv_100 .6s linear infinite}@keyframes _spin_1lhmv_100{to{transform:rotate(360deg)}}._errorText_1lhmv_116{font-size:13px;color:#ff3b30}._successText_1lhmv_121{font-size:13px;color:#34c759;font-weight:500}._requirements_1lhmv_127{background:#f8f9fa;border-radius:6px;padding:12px;font-size:13px;color:#666}._requirements_1lhmv_127 small{font-weight:600;display:block;margin-bottom:6px}._requirements_1lhmv_127 ul{margin:0;padding-left:20px}._requirements_1lhmv_127 li{margin:2px 0}._submitBtn_1lhmv_150{background:#007aff;color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}._submitBtn_1lhmv_150:hover:not(:disabled){background:#0051d5;transform:translateY(-1px);box-shadow:0 4px 12px #007aff4d}._submitBtn_1lhmv_150:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}._submitBtn_1lhmv_150:active:not(:disabled){transform:translateY(0)}._sectionTitle_9t65l_2{font-size:1.15rem;font-weight:700;color:#333;margin:0 0 20px}._grid_9t65l_10{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}@media(max-width:768px){._grid_9t65l_10{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:12px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(1){grid-column:1;grid-row:1 / 3}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2){grid-column:2;grid-row:1}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3){grid-column:2;grid-row:2}}@media(max-width:480px){._grid_9t65l_10{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(1){grid-column:1;grid-row:1 / 3}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2){grid-column:2;grid-row:1}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3){grid-column:2;grid-row:2}}._statCard_9t65l_26{padding:24px 20px;border-radius:20px;color:#fff;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}._statCard_9t65l_26:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}._statIconContainer_9t65l_89{width:50px;height:50px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:12px;padding:10px}._statIcon_9t65l_89{width:100%;height:100%;object-fit:contain}._statNumber_9t65l_107{font-size:2.5rem;font-weight:700;margin-bottom:8px;line-height:1}._statLabel_9t65l_114{font-size:.9rem;opacity:.95;font-weight:500;margin-bottom:12px}._statDetails_9t65l_121{display:flex;flex-direction:column;gap:6px;width:100%}._statBadge_9t65l_128{font-size:.75rem;background:#ffffff4d;padding:4px 10px;border-radius:12px;font-weight:500}._gaugeCard_9t65l_137{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 2px 12px #0000000f;text-align:center}._gaugeTitle_9t65l_145{font-size:1.15rem;font-weight:700;color:#333;margin:0 0 24px}._gaugeContainer_9t65l_152{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}._gaugeSvg_9t65l_160{width:200px;height:110px;margin-bottom:-10px}._gaugeProgress_9t65l_166{transition:stroke-dashoffset 1s ease}._gaugeValue_9t65l_170{text-align:center;margin-top:8px}._gaugePercentage_9t65l_175{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#c471ed,#f64f59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:8px}._gaugeSubtext_9t65l_186{font-size:.875rem;color:#666;font-weight:500}@media(max-width:768px){._statNumber_9t65l_107{font-size:2rem}._statLabel_9t65l_114{font-size:.8rem}._gaugePercentage_9t65l_175{font-size:2rem}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2),._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3){padding:16px 12px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statIconContainer_9t65l_89,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statIconContainer_9t65l_89{width:40px;height:40px;margin-bottom:8px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statNumber_9t65l_107,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statNumber_9t65l_107{font-size:1.75rem;margin-bottom:6px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statBadge_9t65l_128,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statBadge_9t65l_128{font-size:.7rem;padding:3px 8px}}@media(max-width:480px){._statNumber_9t65l_107{font-size:1.75rem}._statLabel_9t65l_114{font-size:.75rem}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2),._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3){padding:12px 8px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statIconContainer_9t65l_89,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statIconContainer_9t65l_89{width:35px;height:35px;margin-bottom:6px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statNumber_9t65l_107,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statNumber_9t65l_107{font-size:1.5rem;margin-bottom:4px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statLabel_9t65l_114,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statLabel_9t65l_114{font-size:.7rem;margin-bottom:6px}._grid_9t65l_10 ._statCard_9t65l_26:nth-child(2) ._statBadge_9t65l_128,._grid_9t65l_10 ._statCard_9t65l_26:nth-child(3) ._statBadge_9t65l_128{font-size:.65rem;padding:2px 6px}}._card_h2t4e_1{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}._title_h2t4e_9{font-size:1.5rem;font-weight:600;margin-bottom:20px;color:#333}._timeline_h2t4e_16{position:relative;padding-left:40px}._timeline_h2t4e_16:before{content:"";position:absolute;left:15px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,#eee,#eee)}._timelineItem_h2t4e_31{position:relative;display:flex;align-items:flex-start;margin-bottom:24px;padding-bottom:24px}._timelineItem_h2t4e_31:last-child{margin-bottom:0;padding-bottom:0}._iconCircle_h2t4e_44{position:absolute;left:-40px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:1}._icon_h2t4e_44{width:18px;height:18px;object-fit:contain}._content_h2t4e_63{flex:1;display:flex;flex-direction:column;gap:4px}._activityType_h2t4e_70{font-size:1rem;font-weight:600;color:#333}._activityDate_h2t4e_76{font-size:.875rem;color:#ff6b9d;font-weight:500}._activityDateAbsolute_h2t4e_82{font-size:.75rem;color:#888}._memberSince_h2t4e_87{margin-top:24px;padding-top:24px;border-top:1px solid #eee;display:flex;align-items:center;gap:12px}._memberIcon_h2t4e_96{width:24px;height:24px;object-fit:contain}._memberInfo_h2t4e_102{display:flex;flex-direction:column;gap:4px}._memberLabel_h2t4e_108{font-size:.875rem;color:#888}._memberDate_h2t4e_113{font-size:1rem;font-weight:600;color:#333}@media(max-width:768px){._timeline_h2t4e_16{padding-left:35px}._iconCircle_h2t4e_44{left:-35px;width:28px;height:28px}._icon_h2t4e_44{width:16px;height:16px}}._container_ga46z_1{max-width:1200px;margin:0 auto;padding:20px;background:#fafafa;min-height:100vh}._header_ga46z_10{margin-bottom:24px;text-align:left}._welcomeTitle_ga46z_15{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:4px}._subtitle_ga46z_22{font-size:.95rem;color:#888;font-weight:400}._tabs_ga46z_29{display:flex;gap:0;margin-bottom:24px;background:#fff;border-radius:12px;padding:4px;box-shadow:0 2px 8px #0000000f}._tab_ga46z_29{flex:1;padding:12px 24px;background:transparent;border:none;font-size:1rem;font-weight:600;color:#888;cursor:pointer;border-radius:10px;transition:all .3s ease;position:relative;margin-top:0}._tabActive_ga46z_54{color:#c471ed;background:#c471ed1a}._tabActive_ga46z_54:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:3px;background:linear-gradient(90deg,#c471ed,#f64f59);border-radius:3px 3px 0 0}._timeRangeSelector_ga46z_72{display:flex;gap:8px;margin-bottom:24px;justify-content:center}._timeRangeButton_ga46z_79{padding:10px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:25px;font-size:.9rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}._timeRangeButton_ga46z_79:hover{border-color:#c471ed;color:#c471ed}._timeRangeActive_ga46z_96{background:linear-gradient(135deg,#c471ed,#f64f59);color:#fff;border-color:transparent}._statsCards_ga46z_103{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}._statCard_ga46z_110{padding:24px 20px;border-radius:20px;color:#fff;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}._statCard_ga46z_110:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}._statIconContainer_ga46z_124{width:50px;height:50px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:12px;padding:10px}._statIcon_ga46z_124{width:100%;height:100%;object-fit:contain}._statNumber_ga46z_142{font-size:2.5rem;font-weight:700;margin-bottom:8px;line-height:1}._statLabel_ga46z_149{font-size:.9rem;opacity:.95;font-weight:500}._funMessage_ga46z_156{background:#ffeaf0;border-radius:20px;padding:24px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(194,24,91,.1)}._funMessageIcon_ga46z_168{font-size:2rem;flex-shrink:0}._funMessageText_ga46z_173{color:#880e4f;font-size:1rem;line-height:1.6;margin:0;font-weight:500}._chartCard_ga46z_182{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._chartHeader_ga46z_190{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._chartTitle_ga46z_197{font-size:1.15rem;font-weight:700;color:#333;margin:0}._frequencyChart_ga46z_204{margin-top:20px}._chartArea_ga46z_208{position:relative;padding:20px 0;background:linear-gradient(to bottom,#fafafa,#fff);border-radius:12px}._chartWrapper_ga46z_215{width:100%;height:240px;position:relative}._chartLabels_ga46z_221{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-top:16px;padding:0}._chartColumn_ga46z_230{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;position:relative}._chartColumn_ga46z_230:first-child{align-items:flex-start}._chartColumn_ga46z_230:last-child{align-items:flex-end}._lineChartSvg_ga46z_247{width:100%;height:100%;display:block}._lineArea_ga46z_253{transition:all .3s ease}._linePath_ga46z_257{transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(124,58,237,.2))}._linePoint_ga46z_262{transition:all .3s ease;cursor:pointer}._linePoint_ga46z_262:hover{r:6;filter:drop-shadow(0 2px 8px rgba(124,58,237,.4))}._currentPeriodPoint_ga46z_272{animation:_pulse_ga46z_1 2s ease-in-out infinite}@keyframes _pulse_ga46z_1{0%,to{opacity:1}50%{opacity:.7}}._chartLabel_ga46z_221{font-size:.7rem;color:#9ca3af;font-weight:500;white-space:nowrap;text-align:center;text-transform:uppercase;letter-spacing:.5px}._chartValue_ga46z_295{font-size:1rem;color:#1f2937;font-weight:700}._completionCard_ga46z_302{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._completionHeader_ga46z_310{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._completionTitle_ga46z_317{font-size:1.15rem;font-weight:700;color:#333;margin:0}._timeFilter_ga46z_324{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border-radius:8px;font-size:.9rem;color:#666;cursor:pointer}._completionContent_ga46z_336{display:flex;align-items:center;justify-content:space-around;gap:40px}._circularProgress_ga46z_343{position:relative}._completionStats_ga46z_347{display:flex;flex-direction:column;gap:20px}._completionStat_ga46z_347{display:flex;align-items:center;gap:12px}._completionDot_ga46z_359{width:16px;height:16px;border-radius:4px;flex-shrink:0}._completionLabel_ga46z_366{font-size:.95rem;color:#666;min-width:90px}._completionValue_ga46z_372{font-size:1.1rem;font-weight:700;color:#333}._breakdownCard_ga46z_379{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._sectionTitle_ga46z_387{font-size:1.15rem;font-weight:700;color:#333;margin:0 0 20px}._breakdownGrid_ga46z_394{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}._breakdownItem_ga46z_400{padding:24px;border-radius:16px;color:#fff;text-align:center;box-shadow:0 4px 12px #0000001a}._breakdownNumber_ga46z_408{font-size:2.5rem;font-weight:700;margin-bottom:8px}._breakdownLabel_ga46z_414{font-size:.95rem;opacity:.95}._namedWorkoutsCard_ga46z_420{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._namedWorkoutsList_ga46z_428{display:flex;gap:12px;flex-wrap:wrap}._namedWorkoutPill_ga46z_434{display:flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#ffecd2,#fcb69f);border-radius:25px;font-size:.95rem;font-weight:500;color:#333;border:2px solid rgba(196,113,237,.2)}._pillIcon_ga46z_447{width:20px;height:20px;object-fit:contain}._typesCard_ga46z_454{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._typesGrid_ga46z_462{display:flex;flex-direction:column;gap:12px}._typeItem_ga46z_468{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9f9f9;border-radius:12px}._typeName_ga46z_477{font-size:1rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._typeCount_ga46z_485{font-size:1.5rem;font-weight:700;color:#333}._achievementsCard_ga46z_492{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._achievements_ga46z_492{display:flex;flex-direction:column;gap:16px}._achievement_ga46z_492{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#ffeaf0,#ffe8f5);border-radius:16px}._achievementIcon_ga46z_515{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._achievementIcon_ga46z_515 img{width:100%;height:100%;object-fit:contain}._achievementContent_ga46z_530{flex:1}._achievementTitle_ga46z_534{font-size:.95rem;color:#c2185b;font-weight:600;margin-bottom:4px}._achievementValue_ga46z_541{font-size:1.1rem;color:#880e4f;font-weight:700}._muscleGroupCard_ga46z_548{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}._muscleGroups_ga46z_556{display:flex;flex-direction:column;gap:16px}._muscleGroupItem_ga46z_562{display:flex;align-items:center;gap:12px}._muscleGroupLabel_ga46z_568{min-width:180px;font-size:.9rem;color:#666;font-weight:500}._muscleGroupBar_ga46z_575{flex:1;height:10px;background:#f0f0f0;border-radius:10px;overflow:hidden}._muscleGroupProgress_ga46z_583{height:100%;border-radius:10px;transition:width .6s ease}._muscleGroupCount_ga46z_589{min-width:30px;text-align:right;font-size:.9rem;font-weight:600;color:#333}._journalPlaceholder_ga46z_598{background:#fff;border-radius:20px;padding:60px 24px;text-align:center;box-shadow:0 2px 12px #0000000f}._placeholderText_ga46z_606{font-size:1.1rem;color:#999}._loadingContainer_ga46z_612,._errorContainer_ga46z_613{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}._errorText_ga46z_622{font-size:1rem;color:#f44336;text-align:center;max-width:400px}._retryButton_ga46z_629{background:linear-gradient(135deg,#ff6b9d,#c837ab);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}._retryButton_ga46z_629:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d4d}._retryButton_ga46z_629:active{transform:translateY(0)}@media(max-width:768px){._container_ga46z_1{padding:16px}._welcomeTitle_ga46z_15{font-size:1.5rem}._tabs_ga46z_29{margin-bottom:20px}._tab_ga46z_29{padding:10px 16px;font-size:.9rem}._timeRangeSelector_ga46z_72{margin-bottom:20px}._timeRangeButton_ga46z_79{padding:8px 16px;font-size:.85rem}._statsCards_ga46z_103{grid-template-columns:repeat(2,1fr);gap:12px}._statNumber_ga46z_142{font-size:2rem}._statLabel_ga46z_149{font-size:.8rem}._funMessage_ga46z_156{padding:20px;flex-direction:column;text-align:center}._chartWrapper_ga46z_215{height:180px}._chartArea_ga46z_208{padding:16px 0}._chartLabel_ga46z_221{font-size:.65rem}._completionContent_ga46z_336{flex-direction:column;gap:24px}._breakdownGrid_ga46z_394{grid-template-columns:1fr}._muscleGroupLabel_ga46z_568{min-width:120px;font-size:.85rem}._achievements_ga46z_492{gap:12px}._achievement_ga46z_492{padding:16px}}@media(max-width:480px){._container_ga46z_1{padding:12px}._welcomeTitle_ga46z_15{font-size:1.3rem}._statsCards_ga46z_103{grid-template-columns:1fr}._statNumber_ga46z_142{font-size:2.5rem}._chartWrapper_ga46z_215{height:160px}._chartArea_ga46z_208{padding:12px 0}._chartLabel_ga46z_221{font-size:.6rem;writing-mode:vertical-lr;text-orientation:mixed}._breakdownNumber_ga46z_408{font-size:2rem}._namedWorkoutsList_ga46z_428{flex-direction:column}._namedWorkoutPill_ga46z_434{justify-content:center}}._container_ns448_1{padding:20px;max-width:1600px;margin:0 auto}._header_ns448_7{margin-bottom:30px}._header_ns448_7 h1{font-size:2rem;color:#333;margin-bottom:8px}._subtitle_ns448_17{color:#666;font-size:1rem}._tabs_ns448_22{display:flex;gap:10px;border-bottom:2px solid #e0e0e0;margin-bottom:30px;flex-wrap:wrap}._tab_ns448_22{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#666;transition:all .3s ease;margin-bottom:-2px}._tab_ns448_22:hover{color:#dcb4ce;background:#dcb4ce0d}._tab_ns448_22._active_ns448_48{color:#dcb4ce;border-bottom-color:#dcb4ce}._content_ns448_53{min-height:500px}@media(max-width:768px){._container_ns448_1{padding:15px}._header_ns448_7 h1{font-size:1.5rem}._tabs_ns448_22{gap:5px}._tab_ns448_22{padding:10px 16px;font-size:.9rem}}._container_1fnqb_1{padding:20px}._header_1fnqb_5{margin-bottom:30px}._headerInfo_1fnqb_9{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._updateInfo_1fnqb_17{display:flex;flex-direction:column;gap:4px}._updateInfo_1fnqb_17>span:first-child{font-size:1.3rem;font-weight:600;color:#333}._lastUpdated_1fnqb_29{font-size:.85rem;color:#666;font-weight:400}._refreshButton_1fnqb_35{padding:10px 20px;background:#dcb4ce;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}._refreshButton_1fnqb_35:hover:not(:disabled){background:#c89bb8;transform:translateY(-1px)}._refreshButton_1fnqb_35:disabled{opacity:.6;cursor:not-allowed}._loadingContainer_1fnqb_57{display:flex;justify-content:center;align-items:center;min-height:400px}._error_1fnqb_64{padding:20px;background:#ffebee;border-left:4px solid #f44336;border-radius:8px;color:#c62828;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}._retryButton_1fnqb_77{padding:8px 24px;background:#dcb4ce;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .3s ease}._retryButton_1fnqb_77:hover{background:#c89bb8}._section_1fnqb_93{margin-bottom:40px}._sectionTitle_1fnqb_97{font-size:1.3rem;color:#333;margin-bottom:16px;font-weight:600}._kpiGrid_1fnqb_104{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}._kpiCard_1fnqb_110{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:8px;text-align:left;border-left:4px solid #dcb4ce;transition:transform .2s ease,box-shadow .2s ease}._kpiCard_1fnqb_110:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}._kpiLabel_1fnqb_128{font-size:.85rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._kpiValue_1fnqb_136{font-size:2.2rem;color:#333;font-weight:700;line-height:1.2}._kpiSubtext_1fnqb_143{font-size:.85rem;color:#999;margin-top:4px}._kpiTrend_1fnqb_149{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}._trendBadge_1fnqb_156{background:#e8f5e9;color:#2e7d32;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600}@media(max-width:768px){._container_1fnqb_1{padding:15px}._headerInfo_1fnqb_9{flex-direction:column;align-items:flex-start}._updateInfo_1fnqb_17>span:first-child{font-size:1.1rem}._refreshButton_1fnqb_35{width:100%}._sectionTitle_1fnqb_97{font-size:1.1rem}._kpiGrid_1fnqb_104{grid-template-columns:1fr;gap:15px}._kpiCard_1fnqb_110{padding:20px}._kpiValue_1fnqb_136{font-size:1.8rem}}._container_13jyi_1{padding:20px}._header_13jyi_5{margin-bottom:20px}._header_13jyi_5 h2{font-size:1.5rem;color:#333;margin-bottom:6px}._header_13jyi_5 p{color:#666;font-size:.95rem}@media(max-width:768px){._container_13jyi_1{padding:15px}._header_13jyi_5 h2{font-size:1.3rem}._header_13jyi_5 p{font-size:.9rem}}._container_147za_1{padding:20px}._loadingContainer_147za_5{display:flex;justify-content:center;align-items:center;min-height:400px}._controls_147za_12{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:20px;flex-wrap:wrap}._viewToggle_147za_21{display:flex;gap:10px}._viewToggle_147za_21 button{padding:10px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;color:#666;transition:all .3s ease}._viewToggle_147za_21 button:hover{border-color:#dcb4ce;color:#dcb4ce}._viewToggle_147za_21 button._active_147za_43{background:#dcb4ce;border-color:#dcb4ce;color:#fff}._filters_147za_49{display:flex;gap:12px;flex:1;max-width:600px}._searchInput_147za_56{flex:1;padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:border-color .3s ease;background-color:#fff;color:#333}._searchInput_147za_56:focus{outline:none;border-color:#dcb4ce}._sortSelect_147za_72{padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;cursor:pointer;transition:border-color .3s ease;background-color:#fff;color:#333}._sortSelect_147za_72:focus{outline:none;border-color:#dcb4ce}._error_147za_88{padding:16px;background:#ffebee;border-left:4px solid #f44336;border-radius:4px;color:#c62828;margin-bottom:20px}._tableContainer_147za_97{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}._table_147za_97{width:100%;border-collapse:collapse;font-size:.9rem}._table_147za_97 thead{background:#f8f9fa}._table_147za_97 th{padding:14px 12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;white-space:nowrap}._table_147za_97 td{padding:12px;border-bottom:1px solid #f0f0f0;color:#666}._table_147za_97 tbody tr{transition:background-color .2s ease}._table_147za_97 tbody tr:hover{background:#f8f9fa}._nameCell_147za_137{font-weight:500;color:#333}._emailCell_147za_142{color:#666;font-size:.85rem}._badge_147za_147{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._churnRow_147za_158{background:#fff8e1}._warningCell_147za_162{font-weight:600;color:#f57c00}._scoreCell_147za_167{font-weight:600;color:#f44336}._noData_147za_172{text-align:center;padding:60px 20px!important;color:#999;font-style:italic}._pagination_147za_179{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}._pagination_147za_179 button{padding:10px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:#666;transition:all .3s ease}._pagination_147za_179 button:hover:not(:disabled){border-color:#dcb4ce;color:#dcb4ce}._pagination_147za_179 button:disabled{opacity:.5;cursor:not-allowed}._pageInfo_147za_209{color:#666;font-size:.9rem}@media(max-width:1024px){._table_147za_97{font-size:.85rem}._table_147za_97 th,._table_147za_97 td{padding:10px 8px}}@media(max-width:768px){._container_147za_1{padding:15px}._controls_147za_12{flex-direction:column;align-items:stretch}._filters_147za_49{max-width:100%;flex-direction:column}._viewToggle_147za_21{justify-content:stretch}._viewToggle_147za_21 button{flex:1;padding:12px;font-size:.9rem}._tableContainer_147za_97{border-radius:0;margin:0 -15px}._table_147za_97{font-size:.8rem}._table_147za_97 th,._table_147za_97 td{padding:8px 6px}._pagination_147za_179{flex-wrap:wrap}._pagination_147za_179 button{padding:8px 16px;font-size:.85rem}}._modalOverlay_11yut_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_11yut_15{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:60vh;min-height:60vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}._modalHeader_11yut_27{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}._modalHeader_11yut_27 h2{margin:0;font-size:1.5rem;color:#1a1a1a}._closeButton_11yut_41{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._closeButton_11yut_41:hover{background:#f5f5f5;color:#1a1a1a}._tabs_11yut_61{display:flex;gap:4px;padding:16px 24px 0;border-bottom:1px solid #e0e0e0}._tab_11yut_61{padding:12px 20px;border:none;background:transparent;color:#666;font-size:.95rem;font-weight:600;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap}._tab_11yut_61:hover{color:#ff6b9d}._tab_11yut_61._active_11yut_86{color:#ff6b9d;border-bottom-color:#ff6b9d}._tabContent_11yut_91{flex:1;overflow-y:auto;padding:24px}._loading_11yut_97,._error_11yut_98,._emptyState_11yut_99{text-align:center;padding:60px 20px;color:#666}._error_11yut_98 button{margin-top:16px;padding:8px 24px;background:#ff6b9d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}._overviewContent_11yut_117{display:flex;flex-direction:column;gap:24px}._statsGrid_11yut_123{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}._statCard_11yut_129{background:#f9f9f9;padding:32px;border-radius:12px;display:flex;align-items:center;gap:20px;border:2px solid #e0e0e0;transition:all .2s ease}._statCard_11yut_129:hover{border-color:#ff6b9d;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d26}._statIcon_11yut_146{font-size:3rem}._statInfo_11yut_150{display:flex;flex-direction:column;gap:4px}._statValue_11yut_156{font-size:2rem;font-weight:700;color:#1a1a1a}._statLabel_11yut_162{font-size:1rem;color:#666;font-weight:500}._statLabel_11yut_162{font-size:.875rem;color:#666}._weeklyStats_11yut_173{background:#f9f9f9;padding:20px;border-radius:8px}._weeklyStats_11yut_173 h3{margin:0 0 16px;font-size:1.125rem;color:#1a1a1a}._weeklyGrid_11yut_185{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}._weeklyItem_11yut_191{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px}._weeklyLabel_11yut_200{color:#666;font-size:.95rem}._weeklyValue_11yut_205{font-weight:700;color:#1a1a1a;font-size:1.125rem}._workoutsContent_11yut_212,._mealsContent_11yut_213,._stepsContent_11yut_214,._checkInsContent_11yut_215{max-width:800px;margin:0 auto}._viewToggle_11yut_220{display:flex;gap:12px;margin-bottom:20px}._toggleButton_11yut_226{padding:8px 16px;border:1px solid #e0e0e0;background:#f9f9f9;color:#333;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}._toggleButton_11yut_226:hover{background:#efefef}._toggleButton_11yut_226._active_11yut_86{background:#ff6b9d;color:#fff;border-color:#ff6b9d}._dateGroup_11yut_247{margin-bottom:32px}._dateHeader_11yut_251{font-size:1rem;font-weight:600;color:#666;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e0e0e0}._compactWorkoutsList_11yut_260{display:flex;flex-direction:column;gap:8px}._compactWorkoutItem_11yut_266{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#f9f9f9;border-radius:6px;border-left:3px solid #ff6b9d}._compactExercise_11yut_276{font-weight:600;color:#333}._compactDetails_11yut_281{color:#666;font-size:.9rem}._workoutsList_11yut_286,._mealsList_11yut_287,._stepsList_11yut_288,._checkInsList_11yut_289{display:flex;flex-direction:column;gap:16px}._workoutCard_11yut_295,._mealCard_11yut_296,._checkInCard_11yut_297{background:#f9f9f9;padding:16px;border-radius:8px;border:1px solid #e0e0e0}._workoutHeader_11yut_304,._mealHeader_11yut_305,._checkInHeader_11yut_306{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._workoutHeader_11yut_304 h4,._mealHeader_11yut_305 h4,._checkInHeader_11yut_306 h4{margin:0;font-size:1rem;color:#1a1a1a;font-weight:600}._workoutDate_11yut_322,._mealDate_11yut_323,._timeAgo_11yut_324{font-size:.875rem;color:#666}._workoutDetails_11yut_329{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:8px;font-size:.95rem;color:#666}._muscleGroup_11yut_338{background:#ff6b9d;color:#fff;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._workoutNotes_11yut_348,._checkInNotes_11yut_349 p{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0;color:#666;font-size:.95rem;font-style:italic}._mealCategory_11yut_359{background:#4caf50;color:#fff;padding:4px 12px;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._mealMacros_11yut_370{display:flex;gap:20px;margin-top:12px}._macro_11yut_376{display:flex;flex-direction:column;align-items:center}._macroValue_11yut_382{font-size:1.125rem;font-weight:700;color:#1a1a1a}._macroLabel_11yut_388{font-size:.75rem;color:#666;text-transform:uppercase}._dailyTotals_11yut_395{display:flex;align-items:center;gap:16px;padding:16px;margin-top:16px;background:#e8f5e9;border-radius:8px;border-left:4px solid #4caf50}._totalsLabel_11yut_406{font-size:.95rem;font-weight:600;color:#2e7d32}._totalsMacros_11yut_412{display:flex;gap:20px;flex:1}._totalMacro_11yut_418{font-size:.9rem;color:#333}._totalMacro_11yut_418 strong{font-weight:700;color:#2e7d32}._stepCard_11yut_429{background:#f9f9f9;padding:16px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}._stepDate_11yut_438{font-size:.95rem;color:#666}._stepCount_11yut_443{font-size:1.125rem;font-weight:700;color:#1a1a1a}._measurements_11yut_450{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px}._measurementRow_11yut_457{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-radius:6px}._measurementLabel_11yut_466{font-size:.875rem;color:#666}._measurementValue_11yut_471{font-weight:700;color:#1a1a1a}._wellness_11yut_476{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}._wellnessItem_11yut_485{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#666}._wellnessIcon_11yut_493{font-size:1.25rem}@media(max-width:768px){._modalOverlay_11yut_1{padding:0}._modalContent_11yut_15{max-width:100%;max-height:90vh;min-height:90vh;border-radius:0}._modalHeader_11yut_27{padding:16px}._modalHeader_11yut_27 h2{font-size:1.25rem}._tabs_11yut_61{overflow-x:auto;padding:12px 16px 0;-webkit-overflow-scrolling:touch;position:relative;z-index:1}._tab_11yut_61{padding:10px 16px;font-size:.875rem;position:relative;z-index:1}._tabContent_11yut_91{flex:1;overflow-y:auto;position:relative;z-index:2}._statsGrid_11yut_123{grid-template-columns:repeat(2,1fr);gap:10px}._statCard_11yut_129{padding:12px;background:#fff;border:1px solid #f0f0f0;box-shadow:none;flex-direction:column;align-items:flex-start;gap:8px}._statCard_11yut_129:hover{transform:none;box-shadow:none}._statIcon_11yut_146{font-size:1.5rem}._statValue_11yut_156{font-size:1.25rem}._statLabel_11yut_162{font-size:.7rem;line-height:1.2}._viewToggle_11yut_220{gap:8px;margin-bottom:16px}._toggleButton_11yut_226{padding:8px 12px;font-size:.85rem;flex:1}._dateHeader_11yut_251{font-size:.85rem;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid #f0f0f0}._compactWorkoutItem_11yut_266{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:#fff;border:1px solid #f5f5f5;border-left-width:2px}._compactExercise_11yut_276{font-size:.85rem;flex:1}._compactDetails_11yut_281{font-size:.75rem;color:#888;text-align:right;white-space:nowrap}._workoutCard_11yut_295,._mealCard_11yut_296,._checkInCard_11yut_297{padding:12px;background:#fff;border:1px solid #f5f5f5}._workoutHeader_11yut_304 h4,._mealHeader_11yut_305 h4,._checkInHeader_11yut_306 h4{font-size:.85rem}._muscleGroup_11yut_338,._mealCategory_11yut_359{font-size:.65rem;padding:2px 8px}._workoutDetails_11yut_329{flex-direction:column;gap:4px;font-size:.8rem;color:#888}._mealMacros_11yut_370{gap:8px;flex-wrap:wrap}._macro_11yut_376{flex:1;min-width:55px}._macroValue_11yut_382{font-size:.85rem}._macroLabel_11yut_388{font-size:.6rem}._dailyTotals_11yut_395{flex-direction:column;align-items:flex-start;gap:10px;padding:10px 12px;background:#f0f9f1;border-left-width:3px}._totalsLabel_11yut_406{font-size:.8rem}._totalsMacros_11yut_412{flex-wrap:wrap;gap:10px;width:100%}._totalMacro_11yut_418{font-size:.8rem}._stepCard_11yut_429{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:#fff;border:1px solid #f5f5f5}._stepDate_11yut_438{font-size:.85rem;color:#666}._stepCount_11yut_443{font-size:1rem;font-weight:700}._measurements_11yut_450{grid-template-columns:1fr;gap:8px}._measurementRow_11yut_457{padding:10px}._wellness_11yut_476{gap:12px}._wellnessItem_11yut_485{font-size:.875rem}._weeklyStats_11yut_173{background:#fff;border:1px solid #f0f0f0;padding:16px}._weeklyStats_11yut_173 h3{font-size:.95rem;margin-bottom:12px}._weeklyGrid_11yut_185{grid-template-columns:1fr;gap:8px}._weeklyItem_11yut_191{padding:10px;background:#fafafa;border:none}._weeklyLabel_11yut_200{font-size:.8rem}._weeklyValue_11yut_205{font-size:.95rem}}._modalOverlay_6t4sd_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_6t4sd_15{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}._modalHeader_6t4sd_26{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e0e0e0}._modalHeader_6t4sd_26 h2{margin:0;font-size:1.25rem;color:#1a1a1a}._closeButton_6t4sd_40{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._closeButton_6t4sd_40:hover{background:#f5f5f5;color:#1a1a1a}._modalBody_6t4sd_60{flex:1;overflow-y:auto;padding:24px}._modalFooter_6t4sd_66{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e0e0e0}._errorMessage_6t4sd_74{background:#fee;color:#c33;padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:.95rem}._section_6t4sd_83{margin-bottom:24px}._label_6t4sd_87{display:block;font-weight:600;font-size:.95rem;color:#1a1a1a;margin-bottom:8px}._templateGrid_6t4sd_95{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}._templateButton_6t4sd_101{padding:12px 16px;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}._templateButton_6t4sd_101:hover{border-color:#ff6b9d;color:#ff6b9d;background:#fff5f8}._templateButton_6t4sd_101._selected_6t4sd_120{border-color:#ff6b9d;background:#ff6b9d;color:#fff}._textarea_6t4sd_126{width:95%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s ease;background-color:#fff;color:#333}._textarea_6t4sd_126:focus{outline:none;border-color:#ff6b9d}._select_6t4sd_120{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;cursor:pointer;transition:border-color .2s ease;background-color:#fff;color:#333}._select_6t4sd_120:focus{outline:none;border-color:#ff6b9d}._checkboxGroup_6t4sd_161{margin-bottom:16px}._checkboxLabel_6t4sd_165{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.95rem;color:#1a1a1a}._checkboxLabel_6t4sd_165 input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#ff6b9d}._helpText_6t4sd_181{margin:8px 0 0 26px;font-size:.875rem;color:#666;line-height:1.4}._cancelButton_6t4sd_188,._saveButton_6t4sd_189{padding:10px 24px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelButton_6t4sd_188{background:#f5f5f5;color:#666}._cancelButton_6t4sd_188:hover:not(:disabled){background:#e0e0e0}._saveButton_6t4sd_189{background:#ff6b9d;color:#fff}._saveButton_6t4sd_189:hover:not(:disabled){background:#e55a87}._saveButton_6t4sd_189:disabled,._cancelButton_6t4sd_188:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._modalContent_6t4sd_15{max-width:100%;max-height:100vh;border-radius:0}._templateGrid_6t4sd_95{grid-template-columns:1fr}._modalFooter_6t4sd_66{flex-direction:column-reverse}._cancelButton_6t4sd_188,._saveButton_6t4sd_189{width:100%}}._card_1r7mk_1{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}._emptyState_1r7mk_8{text-align:center;padding:60px 20px}._emptyIcon_1r7mk_13{font-size:4rem;margin-bottom:16px}._emptyTitle_1r7mk_18{font-size:1.25rem;font-weight:600;color:#666;margin-bottom:8px}._emptyText_1r7mk_25{color:#999;font-size:.95rem}._clientsGrid_1r7mk_30{display:grid;gap:16px}._clientCard_1r7mk_35{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s ease;cursor:pointer}._clientCard_1r7mk_35:hover{border-color:#ff6b9d;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b9d33}._avatar_1r7mk_53{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#c837ab);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}._clientInfo_1r7mk_67{flex:1}._clientHeader_1r7mk_71{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}._clientName_1r7mk_78{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:4px}._clientEmail_1r7mk_85{font-size:.875rem;color:#666}._engagementBadge_1r7mk_90{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._engagementBadge_1r7mk_90._high_1r7mk_98{background:#4caf50;color:#fff}._engagementBadge_1r7mk_90._medium_1r7mk_103{background:#ff9800;color:#fff}._engagementBadge_1r7mk_90._low_1r7mk_108{background:#ff5722;color:#fff}._engagementBadge_1r7mk_90._inactive_1r7mk_113{background:#9e9e9e;color:#fff}._statsGrid_1r7mk_118{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:12px}._statItem_1r7mk_125{display:flex;align-items:center;gap:8px}._statIcon_1r7mk_131{font-size:1.25rem}._statContent_1r7mk_135{display:flex;flex-direction:column}._statValue_1r7mk_140{font-size:1rem;font-weight:700;color:#1a1a1a}._statLabel_1r7mk_146{font-size:.75rem;color:#666}._clientActions_1r7mk_151{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0}._actionButton_1r7mk_159{padding:8px 16px;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._viewButton_1r7mk_169{background:#ff6b9d;color:#fff}._viewButton_1r7mk_169:hover{background:#e55a87}._notesButton_1r7mk_178{background:#2196f3;color:#fff}._notesButton_1r7mk_178:hover{background:#1976d2}._revokeButton_1r7mk_187{background:#f44336;color:#fff}._revokeButton_1r7mk_187:hover{background:#d32f2f}._unreadBadge_1r7mk_196{background:#ff5722;color:#fff;padding:2px 8px;border-radius:10px;font-size:.7rem;margin-left:4px}._revokeIconButton_1r7mk_205{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#f44336;color:#fff;border:none;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .2s ease;box-shadow:0 2px 4px #00000026}._revokeIconButton_1r7mk_205:hover{background:#d32f2f;transform:scale(1.05)}._pagination_1r7mk_229{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}._paginationButton_1r7mk_239{padding:8px 16px;border:1px solid #ff6b9d;background:#fff;color:#ff6b9d;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._paginationButton_1r7mk_239:hover:not(:disabled){background:#ff6b9d;color:#fff}._paginationButton_1r7mk_239:disabled{opacity:.4;cursor:not-allowed;border-color:#ccc;color:#999}._pageInfo_1r7mk_263{font-size:.875rem;color:#666;font-weight:500}._loadingState_1r7mk_269{text-align:center;padding:40px 20px;color:#666;font-size:.95rem}@media(max-width:768px){._card_1r7mk_1{padding:16px}._clientCard_1r7mk_35{flex-direction:column;align-items:center;gap:10px;padding:16px 12px;position:relative}._avatar_1r7mk_53{width:52px;height:52px;font-size:1.25rem}._clientInfo_1r7mk_67{width:100%}._clientHeader_1r7mk_71{flex-direction:column;align-items:center;text-align:center;gap:6px;margin-bottom:12px}._clientName_1r7mk_78{font-size:1.05rem;margin-bottom:0;line-height:1.3}._clientEmail_1r7mk_85{font-size:.75rem;line-height:1.2;margin-top:2px}._engagementBadge_1r7mk_90{padding:3px 10px;border-radius:8px;font-size:.65rem;letter-spacing:.4px;white-space:nowrap}._statsGrid_1r7mk_118{grid-template-columns:repeat(2,1fr);gap:10px 18px;margin-top:12px;margin-bottom:10px;width:100%;padding-left:20px}._statItem_1r7mk_125{gap:7px;justify-content:flex-start}._statIcon_1r7mk_131{font-size:1rem;flex-shrink:0}._statValue_1r7mk_140{font-size:.9rem;line-height:1.2}._statLabel_1r7mk_146{font-size:.65rem;line-height:1.2;white-space:nowrap}._clientActions_1r7mk_151{flex-direction:row;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding-top:12px;width:100%}._actionButton_1r7mk_159{flex:1;max-width:160px;padding:10px 12px;font-size:.8rem;white-space:nowrap}._revokeButton_1r7mk_187{display:none}._revokeIconButton_1r7mk_205{display:flex;font-size:.6rem;font-weight:700;padding:.2rem}}._card_1pigh_1{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}._emptyState_1pigh_8{text-align:center;padding:60px 20px}._emptyIcon_1pigh_13{font-size:4rem;margin-bottom:16px}._emptyTitle_1pigh_18{font-size:1.25rem;font-weight:600;color:#666;margin-bottom:8px}._emptyText_1pigh_25{color:#999;font-size:.95rem}._requestsGrid_1pigh_30{display:grid;gap:16px}._requestCard_1pigh_35{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff9f5;border-radius:8px;border:2px solid #ff6b9d}._avatar_1pigh_45{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#c837ab);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}._requestInfo_1pigh_59{flex:1}._requestHeader_1pigh_63{margin-bottom:12px}._clientName_1pigh_67{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin-bottom:4px}._clientEmail_1pigh_74{font-size:.875rem;color:#666}._requestMessage_1pigh_79{background:#fff;padding:12px;border-radius:6px;margin:12px 0;border-left:3px solid #ff6b9d}._messageLabel_1pigh_87{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;margin-bottom:4px}._messageText_1pigh_95{font-size:.9rem;color:#333;line-height:1.5}._requestMeta_1pigh_101{display:flex;align-items:center;gap:12px;font-size:.875rem;color:#666;margin-bottom:12px}._metaItem_1pigh_110{display:flex;align-items:center;gap:4px}._requestActions_1pigh_116{display:flex;gap:8px}._actionButton_1pigh_121{padding:10px 20px;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._approveButton_1pigh_131{background:#4caf50;color:#fff}._approveButton_1pigh_131:hover{background:#388e3c}._rejectButton_1pigh_140{background:#f44336;color:#fff}._rejectButton_1pigh_140:hover{background:#d32f2f}._requestedByBadge_1pigh_149{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#e3f2fd;color:#1976d2;border-radius:12px;font-size:.75rem;font-weight:600}@media(max-width:768px){._card_1pigh_1{padding:16px}._requestCard_1pigh_35{flex-direction:column}._requestActions_1pigh_116{width:100%}._actionButton_1pigh_121{flex:1}}._container_1m06o_1{max-width:1400px;margin:0 auto;padding:24px}._header_1m06o_7{margin-bottom:32px}._title_1m06o_11{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}._subtitle_1m06o_18{font-size:1rem;color:#666}._tabsContainer_1m06o_23{margin-bottom:24px;border-bottom:2px solid #e0e0e0}._tabs_1m06o_23{display:flex;gap:16px}._tab_1m06o_23{padding:12px 24px;background:none;border:none;font-size:1rem;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;position:relative}._tab_1m06o_23:hover{color:#ff6b9d}._tab_1m06o_23._active_1m06o_50{color:#ff6b9d;border-bottom-color:#ff6b9d}._badge_1m06o_55{top:8px;right:12px;background:#ff6b9d;color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:10px;min-width:20px;margin-left:10px;text-align:center}._tabContent_1m06o_70{padding:24px 0}._loadingContainer_1m06o_74{display:flex;justify-content:center;align-items:center;min-height:400px}._errorContainer_1m06o_81{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}._errorText_1m06o_90{color:#d32f2f;font-size:1rem}._retryButton_1m06o_95{padding:10px 24px;background:#ff6b9d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}._retryButton_1m06o_95:hover{background:#e55a87}@media(max-width:768px){._container_1m06o_1{padding:16px}._title_1m06o_11{font-size:1.5rem}._tabs_1m06o_23{gap:8px}._tab_1m06o_23{padding:10px 16px;font-size:.9rem}._badge_1m06o_55{top:6px;right:8px;font-size:.7rem;padding:1px 6px}}._card_1s9di_1{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}._emptyState_1s9di_8{text-align:center;padding:60px 20px}._emptyIcon_1s9di_13{font-size:4rem;margin-bottom:16px}._emptyTitle_1s9di_18{font-size:1.25rem;font-weight:600;color:#666;margin-bottom:8px}._emptyText_1s9di_25{color:#999;font-size:.95rem}._trainersGrid_1s9di_30{display:grid;gap:16px}._trainerCard_1s9di_35{display:flex;align-items:center;gap:16px;padding:20px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s ease}._trainerCard_1s9di_35:hover{border-color:#ff6b9d;box-shadow:0 4px 12px #ff6b9d33}._avatar_1s9di_51{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;color:#fff;flex-shrink:0}._trainerInfo_1s9di_65{flex:1}._trainerName_1s9di_69{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:4px}._trainerEmail_1s9di_76{font-size:.875rem;color:#666;margin-bottom:8px}._trainerMeta_1s9di_82{display:flex;align-items:center;gap:16px;font-size:.875rem;color:#666}._metaItem_1s9di_90{display:flex;align-items:center;gap:4px}._accessBadge_1s9di_96{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._accessBadge_1s9di_96._viewOnly_1s9di_104{background:#e3f2fd;color:#1976d2}._accessBadge_1s9di_96._comment_1s9di_109{background:#f3e5f5;color:#7b1fa2}._accessBadge_1s9di_96._fullAccess_1s9di_114{background:#e8f5e9;color:#388e3c}._unreadBadge_1s9di_119{background:#ff5722;color:#fff;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px}._trainerActions_1s9di_131{display:flex;gap:8px}._actionButton_1s9di_136{padding:10px 18px;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._notesButton_1s9di_146{background:#2196f3;color:#fff}._notesButton_1s9di_146:hover{background:#1976d2}._revokeButton_1s9di_155{background:#f44336;color:#fff}._revokeButton_1s9di_155:hover{background:#d32f2f}@media(max-width:768px){._card_1s9di_1{padding:16px}._trainerCard_1s9di_35{flex-direction:column;align-items:flex-start}._trainerMeta_1s9di_82{flex-direction:column;align-items:flex-start;gap:8px}._trainerActions_1s9di_131{width:100%}._actionButton_1s9di_136{flex:1}}._container_10epe_1{max-width:1200px;margin:0 auto;padding:24px}._header_10epe_7{margin-bottom:32px}._title_10epe_11{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}._subtitle_10epe_18{font-size:1rem;color:#666}._section_10epe_23{margin-bottom:32px}._sectionHeader_10epe_27{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._sectionTitle_10epe_34{font-size:1.5rem;font-weight:600;color:#1a1a1a}._requestButton_10epe_40{padding:10px 20px;background:#ff6b9d;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;gap:8px}._requestButton_10epe_40:hover{background:#e55a87}._loadingContainer_10epe_59{display:flex;justify-content:center;align-items:center;min-height:400px}._errorContainer_10epe_66{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}._errorText_10epe_75{color:#d32f2f;font-size:1rem}._retryButton_10epe_80{padding:10px 24px;background:#ff6b9d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}._retryButton_10epe_80:hover{background:#e55a87}@media(max-width:768px){._container_10epe_1{padding:16px}._title_10epe_11{font-size:1.5rem}._sectionTitle_10epe_34{font-size:1.25rem}._sectionHeader_10epe_27{flex-direction:column;align-items:flex-start;gap:12px}._requestButton_10epe_40{width:100%;justify-content:center}}._container_stt5j_3{min-height:100vh;background:#f8f9fa;padding:10px 20px 20px}._header_stt5j_9{display:flex;align-items:center;gap:16px;margin-bottom:24px;position:sticky;top:0;z-index:100;padding:12px 0;background-color:#f8f9fa}._backButton_stt5j_21{background:#fff;border:none;width:40px;height:40px;border-radius:12px;display:grid;justify-content:center;cursor:pointer;font-size:18px;color:#dcb4ce;box-shadow:0 2px 8px #0000000f;transition:all .3s}._backButton_stt5j_21:hover{transform:translate(-2px);box-shadow:0 4px 12px #0000001a}._title_stt5j_42{font-size:24px;font-weight:700;color:#1a1a1a;margin:0;padding-top:3%}._loadingState_stt5j_51,._errorState_stt5j_52{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px}._loadingState_stt5j_51 p{font-size:16px;color:#666;margin-top:16px}._errorState_stt5j_52 p{font-size:16px;color:#ea7c7a;margin-bottom:20px}._errorState_stt5j_52 button{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s}._errorState_stt5j_52 button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec79ad4d}._card_stt5j_89{background:#fff;border-radius:20px;padding:24px;margin-bottom:20px;box-shadow:0 2px 12px #0000000f;position:relative}._cardHeader_stt5j_98{display:flex;align-items:center;gap:8px;margin-bottom:20px}._cardIcon_stt5j_105{font-size:18px}._cardTitle_stt5j_109{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#9b9b9b;text-transform:uppercase;flex:1}._editButton_stt5j_118{background:transparent;border:none;color:#dcb4ce;font-size:16px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .3s}._editButton_stt5j_118:hover{color:#ec79ad;transform:scale(1.1)}._updatingOverlay_stt5j_137{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:16px;z-index:10}._updatingOverlay_stt5j_137 span{font-size:14px;color:#666;font-weight:500}._spinner_stt5j_159{width:40px;height:40px;border:3px solid #f0f0f0;border-top:3px solid #dcb4ce;border-radius:50%;animation:_spin_stt5j_159 .8s linear infinite}@keyframes _spin_stt5j_159{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._macroGridUpdating_stt5j_177{opacity:.5;pointer-events:none}._phaseInfo_stt5j_183{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._phaseBadge_stt5j_190{padding:8px 16px;border-radius:20px;color:#fff;font-size:14px;font-weight:600}._phaseWeeks_stt5j_198{font-size:14px;color:#666;font-weight:600}._progressBar_stt5j_204{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}._progressFill_stt5j_212{height:100%;border-radius:4px;transition:width .6s ease}._goalSelection_stt5j_219{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:12px;background:#f8f9fa;border-radius:12px}._goalLabel_stt5j_229{font-size:13px;font-weight:600;color:#666;min-width:50px}._goalSelect_stt5j_219{flex:1;padding:8px 12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:600;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .3s}._goalSelect_stt5j_219:hover{border-color:#dcb4ce}._goalSelect_stt5j_219:focus{outline:none;border-color:#ec79ad;box-shadow:0 0 0 3px #ec79ad1a}._macroGrid_stt5j_177{display:flex;flex-direction:column;gap:20px}._macroMainValue_stt5j_265{text-align:center;display:flex;flex-direction:column;align-items:center;gap:4px}._macroInput_stt5j_273{width:200px;padding:8px;border:2px solid #dcb4ce;border-radius:12px;font-size:36px;font-weight:800;text-align:center;color:#1a1a1a;background:#fff}._macroInput_stt5j_273:focus{outline:none;border-color:#ec79ad;box-shadow:0 0 0 4px #ec79ad1a}._macroInputSmall_stt5j_291{width:80px;padding:6px;border:2px solid #dcb4ce;border-radius:8px;font-size:20px;font-weight:700;text-align:center;color:#1a1a1a;background:#fff}._macroInputSmall_stt5j_291:focus{outline:none;border-color:#ec79ad;box-shadow:0 0 0 3px #ec79ad1a}._caloriesNumber_stt5j_309{display:block;font-size:48px;font-weight:800;background:linear-gradient(135deg,#ff6b9d,#ffa6c1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}._caloriesLabel_stt5j_320{display:block;font-size:14px;color:#9b9b9b;margin-top:4px}._macroBreakdown_stt5j_327{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._macroItem_stt5j_333{text-align:center}._macroNumber_stt5j_337{display:block;font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:4px}._macroLabel_stt5j_345{display:block;font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}._editActions_stt5j_360{display:flex;gap:12px;margin-top:20px;justify-content:center}._cancelButton_stt5j_367{padding:12px 24px;border:2px solid #ea7c7a;border-radius:12px;background:#fff;color:#ea7c7a;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}._cancelButton_stt5j_367:hover{background:#ffebee;transform:translateY(-2px)}._saveButton_stt5j_387{padding:12px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s;box-shadow:0 2px 8px #dcb4ce4d}._saveButton_stt5j_387:hover{transform:translateY(-2px);box-shadow:0 4px 16px #dcb4ce66}._tdeeInfo_stt5j_354{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}._tdeeRow_stt5j_414{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#666}._tdeeRowGoal_stt5j_422{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#666}._goalSelectInline_stt5j_431{padding:4px 8px;border:1px solid #e0e0e0;border-radius:6px;font-size:13px;font-weight:600;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .3s}._goalSelectInline_stt5j_431:hover{border-color:#dcb4ce}._goalSelectInline_stt5j_431:focus{outline:none;border-color:#ec79ad}._tdeeBold_stt5j_452{font-weight:700;color:#1a1a1a}._metricsGrid_stt5j_458{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._metricItem_stt5j_464{display:flex;flex-direction:column;gap:4px}._metricLabel_stt5j_470{font-size:11px;font-weight:600;color:#9b9b9b;text-transform:uppercase;letter-spacing:.5px}._metricValue_stt5j_478{font-size:18px;font-weight:700;color:#1a1a1a}._metricValue_stt5j_478._good_stt5j_484{color:#81c784}._metricValue_stt5j_478._warning_stt5j_488{color:#ffa726}._metricValue_stt5j_478._stable_stt5j_492{color:#64b5f6}._metricValue_stt5j_478._decreasing_stt5j_496{color:#81c784}._metricValue_stt5j_478._increasing_stt5j_500{color:#ea7c7a}._checkList_stt5j_505{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._checkItem_stt5j_512{display:flex;align-items:center;gap:12px;padding:12px;background:#f8f9fa;border-radius:12px;font-size:14px;color:#666;transition:all .3s}._checkItem_stt5j_512._checked_stt5j_524{background:#e8f5e9;color:#2e7d32}._checkIcon_stt5j_529{font-size:18px;font-weight:700}._plateauStatus_stt5j_534{padding:16px;border-radius:12px;text-align:center;font-size:16px;font-weight:700}._plateauStatus_stt5j_534._realPlateau_stt5j_542{background:#fff3e0;color:#f57c00}._plateauStatus_stt5j_534._notPlateau_stt5j_547{background:#e8f5e9;color:#2e7d32}._recommendation_stt5j_553{padding:16px;background:#e3f2fd;border-left:4px solid #2196f3;border-radius:8px;font-size:14px;color:#1565c0;margin-bottom:20px;line-height:1.5}._actionButtons_stt5j_564{display:flex;flex-direction:column;gap:12px}._actionButton_stt5j_564{padding:16px;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;text-align:left;display:flex;justify-content:space-between;align-items:center}._actionButton_stt5j_564:disabled{opacity:.5;cursor:not-allowed}._continueButton_stt5j_589{background:#e8f5e9;color:#2e7d32}._continueButton_stt5j_589:hover:not(:disabled){background:#c8e6c9;transform:translateY(-2px);box-shadow:0 4px 12px #4caf5033}._dropButton_stt5j_600{background:#fff3e0;color:#f57c00}._dropButton_stt5j_600:hover:not(:disabled){background:#ffe0b2;transform:translateY(-2px);box-shadow:0 4px 12px #ff980033}._reverseButton_stt5j_611{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff}._reverseButton_stt5j_611:hover{transform:translateY(-2px);box-shadow:0 4px 16px #dcb4ce66}._warning_stt5j_488{margin-top:12px;padding:12px;background:#ffebee;border-left:4px solid #f44336;border-radius:8px;font-size:13px;color:#c62828}._resetButton_stt5j_631{margin-top:16px;padding:12px;width:100%;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}._resetButton_stt5j_631:hover{border-color:#ff5252;color:#ff5252;background:#ffebee}._safetyGrid_stt5j_652{display:flex;flex-direction:column;gap:12px}._safetyItem_stt5j_658{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#f8f9fa;border-radius:12px}._safetyLabel_stt5j_667{font-size:13px;font-weight:600;color:#666;min-width:80px}._safetyValue_stt5j_674{font-size:13px;color:#1a1a1a;flex:1;text-align:center}._safetyIcon_stt5j_681{font-size:18px;font-weight:700;min-width:30px;text-align:right}._safetyIcon_stt5j_681._safe_stt5j_652{color:#81c784}._safetyIcon_stt5j_681._warning_stt5j_488{color:#ffa726}._safetyIcon_stt5j_681._danger_stt5j_696{color:#ea7c7a}@media(min-width:768px){._container_stt5j_3{max-width:800px;margin:0 auto;padding:40px 20px}._metricsGrid_stt5j_458{grid-template-columns:repeat(4,1fr)}}._overlay_46zt6_3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_46zt6_1 .2s ease}@keyframes _fadeIn_46zt6_1{0%{opacity:0}to{opacity:1}}._modal_46zt6_23{position:fixed;bottom:0;transform:translate(-50%);background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_46zt6_1 .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}@keyframes _slideUp_46zt6_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._urgencyHigh_46zt6_50{border-top:4px solid #ea7c7a}._urgencyMedium_46zt6_54{border-top:4px solid #ffa726}._urgencyLow_46zt6_58{border-top:4px solid #64b5f6}._header_46zt6_63{padding:24px 24px 16px;align-items:flex-start}._titleRow_46zt6_71{display:flex;align-items:center;gap:12px;flex:1}._title_46zt6_71{font-size:22px;font-weight:600;color:#2c3e50;margin:0}._urgencyIconHigh_46zt6_85{font-size:28px;color:#ea7c7a}._urgencyIconMedium_46zt6_90{font-size:28px;color:#ffa726}._urgencyIconLow_46zt6_95{font-size:28px;color:#64b5f6}._closeButton_46zt6_100{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;padding:1.5%;z-index:10}._closeButton_46zt6_100:hover{background:#e8e8e8;color:#1a1a1a;transform:scale(1.05)}._closeButton_46zt6_100:active{transform:scale(.95)}._content_46zt6_128{padding:24px}._message_46zt6_132{font-size:16px;line-height:1.6;color:#555;margin:0 0 20px}._contextInfo_46zt6_140{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:20px}._contextGrid_46zt6_147{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._contextItem_46zt6_153{display:flex;flex-direction:column;gap:4px}._contextLabel_46zt6_159{font-size:12px;font-weight:600;color:#7f8c8d;text-transform:uppercase;letter-spacing:.5px}._contextValue_46zt6_167{font-size:18px;font-weight:600;color:#2c3e50}._learnMoreLink_46zt6_174{background:none;border:none;color:#dcb4ce;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;padding:8px 0;transition:color .2s}._learnMoreLink_46zt6_174:hover{color:#c89bb8;text-decoration:underline}._actions_46zt6_194{padding:0 24px 24px}._actionsLabel_46zt6_198{font-size:14px;font-weight:600;color:#7f8c8d;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}._actionButtons_46zt6_207{display:flex;flex-direction:column;gap:12px}._actionButton_46zt6_207{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px;cursor:pointer;text-align:left;transition:all .2s;position:relative;display:flex;flex-direction:column;gap:4px}._actionButton_46zt6_207:hover:not(._disabled_46zt6_227){border-color:#dcb4ce;background:#fafafa;transform:translateY(-2px);box-shadow:0 4px 12px #dcb4ce33}._actionButton_46zt6_207._recommended_46zt6_234{border-color:#dcb4ce;background:linear-gradient(135deg,#fff5fb,#fff)}._actionButton_46zt6_207._disabled_46zt6_227{opacity:.5;cursor:not-allowed;background:#f5f5f5}._recommendedBadge_46zt6_245{position:absolute;top:8px;right:8px;background:#dcb4ce;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}._actionLabel_46zt6_259{font-size:16px;font-weight:600;color:#2c3e50;display:block;margin-bottom:4px}._actionDescription_46zt6_267{font-size:13px;color:#7f8c8d;line-height:1.4;display:block}._processingOverlay_46zt6_275{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:16px}._spinner_46zt6_290{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#dcb4ce;border-radius:50%;animation:_spin_46zt6_290 .8s linear infinite}@keyframes _spin_46zt6_290{to{transform:rotate(360deg)}}._processingOverlay_46zt6_275 span{font-size:14px;font-weight:500;color:#7f8c8d}._nonDismissibleWarning_46zt6_312{background:#fff3cd;color:#856404;padding:12px 24px;text-align:center;font-size:13px;font-weight:500;border-bottom-left-radius:16px;border-bottom-right-radius:16px}@media(max-width:768px){._modal_46zt6_23{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-width:100%;left:0;right:0;transform:none;max-height:65vh}._overlay_46zt6_3{align-items:flex-end;padding:0}._header_46zt6_63{padding:20px 20px 12px}._title_46zt6_71{font-size:20px}._content_46zt6_128{padding:20px}._contextGrid_46zt6_147{grid-template-columns:1fr;gap:12px}._actions_46zt6_194{padding:0 20px 20px}._actionButton_46zt6_207{padding:14px}._actionLabel_46zt6_259{font-size:15px}._actionDescription_46zt6_267{font-size:12px}}._overlay_1z0u6_3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_1z0u6_1 .2s ease}@keyframes _fadeIn_1z0u6_1{0%{opacity:0}to{opacity:1}}._modal_1z0u6_23{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_1z0u6_1 .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto;max-width:650px;margin:0 auto}._modalHandle_1z0u6_40{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _slideUpFromBottom_1z0u6_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_1z0u6_59{position:absolute;top:20px;right:20px;background:#f5f5f5;border:none;font-size:20px;color:#1a1a1a;width:36px;height:36px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;z-index:10}._closeButton_1z0u6_59:hover{background:#e8e8e8;transform:scale(1.05)}._closeButton_1z0u6_59:active{transform:scale(.95)}._title_1z0u6_88{font-size:26px;font-weight:700;color:#1a1a1a;margin:24px 0 8px;padding-right:40px;letter-spacing:-.5px}._subtitle_1z0u6_97{font-size:15px;color:#666;margin:0 0 32px;font-style:italic;font-weight:500}._sections_1z0u6_105{display:flex;flex-direction:column;gap:28px;margin-bottom:32px}._section_1z0u6_105{display:flex;gap:16px;align-items:flex-start}._sectionContent_1z0u6_118{flex:1;display:flex;flex-direction:column;gap:8px}._iconContainer_1z0u6_125{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);display:flex;align-items:center;justify-content:center}._icon_1z0u6_125{font-size:22px;color:#fff}._sectionTitle_1z0u6_141{font-size:18px;font-weight:600;color:#34495e;margin:0}._sectionText_1z0u6_148{font-size:15px;line-height:1.7;color:#5a6c7d;margin:0}._footer_1z0u6_155{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #ecf0f1}._gotItButton_1z0u6_162{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;border-radius:12px;padding:14px 48px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #ec79ad40}._gotItButton_1z0u6_162:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ec79ad59}._gotItButton_1z0u6_162:active{transform:translateY(0)}@media(max-width:768px){._modal_1z0u6_23{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-height:65vh}._title_1z0u6_88{font-size:22px;padding-right:36px}._subtitle_1z0u6_97{font-size:14px;margin-bottom:24px}._sections_1z0u6_105{gap:24px}._section_1z0u6_105{gap:12px}._iconContainer_1z0u6_125{width:44px;height:44px}._icon_1z0u6_125{font-size:20px}._sectionTitle_1z0u6_141{font-size:16px}._sectionText_1z0u6_148{font-size:14px;line-height:1.6}._gotItButton_1z0u6_162{padding:12px 40px;font-size:15px}}@media(max-width:480px){._modal_1z0u6_23{padding:20px}._title_1z0u6_88{font-size:20px}._closeButton_1z0u6_59{font-size:24px;top:16px;right:16px}}._overlay_qndzb_3{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_qndzb_1 .2s ease}@keyframes _fadeIn_qndzb_1{0%{opacity:0}to{opacity:1}}._modal_qndzb_23{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_qndzb_1 .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto;max-width:650px;margin:0 auto}._modalHandle_qndzb_40{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _slideUpFromBottom_qndzb_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._closeButton_qndzb_59{position:absolute;top:20px;right:20px;background:#f5f5f5;border:none;font-size:20px;color:#1a1a1a;width:36px;height:36px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px;z-index:10}._closeButton_qndzb_59:hover{background:#e8e8e8;transform:scale(1.05)}._closeButton_qndzb_59:active{transform:scale(.95)}._header_qndzb_88{text-align:center;margin-bottom:32px;margin-top:24px}._iconBadge_qndzb_94{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,gold,#ffed4e);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:36px;color:#fff;box-shadow:0 4px 16px #ffd70066}._title_qndzb_108{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.5px}._subtitle_qndzb_116{font-size:15px;color:#666;margin:0;line-height:1.5}._content_qndzb_123{display:flex;flex-direction:column;gap:28px}._infoSection_qndzb_129{background:#f8f9fa;border-radius:16px;padding:20px}._sectionTitle_qndzb_135{font-size:18px;font-weight:600;color:#34495e;margin:0 0 12px}._sectionText_qndzb_142{font-size:15px;line-height:1.7;color:#5a6c7d;margin:0}._planOverview_qndzb_149{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._statCard_qndzb_155{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#fff}._statIcon_qndzb_166{font-size:28px;opacity:.9}._statContent_qndzb_171{text-align:center}._statValue_qndzb_175{font-size:24px;font-weight:700;margin-bottom:4px}._statLabel_qndzb_181{font-size:12px;opacity:.9;text-transform:uppercase;letter-spacing:.5px}._timeline_qndzb_188{background:#f8f9fa;border-radius:16px;padding:24px}._timelineTitle_qndzb_194{font-size:18px;font-weight:600;color:#34495e;margin:0 0 20px}._timelineContainer_qndzb_201{display:flex;flex-direction:column;gap:12px}._weekRow_qndzb_207{display:grid;grid-template-columns:80px 1fr 100px;align-items:center;gap:16px}._weekNumber_qndzb_214{font-size:14px;font-weight:600;color:#5a6c7d}._weekProgress_qndzb_220{background:#e0e0e0;border-radius:8px;height:8px;overflow:hidden}._weekBar_qndzb_227{height:100%;background:linear-gradient(90deg,#ec79ad,#dcb4ce);border-radius:8px;transition:width .3s ease}._weekCalories_qndzb_234{font-size:15px;font-weight:600;color:#2c3e50;text-align:right}._expectations_qndzb_241{background:#e8f5e9;border-radius:16px;padding:20px}._expectationsTitle_qndzb_247{font-size:18px;font-weight:600;color:#2e7d32;margin:0 0 16px}._expectationsList_qndzb_254{margin:0;padding-left:20px;list-style:none}._expectationsList_qndzb_254 li{font-size:15px;line-height:1.7;color:#558b2f;margin-bottom:10px;position:relative}._expectationsList_qndzb_254 li:before{content:"✓";position:absolute;left:-20px;font-weight:700;color:#66bb6a}._importantNote_qndzb_276{background:#fff3e0;border-left:4px solid #ff9800;border-radius:12px;padding:20px}._noteTitle_qndzb_283{font-size:16px;font-weight:700;color:#e65100;margin:0 0 12px}._noteText_qndzb_290{font-size:14px;line-height:1.6;color:#e65100;margin:0}._reassurance_qndzb_297{background:#f3e5f5;border-left:4px solid #9c27b0;border-radius:12px;padding:16px 20px}._reassuranceText_qndzb_304{font-size:14px;line-height:1.7;color:#e65100;margin:0}._reassuranceText_qndzb_304 strong{font-weight:700}._actions_qndzb_315{display:flex;flex-direction:column;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #ecf0f1}._confirmButton_qndzb_324{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;border:none;border-radius:12px;padding:16px 32px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #ec79ad40;display:flex;align-items:center;justify-content:center;gap:10px}._confirmButton_qndzb_324:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ec79ad59}._confirmButton_qndzb_324:active:not(:disabled){transform:translateY(0)}._confirmButton_qndzb_324:disabled{opacity:.7;cursor:not-allowed}._cancelButton_qndzb_355{background:transparent;color:#7f8c8d;border:2px solid #bdc3c7;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}._cancelButton_qndzb_355:hover:not(:disabled){border-color:#95a5a6;color:#5a6c7d}._cancelButton_qndzb_355:disabled{opacity:.5;cursor:not-allowed}._loadingContainer_qndzb_377,._errorContainer_qndzb_378{padding:40px 20px;text-align:center}._spinner_qndzb_383{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #ec79ad;border-radius:50%;animation:_spin_qndzb_383 1s linear infinite;margin:0 auto 20px}._buttonSpinner_qndzb_393{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:_spin_qndzb_383 .8s linear infinite}@keyframes _spin_qndzb_383{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_qndzb_411{font-size:15px;color:#7f8c8d;margin:0}._errorText_qndzb_417{font-size:15px;color:#e74c3c;margin:0}@media(max-width:768px){._modal_qndzb_23{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-height:65vh}._iconBadge_qndzb_94{width:64px;height:64px;font-size:32px}._title_qndzb_108{font-size:22px}._subtitle_qndzb_116{font-size:15px}._planOverview_qndzb_149{grid-template-columns:1fr;gap:12px}._statCard_qndzb_155{flex-direction:row;justify-content:flex-start;padding:16px}._statContent_qndzb_171{text-align:left}._statValue_qndzb_175{font-size:20px}._weekRow_qndzb_207{grid-template-columns:70px 1fr 90px;gap:12px}._weekNumber_qndzb_214{font-size:13px}._weekCalories_qndzb_234{font-size:14px}}@media(max-width:480px){._title_qndzb_108{font-size:20px}._subtitle_qndzb_116{font-size:14px}._sectionTitle_qndzb_135,._timelineTitle_qndzb_194,._expectationsTitle_qndzb_247{font-size:16px}._sectionText_qndzb_142,._expectationsList_qndzb_254 li,._reassuranceText_qndzb_304{font-size:14px}._confirmButton_qndzb_324,._cancelButton_qndzb_355{font-size:15px;padding:14px 24px}}._container_kso99_3{display:flex;flex-direction:column;gap:24px;padding:20px;max-width:800px;margin:0 auto}._loadingContainer_kso99_12,._errorContainer_kso99_13{padding:60px 20px;text-align:center}._spinner_kso99_18{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #ec79ad;border-radius:50%;animation:_spin_kso99_18 1s linear infinite;margin:0 auto 20px}@keyframes _spin_kso99_18{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_kso99_37{font-size:15px;color:#7f8c8d;margin:0}._errorText_kso99_43{font-size:15px;color:#e74c3c;margin:0}._header_kso99_50{text-align:center;padding:20px;background:linear-gradient(135deg,#fff9e6,#fff3cc);border-radius:20px}._iconBadge_kso99_57{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,gold,#ffed4e);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:40px;color:#fff;box-shadow:0 4px 16px #ffd70066}._title_kso99_71{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px;letter-spacing:-.5px}._subtitle_kso99_79{font-size:16px;color:#666;margin:0;line-height:1.5}._macrosCard_kso99_87{background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 2px 12px #00000014;text-align:center}._macrosTitle_kso99_95{font-size:12px;font-weight:600;color:#999;letter-spacing:1px;margin:0 0 20px}._caloriesDisplay_kso99_103{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}._caloriesLarge_kso99_110{font-size:56px;font-weight:700;color:#ec4899;line-height:1;letter-spacing:-2px}._caloriesSubtext_kso99_118{font-size:14px;color:#999;margin-top:8px}._macroBreakdown_kso99_124{display:flex;justify-content:space-around;gap:24px}._macroItem_kso99_130{display:flex;flex-direction:column;align-items:center}._macroValue_kso99_136{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1;margin-bottom:8px}._macroLabel_kso99_144{font-size:11px;font-weight:600;color:#999;letter-spacing:.5px}._summaryCards_kso99_152{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._summaryCard_kso99_152{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;align-items:center;gap:12px}._cardIcon_kso99_169{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}._cardContent_kso99_181{text-align:center}._cardValue_kso99_185{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:4px}._cardLabel_kso99_192{font-size:13px;color:#666;text-transform:uppercase;letter-spacing:.5px}._overallProgress_kso99_200{background:#fff;border-radius:20px;padding:24px;box-shadow:0 2px 8px #00000014}._progressHeader_kso99_207{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._progressLabel_kso99_214{font-size:16px;font-weight:600;color:#1a1a1a}._progressPercent_kso99_220{font-size:18px;font-weight:700;color:#ec79ad}._progressBarContainer_kso99_226{height:12px;background:#f0f0f0;border-radius:6px;overflow:hidden;margin-bottom:12px}._progressBarFill_kso99_234{height:100%;background:linear-gradient(90deg,#ec79ad,#dcb4ce);border-radius:6px;transition:width .5s ease}._progressLabels_kso99_241{display:flex;justify-content:space-between;font-size:13px;color:#666}._currentWeekCard_kso99_249{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-radius:20px;padding:28px;color:#fff;box-shadow:0 4px 16px #ec79ad4d}._currentWeekHeader_kso99_257{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._currentWeekTitle_kso99_264{font-size:20px;font-weight:600;margin:0}._currentWeekBadge_kso99_270{background:#ffffff40;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}._currentWeekCalories_kso99_278{text-align:center;margin-bottom:16px}._caloriesNumber_kso99_283{display:block;font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}._caloriesLabel_kso99_291{font-size:15px;opacity:.9}._currentWeekMessage_kso99_296{text-align:center;font-size:15px;line-height:1.6;margin:0;opacity:.95}._stabilityCard_kso99_305{background:#e8f5e9;border-radius:20px;padding:24px;border-left:4px solid #66bb6a}._stabilityHeader_kso99_312{display:flex;align-items:center;gap:12px;margin-bottom:12px}._stabilityIcon_kso99_319{font-size:24px;color:#2e7d32}._stabilityTitle_kso99_324{font-size:18px;font-weight:600;color:#2e7d32;margin:0}._stabilityText_kso99_331{font-size:15px;line-height:1.7;color:#558b2f;margin:0 0 16px}._stabilityIndicator_kso99_338{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border-radius:12px;font-size:14px;font-weight:600;color:#2e7d32}._trendIcon_kso99_350{font-size:24px}._timelineCard_kso99_355{background:#fff;border-radius:20px;padding:28px;box-shadow:0 2px 8px #00000014}._timelineTitle_kso99_362{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 24px}._timeline_kso99_355{display:flex;flex-direction:column;gap:20px}._timelineItem_kso99_375{display:flex;gap:16px;align-items:center;padding:16px;border-radius:12px;transition:all .2s ease}._timelineItem_kso99_375._completed_kso99_384{background:#f1f8f4;border:2px solid #81c784}._timelineItem_kso99_375._current_kso99_249{background:#fff3f8;border:2px solid #ec79ad;box-shadow:0 4px 12px #ec79ad33}._timelineItem_kso99_375._future_kso99_395{background:#f8f9fa;border:2px solid #e0e0e0;opacity:.7}._timelineMarker_kso99_401{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px}._timelineItem_kso99_375._completed_kso99_384 ._timelineMarker_kso99_401{background:#81c784;color:#fff}._timelineItem_kso99_375._current_kso99_249 ._timelineMarker_kso99_401{background:#ec79ad}._currentMarker_kso99_421{width:16px;height:16px;border-radius:50%;background:#fff;animation:_pulse_kso99_1 2s ease-in-out infinite}@keyframes _pulse_kso99_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}._timelineItem_kso99_375._future_kso99_395 ._timelineMarker_kso99_401{background:#e0e0e0}._futureMarker_kso99_445{width:12px;height:12px;border-radius:50%;background:#999}._timelineContent_kso99_452{flex:1;display:flex;justify-content:space-between;align-items:center}._timelineWeek_kso99_459{font-size:16px;font-weight:600;color:#1a1a1a}._timelineCalories_kso99_465{font-size:18px;font-weight:700;color:#ec79ad}._completedBadge_kso99_471,._currentBadge_kso99_472{font-size:13px;font-weight:600;padding:4px 12px;border-radius:12px}._completedBadge_kso99_471{background:#81c784;color:#fff}._currentBadge_kso99_472{background:#ec79ad;color:#fff}._feedbackCard_kso99_490{background:#fff;border-radius:20px;padding:28px;box-shadow:0 2px 8px #00000014}._feedbackTitle_kso99_497{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px}._feedbackText_kso99_504{font-size:15px;color:#666;margin:0 0 20px}._feelingButtons_kso99_510{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:16px}._feelingButton_kso99_510{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:16px 8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px}._feelingButton_kso99_510:hover{background:#f0f0f0;border-color:#d0d0d0;transform:translateY(-2px)}._feelingButton_kso99_510._selected_kso99_536{background:linear-gradient(135deg,#ec79ad,#dcb4ce);border-color:#ec79ad;color:#fff}._feelingEmoji_kso99_542{font-size:28px}._feelingLabel_kso99_546{font-size:12px;font-weight:600}._feedbackThanks_kso99_551{text-align:center;font-size:14px;color:#81c784;font-weight:600;margin:0}._encouragementCard_kso99_560{background:linear-gradient(135deg,#fff9e6,#fff3cc);border-radius:20px;padding:28px;border-left:4px solid #ffd700}._encouragementTitle_kso99_567{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}._encouragementText_kso99_574{font-size:15px;line-height:1.7;color:#666;margin:0}@media(max-width:768px){._container_kso99_3{padding:16px;gap:20px}._summaryCards_kso99_152{grid-template-columns:1fr;gap:12px}._summaryCard_kso99_152{flex-direction:row;justify-content:flex-start;padding:16px}._cardContent_kso99_181{text-align:left}._title_kso99_71{font-size:24px}._subtitle_kso99_79{font-size:14px}._caloriesLarge_kso99_110{font-size:48px}._macroValue_kso99_136{font-size:28px}._macroBreakdown_kso99_124{gap:16px}._caloriesNumber_kso99_283{font-size:40px}._feelingButtons_kso99_510{grid-template-columns:repeat(3,1fr)}._timelineContent_kso99_452{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:480px){._iconBadge_kso99_57{width:64px;height:64px;font-size:32px}._title_kso99_71{font-size:22px}._caloriesLarge_kso99_110{font-size:40px}._macroValue_kso99_136{font-size:24px}._feelingButtons_kso99_510{grid-template-columns:repeat(2,1fr)}}._cancelSection_kso99_663{text-align:center;padding:24px;background:#fafafa;border-radius:20px;margin-top:8px}._cancelButton_kso99_671{padding:14px 32px;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;min-width:200px}._cancelButton_kso99_671:hover:not(:disabled){border-color:#ff5252;color:#ff5252;background:#ffebee;transform:translateY(-2px);box-shadow:0 4px 12px #ff525233}._cancelButton_kso99_671:disabled{opacity:.5;cursor:not-allowed}._cancelHint_kso99_697{margin:12px 0 0;font-size:13px;color:#999}._overlay_1ehbj_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;animation:_fadeIn_1ehbj_1 .2s ease}@keyframes _fadeIn_1ehbj_1{0%{opacity:0}to{opacity:1}}._modal_1ehbj_23{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:24px 24px 0 0;padding:24px 24px 32px;z-index:9999;animation:_slideUpFromBottom_1ehbj_1 .3s ease;max-width:650px;margin:0 auto;box-shadow:0 -4px 24px #00000026}@keyframes _slideUpFromBottom_1ehbj_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._handleBar_1ehbj_48{width:40px;height:4px;background:#ddd;border-radius:2px;margin:0 auto 24px}._iconContainer_1ehbj_57{display:flex;justify-content:center;margin-bottom:20px}._iconDanger_1ehbj_63{font-size:56px;color:#ef4444}._iconSuccess_1ehbj_68{font-size:56px;color:#10b981}._title_1ehbj_74{font-size:24px;font-weight:700;color:#1a1a1a;text-align:center;margin:0 0 12px;letter-spacing:-.5px}._message_1ehbj_83{font-size:16px;line-height:1.6;color:#666;text-align:center;margin:0 0 32px}._buttons_1ehbj_92{display:flex;gap:12px}._cancelButton_1ehbj_97,._confirmButton_1ehbj_98{flex:1;padding:16px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelButton_1ehbj_97{background:#f5f5f5;color:#666}._cancelButton_1ehbj_97:hover{background:#e5e5e5}._cancelButton_1ehbj_97:active{transform:scale(.98)}._confirmButton_1ehbj_98{color:#fff}._confirmButton_1ehbj_98._primary_1ehbj_126{background:linear-gradient(135deg,#ec79ad,#dcb4ce)}._confirmButton_1ehbj_98._primary_1ehbj_126:hover{background:linear-gradient(135deg,#e85a9a,#d4a0be)}._confirmButton_1ehbj_98._danger_1ehbj_134{background:linear-gradient(135deg,#ef4444,#dc2626)}._confirmButton_1ehbj_98._danger_1ehbj_134:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}._confirmButton_1ehbj_98._success_1ehbj_142{background:linear-gradient(135deg,#10b981,#059669)}._confirmButton_1ehbj_98._success_1ehbj_142:hover{background:linear-gradient(135deg,#059669,#047857)}._confirmButton_1ehbj_98:active{transform:scale(.98)}@media(max-width:480px){._modal_1ehbj_23{padding:20px 20px 28px}._iconDanger_1ehbj_63,._iconSuccess_1ehbj_68{font-size:48px}._title_1ehbj_74{font-size:20px}._message_1ehbj_83{font-size:15px;margin-bottom:24px}._buttons_1ehbj_92{flex-direction:column;gap:10px}._cancelButton_1ehbj_97,._confirmButton_1ehbj_98{padding:14px 20px;font-size:15px}}._container_1ntio_2{min-height:100vh;padding-bottom:80px}._header_1ntio_7{top:0;z-index:100;background:transparent;padding:20px;display:flex;align-items:center;justify-content:center}._headerContent_1ntio_18{display:flex;align-items:center;gap:10px}._headerIcon_1ntio_24{font-size:32px;color:#d32f2f}._title_1ntio_29{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}._content_1ntio_36{max-width:800px;margin:0 auto;padding:20px;display:flex;flex-direction:column;gap:10px}._noDataState_1ntio_45{background:#fff;border-radius:24px;padding:48px 32px;text-align:center;box-shadow:0 2px 16px #0000000f;border:2px solid #ffe0e0;animation:_fadeIn_1ntio_1 .4s ease}._noDataIcon_1ntio_55{font-size:64px;margin-bottom:20px;animation:_pulse_1ntio_1 2s ease infinite}@keyframes _pulse_1ntio_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}._noDataTitle_1ntio_73{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}._noDataMessage_1ntio_80{font-size:15px;color:#666;line-height:1.6;max-width:400px;margin:0 auto 24px}._getStartedButton_1ntio_90{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#d32f2f,#cb4c43);border:none;padding:16px 32px;border-radius:16px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #d32f2f4d}._getStartedButton_1ntio_90:hover{transform:translateY(-2px);box-shadow:0 6px 24px #d32f2f66}._getStartedButton_1ntio_90:active{transform:translateY(0)}@keyframes _fadeIn_1ntio_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._cycleInfoSection_1ntio_126{display:flex;flex-direction:column;gap:16px}._cycleStats_1ntio_132{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}._statCard_1ntio_138{background:#fff;border-radius:20px;padding:20px;text-align:center;box-shadow:0 2px 12px #0000000f;transition:all .2s ease}._statCard_1ntio_138:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}._statValue_1ntio_153{font-size:24px;font-weight:800;color:#c14254;line-height:1;margin-bottom:8px}._statLabel_1ntio_161{font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}._phaseCard_1ntio_169{display:flex;align-items:center;gap:20px;background:#fff;border-left:6px solid #c14254;border-radius:20px;padding:24px;box-shadow:0 2px 12px #0000000f;transition:all .2s ease;animation:_fadeIn_1ntio_1 .4s ease}._phaseCard_1ntio_169:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}._phaseEmoji_1ntio_187{font-size:56px;line-height:1}._phaseInfo_1ntio_192{flex:1}._phaseName_1ntio_196{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:6px}._phaseDay_1ntio_203{font-size:15px;font-weight:600;color:#666}._controls_1ntio_209{display:flex;align-items:center;gap:16px;justify-content:flex-end}._addButton_1ntio_216{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ce4358,#ef6978);border:none;padding:14px 28px;border-radius:16px;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #d32f2f4d;width:100%}._addButton_1ntio_216:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d32f2f66}._addButton_1ntio_216:active{transform:translateY(0)}._monthNavigation_1ntio_243{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #ffe0e0}._monthDisplay_1ntio_252{display:flex;align-items:center;gap:12px;min-height:36px}._monthTitle_1ntio_259{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;line-height:1;display:flex;align-items:center;height:36px}._monthNavButton_1ntio_270{background:#fff;border:2px solid #ffe0e0;width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#000;font-size:18px;padding:0;flex-shrink:0;box-sizing:border-box}._monthNavButton_1ntio_270:hover:not(:disabled){background:#fff5f5;border-color:#d32f2f;transform:scale(1.05)}._monthNavButton_1ntio_270:disabled{opacity:.3;cursor:not-allowed}._todayButton_1ntio_299{background:#fff5f5;border:2px solid #ffe0e0;padding:0 16px;border-radius:12px;color:#d32f2f;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease;height:36px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;line-height:1}._todayButton_1ntio_299:hover{background:#d32f2f;color:#fff;border-color:#d32f2f}._weekDaysHeader_1ntio_323{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:12px}._weekDay_1ntio_323{text-align:center;font-size:13px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.5px;padding:8px 0}._calendarSection_1ntio_340{background:#fff;border-radius:24px;padding:30px 36px;box-shadow:0 2px 16px #0000000f;border:2px solid #ffe0e0;animation:_fadeIn_1ntio_1 .4s ease}._loadingState_1ntio_349{text-align:center;padding:60px 20px;color:#999;font-size:15px}._calendarGrid_1ntio_356{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:24px;width:100%}._dayCell_1ntio_364{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;position:relative;min-height:0;min-width:0}._dayCell_1ntio_364._otherMonth_1ntio_375{opacity:.3}._dayDot_1ntio_379{width:100%;height:100%;border-radius:12px;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent}._dayDot_1ntio_379:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026;z-index:10}._dayCell_1ntio_364._today_1ntio_299 ._dayDot_1ntio_379{box-shadow:0 0 0 3px #d32f2f4d;border:2px solid white!important}._dayNumber_1ntio_404{font-size:14px;font-weight:700;color:#1a1a1a;position:relative;z-index:1}._dayCell_1ntio_364._otherMonth_1ntio_375 ._dayNumber_1ntio_404{color:#999}._dayDot_1ntio_379[style*=transparent] ._dayNumber_1ntio_404,._dayDot_1ntio_379[style*="border: 2px solid"] ._dayNumber_1ntio_404{color:#666}._legend_1ntio_421{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:16px;padding-top:24px;border-top:2px solid #ffe0e0}._legendItem_1ntio_429{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#666;justify-content:center}._legendDot_1ntio_439{width:18px;height:18px;border-radius:50%;box-shadow:0 2px 4px #0000001a}._insightsCard_1ntio_446{background:#fff;border-radius:20px;box-shadow:0 2px 12px #0000000f;overflow:hidden;animation:_fadeIn_1ntio_1 .4s ease}._insightsHeader_1ntio_454{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;padding:20px;cursor:pointer;transition:all .2s ease}._insightsHeader_1ntio_454:hover{background:#fafafa}._insightsHeader_1ntio_454:active{background:#f5f5f5}._insightsHeaderContent_1ntio_474{display:flex;align-items:center;gap:16px;flex:1}._insightsIcon_1ntio_481{font-size:42px;line-height:1;flex-shrink:0}._insightsHeaderText_1ntio_487{flex:1;text-align:left}._insightsTitle_1ntio_492{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:4px;letter-spacing:-.3px}._insightsSubtitle_1ntio_500{font-size:13px;font-weight:500;color:#666;line-height:1.4}._insightsToggleIcon_1ntio_507{width:25%;font-size:22px;color:#666;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}._insightsContent_1ntio_518{border-top:1px solid #f0f0f0;animation:_slideDown_1ntio_1 .3s ease}._insightsToggle_1ntio_507{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;border:2px solid #ffe0e0;border-radius:20px;padding:20px 24px;font-size:17px;font-weight:700;color:#1a1a1a;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 12px #0000000f}._insightsToggle_1ntio_507:hover{background:#fafafa;border-color:#bd3455;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}._insightsToggle_1ntio_507:active{transform:translateY(0)}._insightsSection_1ntio_551{animation:_slideDown_1ntio_1 .3s ease}@keyframes _slideDown_1ntio_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){._header_1ntio_7{padding:2px 16px}._headerIcon_1ntio_24{font-size:28px;padding-top:5%}._title_1ntio_29{font-size:20px}._content_1ntio_36{padding:20px 16px}._noDataState_1ntio_45{padding:40px 24px}._noDataIcon_1ntio_55{font-size:56px}._noDataTitle_1ntio_73{font-size:20px}._noDataMessage_1ntio_80{font-size:14px}._cycleStats_1ntio_132{grid-template-columns:1fr 1fr}._statCard_1ntio_138{padding:20px}._statValue_1ntio_153{font-size:24px}._phaseCard_1ntio_169{padding:20px;gap:16px}._phaseEmoji_1ntio_187{font-size:48px}._phaseName_1ntio_196{font-size:20px}._controls_1ntio_209{flex-direction:column;gap:12px}._addButton_1ntio_216{width:98%;margin-left:2%;justify-content:center}._calendarGrid_1ntio_356{gap:6px}._dayNumber_1ntio_404{font-size:12px}._monthTitle_1ntio_259{font-size:14px}._monthNavButton_1ntio_270{width:36px;height:36px}._insightsToggle_1ntio_507{font-size:16px;padding:18px 20px}}._phaseTabs_1ntio_660{display:flex;gap:2px;border-bottom:1px solid #e5e7eb;overflow-x:auto}._phaseTab_1ntio_660{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;background:#f9fafb;border:2px solid transparent;border-radius:16px;cursor:pointer;transition:all .2s;padding:1%}._phaseTab_1ntio_660:hover{background:#f3f4f6;transform:translateY(-2px)}._phaseTabActive_1ntio_689{background:#fff;border-color:#d32f2f;box-shadow:0 4px 12px #d32f2f26}._phaseTabEmoji_1ntio_695{font-size:24px}._phaseTabText_1ntio_699{display:flex;flex-direction:column;align-items:center;gap:3px}._phaseTabName_1ntio_706{font-size:12px;font-weight:600;color:#374151;text-align:center;line-height:1.2}._currentBadge_1ntio_714{font-size:9px;font-weight:600;color:#d32f2f;background:#fee;padding:2px 6px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}@media(max-width:768px){._phaseTabs_1ntio_660{gap:2px}._phaseTab_1ntio_660{padding:8px 6px;gap:2px}._phaseTabEmoji_1ntio_695{font-size:20px}._phaseTabName_1ntio_706{font-size:11px}._currentBadge_1ntio_714{font-size:8px;padding:1px 4px}}._overlay_8dbtn_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_8dbtn_1 .2s ease}._modal_8dbtn_13{position:fixed;bottom:0;left:50%;transform:translate(-50%);background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;max-width:480px;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_8dbtn_1 .35s cubic-bezier(.4,0,.2,1);max-height:65vh;overflow-y:auto}._modalHandle_8dbtn_30{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _fadeIn_8dbtn_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpFromBottom_8dbtn_1{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}._closeButton_8dbtn_58{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;padding:1.5%;z-index:10}._closeButton_8dbtn_58:hover{background:#e8e8e8;color:#1a1a1a;transform:scale(1.05)}._closeButton_8dbtn_58:active{transform:scale(.95)}._iconContainer_8dbtn_85{display:flex;justify-content:center;margin-bottom:20px;margin-top:24px}._modalIcon_8dbtn_92{font-size:72px;display:flex;align-items:center;justify-content:center;color:#d32f2f;filter:drop-shadow(0 2px 8px rgba(211,47,47,.2))}._modalTitle_8dbtn_101{font-size:26px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:10px;letter-spacing:-.5px}._modalSubtitle_8dbtn_110{font-size:15px;color:#666;text-align:center;line-height:1.5;margin-bottom:36px;padding:0 20px;font-weight:400}._modalContent_8dbtn_120{display:flex;flex-direction:column;gap:24px}._formGroup_8dbtn_126{display:flex;flex-direction:column;gap:10px}._formLabel_8dbtn_132{font-size:14px;font-weight:600;color:#1a1a1a;letter-spacing:.3px}._dateInput_8dbtn_139{padding:18px 20px;border-radius:16px;border:2px solid #f0f0f0;background:#fafafa;color:#1a1a1a;font-size:16px;font-weight:500;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}._dateInput_8dbtn_139::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto;opacity:0}._dateInput_8dbtn_139:focus{outline:none;border-color:#d32f2f;background:#fff;box-shadow:0 0 0 4px #d32f2f14}._flowButtons_8dbtn_178{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}._flowButton_8dbtn_178{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;color:#666;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._flowButton_8dbtn_178:hover{background:#f0f0f0;border-color:#d0d0d0}._flowButton_8dbtn_178._selected_8dbtn_204{background:#d32f2f1a;border-color:#d32f2f;color:#d32f2f}._flowDot_8dbtn_210{width:16px;height:16px;border-radius:50%}._flowLabel_8dbtn_216{flex:1}._symptomsGrid_8dbtn_220{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}._symptomButton_8dbtn_226{padding:12px 14px;background:#fafafa;border:2px solid #e8e8e8;border-radius:12px;color:#666;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:left}._symptomButton_8dbtn_226:hover{background:#f0f0f0;border-color:#d0d0d0}._symptomButton_8dbtn_226._selected_8dbtn_204{background:#d32f2f1a;border-color:#d32f2f;color:#d32f2f}._notesInput_8dbtn_250{padding:16px 20px;border-radius:16px;border:2px solid #f0f0f0;background:#fafafa;color:#1a1a1a;font-size:16px;font-weight:500;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;resize:vertical}._notesInput_8dbtn_250:focus{outline:none;border-color:#d32f2f;background:#fff;box-shadow:0 0 0 4px #d32f2f14}._notesInput_8dbtn_250::placeholder{color:#aaa;font-weight:400}._saveButton_8dbtn_277{padding:18px 24px;background:linear-gradient(135deg,#d32f2f,#f44336);border:none;border-radius:16px;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s ease;margin-top:16px;box-shadow:0 4px 20px #d32f2f59;letter-spacing:.3px}._saveButton_8dbtn_277:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #d32f2f73}._saveButton_8dbtn_277:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 20px #d32f2f59}._saveButton_8dbtn_277:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){._modal_8dbtn_13{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-width:100%;left:0;right:0;transform:none}._modalTitle_8dbtn_101{font-size:24px}._modalSubtitle_8dbtn_110{font-size:14px;margin-bottom:32px}._iconContainer_8dbtn_85{margin-bottom:16px;margin-top:20px}._modalIcon_8dbtn_92{font-size:64px}._closeButton_8dbtn_58{width:32px;height:32px;font-size:18px;top:16px;right:16px}._flowButtons_8dbtn_178{grid-template-columns:1fr}@keyframes _slideUpFromBottom_8dbtn_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}}._container_14612_2{padding:24px 20px;background:#fff}._noDataContainer_14612_7{background:#f8f9fa;border-radius:20px;padding:40px 24px;text-align:center}._noDataText_14612_14{color:#666;font-size:14px;font-weight:500;margin:0;line-height:1.6}._phaseHeader_14612_22{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #f0f0f0}._phaseHeaderLeft_14612_31{display:flex;align-items:center;gap:16px;flex:1}._emoji_14612_38{font-size:48px;line-height:1}._headerText_14612_43{flex:1}._title_14612_47{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 4px;letter-spacing:-.5px}._dayRange_14612_55{font-size:11px;font-weight:700;color:#9b9b9b;margin:0;text-transform:uppercase;letter-spacing:1.5px}._dayProgress_14612_64{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,#fff5f5,#fff);padding:12px 16px;border-radius:16px;border:2px solid #ffe0e0}._dayNumber_14612_74{font-size:22px;font-weight:800;color:#d32f2f;line-height:1}._dayTotal_14612_81{font-size:9px;font-weight:700;color:#9b9b9b;text-transform:uppercase;letter-spacing:1px;margin-top:4px}._infoGrid_14612_90{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}._infoCard_14612_97{background:#fff;border-radius:16px;padding:16px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 2px 8px #0000000f;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}._infoCard_14612_97:hover{border-color:#dcb4ce;transform:translateY(-2px);box-shadow:0 4px 12px #dcb4ce33}._infoCardIcon_14612_115{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}._infoCardContent_14612_127{flex:1}._infoCardLabel_14612_131{font-size:9px;font-weight:700;color:#9b9b9b;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:6px}._infoCardValue_14612_140{font-size:14px;font-weight:600;color:#1a1a1a;line-height:1.4}._goalCard_14612_147{background:#fff;border-radius:20px;padding:20px;display:flex;gap:16px;align-items:flex-start;margin-bottom:24px;border-left:4px solid #d32f2f;box-shadow:0 2px 12px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}._goalCard_14612_147:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}._goalIconWrapper_14612_165{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._goalIcon_14612_165{font-size:24px;line-height:1}._goalContent_14612_180{flex:1}._goalLabel_14612_184{font-size:9px;font-weight:700;color:#9b9b9b;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:8px}._goalText_14612_193{font-size:16px;font-weight:700;color:#1a1a1a;line-height:1.5;margin:0;letter-spacing:-.3px}._section_14612_211{margin-bottom:24px}._sectionTitle_14612_215{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:10px;letter-spacing:-.3px}._sectionIcon_14612_226{font-size:20px;color:#dcb4ce}._foodsGrid_14612_231{display:grid;gap:12px}._foodCard_14612_236{background:#fff;border-radius:16px;padding:16px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;border:2px solid transparent}._foodCard_14612_236:hover{border-color:#dcb4ce;transform:translateY(-2px);box-shadow:0 4px 12px #dcb4ce33}._foodCategory_14612_251{font-size:12px;font-weight:700;color:#666;margin:0 0 10px;text-transform:uppercase;letter-spacing:.5px}._foodItems_14612_260{display:flex;flex-wrap:wrap;gap:8px}._foodItem_14612_260{background:#f8f9fa;color:#333;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;border:1px solid #e0e0e0;transition:all .2s ease;line-height:1.3}._foodItem_14612_260:hover{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;border-color:transparent;transform:translateY(-1px)}._nutrientsGrid_14612_285{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}._nutrientCard_14612_291{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;font-size:13px;font-weight:700;padding:12px 16px;border-radius:16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #4facfe33}._nutrientCard_14612_291:hover{transform:translateY(-2px);box-shadow:0 4px 16px #4facfe66}._whyGrid_14612_308{display:grid;gap:10px}._whyCard_14612_313{background:#fff;padding:14px 16px;border-radius:16px;display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#333;line-height:1.5;font-weight:600;border-left:3px solid #4caf50;box-shadow:0 2px 8px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}._whyCard_14612_313:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4caf5033}._checkIcon_14612_334{color:#4caf50;font-size:18px;flex-shrink:0;margin-top:2px}._tags_14612_341{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}._tag_14612_341{background:#f8f9fa;color:#666;font-size:11px;font-weight:700;padding:6px 12px;border-radius:16px;border:1px solid #e0e0e0;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}._tag_14612_341:hover{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;border-color:transparent}._tipCard_14612_367{background:#fff;border-radius:20px;padding:20px;margin-top:24px;border:2px solid #ffd54f;box-shadow:0 4px 16px #ffd54f26;transition:all .3s cubic-bezier(.4,0,.2,1)}._tipCard_14612_367:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd54f40}._tipHeader_14612_382{display:flex;align-items:center;gap:12px;margin-bottom:12px}._tipIcon_14612_389{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#ffd54f,#ffb300);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}._tipLabel_14612_402{font-size:12px;font-weight:700;color:#f57c00;text-transform:uppercase;letter-spacing:1.2px}._tipText_14612_410{font-size:15px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.6;letter-spacing:-.2px}@media(max-width:600px){._container_14612_2{padding:20px 16px}._phaseHeader_14612_22{flex-direction:column;align-items:flex-start;gap:16px}._dayProgress_14612_64{align-self:flex-end}._emoji_14612_38{font-size:44px}._title_14612_47{font-size:20px}._infoGrid_14612_90,._nutrientsGrid_14612_285{grid-template-columns:1fr}._goalText_14612_193,._sectionTitle_14612_215{font-size:15px}}._wrapper_1qt9w_1{min-height:100vh;background:#f8f9fa;padding:1.5rem;padding-bottom:60px}._headerContainer_1qt9w_8{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:10px 10px 0 0}._headerContainer_1qt9w_8>div:first-child{flex:1}._weekTabsScrollContainer_1qt9w_22{margin:0 -1.5rem 1.5rem;overflow:hidden;padding:0 1.5rem}._weekTabsScroll_1qt9w_22{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}._weekTabsScroll_1qt9w_22::-webkit-scrollbar{display:none}._weekButton_1qt9w_43{flex:0 0 auto;padding:.5rem 1rem;border:1px solid #e0e0e0;background:#fff;color:#666;border-radius:20px;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease;white-space:nowrap;scroll-snap-align:start}._weekButton_1qt9w_43:hover{border-color:#6f74ff;color:#6f74ff}._weekButton_1qt9w_43._active_1qt9w_63{background:linear-gradient(135deg,#6f74ff,#9d7bff);color:#fff;border-color:transparent;box-shadow:0 2px 8px #6f74ff4d}._weekButton_1qt9w_43:focus{outline:none}._challengeTitle_1qt9w_75{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 1.5rem;text-align:center}._videosCarouselContainer_1qt9w_84{margin:0 -1.5rem;overflow:hidden;padding:0 1.5rem}._videosCarousel_1qt9w_84{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:none;scrollbar-width:none;padding:4px 0 20px;-webkit-overflow-scrolling:touch}._videosCarousel_1qt9w_84::-webkit-scrollbar{display:none}._videoCard_1qt9w_106{flex:0 0 280px;background:#fff;border-radius:16px;overflow:visible;scroll-snap-align:none;box-shadow:0 2px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}._videoCard_1qt9w_106:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}._heading_1qt9w_121{font-size:1.5rem;color:#dcb4ce;margin-bottom:1.5rem;text-align:center}._videoWrapper_1qt9w_128{width:100%;aspect-ratio:9 / 16;overflow:hidden;background-color:#000;position:relative;isolation:isolate}._video_1qt9w_84{width:100%;height:100%;object-fit:cover;border:none;position:relative;z-index:1}._workoutInfo_1qt9w_148{display:flex;flex-direction:column;align-items:center;padding:12px;gap:8px}._workoutInfo_1qt9w_148 h4{font-size:.9rem;font-weight:600;color:#333;margin:0;text-align:center;line-height:1.3}._addWorkoutButton_1qt9w_165{width:100%;background:linear-gradient(135deg,#6f74ff,#9d7bff);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #6f74ff4d}._addWorkoutButton_1qt9w_165:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6f74ff66}._addWorkoutButton_1qt9w_165:active{transform:translateY(0)}._startBtn_1qt9w_188{background-color:#dcb4ce;color:#fff;border:none;padding:.4rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.85rem;transition:background-color .2s ease}._startBtn_1qt9w_188:hover{background-color:#c29db6}._startBtn_1qt9w_188:focus{outline:none;box-shadow:none;border:none}._protocolHeader_1qt9w_209{display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;padding:0rem 1.5rem;border-radius:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #00000008}._expandButton_1qt9w_220{background-color:transparent;border:none;font-size:1.5rem;color:#dcb4ce;cursor:pointer;transition:transform .2s ease}._expandButton_1qt9w_220:hover{transform:scale(1.2)}._expandButton_1qt9w_220:focus{outline:none;box-shadow:none;border:none}._expandIcon_1qt9w_239{font-size:2.2rem}._protocolBlockWrapper_1qt9w_243{overflow:hidden;transition:all .4s ease-in-out;margin-bottom:0}._protocolBlock_1qt9w_243{background-color:#f5f5f5;border-radius:1rem;box-shadow:0 2px 8px #00000008;scrollbar-width:thin;scrollbar-color:#dcb4ce transparent;padding:2%;margin-bottom:1.5rem}._protocolBlock_1qt9w_243::-webkit-scrollbar{width:6px}._protocolBlock_1qt9w_243::-webkit-scrollbar-thumb{background-color:#dcb4ce;border-radius:6px}._protocolBlock_1qt9w_243 h3{font-size:1.2rem;color:#dcb4ce;margin-bottom:1rem;font-weight:600;text-align:center}._protocolSection_1qt9w_275{margin-bottom:1.25rem;color:#444}._protocolSection_1qt9w_275 strong{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}._protocolSection_1qt9w_275 p,._protocolSection_1qt9w_275 ul{font-size:.95rem;line-height:1.6;margin:.25rem 0 0;color:#555}._protocolSection_1qt9w_275 ul{padding-left:1.25rem}._workoutsWrapper_1qt9w_300{padding:.5rem .75rem;max-width:1200px;margin:0 auto}._workoutDescription_1qt9w_306{font-size:.95rem;line-height:1.6;color:#333;margin-top:.5rem;margin-bottom:1.5rem;padding:.2rem 0}._workoutDescription_1qt9w_306 ul{padding-left:.75rem;margin:.75rem 0;text-align:left}._workoutDescription_1qt9w_306 li{margin-bottom:.4rem;text-align:left}._workoutDescription_1qt9w_306 p{margin:.5rem 0}._workoutDescription_1qt9w_306 strong{font-weight:600}._workoutDescription_1qt9w_306 em{font-style:italic}._workoutDescription_1qt9w_306 h4{margin:.8rem 0 .4rem;font-weight:600}._tabBar_1qt9w_343{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;border-radius:1rem;box-shadow:0 2px 8px #dcb4ce0d;padding:.5rem 0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}._tabBtn_1qt9w_357{background:none;border:none;color:#dcb4ce;font-size:1.15rem;font-weight:600;padding:.75rem 2rem;border-radius:.75rem;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap;min-width:fit-content;margin-top:0;flex-shrink:0}._activeTab_1qt9w_372{background:#dcb4ce;color:#fff;box-shadow:0 2px 8px #dcb4ce1f}._switchChallengeBtn_1qt9w_378{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:transform .2s ease}._switchChallengeBtn_1qt9w_378:hover{transform:scale(1.1)}._switchChallengeBtn_1qt9w_378:active{transform:scale(.95)}._journalPanel_1qt9w_398{position:relative;margin-top:2rem}._journalSplitLayout_1qt9w_403{display:flex;gap:2rem;align-items:flex-start}._journalHistoryPanel_1qt9w_409{flex:1.2;min-width:0}._journalEntryPanel_1qt9w_414{flex:1;min-width:320px;max-width:400px;background:#f9f6fa;border-radius:1rem;box-shadow:0 2px 8px #dcb4ce14;padding:2rem 1.5rem}._calendarHeader_1qt9w_424{font-size:1.2rem;font-weight:600;color:#dcb4ce;margin-bottom:1rem;text-align:center}._calendarMonth_1qt9w_431{background:#f9f6fa;border-radius:.75rem;padding:.5rem 1rem;color:#dcb4ce;font-weight:500}._fab_1qt9w_439{position:fixed;bottom:2rem;right:2rem;background:#dcb4ce;color:#fff;border:none;border-radius:50%;width:56px;height:56px;box-shadow:0 4px 16px #dcb4ce2e;font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:background .2s}._fab_1qt9w_439:hover{background:#b88ca2}._fabIcon_1qt9w_461{font-size:2rem;line-height:1}._journalModalOverlay_1qt9w_466{position:fixed;top:0;left:0;right:0;bottom:0;background:#2c2c2c2e;z-index:2000;display:flex;align-items:center;justify-content:center}._journalModalContent_1qt9w_478{background:#fff;border-radius:1rem;box-shadow:0 8px 32px #dcb4ce2e;padding:2rem 1.5rem;max-width:95vw;width:400px}._timeline_1qt9w_487{margin-top:2rem;padding-left:.5rem;border-left:3px solid #dcb4ce}._timelineEntry_1qt9w_492{position:relative;margin-bottom:2rem;padding-left:1.5rem}._timelineEntry_1qt9w_492:before{content:"";position:absolute;left:-10px;top:.5rem;width:16px;height:16px;background:#dcb4ce;border-radius:50%;box-shadow:0 2px 6px #dcb4ce1f}._timelineDate_1qt9w_508{font-size:.95rem;color:#a06eb7;margin-bottom:.25rem}._timelineStats_1qt9w_513{display:flex;gap:2rem;justify-content:flex-start;align-items:center;margin-bottom:1.5rem;color:#333;font-weight:500}._timelineDivider_1qt9w_522{height:1px;background:#dcb4ce;margin:1rem 0;opacity:.2}@media(max-width:600px){._wrapper_1qt9w_1{padding:1rem;box-shadow:0 4px 12px #00000008}._weekTabs_1qt9w_22{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}._protocolBlock_1qt9w_243{max-height:unset;min-height:unset;padding:1rem;background-color:#fafafa;box-shadow:0 1px 6px #0000000d}._protocolHeader_1qt9w_209 h3{font-size:.9rem}._protocolSection_1qt9w_275{margin-bottom:1rem;padding:3%}._protocolBlock_1qt9w_243 h3{font-size:1.1rem}._protocolSection_1qt9w_275 strong{font-size:.95rem}._protocolSection_1qt9w_275 p,._protocolSection_1qt9w_275 ul{font-size:.9rem}._workoutsWrapper_1qt9w_300{max-width:100%}._journalPanel_1qt9w_398{margin-top:1rem}._journalSplitLayout_1qt9w_403{flex-direction:column;gap:.5rem}._journalEntryPanel_1qt9w_414{padding:.5rem;border-radius:.5rem;box-shadow:none}._calendarHeader_1qt9w_424{font-size:1rem;margin-bottom:.5rem}._fab_1qt9w_439{bottom:1rem;right:1rem;width:48px;height:48px;font-size:1.5rem}._journalModalContent_1qt9w_478{padding:1rem;width:95vw;max-width:95vw}}._journalPanel_1qt9w_398{margin-top:2rem;width:100%;position:relative}._journalFeed_1qt9w_611{width:100%;max-width:800px;margin:0 auto}._journalHeader_1qt9w_617{text-align:center;margin-bottom:2rem;padding:0 1rem}._journalTitle_1qt9w_623{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}._journalSubtitle_1qt9w_630{font-size:1rem;color:#6b7280;margin:0}._fab_1qt9w_439{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #667eea4d;cursor:pointer;z-index:100;transition:all .2s ease;font-size:0}._fab_1qt9w_439:hover{box-shadow:0 12px 32px #667eea66}._fabIcon_1qt9w_461{font-size:1.75rem;font-weight:300;line-height:1}@media(max-width:700px){._wrapper_1qt9w_1{border-radius:0;padding:0;margin:0;box-shadow:none;width:100%;max-width:100%}._tabBar_1qt9w_343{gap:.5rem;padding:0 .5rem .75rem;margin-bottom:0;background:#fff;border-bottom:1px solid #f3f4f6;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;flex-wrap:nowrap;justify-content:space-evenly;overflow-x:auto}._tabBtn_1qt9w_357{font-size:.9rem;padding:.5rem .75rem;flex:0 0 auto;text-align:center}._switchChallengeBtn_1qt9w_378{margin-left:.25rem}._switchChallengeBtn_1qt9w_378 svg{width:32px;height:32px}._journalPanel_1qt9w_398{width:100%;max-width:100%;border-radius:0;padding:1.5rem 1rem 2.5rem;margin:0;background:#fff;box-sizing:border-box}._journalHeader_1qt9w_617{margin-bottom:1.5rem;padding:0;text-align:center}._journalTitle_1qt9w_623{font-size:1.5rem}._fab_1qt9w_439{right:1rem;bottom:1rem;width:56px;height:56px}._fabIcon_1qt9w_461{font-size:1.5rem}._modalContent_1qt9w_740{min-width:0;padding:1rem .5rem;border-radius:.5rem}}@media(max-width:480px){._tabBar_1qt9w_343{gap:.25rem;padding:0 .25rem .75rem}._tabBtn_1qt9w_357{font-size:.85rem;padding:.5rem .6rem;font-weight:500}._switchChallengeBtn_1qt9w_378 svg{width:28px;height:28px}._journalPanel_1qt9w_398{padding:1rem .75rem 2.5rem}._journalHeader_1qt9w_617{padding:0;text-align:center}._journalTitle_1qt9w_623{font-size:1.35rem}}._modalBackdrop_qb8qh_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center}._modalContent_qb8qh_14{background-color:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 8px 16px #0003;position:relative;max-height:90vh;overflow-y:auto}._modalTitle_qb8qh_26{font-size:1.5rem;color:#dcb4ce;margin-bottom:1rem;text-align:center;padding-right:30px}._closeIcon_qb8qh_34{position:absolute;top:10px;right:15px;font-size:1.8rem;font-weight:600;color:#333;cursor:pointer;background:none;border:none;z-index:10;transition:color .2s ease}._closeIcon_qb8qh_34:hover{color:#dcb4ce}._workoutSummary_qb8qh_52{background:#f8f8f8;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem}._summaryText_qb8qh_59{margin:0;color:#666;font-size:.95rem;text-align:center}._form_qb8qh_66{display:flex;flex-direction:column;gap:1.5rem}._field_qb8qh_72{display:flex;flex-direction:column;gap:.5rem}._label_qb8qh_78{font-weight:600;color:#333;font-size:.95rem}._input_qb8qh_84{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s ease}._input_qb8qh_84:focus{outline:none;border-color:#dcb4ce}._input_qb8qh_84:disabled{background-color:#f5f5f5;cursor:not-allowed}._hint_qb8qh_102{margin:0;font-size:.85rem;color:#888;font-style:italic}._intensitySlider_qb8qh_109{display:flex;align-items:center;gap:1rem}._intensityLabel_qb8qh_115{font-size:.85rem;color:#666;white-space:nowrap}._slider_qb8qh_121{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;border-radius:4px;background:linear-gradient(to right,#b8e6b8,#dcb4ce,#ff6b9d);outline:none;cursor:pointer}._slider_qb8qh_121::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#dcb4ce;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}._slider_qb8qh_121::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#dcb4ce;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003}._slider_qb8qh_121:disabled{opacity:.5;cursor:not-allowed}._actions_qb8qh_159{display:flex;gap:1rem;margin-top:.5rem}._skipButton_qb8qh_165,._addButton_qb8qh_166{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}._skipButton_qb8qh_165{background-color:#f0f0f0;color:#666}._skipButton_qb8qh_165:hover:not(:disabled){background-color:#e0e0e0}._addButton_qb8qh_166{background-color:#dcb4ce;color:#fff}._addButton_qb8qh_166:hover:not(:disabled){background-color:#c99bb8;transform:translateY(-1px);box-shadow:0 4px 8px #dcb4ce4d}._skipButton_qb8qh_165:disabled,._addButton_qb8qh_166:disabled{opacity:.6;cursor:not-allowed;transform:none}._spinner_qb8qh_208{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_qb8qh_208 .6s linear infinite}@keyframes _spin_qb8qh_208{to{transform:rotate(360deg)}}._errorMessage_qb8qh_221{text-align:center;color:#666;margin:1rem 0;line-height:1.6}@media(max-width:600px){._modalContent_qb8qh_14{width:95%;padding:1.5rem;max-height:85vh;-webkit-overflow-scrolling:touch}._modalTitle_qb8qh_26{font-size:1.25rem}._actions_qb8qh_159{flex-direction:column}._skipButton_qb8qh_165,._addButton_qb8qh_166{width:100%}._intensitySlider_qb8qh_109{gap:.5rem}._intensityLabel_qb8qh_115{font-size:.75rem}}._calendarWrapper_18vwi_3{position:relative;background:linear-gradient(180deg,#6f74ff,#e8e3ff 90%);box-shadow:0 2px 12px #00000014;margin:0 -20px 20px;border-radius:0 0 24px 24px}._calendarHeader_18vwi_11{display:flex;align-items:center;padding:max(env(safe-area-inset-top),32px) 20px 16px 20px;margin:0}._backButton_18vwi_18{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}._backIcon_18vwi_30{width:28px;height:28px;object-fit:contain}._headerContent_18vwi_36{flex:1}._headerLabel_18vwi_40{font-size:12px;font-weight:600;color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}._headerTitle_18vwi_49{font-size:1.2rem;font-weight:700;color:#fff;margin:0 0 4px;line-height:1.2;text-transform:uppercase;letter-spacing:1px}._headerSubtitle_18vwi_59{font-size:.9rem;color:#fff;margin:0;line-height:1.4}._calendarContainer_18vwi_66{display:flex;gap:0;padding:0 20px 20px;border-radius:0 0 24px 24px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;position:relative;z-index:2;overscroll-behavior-x:contain}._calendarContainer_18vwi_66::-webkit-scrollbar{display:none}._weekContainer_18vwi_86{display:flex;justify-content:space-between;gap:4px;min-width:100%;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always}._dayContainer_18vwi_96{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;min-width:45px;background:transparent;border:none;cursor:pointer;padding:8px 4px;transition:transform .2s}._dayContainer_18vwi_96:hover{transform:scale(1.05)}._monthLabel_18vwi_114{font-size:9px;font-weight:700;color:#000;letter-spacing:.5px;text-transform:uppercase;margin-bottom:0;line-height:1}._dayName_18vwi_125{font-size:11px;font-weight:600;color:#666;letter-spacing:.5px}._dayNumber_18vwi_132{width:36px;height:36px;border-radius:18px;display:flex;justify-content:center;align-items:center;position:relative;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}._selectedDay_18vwi_144{background:#667eea;box-shadow:0 4px 12px #667eea40;transform:scale(1.05)}._todayDay_18vwi_150{border:2px solid #667eea}._dayNumberText_18vwi_154{font-size:14px;font-weight:600;color:#333;transition:color .3s}._selectedDayText_18vwi_161{color:#fff}._workoutIndicator_18vwi_165{position:absolute;bottom:2px;width:6px;height:6px;border-radius:50%;background:#4caf50;box-shadow:0 0 4px #4caf5080}@media(max-width:600px){._calendarContainer_18vwi_66{gap:0}._weekContainer_18vwi_86{gap:2px}._dayContainer_18vwi_96{padding:6px 2px;min-width:40px}._dayName_18vwi_125{font-size:10px}._dayNumber_18vwi_132{width:32px;height:32px}._dayNumberText_18vwi_154{font-size:12px}}._container_1qhv1_3{min-height:100vh;background:#f8f9fa;padding:0 0 100px;position:relative}._metricsScrollContainer_1qhv1_12{margin:0 -20px 20px;overflow:hidden;padding:0 20px}._metricsScroll_1qhv1_12{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}._metricsScroll_1qhv1_12::-webkit-scrollbar{display:none}._metricCard_1qhv1_33{flex:0 0 140px;background:#fff;border-radius:16px;padding:16px;scroll-snap-align:start;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;min-height:120px;color:#fff}._workoutsMetric_1qhv1_47{background:linear-gradient(60deg,#7265e3,#b69cff)}._volumeMetric_1qhv1_55{background:linear-gradient(60deg,#4dc7e0,#a8e8ff)}._streakMetric_1qhv1_63{background:linear-gradient(60deg,#f96fa8,#fdb9d7)}._recordsMetric_1qhv1_71{background:linear-gradient(60deg,#7e5bf8,#cbb3ff)}._varietyMetric_1qhv1_79{background:linear-gradient(60deg,#fdb44e,#ffe6a2)}._metricLabel_1qhv1_87{font-size:11px;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}._metricContent_1qhv1_96{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex:1}._metricIcon_1qhv1_104{font-size:1.75rem;color:#fffffff2}._metricValue_1qhv1_109{font-size:2rem;font-weight:700;color:#fff;line-height:1}._metricUnit_1qhv1_116{font-size:.875rem;font-weight:500;color:#ffffffd9;margin-left:4px}._metricSubtext_1qhv1_123{font-size:12px;color:#fffc}._actionButtons_1qhv1_129{display:flex;gap:12px;margin:0 20px 16px}._actionButton_1qhv1_129{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(60deg,#4dc7e0,#a8e8ff);color:#000;border:none;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #6366f140}._actionButton_1qhv1_129._primary_1qhv1_153{background:linear-gradient(135deg,#667eea,#764ba2);font-size:16px;padding:16px 24px;box-shadow:0 4px 12px #667eea4d}._actionButton_1qhv1_129:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f159}._actionButton_1qhv1_129._primary_1qhv1_153:hover{box-shadow:0 6px 16px #667eea66}._actionButton_1qhv1_129:active{transform:translateY(0)}._actionButton_1qhv1_129:disabled{opacity:.6;cursor:not-allowed}._actionButton_1qhv1_129:disabled:hover{transform:none;box-shadow:0 2px 8px #6366f140}._lockedButton_1qhv1_183{background:linear-gradient(60deg,#94a3b8,#cbd5e1)}._quickActionsInline_1qhv1_188{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin:0 10px 4px}._quickActionInlineBtn_1qhv1_195{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:#667eea;border:2px solid #e0e7ff;padding:14px 12px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000a}._quickActionInlineBtn_1qhv1_195:hover{border-color:#667eea;background:#f8f9ff;transform:translateY(-2px);box-shadow:0 4px 8px #667eea26}._quickActionInlineBtn_1qhv1_195:active{transform:translateY(0);box-shadow:0 2px 4px #0000000a}._quickActionInlineBtn_1qhv1_195:disabled{opacity:.6;cursor:not-allowed}._quickActionInlineBtn_1qhv1_195:disabled:hover{transform:none;border-color:#e0e7ff;background:#fff;box-shadow:0 2px 4px #0000000a}._lockedQuickAction_1qhv1_236{border-color:#cbd5e1;color:#94a3b8}._dateHeader_1qhv1_242{display:flex;justify-content:space-between;align-items:center;margin:0 20px 16px}._dateTitle_1qhv1_249{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}._workoutCount_1qhv1_256{font-size:.875rem;color:#667eea;font-weight:600;background:#667eea1a;padding:4px 12px;border-radius:12px}._workoutsList_1qhv1_266{display:flex;flex-direction:column;gap:12px;padding:0 20px}._workoutCard_1qhv1_273{background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}._workoutCard_1qhv1_273:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}._workoutHeader_1qhv1_288{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._workoutTitle_1qhv1_295{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}._muscleGroupBadge_1qhv1_302{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._workoutDetails_1qhv1_312{display:flex;gap:8px;align-items:center;font-size:.875rem;color:#666;margin-bottom:8px}._workoutDetails_1qhv1_312 span{font-weight:500}._workoutNotes_1qhv1_325{font-size:.875rem;color:#999;font-style:italic;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}._emptyState_1qhv1_335{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}._emptyState_1qhv1_335 h4{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:6px 0 8px}._emptyState_1qhv1_335 p{font-size:.875rem;color:#999;margin-bottom:24px}._emptyActionButton_1qhv1_357{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:24px;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #667eea4d;transition:transform .2s,box-shadow .2s}._emptyActionButton_1qhv1_357:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}._loadingState_1qhv1_381{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999}._spinner_1qhv1_390{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:_spin_1qhv1_390 1s linear infinite;margin-bottom:16px}@keyframes _spin_1qhv1_390{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._fabBackdrop_1qhv1_410{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:998;cursor:pointer}._fabContainer_1qhv1_421{position:fixed;bottom:0;right:10px;z-index:1000}._fabButton_1qhv1_428{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 6px 20px #667eea66;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease-out,box-shadow .15s ease-out;position:relative;z-index:1001}._fabButton_1qhv1_428:hover{transform:scale(1.08);box-shadow:0 8px 24px #667eea80}._fabButton_1qhv1_428:active{transform:scale(.95);box-shadow:0 4px 16px #667eea66}._fabOption_1qhv1_457{position:absolute;right:10px;width:56px;height:56px;border-radius:50%;background:#fff;color:#667eea;border:2px solid #667eea;box-shadow:0 4px 16px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:26px;transition:transform .15s ease-out,background .15s ease-out,box-shadow .15s ease-out,border-width .15s ease-out;z-index:1001}._fabOption_1qhv1_457:hover{transform:scale(1.12)!important;background:#f8f9ff;box-shadow:0 6px 20px #667eea4d;border-width:3px}._fabOption_1qhv1_457:active{transform:scale(.92)!important}._fabOption_1qhv1_457:disabled{opacity:.6;cursor:not-allowed}._fabOption_1qhv1_457:disabled:hover{transform:none!important;background:#fff;box-shadow:0 4px 16px #00000026;border-width:2px}._lockedFabOption_1qhv1_503{border-color:#cbd5e1;color:#94a3b8}._fabLabel_1qhv1_508{position:absolute;right:68px;background:#2d3748;color:#fff;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #00000040;z-index:1002}@media(max-width:600px){._container_1qhv1_3{padding:0}._statsBar_1qhv1_528{flex-direction:column;margin:0 16px 20px}._dateHeader_1qhv1_242{margin:0 16px 16px}._dateTitle_1qhv1_249{font-size:1.125rem}._workoutsList_1qhv1_266{padding:0 16px}._fabButton_1qhv1_428{bottom:20px;right:5px}}._container_1hog5_3{min-height:100vh;background:#f8f9fa;padding:0 20px 40px}._header_1hog5_9{display:flex;align-items:center;padding:20px 0;margin-bottom:24px}._backButton_1hog5_16{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-right:16px}._backIcon_1hog5_27{width:32px;height:32px;object-fit:contain}._title_1hog5_33{font-size:28px;font-weight:700;color:#2d3748;margin:0}._optionsContainer_1hog5_40{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto}._optionCard_1hog5_48{position:relative;background:#fff;border:none;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:all .3s ease;text-align:left;display:flex;flex-direction:column;gap:12px}._optionCard_1hog5_48:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}._optionCard_1hog5_48:active:not(:disabled){transform:translateY(-2px)}._optionCard_1hog5_48:disabled{opacity:.6;cursor:not-allowed}._iconWrapper_1hog5_77{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}._optionTitle_1hog5_87{font-size:22px;font-weight:700;color:#2d3748;margin:0}._optionDescription_1hog5_94{font-size:15px;color:#718096;line-height:1.5;margin:0}._comingSoonBadge_1hog5_101{display:inline-block;background:#ffd93d;color:#2d3748;font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;margin-top:8px;align-self:flex-start}@media(max-width:600px){._container_1hog5_3{padding:0 16px 40px}._title_1hog5_33{font-size:24px}._optionCard_1hog5_48{padding:20px}._iconWrapper_1hog5_77{width:56px;height:56px}._optionTitle_1hog5_87{font-size:20px}._optionDescription_1hog5_94{font-size:14px}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}._container_hrvie_3{padding:0;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:transparent;position:relative}._draftIndicator_hrvie_13{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fffffffa;border:1px solid rgba(157,108,255,.2);border-radius:20px;box-shadow:0 2px 12px #00000014;font-size:.8125rem;color:#666;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._draftSpinner_hrvie_31{display:inline-block;width:12px;height:12px;border:2px solid rgba(157,108,255,.2);border-top-color:#9d6cff;border-radius:50%;animation:_draftSpin_hrvie_31 .8s linear infinite}@keyframes _draftSpin_hrvie_31{to{transform:rotate(360deg)}}._draftCheckmark_hrvie_47{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#9d6cff,#7b5fcf);color:#fff;font-size:10px;font-weight:700}._calendarContainer_hrvie_61{display:flex;justify-content:space-between;align-items:flex-start;gap:4px;padding:16px 20px 20px;background:linear-gradient(135deg,#9d6cff,#7b5fcf);border-radius:0 0 24px 24px;margin-bottom:20px}._dayContainer_hrvie_72{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;background:transparent;border:none;cursor:pointer;padding:8px 4px;transition:transform .2s}._dayContainer_hrvie_72:hover{transform:scale(1.05)}._dayName_hrvie_89{font-size:11px;font-weight:600;color:#fffc;letter-spacing:.5px}._dayNumber_hrvie_96{width:36px;height:36px;border-radius:18px;display:flex;justify-content:center;align-items:center;background:transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}._selectedDay_hrvie_107{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.05)}._todayDay_hrvie_113{border:2px solid rgba(255,255,255,.5)}._dayNumberText_hrvie_117{font-size:14px;font-weight:600;color:#fff;transition:color .3s}._selectedDayText_hrvie_124{color:#7b68ee}._unitToggleBtn_hrvie_129{position:absolute;top:16px;right:16px;padding:6px 12px;background:#fffffff2;border:1.5px solid rgba(255,255,255,.3);border-radius:8px;font-size:.6875rem;font-weight:700;color:#7b5fcf;cursor:pointer;transition:all .2s;z-index:10}._unitToggleBtn_hrvie_129:hover{background:#fff;border-color:#fff;box-shadow:0 2px 8px #0000001a}._sectionHeader_hrvie_152{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._sectionTitle_hrvie_159{display:flex;align-items:center;gap:8px;font-size:.6875rem;font-weight:700;color:#9b9b9b;letter-spacing:1.5px;text-transform:uppercase}._sectionTitle_hrvie_159:before{content:"";width:3px;height:14px;background:linear-gradient(135deg,#9d6cff,#c896ff);border-radius:2px}._topActions_hrvie_179{display:flex;flex-direction:row;gap:12px;margin-bottom:20px;padding:0 4px}._startWorkoutBtn_hrvie_187{flex:2;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(60deg,#4dc7e0,#a8e8ff);border:none;border-radius:12px;color:#000;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #10b98140}._startWorkoutBtn_hrvie_187:hover{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 16px #10b98159;transform:translateY(-2px)}._startWorkoutBtn_hrvie_187:active{transform:translateY(0)}._startIcon_hrvie_216{font-size:1.125rem;display:flex;align-items:center}._addExerciseBtnTop_hrvie_222{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 16px;background:#fff;border:2px solid #9d6cff;border-radius:12px;color:#9d6cff;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._addExerciseBtnTop_hrvie_222:hover{background:#9d6cff;color:#fff;box-shadow:0 4px 12px #9d6cff40;transform:translateY(-2px)}._addExerciseBtnTop_hrvie_222:active{transform:translateY(0)}._plusIcon_hrvie_250{font-size:1.25rem;font-weight:700;line-height:1}._workoutModeHeader_hrvie_257{display:flex;flex-direction:column;gap:12px;width:100%}._sessionTimerDisplay_hrvie_264{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#9d6cff,#c896ff);border-radius:12px;color:#fff;font-weight:600;box-shadow:0 3px 12px #9d6cff4d}._timerIcon_hrvie_277{font-size:1.5rem}._timerLabel_hrvie_281{font-size:1rem;opacity:.95}._timerValue_hrvie_286{font-family:SF Mono,Monaco,Courier New,monospace;font-size:1.5rem;font-weight:700;letter-spacing:1px}._endWorkoutBtn_hrvie_293{padding:14px 20px;background:#fff;border:2px solid #ef4444;border-radius:12px;color:#ef4444;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._endWorkoutBtn_hrvie_293:hover{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d;transform:translateY(-2px)}._endWorkoutBtn_hrvie_293:active{transform:translateY(0)}._restTimerOverlay_hrvie_317{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._restTimerModal_hrvie_331{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 8px 32px #0000004d;max-width:400px;width:90%}._restTimerContent_hrvie_340{display:flex;flex-direction:column;align-items:center;gap:20px}._restTimerTitle_hrvie_347{font-size:1.5rem;font-weight:700;color:#333;text-align:center}._restTimerCountdown_hrvie_354{font-family:SF Mono,Monaco,Courier New,monospace;font-size:4rem;font-weight:700;color:#9d6cff;text-align:center;line-height:1}._restTimerMessage_hrvie_363{font-size:1rem;color:#666;text-align:center;max-width:300px}._skipRestBtn_hrvie_370{padding:14px 32px;background:linear-gradient(135deg,#9d6cff,#c896ff);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #9d6cff4d}._skipRestBtn_hrvie_370:hover{background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 6px 20px #9d6cff66;transform:translateY(-2px)}._skipRestBtn_hrvie_370:active{transform:translateY(0)}._compactGrid_hrvie_394{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}._formGroup_hrvie_402{display:flex;flex-direction:column}._formGroup_hrvie_402 label{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:6px;display:flex;align-items:center;gap:4px}._formGroup_hrvie_402 input,._formGroup_hrvie_402 select{width:100%;padding:10px 12px;border:2px solid #e8e8e8;border-radius:10px;font-size:.9375rem;background:#fafafa;color:#333;transition:all .2s;box-sizing:border-box}._formGroup_hrvie_402 input:focus,._formGroup_hrvie_402 select:focus{outline:none;border-color:#9d6cff;background:#fff;box-shadow:0 0 0 3px #9d6cff1a}._timerDisplay_hrvie_439{width:100%;padding:10px 12px;background:#fef3c7;border:2px solid #fde68a;border-radius:10px;font-size:.9375rem;font-weight:700;color:#92400e;text-align:center}._timeToggleIcon_hrvie_451{cursor:pointer;font-size:.875rem;color:#9d6cff;transition:transform .2s}._timeToggleIcon_hrvie_451:hover{transform:scale(1.15)}._exercisesList_hrvie_463{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}._exerciseCard_hrvie_470{background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}._exerciseCard_hrvie_470:hover{border-color:#d0d0d0;box-shadow:0 4px 12px #9d6cff1f;transform:translateY(-2px)}._exerciseHeader_hrvie_485{display:flex;justify-content:space-between;align-items:center;padding:0 4px}._exerciseHeaderLeft_hrvie_492{display:flex;align-items:center;gap:8px}._exerciseHeaderRight_hrvie_498{display:flex;align-items:center;gap:8px;margin-right:2.5%}._exerciseNumber_hrvie_505{font-size:.75rem;font-weight:700;color:#9d6cff;letter-spacing:1px;text-transform:uppercase}._supersetBadge_hrvie_514{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;font-size:.6875rem;font-weight:700;color:#fff;letter-spacing:.5px;box-shadow:0 2px 8px #10b98140;animation:_supersetPulse_hrvie_1 2s ease-in-out infinite}@keyframes _supersetPulse_hrvie_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}._supersetBtn_hrvie_541{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;font-size:1.125rem;cursor:pointer;transition:all .2s ease}._supersetBtn_hrvie_541:hover{background:#10b981;border-color:#10b981;transform:scale(1.08)}._supersetBtn_hrvie_541._supersetActive_hrvie_562{background:#10b981;border-color:#059669;box-shadow:0 2px 8px #10b9814d}._supersetBtn_hrvie_541._supersetLinking_hrvie_568{background:#fbbf24;border-color:#f59e0b;animation:_supersetLinkingPulse_hrvie_1 1s ease-in-out infinite}@keyframes _supersetLinkingPulse_hrvie_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._micButton_hrvie_584{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#f5f5f5;border-radius:8px;color:#9d6cff;cursor:pointer;transition:all .2s ease}._micButton_hrvie_584:hover{background:#9d6cff;border-color:#9d6cff;color:#fff;transform:scale(1.05)}._micButton_hrvie_584:active{transform:scale(.98)}._micButton_hrvie_584 svg{display:block}._headerActions_hrvie_614{align-items:center}._unitToggleSmall_hrvie_621{padding:4px 10px;background:linear-gradient(135deg,#9d6cff,#c896ff);border:none;border-radius:6px;font-size:.6875rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._unitToggleSmall_hrvie_621:hover{transform:scale(1.08);box-shadow:0 3px 10px #9d6cff59}._removeBtn_hrvie_638{width:24px;height:24px;border:none;background:#fee;color:#ef4444;border-radius:50%;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);margin-left:10px}._removeBtn_hrvie_638:hover{background:#ef4444;color:#fff;transform:scale(1.15);box-shadow:0 2px 8px #ef44444d}._exerciseSelectRow_hrvie_662{display:flex;align-items:baseline;gap:12px;margin-bottom:12px;min-height:48px}._exerciseSelect_hrvie_662{flex:1;min-width:0}._exerciseTypeBadge_hrvie_676{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;align-self:flex-start;border:2px solid}._exerciseTypeBadge_hrvie_676[data-type=weightlifting]{background:linear-gradient(135deg,#3b82f6,#60a5fa);border-color:#3b82f6;color:#fff}._exerciseTypeBadge_hrvie_676[data-type=calisthenics]{background:linear-gradient(135deg,#10b981,#34d399);border-color:#10b981;color:#fff}._exerciseTypeBadge_hrvie_676[data-type=cardio]{background:linear-gradient(135deg,#f59e0b,#fbbf24);border-color:#f59e0b;color:#fff}._repsInput_hrvie_707{width:150px!important}._repsInput_hrvie_707 .ant-input-number-input{text-align:center;font-weight:600;font-size:16px;color:#333}._repsInput_hrvie_707 .ant-input-number-handler-wrap{opacity:1}._repsInput_hrvie_707 .ant-input-number-handler-up,._repsInput_hrvie_707 .ant-input-number-handler-down{border-left:1px solid #e8e8e8;background:linear-gradient(135deg,#9d6cff,#c896ff);color:#fff;transition:all .2s}._repsInput_hrvie_707 .ant-input-number-handler-up:hover,._repsInput_hrvie_707 .ant-input-number-handler-down:hover{background:linear-gradient(135deg,#8b5aed,#b684ed)}._metricsGrid_hrvie_736{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}._setBySetToggle_hrvie_744{width:100%;padding:10px 14px;background:linear-gradient(135deg,#9d6cff,#c896ff);border:none;border-radius:10px;color:#fff;font-size:.8125rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;margin-top:10px}._setBySetToggle_hrvie_744:hover{box-shadow:0 3px 12px #9d6cff4d}._setBySetToggle_hrvie_744._active_hrvie_766{background:linear-gradient(135deg,#10b981,#34d399)}._setDetailsContainer_hrvie_771{margin-top:12px;padding:8px;background:#fafbfc;border-radius:10px;border:2px solid #f3f4f6}._setDetailsHeader_hrvie_779{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;padding-bottom:4px}._setDetailsTitle_hrvie_788{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._setControls_hrvie_796{display:flex;gap:8px;align-items:center}._setCountBtn_hrvie_803{width:28px;height:28px;border:2px solid #e5e7eb;background:#fff;border-radius:8px;color:#6b7280;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-bottom:15px}._setCountBtn_hrvie_803:hover:not(:disabled){background:#9d6cff;color:#fff;border-color:#9d6cff;transform:scale(1.1)}._setCountBtn_hrvie_803:disabled{opacity:.3;cursor:not-allowed}._setCount_hrvie_803{font-size:.75rem;font-weight:700;color:#9d6cff;min-width:45px;text-align:center}._headerActions_hrvie_614{display:flex;gap:6px;margin-bottom:10px}._headerActionBtn_hrvie_847{flex:1;padding:8px 10px;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.6875rem;font-weight:700;cursor:pointer;transition:all .2s;text-align:center}._headerActionBtn_hrvie_847:hover:not(:disabled){border-color:#9d6cff;color:#9d6cff;background:#fafbfc}._headerActionBtn_hrvie_847:disabled{opacity:.4;cursor:not-allowed}._bottomActions_hrvie_873{display:flex;gap:4px;text-align:center}._bottomActionBtn_hrvie_880{flex:1;background:#f6f3ff;border:none;border-radius:10px;color:#8b5cff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}._bottomActionBtn_hrvie_880:hover{transform:translateY(-1px);box-shadow:0 4px 12px #9d6cff4d}._bottomActionBtn_hrvie_880:active{transform:translateY(0)}._setRow_hrvie_904{display:flex;flex-direction:column;gap:10px;padding:12px;background:#fff;border:2px solid #f3f4f6;border-radius:8px;margin-bottom:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}._setRow_hrvie_904:hover{border-color:#d8d8d8;box-shadow:0 2px 6px #0000000a}._activeSet_hrvie_922{border:3px solid #10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5);box-shadow:0 4px 16px #10b98140;transform:scale(1.02)}._completedSet_hrvie_929{border-color:#9ca3af;background:#f3f4f6;opacity:.7}._completedSet_hrvie_929 ._setNumber_hrvie_935{text-decoration:line-through;color:#9ca3af}._futureSet_hrvie_940{opacity:.5;pointer-events:none}._completeSetBtn_hrvie_946{width:100%;padding:14px 20px;background:linear-gradient(135deg,#10b981,#34d399);border:none;border-radius:10px;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #10b9814d;margin-top:12px}._completeSetBtn_hrvie_946:hover{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}._completeSetBtn_hrvie_946:active{transform:translateY(0)}._setRowTop_hrvie_971{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}._setHeader_hrvie_978{display:flex;justify-content:space-between;align-items:center;width:100%}._setInputsRow_hrvie_985{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%}._setNumber_hrvie_935{display:flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:700;color:#9d6cff}._setBadge_hrvie_1002{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-size:.8rem;font-weight:700;color:#fff;background:#9d6cff}._setInputs_hrvie_985{display:flex;flex-direction:row;align-items:flex-start;gap:12px;width:100%}._setInputGroup_hrvie_1023{display:flex;flex-direction:column;gap:4px;width:49%}._setInputGroupSelect_hrvie_1030{width:45%}._cardioInputsGroup_hrvie_1034{flex-direction:row}._inputLabel_hrvie_1038{font-size:.6875rem;font-weight:600;color:#9b9b9b;text-transform:uppercase;letter-spacing:.5px}._setInput_hrvie_985{height:40px;width:80px;padding:0 8px;font-size:1rem;border:2px solid #e8e8e8;border-radius:10px;text-align:center;background:#fafafa}._setInput_hrvie_985:focus{outline:none;border-color:#9d6cff;background:#fff}._cardioInputsGrid_hrvie_1064{display:flex;flex-direction:column;gap:16px;padding:6px;background:#f9f9f9;border-radius:12px}._cardioRow_hrvie_1073{display:flex;gap:16px;width:100%}._cardioRow_hrvie_1073 ._setInputGroup_hrvie_1023{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}@media(max-width:600px){._cardioRow_hrvie_1073{flex-direction:row}}._setNotesInput_hrvie_1093{height:40px;max-width:120px;min-width:60px;font-size:1rem;border-radius:10px;text-align:center;margin-left:8px}._setRow_hrvie_904{background:#fff;border:2px solid #ececf6;border-radius:14px;padding:16px 8px;margin-bottom:14px;box-shadow:0 2px 8px #9d6cff08}._rpeSection_hrvie_1112{display:flex;flex-direction:column;align-items:center;width:100%;margin:18px 0 0;padding-top:4px;border-top:1px solid #f0f0f0}._rpeLabelContainer_hrvie_1122{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:1%}._rpeLabel_hrvie_1122{font-size:1.05rem;font-weight:700;color:#9d6cff;margin-bottom:0}._rpeInfoIcon_hrvie_1138{cursor:help;font-size:1.2rem;color:#9d6cff;opacity:.7;transition:opacity .2s;display:flex;align-items:center}._rpeInfoIcon_hrvie_1138:hover{opacity:1}._rpeButtons_hrvie_1152{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}._rpeBtn_hrvie_1159{width:48px;height:48px;font-size:1.05rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background-color:#7265e3;border:2px solid #e5e7eb;color:#fff;cursor:pointer;transition:all .2s}._rpeBtn_hrvie_1159:hover{transform:scale(1.05);box-shadow:0 2px 8px #7265e34d}._rpeBtn_hrvie_1159._active_hrvie_766{background-color:#9d6cff;border-color:#9d6cff;transform:scale(1.1);box-shadow:0 3px 12px #9d6cff66}._lastTimeHint_hrvie_1187{display:flex;align-items:center;gap:6px;padding:8px 12px;margin-top:8px;background:#f8f9fa;border-radius:8px;font-size:.8125rem;color:#666;font-weight:500}._lastWorkoutSection_hrvie_1201{margin-top:12px;padding:16px;background:linear-gradient(135deg,#7b8de1,#764ba2);border-radius:12px;display:flex;flex-direction:column;gap:12px}._lastWorkoutInfo_hrvie_1211{display:flex;align-items:center;gap:8px;color:#fff}._lastWorkoutLabel_hrvie_1218{font-size:.875rem;font-weight:600;opacity:.9}._lastWorkoutStats_hrvie_1224{font-size:1rem;font-weight:700;color:#fff}._lastWorkoutActions_hrvie_1230{display:flex;flex-direction:row}._lastWorkoutBtn_hrvie_1236{flex:1;padding:10px 12px;background:#fff;color:#667eea;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}._lastWorkoutBtn_hrvie_1236:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}._lastWorkoutBtn_hrvie_1236:active{transform:translateY(0)}._lastWorkoutBtn_hrvie_1236._pushHarder_hrvie_1259{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}._lastWorkoutBtn_hrvie_1236._pushHarder_hrvie_1259:hover{box-shadow:0 4px 12px #f5576c66}@media(max-width:480px){._lastWorkoutActions_hrvie_1230{flex-direction:row}._lastWorkoutBtn_hrvie_1236{width:100%}}._dropRow_hrvie_1280{display:flex;flex-direction:column;gap:4px;padding:6px;background:#fff;border-radius:8px}._dropLabel_hrvie_1289{font-size:.75rem;font-weight:700;color:#7c3aed;text-transform:uppercase;letter-spacing:.5px}._dropInputGroups_hrvie_1297{display:flex;gap:12px;width:100%}._dropSetProtocolBtn_hrvie_1303{font-weight:700;background:linear-gradient(135deg,#f8f5ff,#f0ebff);border-color:#9d6cff;color:#9d6cff}._dropSetProtocolBtn_hrvie_1303:hover{background:linear-gradient(135deg,#9d6cff,#c896ff);color:#fff;border-color:#9d6cff}._sessionTimer_hrvie_264{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;margin-bottom:16px;background:linear-gradient(135deg,#9d6cff,#c896ff);border-radius:12px;font-size:1rem;color:#fff;font-weight:600;box-shadow:0 2px 8px #9d6cff33}._sessionTimerIcon_hrvie_1332{font-size:1.25rem}._sessionTimerLabel_hrvie_1336{font-weight:500;opacity:.95}._sessionTimerValue_hrvie_1341{font-family:SF Mono,Monaco,Courier New,monospace;font-size:1.125rem;font-weight:700;letter-spacing:.5px}._setRowActions_hrvie_1349{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}._setRowActionsGrid_hrvie_1357{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px;margin-top:12px}._setRowActionsGrid_hrvie_1357>button:nth-child(1){grid-column:1;grid-row:1}._setRowActionsGrid_hrvie_1357>button:nth-child(2){grid-column:2;grid-row:1}._setRowActionsGrid_hrvie_1357>button:nth-child(3){grid-column:1;grid-row:2}._setRowActionsGrid_hrvie_1357>button:nth-child(4){grid-column:2;grid-row:2}._setRowActionsGridNoWarmup_hrvie_1386{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px;margin-top:12px}._setRowActionsGridNoWarmup_hrvie_1386>button:nth-child(1){grid-column:1;grid-row:1}._setRowActionsGridNoWarmup_hrvie_1386>button:nth-child(2){grid-column:2;grid-row:1}._setRowActionsGridNoWarmup_hrvie_1386>button:nth-child(3){grid-column:1 / 3;grid-row:2}._quickActionBtn_hrvie_1410{padding:10px 18px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}._quickActionBtn_hrvie_1410:hover{background:#fafbfc;border-color:#9d6cff;color:#9d6cff;transform:translateY(-1px);box-shadow:0 2px 8px #9d6cff1a}._quickActionBtn_hrvie_1410._active_hrvie_766{background:linear-gradient(135deg,#9d6cff,#c896ff);border-color:#9d6cff;color:#fff;box-shadow:0 3px 10px #9d6cff59;transform:translateY(-1px)}._restTimeInput_hrvie_1440{width:150px!important;height:40px!important}._restTimeInput_hrvie_1440 .ant-input-number-input{height:40px!important;font-size:1rem!important;font-weight:700!important;color:#9d6cff!important;text-align:center!important}._restTimeInput_hrvie_1440 .ant-input-number-handler-wrap{border-left:2px solid #e8e8e8!important}._restTimeInput_hrvie_1440 .ant-input-number-handler{border:none!important;background:linear-gradient(135deg,#9d6cff,#c896ff)!important;color:#fff!important;transition:all .2s!important}._restTimeInput_hrvie_1440 .ant-input-number-handler:hover{background:linear-gradient(135deg,#8b5cf6,#a78bfa)!important;height:50%!important}._restTimeInput_hrvie_1440 .ant-input-number-handler-up{border-radius:0 10px 0 0!important}._restTimeInput_hrvie_1440 .ant-input-number-handler-down{border-radius:0 0 10px!important}._restTimeInput_hrvie_1440 .ant-input-number{border:2px solid #e8e8e8!important;border-radius:10px!important;box-shadow:0 2px 4px #0000000a!important;transition:all .2s!important}._restTimeInput_hrvie_1440 .ant-input-number:hover,._restTimeInput_hrvie_1440 .ant-input-number:focus{border-color:#9d6cff!important;box-shadow:0 3px 8px #9d6cff26!important}._setCountInput_hrvie_1491{width:180px!important;height:40px!important}._setCountInput_hrvie_1491 .ant-input-number-input{height:40px!important;font-size:.95rem!important;font-weight:700!important;color:#9d6cff!important;text-align:center!important}._setCountInput_hrvie_1491 .ant-input-number-handler-wrap{border-left:2px solid #e8e8e8!important}._setCountInput_hrvie_1491 .ant-input-number-handler{border:none!important;background:linear-gradient(135deg,#9d6cff,#c896ff)!important;color:#fff!important;transition:all .2s!important}._setCountInput_hrvie_1491 .ant-input-number-handler:hover{background:linear-gradient(135deg,#8b5cf6,#a78bfa)!important;height:50%!important}._setCountInput_hrvie_1491 .ant-input-number-handler-up{border-radius:0 10px 0 0!important}._setCountInput_hrvie_1491 .ant-input-number-handler-down{border-radius:0 0 10px!important}._setCountInput_hrvie_1491 .ant-input-number{border:2px solid #e8e8e8!important;border-radius:10px!important;box-shadow:0 2px 4px #0000000a!important;transition:all .2s!important}._setCountInput_hrvie_1491 .ant-input-number:hover,._setCountInput_hrvie_1491 .ant-input-number:focus{border-color:#9d6cff!important;box-shadow:0 3px 8px #9d6cff26!important}._setInputSeparator_hrvie_1542{font-size:1.1rem;font-weight:700;color:#9d6cff}@media(max-width:480px){._calendarContainer_hrvie_61{gap:2px;padding:12px 12px 16px}._dayContainer_hrvie_72{padding:8px 2px;gap:6px;min-height:48px}._dayName_hrvie_89{font-size:10px}._dayNumber_hrvie_96{width:36px;height:36px}._dayNumberText_hrvie_117{font-size:13px}._unitToggleBtn_hrvie_129{top:12px;right:12px;padding:6px 12px;font-size:.625rem;min-height:32px}._compactGrid_hrvie_394,._metricsGrid_hrvie_736{grid-template-columns:1fr 1fr;gap:10px}._setInputs_hrvie_985{flex-wrap:nowrap;gap:8px}._setInput_hrvie_985{width:60px;min-height:44px;font-size:1rem}._rpeSection_hrvie_1112{flex-wrap:wrap;margin-left:0;width:100%;justify-content:center;gap:8px}._setRowActions_hrvie_1349,._headerActions_hrvie_614{flex-direction:column;gap:10px}._exerciseCard_hrvie_470{padding:14px;margin-bottom:14px}}@media(max-width:600px){._headerActions_hrvie_614{flex-direction:column;align-items:center;width:100%;gap:16px;margin-bottom:20px}._headerActionBtn_hrvie_847{width:90%;max-width:320px;margin:0 auto 8px;padding:16px 0;font-size:1.05rem;border-radius:14px;box-shadow:0 2px 8px #9d6cff14}._setDetailsHeader_hrvie_779{flex-direction:row;justify-content:center;align-items:center;gap:18px;margin-bottom:4px;padding-bottom:4px}._setControls_hrvie_796{display:flex;flex-direction:row;align-items:center;gap:12px;justify-content:center}._setCountBtn_hrvie_803{width:44px;height:44px;font-size:1.2rem;border-radius:12px}._setCount_hrvie_803{font-size:1.05rem;min-width:60px;text-align:center}._setRowTop_hrvie_971{display:flex;flex-direction:column;align-items:center;gap:2px;justify-content:center;margin-bottom:4px}._setInputs_hrvie_985{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;justify-content:center}._setInput_hrvie_985,._setNotesInput_hrvie_1093{height:35px;font-size:1.05rem;border-radius:12px;text-align:center}._quickActionBtn_hrvie_1410{width:100%;max-width:320px;margin:0 auto 10px;padding:8px 0;font-size:.85rem;border-radius:12px;box-shadow:0 2px 8px #9d6cff14}._setRowActions_hrvie_1349{flex-direction:column;gap:4px;width:100%;margin-top:4px;align-items:center}._rpeSection_hrvie_1112{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%;justify-content:center;margin:4px 0 0}._rpeLabel_hrvie_1122{font-size:1.05rem;font-weight:700;color:#9d6cff;margin-bottom:0;text-align:left}._rpeBtn_hrvie_1159{width:40px;height:40px;font-size:1rem;border-radius:10px;margin:0 4px 0 0}._exerciseCard_hrvie_470,._setDetailsContainer_hrvie_771,._setRow_hrvie_904{padding:12px 10px;border-radius:18px;margin-bottom:6px;box-shadow:0 2px 12px #9d6cff0f}}._workoutSessionBg_hrvie_1738{min-height:100vh;background:linear-gradient(135deg,#f3f4f8,#e9e6fc);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0}._workoutCard_hrvie_1748{background:#fff;border-radius:24px;box-shadow:0 6px 32px #9d6cff1a;padding:32px 24px;margin:32px 0;max-width:480px;width:100%;display:flex;flex-direction:column;gap:24px}._workoutHeader_hrvie_1761{font-size:2rem;font-weight:800;color:#7b5fcf;text-align:center;margin-bottom:8px}._setCard_hrvie_1769{background:#f8f7fc;border-radius:18px;box-shadow:0 2px 12px #9d6cff0f;padding:20px 16px;margin-bottom:18px;display:flex;flex-direction:column;gap:16px}._setTitle_hrvie_1780{font-size:1.1rem;font-weight:700;color:#7b5fcf;margin-bottom:6px}._setInputs_hrvie_985{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:center}._setInput_hrvie_985,._setNotesInput_hrvie_1093{height:44px;min-width:60px;max-width:120px;font-size:1rem;border-radius:12px;border:2px solid #ececf6;background:#fff;text-align:center;margin:0 4px}._pillBtn_hrvie_1808{padding:12px 24px;border-radius:999px;background:linear-gradient(135deg,#9d6cff,#7b5fcf);color:#fff;font-weight:700;font-size:1rem;border:none;box-shadow:0 2px 8px #9d6cff14;cursor:pointer;transition:background .2s,box-shadow .2s}._pillBtn_hrvie_1808:hover{background:linear-gradient(135deg,#7b5fcf,#9d6cff);box-shadow:0 4px 16px #9d6cff26}._nextStepsBar_hrvie_1825{width:100%;background:#ececf6;border-radius:12px;padding:10px 0;display:flex;align-items:center;justify-content:space-between;margin-top:16px}._nextStep_hrvie_1825{flex:1;text-align:center;font-size:1rem;color:#7b5fcf;font-weight:700;opacity:.7}._nextStep_hrvie_1825._active_hrvie_766{color:#9d6cff;opacity:1;font-weight:800}._stickyChat_hrvie_1850{position:fixed;bottom:0;left:0;width:100vw;background:#fff;box-shadow:0 -2px 16px #9d6cff1a;padding:16px 12px;display:flex;align-items:center;gap:12px;z-index:100}._chatInput_hrvie_1863{flex:1;border-radius:999px;border:2px solid #ececf6;padding:12px 18px;font-size:1rem;background:#f8f7fc;color:#333}._sendBtn_hrvie_1872{border-radius:999px;background:linear-gradient(135deg,#9d6cff,#7b5fcf);color:#fff;font-weight:700;font-size:1rem;border:none;padding:12px 24px;cursor:pointer;box-shadow:0 2px 8px #9d6cff14}._sendBtn_hrvie_1872:hover{background:linear-gradient(135deg,#7b5fcf,#9d6cff)}@media(max-width:600px){._workoutCard_hrvie_1748{padding:16px 4px;border-radius:16px;margin:16px 0;max-width:100vw}._setCard_hrvie_1769{padding:14px 4px;border-radius:12px;margin-bottom:12px}._stickyChat_hrvie_1850{padding:10px 4px;border-radius:0}._chatInput_hrvie_1863{padding:10px 12px;font-size:.95rem}._pillBtn_hrvie_1808,._sendBtn_hrvie_1872{padding:10px 16px;font-size:.95rem}._nextStepsBar_hrvie_1825{padding:8px 0;border-radius:8px}}._formActions_hrvie_1919{display:flex;gap:12px;margin-top:6px;padding:0 4px}._cancelBtn_hrvie_1926{flex:1;padding:16px 24px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._cancelBtn_hrvie_1926:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}._cancelBtn_hrvie_1926:active{transform:translateY(0)}._saveBtn_hrvie_1951{flex:2;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background:linear-gradient(135deg,#9d6cff,#c896ff);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #9d6cff4d}._saveBtn_hrvie_1951:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 6px 20px #9d6cff66;transform:translateY(-2px)}._saveBtn_hrvie_1951:active:not(:disabled){transform:translateY(0)}._saveBtn_hrvie_1951:disabled{opacity:.6;cursor:not-allowed;transform:none}._spinner_hrvie_1985{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_hrvie_1985 .6s linear infinite}@media(max-width:480px){._topActions_hrvie_179{display:flex}._startWorkoutBtn_hrvie_187,._addExerciseBtnTop_hrvie_222{flex:1;width:100%}._formActions_hrvie_1919{flex-direction:column;gap:10px}._cancelBtn_hrvie_1926,._saveBtn_hrvie_1951{flex:1;width:100%}}._exerciseInfoBtn_hrvie_2059{display:flex;align-items:center;justify-content:center;width:44px;height:42px;padding-top:3px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:10px;font-size:1.2rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}._exerciseInfoBtn_hrvie_2059:hover:not(:disabled){background:#9d6cff;border-color:#9d6cff;transform:scale(1.05)}._exerciseInfoBtn_hrvie_2059:active:not(:disabled){transform:scale(.98)}._exerciseInfoBtn_hrvie_2059:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(100%)}._exerciseInfoIcon_hrvie_2091{width:20px;height:20px;display:block}._modalOverlay_hrvie_2098{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;display:flex;align-items:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._exerciseInfoModal_hrvie_2108{width:100%;max-width:600px;margin:0 auto;background:#fff;border-radius:24px 24px 0 0;max-height:80vh;overflow-y:auto;box-shadow:0 -4px 20px #00000026}._modalHeader_hrvie_2119{position:sticky;top:0;background:#fff;padding:16px 20px 12px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;z-index:1}._modalDragHandle_hrvie_2131{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#d0d0d0;border-radius:2px}._modalTitle_hrvie_2142{margin:0;font-size:1.125rem;font-weight:700;color:#333;flex:1}._modalCloseBtn_hrvie_2150{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f5;color:#666;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._modalCloseBtn_hrvie_2150:hover{background:#e8e8e8;color:#333}._modalContent_hrvie_2170{padding:20px;display:flex;flex-direction:column;gap:20px}._infoSection_hrvie_2177{display:flex;flex-direction:column;gap:12px}._infoRow_hrvie_2183{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8f8f8;border-radius:10px}._infoLabel_hrvie_2192{font-size:.875rem;font-weight:600;color:#666}._infoValue_hrvie_2198{font-size:.875rem;font-weight:500;color:#333}._animationPreview_hrvie_2204{width:100%;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding-bottom:5%}._animationPlaceholder_hrvie_2213{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}._animationIcon_hrvie_2223{font-size:3rem;opacity:.5}._animationText_hrvie_2228{margin:0;font-size:1rem;font-weight:600;color:#666}._animationSubtext_hrvie_2235{margin:0;font-size:.75rem;color:#999}._animationGif_hrvie_2241{width:100%;height:100%;object-fit:cover;display:block}._sectionTitle_hrvie_159{margin:0 0 8px;font-size:.9375rem;font-weight:700;color:#333}._description_hrvie_2255{margin:0;font-size:.875rem;line-height:1.6;color:#555}._tipsList_hrvie_2262{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}._tipItem_hrvie_2271{background:#f8f8f8;border-radius:10px;font-size:.8125rem;color:#555;line-height:1.5;position:relative;padding:10px 14px 10px 32px}._tipItem_hrvie_2271:before{content:"✓";position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9d6cff;font-weight:700;font-size:1rem}._intensitySliderSection_hrvie_2294{margin-top:16px;padding:16px;border-radius:12px}._intensityLabel_hrvie_2302{display:block;font-size:.95rem;font-weight:700;color:#666;margin-bottom:12px;text-align:center}._intensitySlider_hrvie_2294{display:flex;align-items:center;gap:12px}._intensityEmoji_hrvie_2317{font-size:.875rem;font-weight:600;color:#666;white-space:nowrap;min-width:60px}._intensityEmoji_hrvie_2317:first-child{text-align:right}._intensityEmoji_hrvie_2317:last-child{text-align:left}._slider_hrvie_2333{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;border-radius:10px;background-color:#aaa;outline:none;cursor:pointer}._slider_hrvie_2333::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0003;cursor:pointer;border:3px solid #9d6cff;transition:all .2s}._slider_hrvie_2333::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #9d6cff66}._slider_hrvie_2333::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0003;cursor:pointer;border:3px solid #9d6cff;transition:all .2s}._slider_hrvie_2333::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #9d6cff66}._instructionsList_hrvie_2381{list-style-type:decimal;padding-left:1.5rem;margin:.75rem 0}._instructionItem_hrvie_2387{font-size:.9375rem;line-height:1.6;color:#333;margin-bottom:.625rem;padding-left:.5rem}._muscleTagsContainer_hrvie_2395{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}._muscleTag_hrvie_2395{background:linear-gradient(135deg,#9d6cff,#7c3aed);color:#fff;padding:.375rem .875rem;border-radius:1rem;font-size:.8125rem;font-weight:500;box-shadow:0 2px 4px #9d6cff33}._spinner_hrvie_1985{border:3px solid rgba(157,108,255,.2);border-top-color:#9d6cff;border-radius:50%;width:40px;height:40px;animation:_spin_hrvie_1985 .8s linear infinite;margin:0 auto}@keyframes _spin_hrvie_1985{to{transform:rotate(360deg)}}._selectInput_hrvie_2429{height:40px;padding:10px 12px;font-size:.9375rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;color:#333;transition:all .2s ease;cursor:pointer;width:94%}._selectInput_hrvie_2429:focus{outline:none;border-color:#9d6cff;box-shadow:0 0 0 3px #9d6cff1a}._textInput_hrvie_2448{padding:10px 12px;font-size:.9375rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;color:#333;transition:all .2s ease}._textInput_hrvie_2448:focus{outline:none;border-color:#9d6cff;box-shadow:0 0 0 3px #9d6cff1a}._beginnerTip_hrvie_2465{padding:12px 16px;background:linear-gradient(135deg,#9d6cff14,#7c3aed0d);border-left:4px solid #9d6cff;border-radius:8px;font-size:.875rem;color:#666;margin-top:12px}._overlay_37vng_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1000;animation:_fadeIn_37vng_1 .2s ease}._modal_37vng_13{position:fixed;bottom:0;left:50%;transform:translate(-50%);background:#fff;border-radius:28px 28px 0 0;padding:8px 24px 32px;max-width:480px;width:90%;z-index:1001;box-shadow:0 -8px 32px #0000001f;animation:_slideUpFromBottom_37vng_1 .35s cubic-bezier(.4,0,.2,1);max-height:65vh;overflow-y:auto}._modalHandle_37vng_30{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:12px auto 8px}@keyframes _fadeIn_37vng_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUpFromBottom_37vng_1{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}._closeButton_37vng_58{position:absolute;top:20px;right:20px;background:#f5f5f5;color:#1a1a1a;width:36px;height:36px;border:none;border-radius:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:20px;z-index:10}._closeButton_37vng_58:hover{background:#e8e8e8;transform:scale(1.05)}._closeButton_37vng_58:active{transform:scale(.95)}._iconContainer_37vng_86{display:flex;justify-content:center;margin-bottom:20px;margin-top:24px}._modalIcon_37vng_93{font-size:72px;display:flex;align-items:center;justify-content:center;color:#667eea;filter:drop-shadow(0 2px 8px rgba(102,126,234,.3))}._modalTitle_37vng_102{font-size:26px;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:10px;letter-spacing:-.5px}._modalSubtitle_37vng_111{font-size:15px;color:#666;text-align:center;line-height:1.5;margin-bottom:36px;padding:0 20px;font-weight:400}._buttonGroup_37vng_121{display:flex;flex-direction:column;gap:12px}._restoreButton_37vng_127{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;background:linear-gradient(135deg,#10b981,#34d399);border:none;border-radius:16px;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 20px #10b98159;letter-spacing:.3px}._restoreButton_37vng_127:hover{transform:translateY(-2px);box-shadow:0 8px 28px #10b98173}._restoreButton_37vng_127:active{transform:translateY(0)}._discardButton_37vng_154{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;background:linear-gradient(135deg,#ef4444,#f87171);border:none;border-radius:16px;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 20px #ef444459;letter-spacing:.3px}._discardButton_37vng_154:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ef444473}._discardButton_37vng_154:active{transform:translateY(0)}._cancelButton_37vng_181{display:flex;align-items:center;justify-content:center;padding:18px 24px;background:#f5f5f5;border:none;border-radius:16px;color:#666;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}._cancelButton_37vng_181:hover{background:#e8e8e8;color:#333}._cancelButton_37vng_181:active{transform:scale(.98)}@media(max-width:480px){._modal_37vng_13{padding:8px 20px 28px;border-radius:24px 24px 0 0;max-width:100%;width:90%;left:0;right:0;transform:none}._modalTitle_37vng_102{font-size:24px}._modalSubtitle_37vng_111{font-size:14px;margin-bottom:32px}._iconContainer_37vng_86{margin-bottom:16px;margin-top:20px}._modalIcon_37vng_93{font-size:64px}._closeButton_37vng_58{width:32px;height:32px;font-size:18px;top:16px;right:16px}@keyframes _slideUpFromBottom_37vng_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}}._modalOverlay_57r0q_2{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:9999;display:flex;align-items:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._exerciseInfoModal_57r0q_12{width:100%;max-width:600px;margin:0 auto;background:#fff;border-radius:24px 24px 0 0;max-height:80vh;overflow-y:auto;box-shadow:0 -4px 20px #00000026}._modalHeader_57r0q_23{position:sticky;top:0;background:#fff;padding:16px 20px 12px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;z-index:1}._modalDragHandle_57r0q_35{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#d0d0d0;border-radius:2px}._modalTitle_57r0q_46{margin:0;font-size:1.125rem;font-weight:700;color:#333;flex:1}._modalCloseBtn_57r0q_54{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f5;color:#666;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._modalCloseBtn_57r0q_54:hover{background:#e8e8e8;color:#333}._modalContent_57r0q_74{padding:20px;display:flex;flex-direction:column;gap:20px}._infoSection_57r0q_81{display:flex;flex-direction:column;gap:12px}._infoRow_57r0q_87{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8f8f8;border-radius:10px}._infoLabel_57r0q_96{font-size:.875rem;font-weight:600;color:#666}._infoValue_57r0q_102{font-size:.875rem;font-weight:500;color:#333}._animationPreview_57r0q_108{width:100%;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}._animationPlaceholder_57r0q_115{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 20px}._animationIcon_57r0q_126{font-size:4rem;opacity:.4;filter:grayscale(100%)}._animationText_57r0q_132{margin:.5rem 0;font-size:1.25rem;font-weight:500;color:#999}._animationSubtext_57r0q_139{margin:0;font-size:.95rem;color:#999}._animationGif_57r0q_145{width:100%;height:100%;object-fit:cover;display:block}._sectionTitle_57r0q_152{margin:0 0 8px;font-size:.9375rem;font-weight:700;color:#333}._description_57r0q_159{margin:0;font-size:.875rem;line-height:1.6;color:#555}._instructionsList_57r0q_166{list-style-type:decimal;padding-left:1.5rem;margin:.75rem 0}._instructionItem_57r0q_172{font-size:.9375rem;line-height:1.6;color:#333;margin-bottom:.625rem;padding-left:.5rem}._tipsList_57r0q_180{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}._tipItem_57r0q_189{background:#f8f8f8;border-radius:10px;font-size:.8125rem;color:#555;line-height:1.5;position:relative;padding:10px 14px 10px 32px}._tipItem_57r0q_189:before{content:"✓";position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9d6cff;font-weight:700;font-size:1rem}._muscleTagsContainer_57r0q_211{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}._muscleTag_57r0q_211{background:linear-gradient(135deg,#9d6cff,#7c3aed);color:#fff;padding:.375rem .875rem;border-radius:1rem;font-size:.8125rem;font-weight:500;box-shadow:0 2px 4px #9d6cff33}._spinner_57r0q_228{border:3px solid rgba(157,108,255,.2);border-top-color:#9d6cff;border-radius:50%;width:40px;height:40px;animation:_spin_57r0q_228 .8s linear infinite;margin:0 auto}@keyframes _spin_57r0q_228{to{transform:rotate(360deg)}}._container_1m6iv_1{padding:0;max-width:100%;background:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._timerSection_1m6iv_10{text-align:center;margin:0 20px 20px;padding:28px 20px;border-radius:20px;color:#764ba2}._topActions_1m6iv_21{display:flex;gap:12px;margin:0 20px 16px}._startWorkoutBtn_1m6iv_27,._pauseWorkoutBtn_1m6iv_28,._resumeWorkoutBtn_1m6iv_29{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:none;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:50px}._startWorkoutBtn_1m6iv_27,._resumeWorkoutBtn_1m6iv_29{background:linear-gradient(60deg,#4dc7e0,#a8e8ff);color:#000;box-shadow:0 2px 8px #10b98133}._startWorkoutBtn_1m6iv_27:hover,._resumeWorkoutBtn_1m6iv_29:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._pauseWorkoutBtn_1m6iv_28{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b33}._pauseWorkoutBtn_1m6iv_28:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}._addExerciseBtnTop_1m6iv_69{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:2px solid #667eea;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:50px;background:#fff;color:#667eea}._addExerciseBtnTop_1m6iv_69:hover{background:#f5f3ff;transform:translateY(-1px);box-shadow:0 4px 12px #667eea33}._startIcon_1m6iv_93,._pauseIcon_1m6iv_94,._plusIcon_1m6iv_95{font-size:1.1rem;font-weight:700}._draftIndicator_1m6iv_100{margin-top:12px;font-size:.8rem;color:#6b7280;opacity:.8}._timer_1m6iv_10{font-size:3.5rem;font-weight:700;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;margin-bottom:8px;text-shadow:0 2px 8px rgba(0,0,0,.2);letter-spacing:2px}._caloriePreview_1m6iv_116{font-size:1.1rem;font-weight:600;color:#f97316;margin-top:8px;padding:8px 16px;background:#f973161a;border-radius:20px;display:inline-block;animation:_pulse_1m6iv_1 2s ease-in-out infinite}@keyframes _pulse_1m6iv_1{0%,to{opacity:1}50%{opacity:.8}}._timerControls_1m6iv_138{display:flex;justify-content:center;gap:12px}._startButton_1m6iv_144,._stopButton_1m6iv_145{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px;box-shadow:0 3px 12px #00000026;width:220px}._startButton_1m6iv_144{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._startButton_1m6iv_144:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b9814d}._pauseButton_1m6iv_172{width:220px;padding:14px 32px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px;box-shadow:0 3px 12px #00000026;background:linear-gradient(60deg,#fdb44e,#ffe6a2)}._resumeButton_1m6iv_191{color:#fff;width:220px;padding:14px 32px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px;box-shadow:0 3px 12px #00000026;background:linear-gradient(135deg,#3b82f6,#2563eb)}._pauseButton_1m6iv_172{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._pauseButton_1m6iv_172:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b4d}._resumeButton_1m6iv_191{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._resumeButton_1m6iv_191:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f64d}._buttonIcon_1m6iv_251{font-size:1.2rem}._workoutNameSection_1m6iv_256{margin:0 20px 8px}._sectionLabel_1m6iv_260{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}._nameInput_1m6iv_270{width:100%;padding:14px 16px;background:#fff;border:2px solid #e8e8e8;border-radius:12px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}._nameInput_1m6iv_270:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._buttonIcon_1m6iv_251,._aiIcon_1m6iv_289 img,._aiButtonIcon_1m6iv_290{width:18px;height:18px;display:inline-block;vertical-align:middle;margin-right:6px}._buttonIcon_1m6iv_251 img[src*="chatbot.png"],._aiIcon_1m6iv_289 img[src*="chatbot.png"],._aiButtonIcon_1m6iv_290[src*="chatbot.png"]{mix-blend-mode:multiply;filter:contrast(1.2) brightness(.9)}._exercisesSection_1m6iv_307{margin:20px 24px 24px 20px;align-items:baseline}._sectionHeader_1m6iv_313{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}._sectionHeader_1m6iv_313 h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._addButton_1m6iv_327{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #667eea33}._addButton_1m6iv_327:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}._iconMedium_1m6iv_345{width:50px;height:50px;display:inline-block;vertical-align:middle}._exerciseCard_1m6iv_352{padding:0;background:#fff;border:2px solid #e8e8e8;border-radius:14px;margin-bottom:12px;box-shadow:0 2px 8px #0000000a;transition:all .2s ease;overflow:hidden}._exerciseCard_1m6iv_352:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}._exerciseHeader_1m6iv_368{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#f8f9ff,#f5f3ff);border-bottom:1px solid #e8e8e8}._exerciseHeaderLeft_1m6iv_377{display:flex;align-items:center;gap:10px}._exerciseNumber_1m6iv_383{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-size:.8rem;font-weight:700;flex-shrink:0}._exerciseHeaderRight_1m6iv_396{display:flex;align-items:center;gap:8px}._micButton_1m6iv_402{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#667eea}._micButton_1m6iv_402:hover{background:#f9fafb;border-color:#667eea;transform:scale(1.05)}._removeBtn_1m6iv_422{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}._removeBtn_1m6iv_422:hover{background:#fecaca;border-color:#dc2626;transform:scale(1.05)}._exerciseContent_1m6iv_443{padding:16px}._exerciseNameRow_1m6iv_448{padding:12px 16px;border-bottom:1px solid #e8e8e8}._exerciseNameInput_1m6iv_453{width:100%;padding:12px 16px;border:2px solid #e8e8e8;border-radius:10px;font-size:1rem;font-weight:500;background:#fafafa;transition:all .2s ease;box-sizing:border-box}._exerciseNameInput_1m6iv_453:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}._exerciseNameInput_1m6iv_453::placeholder{color:#9ca3af;font-weight:400}._setDetailsContainer_1m6iv_478{padding:16px;background:#fafbfc}._sessionDetailsContainer_1m6iv_484{background:#fff}._sessionDetailsHeader_1m6iv_489{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}._sessionBadge_1m6iv_498{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}._setBadge_1m6iv_510{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.05em}._setCountContainer_1m6iv_522{display:flex;justify-content:flex-end;margin-top:-48px;margin-bottom:16px}._sessionFields_1m6iv_529{display:flex;flex-direction:column;gap:12px}._sessionInputGroup_1m6iv_535{display:flex;flex-direction:column;gap:6px}._sessionInputRow_1m6iv_541{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4%}._temperatureToggle_1m6iv_548{display:inline-flex;gap:0;margin-left:6px;align-items:center}._temperatureLabel_1m6iv_555{font-size:.65rem;font-weight:500;color:#9ca3af;margin:0 4px}._durationInput_1m6iv_562{width:100%}._notesTextarea_1m6iv_566{width:100%;padding:10px;margin-right:0;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;transition:all .2s ease;box-sizing:border-box}._notesTextarea_1m6iv_566:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._notesTextarea_1m6iv_566::placeholder{color:#9ca3af;font-style:italic}._paceInput_1m6iv_590{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease}._paceInput_1m6iv_590:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._paceInput_1m6iv_590::placeholder{color:#9ca3af;font-style:italic}._setDetailsHeader_1m6iv_611{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}._setDetailsTitle_1m6iv_620{font-size:.9rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em}._setRow_1m6iv_633{background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:12px;margin-bottom:12px;transition:all .2s ease}._setRow_1m6iv_633:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}._setRowTop_1m6iv_647{margin-bottom:12px}._setHeader_1m6iv_651{display:flex;justify-content:space-between;align-items:center}._setNumber_1m6iv_657{font-size:.875rem;font-weight:700;color:#374151;display:flex;align-items:center;gap:6px}._setBadge_1m6iv_510{display:inline-flex;align-items:center;justify-content:center;height:20px;border-radius:4px;font-size:.7rem;font-weight:700;margin-left:4px}._setBadge_1m6iv_510._warmup_1m6iv_678{background:#fef3c7;color:#d97706}._setInputsRow_1m6iv_683{margin-bottom:8px}._setInputs_1m6iv_683{display:flex;gap:12px}._setInputGroup_1m6iv_692{flex:1;display:flex;flex-direction:column;gap:6px}._inputLabel_1m6iv_699{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;display:flex;align-items:center;gap:2px}._setRowActions_1m6iv_715{display:flex;gap:8px;margin-top:8px}._quickActionBtn_1m6iv_721{flex:1;padding:8px 12px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.8rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease}._quickActionBtn_1m6iv_721:hover{border-color:#667eea;background:#f5f3ff;color:#667eea}._quickActionBtn_1m6iv_721._active_1m6iv_740{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._bottomActions_1m6iv_747{margin-top:12px;display:flex;justify-content:center}._bottomActionBtn_1m6iv_753{padding:10px 20px;border:2px dashed #cbd5e1;border-radius:8px;background:transparent;font-size:.875rem;font-weight:600;color:#667eea;cursor:pointer;transition:all .2s ease}._bottomActionBtn_1m6iv_753:hover:not(:disabled){border-color:#667eea;border-style:solid;background:#f5f3ff}._bottomActionBtn_1m6iv_753:disabled{opacity:.5;cursor:not-allowed}._exerciseName_1m6iv_448{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:12px}._exerciseDetails_1m6iv_783{display:flex;flex-direction:column;gap:8px}._detailRow_1m6iv_789{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border-radius:8px}._detailLabel_1m6iv_798{font-size:.875rem;font-weight:600;color:#6b7280}._detailValue_1m6iv_804{font-size:.875rem;font-weight:600;color:#1f2937}._weightRow_1m6iv_810{padding:8px 12px;background:#f9fafb;border-radius:8px}._weightInputSection_1m6iv_816{display:flex;align-items:center;gap:12px}._weightInput_1m6iv_816{flex:1;max-width:120px}._removeButton_1m6iv_827{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;width:32px;height:32px;border-radius:8px;font-size:.95rem;line-height:1;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 6px #ef444433}._removeButton_1m6iv_827:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef444459}._emptyState_1m6iv_850{text-align:center;padding:40px 24px;color:#9ca3af;background:#fff;border-radius:14px;border:2px dashed #e8e8e8}._emptyState_1m6iv_850 p{margin:12px 0 4px;font-size:1rem;color:#6b7280}._emptyStateSubtext_1m6iv_865{display:block;font-size:.875rem;color:#9ca3af;font-weight:500}._emptyIcon_1m6iv_872{font-size:2.5rem;display:block;margin-bottom:12px}._addExerciseForm_1m6iv_879{overflow:hidden;margin:20px 24px 24px 20px}._quickForm_1m6iv_885{background:#fff;border:2px solid #e8e8e8;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000a}._formRow_1m6iv_893{display:flex;gap:12px;margin-bottom:6px}._formRow_1m6iv_893:last-of-type{margin-bottom:10px}._aiToggleRow_1m6iv_904{margin-bottom:16px;text-align:center}._aiToggleButton_1m6iv_909{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#667eea;font-size:.875rem;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s ease}._aiToggleButton_1m6iv_909:hover{background:#667eea1a;color:#5568d3}._aiToggleButton_1m6iv_909 svg{flex-shrink:0}._formSetsRepsRow_1m6iv_957{display:flex;gap:12px;margin-bottom:16px}._formSetsRepsRow_1m6iv_957 ._numberGroup_1m6iv_963{flex:1}._formWeightRow_1m6iv_968{margin-bottom:16px}._numberGroupFull_1m6iv_972{display:flex;flex-direction:column;gap:6px}._numberGroupFull_1m6iv_972 label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}._weightInputGroup_1m6iv_986{display:flex;gap:8px;align-items:center}._weightInputGroup_1m6iv_986 .ant-input-number{flex:1;padding:10px 12px;border:2px solid #e8e8e8;border-radius:8px;font-size:.875rem;text-align:center;transition:all .2s ease}._weightInputGroup_1m6iv_986 .ant-input-number-focused{border-color:#667eea}._numberGroupFull_1m6iv_972 .ant-input-number{width:100%;padding:10px 12px;border:2px solid #e8e8e8;border-radius:8px;font-size:.875rem;text-align:center;transition:all .2s ease}._numberGroupFull_1m6iv_972 .ant-input-number-focused{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._numberGroupFull_1m6iv_972 .ant-input-number-input{text-align:center;font-size:.875rem;font-weight:600}._exerciseInput_1m6iv_1027{flex:1;padding:12px 16px;border:2px solid #e8e8e8;border-radius:10px;font-size:1rem;transition:all .2s ease}._exerciseInput_1m6iv_1027:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._numberGroup_1m6iv_963{display:flex;flex-direction:column;gap:6px;min-width:85px}._numberGroup_1m6iv_963 label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}._numberInput_1m6iv_1058,._numberGroup_1m6iv_963 .ant-input-number{width:100%;padding:10px 12px;border:2px solid #e8e8e8;border-radius:8px;font-size:.875rem;text-align:center;transition:all .2s ease}._numberInput_1m6iv_1058:focus,._numberGroup_1m6iv_963 .ant-input-number-focused{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._numberGroup_1m6iv_963 .ant-input-number-input{text-align:center;font-size:.875rem;font-weight:600}._formActions_1m6iv_1083{display:flex;gap:12px;justify-content:space-between}._formCancelButton_1m6iv_1089,._formAddButton_1m6iv_1090{padding:10px 20px;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #00000014;width:49%}._formCancelButton_1m6iv_1089{background:#f3f4f6;color:#6b7280}._formCancelButton_1m6iv_1089:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 3px 8px #0000001f}._formAddButton_1m6iv_1090{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._formAddButton_1m6iv_1090:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._actions_1m6iv_1124{position:sticky;bottom:0;display:flex;gap:16px;justify-content:space-between;margin:0;padding:24px 20px 20px;background:linear-gradient(to top,#fffffffa 70%,#fff0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;box-shadow:0 -4px 12px #0000000d}._cancelButton_1m6iv_1143,._finishButton_1m6iv_1144{flex:1;padding:14px 28px;border:none;border-radius:14px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px}._cancelButton_1m6iv_1143{background:#fff;color:#6b7280;border:2px solid #e8e8e8;box-shadow:0 2px 8px #0000000a}._cancelButton_1m6iv_1143:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._finishButton_1m6iv_1144{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea40}._finishButton_1m6iv_1144:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea59}._finishButton_1m6iv_1144:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._spinner_1m6iv_1192{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_1m6iv_1192 1s linear infinite}@keyframes _spin_1m6iv_1192{to{transform:rotate(360deg)}}@media(max-width:768px){._timer_1m6iv_10{font-size:2.5rem}._timerSection_1m6iv_10{padding:20px 16px}._formRow_1m6iv_893{flex-direction:column;gap:8px}._numberGroup_1m6iv_963{min-width:auto}._actions_1m6iv_1124{flex-direction:column}._cancelButton_1m6iv_1143,._finishButton_1m6iv_1144{flex:none}}._aiInputSection_1m6iv_1241{background:#fff;border:2px solid #e8e8e8;border-radius:14px;padding:20px;margin:0 20px 20px;box-shadow:0 2px 8px #0000000a}._aiInputContainer_1m6iv_1250{background:#fff;border:2px solid #e8e8e8;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000a}._aiHeader_1m6iv_1258{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}._aiHeaderLeft_1m6iv_1265{display:flex;align-items:center;gap:10px}._backToManualButton_1m6iv_1271{background:transparent;border:none;color:#667eea;font-size:.875rem;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s ease}._backToManualButton_1m6iv_1271:hover{background:#667eea1a;color:#5568d3}._aiIcon_1m6iv_289{font-size:1.3rem;width:22px;height:22px;color:#667eea}._aiTitle_1m6iv_1295{font-size:.95rem;font-weight:600;color:#374151}._aiTextarea_1m6iv_1301{width:100%;padding:14px 16px;border:2px solid #e8e8e8;border-radius:10px;font-size:.9rem;line-height:1.5;resize:vertical;transition:all .2s ease;font-family:inherit;box-sizing:border-box;margin-bottom:4px}._aiTextarea_1m6iv_1301:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._aiParseButton_1m6iv_1321{width:100%;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;box-shadow:0 2px 8px #667eea40}._aiParseButton_1m6iv_1321:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea59}._aiParseButton_1m6iv_1321:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._aiExamplesSection_1m6iv_1352{margin-bottom:14px}._aiExamplesTitle_1m6iv_1356{font-size:.8rem;color:#6b7280;font-weight:600;margin-right:8px}._aiExampleButton_1m6iv_1363{background:#fff;border:2px solid #e8e8e8;border-radius:8px;padding:10px 14px;text-align:left;font-size:.8rem;color:#374151;cursor:pointer;transition:all .2s ease;line-height:1.4;display:inline-block;max-width:100%}._aiExampleButton_1m6iv_1363:hover{border-color:#667eea;background:#f7f8fe;color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea26}._aiError_1m6iv_1386{display:flex;align-items:center;gap:10px;background:#fef2f2;border:2px solid #fca5a5;color:#dc2626;padding:12px 16px;border-radius:10px;margin-bottom:14px;font-size:.85rem;font-weight:500}._errorIcon_1m6iv_1400{font-size:1rem;flex-shrink:0}._aiParsedSection_1m6iv_1405{background:#fff;border-radius:14px;padding:5px}._aiParsedHeader_1m6iv_1414{font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;gap:8px}._aiParsedHeader_1m6iv_1414:before{content:"✨";font-size:1.2rem}._aiExercisesList_1m6iv_1429{display:flex;flex-direction:column;gap:12px}._aiActions_1m6iv_1435{display:flex;gap:10px}._aiAddButton_1m6iv_1440{flex:1;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;box-shadow:0 2px 8px #10b98133}._aiAddButton_1m6iv_1440:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}._aiAddButton_1m6iv_1440:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._aiCancelButton_1m6iv_1471{flex:1;padding:10px 16px;background:#fff;color:#6b7280;border:2px solid #e8e8e8;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:40px;box-shadow:0 2px 8px #0000000a}._aiCancelButton_1m6iv_1471:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._addWeightRow_1m6iv_934{margin-bottom:16px;text-align:center}._addWeightButton_1m6iv_939{background:transparent;border:none;color:#667eea;font-size:.875rem;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .2s ease}._addWeightButton_1m6iv_939:hover{background:#667eea1a;color:#5568d3}._successModalOverlay_1m6iv_1517{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._successModal_1m6iv_1517{background:#fff;border-radius:24px;padding:40px 32px;text-align:center;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d}._successIcon_1m6iv_1541{font-size:4rem;margin-bottom:16px;animation:_bounce_1m6iv_1 .6s ease-in-out}@keyframes _bounce_1m6iv_1{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}._successModal_1m6iv_1517 h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 12px}._successModal_1m6iv_1517 p{font-size:1rem;color:#6b7280;margin:0 0 28px;line-height:1.6}._successModal_1m6iv_1517 p strong{color:#667eea;font-weight:600}._caloriesBurned_1m6iv_1576{font-size:1.15rem!important;color:#f97316!important;margin:16px 0 24px!important;padding:12px 20px;background:linear-gradient(135deg,#f973161a,#fb923c1a);border-radius:12px;border:2px solid rgba(249,115,22,.2)}._caloriesBurned_1m6iv_1576 strong{color:#f97316!important;font-size:1.3rem;font-weight:700}._successActions_1m6iv_1596{display:flex;gap:12px;justify-content:center}._viewJournalButton_1m6iv_1602{padding:14px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}._viewJournalButton_1m6iv_1602:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}@media(prefers-reduced-motion:reduce){._timer_1m6iv_10{animation:none!important}._startButton_1m6iv_144,._stopButton_1m6iv_145,._finishButton_1m6iv_1144{transition:none;transform:none!important}._spinner_1m6iv_1192{animation:none}._aiButton_1m6iv_290,._aiParseButton_1m6iv_1321,._aiAddButton_1m6iv_1440{transition:none;transform:none!important}}._aiParserOverlay_1m6iv_1646{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-end;justify-content:center}._aiParserModal_1m6iv_1660{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:600px;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 -8px 32px #00000026}._aiParserHeader_1m6iv_1671{padding:12px 20px 16px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px}._aiParserHandle_1m6iv_1679{width:36px;height:4px;background:#d9d9d9;border-radius:2px;margin:0 auto}._aiParserTitle_1m6iv_1687{font-size:1.1rem;font-weight:600;color:#1f2937;display:flex;align-items:center;justify-content:space-between}._aiParserClose_1m6iv_1696{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}._aiParserClose_1m6iv_1696:hover{background:#f3f4f6;color:#6b7280}._aiParserContent_1m6iv_1717{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px}._aiParserSubtitle_1m6iv_1726{font-size:.9rem;color:#6b7280;line-height:1.5}._aiParserTextarea_1m6iv_1732{width:100%;min-height:150px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}._aiParserTextarea_1m6iv_1732:focus{outline:none;border-color:#3b82f6}._aiParserTextarea_1m6iv_1732::placeholder{color:#9ca3af}._aiParserError_1m6iv_1753{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;color:#dc2626;font-size:.9rem;display:flex;align-items:flex-start;gap:8px;line-height:1.5}._errorIcon_1m6iv_1400{flex-shrink:0;margin-top:2px}._aiParserActions_1m6iv_1771{padding:16px 20px 20px;border-top:1px solid #f0f0f0;display:flex;gap:12px}._aiParserParseBtn_1m6iv_1778{flex:1;padding:14px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #3b82f64d}._aiParserParseBtn_1m6iv_1778:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._aiParserParseBtn_1m6iv_1778:active:not(:disabled){transform:translateY(0)}._aiParserParseBtn_1m6iv_1778:disabled{opacity:.5;cursor:not-allowed}._aiParserCancelBtn_1m6iv_1806{padding:14px 24px;background:#f3f4f6;color:#6b7280;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}._aiParserCancelBtn_1m6iv_1806:hover{background:#e5e7eb;color:#4b5563}@media(max-width:768px){._aiParserModal_1m6iv_1660{max-height:80vh}._aiParserActions_1m6iv_1771{flex-direction:column-reverse}._aiParserParseBtn_1m6iv_1778,._aiParserCancelBtn_1m6iv_1806{width:100%}}._container_a4pa6_3{width:100vw;display:flex;flex-direction:column;background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:none}._container_a4pa6_3 *{overflow:hidden}._contentSection_a4pa6_24{height:100%;flex:0 0 75%;flex-direction:column;overflow:auto;background:#fff;position:relative}._micSection_a4pa6_35{height:25vh;flex:0 0 25%;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}._micSection_a4pa6_35:before{content:"";position:absolute;top:-1px;left:10%;right:10%;width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(102,126,234,.3),transparent)}._test_a4pa6_61{background:red;height:30px}._selectorScreen_a4pa6_68{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;overflow:hidden}._selectorContent_a4pa6_78{width:90%;max-width:500px;margin:0 auto}._selectorTitle_a4pa6_84{font-size:24px;font-weight:600;color:#1d1d1f;margin:0 0 24px;letter-spacing:-.3px}._exerciseTitle_a4pa6_92{font-size:24px;font-weight:600;color:#667eea;margin:0 0 24px;letter-spacing:-.3px}._backButton_a4pa6_101{position:absolute;top:15px;left:30px;width:36px;height:36px;border-radius:50%;background:#0000000d;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#1d1d1f}._backButton_a4pa6_101:hover{background:#0000001a}._exerciseSelect_a4pa6_123{width:100%}.select__control{border:1.5px solid rgba(102,126,234,.2)!important;border-radius:12px!important;padding:10px 6px!important;font-size:17px!important;background:#fff!important;box-shadow:none!important;transition:all .2s!important}.select__control:hover{border-color:#667eea66!important}.select__control--is-focused{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}.select__placeholder{color:#0000004d!important}.select__input-container{color:#1d1d1f!important}.select__menu{border-radius:12px!important;overflow:hidden!important;box-shadow:0 10px 40px #0003!important;border:1px solid rgba(0,0,0,.1)!important}.select__option{font-size:16px!important;padding:12px 16px!important;transition:all .15s!important}.select__option:hover{background:#667eea14!important}.select__option--is-selected{background:#667eea26!important;color:#667eea!important}._configSection_a4pa6_177{margin-bottom:32px}._configLabel_a4pa6_181{display:block;font-size:13px;font-weight:600;color:#0009;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px;text-align:center}._setsInput_a4pa6_192{width:80%!important;height:56px!important;font-size:32px!important;font-weight:600!important;text-align:center!important;border-radius:12px!important;border:1px solid rgba(0,0,0,.1)!important;margin-left:10%!important}._setsInput_a4pa6_192:focus{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important}._weightUnitToggle_a4pa6_209{display:flex;align-content:center;padding:0 12px 12px;background:#0000000d;border-radius:12px}._unitBtn_a4pa6_218{flex:1;padding:12px 24px;border:none;background:transparent;border-radius:10px;font-size:17px;font-weight:600;color:#00000080;cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1)}._unitBtn_a4pa6_218:hover{color:#fff!important;background-color:#667eea!important}._unitBtn_a4pa6_218._active_a4pa6_236{background:#fff;color:#667eea;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}._startButton_a4pa6_243{width:100%;padding:16px;margin-top:24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1);box-shadow:0 4px 16px #667eea4d}._startButton_a4pa6_243:hover{transform:translateY(-1px);box-shadow:0 6px 24px #667eea66}._startButton_a4pa6_243:active{transform:translateY(0)}._header_a4pa6_269{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:24px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);position:sticky;top:0;z-index:10}._header_a4pa6_269 ._stat_a4pa6_281:first-child{justify-self:start}._header_a4pa6_269 ._stat_a4pa6_281:last-child{justify-self:end;text-align:right}._stats_a4pa6_290{display:flex;gap:32px}._stat_a4pa6_281{display:flex;flex-direction:column;gap:2px}._statLabel_a4pa6_301{font-size:11px;letter-spacing:.5px;color:#00000080;text-transform:uppercase;font-weight:600}._statValue_a4pa6_309{font-size:24px;font-weight:700;color:#1d1d1f;font-variant-numeric:tabular-nums}._endBtn_a4pa6_316{text-align:center;padding:8px 16px;border-radius:20px;background:#0000000d;color:#1d1d1f;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}._endBtn_a4pa6_316:hover{background:#0000001a}._restOverlay_a4pa6_334{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1000}._restModal_a4pa6_346{text-align:center}._restTitle_a4pa6_350{font-size:18px;font-weight:600;color:#00000080;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}._restTimerDisplay_a4pa6_359{font-size:96px;font-weight:300;color:#667eea;margin-bottom:32px;font-variant-numeric:tabular-nums}._skipRestBtn_a4pa6_367{background:#667eea;border:none;padding:12px 32px;border-radius:24px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #667eea4d}._skipRestBtn_a4pa6_367:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}._workoutCard_a4pa6_386{background:#fff;margin:0 24px;padding:32px 24px;flex:1}._exerciseHeader_a4pa6_393{margin-bottom:32px;text-align:center}._exerciseName_a4pa6_398{font-size:28px;font-weight:700;color:#1d1d1f;margin-bottom:8px;letter-spacing:-.5px}._setCounter_a4pa6_406{display:inline-block;font-size:14px;font-weight:600;color:#667eea;background:#667eea1a;padding:6px 14px;border-radius:20px}._inputGrid_a4pa6_417{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}._inputField_a4pa6_424{display:flex;flex-direction:column;gap:8px}._inputField_a4pa6_424 label{font-size:13px;font-weight:600;color:#00000080;text-transform:uppercase;letter-spacing:.5px}._inputWrapper_a4pa6_438{position:relative;display:flex;align-items:center}._input_a4pa6_417{width:100%;background:#fff;color:#1d1d1f;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;font-size:28px;font-weight:600;text-align:center;height:56px;transition:all .2s}._input_a4pa6_417:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._unit_a4pa6_218{position:absolute;right:16px;font-size:15px;font-weight:600;color:#0000004d;pointer-events:none}._actionButtons_a4pa6_473 ._completeSetButton_a4pa6_480{flex:1}._actionButtons_a4pa6_473 ._endBtn_a4pa6_316{background:#999;border:none;padding:16px 20px;border-radius:12px;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease}._actionButtons_a4pa6_473 ._endBtn_a4pa6_316:hover{background:#ff5252;transform:translateY(-1px)}._completeSetButton_a4pa6_480{padding:16px;border:none;border-radius:12px;background:#667eea;color:#fff;font-size:17px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #667eea4d;transition:all .2s;text-align:center}._completeSetButton_a4pa6_480:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea66}._micButton_a4pa6_523{width:64px;height:64px;border-radius:50%;background:#667eea;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}._micButton_a4pa6_523:hover{transform:scale(1.05);box-shadow:0 6px 16px #667eea66}._micButton_a4pa6_523._listening_a4pa6_543{background:#764ba2;animation:_micPulse_a4pa6_1 2s infinite}@keyframes _micPulse_a4pa6_1{0%,to{box-shadow:0 0 #764ba266}50%{box-shadow:0 0 0 16px #764ba200}}._betweenScreen_a4pa6_560{display:flex;align-items:center;justify-content:center;padding:2px 20px}._betweenContent_a4pa6_568{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-radius:24px;padding:10px 40px;max-width:400px;width:100%;text-align:center}._checkmark_a4pa6_578{margin:0 auto 24px;animation:_scaleIn_a4pa6_1 .5s cubic-bezier(.25,.1,.25,1)}@keyframes _scaleIn_a4pa6_1{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}._completeTitle_a4pa6_594{font-size:28px;font-weight:700;color:#1d1d1f;margin:0 0 12px;letter-spacing:-.5px}._completeSubtitle_a4pa6_602{font-size:17px;color:#00000080;margin:0 0 40px}._actionButtons_a4pa6_473{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}._continueButton_a4pa6_615{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1);box-shadow:0 4px 16px #667eea4d}._continueButton_a4pa6_615:hover{transform:translateY(-1px);box-shadow:0 6px 24px #667eea66}._finishButton_a4pa6_634{width:100%;padding:16px;background:#0000000d;border:none;border-radius:12px;color:#0009;font-size:17px;font-weight:600;cursor:pointer;transition:all .2s}._finishButton_a4pa6_634:hover{background:#0000001a;color:#000c}._exerciseCompleteName_a4pa6_653{font-size:32px;font-weight:800;color:#1d1d1f;margin:16px 0 8px;letter-spacing:-.8px;line-height:1.2}._exerciseStats_a4pa6_662{margin:24px 0 32px;padding:20px;background:#10b9810d;border-radius:16px;border:1px solid rgba(16,185,129,.1)}._statRow_a4pa6_670{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:20px}._statBox_a4pa6_677{text-align:center;padding:12px;background:#ffffffb3;border-radius:12px;border:1px solid rgba(16,185,129,.1)}._statBox_a4pa6_677 ._statNumber_a4pa6_685{font-size:24px;font-weight:700;color:#10b981;margin-bottom:4px}._statBox_a4pa6_677 ._statLabel_a4pa6_301{font-size:12px;color:#0009;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._setBreakdown_a4pa6_700 h4{font-size:16px;font-weight:600;color:#1d1d1f;margin:0 0 12px;text-align:left}._setDetail_a4pa6_708{background:#fffc;padding:8px 12px;border-radius:8px;margin-bottom:6px;font-size:14px;color:#000c;font-weight:500;text-align:left;border:1px solid rgba(0,0,0,.05)}@media(max-width:768px){._selectorContent_a4pa6_78{border-radius:16px}._selectorTitle_a4pa6_84{font-size:1.4rem}._exerciseTitle_a4pa6_92{font-size:28px}._workoutCard_a4pa6_386{margin:24px 16px 120px;padding:24px}._exerciseName_a4pa6_398{font-size:28px}._inputGrid_a4pa6_417{gap:12px}._input_a4pa6_417{height:52px;font-size:24px}._restTimerDisplay_a4pa6_359{font-size:80px}._betweenContent_a4pa6_568{padding:48px 32px}}._templateCard_1d756_1{background:#fff;border-radius:16px;padding:20px;border:2px solid #e8e8e8;box-shadow:0 2px 8px #0000000a;transition:all .2s ease;cursor:pointer}._templateCard_1d756_1:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}._cardHeader_1d756_17{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}._cardTitle_1d756_25{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0;flex:1;line-height:1.3}._cardDescription_1d756_34{font-size:.875rem;color:#6b7280;margin:0 0 16px;line-height:1.5}._cardTag_1d756_41{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}._tagAI_1d756_52{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._tagTrainer_1d756_57{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}._tagSystem_1d756_62{background:linear-gradient(135deg,#667eea15,#764ba215);color:#667eea;border:1px solid #667eea30}._cardMeta_1d756_68{display:flex;gap:16px;margin-bottom:16px;font-size:.875rem;color:#6b7280}._metaItem_1d756_76{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem;color:#374151}._metaIcon_1d756_85{font-size:.9rem;color:#9ca3af}._focusAreas_1d756_90{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}._focusBadge_1d756_97{padding:4px 10px;background:#f3f4f6;border-radius:6px;font-size:.75rem;color:#4b5563;font-weight:500}._cardActions_1d756_106{display:flex;gap:8px}._actionBtn_1d756_111{flex:1;padding:10px 16px;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}._primaryBtn_1d756_126{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea40}._primaryBtn_1d756_126:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea59}._secondaryBtn_1d756_137{background:#fff;color:#6b7280;border:2px solid #e8e8e8}._secondaryBtn_1d756_137:hover{background:#f9fafb;border-color:#d1d5db}._difficultyBadge_1d756_148{position:absolute;top:16px;right:16px;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._beginner_1d756_160{background:#d1fae5;color:#065f46}._intermediate_1d756_165{background:#fef3c7;color:#92400e}._advanced_1d756_170{background:#fee2e2;color:#991b1b}._container_1j3w2_1{padding:0;max-width:100%;background:transparent}._headerContainer_1j3w2_7{padding-top:7.5%}._section_1j3w2_11{margin:0 20px 32px}._sectionHeader_1j3w2_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._sectionTitle_1j3w2_22{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._sectionSubtitle_1j3w2_29{font-size:.875rem;color:#6b7280;margin:4px 0 0}._templateGrid_1j3w2_35{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){._templateGrid_1j3w2_35{grid-template-columns:repeat(2,1fr)}}._emptyState_1j3w2_47{text-align:center;padding:48px 24px;background:#fff;border-radius:16px;border:2px dashed #e8e8e8}._emptyIcon_1j3w2_55{font-size:3rem;color:#d1d5db;margin-bottom:16px}._emptyTitle_1j3w2_61{font-size:1.1rem;font-weight:600;color:#4b5563;margin:0 0 8px}._emptyText_1j3w2_68{font-size:.9rem;color:#9ca3af;margin:0}._loadingState_1j3w2_74{text-align:center;padding:48px 24px}._spinner_1j3w2_79{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:_spin_1j3w2_79 1s linear infinite;margin:0 auto 16px}@keyframes _spin_1j3w2_79{to{transform:rotate(360deg)}}._fabContainer_1j3w2_96{position:fixed;bottom:20px;right:20px;z-index:1000}._fabButton_1j3w2_103{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 4px 16px #667eea4d;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:28px;transition:all .15s ease-out}._fabButton_1j3w2_103:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea66}._fabOption_1j3w2_124{position:absolute;width:56px;height:56px;border-radius:50%;background:#fff;color:#667eea;border:2px solid #667eea;box-shadow:0 2px 12px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:26px;transition:all .15s ease-out}._fabOption_1j3w2_124:hover{transform:scale(1.1);background:#667eea;color:#fff}._fabLabel_1j3w2_147{position:absolute;right:68px;background:#2d3748;color:#fff;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0003}._searchBar_1j3w2_161{margin:0 20px 24px}._searchInput_1j3w2_165{width:100%;padding:14px 16px 14px 42px;border:2px solid #e8e8e8;border-radius:12px;font-size:1rem;transition:all .2s ease;box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px center}._searchInput_1j3w2_165:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._searchInput_1j3w2_165::placeholder{color:#9ca3af}._container_1qeb4_1{max-width:100%;background:transparent}._headerContainer_1qeb4_6{padding-top:7.5%}.custom-segmented .ant-segmented-item-selected{background:#9d6cff!important;color:#fff!important;font-weight:600!important}.custom-segmented .ant-segmented-item{color:#666;font-weight:500;transition:all .2s ease}.custom-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected){background:#e8e8e8!important;color:#333!important}.custom-segmented .ant-segmented-group,.custom-segmented{font-size:.7rem!important;font-weight:500!important}._header_1qeb4_6{padding:20px;display:flex;align-items:center;justify-content:center;position:relative}._backButton_1qeb4_48{background:#fff3;border:none;color:#000;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:absolute;left:20px;top:20px}._backButton_1qeb4_48:hover{background:#ffffff4d;transform:translate(-2px)}._headerContent_1qeb4_70{text-align:center}._templateName_1qeb4_74{font-size:1.5rem;font-weight:700;color:#000;margin:0 0 8px}._templateDescription_1qeb4_81{font-size:.95rem;color:#000;margin:0;line-height:1.4}._summarySection_1qeb4_88{margin:0 10px 24px;padding:24px;background:#fff;border-radius:16px;border:2px solid #e8e8e8;box-shadow:0 2px 8px #0000000a}._summaryTitle_1qeb4_97{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 16px}._summaryGrid_1qeb4_104{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}._summaryItem_1qeb4_110{display:flex;flex-direction:column;gap:4px}._summaryLabel_1qeb4_116{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._summaryValue_1qeb4_124{font-size:1.1rem;font-weight:600;color:#1f2937}._focusAreas_1qeb4_130{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}._focusBadge_1qeb4_137{padding:4px 10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:.75rem;font-weight:600}._exercisesSection_1qeb4_146{margin:0 10px 24px}._sectionHeader_1qeb4_150{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._sectionTitle_1qeb4_157{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}._exerciseCard_1qeb4_164{background:#fff;border-radius:16px;padding:20px;border:2px solid #e8e8e8;box-shadow:0 2px 8px #0000000a;margin-bottom:16px}._exerciseHeader_1qeb4_173{display:flex;flex-direction:column;align-items:stretch;margin-bottom:8px}._exerciseTopLine_1qeb4_180{display:flex;justify-content:space-between;align-items:center}._exerciseBottomLine_1qeb4_186{display:flex;justify-content:space-between;align-items:baseline}._exerciseNumber_1qeb4_193{font-size:.875rem;font-weight:600;color:#667eea;background:#f0f1ff;padding:4px 10px;border-radius:6px;display:inline-block;flex-shrink:0}._exerciseName_1qeb4_204{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0;flex-shrink:0}._exerciseMetadata_1qeb4_212{margin-bottom:16px}._exerciseDetails_1qeb4_216{font-size:.9rem;color:#6b7280;margin:0}._percentageLabel_1qeb4_222{font-size:.85rem;color:#9ca3af}._exerciseInfoBtn_1qeb4_227{background:#667eea;border:2px solid #e5e7eb;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-left:auto}._exerciseInfoBtn_1qeb4_227:hover:not(:disabled){background:#667eea;border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}._exerciseInfoBtn_1qeb4_227:hover:not(:disabled) img{filter:brightness(0) invert(1)}._exerciseInfoBtn_1qeb4_227:disabled{opacity:.5;cursor:not-allowed}._setsList_1qeb4_258,._setWrapper_1qeb4_264{display:flex;flex-direction:column;gap:8px}._setRow_1qeb4_270{padding:12px;background:#fff;border-radius:12px;border:2px solid #e5e7eb;transition:all .2s ease;display:flex;flex-direction:column;gap:8px}._setRow_1qeb4_270._completed_1qeb4_281{background:linear-gradient(135deg,#d1fae5,#bbf7d0);border-color:#34d399;box-shadow:0 2px 8px #34d39933}._setHeaderLine_1qeb4_288{display:flex;justify-content:space-between;align-items:center}._setLabel_1qeb4_294{font-size:.9rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._setInputsLine_1qeb4_303{display:flex;gap:12px}._setInputGroup_1qeb4_308{flex:1;display:flex;flex-direction:column;gap:4px}._inputLabel_1qeb4_315{font-size:.7rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}._setCheckbox_1qeb4_323{width:28px;height:28px;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#fff;flex-shrink:0;font-size:.75rem}._setCheckbox_1qeb4_323._checked_1qeb4_338{background:linear-gradient(135deg,#34d399,#10b981);border-color:#34d399;color:#fff;box-shadow:0 2px 8px #34d3994d}._setCheckbox_1qeb4_323:hover{border-color:#34d399;transform:scale(1.05)}._restRow_1qeb4_351{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:10px 12px;background:#fff7ed;border-radius:10px;border:2px solid #fed7aa;transition:all .2s ease}._restRow_1qeb4_351._resting_1qeb4_363{background:#fef3c7;border-color:#f59e0b}._restLabel_1qeb4_368{font-size:.875rem;font-weight:600;color:#92400e}._restInput_1qeb4_374{width:100%;max-width:120px}._restTimerDisplay_1qeb4_379{display:flex;align-items:center;justify-content:flex-start}._restDisplay_1qeb4_385{display:flex;align-items:center}._restValue_1qeb4_390{font-size:1rem;font-weight:600;color:#92400e}._restTimer_1qeb4_379{font-size:1.5rem;font-weight:700;color:#f59e0b;font-family:SF Mono,Monaco,monospace}._restButton_1qeb4_403{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:10px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:6px;min-width:80px}._restButton_1qeb4_403:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}._restButton_1qeb4_403._active_1qeb4_426{background:linear-gradient(135deg,#ef4444,#dc2626)}._exerciseNotes_1qeb4_430{margin-top:12px;padding:12px;background:#fef9f3;border-left:4px solid #f59e0b;border-radius:8px;font-size:.875rem;color:#92400e}._notesLabel_1qeb4_440{font-weight:600;margin-bottom:4px}._actions_1qeb4_445{margin:0 20px 24px;display:flex;gap:12px}._actionsStacked_1qeb4_451{margin:0 20px 24px;display:flex;flex-direction:column;gap:12px}._actionBtn_1qeb4_458{flex:1;padding:14px 24px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._primaryBtn_1qeb4_478{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea40}._primaryBtn_1qeb4_478:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea59}._primaryBtn_1qeb4_478._disabled_1qeb4_489{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}._primaryBtn_1qeb4_478._disabled_1qeb4_489:hover{transform:none!important;box-shadow:none!important}._secondaryBtn_1qeb4_502{background:#fff;color:#6b7280;border:2px solid #e8e8e8}._secondaryBtn_1qeb4_502:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}._loadingState_1qeb4_514{text-align:center;padding:48px 24px}._spinner_1qeb4_519{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:_spin_1qeb4_519 1s linear infinite;margin:0 auto 16px}@keyframes _spin_1qeb4_519{to{transform:rotate(360deg)}}._modalOverlay_1qeb4_536{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:9999}._exerciseInfoModal_1qeb4_549{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 -4px 32px #00000026}._modalHeader_1qeb4_559{padding:24px 24px 16px;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_1qeb4_559 h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}._modalCloseBtn_1qeb4_578{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._modalCloseBtn_1qeb4_578:hover{background:#e5e7eb;color:#374151}._modalContent_1qeb4_598{padding:0 24px 24px}._modalSection_1qeb4_602{margin-bottom:24px}._modalSectionTitle_1qeb4_606{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 8px}._modalText_1qeb4_613{font-size:.95rem;color:#4b5563;line-height:1.6;margin:0}._tipsList_1qeb4_620{list-style:none;padding:0;margin:0}._tipItem_1qeb4_626{display:flex;align-items:flex-start;gap:8px;padding:8px 0;font-size:.95rem;color:#4b5563;line-height:1.6}._tipBullet_1qeb4_636{color:#10b981;font-weight:700;flex-shrink:0}._muscleGroupBadge_1qeb4_642{display:inline-block;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-weight:600;font-size:.9rem}._videoLink_1qeb4_652{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .2s ease}._videoLink_1qeb4_652:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea59}._modalActionBtn_1qeb4_670{width:calc(100% - 48px);margin:0 24px 24px;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}._modalActionBtn_1qeb4_670:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea59}._saveBtn_1qeb4_689{width:100%;padding:16px 8px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;font-size:.85rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._saveBtn_1qeb4_689:hover{transform:translateY(-2px);box-shadow:0 4px 16px #667eea66}._fullWidthBtn_1qeb4_473{flex:none;width:100%}._collapseBtn_1qeb4_718{background:#667eea;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:8px 12px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}._collapseBtn_1qeb4_718:hover{background:#667eea;border-color:#ffffff4d}._collapseBtn_1qeb4_718:active{transform:scale(.98)}._completedBadge_1qeb4_740{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px}._completedExercise_1qeb4_753{border:2px solid #10b981;background:linear-gradient(135deg,#10b9810d,#0596690d)}._collapsedSummary_1qeb4_763{padding:16px 20px;background:#f8f9fa;border-radius:12px;margin-top:12px}._collapsedStats_1qeb4_770{font-size:.875rem;color:#6b7280;font-weight:500}._exerciseTopLine_1qeb4_180{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}._exerciseBottomLine_1qeb4_186{display:flex;justify-content:space-between;align-items:baseline;padding-top:0}._exerciseActions_1qeb4_792{display:flex;align-items:center;gap:8px}._exerciseInfoBtn_1qeb4_227{background:#667eea;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:6px 8px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:1}._container_61w7m_1{padding:20px 20px 100px;max-width:1200px;margin:0 auto}._loadingState_61w7m_8{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}._spinner_61w7m_17{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #6f74ff;border-radius:50%;animation:_spin_61w7m_17 1s linear infinite}@keyframes _spin_61w7m_17{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_61w7m_36{text-align:center;margin-bottom:30px}._title_61w7m_41{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 10px}._subtitle_61w7m_48{font-size:16px;color:#666;margin:0}._activeProgramCard_61w7m_55{background:linear-gradient(135deg,#6f74ff,#9575ff);border-radius:16px;padding:24px;margin-bottom:30px;color:#fff;box-shadow:0 8px 20px #6f74ff4d}._activeHeader_61w7m_64{margin-bottom:12px}._activeBadge_61w7m_68{display:inline-flex;align-items:center;gap:6px;background:#fff3;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._activeProgramName_61w7m_81{font-size:24px;font-weight:700;margin:0 0 20px}._activeStats_61w7m_87{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}._stat_61w7m_94{display:flex;flex-direction:column;gap:4px}._statLabel_61w7m_100{font-size:12px;opacity:.8;text-transform:uppercase;letter-spacing:.5px}._statValue_61w7m_107{font-size:24px;font-weight:700}._continueButton_61w7m_112{width:100%;background:#fff;color:#6f74ff;border:none;padding:14px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}._continueButton_61w7m_112:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._continueButton_61w7m_112:active{transform:translateY(0)}._filterTabs_61w7m_139{display:flex;gap:12px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px}._filterTab_61w7m_139{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;border:2px solid #e0e0e0;border-radius:25px;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;white-space:nowrap}._filterTab_61w7m_139:hover{border-color:#6f74ff;color:#6f74ff}._filterTabActive_61w7m_168{background:#6f74ff;border-color:#6f74ff;color:#fff}._programsGrid_61w7m_175{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}._programCard_61w7m_181{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}._programCard_61w7m_181:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}._programImage_61w7m_197{position:relative;height:180px;overflow:hidden}._programImage_61w7m_197 img{width:100%;height:100%;object-fit:cover}._imageOverlay_61w7m_209{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 100%)}._programContent_61w7m_222{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}._programHeader_61w7m_230{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._programName_61w7m_237{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;flex:1}._difficultyBadge_61w7m_245{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff}._programDescription_61w7m_255{font-size:14px;color:#666;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._programMeta_61w7m_266{display:flex;flex-wrap:wrap;gap:16px;padding:12px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}._metaItem_61w7m_275{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}._metaItem_61w7m_275 svg{color:#6f74ff;font-size:14px}._programTags_61w7m_288{display:flex;flex-wrap:wrap;gap:8px}._tag_61w7m_294{padding:4px 10px;background:#f5f5f5;border-radius:12px;font-size:11px;color:#666;font-weight:500}._viewButton_61w7m_303{width:100%;background:#6f74ff;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;margin-top:auto}._viewButton_61w7m_303:hover{background:#5a5fd6}._viewButton_61w7m_303:active{transform:scale(.98)}._emptyState_61w7m_330{text-align:center;padding:60px 20px}._emptyIcon_61w7m_335{font-size:64px;color:#ddd;margin-bottom:20px}._emptyTitle_61w7m_341{font-size:20px;font-weight:600;color:#666;margin:0 0 8px}._emptyText_61w7m_348{font-size:14px;color:#999;margin:0}@media(max-width:768px){._container_61w7m_1{padding:16px}._title_61w7m_41{font-size:24px}._programsGrid_61w7m_175{grid-template-columns:1fr}._filterTabs_61w7m_139{gap:8px}._filterTab_61w7m_139{padding:8px 16px;font-size:13px}._activeStats_61w7m_87{grid-template-columns:repeat(3,1fr);gap:12px}._statValue_61w7m_107{font-size:20px}}._container_u58r4_1{min-height:100vh;background:#f8f9fa;padding-bottom:100px}._loadingState_u58r4_7{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}._spinner_u58r4_16{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #6f74ff;border-radius:50%;animation:_spin_u58r4_16 1s linear infinite}@keyframes _spin_u58r4_16{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorState_u58r4_34{text-align:center;padding:60px 20px}._errorState_u58r4_34 h2{margin-bottom:20px;color:#666}._errorState_u58r4_34 button{padding:12px 24px;background:#6f74ff;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}._header_u58r4_55{padding:20px;background:#fff;border-bottom:1px solid #e0e0e0}._backButton_u58r4_61{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;color:#666;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}._backButton_u58r4_61:hover{color:#6f74ff}._hero_u58r4_80{position:relative;background:#fff;overflow:hidden}._heroImage_u58r4_86{position:relative;height:250px;overflow:hidden}._heroImage_u58r4_86 img{width:100%;height:100%;object-fit:cover}._heroOverlay_u58r4_98{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 100%)}._heroContent_u58r4_111{padding:24px}._heroHeader_u58r4_115{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}._programName_u58r4_123{font-size:28px;font-weight:700;color:#1a1a1a;margin:0;flex:1}._difficultyBadge_u58r4_131{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff}._programDescription_u58r4_141{font-size:15px;line-height:1.6;color:#666;margin:0 0 24px}._statsGrid_u58r4_149{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}._stat_u58r4_149{display:flex;align-items:center;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px}._statIcon_u58r4_165{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#6f74ff;border-radius:10px;color:#fff;font-size:18px}._statValue_u58r4_177{font-size:18px;font-weight:700;color:#1a1a1a}._statLabel_u58r4_183{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}._startButton_u58r4_190{width:100%;padding:16px 24px;background:#6f74ff;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}._startButton_u58r4_190:hover{background:#5a5fd6;transform:translateY(-2px);box-shadow:0 4px 12px #6f74ff4d}._startButton_u58r4_190:active{transform:translateY(0)}._content_u58r4_218{padding:24px;max-width:1000px;margin:0 auto}._sectionTitle_u58r4_224{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}._sectionSubtitle_u58r4_231{font-size:14px;color:#666;margin:0 0 24px}._weeksContainer_u58r4_238{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._weekCard_u58r4_245{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}._weekHeader_u58r4_252{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fff;border:none;cursor:pointer;transition:all .2s ease}._weekHeader_u58r4_252:hover{background:#f8f9fa}._weekHeaderLeft_u58r4_268{display:flex;align-items:center;gap:16px}._weekNumber_u58r4_274{font-size:16px;font-weight:700;color:#6f74ff}._weekFocus_u58r4_280{font-size:14px;color:#666}._weekContent_u58r4_285{overflow:hidden;border-top:1px solid #f0f0f0}._daysGrid_u58r4_291{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:20px}._dayCard_u58r4_298{padding:16px;background:#f8f9fa;border-radius:10px;border:2px solid transparent;transition:all .2s ease}._dayCard_u58r4_298:hover{border-color:#6f74ff;transform:translateY(-2px)}._dayCardRest_u58r4_311{background:#f0f7ff}._dayHeader_u58r4_315{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._dayNumber_u58r4_322{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#999}._dayIcon_u58r4_330{color:#6f74ff;font-size:16px}._dayIconRest_u58r4_335{color:#4caf50;font-size:16px}._dayTitle_u58r4_340{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 8px}._focusAreas_u58r4_347{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}._focusTag_u58r4_354{padding:3px 8px;background:#fff;border-radius:8px;font-size:10px;font-weight:500;color:#6f74ff}._dayNotes_u58r4_363{font-size:12px;color:#666;margin:0;line-height:1.4}._infoSection_u58r4_371{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}._infoCard_u58r4_377{padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}._infoTitle_u58r4_384{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px}._tagList_u58r4_391{display:flex;flex-wrap:wrap;gap:8px}._tag_u58r4_391{padding:6px 12px;background:#f0f0f0;border-radius:12px;font-size:13px;color:#666;font-weight:500}._modalOverlay_u58r4_407{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modal_u58r4_407{background:#fff;border-radius:16px;padding:32px;max-width:500px;width:100%;box-shadow:0 8px 32px #0003}._modalTitle_u58r4_430{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}._modalText_u58r4_437{font-size:14px;color:#666;line-height:1.6;margin:0 0 24px}._formGroup_u58r4_444{margin-bottom:24px}._label_u58r4_448{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._dateInput_u58r4_458{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:10px;font-size:15px;color:#1a1a1a;transition:all .2s ease}._dateInput_u58r4_458:focus{outline:none;border-color:#6f74ff}._modalActions_u58r4_473{display:flex;gap:12px}._cancelButton_u58r4_478{flex:1;padding:14px 24px;background:#f0f0f0;color:#666;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelButton_u58r4_478:hover{background:#e0e0e0}._cancelButton_u58r4_478:disabled{opacity:.5;cursor:not-allowed}._confirmButton_u58r4_500{flex:1;padding:14px 24px;background:#6f74ff;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}._confirmButton_u58r4_500:hover{background:#5a5fd6}._confirmButton_u58r4_500:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._heroContent_u58r4_111{padding:20px}._programName_u58r4_123{font-size:24px}._statsGrid_u58r4_149,._daysGrid_u58r4_291,._infoSection_u58r4_371{grid-template-columns:1fr}._modal_u58r4_407{padding:24px}._modalActions_u58r4_473{flex-direction:column}}._hero_1olym_1{padding:4rem 0;text-align:center;position:relative;overflow:hidden}._hero_1olym_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#dcb4ce1a,#dcb4ce0d);pointer-events:none}._container_1olym_19{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}._bannerContainer_1olym_27{width:100%;max-width:800px;margin:0 auto 2rem;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #dcb4ce33;transition:transform .3s ease}._bannerContainer_1olym_27:hover{transform:translateY(-4px);box-shadow:0 12px 32px #dcb4ce4d}._eventBanner_1olym_42{width:100%;height:auto;display:block}._content_1olym_48{max-width:800px;margin:0 auto}._title_1olym_53{font-size:3rem;font-weight:700;color:#333;margin-bottom:.5rem;line-height:1.2}._subtitle_1olym_61{font-size:2rem;font-weight:600;color:#ec79ad;margin-bottom:2rem}._eventDetails_1olym_68{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}._detailItem_1olym_76{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.25rem;border-radius:1rem;box-shadow:0 2px 8px #0000001a}._detailLabel_1olym_86{font-weight:600;color:#666}._detailValue_1olym_91{color:#333;font-weight:500}._pricing_1olym_96{margin-bottom:2rem}._limitedSeats_1olym_100{background:#fff3f7;color:#d63384;border:1px solid #f8c2d4;border-radius:10px;padding:10px 16px;margin:12px auto 18px;text-align:center;font-weight:500;font-size:.95rem;max-width:400px;box-shadow:0 2px 6px #0000000d;transition:all .3s ease-in-out}._limitedSeats_1olym_100:hover{background:#ffe6ef;transform:scale(1.02)}._limitedSeats_1olym_100 ._remaining_1olym_120{color:#b80050;font-weight:600}._limitedSeats_1olym_100 ._sold_1olym_125{color:#7a1b7a;font-weight:600}._earlyBirdBadge_1olym_130{display:inline-block;background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600;margin-bottom:.5rem;box-shadow:0 2px 8px #dcb4ce4d}._earlyBirdCutoff_1olym_142{font-size:.75rem;color:#555;margin-bottom:.5rem}._priceDisplay_1olym_148{display:flex;justify-content:center;align-items:center;gap:1rem}._originalPrice_1olym_155{font-size:1.2rem;color:#888;text-decoration:line-through}._currentPrice_1olym_161{font-size:2rem;font-weight:700;color:#ec79ad}._ctaSection_1olym_167{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}._primaryCta_1olym_175{background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dcb4ce4d;min-width:150px}._primaryCta_1olym_175:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dcb4ce66}._secondaryCta_1olym_194{background:transparent;color:#ec79ad;border:2px solid #EC79AD;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s ease;min-width:150px}._secondaryCta_1olym_194:hover{background:#ec79ad;color:#fff;transform:translateY(-2px)}._tagline_1olym_213{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}._subtitle_1olym_61{font-size:1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}@media(max-width:768px){._hero_1olym_1{padding:2rem 0}._container_1olym_19{padding:0 1rem}._bannerContainer_1olym_27{margin:0 auto 1.5rem;border-radius:12px;max-width:100%}._title_1olym_53{font-size:2rem}._subtitle_1olym_61{font-size:1rem}._eventDetails_1olym_68{flex-direction:column;align-items:center;gap:1rem}._detailItem_1olym_76{width:100%;max-width:300px;justify-content:center}._ctaSection_1olym_167{flex-direction:column;align-items:center}._primaryCta_1olym_175,._secondaryCta_1olym_194{width:100%;max-width:250px}._currentPrice_1olym_161{font-size:1.5rem}}._trustRow_1bsy2_1{background:#f8f9fa;padding:2rem 0;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}._container_1bsy2_8{max-width:1200px;margin:0 auto;padding:0 2rem}._trustItems_1bsy2_14{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}._trustItem_1bsy2_14{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.95rem}._icon_1bsy2_29{font-size:1.2rem}._text_1bsy2_33{font-weight:500}@media(max-width:768px){._trustRow_1bsy2_1{padding:1.5rem 0}._container_1bsy2_8{padding:0 1rem}._trustItems_1bsy2_14{flex-direction:column;align-items:center;gap:1rem}._trustItem_1bsy2_14{justify-content:center}}._eventLanding_nnn5s_1{min-height:100vh;background:#fff}._loading_nnn5s_6{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fff}._spinner_nnn5s_14{font-size:1.2rem;color:#666;text-align:center}._error_nnn5s_20{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#fff;text-align:center;padding:2rem}._error_nnn5s_20 h1{font-size:2rem;color:#333;margin-bottom:1rem}._error_nnn5s_20 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_nnn5s_43{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_nnn5s_43:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dcb4ce4d}._abandonedCheckoutBanner_nnn5s_60{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:50;box-shadow:0 2px 8px #0000001a}._bannerContent_nnn5s_70{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._bannerText_nnn5s_81{font-size:.95rem;font-weight:500}._bannerActions_nnn5s_86{display:flex;align-items:center;gap:1rem}._continueButton_nnn5s_92{background:#fff;color:#f59e0b;border:none;padding:.5rem 1rem;border-radius:1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}._continueButton_nnn5s_92:hover{background:#ffffffe6;transform:translateY(-1px)}._dismissButton_nnn5s_109{background:transparent;color:#fff;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;transition:opacity .3s ease}._dismissButton_nnn5s_109:hover{opacity:.8}._container_nnn5s_124{max-width:1200px;margin:0 auto;padding:0 2rem}._inclusionsSection_nnn5s_130{padding:4rem 0;background:#f8f9fa}._sectionTitle_nnn5s_135{font-size:2.25rem;font-weight:700;color:#333;text-align:center;margin-bottom:3rem}._inclusionsGrid_nnn5s_143{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}._inclusionCard_nnn5s_151{background:#fff;padding:1.5rem;border-radius:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}._inclusionCard_nnn5s_151:hover{transform:translateY(-2px)}._inclusionIcon_nnn5s_166{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}._inclusionText_nnn5s_179{color:#333;font-weight:500;font-size:.95rem}._ctaSection_nnn5s_185{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._finalCta_nnn5s_190{text-align:center;max-width:600px;margin:0 auto}._ctaTitle_nnn5s_196{font-size:2rem;font-weight:700;color:#333;margin-bottom:1rem}._ctaSubtitle_nnn5s_203{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}._ctaButton_nnn5s_210{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dcb4ce4d}._ctaButton_nnn5s_210:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dcb4ce66}@media(max-width:768px){._container_nnn5s_124{padding:0 1rem}._bannerContent_nnn5s_70{flex-direction:column;text-align:center;gap:.75rem}._inclusionsGrid_nnn5s_143{grid-template-columns:1fr}._sectionTitle_nnn5s_135{font-size:1.8rem}._ctaTitle_nnn5s_196{font-size:1.6rem}._ctaButton_nnn5s_210{width:100%;max-width:300px}}._upcomingSection_nnn5s_259{background:linear-gradient(135deg,#fdf2f8,#fce7f3);padding:2rem 0;position:relative}._upcomingSection_nnn5s_259:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#dcb4ce,#ec79ad,#dcb4ce)}._upcomingTitle_nnn5s_275{font-size:3rem;font-weight:700;color:#ec79ad;text-align:center;margin-bottom:3rem;position:relative}._upcomingTitle_nnn5s_275:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(135deg,#dcb4ce,#ec79ad);border-radius:2px}._upcomingEventCard_nnn5s_296{background:#fff;border-radius:20px;box-shadow:0 20px 40px #dcb4ce26;overflow:hidden;border:2px solid #fce7f3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}._upcomingEventCard_nnn5s_296:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#ec79ad,#dcb4ce,#ec79ad)}._pastEventsSection_nnn5s_317{background:linear-gradient(135deg,#fdf2f8,#f3e8ff);padding:6rem 0;position:relative}._pastEventsSection_nnn5s_317:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#EC79AD 50%,transparent 100%)}._pastEventsHeader_nnn5s_333{text-align:center;margin-bottom:4rem}._pastEventsTitle_nnn5s_338{font-size:2.5rem;font-weight:700;color:#ec79ad;margin-bottom:1rem;position:relative}._pastEventsTitle_nnn5s_338:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#dcb4ce,#ec79ad);border-radius:2px}._pastEventsSubtitle_nnn5s_358{font-size:1.2rem;color:#dcb4ce;font-style:italic;margin:0;opacity:.9}._pastEventsGrid_nnn5s_366{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}._pastEventCard_nnn5s_374{background:#fff;border-radius:16px;box-shadow:0 10px 30px #dcb4ce14;overflow:hidden;transition:all .3s ease;border:1px solid #fce7f3;position:relative}._pastEventCard_nnn5s_374:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#dcb4ce,#ec79ad)}._pastEventCard_nnn5s_374:hover{transform:translateY(-8px);box-shadow:0 20px 40px #dcb4ce26;border-color:#dcb4ce}._pastEventImage_nnn5s_400{height:120px;background:linear-gradient(135deg,#fce7f3,#fdf2f8);display:flex;align-items:center;justify-content:center;border-bottom:1px solid #fce7f3}._pastEventIcon_nnn5s_409{font-size:2.5rem;opacity:.7}._pastEventContent_nnn5s_414{padding:2rem;position:relative}._pastEventBadge_nnn5s_419{position:absolute;top:-10px;right:20px;background:linear-gradient(135deg,#dcb4ce,#ec79ad);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #dcb4ce4d}._pastEventTitle_nnn5s_434{font-size:1.5rem;font-weight:700;color:#ec79ad;margin-bottom:.5rem;line-height:1.3}._pastEventSubtitle_nnn5s_442{font-size:1rem;color:#dcb4ce;font-style:italic;margin-bottom:1.5rem;line-height:1.5;opacity:.8}._pastEventDetails_nnn5s_451{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._pastEventDetail_nnn5s_451{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#64748b}._pastEventDetail_nnn5s_451 ._pastEventIcon_nnn5s_409{font-size:1rem;opacity:.8;width:20px;text-align:center}._pastEventStats_nnn5s_473{padding-top:1rem;border-top:1px solid #e2e8f0}._pastEventStat_nnn5s_473{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}@media(max-width:768px){._upcomingSection_nnn5s_259{padding:1rem 0}._upcomingTitle_nnn5s_275{font-size:1.5rem}._pastEventsSection_nnn5s_317{padding:4rem 0}._pastEventsGrid_nnn5s_366{grid-template-columns:1fr;gap:1.5rem}._pastEventsTitle_nnn5s_338{font-size:2rem}._pastEventsSubtitle_nnn5s_358{font-size:1rem}._pastEventContent_nnn5s_414{padding:1.5rem}._pastEventTitle_nnn5s_434{font-size:1.3rem}._pastEventImage_nnn5s_400{height:100px}._pastEventIcon_nnn5s_409{font-size:2rem}}._userInfoForm_9ht6b_1{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 24px #0000001a;border:1px solid #e9ecef;margin-bottom:2rem}._header_9ht6b_10{text-align:center;margin-bottom:2rem}._title_9ht6b_15{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}._subtitle_9ht6b_22{color:#666;font-size:1rem;line-height:1.5}._form_9ht6b_28{display:flex;flex-direction:column;gap:1.5rem}._inputRow_9ht6b_34{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._inputGroup_9ht6b_40{display:flex;flex-direction:column;gap:.5rem}._label_9ht6b_46{font-weight:600;color:#333;font-size:.95rem}._input_9ht6b_34{padding:1rem;border:2px solid #e9ecef;border-radius:1rem;font-size:1rem;transition:border-color .3s ease;background:#fff;color:#333}._input_9ht6b_34:focus{outline:none;border-color:#dcb4ce;box-shadow:0 0 0 3px #dcb4ce1a}._input_9ht6b_34:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7}._inputHelp_9ht6b_74{font-size:.85rem;color:#666;margin:0;line-height:1.4}._error_9ht6b_81{background:#fee;color:#c53030;padding:1rem;border-radius:1rem;font-size:.9rem;border:1px solid #fed7d7}._error_9ht6b_81._success_9ht6b_90{background:#f0fff4;color:#22543d;border-color:#c6f6d5}._primaryButton_9ht6b_96{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dcb4ce4d}._primaryButton_9ht6b_96:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #dcb4ce66}._primaryButton_9ht6b_96:disabled{opacity:.7;cursor:not-allowed;transform:none}._secondaryButton_9ht6b_120{background:transparent;color:#dcb4ce;border:2px solid #dcb4ce;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease}._secondaryButton_9ht6b_120:hover:not(:disabled){background:#dcb4ce;color:#fff;transform:translateY(-1px)}._secondaryButton_9ht6b_120:disabled{opacity:.7;cursor:not-allowed;transform:none}._backButton_9ht6b_144{background:transparent;color:#666;border:none;font-size:.9rem;cursor:pointer;padding:.5rem;margin-top:1rem;transition:color .3s ease}._backButton_9ht6b_144:hover{color:#dcb4ce}._buttonGroup_9ht6b_159{display:flex;gap:1rem;flex-wrap:wrap}._completedState_9ht6b_166{text-align:center;padding:1rem 0}._successIcon_9ht6b_171{font-size:3rem;margin-bottom:1rem}._completedTitle_9ht6b_176{font-size:1.3rem;font-weight:600;color:#22543d;margin-bottom:1rem}._skipMessage_9ht6b_183{color:#68d391;font-size:1rem;margin-bottom:1rem;font-weight:500}._userDetails_9ht6b_190{background:#f0fff4;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #c6f6d5}._userDetails_9ht6b_190 p{margin:.5rem 0;color:#2d3748;font-size:.95rem}._editButton_9ht6b_204{background:transparent;color:#dcb4ce;border:2px solid #dcb4ce;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease}._editButton_9ht6b_204:hover{background:#dcb4ce;color:#fff;transform:translateY(-1px)}@media(max-width:768px){._userInfoForm_9ht6b_1{padding:1.5rem}._inputRow_9ht6b_34{grid-template-columns:1fr}._buttonGroup_9ht6b_159{flex-direction:column}._primaryButton_9ht6b_96,._secondaryButton_9ht6b_120{width:100%}._title_9ht6b_15{font-size:1.3rem}._subtitle_9ht6b_22{font-size:.9rem}}._paypalArea_1til0_1{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 24px #0000001a;border:1px solid #e9ecef}._paymentHeader_1til0_9{text-align:center;margin-bottom:2rem}._paymentTitle_1til0_14{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}._paymentSubtitle_1til0_21{color:#666;font-size:.95rem}._orderSummary_1til0_26{background:#f8f9fa;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}._summaryRow_1til0_33{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#666;font-size:.95rem}._summaryRow_1til0_33._total_1til0_42{border-top:2px solid #e9ecef;margin-top:1rem;padding-top:1rem;font-size:1.1rem;font-weight:700;color:#333}._summaryRow_1til0_33._total_1til0_42 span:last-child{color:#dcb4ce;font-size:1.3rem}._paymentSection_1til0_56{margin-bottom:2rem}._simulateButton_1til0_60{width:100%;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}._simulateButton_1til0_60:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}._simulateButton_1til0_60:disabled{opacity:.7;cursor:not-allowed;transform:none}._paypalButtonContainer_1til0_85{width:100%;min-height:60px}._paypalPlaceholder_1til0_90{width:100%;height:60px;background:#ffc439;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#003087;font-weight:600;font-size:1rem}._securityInfo_1til0_103{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}._securityItem_1til0_111{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.85rem}._securityIcon_1til0_119{font-size:1rem}._legalText_1til0_123{text-align:center;font-size:.8rem;color:#888;line-height:1.5}._link_1til0_130{color:#dcb4ce;text-decoration:none}._link_1til0_130:hover{text-decoration:underline}@media(max-width:768px){._paypalArea_1til0_1{padding:1.5rem}._securityInfo_1til0_103{flex-direction:column;align-items:center;gap:.5rem}._simulateButton_1til0_60{padding:1rem;font-size:1rem}}._paypalDisabled_1til0_157{text-align:center;padding:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:1rem}._paypalDisabled_1til0_157 p{color:#6c757d;margin:0;font-size:.9rem}._ticketCheckout_x1qup_1{min-height:100vh;background:#f8f9fa}._loading_x1qup_6{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fa}._spinner_x1qup_14{font-size:1.2rem;color:#666;text-align:center}._error_x1qup_20{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fa;text-align:center;padding:2rem}._error_x1qup_20 h1{font-size:2rem;color:#333;margin-bottom:1rem}._error_x1qup_20 p{color:#666;margin-bottom:2rem;max-width:400px}._homeButton_x1qup_43{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._homeButton_x1qup_43:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dcb4ce4d}._header_x1qup_60{background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:10}._backButton_x1qup_68{background:transparent;color:#dcb4ce;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:color .3s ease}._backButton_x1qup_68:hover{color:#c49bb8}._headerContent_x1qup_82{max-width:1200px;margin:0 auto;text-align:center}._title_x1qup_88{font-size:2.5rem;font-weight:700;color:#333}._subtitle_x1qup_94{color:#666;font-size:1.1rem}._container_x1qup_99{max-width:1200px;margin:0 auto;padding:3rem 2rem}._progressSteps_x1qup_105{display:flex;justify-content:center;margin-bottom:3rem;gap:2rem}._step_x1qup_112{display:flex;align-items:center;gap:.5rem;color:#999;font-size:.9rem}._step_x1qup_112._active_x1qup_120{color:#dcb4ce}._stepNumber_x1qup_124{width:30px;height:30px;border-radius:50%;background:#e9ecef;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}._step_x1qup_112._active_x1qup_120 ._stepNumber_x1qup_124{background:#dcb4ce;color:#fff}._stepLabel_x1qup_142{font-weight:500}._checkoutGrid_x1qup_146{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-bottom:3rem}._mainSection_x1qup_153{display:flex;flex-direction:column;gap:2rem}._ticketSummary_x1qup_159{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e9ecef}._summaryTitle_x1qup_167{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1.5rem}._ticketDetails_x1qup_174{display:flex;flex-direction:column;gap:1rem}._ticketRow_x1qup_180{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#666;font-size:.95rem}._ticketRow_x1qup_180._total_x1qup_189{border-top:2px solid #e9ecef;margin-top:1rem;padding-top:1rem;font-weight:600;color:#333;font-size:1.1rem}._price_x1qup_198{display:flex;align-items:center;gap:.5rem}._originalPrice_x1qup_204{text-decoration:line-through;color:#888;font-size:.9rem}._totalAmount_x1qup_210{color:#dcb4ce;font-size:1.3rem;font-weight:700}._paymentSection_x1qup_216{display:flex;flex-direction:column;position:sticky;top:120px;height:fit-content}._securityNotice_x1qup_224{background:#fff;border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a}._securityContent_x1qup_232{max-width:600px;margin:0 auto}._securityTitle_x1qup_237{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1.5rem}._securityFeatures_x1qup_244{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._securityFeature_x1qup_244{display:flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}._securityIcon_x1qup_259{font-size:1.1rem}@media(max-width:1024px){._checkoutGrid_x1qup_146{grid-template-columns:1fr;gap:2rem}._paymentSection_x1qup_216{position:static}._progressSteps_x1qup_105{gap:1rem}._stepLabel_x1qup_142{display:none}}@media(max-width:768px){._container_x1qup_99{padding:1rem}._headerContent_x1qup_82{padding:0 1rem}._title_x1qup_88{font-size:2rem}._subtitle_x1qup_94{font-size:1rem}._securityFeatures_x1qup_244{flex-direction:column;align-items:center;gap:1rem}._securityNotice_x1qup_224{padding:1.5rem}}._qrCodeDisplay_1fo92_1{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 24px #0000001a;border:1px solid #e9ecef;margin-bottom:2rem}._header_1fo92_10{text-align:center;margin-bottom:2rem}._successIcon_1fo92_15{font-size:3rem;margin-bottom:1rem}._title_1fo92_20{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:.5rem}._subtitle_1fo92_27{color:#666;font-size:1rem}._receiptDetails_1fo92_32{background:#f8f9fa;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}._receiptRow_1fo92_39{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}._receiptRow_1fo92_39:last-child{border-bottom:none}._label_1fo92_51{color:#666;font-weight:500}._value_1fo92_56{color:#333;font-weight:600;text-align:right}._nextSteps_1fo92_62{text-align:center;margin-bottom:2rem}._nextStepsTitle_1fo92_67{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}._stepsList_1fo92_74{list-style:none;padding:0;margin:0}._stepsList_1fo92_74 li{padding:.5rem 0;color:#666;font-size:.95rem}._emailConfirmation_1fo92_86{display:flex;align-items:center;gap:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1rem}._confirmationIcon_1fo92_96{font-size:1.2rem;flex-shrink:0}._confirmationText_1fo92_101{color:#166534;margin:0;font-size:.9rem;line-height:1.4}@media(max-width:768px){._qrCodeDisplay_1fo92_1{padding:1.5rem}._title_1fo92_20{font-size:1.5rem}._receiptRow_1fo92_39{flex-direction:column;align-items:flex-start;gap:.25rem}._value_1fo92_56{text-align:left;font-size:.9rem}}._ticketSuccess_hjy4n_1{min-height:100vh;background:#f8f9fa;padding:2rem 0}._loading_hjy4n_7{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fa}._spinner_hjy4n_15{font-size:1.2rem;color:#666;text-align:center}._error_hjy4n_21{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#f8f9fa;text-align:center;padding:2rem}._error_hjy4n_21 h1{font-size:2rem;color:#333;margin-bottom:1rem}._error_hjy4n_21 p{color:#666;margin-bottom:2rem;max-width:400px}._backButton_hjy4n_44{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._backButton_hjy4n_44:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dcb4ce4d}._container_hjy4n_61{max-width:800px;margin:0 auto;padding:0 2rem}._appAccessInfo_hjy4n_67{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:1.5rem;padding:3rem 2rem;text-align:center;margin-bottom:2rem;border:2px solid #bae6fd}._infoContent_hjy4n_76{max-width:500px;margin:0 auto}._infoIcon_hjy4n_81{font-size:3rem;margin-bottom:1rem}._infoTitle_hjy4n_86{font-size:1.8rem;font-weight:700;color:#0c4a6e;margin-bottom:1rem}._infoText_hjy4n_93{font-size:1.1rem;line-height:1.6;color:#0f172a;margin-bottom:2rem}._infoFeatures_hjy4n_100{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;text-align:left}._feature_hjy4n_107{color:#0f172a;font-size:.95rem;font-weight:500}._actionsSection_hjy4n_113{margin-bottom:3rem}._actionsGrid_hjy4n_117{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._actionCard_hjy4n_123{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 12px #0000001a;text-align:center}._actionTitle_hjy4n_131{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}._actionDescription_hjy4n_138{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}._actionButton_hjy4n_145{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._actionButton_hjy4n_145:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dcb4ce4d}._shareButtons_hjy4n_163{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}._shareButton_hjy4n_163{background:#f8f9fa;color:#666;border:1px solid #e9ecef;padding:.5rem 1rem;border-radius:1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1;min-width:80px}._shareButton_hjy4n_163:hover{background:#dcb4ce;color:#fff;border-color:#dcb4ce}._supportSection_hjy4n_190{background:#fff;border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a}._supportTitle_hjy4n_198{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}._supportText_hjy4n_205{color:#666;font-size:.95rem;line-height:1.6}._supportLink_hjy4n_211{color:#dcb4ce;text-decoration:none;font-weight:600}._supportLink_hjy4n_211:hover{text-decoration:underline}._backToEventButton_hjy4n_221{background:transparent;color:#dcb4ce;border:2px solid #dcb4ce;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}._backToEventButton_hjy4n_221:hover{background:#dcb4ce;color:#fff;transform:translateY(-1px)}@media(max-width:768px){._container_hjy4n_61{padding:0 1rem}._appAccessInfo_hjy4n_67{padding:2rem 1.5rem}._infoTitle_hjy4n_86{font-size:1.5rem}._infoText_hjy4n_93{font-size:1rem}._infoFeatures_hjy4n_100{grid-template-columns:1fr;text-align:center}._actionsGrid_hjy4n_117{grid-template-columns:1fr}._shareButtons_hjy4n_163{flex-direction:column}._shareButton_hjy4n_163{flex:none}}._ticketError_v0r8s_1{min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:2rem 0}._container_v0r8s_10{max-width:800px;margin:0 auto;padding:0 2rem}._errorCard_v0r8s_16{background:#fff;border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 8px 24px #0000001a;text-align:center}._errorIcon_v0r8s_24{font-size:4rem;margin-bottom:1.5rem}._errorTitle_v0r8s_29{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}._errorMessage_v0r8s_36{font-size:1.2rem;color:#666;line-height:1.6;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}._possibleCauses_v0r8s_46{background:#f8f9fa;border-radius:1rem;padding:2rem;margin-bottom:2rem;text-align:left}._causesTitle_v0r8s_54{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}._causesList_v0r8s_62{list-style:none;padding:0;margin:0}._causesList_v0r8s_62 li{color:#666;font-size:.95rem;position:relative;padding:.5rem 0 .5rem 1.5rem}._causesList_v0r8s_62 li:before{content:"•";color:#dcb4ce;font-weight:700;position:absolute;left:0}._actionButtons_v0r8s_84{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}._primaryButton_v0r8s_92{background:linear-gradient(135deg,#dcb4ce,#e8c5d9);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dcb4ce4d;min-width:150px}._primaryButton_v0r8s_92:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dcb4ce66}._secondaryButton_v0r8s_111{background:transparent;color:#dcb4ce;border:2px solid #dcb4ce;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:all .3s ease;min-width:150px}._secondaryButton_v0r8s_111:hover{background:#dcb4ce;color:#fff;transform:translateY(-2px)}._supportSection_v0r8s_130{background:#f8f9fa;border-radius:1rem;padding:2rem;margin-bottom:3rem}._supportTitle_v0r8s_137{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}._supportText_v0r8s_144{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}._supportButton_v0r8s_151{background:#4ade80;color:#fff;border:none;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:1rem;cursor:pointer;transition:all .3s ease}._supportButton_v0r8s_151:hover{background:#22c55e;transform:translateY(-1px)}._alternativeOptions_v0r8s_168{margin-bottom:3rem}._alternativeTitle_v0r8s_172{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:2rem}._alternativeGrid_v0r8s_179{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._alternativeOption_v0r8s_168{background:#f8f9fa;border-radius:1rem;padding:1.5rem;text-align:center}._alternativeIcon_v0r8s_192{font-size:2rem;margin-bottom:1rem}._alternativeOption_v0r8s_168 h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}._alternativeOption_v0r8s_168 p{font-size:.85rem;color:#666;line-height:1.4}._reassurance_v0r8s_210{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:1rem;padding:2rem;border:1px solid #bae6fd}._reassuranceContent_v0r8s_217{max-width:500px;margin:0 auto}._reassuranceTitle_v0r8s_222{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem}._reassuranceText_v0r8s_229{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}._securityBadges_v0r8s_236{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}._securityBadge_v0r8s_236{background:#fff;color:#666;padding:.5rem 1rem;border-radius:1rem;font-size:.8rem;font-weight:500;border:1px solid #e9ecef}@media(max-width:768px){._container_v0r8s_10{padding:0 1rem}._errorCard_v0r8s_16{padding:0 .5rem}._errorTitle_v0r8s_29{font-size:2rem}._errorMessage_v0r8s_36{font-size:1rem}._actionButtons_v0r8s_84{flex-direction:column;align-items:center}._primaryButton_v0r8s_92,._secondaryButton_v0r8s_111{width:100%;max-width:250px}._alternativeGrid_v0r8s_179{grid-template-columns:1fr}._securityBadges_v0r8s_236{flex-direction:column;align-items:center}}._blogsPage_19zoi_3{min-height:100vh;background:#fff;width:100%}._heroSection_19zoi_10{position:relative;width:100%;background:linear-gradient(135deg,#fef9f7,#f1e8ee,#fef9f7);padding:120px 2rem 80px;text-align:center}._heroContent_19zoi_18{max-width:800px;margin:0 auto}._heroTitle_19zoi_23{font-size:3.5rem;font-weight:700;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#ec79ad,#dcb4ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._heroSubtitle_19zoi_34{font-size:1.4rem;color:#666;font-weight:500;line-height:1.6}._blogGrid_19zoi_42{padding:4rem 0;background:#fff}._container_19zoi_47{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:3rem}._blogCard_19zoi_57{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 8px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:2px solid transparent;display:flex;flex-direction:column}._blogCard_19zoi_57:hover{transform:translateY(-10px);box-shadow:0 15px 45px #ec79ad33;border-color:#ec79ad}._blogImageContainer_19zoi_75{position:relative;width:100%;height:300px;overflow:hidden;background:linear-gradient(135deg,#fef9f7,#f1e8ee)}._blogImage_19zoi_75{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._blogImg_19zoi_91{width:100%;height:100%;object-fit:cover;border-radius:0;display:block}._imagePlaceholder_19zoi_99{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec79ad1a,#dcb4ce1a);transition:all .3s ease}._blogCard_19zoi_57:hover ._imagePlaceholder_19zoi_99{background:linear-gradient(135deg,#ec79ad33,#dcb4ce33)}._placeholderIcon_19zoi_121{font-size:5rem;opacity:.3}._blogCategory_19zoi_126{position:absolute;top:20px;left:20px;background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #ec79ad4d}._blogContent_19zoi_141{padding:2rem;display:flex;flex-direction:column;flex:1}._blogMeta_19zoi_148{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#999;font-size:.9rem}._blogDate_19zoi_157,._blogReadTime_19zoi_158{font-weight:500}._blogDivider_19zoi_162{color:#ddd}._blogTitle_19zoi_166{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.3;transition:color .3s ease}._blogCard_19zoi_57:hover ._blogTitle_19zoi_166{color:#ec79ad}._blogExcerpt_19zoi_179{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:1.5rem;flex:1}._readMoreButton_19zoi_187{align-self:flex-start;background:transparent;color:#ec79ad;border:2px solid #ec79ad;padding:.8rem 1.8rem;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}._readMoreButton_19zoi_187:hover{background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;transform:translate(5px);border-color:transparent}._ctaSection_19zoi_208{padding:5rem 2rem;background:linear-gradient(135deg,#7fbcc3,#a0d4da);text-align:center}._ctaContent_19zoi_214{max-width:800px;margin:0 auto}._ctaTitle_19zoi_219{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:1rem}._ctaSubtitle_19zoi_226{font-size:1.3rem;color:#fff;margin-bottom:2.5rem;line-height:1.6;opacity:.95}._ctaButton_19zoi_234{background:#fff;color:#7fbcc3;padding:1.2rem 3rem;border:none;border-radius:50px;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000026}._ctaButton_19zoi_234:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px #0003;background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff}@media(max-width:1024px){._container_19zoi_47{grid-template-columns:1fr;gap:2.5rem;max-width:700px}._heroTitle_19zoi_23{font-size:3rem}._heroSubtitle_19zoi_34{font-size:1.2rem}}@media(max-width:768px){._heroSection_19zoi_10{padding:100px 1.5rem 60px}._heroTitle_19zoi_23{font-size:2.5rem}._heroSubtitle_19zoi_34{font-size:1.1rem}._container_19zoi_47{grid-template-columns:1fr;padding:0 1rem;gap:2rem}._blogCard_19zoi_57{border-radius:20px}._blogImageContainer_19zoi_75{height:250px}._blogContent_19zoi_141{padding:1.5rem}._blogTitle_19zoi_166{font-size:1.5rem}._blogExcerpt_19zoi_179{font-size:1rem}._ctaSection_19zoi_208{padding:4rem 1.5rem}._ctaTitle_19zoi_219{font-size:2.2rem}._ctaSubtitle_19zoi_226{font-size:1.1rem}._ctaButton_19zoi_234{padding:1rem 2.5rem;font-size:1.1rem}}@media(max-width:480px){._heroTitle_19zoi_23{font-size:2rem}._heroSubtitle_19zoi_34{font-size:1rem}._blogImageContainer_19zoi_75{height:200px}._placeholderIcon_19zoi_121{font-size:4rem}._blogCategory_19zoi_126{font-size:.8rem;padding:.4rem 1rem}._blogTitle_19zoi_166{font-size:1.3rem}._blogExcerpt_19zoi_179{font-size:.95rem}._readMoreButton_19zoi_187{padding:.7rem 1.5rem;font-size:.95rem}._ctaTitle_19zoi_219{font-size:1.8rem}._ctaSubtitle_19zoi_226{font-size:1rem}._ctaButton_19zoi_234{padding:.9rem 2rem;font-size:1rem}}._blogPost_qzf4y_3{min-height:100vh;background:#fff;width:100%}._header_qzf4y_10{position:relative;width:100%;background:linear-gradient(135deg,#fef9f7,#f1e8ee,#fef9f7);padding:120px 2rem 60px;text-align:center}._headerContent_qzf4y_18{max-width:900px;margin:0 auto}._category_qzf4y_23{display:inline-block;background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff;padding:.6rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem;box-shadow:0 4px 15px #ec79ad4d}._title_qzf4y_37{font-size:3rem;font-weight:700;color:#333;margin-bottom:1.5rem;line-height:1.2}._meta_qzf4y_45{display:flex;align-items:center;justify-content:center;gap:.8rem;color:#999;font-size:1rem}._date_qzf4y_54,._readTime_qzf4y_55{font-weight:500}._divider_qzf4y_59{color:#ddd}._article_qzf4y_64{background:#fff}._content_qzf4y_68{max-width:900px;margin:0 auto;padding:3rem 2rem 5rem}._intro_qzf4y_75{font-size:1.25rem;color:#444;line-height:1.8;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#7fbcc314,#ec79ad14);border-left:5px solid #ec79ad;border-radius:10px}._intro_qzf4y_75 p{margin-bottom:1.2rem}._intro_qzf4y_75 p:last-child{margin-bottom:0}._section_qzf4y_99{margin-bottom:3rem}._section_qzf4y_99 h2{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:3px solid #f1e8ee}._section_qzf4y_99 h3{font-size:1.5rem;font-weight:700;color:#ec79ad;margin-bottom:1rem;margin-top:1.5rem}._section_qzf4y_99 p{font-size:1.15rem;color:#444;line-height:1.8;margin-bottom:1.2rem}._section_qzf4y_99 ul,._section_qzf4y_99 ol{margin:1.5rem 0;padding-left:2rem}._section_qzf4y_99 ul li,._section_qzf4y_99 ol li{font-size:1.15rem;color:#444;line-height:1.8;margin-bottom:.8rem}._section_qzf4y_99 strong{color:#ec79ad;font-weight:700}._section_qzf4y_99 em{font-style:italic;color:#666}._highlightSection_qzf4y_152{margin-bottom:3rem;background:linear-gradient(135deg,#7fbcc31a,#a0d4da1a);padding:2.5rem;border-radius:20px;border:2px solid #7fbcc3}._highlightSection_qzf4y_152 h2{font-size:2rem;font-weight:700;color:#2c5f66;margin-bottom:1.5rem;border-bottom:none}._highlightSection_qzf4y_152 p{font-size:1.15rem;color:#1a1a1a;line-height:1.8;margin-bottom:1.2rem;font-weight:500}._highlightSection_qzf4y_152 ul,._highlightSection_qzf4y_152 ol{margin:1.5rem 0;padding-left:2rem}._highlightSection_qzf4y_152 ul li,._highlightSection_qzf4y_152 ol li{font-size:1.15rem;color:#1a1a1a;line-height:1.8;margin-bottom:.8rem;font-weight:500}._emphasis_qzf4y_196{font-weight:600;color:#ec79ad;font-size:1.2rem;line-height:1.7}._callout_qzf4y_203{background:linear-gradient(135deg,#ec79ad1a,#dcb4ce1a);border-left:4px solid #ec79ad;padding:1.5rem;margin:1.5rem 0;border-radius:8px;font-size:1.15rem;font-weight:600;color:#333;line-height:1.7}._exampleBox_qzf4y_220{background:#f8f9fa;border:2px solid #e1e8ed;border-radius:15px;padding:1.5rem;margin:1.5rem 0}._exampleBox_qzf4y_220 p{font-size:1.1rem;color:#333;line-height:1.6;margin-bottom:.5rem}._exampleBox_qzf4y_220 p:last-child{margin-bottom:0}._stepCard_qzf4y_240{background:#fff;border:2px solid #f1e8ee;border-radius:15px;padding:1.8rem;margin:1.2rem 0;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}._stepCard_qzf4y_240:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ec79ad26;border-color:#ec79ad}._stepCard_qzf4y_240 h3{font-size:1.4rem;font-weight:700;color:#ec79ad;margin-bottom:.8rem}._stepCard_qzf4y_240 p{font-size:1.1rem;color:#444;line-height:1.7;margin-bottom:.5rem}._stepCard_qzf4y_240 p:last-child{margin-bottom:0}._haltTitle_qzf4y_275{font-size:1.5rem;font-weight:700;color:#7fbcc3;text-align:center;padding:1.5rem;background:#7fbcc31a;border-radius:15px;margin:1.5rem 0}._conclusion_qzf4y_287{margin-top:4rem;padding-top:3rem;border-top:3px solid #f1e8ee}._conclusion_qzf4y_287 h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#ec79ad,#dcb4ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._conclusion_qzf4y_287 p{font-size:1.2rem;color:#444;line-height:1.8;margin-bottom:1.2rem;text-align:center}._finalCTA_qzf4y_313{font-size:1.3rem;font-weight:600;color:#7fbcc3;text-align:center;padding:1.5rem;background:#7fbcc31a;border-radius:15px;margin-top:2rem;line-height:1.7}._ctaBox_qzf4y_326{margin-top:4rem;padding:3rem;background:linear-gradient(135deg,#7fbcc3,#a0d4da);border-radius:25px;text-align:center;box-shadow:0 8px 30px #7fbcc34d}._ctaBox_qzf4y_326 h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}._ctaBox_qzf4y_326 p{font-size:1.2rem;color:#fff;margin-bottom:2rem;opacity:.95}._ctaButton_qzf4y_349{background:#fff;color:#7fbcc3;padding:1.2rem 3rem;border:none;border-radius:50px;font-weight:700;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000026}._ctaButton_qzf4y_349:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px #0003;background:linear-gradient(135deg,#ec79ad,#dcb4ce);color:#fff}@media(max-width:1024px){._header_qzf4y_10{padding:100px 1.5rem 50px}._title_qzf4y_37{font-size:2.5rem}._content_qzf4y_68{padding:2.5rem 1.5rem 4rem}._section_qzf4y_99 h2{font-size:1.8rem}._highlightSection_qzf4y_152{padding:2rem}}@media(max-width:768px){._header_qzf4y_10{padding:100px 1rem 40px}._title_qzf4y_37{font-size:2rem}._meta_qzf4y_45{font-size:.9rem}._content_qzf4y_68{padding:2rem 1rem 3rem}._intro_qzf4y_75{font-size:1.1rem;padding:1.5rem}._section_qzf4y_99 h2{font-size:1.6rem}._section_qzf4y_99 h3{font-size:1.3rem}._section_qzf4y_99 p,._section_qzf4y_99 ul li,._section_qzf4y_99 ol li{font-size:1.05rem}._highlightSection_qzf4y_152{padding:1.5rem}._highlightSection_qzf4y_152 h2{font-size:1.6rem}._highlightSection_qzf4y_152 p,._highlightSection_qzf4y_152 ul li,._highlightSection_qzf4y_152 ol li{font-size:1.05rem}._emphasis_qzf4y_196{font-size:1.1rem}._callout_qzf4y_203{font-size:1.05rem;padding:1.2rem}._stepCard_qzf4y_240{padding:1.5rem}._stepCard_qzf4y_240 h3{font-size:1.2rem}._stepCard_qzf4y_240 p{font-size:1rem}._haltTitle_qzf4y_275{font-size:1.3rem;padding:1.2rem}._conclusion_qzf4y_287 h2{font-size:2rem}._conclusion_qzf4y_287 p{font-size:1.1rem}._finalCTA_qzf4y_313{font-size:1.15rem;padding:1.2rem}._ctaBox_qzf4y_326{padding:2rem 1.5rem}._ctaBox_qzf4y_326 h3{font-size:1.7rem}._ctaBox_qzf4y_326 p{font-size:1.1rem}._ctaButton_qzf4y_349{padding:1rem 2.5rem;font-size:1.1rem}}@media(max-width:480px){._header_qzf4y_10{padding:90px 1rem 30px}._category_qzf4y_23{font-size:.8rem;padding:.5rem 1.2rem}._title_qzf4y_37{font-size:1.7rem}._meta_qzf4y_45{font-size:.85rem;flex-wrap:wrap}._intro_qzf4y_75{font-size:1rem;padding:1.2rem}._section_qzf4y_99 h2{font-size:1.4rem}._section_qzf4y_99 h3{font-size:1.2rem}._section_qzf4y_99 p,._section_qzf4y_99 ul li,._section_qzf4y_99 ol li{font-size:1rem}._highlightSection_qzf4y_152{padding:1.2rem}._highlightSection_qzf4y_152 h2{font-size:1.4rem}._highlightSection_qzf4y_152 p,._highlightSection_qzf4y_152 ul li,._highlightSection_qzf4y_152 ol li{font-size:1rem}._emphasis_qzf4y_196{font-size:1.05rem}._callout_qzf4y_203{font-size:1rem;padding:1rem}._exampleBox_qzf4y_220{padding:1.2rem}._exampleBox_qzf4y_220 p{font-size:1rem}._stepCard_qzf4y_240{padding:1.2rem}._stepCard_qzf4y_240 h3{font-size:1.1rem}._stepCard_qzf4y_240 p{font-size:.95rem}._haltTitle_qzf4y_275{font-size:1.15rem;padding:1rem}._conclusion_qzf4y_287 h2{font-size:1.7rem}._conclusion_qzf4y_287 p{font-size:1rem}._finalCTA_qzf4y_313{font-size:1.05rem;padding:1rem}._ctaBox_qzf4y_326{padding:1.5rem 1rem;margin-top:3rem}._ctaBox_qzf4y_326 h3{font-size:1.5rem}._ctaBox_qzf4y_326 p{font-size:1rem}._ctaButton_qzf4y_349{padding:.9rem 2rem;font-size:1rem}}._legalContainer_1d5mp_3{min-height:100vh;background:linear-gradient(135deg,#fff,#fef9f7,#f1e8ee);padding:80px 20px 60px;position:relative}._legalContainer_1d5mp_3:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(135deg,#dcb4ce1a,#ec79ad1a);z-index:0}._legalContent_1d5mp_25{max-width:1000px;margin:0 auto;background:#fff;padding:50px 60px;border-radius:20px;box-shadow:0 8px 30px #00000014;position:relative;z-index:1;border:1px solid rgba(220,180,206,.2)}._legalContent_1d5mp_25 h1{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#dcb4ce,#ec79ad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:15px;text-align:center;letter-spacing:-.5px;line-height:1.2}._lastUpdated_1d5mp_50{text-align:center;color:#888;font-size:1rem;margin-bottom:50px;font-style:italic;font-weight:500;padding-bottom:30px;border-bottom:2px solid rgba(220,180,206,.2)}._legalContent_1d5mp_25 section{margin-bottom:40px}._legalContent_1d5mp_25 h2{font-size:2rem;color:#2d2d2d;margin-top:40px;margin-bottom:20px;font-weight:700;padding-bottom:12px;border-bottom:3px solid transparent;border-image:linear-gradient(135deg,#dcb4ce,#ec79ad);border-image-slice:1;letter-spacing:-.3px}._legalContent_1d5mp_25 h3{font-size:1.4rem;color:#333;margin-top:25px;margin-bottom:12px;font-weight:700;position:relative;padding-left:20px}._legalContent_1d5mp_25 h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:linear-gradient(135deg,#dcb4ce,#ec79ad);border-radius:2px}._legalContent_1d5mp_25 p{line-height:1.8;color:#555;margin-bottom:18px;font-size:1.05rem;font-weight:400}._legalContent_1d5mp_25 ul{margin-left:10px;margin-bottom:20px;padding-left:0}._legalContent_1d5mp_25 li{line-height:1.8;color:#555;margin-bottom:12px;list-style:none;padding-left:35px;position:relative;font-size:1.05rem}._legalContent_1d5mp_25 li:before{content:"✓";position:absolute;left:0;color:#ec79ad;font-weight:700;font-size:1.2rem;width:25px;height:25px;background:linear-gradient(135deg,#dcb4ce33,#ec79ad33);border-radius:50%;display:flex;align-items:center;justify-content:center}._legalContent_1d5mp_25 strong{color:#2d2d2d;font-weight:700}._legalContent_1d5mp_25 a{color:#ec79ad;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;padding-bottom:2px}._legalContent_1d5mp_25 a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#dcb4ce,#ec79ad);transition:width .3s ease}._legalContent_1d5mp_25 a:hover{color:#dcb4ce}._legalContent_1d5mp_25 a:hover:after{width:100%}._legalContent_1d5mp_25 section:first-of-type{background:linear-gradient(135deg,#fef9f7,#f8f5f9);padding:25px 30px;border-radius:15px;border-left:4px solid #ec79ad}@media(max-width:1024px){._legalContent_1d5mp_25{padding:40px 45px}}@media(max-width:768px){._legalContainer_1d5mp_3{padding:60px 20px 40px}._legalContent_1d5mp_25{padding:35px 30px;border-radius:15px}._legalContent_1d5mp_25 h1{font-size:2.5rem}._lastUpdated_1d5mp_50{font-size:.95rem;margin-bottom:35px}._legalContent_1d5mp_25 h2{font-size:1.7rem;margin-top:30px}._legalContent_1d5mp_25 h3{font-size:1.3rem}._legalContent_1d5mp_25 p,._legalContent_1d5mp_25 li{font-size:1rem}._legalContent_1d5mp_25 section:first-of-type{padding:20px}}@media(max-width:480px){._legalContainer_1d5mp_3{padding:50px 15px 30px}._legalContent_1d5mp_25{padding:25px 20px;border-radius:12px}._legalContent_1d5mp_25 h1{font-size:2rem}._lastUpdated_1d5mp_50{font-size:.9rem;margin-bottom:30px}._legalContent_1d5mp_25 h2{font-size:1.5rem;margin-top:25px}._legalContent_1d5mp_25 h3{font-size:1.2rem;padding-left:15px}._legalContent_1d5mp_25 h3:before{width:3px}._legalContent_1d5mp_25 p,._legalContent_1d5mp_25 li{font-size:.95rem}._legalContent_1d5mp_25 li{padding-left:30px}._legalContent_1d5mp_25 li:before{width:22px;height:22px;font-size:1.1rem}._legalContent_1d5mp_25 section:first-of-type{padding:18px 15px}}
