.AddCardForm-module__b7oaPa__form{flex-direction:column;gap:16px;display:flex}.AddCardForm-module__b7oaPa__mockNotice{color:var(--text-primary);border-radius:var(--radius);background:#00ff880d;border:1px dashed #0f83;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.85rem;display:flex}.AddCardForm-module__b7oaPa__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.AddCardForm-module__b7oaPa__field{flex-direction:column;gap:8px;display:flex}.AddCardForm-module__b7oaPa__field label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.AddCardForm-module__b7oaPa__field input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:1rem;font-family:var(--font-body);box-sizing:border-box;width:100%;padding:14px 16px;transition:all .2s}.AddCardForm-module__b7oaPa__field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #ff2d7c26}.AddCardForm-module__b7oaPa__field input::placeholder{color:var(--text-muted)}.AddCardForm-module__b7oaPa__cardTypeIndicator{color:var(--text-secondary);align-items:center;gap:8px;margin-top:8px;font-size:.9rem;display:flex}.AddCardForm-module__b7oaPa__cardLogoIndicator{width:auto;height:24px}.AddCardForm-module__b7oaPa__buttons{gap:12px;margin-top:8px;display:flex}.AddCardForm-module__b7oaPa__saveButton{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;flex:1;padding:14px 20px;font-weight:600;transition:all .2s}.AddCardForm-module__b7oaPa__saveButton:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.AddCardForm-module__b7oaPa__cancelButton{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;background:0 0;flex:1;padding:14px 20px;font-weight:500;transition:all .2s}.AddCardForm-module__b7oaPa__cancelButton:hover{border-color:var(--accent);color:var(--accent)}
.ManageSubscriptionModal-module__cbAI2q__overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ManageSubscriptionModal-module__cbAI2q__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:80vh;padding:32px;position:relative;overflow-y:auto}.ManageSubscriptionModal-module__cbAI2q__closeBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.ManageSubscriptionModal-module__cbAI2q__closeBtn:hover{color:var(--text-primary);background:#fff3}.ManageSubscriptionModal-module__cbAI2q__title{font-family:var(--font-display);margin-bottom:24px;padding-right:40px;font-size:1.5rem}.ManageSubscriptionModal-module__cbAI2q__currentPlan{border-radius:var(--radius);text-align:center;background:#00ff880d;border:1px solid #0f83;margin-bottom:24px;padding:20px}.ManageSubscriptionModal-module__cbAI2q__currentLabel{color:var(--text-muted);margin-bottom:8px;font-size:.85rem}.ManageSubscriptionModal-module__cbAI2q__currentTier{color:#0f8;margin-bottom:4px;font-size:1.25rem;font-weight:600}.ManageSubscriptionModal-module__cbAI2q__currentPrice{color:var(--text-secondary);font-size:.9rem}.ManageSubscriptionModal-module__cbAI2q__upgradesSection h3{color:var(--text-secondary);margin-bottom:16px;font-size:1rem;font-weight:600}.ManageSubscriptionModal-module__cbAI2q__upgradeOption{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;padding:16px}.ManageSubscriptionModal-module__cbAI2q__upgradeInfo{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ManageSubscriptionModal-module__cbAI2q__upgradeName{color:var(--text-primary);font-weight:600}.ManageSubscriptionModal-module__cbAI2q__upgradePrice{color:var(--accent);font-weight:600}.ManageSubscriptionModal-module__cbAI2q__upgradeFeatures{margin:0 0 12px;padding:0;list-style:none}.ManageSubscriptionModal-module__cbAI2q__upgradeFeatures li{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:4px;font-size:.85rem;display:flex}.ManageSubscriptionModal-module__cbAI2q__upgradeFeatures li svg{color:#0f8;flex-shrink:0}.ManageSubscriptionModal-module__cbAI2q__upgradeBtn{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;width:100%;padding:12px;font-weight:600;transition:all .2s}.ManageSubscriptionModal-module__cbAI2q__upgradeBtn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.ManageSubscriptionModal-module__cbAI2q__unsubscribeSection{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}.ManageSubscriptionModal-module__cbAI2q__unsubscribeBtn{border-radius:var(--radius);width:100%;color:var(--accent-pink);cursor:pointer;background:0 0;border:1px solid #ff2d7c4d;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;transition:all .2s;display:flex}.ManageSubscriptionModal-module__cbAI2q__unsubscribeBtn:hover{border-color:var(--accent-pink);background:#ff2d7c1a}.ManageSubscriptionModal-module__cbAI2q__confirmSection{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}.ManageSubscriptionModal-module__cbAI2q__confirmText{color:var(--text-primary);text-align:center;margin-bottom:16px;font-size:.95rem}.ManageSubscriptionModal-module__cbAI2q__confirmButtons{gap:12px;display:flex}.ManageSubscriptionModal-module__cbAI2q__confirmYesBtn,.ManageSubscriptionModal-module__cbAI2q__confirmNoBtn{border-radius:var(--radius);cursor:pointer;flex:1;padding:12px;font-weight:600;transition:all .2s}.ManageSubscriptionModal-module__cbAI2q__confirmYesBtn{border:1px solid var(--accent-pink);color:var(--accent-pink);background:#ff2d7c1a}.ManageSubscriptionModal-module__cbAI2q__confirmYesBtn:hover{background:#ff2d7c33}.ManageSubscriptionModal-module__cbAI2q__confirmNoBtn{background:var(--gradient-hero);color:#fff;border:none}.ManageSubscriptionModal-module__cbAI2q__confirmNoBtn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.ManageSubscriptionModal-module__cbAI2q__highestTier{border-radius:var(--radius);color:#0f8;background:#00ff881a;border:1px solid #0f83;justify-content:center;align-items:center;gap:10px;padding:20px;font-weight:600;display:flex}
.page-module__z-f5Ia__page{min-height:100vh}.page-module__z-f5Ia__hero{padding:140px 32px 64px;position:relative;overflow:hidden}.page-module__z-f5Ia__heroBackground{z-index:0;position:absolute;inset:0}.page-module__z-f5Ia__heroGradient{background:linear-gradient(180deg, var(--bsd-color) 0%, transparent 100%);opacity:.15;position:absolute;inset:0}.page-module__z-f5Ia__heroPattern{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.page-module__z-f5Ia__heroContent{z-index:10;max-width:1200px;margin:0 auto;position:relative}.page-module__z-f5Ia__backLink{align-items:center;gap:var(--space-sm);color:var(--text-muted);margin-bottom:var(--space-xl);transition:color var(--transition-fast);font-size:.9rem;display:inline-flex}.page-module__z-f5Ia__backLink:hover{color:var(--text-primary)}.page-module__z-f5Ia__profileHeader{gap:var(--space-xl);align-items:flex-start;display:flex}.page-module__z-f5Ia__avatarLinkLarge{flex-shrink:0}.page-module__z-f5Ia__avatarLinkLarge:hover .page-module__z-f5Ia__avatarLarge .page-module__z-f5Ia__avatarIcon{transform:scale(1.05)}.page-module__z-f5Ia__avatarLarge{flex-shrink:0;width:160px;height:160px;position:relative}.page-module__z-f5Ia__avatarLarge .page-module__z-f5Ia__avatarIcon{background:var(--bsd-gradient);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;transition:transform .2s;display:flex;position:relative}.page-module__z-f5Ia__avatarLarge .page-module__z-f5Ia__avatarIcon img{object-fit:contain;border-radius:50%;width:100%;height:100%}.page-module__z-f5Ia__avatarGlow{background:var(--bsd-gradient);opacity:.5;filter:blur(20px);z-index:0;border-radius:50%;animation:2s ease-in-out infinite page-module__z-f5Ia__pulse-glow;position:absolute;inset:-10px}@keyframes page-module__z-f5Ia__pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.page-module__z-f5Ia__profileInfo{flex:1}.page-module__z-f5Ia__bsdName{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-xs);font-size:clamp(3rem,5vw,4.5rem)}.page-module__z-f5Ia__bsdTagline{color:var(--bsd-color);margin-bottom:var(--space-lg);font-size:1.4rem}.page-module__z-f5Ia__stats{gap:var(--space-xl);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.page-module__z-f5Ia__stat{align-items:center;gap:var(--space-sm);color:var(--text-muted);display:flex}.page-module__z-f5Ia__actions{gap:var(--space-md);display:flex}.page-module__z-f5Ia__subscribeBtn{background:var(--bsd-gradient);color:#fff;border-radius:var(--radius-md);letter-spacing:.02em;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;padding:14px 32px;font-size:1rem;font-weight:600}.page-module__z-f5Ia__subscribeBtn:hover{box-shadow:0 0 30px var(--bsd-color);transform:translateY(-2px)}.page-module__z-f5Ia__iconBtn{background:var(--bg-card);border-radius:var(--radius-md);width:48px;height:48px;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.page-module__z-f5Ia__iconBtn:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--bsd-color)}.page-module__z-f5Ia__iconBtn.page-module__z-f5Ia__liked{color:var(--accent-pink);border-color:var(--accent-pink)}.page-module__z-f5Ia__iconBtn.page-module__z-f5Ia__liked:hover{border-color:var(--accent-pink)}.page-module__z-f5Ia__container{width:100%;max-width:1600px;margin:0 auto;padding:0 48px 80px}.page-module__z-f5Ia__heroContent{z-index:10;width:100%;max-width:1600px;margin:0 auto;padding:0 48px;position:relative}.page-module__z-f5Ia__content{grid-template-columns:1fr 380px;gap:48px;margin-top:48px;display:grid}.page-module__z-f5Ia__main{min-width:0}.page-module__z-f5Ia__section{margin-bottom:64px}.page-module__z-f5Ia__section h2{font-family:var(--font-display);color:var(--text-primary);margin-bottom:24px;font-size:2rem}.page-module__z-f5Ia__bio{color:var(--text-secondary);font-size:1.1rem;line-height:1.9}.page-module__z-f5Ia__features{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.page-module__z-f5Ia__feature{align-items:center;gap:var(--space-sm);color:var(--text-muted);display:flex}.page-module__z-f5Ia__featureIcon{color:var(--accent-green)}.page-module__z-f5Ia__feed{flex-direction:column;gap:32px;display:flex}.page-module__z-f5Ia__sidebar{position:relative}.page-module__z-f5Ia__sidebarSticky{scrollbar-width:thin;scrollbar-color:var(--border) transparent;max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.page-module__z-f5Ia__sidebarSticky::-webkit-scrollbar{width:6px}.page-module__z-f5Ia__sidebarSticky::-webkit-scrollbar-track{background:0 0}.page-module__z-f5Ia__sidebarSticky::-webkit-scrollbar-thumb{background-color:var(--border);border-radius:3px}.page-module__z-f5Ia__sidebarSticky::-webkit-scrollbar-thumb:hover{background-color:var(--text-muted)}.page-module__z-f5Ia__sidebarSticky h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:1.4rem;font-weight:600}.page-module__z-f5Ia__sidebarSticky h3:after{content:"";background:linear-gradient(90deg, var(--border), transparent);flex:1;height:1px}.page-module__z-f5Ia__sidebarSticky h3{align-items:center;gap:12px;display:flex}.page-module__z-f5Ia__pricingCards{flex-direction:column;gap:32px;display:flex}.page-module__z-f5Ia__configsGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);margin-bottom:20px;display:grid}.page-module__z-f5Ia__configItem{border-radius:var(--radius);color:#0f8;font-family:var(--font-mono);background:#00ff880d;border:1px solid #0f83;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;display:flex;position:relative}.page-module__z-f5Ia__configLock{opacity:.6;position:absolute;right:14px}.page-module__z-f5Ia__configsText{color:var(--text-secondary);margin-top:16px;font-size:.95rem;line-height:1.6}@media (max-width:1024px){.page-module__z-f5Ia__content{grid-template-columns:1fr}.page-module__z-f5Ia__sidebar{order:-1}.page-module__z-f5Ia__sidebarSticky{position:static}}@media (max-width:768px){.page-module__z-f5Ia__hero{padding-top:100px}.page-module__z-f5Ia__profileHeader{text-align:center;flex-direction:column;align-items:center}.page-module__z-f5Ia__stats,.page-module__z-f5Ia__actions{justify-content:center}.page-module__z-f5Ia__features{grid-template-columns:1fr}}.page-module__z-f5Ia__tierOverlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.page-module__z-f5Ia__tierModal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:85vh;padding:32px;position:relative;overflow-y:auto}.page-module__z-f5Ia__tierModalClose{color:var(--text-secondary);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.page-module__z-f5Ia__tierModalClose:hover{color:var(--text-primary);background:#fff3}.page-module__z-f5Ia__tierModalTitle{font-family:var(--font-display);text-align:center;margin-bottom:8px;font-size:1.75rem}.page-module__z-f5Ia__tierModalSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:24px}.page-module__z-f5Ia__tierList{flex-direction:column;gap:16px;display:flex}.page-module__z-f5Ia__tierOption{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:20px;position:relative}.page-module__z-f5Ia__tierOptionRecommended{border-color:var(--accent);background:#a855f70d}.page-module__z-f5Ia__tierBadge{background:var(--gradient-hero);color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.page-module__z-f5Ia__tierHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.page-module__z-f5Ia__tierName{font-size:1.1rem;font-weight:600}.page-module__z-f5Ia__tierPrice{color:var(--accent);font-size:1.1rem;font-weight:600}.page-module__z-f5Ia__tierFeatures{margin:0 0 16px;padding:0;list-style:none}.page-module__z-f5Ia__tierFeatures li{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:6px;font-size:.9rem;display:flex}.page-module__z-f5Ia__tierFeatures li svg{color:#0f8;flex-shrink:0}.page-module__z-f5Ia__tierSelectBtn{border-radius:var(--radius);cursor:pointer;width:100%;padding:12px;font-weight:600;transition:all .2s}.page-module__z-f5Ia__tierSelectBtnPrimary{background:var(--gradient-hero);color:#fff;border:none}.page-module__z-f5Ia__tierSelectBtnPrimary:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.page-module__z-f5Ia__tierSelectBtnSecondary{border:1px solid var(--border);color:var(--text-primary);background:0 0}.page-module__z-f5Ia__tierSelectBtnSecondary:hover{border-color:var(--accent);color:var(--accent)}
.ImageGallery-module__-4xlNG__gallery{margin-bottom:64px}.ImageGallery-module__-4xlNG__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.ImageGallery-module__-4xlNG__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:0;font-size:2rem}.ImageGallery-module__-4xlNG__lockedCount{border-radius:var(--radius);color:#0f8;font-size:.8rem;font-family:var(--font-mono);background:#00ff881a;border:1px solid #00ff884d;align-items:center;gap:6px;padding:6px 12px;display:flex}.ImageGallery-module__-4xlNG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.ImageGallery-module__-4xlNG__imageButton{cursor:pointer;border-radius:var(--radius-lg);background:0 0;border:none;padding:0;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.ImageGallery-module__-4xlNG__imageButton:hover{transform:scale(1.02);box-shadow:0 8px 32px #0006}.ImageGallery-module__-4xlNG__imageButton.ImageGallery-module__-4xlNG__locked{cursor:not-allowed}.ImageGallery-module__-4xlNG__imageButton.ImageGallery-module__-4xlNG__locked:hover{box-shadow:none;transform:none}.ImageGallery-module__-4xlNG__thumbnail{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:200px;display:block}.ImageGallery-module__-4xlNG__thumbnail.ImageGallery-module__-4xlNG__blurred{filter:blur(20px);opacity:.5}.ImageGallery-module__-4xlNG__lockOverlay{color:#0f8;font-family:var(--font-mono);border-radius:var(--radius-lg);background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.85rem;display:flex;position:absolute;inset:0}.ImageGallery-module__-4xlNG__carousel{flex-direction:column;gap:16px;display:flex}.ImageGallery-module__-4xlNG__carouselMain{align-items:center;gap:16px;display:flex}.ImageGallery-module__-4xlNG__carouselNav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}.ImageGallery-module__-4xlNG__carouselNav:hover{background:#fff3}.ImageGallery-module__-4xlNG__carouselImageContainer{border-radius:var(--radius-lg);flex:1;position:relative;overflow:hidden}.ImageGallery-module__-4xlNG__carouselImage{object-fit:cover;width:100%;height:400px;display:block}.ImageGallery-module__-4xlNG__carouselImage.ImageGallery-module__-4xlNG__lockedImage{filter:blur(10px);opacity:.6}.ImageGallery-module__-4xlNG__carouselCounter{border-radius:var(--radius);color:#fff;font-size:.85rem;font-family:var(--font-mono);background:#000000b3;padding:6px 12px;position:absolute;bottom:16px;right:16px}.ImageGallery-module__-4xlNG__carouselThumbs{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;gap:12px;padding:8px 0;display:flex;overflow-x:auto}.ImageGallery-module__-4xlNG__thumbButton{cursor:pointer;border-radius:var(--radius);opacity:.6;background:0 0;border:2px solid #0000;flex-shrink:0;padding:0;transition:border-color .2s,opacity .2s;overflow:hidden}.ImageGallery-module__-4xlNG__thumbButton.ImageGallery-module__-4xlNG__thumbActive{border-color:var(--accent-cyan);opacity:1}.ImageGallery-module__-4xlNG__thumbButton:hover{opacity:1}.ImageGallery-module__-4xlNG__thumbButton.ImageGallery-module__-4xlNG__thumbLocked{position:relative}.ImageGallery-module__-4xlNG__thumbLock{color:var(--text-muted);filter:drop-shadow(0 1px 2px #000c);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ImageGallery-module__-4xlNG__thumbImage{object-fit:cover;width:80px;height:60px;display:block}.ImageGallery-module__-4xlNG__subscribePrompt{border-radius:var(--radius);color:var(--accent-pink);font-size:.9rem;font-family:var(--font-mono);background:#a855f71a;border:1px dashed #a855f766;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:16px;display:flex}.ImageGallery-module__-4xlNG__modal{z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:40px;animation:.2s ImageGallery-module__-4xlNG__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageGallery-module__-4xlNG__fadeIn{0%{opacity:0}to{opacity:1}}.ImageGallery-module__-4xlNG__closeButton{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.ImageGallery-module__-4xlNG__closeButton:hover{background:#fff3}.ImageGallery-module__-4xlNG__modalNav{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageGallery-module__-4xlNG__modalNav:hover{background:#fff3}.ImageGallery-module__-4xlNG__modalPrev{left:20px}.ImageGallery-module__-4xlNG__modalNext{right:20px}.ImageGallery-module__-4xlNG__fullImage{object-fit:contain;border-radius:var(--radius-lg);max-width:90vw;max-height:85vh;box-shadow:0 20px 60px #00000080}@media (max-width:768px){.ImageGallery-module__-4xlNG__grid{grid-template-columns:1fr}.ImageGallery-module__-4xlNG__thumbnail{height:180px}.ImageGallery-module__-4xlNG__modal{padding:20px}.ImageGallery-module__-4xlNG__fullImage{max-width:95vw;max-height:70vh}.ImageGallery-module__-4xlNG__carouselImage{height:250px}.ImageGallery-module__-4xlNG__carouselNav{width:40px;height:40px}.ImageGallery-module__-4xlNG__modalNav{width:44px;height:44px}}
.Modal-module__Ro-5Wq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.Modal-module__Ro-5Wq__modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:560px;max-height:calc(100vh - 48px);animation:.2s Modal-module__Ro-5Wq__modalIn;display:flex}@media (min-width:768px){.Modal-module__Ro-5Wq__modal{max-width:820px}}@media (min-width:1100px){.Modal-module__Ro-5Wq__modal{max-width:1080px}}@media (min-width:1500px){.Modal-module__Ro-5Wq__modal{max-width:1200px}}@keyframes Modal-module__Ro-5Wq__modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Modal-module__Ro-5Wq__header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Modal-module__Ro-5Wq__header h3{font-size:1.1rem;font-weight:600}.Modal-module__Ro-5Wq__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.5rem;line-height:1;transition:color .15s}.Modal-module__Ro-5Wq__close:hover{color:var(--text-primary)}.Modal-module__Ro-5Wq__content{color:var(--text-secondary);padding:24px;font-size:.95rem;line-height:1.7;overflow-y:auto}
.FeedPost-module__Da0sNW__post{background:var(--bg-card);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-base);border:1px solid #ffffff0d;position:relative;overflow:hidden}.FeedPost-module__Da0sNW__post:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-cyan), transparent);opacity:0;height:2px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.FeedPost-module__Da0sNW__post:hover{border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.FeedPost-module__Da0sNW__post:hover:before{opacity:1}.FeedPost-module__Da0sNW__header{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.FeedPost-module__Da0sNW__avatar{width:52px;height:52px;transition:all var(--transition-base);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.FeedPost-module__Da0sNW__post:hover .FeedPost-module__Da0sNW__avatar{border-color:#fff3}.FeedPost-module__Da0sNW__meta{flex-direction:column;gap:2px;display:flex}.FeedPost-module__Da0sNW__authorName{color:var(--text-primary);font-size:1rem;font-weight:600}.FeedPost-module__Da0sNW__timestamp{color:var(--text-muted);font-size:.8rem}.FeedPost-module__Da0sNW__content{color:var(--text-primary);margin-bottom:var(--space-lg);letter-spacing:.01em;font-size:1.05rem;line-height:1.8}.FeedPost-module__Da0sNW__actions{gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid #ffffff0d;display:flex}.FeedPost-module__Da0sNW__actionButton{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:6px;padding:8px 12px;font-size:.9rem;font-weight:500;display:flex}.FeedPost-module__Da0sNW__actionButton:hover{color:var(--text-primary);background:#ffffff14}.FeedPost-module__Da0sNW__actionButton.FeedPost-module__Da0sNW__liked{color:var(--accent-pink)}.FeedPost-module__Da0sNW__actionButton.FeedPost-module__Da0sNW__liked svg{animation:.3s FeedPost-module__Da0sNW__heart-pop}.FeedPost-module__Da0sNW__actionButton:active{transform:scale(.95)}@keyframes FeedPost-module__Da0sNW__heart-pop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.FeedPost-module__Da0sNW__comments{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid #ffffff14;animation:.3s FeedPost-module__Da0sNW__slideDown}@keyframes FeedPost-module__Da0sNW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.FeedPost-module__Da0sNW__commentInput{gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.FeedPost-module__Da0sNW__commentInput input{background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-primary);transition:all var(--transition-fast);border:1px solid #ffffff14;flex:1;padding:10px 14px;font-size:.9rem}.FeedPost-module__Da0sNW__commentInput input:focus{border-color:var(--accent-cyan);outline:none;box-shadow:0 0 15px #00d4ff26}.FeedPost-module__Da0sNW__commentInput input::placeholder{color:var(--text-muted)}.FeedPost-module__Da0sNW__commentInput button{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);color:var(--bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;padding:10px 18px;font-size:.9rem;font-weight:600}.FeedPost-module__Da0sNW__commentInput button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00d4ff4d}.FeedPost-module__Da0sNW__commentList{flex-direction:column;gap:12px;display:flex}.FeedPost-module__Da0sNW__fakeComment{border-radius:var(--radius-md);transition:all var(--transition-fast);background:#ffffff05;flex-direction:column;gap:4px;padding:10px 14px;display:flex}.FeedPost-module__Da0sNW__fakeComment:hover{background:#ffffff0a}.FeedPost-module__Da0sNW__fakeUser{color:var(--accent-cyan);font-size:.85rem;font-weight:600}.FeedPost-module__Da0sNW__fakeText{color:var(--text-secondary);font-size:.9rem;line-height:1.5}@media (max-width:480px){.FeedPost-module__Da0sNW__actions{gap:var(--space-sm);justify-content:space-between}.FeedPost-module__Da0sNW__actionButton span{display:none}}.FeedPost-module__Da0sNW__actionButton.FeedPost-module__Da0sNW__gated{opacity:.6;cursor:not-allowed}.FeedPost-module__Da0sNW__actionButton.FeedPost-module__Da0sNW__gated:hover{color:var(--text-muted);background:0 0}.FeedPost-module__Da0sNW__gatedNotice{border-radius:var(--radius);color:#0f8;font-size:.85rem;font-family:var(--font-mono);background:#00ff880d;border:1px dashed #00ff884d;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:12px;display:flex}
.KernelConfigsTeaser-module__t_GXpG__section{margin-bottom:64px}.KernelConfigsTeaser-module__t_GXpG__section h2{font-family:var(--font-display);color:var(--text-primary);align-items:center;margin-bottom:24px;font-size:2rem;display:flex}.KernelConfigsTeaser-module__t_GXpG__grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);margin-bottom:16px;display:grid}.KernelConfigsTeaser-module__t_GXpG__item{border-radius:var(--radius);color:#0f8;font-family:var(--font-mono);background:#00ff880d;border:1px solid #0f83;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;display:flex;position:relative}.KernelConfigsTeaser-module__t_GXpG__lock{opacity:.6;position:absolute;right:14px}.KernelConfigsTeaser-module__t_GXpG__text{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.MatrixOverlay-module__XpxOFW__overlay{z-index:999999;cursor:pointer;-webkit-user-select:none;user-select:none;width:100vw;height:100vh;font-family:var(--font-mono);background-color:#000000f2;position:fixed;top:0;left:0;overflow:hidden}.MatrixOverlay-module__XpxOFW__canvas{width:100%;height:100%;position:absolute;top:0;left:0}.MatrixOverlay-module__XpxOFW__hint{color:#0f8;opacity:.7;text-transform:uppercase;letter-spacing:.1em;pointer-events:none;text-shadow:0 0 8px #00ff8880;font-size:.9rem;animation:1.5s infinite MatrixOverlay-module__XpxOFW__pulse;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@keyframes MatrixOverlay-module__XpxOFW__pulse{0%,to{opacity:.4}50%{opacity:.9}}
.KernelPanicOverlay-module__pSbplq__overlay{z-index:9999999;color:#ff2d7c;width:100vw;height:100vh;font-family:var(--font-mono), monospace;box-sizing:border-box;cursor:pointer;background-color:#000;padding:40px;position:fixed;top:0;left:0;overflow:hidden}.KernelPanicOverlay-module__pSbplq__overlay:before{content:" ";z-index:2;pointer-events:none;background:linear-gradient(#12101000 50%,#0006 50%) 0 0/100% 6px,linear-gradient(90deg,#ff00000f,#00ff0005,#0000ff0f) 0 0/6px 100%;animation:.15s infinite KernelPanicOverlay-module__pSbplq__flicker;display:block;position:absolute;inset:0}.KernelPanicOverlay-module__pSbplq__terminal{text-shadow:0 0 8px #ff2d7ccc;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}.KernelPanicOverlay-module__pSbplq__title{text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #ff2d7c;margin-bottom:24px;padding-bottom:12px;font-size:2rem;font-weight:700;animation:1s steps(2,end) infinite KernelPanicOverlay-module__pSbplq__flash}.KernelPanicOverlay-module__pSbplq__log{color:#f0f0f5;text-shadow:0 0 6px #f0f0f580;margin-bottom:32px}.KernelPanicOverlay-module__pSbplq__highlight{color:#ff6b35;text-shadow:0 0 8px #ff6b35cc}.KernelPanicOverlay-module__pSbplq__cyan{color:var(--accent-cyan);text-shadow:0 0 8px #00d4ffcc}.KernelPanicOverlay-module__pSbplq__green{color:var(--accent-green);text-shadow:0 0 8px #0f8c}.KernelPanicOverlay-module__pSbplq__stackTrace{border-radius:var(--radius);background:#ff2d7c0d;border:1px solid #ff2d7c33;margin-top:16px;padding:16px;font-size:.95rem}.KernelPanicOverlay-module__pSbplq__rebootPrompt{text-align:center;color:var(--accent-green);text-shadow:0 0 8px #0f8c;margin-top:48px;font-size:1.2rem;animation:1s infinite KernelPanicOverlay-module__pSbplq__blink}@keyframes KernelPanicOverlay-module__pSbplq__flicker{0%{opacity:.98}50%{opacity:1}to{opacity:.99}}@keyframes KernelPanicOverlay-module__pSbplq__flash{0%,to{opacity:1}50%{opacity:.2}}@keyframes KernelPanicOverlay-module__pSbplq__blink{0%,to{opacity:1}50%{opacity:0}}
.PricingCard-module___0c2tG__card{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-light);flex-direction:column;padding:32px;transition:all .2s;display:flex;position:relative}.PricingCard-module___0c2tG__card:hover{border-color:var(--border)}.PricingCard-module___0c2tG__card.PricingCard-module___0c2tG__recommended{border-color:var(--tier-color,var(--accent));background:linear-gradient(145deg, var(--bg-card) 0%, #ef44440d 100%)}.PricingCard-module___0c2tG__badge{background:var(--gradient-hero);color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:6px 16px;font-size:.8rem;font-weight:600;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.PricingCard-module___0c2tG__header{text-align:center;border-bottom:1px solid var(--border-light);margin-bottom:24px;padding-bottom:32px}.PricingCard-module___0c2tG__tierName{color:var(--text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:600}.PricingCard-module___0c2tG__priceContainer{justify-content:center;align-items:baseline;gap:4px;display:flex}.PricingCard-module___0c2tG__price{color:var(--tier-color,var(--accent));font-size:3.5rem;font-weight:700}.PricingCard-module___0c2tG__features{flex-direction:column;flex:1;gap:16px;margin-bottom:32px;list-style:none;display:flex}.PricingCard-module___0c2tG__feature{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:1rem;line-height:1.5;display:flex}.PricingCard-module___0c2tG__checkIcon{color:var(--accent-green);flex-shrink:0;margin-top:3px}.PricingCard-module___0c2tG__subscribeButton{border-radius:var(--radius);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;width:100%;padding:16px;font-size:.95rem;font-weight:600;transition:all .15s}.PricingCard-module___0c2tG__subscribeButton.PricingCard-module___0c2tG__primary{background:var(--gradient-hero);color:#fff;border:none}.PricingCard-module___0c2tG__subscribeButton.PricingCard-module___0c2tG__primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ef44444d}.PricingCard-module___0c2tG__subscribeButton.PricingCard-module___0c2tG__secondary{color:var(--text-primary);border:2px solid var(--border);background:0 0}.PricingCard-module___0c2tG__subscribeButton.PricingCard-module___0c2tG__secondary:hover{border-color:var(--tier-color,var(--accent-cyan));color:var(--tier-color,var(--accent-cyan))}.PricingCard-module___0c2tG__subscribeButton:active{transform:scale(.98)}@media (max-width:768px){.PricingCard-module___0c2tG__card{padding:28px}.PricingCard-module___0c2tG__price{font-size:2.5rem}.PricingCard-module___0c2tG__features{gap:14px}}
.GatedPricingSidebar-module__ozRjgq__sidebar{height:fit-content;position:sticky;top:100px}.GatedPricingSidebar-module__ozRjgq__sidebarSticky{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.GatedPricingSidebar-module__ozRjgq__sidebarSticky h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:1.4rem;font-weight:600}.GatedPricingSidebar-module__ozRjgq__pricingCards{flex-direction:column;gap:32px;display:flex}
.Navbar-module__cJzEcG__navbar{z-index:100;background:0 0;border-bottom:1px solid #0000;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--bg-primary);border-bottom:1px solid var(--border);padding:12px 0;box-shadow:0 4px 30px #0006}.Navbar-module__cJzEcG__container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:0 0 0 24px;display:flex}.Navbar-module__cJzEcG__logo{-webkit-user-select:none;user-select:none;cursor:pointer;font-size:1.5rem;font-weight:600;font-family:var(--font-body);align-items:center;gap:10px;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--accent);transition:transform .8s cubic-bezier(.34,1.56,.64,1)}.Navbar-module__cJzEcG__logoText{letter-spacing:-.02em}.Navbar-module__cJzEcG__logoAccent{color:var(--accent);text-shadow:var(--glow-pink)}.Navbar-module__cJzEcG__spin .Navbar-module__cJzEcG__logoIcon{color:var(--accent-cyan);transform:rotate(360deg)scale(1.3)}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:32px;margin-left:auto;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--accent);width:0;height:2px;box-shadow:var(--glow-pink);transition:width .2s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__authButton{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.Navbar-module__cJzEcG__authButton:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.Navbar-module__cJzEcG__rightControls{align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__terminalToggle{color:#0f8;border-radius:var(--radius);cursor:pointer;font-family:var(--font-mono);background:#00ff880d;border:1px solid #0f83;align-items:center;gap:6px;padding:8px 12px;font-size:.85rem;font-weight:500;transition:all .25s;display:inline-flex;box-shadow:0 0 10px #00ff880d}.Navbar-module__cJzEcG__terminalToggle:hover{box-shadow:var(--glow-green);background:#00ff8826;border-color:#0f8;transform:translateY(-1px)}.Navbar-module__cJzEcG__terminalToggleActive{box-shadow:var(--glow-green);background:#0f83;border-color:#0f8}.Navbar-module__cJzEcG__mobileMenuButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:none}.Navbar-module__cJzEcG__mobileTerminalToggle{display:none!important}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-primary);z-index:101;flex-direction:column;gap:16px;padding:32px;display:none;position:fixed;inset:60px 0 0;overflow-y:auto}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__mobileNavLink{font-size:1.6rem;font-family:var(--font-display);letter-spacing:.05em;color:var(--text-secondary);border-bottom:1px solid var(--border-light);padding:12px 0}.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--text-primary);border-color:var(--accent)}.Navbar-module__cJzEcG__mobileAuthLink{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;text-align:center;margin-top:16px;padding:14px 20px;font-weight:600;text-decoration:none}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__mobileMenuButton{display:flex}.Navbar-module__cJzEcG__mobileTerminalToggle{display:inline-flex!important}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-light);margin-top:80px;padding:64px 0 32px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 24px}.Footer-module__S6Hkya__top{grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__S6Hkya__brand h3{margin-bottom:8px;font-size:1.1rem}.Footer-module__S6Hkya__brand p{color:var(--text-secondary);font-size:.9rem}.Footer-module__S6Hkya__links h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:16px;font-size:.85rem}.Footer-module__S6Hkya__links a{color:var(--text-secondary);padding:4px 0;font-size:.9rem;transition:color .15s;display:block}.Footer-module__S6Hkya__links a:hover{color:var(--text-primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:32px;display:flex}.Footer-module__S6Hkya__bottom p{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__socials a{color:var(--text-secondary);transition:color .15s}.Footer-module__S6Hkya__socials a:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__S6Hkya__brand{grid-column:span 2}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:16px}}
.MockStreamPlayer-module__6-RTYG__container{width:100%}.MockStreamPlayer-module__6-RTYG__playerWrapper{border-radius:var(--radius-lg);background:var(--bg-card);width:100%;box-shadow:var(--shadow);padding-top:56.25%;position:relative;overflow:hidden}.MockStreamPlayer-module__6-RTYG__player{width:100%;height:100%;position:absolute;top:0;left:0}.MockStreamPlayer-module__6-RTYG__hasStreamImage .MockStreamPlayer-module__6-RTYG__placeholder{background:var(--stream-image) center center no-repeat;background-size:cover;animation:20s ease-in-out infinite alternate MockStreamPlayer-module__6-RTYG__slowPan}@keyframes MockStreamPlayer-module__6-RTYG__slowPan{0%{background-position:30% 30%}to{background-position:70% 70%}}.MockStreamPlayer-module__6-RTYG__scanlines{pointer-events:none;z-index:6;opacity:.5;background:repeating-linear-gradient(0deg,#0000001a 0 1px,#0000 1px 3px);width:100%;height:100%;position:absolute;top:0;left:0}.MockStreamPlayer-module__6-RTYG__placeholder{background:repeating-linear-gradient(45deg, transparent, transparent 20px, #ffffff05 20px, #ffffff05 40px), radial-gradient(ellipse at 30% 20%, #ff2d7c26 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, #00d4ff26 0%, transparent 50%), var(--player-gradient,linear-gradient(135deg, #1a1a24 0%, #2d2d3d 100%));background-size:100% 100%;width:100%;height:100%;position:absolute;top:0;left:0}.MockStreamPlayer-module__6-RTYG__overlay{pointer-events:none;z-index:5;justify-content:space-between;align-items:flex-start;padding:16px;display:flex;position:absolute;top:0;left:0;right:0}.MockStreamPlayer-module__6-RTYG__liveBadge{color:#fff;font-family:var(--font-mono);letter-spacing:.05em;background:#ef4444;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:700;animation:2s infinite MockStreamPlayer-module__6-RTYG__pulse}.MockStreamPlayer-module__6-RTYG__privateBadge{background:#9333ea}.MockStreamPlayer-module__6-RTYG__privateOverlay{z-index:10;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.MockStreamPlayer-module__6-RTYG__privateText{font-family:var(--font-display);color:#9333ea;text-shadow:0 0 20px #9333ea80;font-size:1.5rem;font-weight:600}.MockStreamPlayer-module__6-RTYG__streamInfo{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.MockStreamPlayer-module__6-RTYG__viewerCount{font-family:var(--font-mono);color:var(--text-primary);background:#0009;border-radius:4px;padding:4px 8px;font-size:.75rem}.MockStreamPlayer-module__6-RTYG__streamTitle{font-family:var(--font-mono);color:var(--text-secondary);background:#0009;border-radius:4px;padding:4px 8px;font-size:.8rem}.MockStreamPlayer-module__6-RTYG__floatingEmoji{pointer-events:none;z-index:10;filter:drop-shadow(0 0 8px #ffffff80);font-size:2rem;animation:2s ease-out forwards MockStreamPlayer-module__6-RTYG__floatUp;position:absolute;bottom:60px}@keyframes MockStreamPlayer-module__6-RTYG__floatUp{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-100px)scale(.8)}}.MockStreamPlayer-module__6-RTYG__controls{z-index:10;gap:8px;display:flex;position:absolute;bottom:16px;right:16px}.MockStreamPlayer-module__6-RTYG__likeBtnWrapper{position:relative}.MockStreamPlayer-module__6-RTYG__emojiPicker{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:20;background:#000000e6;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:8px;padding:8px;display:grid;position:absolute;bottom:100%;right:0}.MockStreamPlayer-module__6-RTYG__emojiBtn{border-radius:var(--radius);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .2s;display:flex}.MockStreamPlayer-module__6-RTYG__emojiBtn:hover{background:#ffffff1a;transform:scale(1.2)}.MockStreamPlayer-module__6-RTYG__fullscreenBtn{border-radius:var(--radius);width:40px;height:40px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.MockStreamPlayer-module__6-RTYG__fullscreenBtn:hover{color:var(--player-color,var(--accent));background:#000c}.MockStreamPlayer-module__6-RTYG__likeBtn{border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-mono);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.MockStreamPlayer-module__6-RTYG__likeBtn:hover{color:#ff2d7c;background:#ff2d7c4d;transform:scale(1.05)}.MockStreamPlayer-module__6-RTYG__likeBtn:active{transform:scale(.95)}.MockStreamPlayer-module__6-RTYG__exitFullscreenBtn{width:44px;height:44px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.MockStreamPlayer-module__6-RTYG__exitFullscreenBtn:hover{color:#fff;background:#ef4444cc;transform:scale(1.1)}@keyframes MockStreamPlayer-module__6-RTYG__pulse{0%,to{opacity:1}50%{opacity:.7}}
.GDPRModal-module__qu5lpq__banner{z-index:99999;font-family:var(--font-mono), monospace;background:#1a1a24fa;border-top:2px solid #0f8;justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex;position:fixed;bottom:0;left:0;right:0}.GDPRModal-module__qu5lpq__content{flex:1}.GDPRModal-module__qu5lpq__title{color:#0f8;margin:0 0 4px;font-size:.9rem}.GDPRModal-module__qu5lpq__statement{color:#ccc;margin:0;font-size:.8rem;line-height:1.4}.GDPRModal-module__qu5lpq__buttons{flex-shrink:0;gap:12px;display:flex}.GDPRModal-module__qu5lpq__acceptButton{color:#000;cursor:pointer;background:#0f8;border:none;border-radius:4px;padding:8px 16px;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .2s}.GDPRModal-module__qu5lpq__acceptButton:hover{background:#00cc6a}.GDPRModal-module__qu5lpq__rejectButton{color:#ff6b6b;cursor:pointer;background:0 0;border:1px solid #ff6b6b;border-radius:4px;padding:8px 16px;font-family:inherit;font-size:.8rem;transition:all .2s}.GDPRModal-module__qu5lpq__rejectButton:hover{background:#ff6b6b1a}.GDPRModal-module__qu5lpq__disclaimer{color:#666;text-align:center;margin:4px 0 0;font-size:.7rem}
.SimulatedChat-module__YJEFSW__container{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;height:100%;min-height:300px;display:flex;overflow:hidden}.SimulatedChat-module__YJEFSW__containerFullscreen{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0003;border:1px solid #ffffff1a;width:380px;max-height:70vh}.SimulatedChat-module__YJEFSW__containerFullscreen .SimulatedChat-module__YJEFSW__header,.SimulatedChat-module__YJEFSW__containerFullscreen .SimulatedChat-module__YJEFSW__message{background:#0000004d}.SimulatedChat-module__YJEFSW__header{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--bg-card);border-bottom:1px solid var(--border-light);display:flex}.SimulatedChat-module__YJEFSW__liveIndicator{align-items:center;gap:var(--space-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--accent-pink);font-size:.75rem;font-weight:600;display:flex}.SimulatedChat-module__YJEFSW__liveDot{background:var(--accent-pink);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite SimulatedChat-module__YJEFSW__pulse-glow}@keyframes SimulatedChat-module__YJEFSW__pulse-glow{0%,to{opacity:.6;box-shadow:0 0 4px var(--accent-pink)}50%{opacity:1;box-shadow:0 0 12px var(--accent-pink)}}.SimulatedChat-module__YJEFSW__headerTitle{color:var(--text-secondary);font-size:.875rem;font-weight:500}.SimulatedChat-module__YJEFSW__messagesContainer{max-height:400px;padding:var(--space-md);gap:var(--space-sm);scroll-behavior:smooth;flex-direction:column;flex:1;display:flex;overflow-y:auto}.SimulatedChat-module__YJEFSW__messagesContainer::-webkit-scrollbar{width:6px}.SimulatedChat-module__YJEFSW__messagesContainer::-webkit-scrollbar-track{background:var(--bg-secondary)}.SimulatedChat-module__YJEFSW__messagesContainer::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.SimulatedChat-module__YJEFSW__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.SimulatedChat-module__YJEFSW__message{padding:var(--space-sm) var(--space-md);background:var(--bg-card);border-radius:var(--radius);border-left:3px solid var(--accent-pink);flex-direction:column;gap:2px;animation:.3s ease-out SimulatedChat-module__YJEFSW__slideIn;display:flex}@keyframes SimulatedChat-module__YJEFSW__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SimulatedChat-module__YJEFSW__messageFreeBSD{border-left-color:var(--accent-pink)}.SimulatedChat-module__YJEFSW__messageOpenBSD{border-left-color:var(--accent-cyan)}.SimulatedChat-module__YJEFSW__messageNetBSD{border-left-color:var(--accent-green)}.SimulatedChat-module__YJEFSW__messageGenericBSD{border-left-color:var(--accent-purple)}.SimulatedChat-module__YJEFSW__messageHeader{align-items:center;gap:var(--space-sm);display:flex}.SimulatedChat-module__YJEFSW__username{font-family:var(--font-mono);color:var(--text-primary);font-size:.8rem;font-weight:500}.SimulatedChat-module__YJEFSW__timestamp{color:var(--text-muted);font-size:.7rem}.SimulatedChat-module__YJEFSW__messageText{color:var(--text-secondary);word-wrap:break-word;font-size:.875rem;line-height:1.5}.SimulatedChat-module__YJEFSW__emptyState{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}
.TerminalDrawer-module__GAm5wW__drawer{z-index:99999;border-top:2px solid var(--accent);width:100vw;height:45vh;font-family:var(--font-mono), monospace;color:#0f8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#0a0a0ff2;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;transform:translateY(100%);box-shadow:0 -10px 40px #ff2d7c26}.TerminalDrawer-module__GAm5wW__open{transform:translateY(0)}.TerminalDrawer-module__GAm5wW__popout{border:none;border-radius:0;width:100vw;height:100vh}.TerminalDrawer-module__GAm5wW__header{border-bottom:1px solid var(--border);height:40px;color:var(--text-primary);-webkit-user-select:none;user-select:none;background-color:#1a1a24e6;justify-content:space-between;align-items:center;padding:0 16px;font-size:.85rem;display:flex}.TerminalDrawer-module__GAm5wW__headerButtons{align-items:center;gap:8px;display:flex}.TerminalDrawer-module__GAm5wW__title{letter-spacing:.05em;align-items:center;gap:8px;font-weight:500;display:flex}.TerminalDrawer-module__GAm5wW__titleIcon{color:#0f8}.TerminalDrawer-module__GAm5wW__closeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px 8px;font-size:1.2rem;transition:color .2s;display:flex}.TerminalDrawer-module__GAm5wW__closeButton:hover{color:var(--accent)}.TerminalDrawer-module__GAm5wW__body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px;font-size:.95rem;display:flex;overflow-y:auto}.TerminalDrawer-module__GAm5wW__body::-webkit-scrollbar{width:8px}.TerminalDrawer-module__GAm5wW__body::-webkit-scrollbar-track{background:#0000001a}.TerminalDrawer-module__GAm5wW__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.TerminalDrawer-module__GAm5wW__body::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.TerminalDrawer-module__GAm5wW__welcome{color:var(--text-secondary);margin-bottom:16px;line-height:1.5}.TerminalDrawer-module__GAm5wW__welcomeAccent{color:#ff2d7c;font-weight:700}.TerminalDrawer-module__GAm5wW__logEntry{word-break:break-word;flex-direction:column;gap:4px;display:flex}.TerminalDrawer-module__GAm5wW__commandRow{color:#f0f0f5;align-items:center;gap:8px;display:flex}.TerminalDrawer-module__GAm5wW__commandPrompt{color:#ff2d7c;font-weight:700}.TerminalDrawer-module__GAm5wW__output{white-space:pre-wrap;color:#0f8;line-height:1.5}.TerminalDrawer-module__GAm5wW__form{border-top:1px solid var(--border-light);align-items:center;gap:8px;margin-top:auto;padding-top:12px;display:flex}.TerminalDrawer-module__GAm5wW__prompt{color:#ff2d7c;-webkit-user-select:none;user-select:none;font-weight:700}.TerminalDrawer-module__GAm5wW__input{color:#0f8;font-family:var(--font-mono), monospace;background:0 0;border:none;outline:none;flex:1;font-size:.95rem}@media (max-width:768px){.TerminalDrawer-module__GAm5wW__drawer{height:55vh}}.TerminalDrawer-module__GAm5wW__completions{border:1px solid var(--border);background:#1a1a24f2;border-radius:4px;flex-wrap:wrap;gap:8px;margin-top:8px;padding:8px 12px;display:flex}.TerminalDrawer-module__GAm5wW__completionOption{border:1px solid var(--border);color:#0f8;font-family:var(--font-mono), monospace;cursor:pointer;background:0 0;border-radius:3px;padding:4px 8px;font-size:.85rem;transition:all .15s}.TerminalDrawer-module__GAm5wW__completionOption:hover{background:#00ff881a;border-color:#0f8}.TerminalDrawer-module__GAm5wW__completionHint{color:var(--text-muted);font-family:var(--font-mono), monospace;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.75rem;font-style:italic}.TerminalDrawer-module__GAm5wW__popoutHeader{z-index:10;position:absolute;top:8px;right:8px}.TerminalDrawer-module__GAm5wW__popoutButton{color:#0f8;font-size:.75rem;font-family:var(--font-mono), monospace;cursor:pointer;background:#00ff881a;border:1px solid #00ff884d;border-radius:4px;align-items:center;gap:6px;padding:4px 12px;transition:all .2s;display:flex}.TerminalDrawer-module__GAm5wW__popoutButton:hover{background:#0f83;border-color:#0f8}.TerminalDrawer-module__GAm5wW__manButton{color:#0f8;font-size:.75rem;font-family:var(--font-mono), monospace;cursor:pointer;background:#00ff881a;border:1px solid #00ff884d;border-radius:4px;align-items:center;gap:6px;padding:4px 12px;transition:all .2s;display:flex}.TerminalDrawer-module__GAm5wW__manButton:hover{background:#0f83;border-color:#0f8}
.page-module__Ehi68W__container{background-color:#0a0a0a;min-height:100vh}
.page-module__NfDiEG__page{min-height:100vh;padding-top:70px}.page-module__NfDiEG__hero{text-align:center;background:radial-gradient(at top,#a855f726 0%,#0000 60%);padding:100px 0 80px}.page-module__NfDiEG__container{max-width:1280px;padding:0 var(--space-lg);margin:0 auto}.page-module__NfDiEG__hero h1{margin-bottom:var(--space-lg)}.page-module__NfDiEG__subtitle{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.page-module__NfDiEG__section{padding:var(--space-4xl) 0}.page-module__NfDiEG__darkSection{background:var(--bg-secondary)}.page-module__NfDiEG__section h2{text-align:center;margin-bottom:var(--space-md)}.page-module__NfDiEG__sectionSubtitle{text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto var(--space-3xl);font-size:1.1rem}.page-module__NfDiEG__storyGrid{gap:var(--space-3xl);grid-template-columns:2fr 1fr;align-items:start;display:grid}.page-module__NfDiEG__storyContent p{color:var(--text-muted);margin-bottom:var(--space-lg);line-height:1.8}.page-module__NfDiEG__storyContent p em{color:var(--accent-cyan);font-style:normal}.page-module__NfDiEG__storyStats{gap:var(--space-lg);background:var(--bg-card);padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid #ffffff0d;grid-template-columns:repeat(2,1fr);display:grid}.page-module__NfDiEG__storyStat{text-align:center;padding:var(--space-md)}.page-module__NfDiEG__storyStatNumber{font-family:var(--font-display);background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;display:block}.page-module__NfDiEG__storyStatLabel{color:var(--text-muted);font-size:.85rem}.page-module__NfDiEG__valuesGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.page-module__NfDiEG__valueCard{background:var(--bg-card);padding:var(--space-xl);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);border:1px solid #ffffff0d}.page-module__NfDiEG__valueCard:hover{border-color:var(--accent-pink);transform:translateY(-4px)}.page-module__NfDiEG__valueIcon{width:56px;height:56px;margin:0 auto var(--space-md);color:var(--accent-pink);background:#ff2d7c1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__NfDiEG__valueCard h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-sm);font-size:1.25rem}.page-module__NfDiEG__valueCard p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.page-module__NfDiEG__teamGrid{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.page-module__NfDiEG__teamCard{padding:var(--space-xl);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a}.page-module__NfDiEG__teamCard:hover{border-color:var(--member-color,var(--accent-pink));box-shadow:0 12px 35px #0009, 0 0 20px var(--member-color);transform:translateY(-6px)}.page-module__NfDiEG__teamAvatar{border:2px solid var(--member-color,var(--accent-pink));width:90px;height:90px;margin:0 auto var(--space-md);box-shadow:0 4px 15px #0000004d, 0 0 10px var(--member-color);color:var(--text-primary);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:3rem;transition:all .25s;display:flex;overflow:hidden}.page-module__NfDiEG__teamCard:hover .page-module__NfDiEG__teamAvatar{box-shadow:0 6px 20px #00000080, 0 0 15px var(--member-color);transform:scale(1.08)rotate(5deg)}.page-module__NfDiEG__avatarImg{object-fit:contain;width:90%;height:90%}.page-module__NfDiEG__teamCard h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1.25rem}.page-module__NfDiEG__teamRole{color:var(--member-color,var(--accent-cyan));margin-bottom:var(--space-md);font-size:.9rem}.page-module__NfDiEG__teamBio{color:var(--text-muted);font-size:.9rem;line-height:1.6}.page-module__NfDiEG__jobsGrid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.page-module__NfDiEG__jobCard{background:var(--bg-card);padding:var(--space-xl);border-radius:var(--radius-lg);border:1px solid #ffffff0d}.page-module__NfDiEG__jobCard h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1.25rem}.page-module__NfDiEG__jobType{color:var(--accent-green);margin-bottom:var(--space-md);font-size:.85rem}.page-module__NfDiEG__jobCard p{color:var(--text-muted);margin-bottom:var(--space-lg);font-size:.9rem;line-height:1.6}.page-module__NfDiEG__ctaSection{padding:var(--space-4xl) 0;text-align:center;background:radial-gradient(#ff2d7c26 0%,#0000 60%)}.page-module__NfDiEG__ctaSection h2{margin-bottom:var(--space-md)}.page-module__NfDiEG__ctaSection p{color:var(--text-muted);max-width:500px;margin:0 auto var(--space-xl);font-size:1.1rem}.page-module__NfDiEG__roastSection{background:linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-secondary) 100%)}.page-module__NfDiEG__roastSection h2{margin-bottom:var(--space-md);font-size:3rem}.page-module__NfDiEG__whyGrid{gap:var(--space-lg);margin-bottom:var(--space-3xl);grid-template-columns:repeat(3,1fr);display:grid}.page-module__NfDiEG__whyCard{background:var(--bg-card);padding:var(--space-xl);border-radius:var(--radius-lg);transition:all var(--transition-base);border:1px solid #ffffff0d}.page-module__NfDiEG__whyCard:hover{border-color:var(--accent-pink);transform:translateY(-4px);box-shadow:0 8px 30px #0006}.page-module__NfDiEG__whyCard h3{font-family:var(--font-display);color:var(--accent-cyan);margin-bottom:var(--space-sm);font-size:1.25rem}.page-module__NfDiEG__whyCard p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.page-module__NfDiEG__linuxRoast{border-radius:var(--radius-lg);padding:var(--space-xl);text-align:center;background:linear-gradient(135deg,#ff2d7c1a 0%,#ef44441a 100%);border:1px solid #ff2d7c33}.page-module__NfDiEG__linuxRoast p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.page-module__NfDiEG__roastEmoji{margin-right:8px;font-size:1.5rem}.page-module__NfDiEG__stepUnixSection{background:var(--bg-secondary);position:relative;overflow:hidden}.page-module__NfDiEG__stepUnixSection:before{content:"";pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 10px,#ffffff03 10px 20px);position:absolute;inset:0}.page-module__NfDiEG__skullIcon{color:var(--text-muted);vertical-align:middle;margin-right:8px}.page-module__NfDiEG__stepUnixGrid{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:repeat(5,1fr);display:grid}.page-module__NfDiEG__stepUnixCard{background:var(--bg-card);padding:var(--space-lg);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-base);border:1px solid #ffffff0d}.page-module__NfDiEG__stepUnixCard:hover{border-color:var(--member-color);transform:translateY(-4px);box-shadow:0 8px 25px #0006}.page-module__NfDiEG__stepUnixNote{text-align:center;color:var(--text-muted);margin-top:var(--space-xl);font-size:.85rem;font-style:italic}.page-module__NfDiEG__stepUnixNote em{color:var(--accent-pink)}.page-module__NfDiEG__careersSection{background:var(--bg-primary)}.page-module__NfDiEG__jobCard button{cursor:pointer;transition:all .2s}.page-module__NfDiEG__jobCard button:hover{transform:translateY(-2px)}.page-module__NfDiEG__avatarEmoji{font-size:3rem;line-height:1}@media (max-width:1024px){.page-module__NfDiEG__storyGrid{grid-template-columns:1fr}.page-module__NfDiEG__valuesGrid{grid-template-columns:repeat(2,1fr)}.page-module__NfDiEG__jobsGrid{grid-template-columns:1fr}.page-module__NfDiEG__whyGrid{grid-template-columns:repeat(2,1fr)}.page-module__NfDiEG__stepUnixGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.page-module__NfDiEG__valuesGrid,.page-module__NfDiEG__teamGrid,.page-module__NfDiEG__whyGrid{grid-template-columns:1fr}.page-module__NfDiEG__stepUnixGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module__NfDiEG__stepUnixGrid{grid-template-columns:1fr}}
.profile-module__5FeCNW__page{min-height:100vh;padding-top:100px;padding-bottom:60px}.profile-module__5FeCNW__container{max-width:800px;margin:0 auto;padding:0 24px}.profile-module__5FeCNW__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.profile-module__5FeCNW__header h1{font-family:var(--font-display);background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.profile-module__5FeCNW__logoutButton{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;background:0 0;padding:10px 20px;font-size:.9rem;transition:all .2s}.profile-module__5FeCNW__logoutButton:hover{border-color:var(--accent-pink);color:var(--accent-pink)}.profile-module__5FeCNW__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px;padding:32px}.profile-module__5FeCNW__section h2{color:var(--text-primary);margin-bottom:24px;font-size:1.25rem}.profile-module__5FeCNW__accountInfo{gap:32px;display:flex}.profile-module__5FeCNW__avatarSection{flex-direction:column;align-items:center;gap:16px;display:flex}.profile-module__5FeCNW__avatarPreview{border:3px solid var(--accent);border-radius:50%;width:100px;height:100px;overflow:hidden}.profile-module__5FeCNW__avatarPreview img{object-fit:cover;width:100%;height:100%}.profile-module__5FeCNW__changeAvatar{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;padding:8px 16px;font-size:.85rem;transition:all .2s}.profile-module__5FeCNW__changeAvatar:hover{border-color:var(--accent);color:var(--accent)}.profile-module__5FeCNW__avatarEdit{flex-direction:column;gap:8px;width:100%;display:flex}.profile-module__5FeCNW__avatarEdit input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);padding:8px 12px;font-size:.85rem}.profile-module__5FeCNW__avatarEdit button{border-radius:var(--radius);cursor:pointer;padding:8px 12px;font-size:.85rem}.profile-module__5FeCNW__avatarEdit button:first-of-type{background:var(--accent);color:#fff;border:none}.profile-module__5FeCNW__avatarEdit button:last-of-type{border:1px solid var(--border);color:var(--text-secondary);background:0 0}.profile-module__5FeCNW__details{flex-direction:column;flex:1;gap:16px;display:flex}.profile-module__5FeCNW__detailRow{border-bottom:1px solid var(--border-light);justify-content:space-between;padding-bottom:12px;display:flex}.profile-module__5FeCNW__detailRow:last-child{border-bottom:none}.profile-module__5FeCNW__label{color:var(--text-muted);font-size:.9rem}.profile-module__5FeCNW__value{color:var(--text-primary);font-weight:500}.profile-module__5FeCNW__emptyState{text-align:center;color:var(--text-muted);padding:40px 20px}.profile-module__5FeCNW__emptyState p{margin-bottom:16px}.profile-module__5FeCNW__browseLink{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;padding:12px 24px;font-weight:500;text-decoration:none;display:inline-block}.profile-module__5FeCNW__subscriptionList{flex-direction:column;gap:16px;display:flex}.profile-module__5FeCNW__subscriptionCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:20px;display:flex}.profile-module__5FeCNW__subInfo h3{margin-bottom:4px;font-size:1.1rem}.profile-module__5FeCNW__tierName{color:var(--accent);font-size:.9rem}.profile-module__5FeCNW__price{color:var(--text-muted);font-size:.85rem}.profile-module__5FeCNW__unsubscribeButton{border:1px solid var(--accent-pink);border-radius:var(--radius);color:var(--accent-pink);cursor:pointer;background:0 0;padding:10px 16px;font-size:.85rem;transition:all .2s}.profile-module__5FeCNW__unsubscribeButton:hover{background:#ff2d7c1a}.profile-module__5FeCNW__paymentList{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.profile-module__5FeCNW__paymentCard{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:16px;padding:16px 20px;display:flex}.profile-module__5FeCNW__cardIcon{font-size:1.5rem}.profile-module__5FeCNW__cardInfo{flex-direction:column;flex:1;gap:4px;display:flex}.profile-module__5FeCNW__cardType{color:var(--text-primary);font-weight:600}.profile-module__5FeCNW__cardNumber{color:var(--text-secondary);font-size:.9rem;font-family:var(--font-mono)}.profile-module__5FeCNW__cardExpiry{color:var(--text-muted);font-size:.8rem}.profile-module__5FeCNW__removeCardButton{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;padding:8px 12px;font-size:.8rem;transition:all .2s}.profile-module__5FeCNW__removeCardButton:hover{border-color:var(--accent-pink);color:var(--accent-pink)}.profile-module__5FeCNW__addCardButton{border:2px dashed var(--border);border-radius:var(--radius);width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;padding:14px;font-size:.95rem;transition:all .2s}.profile-module__5FeCNW__addCardButton:hover{border-color:var(--accent);color:var(--accent)}.profile-module__5FeCNW__addCardForm{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);margin-top:20px;padding:24px}.profile-module__5FeCNW__addCardForm h3{color:var(--text-primary);margin-bottom:20px;font-size:1rem}.profile-module__5FeCNW__field{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.profile-module__5FeCNW__field label{color:var(--text-secondary);font-size:.9rem}.profile-module__5FeCNW__field input{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:.95rem;font-family:var(--font-body);padding:12px 14px}.profile-module__5FeCNW__field input:focus{border-color:var(--accent);outline:none}.profile-module__5FeCNW__fieldRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-module__5FeCNW__addCardButtons{gap:12px;margin-top:20px;display:flex}.profile-module__5FeCNW__saveCardButton{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;flex:1;padding:12px 20px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__saveCardButton:hover{transform:translateY(-1px)}.profile-module__5FeCNW__cancelButton{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);cursor:pointer;background:0 0;padding:12px 20px;transition:all .2s}.profile-module__5FeCNW__cancelButton:hover{border-color:var(--accent);color:var(--accent)}.profile-module__5FeCNW__cardTypeIndicator{background:var(--surface-2);color:var(--text-secondary);border-radius:4px;align-items:center;gap:8px;margin-top:8px;padding:4px 10px;font-size:.85rem;display:inline-flex}.profile-module__5FeCNW__cardLogo{width:auto;height:24px}.profile-module__5FeCNW__cardLogoSmall{width:auto;height:28px}.profile-module__5FeCNW__mockNotice{color:var(--text-primary);border-radius:var(--radius);background:#00ff880d;border:1px dashed #0f83;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:.85rem;display:flex}.profile-module__5FeCNW__subLink{color:inherit;text-decoration:none}.profile-module__5FeCNW__manageButton{background:var(--gradient-hero);border-radius:var(--radius);color:#fff;cursor:pointer;border:none;padding:10px 20px;font-weight:600;transition:all .2s}.profile-module__5FeCNW__manageButton:hover{transform:translateY(-1px);box-shadow:0 4px 15px #a855f759}.profile-module__5FeCNW__subLink:hover h3{color:var(--accent)}.profile-module__5FeCNW__subLink h3{transition:color .2s}@media (max-width:600px){.profile-module__5FeCNW__accountInfo{flex-direction:column;align-items:center}.profile-module__5FeCNW__details{width:100%}}
.page-module__7N_X2W__page{background-image:radial-gradient(circle at 50% 20%,#ff2d7c26 0%,#0000 50%),radial-gradient(circle at 20% 70%,#00d4ff1a 0%,#0000 40%);min-height:100vh;padding:120px 0 60px;position:relative}.page-module__7N_X2W__container{max-width:1100px;margin:0 auto;padding:0 24px}.page-module__7N_X2W__header{text-align:center;margin-bottom:48px}.page-module__7N_X2W__badge{border:1px dashed var(--accent-orange);color:var(--accent-orange);font-family:var(--font-mono);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.15em;box-shadow:var(--glow-orange);background:#ff6b351a;margin-bottom:16px;padding:6px 12px;font-size:.8rem;font-weight:600;animation:2s infinite page-module__7N_X2W__pulse;display:inline-block}.page-module__7N_X2W__title{margin-bottom:16px;font-size:clamp(2.5rem,6vw,4.5rem)}.page-module__7N_X2W__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__7N_X2W__layout{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.page-module__7N_X2W__mascotContainer{border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:0 20px 50px #000c, var(--glow-pink);aspect-ratio:1;position:relative;overflow:hidden}.page-module__7N_X2W__mascotImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__7N_X2W__mascotContainer:hover .page-module__7N_X2W__mascotImage{transform:scale(1.03)}.page-module__7N_X2W__mascotOverlay{text-align:center;background:linear-gradient(#0000,#0a0a0ff2);padding:24px;position:absolute;bottom:0;left:0;right:0}.page-module__7N_X2W__mascotName{font-family:var(--font-display);color:#f0f0f5;letter-spacing:.05em;text-shadow:0 0 10px #ff2d7ccc;font-size:2.2rem}.page-module__7N_X2W__mascotRole{color:var(--accent-pink);font-family:var(--font-mono);margin-top:4px;font-size:.9rem}.page-module__7N_X2W__panel{border:1px solid var(--border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#12121ab3;padding:32px;box-shadow:0 20px 40px #0006}.page-module__7N_X2W__sectionTitle{font-family:var(--font-display);color:#f0f0f5;border-bottom:1px solid var(--border);letter-spacing:.05em;margin-bottom:24px;padding-bottom:8px;font-size:2rem}.page-module__7N_X2W__buttonGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px;display:grid}.page-module__7N_X2W__panicBtn{color:#fff;box-shadow:var(--glow-pink);background:linear-gradient(135deg,#ff2d7c 0%,#ff6b35 100%)}.page-module__7N_X2W__panicBtn:hover{transform:translateY(-2px);box-shadow:0 0 25px #ff2d7c80}.page-module__7N_X2W__matrixBtn{color:#05160e;box-shadow:var(--glow-green);background:linear-gradient(135deg,#0f8 0%,#00d4ff 100%)}.page-module__7N_X2W__matrixBtn:hover{transform:translateY(-2px);box-shadow:0 0 25px #00ff8880}.page-module__7N_X2W__terminalOutput{border:1px solid var(--border-light);border-radius:var(--radius);font-family:var(--font-mono);color:var(--accent-green);background:#0a0a0fe6;height:250px;padding:16px;font-size:.85rem;line-height:1.5;overflow-y:auto;box-shadow:inset 0 0 10px #000c}.page-module__7N_X2W__logLine{margin-bottom:6px}.page-module__7N_X2W__cmdText{color:#ff2d7c;font-weight:700}.page-module__7N_X2W__greenText{color:#0f8}.page-module__7N_X2W__orangeText{color:#ff6b35}@keyframes page-module__7N_X2W__pulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width:768px){.page-module__7N_X2W__layout{grid-template-columns:1fr}.page-module__7N_X2W__page{padding:100px 0 40px}}
.LiveStreamSection-module__EFnMHW__section{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid #ffffff1a;margin-bottom:48px;overflow:hidden}.LiveStreamSection-module__EFnMHW__containerFullscreen{z-index:9998;background:var(--bg-primary);border-radius:0;width:100vw;height:100vh;margin-bottom:0;position:fixed;top:0;left:0}.LiveStreamSection-module__EFnMHW__containerFullscreen .LiveStreamSection-module__EFnMHW__header{display:none}.LiveStreamSection-module__EFnMHW__containerFullscreen .LiveStreamSection-module__EFnMHW__container{width:100%;height:100%;display:block;position:relative}.LiveStreamSection-module__EFnMHW__containerFullscreen .LiveStreamSection-module__EFnMHW__playerWrapper{border-right:none;width:100%;height:100%}.LiveStreamSection-module__EFnMHW__containerFullscreen .LiveStreamSection-module__EFnMHW__chatWrapper{z-index:9999;border-radius:var(--radius-lg);width:380px;min-height:auto;max-height:calc(50vh - 40px);position:absolute;top:50%;right:20px;overflow:hidden;transform:translateY(-50%);box-shadow:0 8px 32px #0006}.LiveStreamSection-module__EFnMHW__header{background:#ffffff08;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;padding:16px 20px;display:flex}.LiveStreamSection-module__EFnMHW__title{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem}.LiveStreamSection-module__EFnMHW__chatToggleBtn{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;margin-left:auto;transition:all .2s;display:flex}.LiveStreamSection-module__EFnMHW__chatToggleBtn:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border)}.LiveStreamSection-module__EFnMHW__container{grid-template-columns:1fr 380px;gap:0;min-height:400px;display:grid;position:relative}.LiveStreamSection-module__EFnMHW__playerWrapper{border-right:1px solid #ffffff0d}.LiveStreamSection-module__EFnMHW__chatWrapper{flex-direction:column;height:100%;min-height:400px;display:flex}.LiveStreamSection-module__EFnMHW__chatWrapperHidden{display:none}@media (max-width:1024px){.LiveStreamSection-module__EFnMHW__container{grid-template-columns:1fr}.LiveStreamSection-module__EFnMHW__playerWrapper{border-bottom:1px solid #ffffff0d;border-right:none}.LiveStreamSection-module__EFnMHW__chatWrapper{min-height:300px}.LiveStreamSection-module__EFnMHW__containerFullscreen .LiveStreamSection-module__EFnMHW__chatWrapper{width:320px;right:10px}}
