.beauty-hero{position:relative;z-index:1;padding:140px 0 var(--space-3xl);overflow:hidden}.beauty-hero-content{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.beauty-hero-orb{position:absolute;border-radius:50%;pointer-events:none}.beauty-hero-orb-1{width:550px;height:550px;top:-6%;left:-10%;background:radial-gradient(circle,rgba(192,132,252,.08),transparent 70%);animation:beautyFloat1 10s ease-in-out infinite alternate}.beauty-hero-orb-2{width:400px;height:400px;top:20%;right:-6%;background:radial-gradient(circle,rgba(168,85,247,.06),transparent 70%);animation:beautyFloat2 12s ease-in-out infinite alternate}.beauty-hero-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3xl);width:100%;max-width:960px}.beauty-hero-text{display:flex;flex-direction:column;text-align:left}.beauty-hero-headline{font-size:clamp(2.125rem,6vw,4.5rem);font-weight:var(--font-weight-extrabold);line-height:1.05;letter-spacing:-.04em;color:var(--text-primary);max-width:700px;animation:beautyFadeUp .65s ease-out both;animation-delay:.05s}.beauty-hero-headline-gradient{background:linear-gradient(90deg,#c084fc,#f472b6,#e879f9,#c084fc);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:beautyShimmer 8s linear infinite}.beauty-hero-subtitle{font-size:clamp(15px,1.6vw,18px);color:var(--text-secondary);margin-top:var(--space-md);max-width:480px;line-height:1.5;font-weight:var(--font-weight-light);animation:beautyFadeUp .65s ease-out both;animation-delay:.16s;text-wrap:pretty}.beauty-hero-subtitle-mono{color:var(--text-tertiary);font-family:var(--font-mono);font-size:clamp(12px,1.2vw,14px);letter-spacing:.06em}.beauty-hero-subtitle-break{display:block;margin-top:.45rem}.beauty-hero-cta{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);animation:beautyFadeUp .65s ease-out both;animation-delay:.28s;flex-shrink:0}.beauty-hero-download-main{display:inline-block;background:transparent;color:var(--accent-primary);padding:18px 52px;border-radius:var(--radius-xl);border:1.5px solid var(--accent-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer}.beauty-hero-download-main:hover{background:var(--accent-glow);transform:translateY(-2px);box-shadow:0 24px 64px #c084fc26}.beauty-hero-other-platforms{color:var(--text-tertiary);font-size:var(--font-size-xs);font-family:var(--font-mono);text-decoration:none;border-bottom:1px solid transparent;transition:all var(--transition-fast)}.beauty-hero-other-platforms:hover{color:var(--text-secondary);border-bottom-color:var(--text-tertiary)}.beauty-hero-mobile-note{display:none;max-width:26rem;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.5}.beauty-hero-panels{display:flex;justify-content:center;width:100%;margin-top:var(--space-3xl)}.beauty-hero-panel{position:relative;overflow:hidden;border-radius:var(--glass-radius);border:1px solid var(--border);background:var(--glass-bg);aspect-ratio:16/9;width:100%;max-width:640px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:beautyPanelIn .7s ease-out both;animation-delay:.4s}.beauty-hero-panel:hover{transform:translateY(-4px) scale(1.02);border-color:#c084fc33;box-shadow:0 20px 50px #c084fc14}.beauty-hero-panel-live{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:6px;z-index:4}.beauty-hero-panel-live-dot{width:6px;height:6px;border-radius:50%;background:var(--live-red);animation:beautyLivePulse 1.5s infinite;box-shadow:0 0 6px #ff3b3b99}.beauty-hero-panel-live-text{font-family:var(--font-mono);font-size:9px;color:#ffffff80;letter-spacing:.1em}.beauty-hero-panel-video{position:absolute;inset:0;z-index:1}.beauty-hero-panel-video video{width:100%;height:100%;object-fit:cover;display:block}.beauty-hero-panel-label{position:absolute;bottom:0;left:0;right:0;padding:12px;z-index:4;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;flex-direction:column;gap:1px}.beauty-hero-panel-label-title{font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);color:#fff}.beauty-hero-underglow{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:50%;height:80px;background:linear-gradient(90deg,#c084fc,#f472b6,#e879f9);opacity:.06;border-radius:50%;filter:blur(40px);pointer-events:none}@keyframes beautyFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes beautyPanelIn{0%{opacity:0;transform:translateY(32px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes beautyShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes beautyLivePulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes beautyFloat1{0%{transform:translate(0)}to{transform:translate(20px,-15px)}}@keyframes beautyFloat2{0%{transform:translate(0)}to{transform:translate(-18px,12px)}}@media(max-width:768px){.beauty-hero{padding:106px 0 var(--space-2xl)}.beauty-hero-content{padding:0 var(--container-padding-mobile)}.beauty-hero-orb-1{width:320px;height:320px;top:-2%;left:-28%}.beauty-hero-orb-2{width:240px;height:240px;top:16%;right:-22%}.beauty-hero-top{flex-direction:column;align-items:center;gap:var(--space-xl)}.beauty-hero-text{align-items:center;text-align:center}.beauty-hero-headline{max-width:10ch}.beauty-hero-subtitle{max-width:33ch;margin-top:.875rem}.beauty-hero-cta{margin-top:var(--space-xl);gap:var(--space-sm)}.beauty-hero-download-main,.beauty-hero-other-platforms{display:none}.beauty-hero-panels{margin-top:var(--space-2xl)}.beauty-hero-panel{aspect-ratio:16/11}.beauty-hero-mobile-note{display:block}}@media(max-width:480px){.beauty-hero{padding-top:98px}.beauty-hero-headline{font-size:clamp(2rem,11vw,2.8rem)}.beauty-hero-panel-live{top:10px;left:10px}.beauty-hero-panel-label{padding:10px}.beauty-hero-underglow{width:78%;bottom:-20px}}.beauty-features{padding:var(--space-3xl) 0}.beauty-features-heading{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:var(--font-weight-bold);color:var(--text-primary);margin-bottom:var(--space-2xl)}.beauty-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.beauty-features-card{background:var(--glass-bg);border:var(--glass-border);border-radius:var(--glass-radius);padding:var(--space-xl)}.beauty-features-card h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--accent-primary);margin-bottom:var(--space-sm)}.beauty-features-card p{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.beauty-features-grid{grid-template-columns:1fr}}.beauty-page{--accent-primary: #c084fc;--accent-hover: #a855f7;--accent-glow: rgba(192, 132, 252, .12)}.app-container:has(.beauty-page) .nav-cta{display:none}
