:root{--bg-dark:#0a0a0c;--bg-card:#ffffff06;--bg-card-hover:#ffffff0d;--bg-card-active:#e2a85614;--text-primary:#f4f4f6;--text-secondary:#a0a0ab;--text-muted:#62626e;--accent-gold:#e2a856;--accent-gold-light:#f7d59b;--accent-glow:#e2a85626;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Plus Jakarta Sans", -apple-system, sans-serif;--transition-fast:.25s cubic-bezier(.16, 1, .3, 1);--transition-medium:.5s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{touch-action:pan-y;-ms-overflow-style:none;scrollbar-width:none;width:100%;max-width:100%;height:-webkit-fill-available;overflow-x:hidden!important}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;touch-action:pan-y;-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:100dvh;margin:0;padding:0;display:flex;position:relative;overflow-x:hidden!important}.bg-glows{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;inset:0;overflow:hidden}.bg-glows:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, #0a0a0c00 70%);opacity:.65;width:100%;max-width:500px;height:450px;position:absolute;top:-15%;left:50%;transform:translate(-50%)}.bg-glows:after{content:"";background:radial-gradient(circle,#7850c80f 0%,#0a0a0c00 70%);width:100%;max-width:450px;height:450px;position:absolute;bottom:-15%;right:-10%}.app-container{width:100%;max-width:600px;padding-top:max(1.5rem, env(safe-area-inset-top));padding-bottom:max(2rem, env(safe-area-inset-bottom));padding-left:max(1.2rem, env(safe-area-inset-left));padding-right:max(1.2rem, env(safe-area-inset-right));z-index:1;box-sizing:border-box;margin:0 auto;position:relative}.progress-header{opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex;transform:translateY(-10px)}.progress-header.visible{opacity:1;transform:translateY(0)}.step-counter{font-family:var(--font-display);letter-spacing:.1em;color:var(--text-muted);font-size:1.15rem;font-style:italic}.step-counter span{color:var(--accent-gold);font-style:normal;font-weight:500}.progress-track{background:#ffffff14;border-radius:2px;width:120px;height:2px;position:relative;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--accent-gold), var(--accent-gold-light));width:0%;height:100%;transition:width var(--transition-medium)}.screen{opacity:0;transition:opacity var(--transition-medium), transform var(--transition-medium);transform:translateY(16px)}.screen.active{opacity:1;transform:translateY(0)}.intro-card{text-align:center;padding:1rem 0}.tagline{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.25em;color:var(--accent-gold);margin-bottom:1.25rem;font-size:.85rem;display:inline-block}h1.main-title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.4rem,6vw,3.6rem);font-weight:400;line-height:1.15}h1.main-title em{color:var(--accent-gold-light);font-style:italic;font-weight:400}.intro-desc{color:var(--text-secondary);max-width:520px;margin:0 auto 3rem;font-size:1.05rem;font-weight:300;line-height:1.7}.btn-primary{color:var(--text-primary);font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;min-height:54px;transition:color var(--transition-fast);touch-action:manipulation;background:0 0;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:360px;padding:1.1rem 2.2rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}@media (min-width:480px){.btn-primary{width:auto;padding:1.1rem 2.8rem;font-size:.95rem}}.btn-primary:before{content:"";transition:transform var(--transition-fast), background var(--transition-fast);background:linear-gradient(135deg,#e2a8561f,#e2a8560a);border-radius:40px;position:absolute;inset:0}.btn-primary:hover:before,.btn-primary:active:before{background:linear-gradient(135deg,#e2a85638,#e2a85614);transform:scale(1.02)}.btn-primary span{z-index:1;position:relative}.btn-primary svg{fill:none;width:18px;height:18px;stroke:var(--accent-gold);stroke-width:2px;z-index:1;transition:transform var(--transition-fast);position:relative}.btn-primary:hover svg{transform:translate(4px)}.question-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2rem;font-size:clamp(1.5rem,5.2vw,2.4rem);font-weight:400;line-height:1.28}.options-list{flex-direction:column;gap:.85rem;display:flex}.option-item{background:var(--bg-card);cursor:pointer;min-height:56px;transition:background var(--transition-fast), transform var(--transition-fast);-webkit-user-select:none;user-select:none;touch-action:manipulation;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;display:flex;position:relative}.option-item:hover,.option-item:active{background:var(--bg-card-hover)}.option-item.selected{background:var(--bg-card-active);transform:scale(.99)}.option-letter{font-family:var(--font-display);color:var(--accent-gold);min-width:24px;padding-top:2px;font-size:1.1rem;font-weight:500;line-height:1}.option-text{color:var(--text-primary);font-size:1rem;font-weight:300;line-height:1.5}.result-badge{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.75rem;font-size:.8rem;display:block}.result-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;line-height:1.2}.result-body{background:#ffffff04;border-radius:16px;margin-bottom:2.5rem;padding:2rem}.result-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;font-weight:300;line-height:1.8}.result-highlight{color:var(--text-primary);font-weight:400}.breakdown-section{border-top:1px solid #ffffff0d;margin-top:2rem;padding-top:1.5rem}.breakdown-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.2rem;font-size:.85rem}.breakdown-item{align-items:center;gap:1rem;margin-bottom:.65rem;font-size:.88rem;display:flex}.breakdown-label{width:140px;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breakdown-track{background:#ffffff0a;border-radius:2px;flex:1;height:4px;overflow:hidden}.breakdown-fill{background:var(--text-muted);border-radius:2px;height:100%;transition:width .8s ease-out}.breakdown-fill.dominant{background:var(--accent-gold)}.breakdown-val{text-align:right;min-width:32px;color:var(--text-muted);font-size:.8rem}.breakdown-val.dominant{color:var(--accent-gold);font-weight:600}.promo-box{text-align:center;padding-top:1rem}.promo-text{font-family:var(--font-display);color:var(--text-primary);margin-bottom:2rem;font-size:1.35rem;font-style:italic;line-height:1.5}@media (max-width:480px){body{padding-top:max(1.25rem, env(safe-area-inset-top));padding-bottom:max(1.75rem, env(safe-area-inset-bottom));padding-left:max(.9rem, env(safe-area-inset-left));padding-right:max(.9rem, env(safe-area-inset-right))}h1.main-title{margin-bottom:1.1rem;font-size:clamp(1.8rem,6.5vw,2.4rem)}.tagline{letter-spacing:.18em;margin-bottom:1rem;font-size:.75rem}.intro-desc{margin-bottom:2rem;font-size:.95rem}.question-title{margin-bottom:1.5rem;font-size:clamp(1.35rem,5.5vw,1.75rem)}.option-item{gap:.85rem;padding:.95rem 1rem}.option-text{font-size:.92rem;line-height:1.45}.result-title{font-size:clamp(1.8rem,6vw,2.3rem)}.result-body{border-radius:14px;padding:1.25rem 1rem}.result-text{font-size:.96rem;line-height:1.7}.breakdown-item{gap:.6rem}.breakdown-label{width:105px;font-size:.78rem}.breakdown-val{min-width:28px;font-size:.75rem}.promo-text{margin-bottom:1.5rem;font-size:1.15rem}}.guide-wrapper{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121216bf;border:1px solid #e2a85633;border-radius:20px;margin-top:1rem;padding:2rem;box-shadow:0 20px 40px #00000080,0 0 30px #e2a8560d}.guide-header{text-align:center;border-bottom:1px solid #ffffff14;margin-bottom:2rem;padding-bottom:1.5rem}.guide-badge-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.guide-badge{color:var(--accent-gold-light);letter-spacing:.1em;text-transform:uppercase;background:#e2a85626;border:1px solid #e2a85659;border-radius:20px;padding:.35rem .85rem;font-size:.78rem;font-weight:600}.guide-type-badge{color:var(--text-primary);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:.35rem .85rem;font-size:.78rem}.guide-title{font-family:var(--font-display);color:#fff;margin-bottom:.5rem;font-size:clamp(1.8rem,4.5vw,2.5rem);font-weight:500;line-height:1.25}.guide-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 1.5rem;font-size:.95rem;font-weight:300;line-height:1.5}.fear-selector{flex-direction:column;align-items:center;gap:.6rem;margin-top:1.25rem;display:flex}.selector-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem}.selector-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.selector-pill{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:.4rem .85rem;font-size:.8rem}.selector-pill:hover{color:#fff;background:#ffffff14}.selector-pill.active{border-color:var(--accent-gold);color:var(--accent-gold-light);background:#e2a8562e;font-weight:500}.guide-nav-tabs{scrollbar-width:none;border-bottom:1px solid #ffffff0f;gap:.5rem;margin-bottom:1.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.guide-nav-tabs::-webkit-scrollbar{display:none}.nav-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;padding:.65rem 1rem;font-size:.9rem;font-weight:500}.nav-tab:hover{color:var(--text-primary)}.nav-tab.active{color:var(--accent-gold);border-bottom-color:var(--accent-gold)}.guide-tab-content{display:none}.guide-tab-content.active{display:block}.fade-in{animation:.35s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tab-intro-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.lead-card{border-left:3px solid var(--accent-gold);background:linear-gradient(135deg,#e2a85614,#e2a85605);border-radius:0 12px 12px 0;margin-bottom:1.75rem;padding:1.25rem 1.5rem}.lead-text{color:var(--accent-gold-light);font-size:1.05rem;font-style:italic;line-height:1.7;font-family:var(--font-display)}.guide-section{margin-bottom:1.75rem}.section-heading{font-family:var(--font-display);color:#fff;margin-bottom:.85rem;font-size:1.35rem;font-weight:500}.body-paragraph{color:var(--text-secondary);margin-bottom:.85rem;font-size:.95rem;font-weight:300;line-height:1.7}.manifest-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.manifest-item{color:var(--text-primary);background:#ffffff05;border:1px solid #ffffff0a;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;font-size:.92rem;display:flex}.manifest-bullet{color:var(--accent-gold);flex-shrink:0;margin-top:1px;font-size:1rem}.guide-key-box{background:#ffffff08;border:1px solid #e2a85633;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;display:flex}.key-icon{flex-shrink:0;font-size:1.6rem}.key-content strong{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.92rem;display:block}.key-content p{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.6}.accordion-list{flex-direction:column;gap:1rem;display:flex}.accordion-item{transition:border-color var(--transition-fast);background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;overflow:hidden}.accordion-item.open{background:#ffffff09;border-color:#e2a85659}.accordion-header{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.4rem;display:flex}.accordion-title-group{align-items:center;gap:1rem;display:flex}.ex-number{font-family:var(--font-display);color:var(--accent-gold);opacity:.8;font-size:1.4rem;font-weight:600}.ex-title{color:#fff;margin-bottom:.2rem;font-size:1.05rem;font-weight:600}.ex-subtitle{color:var(--text-secondary);font-size:.82rem;display:block}.accordion-right{align-items:center;gap:1rem;display:flex}.ex-duration{color:var(--accent-gold-light);white-space:nowrap;background:#e2a8561a;border-radius:6px;padding:.3rem .65rem;font-size:.78rem}.chevron{color:var(--text-muted);transition:transform var(--transition-fast);font-size:.75rem}.chevron.up{color:var(--accent-gold);transform:rotate(180deg)}.accordion-body{border-top:1px solid #ffffff0a;padding:1.2rem 1.4rem 1.4rem}.steps-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:.85rem;font-size:.85rem;display:block}.steps-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.step-item{align-items:flex-start;gap:.85rem;display:flex}.step-badge{color:var(--accent-gold);background:#e2a85626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:.78rem;font-weight:600;display:flex}.step-text{color:var(--text-primary);font-size:.93rem;font-weight:300;line-height:1.6}.ex-note-box{color:var(--accent-gold-light);background:#e2a8560f;border:1px solid #e2a85633;border-radius:10px;margin-top:1.25rem;padding:.85rem 1.1rem;font-size:.88rem;line-height:1.5}.meditation-box{background:radial-gradient(circle at 100% 0,#e2a85614,#0f0f12f2);border:1px solid #e2a85640;border-radius:16px;padding:2rem}.meditation-header{align-items:center;gap:1.25rem;display:flex}.meditation-icon{font-size:2.2rem}.meditation-title{font-family:var(--font-display);color:#fff;margin-bottom:.25rem;font-size:1.5rem}.meditation-instruction{color:var(--text-secondary);font-size:.85rem}.meditation-divider{background:linear-gradient(90deg,#0000,#e2a8564d,#0000);height:1px;margin:1.5rem 0}.meditation-text-body{flex-direction:column;gap:1.1rem;display:flex}.meditation-paragraph{font-family:var(--font-display);color:#f4f4f6;font-size:1.15rem;font-style:italic;font-weight:400;line-height:1.8}.meditation-footer{color:var(--accent-gold);text-align:center;border-top:1px solid #ffffff0f;margin-top:1.75rem;padding-top:1rem;font-size:.82rem}.affirmations-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.btn-copy-affirmations{color:var(--accent-gold-light);cursor:pointer;transition:all var(--transition-fast);background:#e2a85626;border:1px solid #e2a8564d;border-radius:8px;padding:.5rem 1rem;font-size:.82rem}.btn-copy-affirmations:hover{color:#fff;background:#e2a85640}.affirmations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.affirmation-card{transition:transform var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:.85rem;padding:1.1rem 1.25rem;display:flex}.affirmation-card:hover{background:#ffffff09;border-color:#e2a85633;transform:translateY(-2px)}.aff-num{font-family:var(--font-display);color:var(--accent-gold);opacity:.8;font-size:1.1rem;font-weight:600}.aff-text{color:var(--text-primary);font-size:.95rem;font-weight:400;line-height:1.55}.schedule-table-wrapper{border:1px solid #ffffff0f;border-radius:12px;overflow-x:auto}.schedule-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.schedule-table th{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;background:#ffffff0a;border-bottom:1px solid #ffffff14;padding:.85rem 1.1rem;font-size:.82rem;font-weight:500}.schedule-table td{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;padding:.9rem 1.1rem}.schedule-table tr:last-child td{border-bottom:none}.day-badge{color:var(--accent-gold);white-space:nowrap;background:#e2a8561f;border-radius:6px;padding:.25rem .6rem;font-size:.8rem;font-weight:600}.vk-toggle-btn{color:var(--accent-gold-light);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px dashed #e2a85666;border-radius:12px;padding:.65rem 1.25rem;font-size:.88rem}.vk-toggle-btn:hover{background:#e2a8561a;border-style:solid}.vk-activation-box{background:#ffffff08;border:1px solid #e2a8564d;border-radius:14px;max-width:520px;margin:1rem auto 0;padding:1.25rem}@media (max-width:600px){.guide-wrapper{padding:1.25rem 1rem}.accordion-header{padding:1rem}.accordion-body{padding:0 1rem 1rem}.ex-duration{display:none}}.apple-page-root{z-index:1;background:radial-gradient(circle at 50% 10%,#142d1e73 0%,#0a0a0cfa 70%);width:100%;min-height:100vh;position:relative;overflow-x:hidden}.top-discount-bar{z-index:90;width:100%;padding:max(.45rem, env(safe-area-inset-top)) 1rem .45rem 1rem;background:linear-gradient(90deg,#78290f 0%,#ff5400 50%,#78290f 100%);border-bottom:1px solid #ffd70066;position:sticky;top:0;box-shadow:0 4px 20px #ff540040}.top-discount-content{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:1000px;margin:0 auto;font-size:.88rem;font-weight:500;display:flex}.top-timer-badge{color:#ffe6a7;letter-spacing:.05em;white-space:nowrap;background:#00000073;border:1px solid #ffffff4d;border-radius:20px;padding:.2rem .65rem;font-family:monospace;font-weight:700}.apple-content-wrapper{max-width:1080px;margin:0 auto;padding:2.5rem 1.25rem 5rem}.apple-hero-section{text-align:center;max-width:780px;margin:0 auto 2.5rem}.apple-hero-badge{color:var(--accent-gold-light);letter-spacing:.04em;background:#e2a8561f;border:1px solid #e2a8564d;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex}.apple-hero-title{font-family:var(--font-display);color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,5.5vw,3.5rem);font-weight:600;line-height:1.15}.apple-hero-title em{color:var(--accent-gold-light);font-style:italic;display:block}.apple-hero-subtitle{color:var(--text-secondary);font-size:clamp(.95rem,2vw,1.12rem);line-height:1.65}.apple-tree-interactive-wrapper{width:100%;max-width:860px;margin:0 auto 3rem}.apple-tree-stage{aspect-ratio:1000/700;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:radial-gradient(circle at 50% 40%,#1a442a66 0%,#0a140ecc 60%,#080c0af2 100%);border:1px solid #e2a85640;border-radius:28px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0009,inset 0 0 80px #e2a85614}.tree-ambient-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.tree-glow-back{pointer-events:none;z-index:0;background:radial-gradient(circle,#e2a85638 0%,#0000 70%);width:60%;height:60%;animation:5s ease-in-out infinite alternate pulseGlow;position:absolute;top:15%;left:50%;transform:translate(-50%)}@keyframes pulseGlow{0%{opacity:.6;transform:translate(-50%)scale(.95)}to{opacity:.9;transform:translate(-50%)scale(1.1)}}.tree-light-rays{pointer-events:none;z-index:1;background:linear-gradient(#ffe69614 0%,#0000 100%);height:50%;position:absolute;top:0;left:0;right:0}.tree-svg-container{z-index:2;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;inset:0}.tree-svg{width:100%;height:100%}.apples-interactive-layer{z-index:4;width:100%;height:100%;position:absolute;inset:0}.apple-container{--apple-size:clamp(48px, 6.8vw, 64px);width:var(--apple-size);height:var(--apple-size);margin-left:calc(-.5 * var(--apple-size));margin-top:calc(-.5 * var(--apple-size));cursor:pointer;transform-origin:top;-webkit-tap-highlight-color:transparent;transition:transform .25s cubic-bezier(.175,.885,.32,1.275);animation:4s ease-in-out infinite alternate gentleSway;position:absolute}@keyframes gentleSway{0%{transform:rotate(-4deg)}50%{transform:rotate(3deg)}to{transform:rotate(-2deg)}}.apple-container:hover{z-index:10;animation-play-state:paused;transform:scale(1.28)rotate(0)!important}.apple-container.already-picked{opacity:.25;filter:grayscale(.8);pointer-events:none}.apple-halo{opacity:.6;pointer-events:none;background:radial-gradient(circle,#ffd70066 0%,#ffd70000 70%);border-radius:50%;animation:2.5s infinite alternate haloPulse;position:absolute;inset:-10px}@keyframes haloPulse{0%{opacity:.4;transform:scale(.9)}to{opacity:.85;transform:scale(1.2)}}.apple-sphere{background:radial-gradient(circle at 35% 25%,#ff7b54 0%,#e63946 38%,#b51727 75%,#6a040f 100%);border:1px solid #ffc86466;border-radius:50% 50% 46% 46%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 8px 18px #00000080,inset 0 -4px 8px #0006,inset 0 3px 6px #fff9}.apple-shine{pointer-events:none;background:radial-gradient(circle,#ffffffd9 0%,#fff0 80%);border-radius:50%;width:32%;height:22%;position:absolute;top:12%;left:20%;transform:rotate(-30deg)}.apple-number-badge{z-index:2;width:clamp(22px,3vw,28px);height:clamp(22px,3vw,28px);font-family:var(--font-body);color:#3d1a00;background:linear-gradient(135deg,gold 0%,#d4a017 100%);border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:clamp(.75rem,1.2vw,.95rem);font-weight:800;display:flex;position:relative;box-shadow:0 2px 6px #0006}.apple-sparkle-dot{background:#fff;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 6px gold}.apple-sparkle-dot.s1{top:22%;right:24%}.apple-sparkle-dot.s2{bottom:24%;left:28%}.apple-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f1412eb;border:1px solid #e2a85680;border-radius:8px;padding:.25rem .55rem;font-size:.72rem;font-weight:600;transition:opacity .2s,transform .2s;position:absolute;bottom:-32px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000080}.apple-container:hover .apple-tooltip{opacity:1;transform:translate(-50%)translateY(-2px)}.apple-container.animating-pluck{z-index:50;animation:1.1s cubic-bezier(.2,.8,.2,1) forwards pluckFallExpand!important}@keyframes pluckFallExpand{0%{transform:scale(1.2)translateY(0)rotate(0)}25%{transform:scale(1.4)translateY(35px)rotate(15deg)}60%{filter:drop-shadow(0 0 25px gold);transform:scale(2.2)translateY(120px)rotate(-10deg)}to{opacity:0;transform:scale(3.5)translateY(180px)rotate(0)}}.tree-instruction-banner{z-index:5;pointer-events:none;justify-content:center;padding:0 1rem;display:flex;position:absolute;bottom:14px;left:0;right:0}.instruction-chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--accent-gold-light);text-align:center;background:#0a0e0cd9;border:1px solid #e2a85659;border-radius:999px;align-items:center;gap:.6rem;padding:.45rem 1.1rem;font-size:clamp(.75rem,1.8vw,.86rem);display:flex;box-shadow:0 6px 18px #0006}.pulse-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s infinite pulseDot;box-shadow:0 0 8px #4ade80}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.mobile-tree-selector-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121814d9;border:1px solid #e2a85640;border-radius:18px;flex-direction:column;align-items:center;gap:.65rem;margin-top:1rem;padding:.85rem .75rem;display:none;box-shadow:0 8px 24px #0006}.mobile-selector-header{color:var(--accent-gold-light);text-align:center;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.mobile-pulse-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1.5s infinite pulseDot;box-shadow:0 0 6px #4ade80}.mobile-apple-buttons-row{flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%;display:flex}.mobile-apple-chip{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #e2a85659;border-radius:12px;justify-content:center;align-items:center;gap:.25rem;min-width:40px;min-height:40px;padding:.35rem .6rem;font-family:inherit;transition:all .2s;display:inline-flex}.mobile-apple-chip:active,.mobile-apple-chip.animating{background:#e2a85640;border-color:gold;transform:scale(.95)}.mobile-apple-chip.picked{opacity:.45;background:#0000004d;border-color:#ffffff1f}.mobile-chip-num{color:var(--accent-gold-light);font-size:.82rem;font-weight:700}.mobile-chip-icon{font-size:.85rem}.celebration-overlay{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));background:#050706e0;justify-content:center;align-items:center;animation:.35s ease-out fadeInModal;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeInModal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.celebration-card{-webkit-overflow-scrolling:touch;border:1.5px solid var(--accent-gold);text-align:center;color:#fff;background:linear-gradient(160deg,#1e1810f2 0%,#0e120ffa 100%);border-radius:24px;width:100%;max-width:540px;max-height:calc(100vh - 2rem);margin:auto;padding:2.2rem 1.8rem;position:relative;overflow-y:auto;box-shadow:0 25px 80px #000c,0 0 40px #e2a85640}.celebration-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.celebration-close:hover{background:#ffffff40}.celebration-apple-icon{width:72px;height:72px;margin:0 auto 1.2rem}.big-golden-apple{color:#fff;background:radial-gradient(circle at 35% 25%,gold 0%,#e63946 55%,#780000 100%);border:2px solid gold;border-radius:50% 50% 46% 46%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:800;animation:1s ease-in-out infinite alternate bounceApple;display:flex;box-shadow:0 0 30px #ffd70099}@keyframes bounceApple{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.celebration-tag{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:inline-block}.celebration-title{font-family:var(--font-display);color:#fff;margin-bottom:1.25rem;font-size:1.8rem}.celebration-gift-box{text-align:left;background:#ffffff0a;border:1px solid #e2a8564d;border-radius:16px;margin-bottom:1.25rem;padding:1.25rem}.gift-box-badge{color:var(--accent-gold);margin-bottom:.35rem;font-size:.78rem;font-weight:600}.gift-box-title{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.gift-box-desc{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.celebration-unlock-all{color:#f7d59b;margin-bottom:1.5rem;font-size:.92rem;line-height:1.5}.celebrate-btn{justify-content:center;align-items:center;gap:.6rem;width:100%;max-width:320px;margin:0 auto;display:inline-flex}.gifts-master-section{margin-bottom:4rem}.section-header-center{text-align:center;max-width:680px;margin:0 auto 2rem}.section-pretitle{text-transform:uppercase;color:var(--accent-gold);letter-spacing:.08em;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.section-main-title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.section-desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.gift-tabs-container{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:1.5rem;display:grid}@media (max-width:768px){.gift-tabs-container{grid-template-columns:1fr}}.gift-tab-btn{cursor:pointer;text-align:left;color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:.85rem;padding:1rem 1.1rem;transition:all .25s;display:flex}.gift-tab-btn:hover{background:#ffffff0f;border-color:#e2a85666}.gift-tab-btn.active{border-color:var(--accent-gold);background:linear-gradient(135deg,#e2a85626 0%,#ffffff0d 100%);box-shadow:0 6px 20px #e2a8561f}.gift-tab-num{font-family:var(--font-display);color:var(--accent-gold);background:#e2a8561f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;font-weight:700;display:flex}.gift-tab-title{font-size:.88rem;font-weight:600;line-height:1.35}.gift-tab-badge{color:#4ade80;margin-top:.25rem;font-size:.7rem;font-weight:600;display:inline-block}.gift-detail-card{background:linear-gradient(160deg,#191612cc 0%,#0e120fe6 100%);border:1px solid #e2a8564d;border-radius:24px;padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 15px 45px #0006}.gift-card-header{border-bottom:1px solid #ffffff14;margin-bottom:1.5rem;padding-bottom:1.25rem}.gift-meta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.gift-badge-pill{color:var(--accent-gold-light);background:#e2a85626;border:1px solid #e2a8564d;border-radius:999px;padding:.25rem .75rem;font-size:.78rem;font-weight:600}.gift-duration-pill{color:var(--text-muted);font-size:.78rem}.gift-detail-title{font-family:var(--font-display);color:#fff;margin-bottom:.4rem;font-size:clamp(1.6rem,3vw,2.2rem)}.gift-detail-tagline{color:var(--text-secondary);font-size:.95rem}.gift-intro-box{color:#e5e5eb;margin-bottom:1.75rem;font-size:.98rem;line-height:1.7}.gift-video-wrapper{background:#000;border:1px solid #e2a85659;border-radius:18px;margin-bottom:2rem;overflow:hidden;box-shadow:0 10px 30px #00000080}.video-player-container{width:100%;padding-top:56.25%;position:relative}.rutube-iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-caption{color:var(--accent-gold-light);text-align:center;background:#141418f2;padding:.75rem 1rem;font-size:.85rem}.gift-mantra-box{background:#e2a85614;border:1px solid #e2a85640;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1.1rem 1.3rem;display:flex}.mantra-icon{font-size:1.8rem}.mantra-label{text-transform:uppercase;color:var(--accent-gold);margin-bottom:.2rem;font-size:.8rem;font-weight:600}.mantra-text{color:#fff;font-size:.95rem;font-style:italic;font-weight:500}.gift-contents-group{margin-bottom:1.75rem}.contents-group-title{color:#fff;margin-bottom:.9rem;font-size:1.05rem;font-weight:600}.contents-list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.contents-list-item{color:#d8d8e0;gap:.75rem;font-size:.92rem;line-height:1.55;display:flex}.list-check-icon{color:var(--accent-gold);font-weight:800}.steps-timeline{flex-direction:column;gap:1rem;margin-bottom:1.75rem;display:flex}.step-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;gap:1rem;padding:1.1rem 1.25rem;display:flex}.step-number-circle{background:var(--accent-gold);color:#1a1006;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.step-title{color:#fff;margin-bottom:.35rem;font-size:.98rem}.gift-advice-callout{color:#bbf7d0;background:#4ade8014;border-left:3px solid #4ade80;border-radius:0 12px 12px 0;padding:1rem 1.25rem;font-size:.92rem;line-height:1.6}.gift-upsell-bridge-box{background:linear-gradient(135deg,#fbbf241f 0%,#d9770614 100%);border:1px solid #fbbf2459;border-radius:14px;margin-top:1.5rem;padding:1.35rem;box-shadow:0 4px 20px #00000040}.upsell-bridge-header{align-items:center;gap:8px;margin-bottom:.6rem;display:flex}.upsell-bridge-icon{font-size:1.3rem}.upsell-bridge-title{color:#fbbf24;margin:0;font-size:1.1rem;font-weight:700}.upsell-bridge-desc{color:#f1f5f9;margin:0 0 1rem;font-size:.92rem;line-height:1.55}.upsell-bridge-btn{justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;padding:.8rem 1.25rem;font-size:.95rem;font-weight:700;display:flex}.quantum-bonus-banner{background:linear-gradient(135deg,#50146466 0%,#1e0a2dcc 50%,#140a1ef2 100%);border:1.5px solid #d88cff66;border-radius:24px;margin-bottom:4rem;padding:clamp(1.5rem,3vw,2.5rem);position:relative;overflow:hidden;box-shadow:0 15px 50px #781ea040}.quantum-badge{color:#fff;letter-spacing:.04em;background:linear-gradient(90deg,#d946ef 0%,#a855f7 100%);border-radius:999px;margin-bottom:1.2rem;padding:.35rem .9rem;font-size:.78rem;font-weight:700;display:inline-block}.quantum-grid{grid-template-columns:1.6fr 1fr;align-items:center;gap:2rem;display:grid}@media (max-width:800px){.quantum-grid{grid-template-columns:1fr}}.quantum-title{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.25}.quantum-author-meta{color:var(--accent-gold-light);margin-bottom:.6rem;font-size:.95rem;font-weight:600}.quantum-desc{color:#e9d5ff;margin-bottom:1.25rem;font-size:.92rem;line-height:1.6}.quantum-features{flex-direction:column;gap:.5rem;display:flex}.q-feat-item{color:#f3e8ff;gap:.6rem;font-size:.86rem;display:flex}.q-star{color:#e879f9}.quantum-action-side{text-align:center;background:#0006;border:1px solid #d88cff40;border-radius:18px;padding:1.5rem}.quantum-free-tag{justify-content:center;align-items:baseline;gap:.75rem;margin-bottom:.6rem;display:flex}.quantum-free-tag .old-val{color:var(--text-muted);font-size:1.1rem;text-decoration:line-through}.quantum-free-tag .new-val{font-family:var(--font-display);color:#4ade80;font-size:1.9rem;font-weight:700}.quantum-note{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.82rem;line-height:1.45}.q-scroll-btn{width:100%;padding:.75rem 1rem;font-size:.88rem}.paid-products-section{margin-bottom:4rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}@media (max-width:640px){.products-grid{grid-template-columns:1fr}}.product-card{background:#ffffff06;border:1px solid #ffffff14;border-radius:22px;flex-direction:column;justify-content:space-between;padding:1.6rem;transition:all .3s;display:flex;position:relative}.product-card:hover{border-color:#e2a85666;transform:translateY(-4px);box-shadow:0 12px 35px #0006}.product-card.vip-featured{border:1.5px solid var(--accent-gold);background:linear-gradient(145deg,#2d200fe6 0%,#14100af2 100%);grid-column:1/-1;box-shadow:0 15px 50px #e2a85633}.product-card.recommended-card{border-color:#fbbf24;box-shadow:0 0 28px #fbbf2459}.recommended-ribbon{color:#1e1b4b;background:linear-gradient(135deg,#fbbf24 0%,#d97706 100%);font-weight:800}.vip-ribbon{color:#1a1006;letter-spacing:.05em;background:linear-gradient(90deg,gold 0%,#e2a856 100%);border-radius:8px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.78rem;font-weight:800;display:inline-block}.popular-ribbon{color:#fff;background:linear-gradient(90deg,#ff5400 0%,#ff7b54 100%);border-radius:6px;margin-bottom:.75rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-block}.prod-badge{color:var(--accent-gold);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.prod-title{font-family:var(--font-display);color:#fff;margin-bottom:.45rem;font-size:1.45rem;line-height:1.25}.prod-subtitle{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.86rem;line-height:1.5}.prod-features-block,.prod-results-block{margin-bottom:1.1rem}.prod-block-heading{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin-bottom:.45rem;font-size:.78rem;font-weight:700}.prod-features-list,.prod-results-list{flex-direction:column;gap:.45rem;list-style:none;display:flex}.prod-features-list li,.prod-results-list li{color:#d1d1db;gap:.55rem;font-size:.84rem;line-height:1.45;display:flex}.check-bullet{color:#4ade80;font-weight:700}.sparkle-bullet{color:var(--accent-gold)}.prod-card-footer{border-top:1px solid #ffffff0f;margin-top:1.25rem;padding-top:1.1rem}.prod-pricing{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.65rem;display:flex}.prod-old-price{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.95rem;text-decoration:line-through;display:flex}.prod-discount-pill{color:#f87171;background:#ef444433;border-radius:6px;padding:.15rem .45rem;font-size:.72rem;font-weight:700;text-decoration:none}.prod-current-price{font-family:var(--font-display);color:var(--accent-gold-light);font-size:1.85rem;font-weight:700}.prod-bonus-alert{color:#f3e8ff;text-align:center;background:#a855f71f;border:1px solid #a855f740;border-radius:8px;margin-bottom:.85rem;padding:.35rem .65rem;font-size:.78rem}.prod-buy-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.8rem 1.2rem;font-size:.9rem;display:flex}.vip-buy-btn{color:#1a1006;background:linear-gradient(135deg,gold 0%,#e2a856 100%);font-size:1rem;font-weight:700}.secure-badge{color:var(--text-muted);text-align:center;margin-top:.55rem;font-size:.72rem}.author-presentation-section{margin-bottom:4rem}.author-card{background:#ffffff06;border:1px solid #e2a85640;border-radius:24px;grid-template-columns:260px 1fr;align-items:center;gap:2.5rem;padding:clamp(1.5rem,3vw,2.5rem);display:grid}@media (max-width:768px){.author-card{text-align:center;grid-template-columns:1fr}}.author-avatar-frame{aspect-ratio:1;border:2px solid var(--accent-gold);border-radius:20px;width:100%;max-width:240px;margin:0 auto;overflow:hidden;box-shadow:0 10px 30px #00000080}.author-avatar-img{object-fit:cover;width:100%;height:100%}.author-tag{text-transform:uppercase;color:var(--accent-gold);letter-spacing:.08em;margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.author-name{font-family:var(--font-display);color:#fff;margin-bottom:.9rem;font-size:2.2rem}.author-bio{color:#d1d1db;margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.author-stats{border-top:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.25rem;display:grid}.stat-num{font-family:var(--font-display);color:var(--accent-gold-light);font-size:1.6rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.75rem}.checkout-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:max(.75rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));background:#050706e0;justify-content:center;align-items:center;animation:.25s ease-out fadeInModal;display:flex;position:fixed;inset:0;overflow-y:auto}.checkout-modal-card{-webkit-overflow-scrolling:touch;color:#fff;background:#141418;border:1px solid #e2a85666;border-radius:22px;width:100%;max-width:500px;max-height:calc(100vh - 1.5rem);margin:auto;padding:2rem 1.75rem;position:relative;overflow-y:auto;box-shadow:0 25px 80px #000c}.checkout-modal-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.checkout-modal-close:hover{background:#fff3}.modal-header{margin-bottom:1.5rem}.modal-badge{color:var(--accent-gold);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.modal-title{color:#fff;margin-bottom:.6rem;font-size:1.3rem}.modal-price-tag{flex-wrap:wrap;align-items:baseline;gap:.75rem;display:flex}.modal-price-tag .m-old{color:var(--text-muted);font-size:.95rem;text-decoration:line-through}.modal-price-tag .m-new{font-family:var(--font-display);color:var(--accent-gold-light);font-size:1.7rem;font-weight:700}.modal-price-tag .m-bonus{color:#e879f9;background:#e879f91a;border-radius:6px;padding:.2rem .5rem;font-size:.75rem}.modal-form{flex-direction:column;gap:1.1rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.form-group input,.form-group textarea{color:#fff;background:#ffffff0a;border:1px solid #e2a8564d;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-gold);background:#ffffff0f}.special-intake-note{color:var(--text-secondary);margin-top:.25rem;font-size:.8rem;line-height:1.4;display:block}.modal-error-alert{color:#fca5a5;background:#ef444426;border:1px solid #ef444466;border-radius:10px;padding:.65rem .85rem;font-size:.85rem}.modal-pay-btn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.9rem;font-size:.95rem;display:flex}.modal-security-note{color:var(--text-muted);text-align:center;font-size:.72rem;line-height:1.4}@media (max-width:768px){.apple-content-wrapper{padding:1.75rem 1rem 4rem}.apple-hero-section{margin-bottom:2rem}.apple-tree-interactive-wrapper{margin-bottom:2.25rem}.gifts-master-section,.quantum-bonus-banner,.paid-products-section,.author-presentation-section{margin-bottom:3rem}.author-card{text-align:center;grid-template-columns:1fr;gap:1.75rem}.author-avatar-frame{max-width:200px}}@media (max-width:640px){.top-discount-bar{padding:max(.4rem, env(safe-area-inset-top)) .75rem .4rem .75rem}.top-discount-content{text-align:center;gap:.35rem .6rem;font-size:.78rem;line-height:1.35}.top-timer-badge{padding:.15rem .5rem;font-size:.75rem}.apple-content-wrapper{padding:1.25rem .85rem 3.5rem}.apple-hero-badge{white-space:normal;max-width:100%;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;line-height:1.35}.apple-hero-title{margin-bottom:.85rem;font-size:clamp(1.65rem,6.2vw,2.6rem);line-height:1.2}.apple-hero-subtitle{font-size:.9rem;line-height:1.55}.apple-tree-interactive-wrapper{margin-bottom:1.75rem}.apple-tree-stage{border-radius:20px}.apple-container{--apple-size:clamp(36px, 9vw, 48px)}.apple-container:before{content:"";border-radius:50%;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.apple-number-badge{border-width:1px;width:clamp(20px,4vw,24px);height:clamp(20px,4vw,24px);font-size:.75rem}@media (hover:none){.apple-container:hover{transform:none!important}}.tree-instruction-banner{display:none}.mobile-tree-selector-bar{display:flex}.celebration-card{border-radius:20px;max-height:calc(100vh - 1.5rem);padding:1.5rem 1.15rem}.celebration-apple-icon{width:56px;height:56px;margin-bottom:.8rem}.big-golden-apple{font-size:1.45rem}.celebration-tag{font-size:.76rem}.celebration-title{margin-bottom:.9rem;font-size:1.35rem;line-height:1.25}.celebration-gift-box{border-radius:14px;margin-bottom:1rem;padding:1rem}.gift-box-title{font-size:1.02rem}.gift-box-desc{font-size:.82rem}.celebration-unlock-all{margin-bottom:1.25rem;font-size:.82rem}.celebrate-btn{width:100%;min-height:48px;font-size:.92rem}.section-header-center{margin-bottom:1.4rem}.section-pretitle{font-size:.74rem}.section-main-title{font-size:clamp(1.45rem,5.5vw,1.9rem)}.section-desc{font-size:.88rem;line-height:1.5}.gift-tab-btn{border-radius:14px;gap:.7rem;padding:.75rem .85rem}.gift-tab-num{border-radius:10px;width:32px;height:32px;font-size:1.1rem}.gift-tab-title{font-size:.84rem}.gift-tab-badge{font-size:.68rem}.gift-detail-card{border-radius:18px;padding:1.25rem .95rem}.gift-card-header{margin-bottom:1.1rem;padding-bottom:1rem}.gift-badge-pill{padding:.2rem .6rem;font-size:.72rem}.gift-duration-pill{font-size:.72rem}.gift-detail-title{font-size:clamp(1.35rem,5vw,1.7rem);line-height:1.25}.gift-detail-tagline{font-size:.86rem}.gift-intro-box{margin-bottom:1.25rem;font-size:.88rem;line-height:1.6}.gift-mantra-box{border-radius:12px;gap:.75rem;margin-bottom:1.25rem;padding:.85rem .95rem}.mantra-icon{font-size:1.4rem}.mantra-label{font-size:.74rem}.mantra-text{font-size:.86rem;line-height:1.4}.contents-group-title{margin-bottom:.7rem;font-size:.95rem}.contents-list-item{gap:.6rem;font-size:.84rem;line-height:1.45}.step-card{border-radius:12px;gap:.75rem;padding:.85rem .9rem}.step-number-circle{width:26px;height:26px;font-size:.8rem}.step-title{font-size:.88rem}.step-desc{font-size:.8rem;line-height:1.45}.gift-advice-callout{border-radius:0 10px 10px 0;padding:.85rem .95rem;font-size:.84rem}.gift-upsell-bridge-box{border-radius:12px;padding:1rem}.upsell-bridge-title{font-size:.98rem}.upsell-bridge-desc{font-size:.84rem;line-height:1.5}.upsell-bridge-btn{padding:.75rem 1rem;font-size:.88rem}.quantum-bonus-banner{border-radius:18px;padding:1.25rem .95rem}.quantum-badge{margin-bottom:.85rem;padding:.25rem .75rem;font-size:.72rem}.quantum-title{margin-bottom:.5rem;font-size:clamp(1.25rem,5vw,1.6rem)}.quantum-author-meta{margin-bottom:.5rem;font-size:.84rem}.quantum-desc{margin-bottom:1rem;font-size:.84rem;line-height:1.5}.q-feat-item{font-size:.8rem;line-height:1.4}.quantum-action-side{border-radius:14px;margin-top:.5rem;padding:1.15rem .85rem}.quantum-free-tag .new-val{font-size:1.45rem}.quantum-note{font-size:.78rem}.q-scroll-btn{min-height:48px;font-size:.86rem}.product-card{border-radius:18px;padding:1.25rem .95rem}.vip-ribbon{white-space:normal;padding:.3rem .65rem;font-size:.72rem;line-height:1.3;display:inline-block}.popular-ribbon{padding:.2rem .55rem;font-size:.68rem}.prod-badge{font-size:.72rem}.prod-title{font-size:1.25rem;line-height:1.25}.prod-subtitle{margin-bottom:1rem;font-size:.82rem}.prod-block-heading{font-size:.74rem}.prod-features-list li,.prod-results-list li{font-size:.8rem;line-height:1.4}.prod-current-price{font-size:1.6rem}.prod-old-price{font-size:.88rem}.prod-bonus-alert{padding:.35rem .5rem;font-size:.74rem}.prod-buy-btn{white-space:normal;text-align:center;min-height:48px;padding:.85rem 1rem;font-size:.88rem}.vip-buy-btn{font-size:.92rem}.author-card{border-radius:18px;gap:1.25rem;padding:1.4rem 1rem}.author-avatar-frame{border-radius:16px;max-width:170px}.author-tag{font-size:.74rem}.author-name{margin-bottom:.6rem;font-size:1.7rem}.author-bio{text-align:left;margin-bottom:1.2rem;font-size:.86rem;line-height:1.55}.author-stats{gap:.5rem;padding-top:1rem}.stat-num{font-size:1.35rem}.stat-label{font-size:.68rem;line-height:1.25}.checkout-modal-card{border-radius:18px;max-height:calc(100vh - 1rem);padding:1.4rem 1.1rem}.modal-header{margin-bottom:1.1rem}.modal-badge{font-size:.72rem}.modal-title{font-size:1.15rem;line-height:1.3}.modal-price-tag .m-new{font-size:1.45rem}.modal-price-tag .m-old{font-size:.88rem}.modal-price-tag .m-bonus{font-size:.72rem}.form-group input,.form-group textarea{border-radius:10px;padding:.75rem .85rem;font-size:16px!important}.form-group label{font-size:.75rem}.modal-pay-btn{min-height:48px;padding:.85rem 1rem;font-size:.92rem}.modal-security-note{font-size:.68rem}}@media (max-width:380px){.top-discount-content{font-size:.74rem}.apple-hero-title{font-size:1.55rem}.author-stats{grid-template-columns:1fr;gap:.75rem}.mobile-apple-buttons-row{gap:.3rem}.mobile-apple-chip{min-width:36px;min-height:38px;padding:.3rem .5rem}}.admin-login-screen{color:#ededed;background:#0d0f12;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.admin-login-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 20px 40px #0006}.admin-brand-mark{letter-spacing:.08em;text-transform:uppercase;color:#a0a6b2;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;display:inline-flex}.brand-dot{background:#10b981;border-radius:50%;width:7px;height:7px}.admin-login-heading{letter-spacing:-.02em;color:#f4f4f5;margin:0 0 .5rem;font-size:1.85rem;font-weight:600}.admin-login-subheading{color:#8f96a3;margin:0 0 2rem;font-size:.95rem;line-height:1.5}.admin-form{flex-direction:column;gap:1rem;display:flex}.admin-input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:.9rem 1.1rem;font-size:.95rem;transition:border-color .2s}.admin-input:focus{border-color:#ffffff59}.admin-error-text{color:#f87171;font-size:.85rem}.admin-action-btn{color:#090a0c;cursor:pointer;background:#f4f4f5;border:none;border-radius:10px;padding:.85rem 1.4rem;font-size:.92rem;font-weight:500;transition:opacity .2s,transform .1s}.admin-action-btn:hover{opacity:.92}.admin-login-footer{text-align:center;margin-top:2rem}.admin-back-link{color:#71717a;font-size:.85rem;text-decoration:none}.admin-back-link:hover{color:#d4d4d8}.admin-workspace{color:#e4e4e7;background:#090a0d;min-height:100vh;padding-bottom:5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#0a0b0ed9;border-bottom:1px solid #ffffff12;padding:1.25rem 2rem;position:sticky;top:0}.admin-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.admin-label{text-transform:uppercase;letter-spacing:.1em;color:#a1a1aa;margin-bottom:.2rem;font-size:.75rem}.admin-title{letter-spacing:-.02em;color:#fafafa;margin:0;font-size:1.45rem;font-weight:600}.admin-header-actions{align-items:center;gap:.75rem;display:flex}.admin-secondary-btn{color:#e4e4e7;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;text-decoration:none;transition:background .2s}.admin-secondary-btn:hover{background:#ffffff1f}.admin-ghost-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;padding:.6rem .85rem;font-size:.85rem}.admin-ghost-btn:hover{color:#fff}.admin-body{max-width:1200px;margin:2.5rem auto 0;padding:0 2rem}.admin-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.kpi-item{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:1.5rem}.kpi-item.kpi-highlight-waiting{background:#eab30808;border-color:#eab30833}.kpi-label{color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem}.kpi-value{letter-spacing:-.03em;color:#fafafa;font-size:2rem;font-weight:600}.kpi-sub{color:#eab308;margin-top:.35rem;font-size:.75rem;display:block}.admin-alert-banner{color:#34d399;background:#10b98114;border:1px solid #10b98133;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.25rem;font-size:.92rem;display:flex}.alert-close-btn{color:#34d399;cursor:pointer;background:0 0;border:none;font-size:1rem}.admin-toolbar{border-bottom:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.admin-tabs{gap:.5rem;display:flex}.admin-tab{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .9rem;font-size:.92rem;transition:color .2s,background .2s}.admin-tab:hover{color:#e4e4e7}.admin-tab.active{color:#fff;background:#ffffff14;font-weight:500}.admin-refresh-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;font-size:.85rem}.admin-refresh-btn:hover{color:#fff}.orders-flow-list{flex-direction:column;gap:1.25rem;display:flex}.order-row-card{background:#ffffff05;border:1px solid #ffffff12;border-radius:14px;padding:1.75rem 2rem;transition:border-color .2s}.order-row-card:hover{border-color:#ffffff24}.order-row-card.state-waiting{background:#ffffff06;border-left:3px solid #eab308}.order-main-info{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.customer-name-row{align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.customer-name{color:#fff;font-size:1.2rem;font-weight:600}.status-pill{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:500}.status-pill.waiting{color:#fde047;background:#eab3081f}.status-pill.pending{color:#fdba74;background:#f973161f}.status-pill.ready,.status-pill.delivered,.status-pill.activated{color:#6ee7b7;background:#10b9811f}.customer-contact-info{align-items:center;gap:1rem;font-size:.88rem;display:flex}.contact-link{color:#60a5fa;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-empty{color:#71717a}.order-date{color:#71717a;font-size:.82rem}.order-product-col{text-align:right}.product-title{color:#d4d4d8;font-size:1rem;font-weight:500}.product-amount{color:#fff;margin-top:.2rem;font-size:1.2rem;font-weight:600}.birth-data-card{background:#eab3080a;border-radius:8px;margin-bottom:1.25rem;padding:.9rem 1.1rem}.data-badge{text-transform:uppercase;letter-spacing:.06em;color:#eab308;margin-bottom:.25rem;font-size:.72rem;font-weight:600}.data-text{color:#fef08a;font-family:monospace;font-size:.95rem}.specialist-note-preview{color:#d4d4d8;background:#ffffff08;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.9rem;font-style:italic}.note-label{color:#a1a1aa;font-style:normal;font-weight:500}.attached-materials-strip{margin-bottom:1.25rem}.materials-label{text-transform:uppercase;letter-spacing:.06em;color:#a1a1aa;margin-bottom:.5rem;font-size:.75rem;display:block}.materials-chips{flex-wrap:wrap;gap:.5rem;display:flex}.material-chip{color:#e4e4e7;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.82rem;text-decoration:none;display:inline-flex}.material-chip:hover{background:#ffffff14}.chip-meta{color:#a1a1aa;font-size:.75rem}.order-actions-bar{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.order-id-meta{color:#71717a;font-size:.78rem}.order-id-meta code{color:#a1a1aa}.order-btn-group{gap:.65rem;display:flex}.admin-action-btn-sm{color:#090a0c;cursor:pointer;background:#f4f4f5;border:none;border-radius:7px;padding:.45rem .9rem;font-size:.82rem;font-weight:500}.admin-action-btn-sm:hover{opacity:.9}.admin-secondary-btn-sm{color:#e4e4e7;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:7px;padding:.45rem .85rem;font-size:.82rem}.admin-secondary-btn-sm:hover{background:#ffffff1f}.fulfillment-drawer{border-top:1px dashed #ffffff1f;margin-top:1.5rem;padding-top:1.5rem}.drawer-heading{color:#fff;margin-bottom:1rem;font-size:.95rem;font-weight:600}.drawer-field{margin-bottom:1rem}.drawer-field label{color:#a1a1aa;margin-bottom:.4rem;font-size:.82rem;display:block}.admin-textarea{color:#fff;resize:vertical;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem}.drawer-checkbox-row{margin-bottom:1.25rem}.checkbox-label{color:#d4d4d8;cursor:pointer;align-items:center;gap:.6rem;font-size:.85rem;display:flex}.drawer-submit-row{align-items:center;gap:.75rem;display:flex}.portal-container{max-width:860px;margin:0 auto 3.5rem}.portal-glass-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#12161ad9;border:1px solid #ffffff14;border-radius:24px;padding:3.5rem 3rem;box-shadow:0 30px 60px #00000080}.portal-header-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.portal-status-badge{letter-spacing:.04em;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.portal-status-badge.waiting{color:#fde047;background:#eab3081a}.portal-status-badge.ready{color:#6ee7b7;background:#10b9811f}.portal-order-num{color:#71717a;font-size:.82rem}.portal-headline{letter-spacing:-.03em;color:#fff;margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.25}.portal-subtext{color:#a1a1aa;max-width:680px;margin:0 0 2rem;font-size:1.05rem;line-height:1.65}.portal-timeline{border-top:1px solid #ffffff12;border-bottom:1px solid #ffffff12;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0;padding:2rem 0;display:grid}.timeline-step{flex-direction:column;gap:.4rem;display:flex}.step-indicator{align-items:center;gap:.5rem;display:flex}.step-dot{background:#fff3;border-radius:50%;width:10px;height:10px}.step-dot.done{background:#10b981}.step-dot.active{background:#eab308;box-shadow:0 0 10px #eab30880}.step-label{color:#e4e4e7;font-size:.9rem;font-weight:500}.step-desc{color:#71717a;font-size:.8rem;line-height:1.4}.portal-master-letter{background:#ffffff08;border-left:2px solid #eab308;border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem 1.75rem}.letter-author{text-transform:uppercase;letter-spacing:.08em;color:#eab308;margin-bottom:.5rem;font-size:.78rem;font-weight:600}.letter-body{color:#e4e4e7;font-size:1rem;font-style:italic;line-height:1.7}.portal-section-title{color:#fff;letter-spacing:-.01em;margin:2.5rem 0 1rem;font-size:1.25rem;font-weight:600}.portal-download-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.download-material-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem;transition:transform .15s,border-color .2s;display:flex}.download-material-card:hover{border-color:#ffffff2e;transform:translateY(-2px)}.card-file-type{text-transform:uppercase;letter-spacing:.08em;color:#a1a1aa;margin-bottom:.4rem;font-size:.72rem}.card-file-title{color:#fff;margin:0;font-size:1.05rem;font-weight:500;line-height:1.4}.card-file-action-row{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.card-file-size{color:#71717a;font-size:.8rem}.card-download-btn{color:#000;background:#fff;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.card-download-btn:hover{opacity:.9}.portal-footer-actions{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.portal-ghost-link{color:#a1a1aa;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.9rem}.portal-ghost-link:hover{color:#fff}.header-lookup-btn{color:#f4f4f5;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:.35rem .8rem;font-size:.78rem;font-weight:500;transition:background .2s}.header-lookup-btn:hover{background:#ffffff26}.portal-lookup-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.portal-lookup-card{background:#14171c;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:440px;padding:2.5rem;position:relative}.lookup-close-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;font-size:1.25rem;position:absolute;top:1.25rem;right:1.25rem}.lookup-title{color:#fff;margin:0 0 .5rem;font-size:1.35rem;font-weight:600}.lookup-desc{color:#a1a1aa;margin:0 0 1.5rem;font-size:.88rem;line-height:1.5}@media (max-width:640px){.portal-timeline{grid-template-columns:1fr;gap:1.25rem}.portal-glass-card{padding:2rem 1.5rem}}
