.dashboard-module__XABe8G__container{background:var(--background);min-height:100vh;padding-top:0;position:relative;overflow-x:hidden}.dashboard-module__XABe8G__container:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at top,#16a34a0d 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-module__XABe8G__contentWrapper{z-index:1;padding-top:80px;position:relative}.dashboard-module__XABe8G__main{max-width:1400px;margin:0 auto;padding:1rem 2.5rem 2rem}.dashboard-module__XABe8G__header{margin-bottom:2rem}.dashboard-module__XABe8G__welcome{color:var(--text-main);letter-spacing:-.02em;margin-top:0;margin-bottom:.5rem;font-size:2rem;font-weight:800}.dashboard-module__XABe8G__welcome span{background:linear-gradient(135deg,var(--primary)0%,var(--accent-cyan)100%);-webkit-text-fill-color:transparent;text-shadow:0 0 20px #16a34a4d;-webkit-background-clip:text;background-clip:text}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.dashboard-module__XABe8G__statCard{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0003}.dashboard-module__XABe8G__statCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 20px -5px #0000004d,0 0 15px #16a34a1a}.dashboard-module__XABe8G__statHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dashboard-module__XABe8G__statIconWrapper{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.dashboard-module__XABe8G__statLabel{color:var(--text-secondary);font-size:.9rem;font-weight:600}.dashboard-module__XABe8G__statValue{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.875rem;font-weight:800}.dashboard-module__XABe8G__statTrend{align-items:center;gap:.35rem;padding:.25rem 0;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__XABe8G__chartContainer{background:var(--surface);border:1px solid var(--border);border-radius:20px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0003}.dashboard-module__XABe8G__chartTitle{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.25rem;font-weight:700;display:flex}.dashboard-module__XABe8G__mockChart{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:1.5rem;height:320px;padding-top:2rem;display:flex}.dashboard-module__XABe8G__barCol{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.75rem;height:100%;display:flex}.dashboard-module__XABe8G__bar{background:linear-gradient(180deg,var(--primary)0%,#16a34a66 100%);opacity:.85;border-radius:6px 6px 0 0;width:100%;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 0 10px #16a34a33}.dashboard-module__XABe8G__bar:hover{opacity:1;transform-origin:bottom;transform:scaleY(1.05);box-shadow:0 0 20px #16a34a80}.dashboard-module__XABe8G__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.dashboard-module__XABe8G__videosSection{margin-top:3rem}.dashboard-module__XABe8G__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__XABe8G__sectionTitle{color:var(--text-main);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.dashboard-module__XABe8G__sectionTitle:before{content:"";background:var(--primary);width:6px;height:24px;box-shadow:0 0 10px var(--primary-glow);border-radius:4px;display:block}.dashboard-module__XABe8G__viewAll{color:var(--primary);background:#16a34a1a;border:1px solid #16a34a33;border-radius:100px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__XABe8G__viewAll:hover{color:#4ade80;background:#16a34a33;transform:translate(4px);box-shadow:0 0 15px #16a34a33}.dashboard-module__XABe8G__videoGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.dashboard-module__XABe8G__videoCard{background:var(--surface);border:1px solid var(--border);cursor:pointer;isolation:isolate;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0003}.dashboard-module__XABe8G__videoCard:hover{border-color:var(--primary);transform:translateY(-8px)scale(1.01);box-shadow:0 20px 25px -5px #0006,0 0 15px #16a34a33}.dashboard-module__XABe8G__thumbnailWrapper{background:#1e293b;padding-top:56.25%;position:relative;overflow:hidden}.dashboard-module__XABe8G__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.dashboard-module__XABe8G__videoCard:hover .dashboard-module__XABe8G__thumbnail{transform:scale(1.1)}.dashboard-module__XABe8G__thumbnailOverlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;background:#05050599;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.dashboard-module__XABe8G__videoCard:hover .dashboard-module__XABe8G__thumbnailOverlay{opacity:1}.dashboard-module__XABe8G__overlayBtn{color:#000;background:var(--primary);box-shadow:0 0 15px var(--primary-glow);border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;transform:translateY(20px)}.dashboard-module__XABe8G__videoCard:hover .dashboard-module__XABe8G__overlayBtn{transform:translateY(0)}.dashboard-module__XABe8G__duration{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3;background:#000c;border:1px solid #ffffff1a;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;bottom:12px;right:12px;box-shadow:0 2px 4px #00000080}.dashboard-module__XABe8G__videoInfo{background:var(--surface);z-index:4;padding:1.5rem;position:relative}.dashboard-module__XABe8G__videoTitle{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:1.1rem;font-weight:800;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.dashboard-module__XABe8G__videoCard:hover .dashboard-module__XABe8G__videoTitle{color:var(--primary)}.dashboard-module__XABe8G__videoMeta{color:var(--text-secondary);border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;font-size:.85rem;display:flex}.dashboard-module__XABe8G__statusTag{letter-spacing:.02em;border-radius:100px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.dashboard-module__XABe8G__statusAnalyzed{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.dashboard-module__XABe8G__statusProcessing{color:#3b82f6;background:#2563eb1a;border:1px solid #2563eb33}@keyframes dashboard-module__XABe8G__pulse-ring{0%{transform:scale(.8);box-shadow:0 0 #2563ebb3}70%{transform:scale(1);box-shadow:0 0 0 6px #2563eb00}to{transform:scale(.8);box-shadow:0 0 #2563eb00}}.dashboard-module__XABe8G__statusProcessing:before{content:"";background:#3b82f6;border-radius:50%;width:6px;height:6px;margin-right:2px;animation:2s infinite dashboard-module__XABe8G__pulse-ring;display:inline-block}@media (max-width:1024px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-module__XABe8G__container{padding-top:0}.dashboard-module__XABe8G__main{width:100%;max-width:100%;margin:0;padding:1.5rem}.dashboard-module__XABe8G__statsGrid{grid-template-columns:1fr;gap:1rem}.dashboard-module__XABe8G__statCard{padding:1.25rem}.dashboard-module__XABe8G__chartContainer{padding:1.5rem}.dashboard-module__XABe8G__videoGrid{grid-template-columns:1fr}.dashboard-module__XABe8G__header{margin-bottom:1.5rem}.dashboard-module__XABe8G__welcome{font-size:1.75rem}}
.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#050505b3;border-bottom:1px solid #ffffff0d;height:80px;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileOverlay.Navbar-module__cJzEcG__show{display:block}.Navbar-module__cJzEcG__content{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__leftSection{align-items:center;display:flex}.Navbar-module__cJzEcG__centerSection{position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__rightSection{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:3rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__systemCore{border:1px solid var(--border-glow);cursor:pointer;background:#0009;border-radius:99px;align-items:center;gap:12px;padding:8px 20px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00000080}.Navbar-module__cJzEcG__systemCore:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-glow),transparent);pointer-events:none;opacity:.3;width:60%;height:100%;animation:4s linear infinite Navbar-module__cJzEcG__scanSweep;position:absolute;top:0;left:-100%;transform:skew(-25deg)}@keyframes Navbar-module__cJzEcG__scanSweep{0%{left:-100%}20%{left:200%}to{left:200%}}.Navbar-module__cJzEcG__systemCore:hover{border-color:var(--primary);box-shadow:0 0 25px var(--primary-glow),inset 0 0 10px #ffffff0d;background:#ffffff0d;transform:scale(1.05)}.Navbar-module__cJzEcG__corePulse{background:var(--primary);width:8px;height:8px;box-shadow:0 0 10px var(--primary);border-radius:50%;position:relative}.Navbar-module__cJzEcG__corePulse:after{content:"";border:1px solid var(--primary);opacity:0;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(0,.2,.8,1) infinite Navbar-module__cJzEcG__ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Navbar-module__cJzEcG__ripple{0%{opacity:.8;border-width:2px;width:100%;height:100%}to{opacity:0;border-width:0;width:400%;height:400%}}.Navbar-module__cJzEcG__coreText{color:#a1a1aa;letter-spacing:.1em;text-transform:uppercase;z-index:1;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex;position:relative}.Navbar-module__cJzEcG__coreText span{color:#fff;text-shadow:0 0 10px var(--primary-glow);font-weight:700;transition:all .3s}.Navbar-module__cJzEcG__systemCore:hover .Navbar-module__cJzEcG__coreText span{color:var(--primary);text-shadow:0 0 15px var(--primary)}.Navbar-module__cJzEcG__authButtons{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__signInBtn{color:var(--text-main);font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__signInBtn:hover{color:var(--primary);text-shadow:0 0 10px var(--primary-glow)}.Navbar-module__cJzEcG__getStartedBtn{background:var(--primary);color:#000;box-shadow:0 0 15px var(--primary-glow);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s}.Navbar-module__cJzEcG__getStartedBtn:hover{box-shadow:0 0 25px var(--primary-glow);background:#fff;transform:translateY(-2px)}.Navbar-module__cJzEcG__userPill{color:#fff;border:1px solid var(--border);background:#ffffff0d;border-radius:99px;align-items:center;gap:.75rem;padding:.5rem 1.25rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__userPill:hover{border-color:var(--primary);box-shadow:0 0 15px var(--primary-glow)}.Navbar-module__cJzEcG__logout{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;transition:color .2s}.Navbar-module__cJzEcG__logout:hover{color:var(--accent-pink);text-shadow:0 0 10px #ff00ff80}.Navbar-module__cJzEcG__mobileCloseItem,.Navbar-module__cJzEcG__mobileNavItem{display:none}.Navbar-module__cJzEcG__mobileToggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.Navbar-module__cJzEcG__dropdownContainer{cursor:pointer;position:relative}.Navbar-module__cJzEcG__dropdownTrigger{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__dropdownTrigger:hover{color:var(--primary)}.Navbar-module__cJzEcG__dropdownMenu{border:1px solid var(--border-glow);background:#0a0a0a;border-radius:12px;flex-direction:column;gap:.5rem;min-width:200px;padding:1rem;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.Navbar-module__cJzEcG__dropdownMenu a{color:var(--text-secondary);border-radius:8px;padding:.75rem 1rem;transition:all .2s}.Navbar-module__cJzEcG__dropdownMenu a:hover{color:var(--primary);background:#ffffff0d}.Navbar-module__cJzEcG__dropdownContainer:hover .Navbar-module__cJzEcG__dropdownMenu{display:flex}.Navbar-module__cJzEcG__mobileOnlyNav{display:none!important}@media (max-width:768px){.Navbar-module__cJzEcG__mobileOnlyNav{display:flex!important}.Navbar-module__cJzEcG__mobileToggle{display:block}.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{z-index:2000;background:#000;flex-direction:column;padding:6rem 2rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.Navbar-module__cJzEcG__mobileCloseItem,.Navbar-module__cJzEcG__mobileNavItem{justify-content:flex-end;width:100%;margin-bottom:2rem;display:flex!important}.Navbar-module__cJzEcG__mobileNavItem{flex-direction:column;justify-content:flex-start;gap:2rem;margin-bottom:2rem;padding-left:1rem}.Navbar-module__cJzEcG__mobileCloseItem{position:absolute;top:2rem;right:2rem}.Navbar-module__cJzEcG__drawerCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none}.Navbar-module__cJzEcG__centerSection,.Navbar-module__cJzEcG__rightSection{display:none}}
.analysis-module__QGdFxW__pageContainer{background:var(--background);min-height:100vh}.analysis-module__QGdFxW__container{background:var(--background);z-index:1;max-width:1400px;min-height:100vh;margin:0 auto;padding:160px 2rem 3rem;position:relative}.analysis-module__QGdFxW__container:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at top,#16a34a0d 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.analysis-module__QGdFxW__pageHeaderWrapper{z-index:10;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;display:flex;position:relative}.analysis-module__QGdFxW__headerContent{flex:1;min-width:300px}.analysis-module__QGdFxW__title{color:var(--text-main);letter-spacing:-.03em;margin-top:0;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1.1}.analysis-module__QGdFxW__subtitle{color:var(--text-secondary);max-width:600px;margin-top:0;font-size:1.1rem;font-weight:500;line-height:1.6}.analysis-module__QGdFxW__actions{gap:1rem;margin-bottom:.5rem;display:flex}.analysis-module__QGdFxW__newAnalysisBtn{background:var(--primary);color:#000;cursor:pointer;box-shadow:0 0 20px var(--primary-glow);border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.analysis-module__QGdFxW__newAnalysisBtn:hover{box-shadow:0 0 30px var(--primary-glow);transform:translateY(-2px)scale(1.02)}.analysis-module__QGdFxW__sectionTitle{color:var(--text-main);letter-spacing:-.02em;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.analysis-module__QGdFxW__sectionTitle:before{content:"";background:var(--primary);width:6px;height:24px;box-shadow:0 0 10px var(--primary-glow);border-radius:4px;display:block}.analysis-module__QGdFxW__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.analysis-module__QGdFxW__card{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:24px;flex-direction:column;min-height:380px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0003}.analysis-module__QGdFxW__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px -5px #0006,0 0 20px #16a34a1a}.analysis-module__QGdFxW__thumbnailWrapper{aspect-ratio:16/9;background:#1e293b;position:relative;overflow:hidden}.analysis-module__QGdFxW__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.analysis-module__QGdFxW__card:hover .analysis-module__QGdFxW__thumbnail{transform:scale(1.05)}.analysis-module__QGdFxW__statusBadge{text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;border-radius:100px;padding:6px 14px;font-size:.75rem;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 2px 4px #00000080}.analysis-module__QGdFxW__statusCompleted{color:#10b981;background:#10b98133;border:1px solid #10b98166;box-shadow:0 0 10px #10b98133}.analysis-module__QGdFxW__statusProcessing{color:#3b82f6;background:#2563eb33;border:1px solid #2563eb66}.analysis-module__QGdFxW__cardContent{flex-direction:column;flex:1;padding:1.75rem;display:flex}.analysis-module__QGdFxW__videoTitle{color:var(--text-main);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.15rem;font-weight:800;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.analysis-module__QGdFxW__card:hover .analysis-module__QGdFxW__videoTitle{color:var(--primary);text-shadow:0 0 15px var(--primary-glow)}.analysis-module__QGdFxW__meta{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.85rem;font-weight:500}.analysis-module__QGdFxW__score{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;display:flex}.analysis-module__QGdFxW__scoreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;display:flex}.analysis-module__QGdFxW__scoreValue{background:linear-gradient(135deg,var(--primary)0%,var(--accent-cyan)100%);-webkit-text-fill-color:transparent;text-shadow:0 0 20px #16a34a4d;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.analysis-module__QGdFxW__emptyState{text-align:center;background:var(--surface);border:2px dashed var(--border);border-radius:16px;grid-column:1/-1;padding:4rem 2rem}.analysis-module__QGdFxW__emptyTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.analysis-module__QGdFxW__emptyDesc{color:var(--text-secondary);margin-bottom:1.5rem}
.Footer-module__S6Hkya__footer{color:#fff;z-index:50;background:#050505;border-top:1px solid #090909;padding:4rem 2rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;position:relative}.Footer-module__S6Hkya__container{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__topSection{justify-content:space-between;align-items:flex-start;padding-bottom:4rem;display:flex}.Footer-module__S6Hkya__brandColumn{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__brandName{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__email{color:#a1a1aa;font-size:1rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__email:hover{color:#fff}.Footer-module__S6Hkya__copyright{color:#71717a;margin-top:4px;font-size:.9rem}.Footer-module__S6Hkya__centerColumn{flex-direction:column;align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__columnTitle{color:#a1a1aa;margin-bottom:.5rem;font-size:.9rem}.Footer-module__S6Hkya__storeBtn{color:#fff;background:#000;border:1px solid #3f3f46;border-radius:8px;align-items:center;gap:10px;width:160px;padding:8px 12px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__S6Hkya__storeBtn:hover{background:#18181b;border-color:#71717a}.Footer-module__S6Hkya__storeIcon{flex-shrink:0;width:24px;height:24px}.Footer-module__S6Hkya__storeText{flex-direction:column;line-height:1.1;display:flex}.Footer-module__S6Hkya__storeSmall{color:#a1a1aa;font-size:.6rem}.Footer-module__S6Hkya__storeLarge{font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__rightColumn{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Footer-module__S6Hkya__linkItem{color:#a1a1aa;margin-bottom:.25rem;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__linkItem:hover{color:#fff}.Footer-module__S6Hkya__separator{background:#fff;width:100%;height:1px;margin-bottom:3rem}.Footer-module__S6Hkya__bottomSection{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__supportedLabel{color:#fefeff;letter-spacing:.1em;text-transform:uppercase;font-size:1rem}.Footer-module__S6Hkya__logos{justify-content:center;align-items:center;gap:3rem;display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;opacity:1;filter:none;cursor:pointer;border-radius:6px;width:auto;max-width:120px;height:2.5rem;padding:8px 12px;transition:all .3s ease-in-out;background-color:#fff!important}@media (min-width:640px){.Footer-module__S6Hkya__logoImage{max-width:180px;height:3rem}}@media (min-width:768px){.Footer-module__S6Hkya__logoImage{max-width:240px;height:3.5rem}}.Footer-module__S6Hkya__logoImage:hover{opacity:1;filter:brightness(1.1);transform:scale(1.05);box-shadow:0 0 30px #ffffffe6,0 0 60px #ffffff80}.Footer-module__S6Hkya__logoText{color:#fff;opacity:.8;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__topSection{text-align:center;flex-direction:column;align-items:center;gap:3rem}.Footer-module__S6Hkya__rightColumn{text-align:center;align-items:center;width:100%}.Footer-module__S6Hkya__logos{flex-direction:column;justify-content:center;align-items:center;gap:2rem}.Footer-module__S6Hkya__logoImage{max-width:180px;height:auto}}
.page-module___8aEwW__main{background-color:var(--background);width:100%;min-height:100vh;color:var(--text-main);background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;position:relative;overflow-x:hidden}.page-module___8aEwW__bubble{filter:blur(80px);z-index:0;opacity:.3;will-change:transform;border-radius:50%;animation:15s ease-in-out infinite page-module___8aEwW__float;position:absolute}.page-module___8aEwW__bubble1{background:var(--primary-glow);width:500px;height:500px;top:-10%;left:-10%}.page-module___8aEwW__bubble2{background:var(--secondary-glow);width:600px;height:600px;animation-delay:-5s;bottom:10%;right:-10%}@keyframes page-module___8aEwW__float{0%,to{transform:translate(0)}50%{transform:translate(30px,50px)}}.page-module___8aEwW__heroSection{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative}.page-module___8aEwW__heroTitle{text-transform:uppercase;letter-spacing:-.04em;color:#fff;text-shadow:0 0 30px #ffffff4d;margin-bottom:1.5rem;font-size:6rem;font-weight:900;line-height:1}.page-module___8aEwW__heroTitle span{color:var(--primary);text-shadow:0 0 40px var(--primary-glow)}.page-module___8aEwW__heroSubtitle{font-family:var(--font-mono);border:1px solid var(--border-glow);color:var(--primary);text-transform:uppercase;letter-spacing:.25em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:4px;margin-bottom:4rem;padding:.6rem 1.5rem;font-size:1rem;display:inline-block;position:relative;overflow:hidden;box-shadow:0 0 20px #ffffff0d}.page-module___8aEwW__heroSubtitle:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-glow),transparent);opacity:.5;width:100%;height:100%;animation:3s linear infinite page-module___8aEwW__scanText;position:absolute;top:0;left:-100%}@keyframes page-module___8aEwW__scanText{0%{left:-100%}50%,to{left:200%}}.page-module___8aEwW__uploadPanel{border:1px solid var(--border-glow);background:linear-gradient(160deg,var(--surface-glass),#000000b8);width:100%;max-width:760px;box-shadow:0 20px 60px -30px #000c,0 0 56px -26px var(--primary-glow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;border-radius:22px;margin-top:1.5rem;padding:1.25rem;position:relative;overflow:hidden}.page-module___8aEwW__uploadPanelGlow{background:radial-gradient(circle,var(--primary-glow)0%,#93eabe00 65%);pointer-events:none;width:80%;height:200%;animation:3.5s ease-in-out infinite page-module___8aEwW__pulseGlow;position:absolute;top:-60%;left:10%}.page-module___8aEwW__uploadPrimaryBtn{color:#000;background:linear-gradient(90deg,var(--primary),#b5f5d5);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;width:100%;box-shadow:0 8px 35px -15px var(--primary-glow);z-index:1;border:0;border-radius:14px;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.2rem;font-size:1rem;font-weight:800;transition:transform .2s,filter .2s,box-shadow .2s;display:inline-flex;position:relative}.page-module___8aEwW__uploadPrimaryBtn:hover{filter:brightness(1.04);box-shadow:0 14px 40px -20px var(--primary-glow);transform:translateY(-1px)}.page-module___8aEwW__heroHighlights{z-index:1;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:.95rem;display:flex;position:relative}.page-module___8aEwW__highlightPill{letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#93eabe14;border-radius:999px;padding:.42rem .7rem;font-size:.75rem;font-weight:700}.page-module___8aEwW__uploadMeta{color:var(--text-muted);text-align:center;font-size:.84rem;font-family:var(--font-mono);letter-spacing:.04em;margin-top:1rem}@keyframes page-module___8aEwW__pulseGlow{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.7;transform:scale(1.06)}}.page-module___8aEwW__analyzeBtn{background:var(--primary);color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 0 20px var(--primary-glow);white-space:nowrap;border:none;border-radius:99px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s}.page-module___8aEwW__analyzeBtn:hover{box-shadow:0 0 40px var(--primary-glow);filter:brightness(1.1);transform:translateY(-1px)}.page-module___8aEwW__section{z-index:10;max-width:1400px;margin:0 auto 8rem;padding:0 2rem;position:relative}.page-module___8aEwW__sectionTitle{text-transform:uppercase;letter-spacing:-.02em;align-items:center;gap:1rem;margin-bottom:3rem;font-size:2rem;font-weight:700;display:flex}.page-module___8aEwW__sectionTitle:before{content:"";background:var(--primary);width:4px;height:32px;box-shadow:0 0 10px var(--primary);display:block}.page-module___8aEwW__videoGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.page-module___8aEwW__videoCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff14;border-radius:16px;transition:all .3s;position:relative;overflow:hidden}.page-module___8aEwW__videoCard:hover{border-color:var(--primary);box-shadow:0 10px 40px -10px var(--primary-glow);transform:translateY(-8px)}.page-module___8aEwW__videoThumbnail{aspect-ratio:16/9;color:#333;background:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__videoThumbnail:after{content:"";background:linear-gradient(45deg,transparent 40%,var(--primary-glow)50%,transparent 60%);opacity:.2;background-size:200% 200%;animation:4s linear infinite page-module___8aEwW__shine;position:absolute;inset:0}@keyframes page-module___8aEwW__shine{0%{background-position:200% 0}to{background-position:-200% 0}}.page-module___8aEwW__videoInfo{padding:1.25rem}.page-module___8aEwW__videoTitle{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.page-module___8aEwW__videoStats{color:var(--text-secondary);font-size:.85rem;font-family:var(--font-mono);gap:.75rem;display:flex}.page-module___8aEwW__stepsContainer{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.page-module___8aEwW__stepsList{flex-direction:column;gap:1rem;display:flex}.page-module___8aEwW__stepItem{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.page-module___8aEwW__stepItem:hover,.page-module___8aEwW__stepItem.page-module___8aEwW__active{background:var(--primary-glow);border-color:var(--primary);background:#ffffff0d;transform:translate(10px)}.page-module___8aEwW__stepNumber{color:var(--primary);font-size:.8rem;font-family:var(--font-mono);opacity:.7;margin-bottom:.5rem;display:block}.page-module___8aEwW__stepTitle{color:#fff;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.page-module___8aEwW__stepDesc{color:var(--text-muted);font-size:.95rem;line-height:1.5}.page-module___8aEwW__imageDisplay{aspect-ratio:9/16;border:1px solid var(--border-glow);width:auto;height:600px;box-shadow:0 0 50px -10px var(--primary-glow);background:#000;border-radius:24px;justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__imageDisplay:before{content:"";background-image:linear-gradient(var(--primary-glow)1px,transparent 1px);opacity:.1;z-index:2;pointer-events:none;background-size:100% 20px;position:absolute;inset:0}@media (max-width:768px){.page-module___8aEwW__heroTitle{word-wrap:break-word;font-size:11vw}}.page-module___8aEwW__displayImage{object-fit:cover;opacity:1;mix-blend-mode:normal;width:100%;height:100%;transition:all .5s}.page-module___8aEwW__imageDisplay:hover .page-module___8aEwW__displayImage{transform:scale(1.02)}.page-module___8aEwW__magicText{display:none}.page-module___8aEwW__marqueeContainer{width:100%;padding:2rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.page-module___8aEwW__marqueeTrack{gap:2rem;width:max-content;animation:40s linear infinite page-module___8aEwW__scroll;display:flex}.page-module___8aEwW__marqueeCard{aspect-ratio:9/16;background:#000;border:1px solid #ffffff1a;border-radius:16px;flex-shrink:0;width:280px;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #00000080}.page-module___8aEwW__marqueeCard video{object-fit:cover;pointer-events:none;width:100%;height:100%}.page-module___8aEwW__marqueeCard:after{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:16px;position:absolute;inset:0}@keyframes page-module___8aEwW__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1rem))}}@media (max-width:768px){.page-module___8aEwW__heroTitle{word-wrap:break-word;width:100%;padding:0 1rem;font-size:clamp(2rem,8vw,3.5rem)}.page-module___8aEwW__uploadPanel{border-radius:18px;padding:1rem .85rem}.page-module___8aEwW__uploadPrimaryBtn{padding:.85rem .9rem;font-size:.88rem}.page-module___8aEwW__heroHighlights{gap:.4rem}.page-module___8aEwW__highlightPill{padding:.36rem .58rem;font-size:.67rem}.page-module___8aEwW__analyzeBtn{letter-spacing:.5px;padding:.6rem 1rem;font-size:.8rem}.page-module___8aEwW__stepsContainer{text-align:center;grid-template-columns:1fr}.page-module___8aEwW__sectionTitle{justify-content:center;font-size:1.5rem}.page-module___8aEwW__sectionTitle:before{display:none}.page-module___8aEwW__stepsList{align-items:center}.page-module___8aEwW__stepItem{text-align:center;width:100%;max-width:480px}.page-module___8aEwW__analyzeBtn{display:block;margin:1rem auto 0!important}.page-module___8aEwW__imageDisplay{order:-1;width:100%;max-width:320px;height:auto}.page-module___8aEwW__marqueeCard{width:200px}}
.profile-module__5FeCNW__container{background:var(--background);min-height:100vh;color:var(--text-main);background-image:radial-gradient(at 0 0,#16a34a14 0,#0000 50%),radial-gradient(at 100% 0,#05966914 0,#0000 50%),radial-gradient(#ffffff08 1px,#0000 1px);background-size:100% 100%,100% 100%,24px 24px;padding-bottom:4rem}.profile-module__5FeCNW__banner{background:linear-gradient(135deg,#16a34a33 0%,#064e3b66 100%);border-bottom:1px solid #16a34a33;width:100%;height:280px;position:relative;overflow:hidden}.profile-module__5FeCNW__banner:before{content:"";filter:blur(40px);background:radial-gradient(circle at 20%,#16a34a26,#0000 40%),radial-gradient(circle at 80%,#16a34a1a,#0000 40%);position:absolute;inset:0}.profile-module__5FeCNW__contentWrapper{z-index:10;max-width:1200px;margin:-100px auto 0;padding:0 2rem;position:relative}.profile-module__5FeCNW__profileCard{background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);text-align:center;border-radius:24px;margin-bottom:3rem;padding:5rem 2rem 3rem;position:relative;box-shadow:0 20px 25px -5px #00000080,0 0 20px #16a34a1a}.profile-module__5FeCNW__avatarContainer{color:#fff;z-index:20;border:2px solid var(--primary);background:#000;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;padding:4px;display:flex;position:absolute;top:-75px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #16a34a4d}.profile-module__5FeCNW__avatarContainer:after{content:"";background:var(--primary);z-index:-1;opacity:.8;border-radius:50%;position:absolute;inset:4px}.profile-module__5FeCNW__avatarContainer span{z-index:2;text-shadow:0 2px 4px #0000004d;font-size:3.5rem;font-weight:800}.profile-module__5FeCNW__editBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;position:absolute;top:2rem;right:2rem}.profile-module__5FeCNW__editBtn:hover{color:var(--text-main);border-color:var(--primary);background:#ffffff1a;transform:translateY(-1px);box-shadow:0 0 10px #16a34a33}.profile-module__5FeCNW__name{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.profile-module__5FeCNW__role{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;text-shadow:0 0 10px #16a34a66;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-block}.profile-module__5FeCNW__bio{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem}.profile-module__5FeCNW__tags{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.profile-module__5FeCNW__tag{color:var(--primary);background:#16a34a1a;border:1px solid #16a34a33;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:flex}.profile-module__5FeCNW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.profile-module__5FeCNW__statCard{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.profile-module__5FeCNW__statCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 30px -10px #16a34a33}.profile-module__5FeCNW__statCard h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.profile-module__5FeCNW__statValue{color:var(--text-main);margin-bottom:.75rem;font-size:2.5rem;font-weight:800;line-height:1;display:block}.profile-module__5FeCNW__statLabel{color:var(--primary);background:#16a34a1a;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.profile-module__5FeCNW__creatorScoreCard{border:2px solid var(--primary);background:linear-gradient(145deg,#16a34a1a,#0000)}.profile-module__5FeCNW__creatorScoreCard .profile-module__5FeCNW__statValue{background:linear-gradient(135deg,var(--text-main)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.profile-module__5FeCNW__sectionTitle{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.profile-module__5FeCNW__socialGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.profile-module__5FeCNW__socialCard{background:var(--surface);border:1px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.profile-module__5FeCNW__socialCard:hover{border-color:var(--text-secondary);background:#ffffff08}.profile-module__5FeCNW__socialInfo{align-items:center;gap:1rem;display:flex}.profile-module__5FeCNW__socialIcon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.profile-module__5FeCNW__socialIcon svg{width:24px;height:24px}.profile-module__5FeCNW__socialCard h4{color:var(--text-main);margin-bottom:.25rem;font-weight:700}.profile-module__5FeCNW__connectBtn{color:var(--text-secondary);cursor:pointer;text-underline-offset:4px;background:0 0;border:none;font-size:.9rem;font-weight:600;text-decoration:underline;transition:color .2s}.profile-module__5FeCNW__connectBtn:hover{color:var(--primary)}.profile-module__5FeCNW__disconnectBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.profile-module__5FeCNW__disconnectBtn:hover{color:#ef4444;background:#ef44441a}.profile-module__5FeCNW__achieveGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.profile-module__5FeCNW__achieveCard{background:var(--surface);border:1px solid var(--border);border-radius:20px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.profile-module__5FeCNW__achieveCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 20px -5px #16a34a1a}.profile-module__5FeCNW__achieveIcon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 6px -1px #0000001a}.profile-module__5FeCNW__achieveTime{color:var(--text-main);font-size:1rem;font-weight:700}.profile-module__5FeCNW__videoGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.profile-module__5FeCNW__videoCard{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:20px;transition:all .3s;overflow:hidden}.profile-module__5FeCNW__videoCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 15px 30px -10px #00000080}.profile-module__5FeCNW__videoThum{height:200px;color:var(--primary);background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.profile-module__5FeCNW__videoThum svg{filter:drop-shadow(0 0 10px var(--primary-glow));transition:transform .3s}.profile-module__5FeCNW__videoCard:hover .profile-module__5FeCNW__videoThum svg{color:#fff;transform:scale(1.1)}.profile-module__5FeCNW__videoContent{background:0 0;padding:1.75rem}.profile-module__5FeCNW__platTag{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border);background:#ffffff0d;border-radius:8px;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.profile-module__5FeCNW__vidTitle{color:var(--text-main);margin-bottom:1.25rem;font-size:1.1rem;font-weight:800;line-height:1.4;transition:color .2s}.profile-module__5FeCNW__videoCard:hover .profile-module__5FeCNW__vidTitle{color:var(--primary)}.profile-module__5FeCNW__vidStats{color:var(--text-secondary);border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;font-size:.85rem;display:flex}.profile-module__5FeCNW__vidStats:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-module__5FeCNW__vidStats strong{color:var(--text-main);font-weight:700}.profile-module__5FeCNW__statGood{text-shadow:0 0 10px #16a34a4d;color:var(--primary)!important}.profile-module__5FeCNW__splitSection{grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:4rem;display:grid}.profile-module__5FeCNW__catCard{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);cursor:default;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.25rem 1.75rem;font-weight:600;transition:all .2s;display:flex}.profile-module__5FeCNW__catCard:hover{border-color:var(--primary);color:var(--primary);background:#16a34a1a;transform:translate(4px);box-shadow:0 0 15px #16a34a1a}.profile-module__5FeCNW__catCard:after{content:"→";opacity:0;transition:all .2s;transform:translate(-10px)}.profile-module__5FeCNW__catCard:hover:after{opacity:1;transform:translate(0)}.profile-module__5FeCNW__collabCard{text-align:center;border:1px solid var(--primary);background:linear-gradient(135deg,#16a34a1a 0%,#0003 100%);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 0 20px #16a34a0d}.profile-module__5FeCNW__collabCard:before{content:"";filter:blur(20px);background:radial-gradient(circle,#16a34a33 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;right:-50px}.profile-module__5FeCNW__collabTitle{color:var(--text-main);text-shadow:0 0 10px #16a34a4d;margin-bottom:1rem;font-size:1.75rem;font-weight:800;position:relative}.profile-module__5FeCNW__collabDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;font-weight:500;line-height:1.7;position:relative}.profile-module__5FeCNW__collabBtn{background:var(--primary);color:#000;cursor:pointer;box-shadow:0 0 20px var(--primary-glow);border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex;position:relative}.profile-module__5FeCNW__collabBtn:hover{box-shadow:0 0 30px var(--primary-glow);background:#059669;transform:translateY(-2px)}.profile-module__5FeCNW__ctaSection{text-align:center;border:1px solid var(--primary);background:linear-gradient(135deg,#16a34a26 0%,#0006 100%);border-radius:32px;margin-top:6rem;margin-bottom:2rem;padding:4rem;position:relative;overflow:hidden;box-shadow:0 0 30px #16a34a1a}.profile-module__5FeCNW__ctaSection:after{content:"";background:radial-gradient(circle at 10% 10%,#16a34a1a,#0000 40%),radial-gradient(circle at 90% 90%,#16a34a1a,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.profile-module__5FeCNW__ctaTitle{color:var(--text-main);z-index:10;text-shadow:0 0 15px #16a34a4d;margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;position:relative}.profile-module__5FeCNW__ctaDesc{color:var(--text-secondary);z-index:10;max-width:650px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7;position:relative}.profile-module__5FeCNW__ctaBtn{background:var(--primary);color:#000;cursor:pointer;box-shadow:0 0 20px var(--primary-glow);z-index:10;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative}.profile-module__5FeCNW__ctaBtn:hover{box-shadow:0 0 40px var(--primary-glow);background:#059669;transform:scale(1.05)}.profile-module__5FeCNW__footer{color:var(--text-secondary);border-top:1px solid var(--border);background:#000;margin-top:4rem;padding:4rem 0}@media (max-width:1024px){.profile-module__5FeCNW__statsGrid,.profile-module__5FeCNW__achieveGrid,.profile-module__5FeCNW__socialGrid,.profile-module__5FeCNW__videoGrid,.profile-module__5FeCNW__splitSection{grid-template-columns:repeat(2,1fr)}.profile-module__5FeCNW__name{font-size:2rem}}@media (max-width:768px){.profile-module__5FeCNW__statsGrid,.profile-module__5FeCNW__achieveGrid,.profile-module__5FeCNW__socialGrid,.profile-module__5FeCNW__videoGrid,.profile-module__5FeCNW__splitSection{grid-template-columns:1fr}.profile-module__5FeCNW__contentWrapper{margin-top:-60px;padding:0 1rem}.profile-module__5FeCNW__profileCard{padding:4rem 1.5rem 1.5rem}.profile-module__5FeCNW__name{font-size:1.75rem}.profile-module__5FeCNW__bio{font-size:.95rem}.profile-module__5FeCNW__tags{flex-wrap:wrap}.profile-module__5FeCNW__editBtn{width:auto;margin:0 auto 1.5rem;display:inline-flex;position:static}.profile-module__5FeCNW__ctaSection{padding:2.5rem 1.5rem}.profile-module__5FeCNW__ctaTitle{font-size:1.75rem}.profile-module__5FeCNW__banner{height:200px}.profile-module__5FeCNW__avatarContainer{width:120px;height:120px;top:-60px}.profile-module__5FeCNW__avatarContainer span{font-size:2.5rem}}
.AnalysisReport-module__lkcRTq__reportCard{flex-direction:column;width:100%;margin-bottom:4rem;animation:.5s ease-out AnalysisReport-module__lkcRTq__fadeIn;display:flex;position:relative}.AnalysisReport-module__lkcRTq__title{-webkit-background-clip:text;background-clip:text}.AnalysisReport-module__lkcRTq__iconCircle{-webkit-mask:url("data:image/svg+xml;utf8,<svg ...>") 50%/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg ...>") 50%/contain no-repeat}.AnalysisReport-module__lkcRTq__header{border-bottom:1px solid #27272a;flex-shrink:0;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:0 0 2rem;display:flex}.AnalysisReport-module__lkcRTq__titleWrapper{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.AnalysisReport-module__lkcRTq__title{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 10px #00000080;font-size:1.5rem;font-weight:700}.AnalysisReport-module__lkcRTq__closeBtn{cursor:pointer;color:#52525b;background:0 0;border:none;border-radius:50%;place-items:center;padding:.5rem;transition:all .2s;display:grid}.AnalysisReport-module__lkcRTq__closeBtn:hover{color:#fff;background:#27272a}.AnalysisReport-module__lkcRTq__reportContainer{flex-direction:column;display:flex}.AnalysisReport-module__lkcRTq__timelineItem:hover .AnalysisReport-module__lkcRTq__hover-overlay{opacity:1!important}.AnalysisReport-module__lkcRTq__reportContent{flex-direction:column;flex:1;gap:3rem;display:flex}.AnalysisReport-module__lkcRTq__heroGrid{grid-template-columns:350px 1fr;gap:2rem;margin-bottom:1rem;display:grid}.AnalysisReport-module__lkcRTq__gridAutoFill{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.AnalysisReport-module__lkcRTq__driversGrid{grid-template-columns:1fr 1fr;gap:1rem;height:100%;display:grid}.AnalysisReport-module__lkcRTq__timelineScroll{scrollbar-width:thin;gap:1.5rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.AnalysisReport-module__lkcRTq__timelineItem{background:#1c1c1e;border:1px solid #27272a;border-radius:16px;flex-direction:column;flex:0 0 340px;gap:1rem;padding:1rem;display:flex}@media (max-width:768px){.AnalysisReport-module__lkcRTq__heroGrid,.AnalysisReport-module__lkcRTq__gridAutoFill,.AnalysisReport-module__lkcRTq__driversGrid{grid-template-columns:1fr}.AnalysisReport-module__lkcRTq__timelineScroll{flex-direction:column;padding-bottom:0;overflow-x:visible}.AnalysisReport-module__lkcRTq__timelineItem{flex:1;width:100%}.AnalysisReport-module__lkcRTq__header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem}.AnalysisReport-module__lkcRTq__header>div:last-child{gap:1rem;width:100%;display:flex}.AnalysisReport-module__lkcRTq__header button{flex:1;justify-content:center}}.AnalysisReport-module__lkcRTq__summaryGrid{align-items:stretch;gap:1.5rem;display:flex}.AnalysisReport-module__lkcRTq__scoreCard{background:radial-gradient(circle at 100% 0,#10b98126,#0000 60%),#18181b;border:1px solid #27272a;border-radius:20px;flex-direction:column;flex:0 0 35%;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.AnalysisReport-module__lkcRTq__scoreCard:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#ffffff1a,#0000);border-radius:20px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AnalysisReport-module__lkcRTq__scoreLabel{color:#d4d4d8;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.AnalysisReport-module__lkcRTq__scoreValue{background:linear-gradient(135deg,#fff 30%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1}.AnalysisReport-module__lkcRTq__metricsGrid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.AnalysisReport-module__lkcRTq__metricItem{background:#18181b;border:1px solid #27272a;border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.AnalysisReport-module__lkcRTq__metricItem:hover{border-color:#3f3f46;transform:translateY(-2px)}.AnalysisReport-module__lkcRTq__metricItem span:first-child{color:#71717a;margin-bottom:.5rem;font-size:.85rem;font-weight:500}.AnalysisReport-module__lkcRTq__metricVal{color:#fff;font-size:1.75rem;font-weight:700}.AnalysisReport-module__lkcRTq__section{animation:.4s ease-out forwards AnalysisReport-module__lkcRTq__fadeIn}.AnalysisReport-module__lkcRTq__sectionTitle{color:#fff;letter-spacing:-.01em;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex}.AnalysisReport-module__lkcRTq__suggestionList{flex-direction:column;gap:.75rem;display:flex}.AnalysisReport-module__lkcRTq__suggestionCard{background:#18181b;border:1px solid #27272a;border-left:3px solid #0000;border-radius:0 12px 12px 0;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .2s;display:flex}.AnalysisReport-module__lkcRTq__suggestionCard:hover{background:#27272a}.AnalysisReport-module__lkcRTq__suggestionCard p{color:#d4d4d8;flex:1;margin:0;font-size:.95rem;line-height:1.5}@keyframes AnalysisReport-module__lkcRTq__fadeIn{0%{opacity:0}to{opacity:1}}@media print{.AnalysisReport-module__lkcRTq__reportCard *{color:#000!important;text-shadow:none!important;box-shadow:none!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#fff!important;border-color:#e5e7eb!important}.AnalysisReport-module__lkcRTq__reportCard{margin:0!important;padding:20px!important}.AnalysisReport-module__lkcRTq__reportContainer{padding:0!important}.AnalysisReport-module__lkcRTq__header{border-bottom:2px solid #000!important;flex-direction:column!important;justify-content:flex-start!important;gap:.5rem!important;margin-bottom:2rem!important;padding-bottom:1rem!important}.AnalysisReport-module__lkcRTq__titleWrapper{margin-bottom:0!important}.AnalysisReport-module__lkcRTq__title{color:#000!important;-webkit-text-fill-color:black!important;background:0 0!important;font-size:24px!important}.AnalysisReport-module__lkcRTq__header button,.AnalysisReport-module__lkcRTq__header>div:last-child,.AnalysisReport-module__lkcRTq__closeBtn{display:none!important}.AnalysisReport-module__lkcRTq__heroGrid{display:block!important}.AnalysisReport-module__lkcRTq__driversGrid{grid-template-columns:1fr 1fr!important;gap:1rem!important;margin-top:1.5rem!important;display:grid!important}.AnalysisReport-module__lkcRTq__gridAutoFill{grid-template-columns:1fr 1fr!important;gap:1rem!important;display:grid!important}.AnalysisReport-module__lkcRTq__scoreCard,.AnalysisReport-module__lkcRTq__suggestionCard,.AnalysisReport-module__lkcRTq__metricItem,.AnalysisReport-module__lkcRTq__timelineItem{color:#000!important;break-inside:avoid!important;background:#fff!important;border:1px solid #000!important;border-radius:8px!important;margin-bottom:1rem!important;padding:1rem!important}.AnalysisReport-module__lkcRTq__scoreCard:before{display:none!important}.AnalysisReport-module__lkcRTq__scoreValue{color:#000!important;-webkit-text-fill-color:#000!important;background:0 0!important}.AnalysisReport-module__lkcRTq__timelineScroll{display:block!important;overflow:visible!important}.AnalysisReport-module__lkcRTq__timelineItem{page-break-inside:avoid!important;flex:none!important;width:100%!important}.AnalysisReport-module__lkcRTq__timelineItem img{border:1px solid #eee!important}.AnalysisReport-module__lkcRTq__hover-overlay{display:none!important}.AnalysisReport-module__lkcRTq__reportCard p,.AnalysisReport-module__lkcRTq__reportCard span,.AnalysisReport-module__lkcRTq__reportCard h2,.AnalysisReport-module__lkcRTq__reportCard h3,.AnalysisReport-module__lkcRTq__reportCard h4,.AnalysisReport-module__lkcRTq__reportCard div{color:#000!important}}.AnalysisReport-module__lkcRTq__roadmapCard:hover{border-color:#3f3f46;transform:translateY(-4px)scale(1.02);box-shadow:0 10px 30px -10px #00000080}@keyframes AnalysisReport-module__lkcRTq__scaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AnalysisReport-module__lkcRTq__reportContainer{padding:0 2rem 4rem}@media (max-width:768px){.AnalysisReport-module__lkcRTq__reportContainer{padding:0 1rem 4rem}.AnalysisReport-module__lkcRTq__timelineScroll{scroll-snap-type:none!important;flex-direction:column!important;overflow-x:visible!important}.AnalysisReport-module__lkcRTq__timelineItem{scroll-snap-align:none!important;min-width:100%!important;max-width:100%!important}}
.EditProfileModal-module__zn0Uja__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out EditProfileModal-module__zn0Uja__fadeIn;display:flex;position:fixed;inset:0}.EditProfileModal-module__zn0Uja__modal{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:90%;max-width:500px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) EditProfileModal-module__zn0Uja__slideUp;position:relative;box-shadow:0 20px 25px -5px #00000080,0 0 20px #93eabe1a}.EditProfileModal-module__zn0Uja__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.EditProfileModal-module__zn0Uja__title{color:var(--text-main);background:linear-gradient(135deg,var(--text-main)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.EditProfileModal-module__zn0Uja__closeBtn{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border:none;border:1px solid var(--border);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.EditProfileModal-module__zn0Uja__closeBtn:hover{color:var(--text-main);border-color:var(--primary);background:#ffffff1a}.EditProfileModal-module__zn0Uja__formGroup{margin-bottom:1.5rem}.EditProfileModal-module__zn0Uja__label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.EditProfileModal-module__zn0Uja__input,.EditProfileModal-module__zn0Uja__textarea{border:1px solid var(--border);width:100%;color:var(--text-main);background:#0000004d;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.EditProfileModal-module__zn0Uja__input:focus,.EditProfileModal-module__zn0Uja__textarea:focus{border-color:var(--primary);background:#00000080;outline:none;box-shadow:0 0 0 3px #93eabe1a}.EditProfileModal-module__zn0Uja__textarea{resize:vertical;min-height:100px}.EditProfileModal-module__zn0Uja__actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.EditProfileModal-module__zn0Uja__btnCancel{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:100px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.EditProfileModal-module__zn0Uja__btnCancel:hover{border-color:var(--text-secondary);color:var(--text-main);background:#ffffff1a}.EditProfileModal-module__zn0Uja__btnSave{background:var(--primary);color:#000;cursor:pointer;box-shadow:0 0 15px var(--primary-glow);border:none;border-radius:100px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.EditProfileModal-module__zn0Uja__btnSave:hover{background:var(--primary);filter:brightness(1.1);box-shadow:0 0 25px var(--primary-glow);transform:translateY(-1px)}.EditProfileModal-module__zn0Uja__btnSave:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}@keyframes EditProfileModal-module__zn0Uja__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EditProfileModal-module__zn0Uja__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.ErrorModal-module__A041JW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ErrorModal-module__A041JW__modal{background:var(--surface);border:1px solid var(--border-glow);text-align:center;border-radius:20px;flex-direction:column;align-items:center;width:90%;max-width:400px;padding:2rem;display:flex;position:relative;box-shadow:0 0 50px #000c,0 0 15px #93eabe1a}.ErrorModal-module__A041JW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.ErrorModal-module__A041JW__closeBtn:hover{color:var(--primary)}.ErrorModal-module__A041JW__iconWrapper{color:var(--primary);background:#93eabe1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex;box-shadow:0 0 20px #93eabe33}.ErrorModal-module__A041JW__title{color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--font-outfit);margin-bottom:.5rem}.ErrorModal-module__A041JW__message{color:var(--text-secondary);font-size:.95rem;line-height:1.6;font-family:var(--font-outfit);margin-bottom:2rem}.ErrorModal-module__A041JW__confirmBtn{background:var(--primary);color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:999px;width:100%;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 0 15px #93eabe4d}.ErrorModal-module__A041JW__confirmBtn:hover{box-shadow:0 0 30px var(--primary-glow);background:#bbf7d0;transform:translateY(-2px)}
.ReportSkeleton-module__-gw3SW__skeletonPulse{background:#27272a;border-radius:4px;animation:2s cubic-bezier(.4,0,.6,1) infinite ReportSkeleton-module__-gw3SW__pulse}@keyframes ReportSkeleton-module__-gw3SW__pulse{0%,to{opacity:1}50%{opacity:.5}}.ReportSkeleton-module__-gw3SW__reportCard{flex-direction:column;width:100%;margin-bottom:4rem;display:flex;position:relative}.ReportSkeleton-module__-gw3SW__header{border-bottom:1px solid #27272a;flex-shrink:0;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:0 0 2rem;display:flex}.ReportSkeleton-module__-gw3SW__heroGrid{grid-template-columns:350px 1fr;gap:2rem;margin-bottom:1rem;display:grid}.ReportSkeleton-module__-gw3SW__driversGrid{grid-template-columns:1fr 1fr;gap:1rem;height:100%;display:grid}.ReportSkeleton-module__-gw3SW__gridAutoFill{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.ReportSkeleton-module__-gw3SW__timelineScroll{gap:1.5rem;padding-bottom:1.5rem;display:flex;overflow-x:hidden}.ReportSkeleton-module__-gw3SW__card{background:#1c1c1e;border:1px solid #27272a;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.ReportSkeleton-module__-gw3SW__logoOverlay{z-index:50;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:2s ease-in-out infinite ReportSkeleton-module__-gw3SW__fadeInOut;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ReportSkeleton-module__-gw3SW__fadeInOut{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(.95)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.05)}}@media (max-width:768px){.ReportSkeleton-module__-gw3SW__header,.ReportSkeleton-module__-gw3SW__bodyContent{display:none!important}.ReportSkeleton-module__-gw3SW__logoOverlay{text-align:center;z-index:9999;width:90%;padding:0;left:50%;transform:translate(-50%,-50%)}.ReportSkeleton-module__-gw3SW__gridAutoFill{grid-template-columns:1fr}}.ReportSkeleton-module__-gw3SW__bodyContent{padding:0 2rem 4rem}
.preview-module__WbDzVa__container{background:var(--background);z-index:1;max-width:1400px;min-height:100vh;margin:0 auto;padding:100px 2rem 3rem;position:relative}.preview-module__WbDzVa__container:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at top,#16a34a0d 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.preview-module__WbDzVa__backLink{color:var(--primary);text-shadow:0 0 10px #16a34a4d;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.preview-module__WbDzVa__backLink:hover{opacity:.8}.preview-module__WbDzVa__titleSection{max-width:800px;margin-bottom:3rem}.preview-module__WbDzVa__badge{border:1px solid var(--primary);color:var(--primary);letter-spacing:.05em;text-transform:uppercase;box-shadow:0 0 10px var(--primary-glow);background:#10b9811a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.preview-module__WbDzVa__title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.preview-module__WbDzVa__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.preview-module__WbDzVa__grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:3rem;display:grid}.preview-module__WbDzVa__uploadSection{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:1.5rem 2.5rem 2.5rem;box-shadow:0 4px 6px -1px #0003}.preview-module__WbDzVa__sectionTitle{color:var(--text-main);letter-spacing:-.01em;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800}.preview-module__WbDzVa__uploadArea{text-align:center;cursor:pointer;background:#ffffff05;border:2px dashed #16a34a4d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;margin-bottom:2.5rem;padding:4rem 2rem;transition:all .2s;display:flex}.preview-module__WbDzVa__uploadArea:hover{border-color:var(--primary);background:#16a34a0d;box-shadow:inset 0 0 20px #16a34a1a}.preview-module__WbDzVa__dropText{color:var(--text-main);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.preview-module__WbDzVa__browseText{color:var(--primary);text-shadow:0 0 10px #16a34a4d;font-size:1.1rem;font-weight:600}.preview-module__WbDzVa__supportText{color:var(--text-muted);margin-top:1rem;font-size:.9rem;font-weight:500}.preview-module__WbDzVa__requirements{margin-top:2rem}.preview-module__WbDzVa__reqTitle{color:var(--text-main);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:800;display:flex}.preview-module__WbDzVa__reqList{flex-direction:column;gap:.75rem;display:flex}.preview-module__WbDzVa__reqItem{color:var(--text-secondary);background:#16a34a0d;border:1px solid #16a34a1a;border-radius:8px;align-items:center;gap:.85rem;padding:.85rem 1.25rem;font-size:.95rem;display:flex}.preview-module__WbDzVa__reqLabel{color:var(--primary);font-weight:700}.preview-module__WbDzVa__platformSection{background:var(--surface);border:1px solid var(--border);border-radius:20px;height:fit-content;padding:2rem;box-shadow:0 4px 6px -1px #0003}.preview-module__WbDzVa__platformGrid{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.preview-module__WbDzVa__platformCard{border:1px solid var(--border);cursor:pointer;background:#ffffff05;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.preview-module__WbDzVa__platformCard:hover{border-color:var(--primary);background:#16a34a0d;transform:translateY(-2px);box-shadow:0 4px 10px #0000004d}.preview-module__WbDzVa__platformCard.preview-module__WbDzVa__selected{border-color:var(--primary);background:#16a34a1a;box-shadow:0 0 15px #16a34a1a}.preview-module__WbDzVa__platformInfo{color:var(--text-main);align-items:center;gap:1rem;font-size:1.05rem;font-weight:600;display:flex}.preview-module__WbDzVa__checkIcon{color:var(--text-muted)}.preview-module__WbDzVa__selected>.preview-module__WbDzVa__checkIcon{color:var(--primary)}.preview-module__WbDzVa__selectionSummary{color:var(--text-secondary);text-align:center;margin-top:2.5rem;font-size:.9rem;font-weight:500}@media (max-width:1024px){.preview-module__WbDzVa__grid{grid-template-columns:1fr;gap:2rem}}.preview-module__WbDzVa__statusArea{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:3rem 0;animation:.3s preview-module__WbDzVa__fadeIn;display:flex}.preview-module__WbDzVa__loaderIconWrapper{margin-bottom:1.5rem}.preview-module__WbDzVa__spinnerGreen{border:4px solid #ffffff1a;border-top-color:var(--primary);width:48px;height:48px;box-shadow:0 0 20px var(--primary-glow);border-radius:50%;animation:1s linear infinite preview-module__WbDzVa__spin}.preview-module__WbDzVa__spinnerSmall{border:2px solid #ffffff1a;border-top-color:var(--text-secondary);border-radius:50%;width:16px;height:16px;animation:1s linear infinite preview-module__WbDzVa__spin}.preview-module__WbDzVa__statusTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.preview-module__WbDzVa__statusFilename{color:var(--primary);text-shadow:0 0 10px #16a34a4d;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.preview-module__WbDzVa__statusSubtitle{color:var(--primary);opacity:.8;margin-bottom:1rem;font-size:.95rem;font-weight:500}.preview-module__WbDzVa__statusMeta{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.preview-module__WbDzVa__progressBarBg{background:#ffffff1a;border-radius:100px;width:100%;max-width:400px;height:8px;margin-top:.5rem;overflow:hidden}.preview-module__WbDzVa__progressBarFill{background:var(--primary);height:100%;box-shadow:0 0 10px var(--primary-glow);border-radius:100px;transition:width .3s}@keyframes preview-module__WbDzVa__spin{to{transform:rotate(360deg)}}@keyframes preview-module__WbDzVa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.preview-module__WbDzVa__bottomAction{justify-content:center;margin-top:4rem;display:flex}.preview-module__WbDzVa__analyzeLiveBtn{background:var(--surface);border:1px solid var(--border);color:var(--text-main);cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 6px -1px #0003}.preview-module__WbDzVa__analyzeLiveBtn:hover{border-color:var(--primary);color:var(--primary);background:#ffffff0d;transform:translateY(-1px);box-shadow:0 0 20px #16a34a33}
.page-module__soh_jW__privacyContainer{max-width:900px;margin:0 auto;padding-top:8rem;padding-bottom:5rem}.page-module__soh_jW__header{text-align:center;margin-bottom:4rem}.page-module__soh_jW__title{background:linear-gradient(to right,var(--primary),var(--secondary),var(--accent-pink));color:#0000;text-shadow:0 0 30px #93eabe4d;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.page-module__soh_jW__lastUpdated{color:var(--text-muted);font-size:.9rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.page-module__soh_jW__contentWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__soh_jW__section{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05050599;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.page-module__soh_jW__section:hover{border-color:var(--border-glow);transform:translateY(-2px);box-shadow:0 0 20px #93eabe0d}.page-module__soh_jW__sectionTitle{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.page-module__soh_jW__sectionText{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.page-module__soh_jW__list{margin:1rem 0;padding:0;list-style:none}.page-module__soh_jW__list li{color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.page-module__soh_jW__list li:before{content:"→";color:var(--primary);font-weight:700;position:absolute;left:0}.page-module__soh_jW__contactContainer{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}.page-module__soh_jW__contactCard{border-radius:var(--radius);border:1px solid var(--border);background:#93eabe08;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.page-module__soh_jW__contactCard:hover{border-color:var(--primary);background:#93eabe14}.page-module__soh_jW__iconWrapper{width:40px;height:40px;color:var(--primary);background:#93eabe1a;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.page-module__soh_jW__contactContainer{grid-template-columns:1fr 1fr}}@media (max-width:768px){.page-module__soh_jW__privacyContainer{padding-top:6rem;padding-left:1.5rem;padding-right:1.5rem}.page-module__soh_jW__title{font-size:2.5rem}}
.page-module__UBdgra__termsContainer{max-width:900px;margin:0 auto;padding-top:8rem;padding-bottom:5rem}.page-module__UBdgra__header{text-align:center;margin-bottom:4rem}.page-module__UBdgra__title{background:linear-gradient(to right,var(--primary),var(--secondary),var(--accent-pink));color:#0000;text-shadow:0 0 30px #93eabe4d;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.page-module__UBdgra__lastModified{color:var(--text-muted);font-size:.9rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.page-module__UBdgra__contentWrapper{flex-direction:column;gap:2rem;display:flex}.page-module__UBdgra__section{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05050599;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.page-module__UBdgra__section:hover{border-color:var(--border-glow);transform:translateY(-2px);box-shadow:0 0 20px #93eabe0d}.page-module__UBdgra__sectionTitle{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.page-module__UBdgra__sectionText{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.page-module__UBdgra__contactContainer{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}.page-module__UBdgra__contactCard{border-radius:var(--radius);border:1px solid var(--border);background:#93eabe08;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.page-module__UBdgra__contactCard:hover{border-color:var(--primary);background:#93eabe14}.page-module__UBdgra__iconWrapper{width:40px;height:40px;color:var(--primary);background:#93eabe1a;border-radius:50%;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.page-module__UBdgra__contactContainer{grid-template-columns:1fr 1fr}}@media (max-width:768px){.page-module__UBdgra__termsContainer{padding-top:6rem;padding-left:1.5rem;padding-right:1.5rem}.page-module__UBdgra__title{font-size:2.5rem}}
.utility-module__CwTdQa__container{background:var(--background);z-index:1;min-height:100vh;padding-top:120px;padding-bottom:4rem;position:relative}.utility-module__CwTdQa__container:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at top,#16a34a0d 0%,#0000 60%);width:100vw;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.utility-module__CwTdQa__content{max-width:800px;margin:0 auto;padding:0 2rem}.utility-module__CwTdQa__header{text-align:center;margin-bottom:3rem}.utility-module__CwTdQa__title{color:var(--text-main);background:linear-gradient(135deg,var(--primary)0%,#34d399 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #16a34a4d;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800}.utility-module__CwTdQa__subtitle{color:var(--text-secondary);font-size:1.2rem;line-height:1.6}.utility-module__CwTdQa__card{background:var(--surface);border:1px solid var(--border);border-radius:20px;margin-bottom:2rem;padding:3rem;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a}.utility-module__CwTdQa__sectionTitle{color:var(--text-main);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.utility-module__CwTdQa__sectionTitle:first-child{margin-top:0}.utility-module__CwTdQa__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.utility-module__CwTdQa__list{color:var(--text-secondary);margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.utility-module__CwTdQa__listItem{margin-bottom:.5rem;line-height:1.6}.utility-module__CwTdQa__formGroup{margin-bottom:1.5rem}.utility-module__CwTdQa__label{color:var(--text-main);margin-bottom:.5rem;font-weight:600;display:block}.utility-module__CwTdQa__input,.utility-module__CwTdQa__textarea{border:1px solid var(--border);width:100%;color:var(--text-main);background:#ffffff0d;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .2s}.utility-module__CwTdQa__input:focus,.utility-module__CwTdQa__textarea:focus{border-color:var(--primary);background:#ffffff1a;outline:none;box-shadow:0 0 0 3px #10b9811a}.utility-module__CwTdQa__textarea{resize:vertical;min-height:150px}.utility-module__CwTdQa__submitBtn{background:var(--primary);color:#000;cursor:pointer;width:100%;box-shadow:0 0 15px var(--primary-glow);border:none;border-radius:100px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .2s}.utility-module__CwTdQa__submitBtn:hover{background:#34d399;transform:translateY(-2px);box-shadow:0 10px 20px -3px #10b98166}.utility-module__CwTdQa__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.utility-module__CwTdQa__blogCard{background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:all .2s;overflow:hidden}.utility-module__CwTdQa__blogCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000004d}.utility-module__CwTdQa__blogImage{width:100%;height:200px;color:var(--text-muted);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.utility-module__CwTdQa__blogContent{padding:1.5rem}.utility-module__CwTdQa__blogDate{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.utility-module__CwTdQa__blogTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.utility-module__CwTdQa__blogExcerpt{color:var(--text-secondary);font-size:.95rem;line-height:1.6}
.SocialConnectModal-module__eFgYYa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out SocialConnectModal-module__eFgYYa__fadeIn;display:flex;position:fixed;inset:0}.SocialConnectModal-module__eFgYYa__modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:90%;max-width:400px;padding:2rem;animation:.3s ease-out SocialConnectModal-module__eFgYYa__slideUp;position:relative;box-shadow:0 20px 25px -5px #00000080,0 0 20px #93eabe1a}@keyframes SocialConnectModal-module__eFgYYa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SocialConnectModal-module__eFgYYa__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.SocialConnectModal-module__eFgYYa__closeBtn:hover{color:var(--text-main);background:#ffffff0d}.SocialConnectModal-module__eFgYYa__header{text-align:center;margin-bottom:2rem}.SocialConnectModal-module__eFgYYa__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex;box-shadow:0 0 15px #0000004d}.SocialConnectModal-module__eFgYYa__header h2{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.SocialConnectModal-module__eFgYYa__header p{color:var(--text-secondary);font-size:.95rem}.SocialConnectModal-module__eFgYYa__form{flex-direction:column;gap:1.25rem;display:flex}.SocialConnectModal-module__eFgYYa__formGroup{flex-direction:column;gap:.5rem;display:flex}.SocialConnectModal-module__eFgYYa__formGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.SocialConnectModal-module__eFgYYa__formGroup input{border:1px solid var(--border);color:var(--text-main);background:#0000004d;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.SocialConnectModal-module__eFgYYa__formGroup input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #93eabe1a}.SocialConnectModal-module__eFgYYa__submitBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.875rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex;box-shadow:0 4px 6px #0003}.SocialConnectModal-module__eFgYYa__submitBtn:hover{opacity:.9;box-shadow:0 0 15px #0000004d}.SocialConnectModal-module__eFgYYa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.SocialConnectModal-module__eFgYYa__successState{text-align:center;padding:1rem 0}.SocialConnectModal-module__eFgYYa__successIcon{filter:drop-shadow(0 0 10px var(--primary));margin-bottom:1.5rem;animation:.5s cubic-bezier(.36,0,.66,-.56) SocialConnectModal-module__eFgYYa__bounce}@keyframes SocialConnectModal-module__eFgYYa__bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.SocialConnectModal-module__eFgYYa__successState h3{color:var(--text-main);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.SocialConnectModal-module__eFgYYa__connectedProfile{border:1px solid var(--border);background:#ffffff0d;border-radius:12px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex}.SocialConnectModal-module__eFgYYa__connectedAvatar{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:48px;height:48px}.SocialConnectModal-module__eFgYYa__connectedName{color:var(--text-main);text-align:left;font-weight:600}.SocialConnectModal-module__eFgYYa__connectedHandle{color:var(--text-secondary);text-align:left;font-size:.9rem}.SocialConnectModal-module__eFgYYa__doneBtn{background:var(--primary);color:#000;cursor:pointer;width:100%;box-shadow:0 0 15px var(--primary-glow);border:none;border-radius:8px;padding:.875rem;font-weight:600;transition:all .2s}.SocialConnectModal-module__eFgYYa__doneBtn:hover{background:var(--primary);filter:brightness(1.1);box-shadow:0 0 25px var(--primary-glow);transform:translateY(-2px)}
.VideoPlayerModal-module__EGeY_G__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.3s cubic-bezier(.4,0,.2,1) VideoPlayerModal-module__EGeY_G__fadeIn;display:flex;position:fixed;inset:0}.VideoPlayerModal-module__EGeY_G__modal{background:var(--surface);border:1px solid var(--border-glow);transform-origin:50%;border-radius:20px;flex-direction:column;width:100%;max-width:1100px;animation:.3s cubic-bezier(.175,.885,.32,1.275) VideoPlayerModal-module__EGeY_G__scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #000c,0 0 0 1px #ffffff0d}.VideoPlayerModal-module__EGeY_G__closeBtn{color:#a1a1aa;cursor:pointer;z-index:50;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:translateY(-10px)}.VideoPlayerModal-module__EGeY_G__modal:hover .VideoPlayerModal-module__EGeY_G__closeBtn{opacity:1;transform:translateY(0)}.VideoPlayerModal-module__EGeY_G__closeBtn:hover{color:#000;background:#fff;transform:scale(1.1)rotate(90deg)}.VideoPlayerModal-module__EGeY_G__videoContainer{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.VideoPlayerModal-module__EGeY_G__video{object-fit:contain;outline:none;width:100%;height:100%}.VideoPlayerModal-module__EGeY_G__instagramFrame{background:#fff;width:100%;max-width:500px;height:100%}.VideoPlayerModal-module__EGeY_G__loader,.VideoPlayerModal-module__EGeY_G__error{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.VideoPlayerModal-module__EGeY_G__modalFooter{opacity:.6;background:#121214;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:opacity .2s;display:flex}.VideoPlayerModal-module__EGeY_G__modal:hover .VideoPlayerModal-module__EGeY_G__modalFooter{opacity:1}@keyframes VideoPlayerModal-module__EGeY_G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes VideoPlayerModal-module__EGeY_G__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
