.lp-root{--lp-bg: #0a0a0f;--lp-surface: #12121a;--lp-glass-bg: rgba(255, 255, 255, .04);--lp-glass-border: rgba(255, 255, 255, .08);--lp-glass-blur: 16px;--lp-accent: #5b8def;--lp-accent-soft: #7aa3f5;--lp-accent-dim: rgba(91, 141, 239, .2);--lp-accent-border: rgba(91, 141, 239, .35);--lp-text: #ffffff;--lp-muted: rgba(255, 255, 255, .5);--lp-faint: rgba(255, 255, 255, .35);--lp-ok: #34d399;position:relative;min-height:100svh;background:var(--lp-bg);color:var(--lp-text);font-family:DM Sans,system-ui,-apple-system,sans-serif}.lp-mesh{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(at 40% 20%,rgba(91,141,239,.1) 0,transparent 50%),radial-gradient(at 80% 0,rgba(90,120,200,.06) 0,transparent 50%),radial-gradient(at 0 50%,rgba(91,141,239,.06) 0,transparent 50%),radial-gradient(at 80% 50%,rgba(74,125,224,.04) 0,transparent 50%),radial-gradient(at 0 100%,rgba(91,141,239,.07) 0,transparent 50%)}.lp-shell{position:relative;z-index:1;min-height:100svh;display:flex;flex-direction:column}.lp-glass{background:var(--lp-glass-bg);backdrop-filter:blur(var(--lp-glass-blur));-webkit-backdrop-filter:blur(var(--lp-glass-blur));border:1px solid var(--lp-glass-border)}.lp-header{position:fixed;top:0;left:0;right:0;z-index:50}.lp-header-inner{border-bottom:1px solid rgba(255,255,255,.05)}.lp-header-bar{max-width:80rem;margin:0 auto;padding:0 1rem;height:4rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:640px){.lp-header-bar{padding:0 1.5rem}}@media(min-width:1024px){.lp-header-bar{padding:0 2rem}}.lp-logo{display:flex;align-items:center;gap:.5rem;color:var(--lp-text);text-decoration:none;font-weight:600;font-size:.95rem;min-width:0}.lp-logo-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(52vw,16rem)}@media(min-width:640px){.lp-logo{font-size:1.05rem}.lp-logo-text{max-width:none}}.lp-logo-mark{width:2rem;height:2rem;border-radius:50%;background:#191919;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.lp-header .lp-logo-mark{width:45px;height:45px}.lp-logo-mark svg{width:1.35rem;height:1.35rem}.lp-header .lp-logo-mark svg{width:30px;height:30px}.lp-logo-sweep{transform-origin:12px 12px;animation:lp-radar-spin 4.5s linear infinite}@keyframes lp-radar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.lp-logo-sweep{animation:none}}.lp-nav{display:none;align-items:center;gap:2rem}.lp-nav-links{display:flex;align-items:center;gap:2rem}.lp-nav-actions{display:flex;align-items:center;gap:.65rem}@media(min-width:768px){.lp-nav{display:flex}}.lp-nav-link{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .2s;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.lp-nav-link:hover{color:#fff}.lp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.65rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;border:1px solid transparent;font-family:inherit;transition:background .2s,border-color .2s,box-shadow .2s,color .2s;-webkit-user-select:none;user-select:none}.lp-btn-ghost{background:var(--lp-glass-bg);backdrop-filter:blur(var(--lp-glass-blur));-webkit-backdrop-filter:blur(var(--lp-glass-blur));border-color:var(--lp-glass-border);color:#ffffffe6}.lp-btn-ghost:hover{background:#ffffff14;border-color:#ffffff26}.lp-btn-primary{background:var(--lp-accent);border-color:var(--lp-accent-border);color:#fff;box-shadow:0 10px 15px -3px var(--lp-accent-dim)}.lp-btn-primary:hover{background:var(--lp-accent-soft)}.lp-btn-lg{padding:.65rem 2rem;font-size:1rem;border-radius:1rem}.lp-btn-block{width:100%}.lp-header-mobile{display:flex;gap:.5rem}@media(min-width:768px){.lp-header-mobile{display:none}}.lp-main{flex:1}.lp-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;padding-top:max(5.25rem,calc(env(safe-area-inset-top,0px) + 4.25rem));padding-bottom:max(2rem,calc(env(safe-area-inset-bottom,0px) + 1.5rem));padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem);background:radial-gradient(circle at 50% 30%,#5b8def24,#5b8def00 55%)}.lp-hero-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.lp-hero-mandala-bg{position:absolute;left:0;top:50%;width:min(120vw,72rem);height:min(120vw,72rem);transform:translate(-65%,-50%);opacity:.55;filter:saturate(1.05)}.lp-hero-mandala-bg .hd-mandala-container{width:100%;height:100%;max-height:none;container-type:size}.lp-hero-mandala-bg .hd-mandala{width:100%;height:100%;max-width:none;max-height:none}.lp-hero-mode-bg{position:absolute;opacity:0;transform:translate(-50%,-50%) translateY(6px);transition:opacity .85s ease,transform 1.6s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform;pointer-events:none}.lp-hero-mode-bg.is-visible{opacity:.88;transform:translate(-50%,-50%) translateY(0)}.lp-hero-mode-badge{display:inline-block;padding:4px 10px;border:1px solid;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.05em;background:#0a0c1266;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 24px #00000047;white-space:nowrap}@media(max-width:820px){.lp-hero-mandala-bg{width:min(140vw,48rem);height:min(140vw,48rem);top:26%;transform:translate(-68%,-50%);opacity:.3}.lp-hero-mode-bg.is-visible{opacity:.5}.lp-hero-mode-badge{padding:4px 10px;font-size:.8rem}}.lp-root.has-sticky .lp-hero{padding-bottom:max(5.75rem,calc(env(safe-area-inset-bottom,0px) + 4.75rem))}.lp-hero-inner{max-width:56rem;width:100%;margin:0 auto;text-align:center;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.lp-transit{display:flex;flex-direction:column;align-items:center;gap:.45rem;margin-bottom:clamp(1.75rem,5vh,3.5rem);max-width:min(100%,38rem)}.lp-pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;padding:clamp(.35rem,1vh,.5rem) clamp(.75rem,2.5vw,1.1rem);margin-bottom:clamp(1.25rem,3.5vh,2rem);font-size:clamp(.72rem,1.2vh + .35vw,.9rem);line-height:1.35;color:#ffffffc7}.lp-pill-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.lp-pill-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--lp-ok);box-shadow:0 0 8px #34d3998c;flex-shrink:0}.lp-transit-meta{border-radius:999px;padding:.28rem .75rem;background:#00000073;border:1px solid rgba(255,255,255,.06);font-size:clamp(.58rem,.9vh + .2vw,.68rem);line-height:1.3;letter-spacing:.01em;color:#ffffff6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lp-hero-brand{font-size:clamp(2.75rem,5.5vh + 2.8vw,5.5rem);font-weight:700;letter-spacing:-.04em;line-height:.95;margin:0 0 clamp(1rem,2.5vh,1.75rem)}.lp-hero-headline{font-size:clamp(1.15rem,2vh + .7vw,1.85rem);font-weight:650;letter-spacing:-.02em;line-height:1.35;color:#ffffffeb;margin:0 auto clamp(.85rem,2.2vh,1.35rem);max-width:100%}.lp-hero h1.lp-hero-headline{font-size:clamp(1.15rem,2vh + .7vw,1.85rem);font-weight:650;letter-spacing:-.02em;line-height:1.35;margin:0 auto clamp(.85rem,2.2vh,1.35rem);max-width:100%;color:#ffffffeb}.lp-grad-brand{background-image:linear-gradient(90deg,#7aa3f5,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-grad{background-image:linear-gradient(180deg,#fff,#ffffffbf);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-hero-tagline{font-size:clamp(.98rem,1.6vh + .55vw,1.45rem);font-weight:600;color:#ffffffe0;margin:0 auto clamp(.65rem,1.8vh,1.15rem);max-width:36rem;line-height:1.35}.lp-hero-lead{font-size:clamp(.88rem,1.35vh + .4vw,1.15rem);color:var(--lp-muted);max-width:40rem;margin:0 auto clamp(1.1rem,3.2vh,2.4rem);line-height:1.55}.lp-demo-section{padding-top:clamp(2rem,5vh,3.5rem)}.lp-method{padding-top:7rem}.lp-method-inner{max-width:42rem}.lp-method-kicker{margin:0 0 .5rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-faint)}.lp-method h1{margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:650;letter-spacing:-.02em;line-height:1.25}.lp-method-lead{margin:0 0 2rem;color:var(--lp-muted);line-height:1.55;font-size:1.02rem}.lp-method section{margin-bottom:1.75rem}.lp-method h2{margin:0 0 .55rem;font-size:1.1rem;font-weight:600}.lp-method p{margin:0 0 .75rem;color:#ffffffb8;line-height:1.6;font-size:.95rem}.lp-method-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem!important}@media(max-width:900px){.lp-nav-links{gap:.35rem}.lp-nav-link{font-size:.8rem;padding:.35rem .45rem}}.lp-demo-tabs{display:flex;align-items:stretch;gap:.45rem;overflow:visible;padding-bottom:.75rem;margin-bottom:.5rem}.lp-demo-tabs-scroll{display:flex;gap:.45rem;overflow-x:auto;flex:1 1 auto;min-width:0;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:2px}.lp-demo-tab-yours{flex:0 0 auto}.lp-demo-tab{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem .85rem;border-radius:.85rem;border:1px solid var(--lp-glass-border);background:#ffffff08;color:var(--lp-muted);cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,color .15s ease}.lp-demo-tab:hover{border-color:var(--lp-accent-border);color:#ffffffd9}.lp-demo-tab.active{border-color:var(--lp-accent-border);background:var(--lp-accent-dim);color:#fff}.lp-demo-tab-name{font-size:.92rem;font-weight:600}.lp-demo-tab-meta{font-size:.68rem;opacity:.7}.lp-demo-stage{position:relative;border-radius:1.25rem;padding:clamp(1rem,2.5vw,1.5rem) clamp(2.5rem,4vw,3.25rem);--lp-demo-slide-h: clamp(22rem, 58vh, 36rem);min-height:var(--lp-demo-slide-h)}.lp-demo-nav{display:none}.lp-demo-person{flex:0 0 auto;text-align:center;min-width:0;width:100%}.lp-demo-person h3{margin:0;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:650}.lp-demo-person h3 span{font-weight:500;color:var(--lp-muted);font-size:.85em}.lp-demo-birth{margin:.25rem 0 0;font-size:.78rem;color:var(--lp-faint)}.lp-demo-tagline{margin:.45rem 0 0;font-size:.88rem;color:#ffffffb8;line-height:1.4}.lp-demo-arrow{position:absolute;top:1.7rem;transform:none;z-index:2;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--lp-glass-border);background:#00000040;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer;flex-shrink:0}.lp-demo-arrow-prev{left:.55rem}.lp-demo-arrow-next{right:.55rem}.lp-demo-arrow:hover{border-color:var(--lp-accent-border)}.lp-demo-free-hint{text-align:center;font-size:.72rem;color:var(--lp-faint);margin:0 0 1rem;letter-spacing:.02em}.lp-demo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1rem,3vw,1.75rem);align-items:stretch;min-height:calc(var(--lp-demo-slide-h) - 2rem)}.lp-demo-side{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-width:0;padding:.25rem .35rem}.lp-demo-side .lp-demo-day{width:100%;max-width:100%;text-align:left}.lp-demo-side .lp-demo-try{align-self:center;width:auto;margin-top:.15rem}.lp-demo-mandala{max-width:none;margin:0;width:100%;height:100%;min-height:calc(var(--lp-demo-slide-h) * .9);display:flex;align-items:center;justify-content:center}.lp-demo-mandala .hd-mandala-container{width:min(100%,calc(var(--lp-demo-slide-h) * .9));height:calc(var(--lp-demo-slide-h) * .9);max-height:100%;container-type:size}.lp-demo-mandala .hd-mandala{width:min(100cqw,100cqh);height:auto;max-width:100%;max-height:100%;display:block}.lp-demo-mandala .hd-gate-label{font-size:13px}.lp-demo-mandala .hd-gate-label.transit{font-size:14px}.lp-demo-mandala .hd-gate-label.highlighted{font-size:15px}@media(max-width:820px){.lp-demo-tabs{gap:.35rem}.lp-demo-tabs-scroll{-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 1.25rem),transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 1.25rem),transparent 100%)}.lp-demo-tab-yours{position:relative;z-index:2;box-shadow:-10px 0 16px #080a10d9;background:#12141cf5}.lp-demo-tab-yours.active{background:var(--lp-accent-dim)}.lp-demo-stage{--lp-demo-slide-h: auto;min-height:0;padding:.85rem .65rem 1rem}.lp-demo-arrow-prev{left:.25rem}.lp-demo-arrow-next{right:.25rem}.lp-demo-grid{display:flex;flex-direction:column;gap:.85rem;min-height:0}.lp-demo-mandala{order:-1;width:100%;max-width:100%;height:auto;min-height:min(92vw,22rem);aspect-ratio:1;margin:0}.lp-demo-mandala .hd-mandala-container{width:100%;height:auto;min-height:min(92vw,22rem);max-height:none;aspect-ratio:1}.lp-demo-mandala .hd-mandala{width:100%;height:auto;max-width:100%;max-height:100%}.lp-demo-side{order:0;padding:0 .35rem;gap:.85rem}.lp-demo-person{text-align:center}}.lp-demo-day{border-radius:1rem;padding:1rem 1.1rem;background:#00000059;border:1px solid rgba(255,255,255,.06)}.lp-demo-day-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--lp-faint);margin-bottom:.55rem}.lp-demo-mode{font-size:1.05rem;margin-bottom:.55rem}.lp-demo-mode strong{color:var(--lp-accent-soft);font-weight:650}.lp-demo-blurb{margin:0 0 .75rem;font-size:.9rem;line-height:1.45;color:#ffffffc7}.lp-demo-tone{margin:-.35rem 0 .75rem;font-size:.78rem;line-height:1.4;color:#ffffff8c}.lp-demo-transit-line{font-size:.72rem;color:var(--lp-faint);margin-bottom:.75rem}.lp-demo-channels{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.lp-demo-channels li{font-size:.82rem;line-height:1.35;color:#ffffffb3}.lp-demo-channels li span{display:inline-block;margin-right:.4rem;color:var(--lp-accent-soft);font-variant-numeric:tabular-nums;font-weight:600}.lp-demo-build-cta{margin-top:.15rem;align-self:center}.lp-demo-empty-ch,.lp-demo-loading,.lp-demo-error{font-size:.88rem;color:var(--lp-muted);margin:0}.lp-demo-error{color:#f87171}.lp-demo-tab-yours .lp-demo-tab-name{background:linear-gradient(90deg,#7aa3f5,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-demo-wizard{display:flex;flex-direction:column;gap:1rem}.lp-demo-wiz-steps{display:flex;gap:.45rem}.lp-demo-wiz-dot{width:1.75rem;height:1.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffff73;font-size:.75rem;cursor:pointer}.lp-demo-wiz-dot.active{border-color:var(--lp-accent-border);background:#5b8def33;color:#fff}.lp-demo-wiz-field{display:flex;flex-direction:column;gap:.65rem;color:#ffffffb3;font-size:.9rem}.lp-demo-wiz-field input,.lp-demo-wiz-field select{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:.65rem;color:#fff;padding:.65rem .85rem;font:inherit}.lp-demo-wiz-row{display:flex;gap:.65rem;flex-wrap:wrap}.lp-demo-gate-picker{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.3rem;max-height:14rem;overflow:auto;padding:.15rem}.lp-demo-gate-btn{aspect-ratio:1;border-radius:.4rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#ffffff8c;font-size:.7rem;cursor:pointer}.lp-demo-gate-btn.active{border-color:#5b8def8c;color:#fff;background:#5b8def2e}.lp-demo-gate-btn.side-personality{border-color:#1e1e1ed9;background:#141418eb;color:#f2f2f2}.lp-demo-gate-btn.side-design{border-color:#b43030bf;background:#9624248c;color:#fff}.lp-demo-gate-btn.side-both{border-color:#b43030b3;background:linear-gradient(135deg,#141418f2 50%,#962424a6 50%);color:#fff}.lp-demo-gate-btn.lit{box-shadow:inset 0 0 0 1px #7aa3f5b3;color:#cfe0ff}.lp-demo-place-suggest{list-style:none;margin:.35rem 0 0;padding:0;max-height:8rem;overflow:auto;border:1px solid rgba(255,255,255,.12);border-radius:.45rem;background:#0c0e14f2}.lp-demo-place-suggest button{display:block;width:100%;text-align:left;padding:.45rem .6rem;border:0;background:transparent;color:#ffffffd9;font-size:.78rem;cursor:pointer}.lp-demo-place-suggest button:hover{background:#5b8def26}.lp-demo-error{color:#f0a8a8}.lp-hero-cta{display:flex;flex-direction:column;gap:clamp(.5rem,1.4vh,1rem);justify-content:center;align-items:stretch;width:min(100%,22rem)}@media(min-width:640px){.lp-hero-cta{flex-direction:row;align-items:center;width:auto}}.lp-hero .lp-btn-lg{padding:.65rem 2rem;font-size:clamp(.875rem,1.2vh + .35vw,1rem);border-radius:clamp(.75rem,1.2vh,1rem)}.lp-section{padding:5rem 1rem;scroll-margin-top:4.5rem}@media(min-width:640px){.lp-section{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lp-section{padding-left:2rem;padding-right:2rem}}.lp-section-inner{max-width:72rem;margin:0 auto}.lp-section-head{text-align:center;margin-bottom:3.5rem}.lp-section-head h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;margin:0 0 1rem;background-image:linear-gradient(180deg,#fff,#ffffffbf);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-section-head p{color:#fff6;font-size:1.1rem;max-width:700px;margin:0 auto}.lp-features{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.lp-features{grid-template-columns:1fr 1fr}}.lp-feature{border-radius:1rem;padding:2rem;background:var(--lp-glass-bg);border:1px solid var(--lp-glass-border);transition:border-color .25s,background .25s}.lp-feature:hover{border-color:#ffffff24;background:#ffffff0f}.lp-feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:#5b8def1f;color:var(--lp-accent-soft);display:grid;place-items:center;margin-bottom:1rem}.lp-feature h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#fff}.lp-feature p{margin:0;color:#fff6;line-height:1.6}.lp-pricing-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.lp-pricing-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.lp-pricing-grid.lp-pricing-main{grid-template-columns:repeat(4,1fr)}.lp-pricing-grid.lp-pricing-packs{grid-template-columns:1fr 1fr;max-width:40rem;margin-left:auto;margin-right:auto}}.lp-price-card{position:relative;border-radius:1rem;padding:1.5rem;background:var(--lp-glass-bg);border:1px solid var(--lp-glass-border);display:flex;flex-direction:column}.lp-price-card.popular{border-color:var(--lp-accent-border);box-shadow:0 0 0 1px #5b8def26,0 20px 40px -20px var(--lp-accent-dim)}.lp-price-card.soon{opacity:.92}.lp-price-card .lp-btn:disabled{opacity:.55;cursor:not-allowed}.lp-price-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);font-size:.7rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;background:#ffffff1a;color:#fff;white-space:nowrap}.lp-price-card h3{color:#ffffffb3;font-size:.875rem;font-weight:500;margin:0 0 1rem}.lp-price-amount{margin-bottom:1.5rem}.lp-price-amount strong{font-size:2.25rem;font-weight:700;color:#fff}.lp-price-amount span{color:#fff6;margin-left:.2rem}.lp-price-amount small{display:block;color:#ffffff4d;font-size:.875rem;margin-top:.25rem}.lp-price-list{list-style:none;margin:0 0 2rem;padding:0;flex:1;display:flex;flex-direction:column;gap:.75rem}.lp-price-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#fff9;line-height:1.4}.lp-price-list svg{width:1rem;height:1rem;color:var(--lp-ok);flex-shrink:0;margin-top:.15rem}.lp-price-note{font-size:.75rem;color:var(--lp-faint);margin:-1rem 0 1rem}.lp-packs-title{text-align:center;color:#fff6;font-size:.95rem;margin:3rem 0 1.25rem}.lp-footer{border-top:1px solid rgba(255,255,255,.05);padding:3rem 1rem;margin-top:auto}.lp-footer-inner{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.lp-footer-inner{flex-direction:row}}.lp-footer-brand{display:flex;align-items:flex-start;gap:.75rem;color:#ffffff73;font-size:.8125rem;line-height:1.45}.lp-footer-legal{display:flex;flex-direction:column;gap:.15rem}.lp-footer-brand-name{color:#ffffff8c;font-weight:500}.lp-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;font-size:.875rem}.lp-footer-links a,.lp-footer-links button{color:#ffffff4d;text-decoration:none;background:none;border:none;cursor:pointer;font:inherit;padding:0}.lp-footer-links a:hover,.lp-footer-links button:hover{color:#fff9}.lp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem}.lp-modal{width:min(420px,100%);border-radius:1.25rem;padding:1.5rem;background:#14141e;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 64px #0000008c;position:relative}.lp-modal-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:.5rem;border:none;background:transparent;color:#ffffff73;cursor:pointer;font-size:1.25rem;line-height:1}.lp-modal-close:hover{color:#fff;background:#ffffff0f}.lp-auth-tabs{display:flex;gap:.25rem;background:#ffffff0a;border-radius:.75rem;padding:.25rem;margin-bottom:1.25rem}.lp-auth-tab{flex:1;border:none;background:transparent;color:#ffffff80;padding:.55rem;border-radius:.55rem;cursor:pointer;font:inherit;font-weight:500;font-size:.875rem}.lp-auth-tab.active{background:#5b8def33;color:#fff}.lp-auth-form{display:flex;flex-direction:column;gap:.85rem}.lp-field{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#ffffff8c}.lp-field input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1rem;color:#fff;font:inherit;font-size:.95rem;outline:none}.lp-field input:focus{border-color:var(--lp-accent-border);box-shadow:0 0 0 3px var(--lp-accent-dim)}.lp-auth-error{background:#e85d5d1f;border:1px solid rgba(232,93,93,.3);color:#f0a0a0;padding:.65rem .85rem;border-radius:.65rem;font-size:.85rem}.lp-auth-ok{background:#34d3991a;border:1px solid rgba(52,211,153,.25);color:#86efac;padding:.65rem .85rem;border-radius:.65rem;font-size:.85rem}.lp-auth-link{margin-top:.75rem;background:none;border:none;color:#ffffff73;cursor:pointer;font:inherit;font-size:.85rem;text-align:center;width:100%}.lp-auth-link:hover{color:var(--lp-accent-soft)}.lp-auth-social{display:flex;gap:.5rem;margin-top:1rem}.lp-auth-social .lp-btn{flex:1}.lp-auth-sub{font-size:1.1rem;margin:0 0 1rem;font-weight:600}.lp-checkout{max-width:32rem;margin:0 auto;padding:7rem 1rem 4rem}.lp-checkout h1{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;text-align:center}.lp-checkout-lead{text-align:center;color:#ffffff73;margin:0 0 2rem;font-size:.95rem}.lp-steps{display:flex;gap:.5rem;margin-bottom:2rem}.lp-step{flex:1;text-align:center;font-size:.75rem;color:#ffffff59;padding-bottom:.65rem;border-bottom:2px solid rgba(255,255,255,.08)}.lp-step.active{color:#fff;border-bottom-color:var(--lp-accent)}.lp-step.done{color:var(--lp-ok);border-bottom-color:#34d39980}.lp-checkout-card{border-radius:1.25rem;padding:1.5rem;background:var(--lp-glass-bg);border:1px solid var(--lp-glass-border)}.lp-tarif-option{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);margin-bottom:.65rem;cursor:pointer;transition:border-color .2s,background .2s}.lp-tarif-option:hover{border-color:#ffffff29}.lp-tarif-option.selected{border-color:var(--lp-accent-border);background:#5b8def1a}.lp-tarif-option input{margin-top:.2rem;accent-color:var(--lp-accent)}.lp-tarif-option strong{display:block;color:#fff;font-size:.95rem}.lp-tarif-option span{color:#ffffff73;font-size:.8rem}.lp-checkout-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.lp-checkout-hint{font-size:.8rem;color:#ffffff59;text-align:center;margin-top:1rem;line-height:1.45}.lp-sticky-cta{display:none}@media(max-width:767px){.lp-sticky-cta.is-visible{display:block;position:fixed;bottom:0;left:0;right:0;z-index:40;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));background:linear-gradient(transparent,#0a0a0feb 30%)}.lp-sticky-cta .lp-btn{width:100%}.lp-root.has-sticky .lp-footer{padding-bottom:5.5rem}}.app-shell .app-main{padding-top:4.1rem;padding-bottom:2rem}.app-header-nav{display:none;align-items:center;gap:.75rem}.app-header-mobile{display:flex;align-items:center;gap:.5rem}@media(min-width:900px){.app-header-nav{display:flex}.app-header-mobile{display:none}}.app-account{display:flex;align-items:center;gap:.75rem;min-width:0}.app-account-capsule{width:2.25rem;height:2.25rem;border-radius:.65rem;display:grid;place-items:center;flex-shrink:0;font-weight:700;font-size:.95rem;color:#fff;background:linear-gradient(145deg,#7aa3f5,#4a7de0);box-shadow:inset 0 0 0 1px #ffffff2e}.app-account-name{color:#ffffffb8;font-size:.9rem;white-space:nowrap;max-width:9rem;overflow:hidden;text-overflow:ellipsis}.app-header-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;cursor:pointer;font:inherit}.app-page{max-width:80rem;margin:0 auto;padding:0 1rem 2rem}@media(min-width:640px){.app-page{padding:0 1.5rem 2.5rem}}.app-page-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.app-page-head h1{margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:650}.app-page-lead{margin:0;color:var(--lp-muted);font-size:.95rem}.app-muted{color:var(--lp-muted)}.app-hint{margin:.85rem 0 0;font-size:.8rem;color:var(--lp-faint);line-height:1.4}.app-sub-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:800px){.app-sub-grid{grid-template-columns:1fr 1fr}.app-sub-span{grid-column:1 / -1}}.app-sub-card{border-radius:1.1rem;padding:1.25rem 1.35rem}.app-sub-card h2{margin:0 0 .85rem;font-size:1rem;font-weight:600}.app-sub-plan{margin:0 0 .75rem;font-size:1.65rem;font-weight:700;letter-spacing:.04em;background:linear-gradient(90deg,#7aa3f5,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.app-sub-meta{list-style:none;margin:0;padding:0;display:grid;gap:.35rem;color:var(--lp-muted);font-size:.9rem}.app-sub-next{margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.app-sub-next span{color:var(--lp-muted)}.app-expiry-banner{border:1px solid color-mix(in srgb,var(--lp-accent, #c45c26) 35%,transparent)}.app-expiry-banner p{margin:0 0 14px;max-width:42rem}.app-header-promo-strip{display:none}.app-header-promo-strip .hd-profile-btn{flex-shrink:0}.app-sub-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.app-tarif-list{display:grid;grid-template-columns:1fr;gap:.65rem}@media(min-width:640px){.app-tarif-list{grid-template-columns:1fr 1fr}}.app-tarif-btn{display:flex!important;align-items:center;justify-content:space-between;width:100%;text-align:left}.app-sub-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.app-sub-list li{display:grid;gap:.2rem;font-size:.9rem}.app-sub-list strong{color:#ffffffd9;font-weight:550}.app-sub-list span{color:var(--lp-muted)}.app-sub-list em{font-style:normal;color:var(--lp-accent-soft)}.app-sub-errors span{color:#f87171}.app-pay-table-wrap{overflow-x:auto}.app-pay-table{width:100%;border-collapse:collapse;font-size:.9rem}.app-pay-table th,.app-pay-table td{text-align:left;padding:.55rem .4rem;border-bottom:1px solid rgba(255,255,255,.06)}.app-pay-table th{color:var(--lp-faint);font-weight:500;font-size:.8rem}.app-shell .hd-page{max-width:80rem;margin:0 auto;padding:0 1rem 2rem;background:transparent;min-height:auto}@media(max-width:900px){.app-shell .hd-page{overflow-x:hidden;overflow-y:visible;max-width:100%}.app-shell .app-main{overflow-x:hidden;overflow-y:visible}}@media(min-width:640px){.app-shell .hd-page{padding:0 1.5rem 2.5rem}}.app-header-bar{display:flex;align-items:center;gap:.75rem;width:100%;min-width:0;height:auto;min-height:4rem;padding-top:.55rem;padding-bottom:.55rem}.app-header-lead{display:flex;align-items:center;gap:1.5rem;flex:0 1 auto;min-width:0}.app-header-promo{display:inline-flex;align-items:center;margin-left:.5rem;flex:0 1 auto;gap:.65rem;min-width:0}.app-header-promo-text{display:flex;flex-direction:column;justify-content:center;gap:.05rem;font-size:.82rem;line-height:1.2;color:var(--lp-muted, rgba(255, 255, 255, .72));max-width:min(14rem,40vw)}.app-header-promo-text>span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header-promo .hd-profile-btn{flex-shrink:0;text-decoration:none}.app-header-expiry{margin-left:0;flex:0 1 auto;gap:.55rem}.app-header-expiry-text{font-size:.82rem;line-height:1.25;color:var(--lp-muted, rgba(255, 255, 255, .72));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(18rem,36vw)}.app-header-expiry .hd-profile-btn{flex-shrink:0;text-decoration:none}.app-header-profiles{display:flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0;overflow:visible;margin-left:auto;padding-top:0}.app-profile-wrap{position:relative;flex-shrink:0;max-width:min(14rem,46vw)}.app-profile-selector{display:inline-flex;align-items:stretch;max-width:100%;border-radius:.65rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:transparent}.app-profile-selector-main{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0;cursor:pointer;font:inherit;font-weight:600;font-size:.88rem;color:#fff;background:linear-gradient(145deg,#5b8def,#3d6fd4);padding:.45rem .75rem;min-width:0;max-width:9.5rem;display:grid;place-items:center}.app-profile-selector-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.app-profile-selector-chevron{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0;cursor:pointer;font:inherit;color:#ffffffe6;background:#ffffff14;padding:0 .55rem;display:grid;place-items:center;font-size:.75rem;line-height:1;border-left:1px solid rgba(255,255,255,.1)}.app-profile-wrap.is-open .app-profile-selector-chevron,.app-profile-selector-chevron:hover{background:#ffffff24}.app-profile-menu{display:none;position:absolute;top:calc(100% + .15rem);right:0;z-index:40;min-width:12.5rem;width:max(100%,12.5rem);padding:.45rem;border-radius:.85rem;flex-direction:column;gap:.25rem;background:#14141c;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #0000008c}.app-profile-wrap.is-open .app-profile-menu,.app-profile-wrap:focus-within .app-profile-menu{display:flex}.app-profile-menu-row{display:flex;align-items:stretch;gap:.25rem;width:100%}.app-profile-menu-pick{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0;flex:1 1 auto;min-width:0;text-align:left;cursor:pointer;font:inherit;font-size:.88rem;color:#ffffffe6;background:#ffffff0a;border-radius:.55rem;padding:.45rem .65rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-profile-menu-row.is-active .app-profile-menu-pick{background:linear-gradient(145deg,#5b8def,#3d6fd4);color:#fff;font-weight:600}.app-profile-menu-pick:hover{background:#ffffff1a}.app-profile-menu-row.is-active .app-profile-menu-pick:hover{background:linear-gradient(145deg,#6b9af5,#4a7de0)}.app-profile-menu-edit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0;flex:0 0 2rem;width:2rem;cursor:pointer;font:inherit;color:#ffffffbf;background:#ffffff0a;border-radius:.55rem;display:grid;place-items:center}.app-profile-menu-edit:hover{color:#fff;background:#ffffff1f}.app-profile-menu-add{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:.15rem 0 0;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;font:inherit;font-size:.88rem;color:#9ec0ff;background:transparent;border-radius:.55rem;padding:.5rem .65rem;border-top:1px solid rgba(255,255,255,.08)}.app-profile-menu-add:hover:not(:disabled){color:#c5d9ff;background:#ffffff0d}.app-profile-menu-add:disabled{opacity:.45;cursor:not-allowed}.app-header-profiles .hd-profile-list{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none;padding-top:.45rem;padding-right:.35rem;margin-top:-.45rem}.app-header-profiles .hd-profile-list::-webkit-scrollbar{display:none}.app-header-profiles .hd-profile-btn{position:relative;padding:8px 20px}.app-header-profiles .hd-profile-edit-btn,.app-header-profiles .hd-profile-add-btn{padding:8px 10px}.app-header-profiles .hd-profile-active-star{position:absolute;top:-.35rem;right:-.35rem;width:1rem;height:1rem;border-radius:999px;display:grid;place-items:center;font-size:.62rem;line-height:1;color:#1a1410;background:linear-gradient(145deg,#f0d48a,#c9a227);box-shadow:0 0 0 1.5px #0c0a088c;pointer-events:none;z-index:2}.app-header-profiles:hover .hd-profile-actions,.app-header-profiles:focus-within .hd-profile-actions{width:76px;gap:6px;opacity:1}.app-header-account,.lp-nav-account{display:flex;align-items:center;gap:.55rem;flex-shrink:0;margin-left:auto}.app-header-profiles+.app-header-account{margin-left:0}.app-account-wrap{position:relative}.app-account-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:2.25rem;height:2.25rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffe6;cursor:pointer;display:grid;place-items:center}.app-account-btn:hover,.app-account-wrap.is-open .app-account-btn{background:#ffffff1f}.app-account-menu{display:none;position:absolute;top:calc(100% + .15rem);right:0;z-index:40;min-width:12.5rem;padding:.75rem .85rem;border-radius:.85rem;flex-direction:column;gap:.35rem;background:#14141c;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #0000008c;opacity:1}.app-account-menu:before{content:"";position:absolute;top:-.45rem;left:0;right:0;height:.45rem}.app-account-wrap.is-open .app-account-menu,.app-account-wrap:focus-within .app-account-menu{display:flex}.app-burger-line{font-size:.88rem;color:#ffffffeb;line-height:1.35}.app-burger-muted{color:var(--lp-muted, rgba(255, 255, 255, .55));font-size:.8rem}.app-burger-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:.35rem 0;margin:0;text-align:left;cursor:pointer;font:inherit;font-size:.88rem;color:#9ec0ff;text-decoration:none}.app-burger-link:hover{color:#c5d9ff}.app-burger-link:disabled{opacity:.45;cursor:not-allowed}.app-account-bind-email{display:flex;flex-direction:column;gap:.35rem;margin:.35rem 0 .25rem}.app-account-bind-email input{width:100%;box-sizing:border-box;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:inherit;font:inherit;font-size:.82rem;padding:.35rem .5rem}a.app-account-capsule,a.app-account-name{text-decoration:none}@media(max-width:899px){.app-shell .app-main{padding-top:4.1rem}.app-shell.has-app-promo .app-main,.app-shell.has-app-promo .lp-footer{padding-bottom:5.25rem}.app-header-bar{flex-wrap:nowrap;gap:.5rem;min-height:3.35rem;padding-top:.4rem;padding-bottom:.4rem}.app-shell .lp-logo-text{display:none}.app-shell .lp-header .lp-logo-mark{width:2.35rem;height:2.35rem}.app-shell .lp-header .lp-logo-mark svg{width:1.45rem;height:1.45rem}.app-header-lead{flex:0 0 auto;gap:0}.app-header-promo-inline{display:none}.app-header-promo-strip{display:flex;align-items:center;justify-content:space-between;gap:.65rem;position:fixed;bottom:0;left:0;right:0;z-index:45;width:100%;margin:0;padding:.55rem 1rem calc(.55rem + env(safe-area-inset-bottom,0px));box-sizing:border-box;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(transparent,#0a0a0ff0 32%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-header-promo-strip .app-header-promo-text{display:flex;max-width:none;flex:1 1 auto;min-width:0;font-size:.78rem}.app-header-promo-strip .hd-profile-btn{padding:.32rem .7rem;font-size:.78rem;line-height:1.2;border-radius:.55rem}.app-header-profiles{order:0;flex:1 1 auto;flex-basis:auto;margin-left:0;padding-top:0;justify-content:flex-end;min-width:0}.app-profile-wrap{max-width:min(11rem,52vw);margin-left:auto}.app-profile-selector-main{max-width:7.5rem;padding:.4rem .6rem;font-size:.82rem}.app-header-profiles+.app-header-account{margin-left:0}.app-header-account{margin-left:0}}:root{--bg: #0f1117;--surface: #181b24;--surface-2: #1f2430;--border: #2a3142;--text: #e8ecf4;--text-muted: #8b95a8;--accent: #5b8def;--accent-hover: #4a7de0;--danger: #e85d5d;--danger-hover: #d44a4a;--success: #4caf82;--radius: 12px;--shadow: 0 8px 32px rgba(0, 0, 0, .35)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-size:.95rem;font-weight:600;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-ghost{color:var(--text-muted);padding:8px 12px;border-radius:8px}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-icon{width:40px;height:40px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-muted);transition:background .15s,color .15s}.btn-icon:hover{background:var(--surface-2);color:var(--text)}.btn-icon.active{background:var(--accent);color:#fff}.btn-icon.danger:hover{background:#e85d5d26;color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.error-banner{background:#e85d5d1f;border:1px solid rgba(232,93,93,.3);color:#f0a0a0;padding:10px 14px;border-radius:10px;font-size:.9rem;margin-bottom:16px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--surface-2);border:1px solid var(--border);padding:10px 20px;border-radius:10px;font-size:.9rem;box-shadow:var(--shadow);z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.loading{text-align:center;padding:60px 20px;color:var(--text-muted)}.hd-page{max-width:1200px;width:100%;margin:0 auto;padding:12px 20px 20px;box-sizing:border-box}.hd-header{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-bottom:12px}.hd-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(300px,420px);gap:24px;align-items:stretch;height:calc(100svh - 80px);min-height:0;flex-shrink:0}.hd-profile-switch{display:flex;align-items:center;gap:8px;margin-left:auto}.hd-profile-list{display:flex;gap:8px;flex-wrap:wrap}.hd-profile-actions{display:flex;gap:0;width:0;opacity:0;overflow:hidden;flex-shrink:0;transition:width .25s ease,gap .2s ease,opacity .2s ease}.hd-profile-switch:hover .hd-profile-actions,.hd-profile-switch:focus-within .hd-profile-actions{width:76px;gap:6px;opacity:1}@media(max-width:900px){.hd-page{padding:8px 12px 24px;overflow-x:hidden;overflow-y:visible}.hd-layout{grid-template-columns:1fr;height:auto;min-height:0;gap:16px;overflow:visible;width:100%;max-width:100%}.hd-mandala-column{width:100%;max-width:100%;height:auto;max-height:none;overflow:visible}.hd-mandala-wrap{flex:none;width:100%;max-width:100%;aspect-ratio:1;overflow:visible;margin-block:10%}.hd-panel{min-height:0;overflow:visible}.hd-profile-switch{margin-left:0;width:100%}.hd-profile-list{max-width:100%}.hd-profile-switch:hover .hd-profile-actions,.hd-profile-switch:focus-within .hd-profile-actions{width:auto;opacity:1;gap:6px}}@media(max-width:560px){.hd-page{padding:6px 10px 28px}.hd-header{gap:8px}}.hd-mandala-column{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;min-height:0;height:100%;scroll-margin-top:4.5rem}.hd-mandala-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:1;min-height:0;container-type:size;overflow:visible}.hd-cycle-nav-compact{display:flex;align-items:center;justify-content:flex-end;gap:6px;width:auto;max-width:100%;padding:0;flex-shrink:0}.hd-cycle-nav-block{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:0}.hd-cycle-nav-compact.is-locked .hd-cycle-btn,.hd-cycle-nav-compact.is-locked .hd-cycle-now{opacity:.55;cursor:pointer}#hd-active-period{scroll-margin-top:4.5rem}.hd-mandala-wrap.refreshing{opacity:.85;transition:opacity .15s}.hd-mandala-pending{display:flex;align-items:center;justify-content:center;min-height:280px;color:var(--text-muted);font-size:.9rem}.hd-cycle-btn{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-muted);font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s,border-color .15s,background .15s}.hd-cycle-btn:hover{color:var(--text);border-color:var(--text-muted);background:var(--surface-2)}.hd-cycle-period{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;font-size:.78rem;color:var(--text-muted);text-align:center;line-height:1.3}.hd-cycle-sep{opacity:.5}.hd-cycle-tz{font-size:.68rem;opacity:.6;letter-spacing:.04em}.hd-cycle-now{width:28px;height:28px;border:none;border-radius:50%;background:transparent;color:var(--text-muted);font-size:.65rem;cursor:pointer;opacity:.35;flex-shrink:0;transition:opacity .15s,color .15s}.hd-cycle-now.active{opacity:1;color:var(--accent);cursor:default}.hd-cycle-now:not(:disabled):hover{opacity:.8;color:var(--accent)}.hd-next-change-divider{height:1px;background:var(--border);margin:20px 0 16px}.hd-section h3:first-of-type{margin-top:0}.hd-mandala-container{position:relative;width:100%;height:100%;max-height:650px;display:flex;align-items:center;justify-content:center;overflow:visible}.hd-mandala{width:min(100cqw,100cqh);height:auto;max-width:100%;max-height:100%;aspect-ratio:1;display:block;overflow:visible}@media(max-width:900px){.hd-mandala-column .hd-mandala-container{width:100%;height:100%;max-height:none;overflow:visible}.hd-mandala-column .hd-mandala{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:120%;max-width:120%;max-height:120%;height:120%}}.hd-radar-beam{opacity:0;mix-blend-mode:screen;animation:hd-radar-beam-flash 1.68s ease-out forwards}@keyframes hd-radar-beam-flash{0%{opacity:0}10%{opacity:1}to{opacity:0}}.hd-mandala-ring{fill:none;stroke:var(--border);stroke-width:1}.hd-mandala-inner{fill:var(--surface);stroke:var(--border);stroke-width:1}.hd-sector{stroke:var(--bg);stroke-width:.5;transition:fill .2s}.hd-sector.dimmed{fill:var(--surface-2);opacity:.72}.hd-sector.user-gate{opacity:1}.hd-sector.user-gate-personality{fill:#314062}.hd-sector.user-gate-design{fill:#c62828}.hd-sector.moon-half{fill:#e8c547;opacity:.92}.hd-sector.earth-half{fill:#e85d5d;opacity:.88}.hd-body-ray{stroke-width:.85;stroke-opacity:.38;stroke-linecap:round}.hd-body-marker{filter:drop-shadow(0 0 3px rgba(0,0,0,.45))}.hd-body-marker.is-hovered{filter:drop-shadow(0 0 6px rgba(255,255,255,.35))}.hd-body-hint{position:absolute;z-index:18;transform:translate(-50%,calc(-100% - 10px));display:flex;align-items:center;gap:8px;padding:5px 9px;border-radius:8px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);font-size:.78rem;line-height:1.2;white-space:nowrap;pointer-events:none;color:var(--text)}.hd-body-hint strong{font-weight:650;color:var(--text)}.hd-body-hint span{color:var(--text-muted)}.hd-sector-group.has-channel.hovered .hd-sector.user-gate,.hd-sector-group.has-channel.hovered .hd-sector.dimmed{opacity:.85}.hd-sector.hover-highlight{fill:#5b8def59;stroke:var(--accent);stroke-width:1.5}.hd-sector.partner-highlight{fill:#a78bfa66;stroke:#a78bfa;stroke-width:1.5}.hd-sector.opposite-highlight{fill:#e85d5d59;stroke:#e85d5d;stroke-width:1.5}.hd-sector-group.opposite{filter:brightness(1.12)}.hd-gate-label.highlighted{fill:#fff;font-weight:700;font-size:11px}.hd-label-sector{fill:transparent;stroke:none;transition:fill .15s,stroke .15s}.hd-label-sector.hit{fill:transparent}.hd-label-sector.hover{fill:#5b8def47;stroke:var(--accent);stroke-width:1}.hd-label-sector.partner{fill:#a78bfa52;stroke:#a78bfa;stroke-width:1}.hd-label-sector.opposite{fill:#e85d5d47;stroke:#e85d5d;stroke-width:1}.hd-sector-group.hovered{filter:brightness(1.15)}.hd-sector-group.partner{filter:brightness(1.1)}.hd-gate-label{font-size:9px;fill:var(--text-muted);pointer-events:none}.hd-gate-label.user{fill:#8bb4f0;font-weight:600}.hd-gate-label.transit{fill:#fff;font-weight:700;font-size:10px}.hd-moon-glow{fill:#e8c54740}.hd-moon-body{fill:#e8c547;stroke:#fff;stroke-width:1.5}.hd-moon-label{font-size:16px;fill:#e8c547}.hd-earth-glow{fill:#e85d5d38}.hd-earth-body{fill:#e85d5d;stroke:#fff;stroke-width:1.2}.hd-earth-label{font-size:14px;fill:#f0a0a0}.hd-center-label{pointer-events:none}.hd-center-gate{font-size:22px;font-weight:700;fill:var(--text)}.hd-center-sub{font-size:12px;fill:var(--text-muted)}.hd-legend{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:12px;font-size:.8rem;color:var(--text-muted)}.hd-legend-item.user{color:#8bb4f0}.hd-legend-item.moon{color:#e8c547}.hd-legend-item.earth{color:#e85d5d}.hd-legend-item.dimmed{color:#555d6e}.hd-legend-item.hint{color:var(--text-muted);font-style:italic}.hd-profile-desc{font-size:.9rem;color:var(--text-muted);margin:-12px 0 20px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.hd-gate-tooltip{position:absolute;width:min(320px,72%);max-height:none;overflow:visible;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;box-shadow:var(--shadow);z-index:20;pointer-events:auto;font-size:.85rem}.hd-gate-tooltip-center{left:50%;top:50%;transform:translate(-50%,-50%)}.hd-tooltip-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-weight:700;margin-bottom:10px}.hd-tooltip-title .hd-gate-pick-btn,.hd-tooltip-channel-gates .hd-gate-pick-btn{width:2rem;min-width:2rem;padding:.2rem 0;pointer-events:none;text-align:center;font-weight:600}.hd-tooltip-channel-gates{display:inline-flex;align-items:center;gap:4px;margin-right:4px}.hd-tooltip-badge{font-size:.7rem;background:var(--accent);color:#fff;padding:2px 6px;border-radius:4px;font-weight:600}.hd-tooltip-center{font-size:.75rem;color:var(--text-muted);font-weight:400}.hd-tooltip-channel{padding-top:10px;border-top:1px solid var(--border);margin-top:8px}.hd-tooltip-channel:first-of-type{border-top:none;padding-top:0;margin-top:0}.hd-tooltip-channel-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:4px}.hd-tooltip-active{font-size:.7rem;color:#4caf82;font-weight:600}.hd-tooltip-desc{color:var(--text-muted);margin:0 0 6px;line-height:1.4}.hd-tooltip-opposite{margin:8px 0;padding:8px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hd-tooltip-opposite strong{font-size:.85rem;color:#e85d5d}.hd-tooltip-note{margin:0 0 6px;font-size:.8rem}.hd-tooltip-modes{margin-top:6px;display:flex;flex-direction:column;gap:6px}.hd-tooltip-modes .hd-forecast-modes{flex-wrap:wrap}.hd-tooltip-next{font-size:.78rem;color:var(--text-muted)}.hd-tooltip-next.muted{font-style:italic}.hd-tooltip-mode-tag{display:inline-block;margin-left:6px;padding:1px 6px;border:1px solid var(--border);border-radius:4px;font-weight:600;font-size:.72rem}.hd-panel{display:flex;flex-direction:column;justify-content:center;gap:16px;min-height:0}.hd-next-change{margin-top:0}.hd-next-change-when{font-size:.95rem;font-weight:600;margin-bottom:16px}.hd-next-change-transition{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;flex-wrap:wrap}.hd-next-change-mode{flex:1;min-width:120px;display:flex;flex-direction:column;gap:6px}.hd-next-change-details{display:grid;gap:10px;margin-bottom:16px;font-size:.9rem}.hd-next-change-modes{margin-bottom:16px}.hd-next-change-modes .hd-forecast-modes{margin-top:6px}.hd-section h2{font-size:1.1rem;margin-bottom:12px}.hd-section h3{font-size:.9rem;color:var(--text-muted);margin:16px 0 8px;text-transform:uppercase;letter-spacing:.04em}.hd-meta{font-size:.85rem;color:var(--text-muted)}.hd-label{display:block;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.hd-current-gates{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.hd-mode-primary{display:flex;align-items:flex-start;gap:12px}.hd-mode-primary p{font-size:.9rem;color:var(--text-muted);margin:0}.hd-mode-badge-wrap{position:relative;display:inline-flex;cursor:help;outline:none}.hd-mode-badge{display:inline-block;padding:4px 10px;border:1px solid;border-radius:6px;font-size:.8rem;font-weight:700;letter-spacing:.05em;flex-shrink:0}.hd-mode-guide-tip{display:none;position:absolute;top:50%;width:min(280px,70vw);padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);z-index:40;text-align:left;color:var(--text);font-size:.8rem;line-height:1.45;pointer-events:none;box-sizing:border-box}.hd-mode-badge-wrap.is-open .hd-mode-guide-tip,.hd-cal-legend-item.is-open .hd-mode-guide-tip,.hd-mode-guide-tip.is-open{display:block}.hd-mode-guide-tip strong{display:block;font-size:.85rem;margin-bottom:4px;color:var(--text)}.hd-mode-guide-tip p{margin:0 0 8px;color:var(--text-muted)}.hd-mode-guide-section{margin-top:6px}.hd-mode-guide-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--success);margin-bottom:3px}.hd-mode-guide-label.avoid{color:var(--danger)}.hd-mode-guide-tip ul{margin:0;padding-left:16px}.hd-mode-guide-tip li{margin-bottom:2px;color:var(--text-muted);font-size:.78rem}.hd-hint-wrap{position:relative;display:inline-flex;align-items:flex-start;gap:8px;cursor:help;outline:none}.hd-hint-wrap.hd-channel-hint{display:flex;width:100%}.hd-hint-tip{display:none;position:absolute;bottom:calc(100% + 8px);left:0;width:min(280px,80vw);padding:10px 12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);z-index:40;text-align:left;color:var(--text);font-size:.8rem;line-height:1.45;font-weight:400}.hd-hint-wrap:hover .hd-hint-tip,.hd-hint-wrap:focus-visible .hd-hint-tip{display:block}.hd-hint-tip p{margin:6px 0 0;color:var(--text-muted)}.hd-hint-meta{color:var(--text-muted);font-size:.78rem}.hd-period-nav-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;min-width:0}.hd-period-nav-head h2{margin:0;min-width:0;flex:1 1 auto;font-size:clamp(.82rem,3.4vw,1.15rem);font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.hd-period-nav{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);flex-shrink:0;white-space:nowrap}.hd-period-nav>span{white-space:nowrap;font-variant-numeric:tabular-nums}.hd-period-nav-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.hd-period-nav-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.hd-period-nav-btn:disabled{opacity:.35;cursor:not-allowed}.hd-period-nav.is-locked .hd-period-nav-btn{opacity:.55;cursor:pointer}.hd-period-nav-hint{margin:-.15rem 0 .55rem;font-size:.78rem;color:var(--lp-accent-soft, #9ec0ff);line-height:1.3}.hd-mode-secondary{display:flex;gap:6px;margin-top:8px}.hd-mode-extra{font-size:.75rem;color:var(--text-muted);background:var(--surface-2);padding:2px 8px;border-radius:4px}.hd-channels ul{list-style:none;display:flex;flex-direction:column;gap:10px}.hd-channel-item{display:flex;gap:10px;align-items:flex-start}.hd-channel-chip{background:var(--accent);color:#fff;padding:4px 8px;border-radius:6px;font-size:.8rem;font-weight:600;flex-shrink:0}.hd-channel-chip.small{font-size:.75rem;padding:2px 6px}.hd-empty{color:var(--text-muted);font-size:.9rem}.hd-forecast{margin-top:24px}.hd-forecast-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.hd-forecast-head h2{margin:0}.hd-paywall{margin:12px 0 4px;padding:18px 16px;border-radius:12px;border:1px solid color-mix(in srgb,var(--accent, #5b8def) 45%,var(--border));background:color-mix(in srgb,var(--accent, #5b8def) 10%,var(--surface-2, #12141a))}.hd-paywall-title{margin:0 0 8px;font-weight:650;font-size:1.05rem}.hd-paywall-text{margin:0 0 14px;color:var(--text-muted);font-size:.92rem;line-height:1.45}.hd-paywall-actions{display:flex;flex-wrap:wrap;gap:10px}.hd-paywall-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:8px;background:var(--accent, #5b8def);color:#fff;text-decoration:none;font-weight:600;font-size:.9rem}.hd-paywall-btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}@media(max-width:899px){.hd-paywall-actions{display:none}.hd-paywall-text{margin-bottom:0}}.hd-period-summary{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:12px 14px;margin-bottom:14px}.hd-period-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 16px}@media(max-width:1100px){.hd-period-summary-grid{grid-template-columns:repeat(2,1fr)}}.hd-forecast-row.period-start{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.hd-forecast-row-marker{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600;margin-bottom:6px}.hd-forecast-list{display:flex;flex-direction:column;gap:10px;margin-top:16px;max-height:480px;overflow-y:auto}.hd-forecast-row{padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;width:100%;text-align:left;cursor:pointer;font:inherit;color:inherit}.hd-forecast-row:hover{border-color:var(--accent)}.hd-forecast-time{display:flex;align-items:center;gap:8px;font-size:.85rem;margin-bottom:6px}.hd-forecast-arrow{color:var(--text-muted);line-height:15px}.hd-period-day{margin-top:4px;max-height:350px;overflow:auto;padding-right:.35rem;scrollbar-width:thin;scrollbar-color:rgba(139,149,168,.35) transparent}.hd-period-day::-webkit-scrollbar{width:6px;height:6px}.hd-period-day::-webkit-scrollbar-track{background:transparent;border-radius:999px}.hd-period-day::-webkit-scrollbar-thumb{background:#8b95a847;border-radius:999px;border:1px solid transparent;background-clip:padding-box}.hd-period-day::-webkit-scrollbar-thumb:hover{background:#8b95a87a}.hd-period-day::-webkit-scrollbar-corner{background:transparent}.hd-profile-tone,.hd-type-note,.hd-e0-note,.hd-numero-meta{margin:.35rem 0 0;opacity:.85}.hd-period-mode-label{display:inline-flex;align-items:center;gap:.35rem}.hd-period-mode-label .hd-cycle-now{width:auto;height:auto;font-size:.7rem;line-height:1;padding:0}.hd-period-channels{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.hd-period-channel{cursor:pointer}.hd-period-channel-gates{position:relative;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0}.hd-period-channel-gates .hd-gate-pick-btn{width:3rem;min-width:3rem;padding:.25rem 0;pointer-events:auto;text-align:center;flex-shrink:0}.hd-period-channel-meta{display:flex;flex-direction:column;justify-content:center;gap:.1rem;min-width:0;flex:1 1 auto}.hd-period-channel-name{font-size:.85rem;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-period-channel-note{font-size:.75rem;color:var(--text-muted);line-height:1.25;white-space:normal}.hd-period-channel-tip{display:none;position:absolute;left:0;bottom:calc(100% + 8px);width:min(260px,70vw);padding:.55rem .7rem;border-radius:8px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);z-index:20;pointer-events:none}.hd-period-channel-tip strong{display:block;font-size:.8rem;margin-bottom:.25rem}.hd-period-channel-tip p{margin:0;font-size:.75rem;line-height:1.35;color:var(--text-muted)}.hd-period-channel:hover .hd-period-channel-tip{display:block}.hd-forecast-gates{font-size:.9rem;margin-bottom:8px}.hd-forecast-modes{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.hd-forecast-channels{display:flex;flex-wrap:wrap;gap:6px}.hd-forecast-empty{font-size:.85rem;color:var(--text-muted)}.hd-forecast-toolbar{display:flex;align-items:center;justify-content:flex-end;margin-top:12px}.hd-forecast-view-toggle{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:3px;gap:2px}.hd-view-btn{padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600;color:var(--text-muted);transition:background .15s,color .15s}.hd-view-btn:hover{color:var(--text)}.hd-view-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #0003}.hd-cal{margin-top:16px;display:flex;flex-direction:column;gap:24px}.hd-cal-legend{display:flex;flex-wrap:wrap;gap:10px 16px}.hd-cal-legend-item{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-muted);cursor:help;outline:none}.hd-cal-legend-swatch{width:14px;height:14px;border-radius:4px;border:1px solid;flex-shrink:0}.hd-cal-month-title{font-size:1rem;font-weight:600;margin-bottom:10px;text-transform:capitalize}.hd-cal-cycle{margin-top:4px}.hd-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:8px}.hd-cal-weekday{text-align:center;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.hd-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.hd-cal-cell{aspect-ratio:unset;min-height:140px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);padding:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:left;position:relative;transition:transform .1s,box-shadow .15s;overflow:hidden}.hd-cal-cell-empty{background:transparent;border:none;min-height:0;aspect-ratio:unset;padding:0;pointer-events:none}.hd-cal-cell-empty:after{content:none}.hd-cal-cell-active{cursor:default}.hd-cal-cell-locked{opacity:.45;min-height:48px}.hd-cal-cell-locked .hd-cal-bands{display:none}.hd-cal-cell-locked .hd-cal-date-btn{cursor:default}.hd-cal-date-btn{background:none;border:none;padding:0;margin:4px;font-size:.85rem;font-weight:600;color:var(--text-muted);line-height:1.2;flex-shrink:0;cursor:pointer;text-align:left}.hd-cal-date-btn:hover{color:var(--text)}.hd-cal-cell.today .hd-cal-date-btn{font-weight:700;color:var(--text)}.hd-cal-band{position:relative;flex:1;min-height:0;overflow:hidden;border:none;border-top:1px solid rgba(255,255,255,.04);padding:0;cursor:pointer;text-align:left;width:100%;font:inherit}.hd-cal-band.active{box-shadow:inset 0 0 0 1px #ffffff59;filter:brightness(1.12);z-index:1}.hd-cal-band:hover{filter:brightness(1.08)}.hd-forecast-row.selected{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.hd-cal-cell.view-day{box-shadow:inset 0 0 0 1px var(--border)}.hd-cal-bands{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hd-cal-band:first-child{border-top:none}.hd-cal-band-time{position:absolute;top:2px;right:4px;font-size:.55rem;color:var(--text-muted);line-height:1.1;white-space:nowrap}.hd-cal-band-status-row{position:absolute;top:0;left:4px;right:36px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:3px;padding-top:2px}.hd-cal-band-status{font-size:.52rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;line-height:1.1;white-space:nowrap;opacity:.9}.hd-cal-marker{position:absolute;top:4px;right:6px;font-size:.7rem;color:var(--accent);opacity:.9}.hd-cal-marker.end{color:#f59e0b}@media(max-width:900px){.hd-cal-cell{min-height:110px}.hd-cal-band-status{font-size:.5rem}.hd-cal-band-time{font-size:.48rem}}.hd-profile-edit-btn,.hd-profile-add-btn{min-width:36px;padding:0 10px;font-size:1.1rem;line-height:1}.hd-channel-item-hoverable{cursor:pointer;border-radius:8px;transition:background .15s}.hd-channel-item-hoverable:hover{background:#5b8def1a}.hd-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.hd-modal-tabs{display:flex;gap:4px;margin:0 0 14px;padding:3px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.hd-modal-tab{flex:1;border:0;background:transparent;color:var(--text-muted);font:inherit;font-size:.88rem;padding:8px 10px;border-radius:8px;cursor:pointer}.hd-modal-tab.is-active{background:#ffffff1a;color:var(--text)}.hd-modal-tab-panel{display:flex;flex-direction:column;gap:0;min-height:0}.hd-place-suggest{list-style:none;margin:6px 0 0;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.hd-place-suggest li+li{border-top:1px solid var(--border)}.hd-place-suggest button{display:block;width:100%;text-align:left;border:0;background:transparent;color:var(--text);font:inherit;font-size:.88rem;padding:10px 12px;cursor:pointer}.hd-place-suggest button:hover{background:#ffffff0f}.hd-modal{width:min(520px,100%);max-height:min(90vh,720px);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px 22px;box-shadow:var(--shadow)}.hd-modal h2{margin:0 0 16px;font-size:1.15rem}.hd-modal-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.hd-modal-check{flex-direction:row;align-items:center;gap:.55rem;cursor:pointer;-webkit-user-select:none;user-select:none}.hd-modal-check input{width:1rem;height:1rem;accent-color:var(--accent, #5b8def)}.hd-modal-input{background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:.5rem .65rem;font-size:.95rem;font-family:inherit}.hd-modal-input:focus{outline:none;border-color:var(--accent)}.hd-gate-picker{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.hd-gate-pick-btn{border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text-muted);font-size:.75rem;padding:.35rem 0;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hd-gate-pick-btn:hover{border-color:var(--accent);color:var(--text)}.hd-gate-pick-btn.active{font-weight:600;color:#fff}.hd-gate-pick-btn.side-design{background:#c62828;border-color:#8e1b1b;color:#fff}.hd-gate-pick-btn.side-personality{background:#314062;border-color:#40527d;color:#fff}.hd-gate-pick-btn.side-both{background:linear-gradient(90deg,#c62828 50%,#314062 50%);border-color:#555;color:#fff}.hd-label-sep{margin:0 .4em;opacity:.45}.hd-gates-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:0}.hd-label-with-star{display:flex;align-items:center;justify-content:space-between;gap:.45rem;width:100%}.hd-star-toggle{position:relative;border:none;background:transparent;color:var(--text-muted);font-size:1.15rem;line-height:1;padding:0;cursor:pointer}.hd-star-toggle.on,.hd-star-toggle:hover{color:#e8c547}.hd-star-tip{display:none;position:absolute;right:0;top:calc(100% + 8px);bottom:auto;left:auto;transform:none;width:min(260px,70vw);padding:.55rem .7rem;border-radius:8px;background:#12151c;border:1px solid var(--border);color:var(--text);font-size:.72rem;font-weight:400;line-height:1.35;text-align:left;box-shadow:0 8px 24px #00000059;z-index:5;pointer-events:none}.hd-star-tip:after{content:"";position:absolute;bottom:100%;right:8px;border:6px solid transparent;border-bottom-color:#12151c}.hd-star-toggle:hover .hd-star-tip,.hd-star-toggle:focus-visible .hd-star-tip{display:block}.hd-modal-meta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(min-width:640px){.hd-modal-meta-row{grid-template-columns:1.1fr .9fr .9fr .85fr}}.hd-calc-factors{border:1px solid var(--border);border-radius:8px;padding:.75rem .85rem .85rem;margin:0}.hd-calc-factors legend{padding:0 .25rem}.hd-calc-factors-lead{margin:0 0 .65rem;font-size:.78rem;line-height:1.4;color:var(--text-muted)}.hd-calc-factors-grid{display:grid;gap:.55rem}.hd-calc-factor{display:flex;gap:.55rem;align-items:flex-start;cursor:pointer;font-size:.85rem;line-height:1.35}.hd-calc-factor.hd-calc-factor-accent{grid-column:1 / -1;padding:.55rem .65rem;border:1px solid var(--border);border-radius:8px;background:#e8c5470f}.hd-calc-factor.is-disabled{opacity:.45;cursor:not-allowed}.hd-calc-factor input{margin-top:.2rem;accent-color:#6a8aaf}.hd-calc-factor-name{display:block;color:var(--text)}.hd-calc-factor-hint{display:block;margin-top:.15rem;font-size:.72rem;color:var(--text-muted)}.hd-factor-skipped{opacity:.65;font-style:italic}.hd-modal-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.hd-modal-meta .hd-modal-input{width:100%}.hd-gate-click-demo-row{position:relative;display:inline-flex;align-items:center;gap:6px;min-height:2.1rem;width:240px;justify-content:flex-start}.hd-gate-pick-btn.demo{width:auto;min-width:0;aspect-ratio:1;inline-size:2.15rem;block-size:1.5rem;padding:0;pointer-events:none;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.hd-gate-pick-btn.demo.pulse{transform:scale(.92);box-shadow:0 0 0 2px #e8c54773}.hd-gate-click-demo-label{font-size:.8rem;color:var(--text-muted);white-space:nowrap;background:transparent;font-weight:400}.hd-gate-click-demo-label.is-personality,.hd-gate-click-demo-label.is-design{color:var(--text-muted)}.hd-gate-click-demo-label.is-both{color:var(--text-muted);font-weight:400}.hd-gate-click-cursor{position:absolute;left:1.1rem;top:1rem;width:1.1rem;height:1.1rem;pointer-events:none;background:no-repeat center / contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8c547'%3E%3Cpath d='M7 11V6a1 1 0 0 1 2 0v5h1V4a1 1 0 1 1 2 0v7h1V5a1 1 0 1 1 2 0v6h1V7a1 1 0 1 1 2 0v8.5c0 2.5-1.5 4.5-4.2 4.5H11c-2.8 0-5-2.2-5-5v-3.5a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");transform:translate(4px,2px) rotate(-12deg);transition:transform .12s ease;opacity:.95;filter:drop-shadow(0 1px 1px rgba(0,0,0,.4))}.hd-gate-click-cursor.press{transform:translate(1px,5px) rotate(-12deg) scale(.92)}@media(max-width:560px){.hd-modal-meta-row{grid-template-columns:1fr}.hd-gates-header{align-items:flex-start;flex-direction:column}.hd-gate-click-demo-row{width:100%}.hd-forecast-head{flex-direction:column}.hd-cycle-nav-compact{width:100%;justify-content:flex-start}}.hd-forecast-head-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.hd-gcal-btn{font-size:.85rem;white-space:nowrap}.hd-install-page{max-width:640px}.hd-install-card{margin:16px 0;padding:16px 18px}.hd-install-card h2{margin:0 0 10px;font-size:1.05rem}.hd-install-card ol{margin:0;padding-left:1.2rem;line-height:1.55}.hd-install-card li+li{margin-top:6px}.hd-modal-error{color:#f87171;font-size:.85rem;margin:0 0 12px}.hd-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.hd-modal-actions-right{display:flex;gap:8px;margin-left:auto}.hd-modal-delete{color:#f87171}.hd-modal-delete:hover{background:#f871711f}.hd-home.hd-page{height:100svh;max-height:100svh;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:10px 20px 8px;box-sizing:border-box}.hd-home-header{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px;flex-shrink:0}.hd-home-tagline{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.35;max-width:36rem}.hd-home-layout{flex:1 1 auto;height:auto;min-height:0;align-items:stretch;gap:20px}.hd-home .hd-mandala-column{justify-content:center;height:100%;max-height:none;gap:0}.hd-home .hd-mandala-wrap{flex:0 1 auto;width:min(100%,80svh);height:min(100%,80svh);max-width:100%;max-height:80svh;aspect-ratio:1}.hd-home .hd-mandala-container{width:100%;height:100%}.hd-home-panel{display:flex;flex-direction:column;justify-content:center;align-self:stretch;min-height:0;overflow:auto}.hd-auth-card{display:flex;flex-direction:column;gap:10px;width:100%;height:auto;flex:0 0 auto;padding:16px}.hd-home-footer{flex-shrink:0;margin-top:6px;padding:4px 0 0;text-align:center;font-size:.7rem;line-height:1.2;color:var(--text-muted);opacity:.75}.hd-auth-lead{margin:0 0 4px;color:var(--text-muted);font-size:.95rem}.hd-auth-sub{margin:0;font-size:1.1rem}.hd-auth-tabs{display:flex;gap:4px;background:var(--surface-2);border-radius:10px;padding:4px}.hd-auth-tab{flex:1;border:none;background:transparent;color:var(--text-muted);padding:8px 12px;border-radius:8px;cursor:pointer;font:inherit}.hd-auth-tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.hd-auth-form{display:flex;flex-direction:column;gap:12px}.hd-auth-field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--text-muted)}.hd-auth-field input,.hd-modal-input{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:10px 12px;color:var(--text);font:inherit}.hd-auth-submit{width:100%;margin-top:4px}.hd-auth-link{border:none;background:none;color:var(--text-muted);cursor:pointer;font:inherit;font-size:.85rem;padding:0;text-align:left}.hd-auth-link:hover{color:var(--text)}.hd-auth-social{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:12px;border-top:1px solid var(--border)}.hd-auth-ok{background:#4ade801f;border:1px solid rgba(74,222,128,.3);color:#86efac;padding:10px 14px;border-radius:10px;font-size:.9rem}.hd-account-menu{display:flex;align-items:center;gap:0;flex-shrink:0}.hd-account-burger{flex-shrink:0;font-size:1.1rem;line-height:1;min-width:36px;padding:6px 8px}.hd-account-actions{display:flex;align-items:center;gap:0;width:0;opacity:0;overflow:hidden;flex-shrink:0;transition:width .28s ease,gap .2s ease,opacity .2s ease,margin .28s ease;margin-right:0}.hd-account-menu:hover .hd-account-actions,.hd-account-menu:focus-within .hd-account-actions{width:260px;gap:8px;opacity:1;margin-right:4px}.hd-account-email{font-size:.8rem;color:var(--text-muted);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}html.hd-scroll-lock,body.hd-scroll-lock{overflow:hidden!important;overscroll-behavior:none}
