.Roadmap-module__mH7gjW__page{background:#f9fafb;min-height:100vh;padding-bottom:6rem}.Roadmap-module__mH7gjW__hero{text-align:center;color:#fff;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a2e 100%);padding:7rem 1rem 4rem}.Roadmap-module__mH7gjW__badge{color:#a5b4fc;letter-spacing:.1em;text-transform:uppercase;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.Roadmap-module__mH7gjW__hero h1{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.Roadmap-module__mH7gjW__hero p{color:#a1a1aa;max-width:520px;margin:0 auto;font-size:1.1rem;line-height:1.7}.Roadmap-module__mH7gjW__timeline{max-width:720px;margin:4rem auto 0;padding:0 1.5rem;position:relative}.Roadmap-module__mH7gjW__timeline:before{content:"";background:#e5e7eb;width:2px;position:absolute;top:0;bottom:0;left:calc(1.5rem + 11px)}.Roadmap-module__mH7gjW__item{gap:1.5rem;margin-bottom:2.5rem;display:flex;position:relative}.Roadmap-module__mH7gjW__dot{z-index:1;background:#fff;border:3px solid #e5e7eb;border-radius:50%;flex-shrink:0;width:24px;height:24px;margin-top:.15rem}.Roadmap-module__mH7gjW__done .Roadmap-module__mH7gjW__dot{background:#111;border-color:#111}.Roadmap-module__mH7gjW__inprogress .Roadmap-module__mH7gjW__dot{background:#f59e0b;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b33}.Roadmap-module__mH7gjW__planned .Roadmap-module__mH7gjW__dot{background:#fff;border-color:#d1d5db}.Roadmap-module__mH7gjW__content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;padding:1.25rem 1.5rem;transition:box-shadow .2s}.Roadmap-module__mH7gjW__content:hover{box-shadow:0 4px 20px #0000000f}.Roadmap-module__mH7gjW__label{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.Roadmap-module__mH7gjW__done .Roadmap-module__mH7gjW__label{color:#065f46;background:#d1fae5}.Roadmap-module__mH7gjW__inprogress .Roadmap-module__mH7gjW__label{color:#92400e;background:#fef3c7}.Roadmap-module__mH7gjW__planned .Roadmap-module__mH7gjW__label{color:#6b7280;background:#f3f4f6}.Roadmap-module__mH7gjW__content h3{color:#111;margin:0 0 .4rem;font-size:1rem;font-weight:700}.Roadmap-module__mH7gjW__content p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.6}
.Navbar-module___rHu7W__navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border);background:#ffffffd9;height:72px;position:sticky;top:0;left:0;right:0}.Navbar-module___rHu7W__navInner{justify-content:space-between;align-items:center;width:100%;height:72px;display:flex}.Navbar-module___rHu7W__logo{color:#09090b;letter-spacing:-.03em;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Navbar-module___rHu7W__logo img{filter:none}.Navbar-module___rHu7W__links{align-items:center;gap:2.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__links a{color:#71717a;font-size:.875rem;font-weight:500;transition:color .2s}.Navbar-module___rHu7W__links a:hover{color:#09090b}.Navbar-module___rHu7W__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module___rHu7W__login{color:#09090b;font-size:.875rem;font-weight:500}@media (max-width:768px){.Navbar-module___rHu7W__links{display:none}}
.Hero-module__JgYmMq__hero{background:#fff;padding:160px 0 120px;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroInner{grid-template-columns:repeat(12,1fr);align-items:center;gap:64px;display:grid}.Hero-module__JgYmMq__content{text-align:left;z-index:10;grid-column:span 6;position:relative}.Hero-module__JgYmMq__title{color:#111;letter-spacing:-.05em;margin:1.5rem 0;font-size:4rem;font-weight:800;line-height:1.15}.Hero-module__JgYmMq__title span{color:#9ca3af}.Hero-module__JgYmMq__description{color:#4b5563;max-width:580px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.Hero-module__JgYmMq__ctas{gap:1rem;margin-bottom:2rem;display:flex}.Hero-module__JgYmMq__trusted{color:#6b7280;align-items:center;gap:1rem;font-size:.875rem;display:flex}.Hero-module__JgYmMq__avatars{align-items:center;display:flex}.Hero-module__JgYmMq__avatar{background:#f3f4f6;border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-10px;overflow:hidden}.Hero-module__JgYmMq__avatar:first-child{margin-left:0}.Hero-module__JgYmMq__blob{filter:blur(80px);opacity:.5;z-index:0;background:#f3f4f6;border-radius:50%;width:400px;height:400px;animation:20s infinite alternate Hero-module__JgYmMq__blobFloat;position:absolute}.Hero-module__JgYmMq__blob1{background:#f0fdf4;top:-100px;right:-100px}.Hero-module__JgYmMq__blob2{background:#eff6ff;animation-delay:-5s;bottom:-100px;left:-100px}@keyframes Hero-module__JgYmMq__blobFloat{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.Hero-module__JgYmMq__previewContainer{z-index:10;grid-column:span 6;position:relative}.Hero-module__JgYmMq__preview{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:16px;transition:transform .5s;transform:perspective(1000px)rotateY(-2deg)rotateX(1deg);box-shadow:0 0 0 1px #0f0f0f0d,0 5px 10px #0f0f0f1a,0 15px 40px #0f0f0f26}.Hero-module__JgYmMq__preview:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.Hero-module__JgYmMq__mockupHeader{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.Hero-module__JgYmMq__dots{gap:6px;display:flex}.Hero-module__JgYmMq__dots span{border-radius:50%;width:8px;height:8px}.Hero-module__JgYmMq__dots span:first-child{background:#ff5f56}.Hero-module__JgYmMq__dots span:nth-child(2){background:#ffbd2e}.Hero-module__JgYmMq__dots span:nth-child(3){background:#27c93f}.Hero-module__JgYmMq__addressBar{color:#9ca3af;opacity:.8;background:#f7f7f5;border-radius:4px;flex:1;justify-content:center;align-items:center;max-width:60%;height:24px;margin-left:auto;margin-right:auto;font-size:10px;display:flex}.Hero-module__JgYmMq__mockupContent{gap:20px;display:flex}.Hero-module__JgYmMq__mockupSidebar{background:#f7f7f5;border-radius:6px;width:60px;height:240px}.Hero-module__JgYmMq__mockupMain{flex:1;position:relative}.Hero-module__JgYmMq__mockupTitle{background:#f3f4f6;border-radius:3px;width:140px;height:16px;margin-bottom:16px}.Hero-module__JgYmMq__mockupText{background:#f9fafb;border-radius:2px;width:100%;height:10px;margin-bottom:10px}.Hero-module__JgYmMq__mockupBlocks{grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0;display:grid}.Hero-module__JgYmMq__mockupBlocks span{background:#fff;border:1px dashed #e5e7eb;border-radius:6px;height:60px}.Hero-module__JgYmMq__mockupButton{float:right;color:#fff;background:#111;border-radius:6px;margin-top:12px;padding:8px 16px;font-size:11px;font-weight:600;animation:4s ease-in-out infinite Hero-module__JgYmMq__float}@keyframes Hero-module__JgYmMq__float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.Hero-module__JgYmMq__previewPlaceholder{background:#fff;padding:8px}@media (max-width:1024px){.Hero-module__JgYmMq__hero{padding:120px 0 80px}.Hero-module__JgYmMq__heroInner{text-align:center;grid-template-columns:1fr;gap:48px}.Hero-module__JgYmMq__content{grid-column:span 1;align-items:center;max-width:100%}.Hero-module__JgYmMq__description{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__ctas,.Hero-module__JgYmMq__trusted{justify-content:center}.Hero-module__JgYmMq__previewContainer{grid-column:span 1}.Hero-module__JgYmMq__preview{transform:none}}
.Countdown-module__HFsH2a__countdownSection{border-top:1px solid var(--border);text-align:center;background:radial-gradient(circle at 0 0,#fff 0%,#f9fafb 100%);padding:120px 0;position:relative;overflow:hidden}.Countdown-module__HFsH2a__countdownSection:before{content:"";background:radial-gradient(circle,#00000005 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.Countdown-module__HFsH2a__label{text-align:center;color:#111;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:.75rem;font-weight:800}.Countdown-module__HFsH2a__title{letter-spacing:-.05em;color:var(--foreground);margin-bottom:4rem;font-size:3.5rem;font-weight:800;line-height:1.1}.Countdown-module__HFsH2a__title span{color:#94a3b8}.Countdown-module__HFsH2a__statsBox{background:#fff;border:1px solid #0000000f;border-radius:2rem;flex-direction:column;align-items:center;gap:2rem;max-width:800px;margin:0 auto;padding:3rem 2.5rem;display:flex;box-shadow:0 4px 24px #0000000d}.Countdown-module__HFsH2a__counterWrapper{flex-direction:column;align-items:center;gap:.75rem;display:flex}.Countdown-module__HFsH2a__counterNumber{color:#000;letter-spacing:-.05em;font-variant-numeric:tabular-nums;font-size:5rem;font-weight:800;line-height:1;transition:transform .2s,color .2s}.Countdown-module__HFsH2a__counterNumber.Countdown-module__HFsH2a__pulse{color:#111;transform:scale(1.04)}.Countdown-module__HFsH2a__counterLabel{color:#64748b;text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;font-weight:700}.Countdown-module__HFsH2a__statsDivider{background:#0000000f;width:100%;height:1px}.Countdown-module__HFsH2a__statsList{justify-content:center;gap:4rem;width:100%;display:flex}.Countdown-module__HFsH2a__statItem{flex-direction:column;align-items:center;gap:.4rem;display:flex}.Countdown-module__HFsH2a__statNumber{color:#111;letter-spacing:-.03em;font-size:1.75rem;font-weight:800}.Countdown-module__HFsH2a__statLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700}@media (max-width:768px){.Countdown-module__HFsH2a__countdownSection{padding:80px 0}.Countdown-module__HFsH2a__title{margin-bottom:2.5rem;font-size:2rem}.Countdown-module__HFsH2a__counterNumber{font-size:3.5rem}.Countdown-module__HFsH2a__statsList{gap:2rem}.Countdown-module__HFsH2a__statsBox{padding:2rem 1.5rem}}@media (max-width:480px){.Countdown-module__HFsH2a__statsList{flex-direction:column;gap:1.5rem}}
.Features-module__MNwinW__features{background:#fff;padding:100px 0}.Features-module__MNwinW__header{text-align:center;max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto}.Features-module__MNwinW__sectionTitle{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem}.Features-module__MNwinW__sectionSubtitle{color:#64748b;font-size:1rem;line-height:1.6}.Features-module__MNwinW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__MNwinW__card{text-align:left;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:32px;transition:all .3s}.Features-module__MNwinW__card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d}.Features-module__MNwinW__icon{color:#1a1a1a;background:#fff;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:20px;display:flex;box-shadow:0 2px 4px #0000000d}.Features-module__MNwinW__card h3{color:#1a1a1a;margin-bottom:12px;font-size:1.125rem}.Features-module__MNwinW__card p{color:#64748b;font-size:.875rem;line-height:1.6}@media (max-width:768px){.Features-module__MNwinW__sectionTitle{font-size:1.75rem}}
.HowItWorks-module__u8qSLG__howItWorks{border-top:1px solid var(--border);background:#fff;padding:120px 0}.HowItWorks-module__u8qSLG__header{text-align:center;margin-bottom:5rem}.HowItWorks-module__u8qSLG__label{color:#94a3b8;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:800}.HowItWorks-module__u8qSLG__title{color:var(--foreground);letter-spacing:-.04em;font-size:3rem;font-weight:800;line-height:1.1}.HowItWorks-module__u8qSLG__grid{justify-content:center;align-items:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.HowItWorks-module__u8qSLG__step{border:1px solid var(--border);background:#fff;border-radius:1.5rem;flex-direction:column;flex:1;padding:2.5rem;transition:all .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative}.HowItWorks-module__u8qSLG__step:hover{border-color:#000;transform:translateY(-8px);box-shadow:0 30px 60px -12px #0000000d,0 18px 36px -18px #0000000d}.HowItWorks-module__u8qSLG__iconWrapper{color:#fff;background:#000;border-radius:1rem;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a}.HowItWorks-module__u8qSLG__stepNumber{color:#000;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 4px 6px -1px #0000001a}.HowItWorks-module__u8qSLG__content{text-align:left}.HowItWorks-module__u8qSLG__stepTitle{color:#000;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.HowItWorks-module__u8qSLG__stepDescription{color:#64748b;font-size:.9375rem;line-height:1.6}@media (max-width:1024px){.HowItWorks-module__u8qSLG__grid{gap:1.5rem}.HowItWorks-module__u8qSLG__step{padding:2rem}}@media (max-width:768px){.HowItWorks-module__u8qSLG__howItWorks{padding:80px 0}.HowItWorks-module__u8qSLG__title{font-size:2.25rem}.HowItWorks-module__u8qSLG__grid{flex-direction:column;align-items:center}.HowItWorks-module__u8qSLG__step{width:100%;max-width:480px}}
.Pricing-module__Pm6ArG__pricing{background:#fafafa;border-top:1px solid #e2e2e7;padding:120px 0}.Pricing-module__Pm6ArG__header{text-align:center;max-width:600px;margin-bottom:64px;margin-left:auto;margin-right:auto}.Pricing-module__Pm6ArG__sectionTitle{color:#111;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800}.Pricing-module__Pm6ArG__sectionSubtitle{color:#4b5563;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.Pricing-module__Pm6ArG__toggle{background:#f3f4f6;border-radius:999px;align-items:center;gap:2px;padding:4px;display:inline-flex}.Pricing-module__Pm6ArG__toggleBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:8px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.Pricing-module__Pm6ArG__toggleBtn.Pricing-module__Pm6ArG__active{color:#fff;background:#111}.Pricing-module__Pm6ArG__saveBadge{color:#16a34a;letter-spacing:.02em;background:#dcfce7;border-radius:999px;padding:2px 7px;font-size:.65rem;font-weight:700}.Pricing-module__Pm6ArG__toggleBtn.Pricing-module__Pm6ArG__active .Pricing-module__Pm6ArG__saveBadge{color:#fff;background:#16a34a}.Pricing-module__Pm6ArG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.Pricing-module__Pm6ArG__card{background:#fff;border:1px solid #e2e2e7;border-radius:20px;flex-direction:column;padding:48px;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.Pricing-module__Pm6ArG__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.Pricing-module__Pm6ArG__featured{border-color:#111;box-shadow:0 20px 25px -5px #0000000d}.Pricing-module__Pm6ArG__badge{color:#fff;letter-spacing:.05em;white-space:nowrap;background:#111;border-radius:999px;padding:6px 14px;font-size:.625rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__Pm6ArG__planName{color:#111;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:.875rem;font-weight:700}.Pricing-module__Pm6ArG__priceRow{align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.Pricing-module__Pm6ArG__price{color:#111;letter-spacing:-.04em;font-size:3rem;font-weight:800;line-height:1}.Pricing-module__Pm6ArG__period{color:#9ca3af;font-size:1.125rem;font-weight:500}.Pricing-module__Pm6ArG__billingNote{color:#9ca3af;margin-bottom:12px;font-size:.8rem}.Pricing-module__Pm6ArG__description{color:#4b5563;margin-top:12px;margin-bottom:32px;font-size:1rem;line-height:1.6}.Pricing-module__Pm6ArG__ctaButton{width:100%;margin-bottom:32px}.Pricing-module__Pm6ArG__featuresList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.Pricing-module__Pm6ArG__featuresList li{color:#4b5563;align-items:center;font-size:.875rem;display:flex}.Pricing-module__Pm6ArG__checkIcon{color:#10b981;flex-shrink:0;margin-right:12px}@media (max-width:1024px){.Pricing-module__Pm6ArG__sectionTitle{font-size:2rem}.Pricing-module__Pm6ArG__card{padding:32px}}@media (max-width:640px){.Pricing-module__Pm6ArG__grid{grid-template-columns:1fr}.Pricing-module__Pm6ArG__toggle{border-radius:16px;flex-wrap:wrap;justify-content:center}}
.CTA-module__ad7sBG__cta{padding:100px 0}.CTA-module__ad7sBG__card{text-align:center;color:#fff;background:#000;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;padding:80px 40px;display:flex}.CTA-module__ad7sBG__card h2{letter-spacing:-.04em;font-size:2.5rem}.CTA-module__ad7sBG__card p{color:#94a3b8;max-width:500px;font-size:1rem;line-height:1.6}.CTA-module__ad7sBG__actions{gap:1rem;margin:1rem 0;display:flex}.CTA-module__ad7sBG__footnote{color:#64748b!important;font-size:.75rem!important}@media (max-width:640px){.CTA-module__ad7sBG__card h2{font-size:2rem}.CTA-module__ad7sBG__actions{flex-direction:column;width:100%}.CTA-module__ad7sBG__actions a{width:100%}}
.Dashboard-module__8Mmpzq__layout{background:#fafafa;min-height:100vh;display:flex}.Dashboard-module__8Mmpzq__main{flex:1;min-width:0;margin-left:240px;padding:4rem}.Dashboard-module__8Mmpzq__container{max-width:1000px;margin:0 auto}.Dashboard-module__8Mmpzq__header{margin-bottom:3rem}.Dashboard-module__8Mmpzq__header h1{margin-bottom:.5rem;font-size:2rem}.Dashboard-module__8Mmpzq__header p{color:var(--muted-foreground)}.Dashboard-module__8Mmpzq__exportCard{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem}.Dashboard-module__8Mmpzq__inputGroup{gap:1rem;margin-bottom:1.5rem;display:flex}.Dashboard-module__8Mmpzq__urlInput{border-radius:var(--radius);border:1px solid var(--input);flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.875rem}.Dashboard-module__8Mmpzq__exportButton{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:.75rem 1.5rem;font-weight:600}.Dashboard-module__8Mmpzq__options{gap:2rem;display:flex}.Dashboard-module__8Mmpzq__option{color:var(--muted-foreground);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Dashboard-module__8Mmpzq__emptyState{text-align:center;margin-top:4rem}.Dashboard-module__8Mmpzq__previewBox{border:2px dashed var(--border);width:100%;min-height:400px;color:var(--muted-foreground);background:#fff;border-radius:1rem;justify-content:center;align-items:center;font-size:.875rem;display:flex;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__previewImage{object-fit:contain;width:100%;height:auto}.Dashboard-module__8Mmpzq__loadingOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#fffc;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;animation:.3s ease-out Dashboard-module__8Mmpzq__fadeIn;display:flex;position:fixed;inset:0}@keyframes Dashboard-module__8Mmpzq__fadeIn{0%{opacity:0}to{opacity:1}}.Dashboard-module__8Mmpzq__loadingStatus{color:var(--foreground);font-size:1.125rem;font-weight:600}.Dashboard-module__8Mmpzq__tableCard{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:1rem;overflow:hidden}.Dashboard-module__8Mmpzq__table{border-collapse:collapse;text-align:left;width:100%}.Dashboard-module__8Mmpzq__table th{text-transform:uppercase;color:var(--muted-foreground);border-bottom:1px solid var(--border);background:#fafafa;padding:1rem;font-size:.75rem}.Dashboard-module__8Mmpzq__table td{border-bottom:1px solid var(--border);padding:1rem;font-size:.875rem}.Dashboard-module__8Mmpzq__badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.Dashboard-module__8Mmpzq__pro{color:#166534;background:#dcfce7}.Dashboard-module__8Mmpzq__hobby{color:#374151;background:#f3f4f6}.Dashboard-module__8Mmpzq__team{color:#1e40af;background:#dbeafe}.Dashboard-module__8Mmpzq__error{color:#ef4444;margin-bottom:1rem;font-size:.875rem}.Dashboard-module__8Mmpzq__success{color:#166534;border-radius:var(--radius);background:#f0fdf4;border:1px solid #dcfce7;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.Dashboard-module__8Mmpzq__downloadLink{color:#fff;border-radius:var(--radius);background:#166534;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.Dashboard-module__8Mmpzq__animatedLogo{justify-content:center;align-items:center;width:64px;height:64px;animation:3s ease-in-out infinite Dashboard-module__8Mmpzq__float;display:flex;position:relative}.Dashboard-module__8Mmpzq__animatedLogo img{z-index:2;filter:drop-shadow(0 8px 16px #0000001a);position:relative}.Dashboard-module__8Mmpzq__ripple{z-index:1;background:#0000000d;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite Dashboard-module__8Mmpzq__pulse;position:absolute}@keyframes Dashboard-module__8Mmpzq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes Dashboard-module__8Mmpzq__pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.Dashboard-module__8Mmpzq__currentPlan{border-radius:var(--radius);border:1px solid var(--border);background:#fff;margin-bottom:3rem;padding:1.5rem;font-size:.875rem}.Dashboard-module__8Mmpzq__renews{color:var(--muted-foreground);margin-left:1rem}.Dashboard-module__8Mmpzq__loadingBox{text-align:center;color:var(--muted-foreground);padding:4rem;font-size:.875rem}.Dashboard-module__8Mmpzq__thumbnail{border:1px solid var(--border);background:#fff;border-radius:4px;width:60px;height:40px;overflow:hidden}.Dashboard-module__8Mmpzq__thumbnail img{object-fit:cover;width:100%;height:100%}.Dashboard-module__8Mmpzq__actionButton{color:var(--primary);font-size:.75rem;font-weight:600}.Dashboard-module__8Mmpzq__previewContainer{width:100%;position:relative}.Dashboard-module__8Mmpzq__unlockAction{border-radius:var(--radius);border:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1.5rem;display:flex}.Dashboard-module__8Mmpzq__freeSection{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__freeSection p{color:var(--muted-foreground);font-size:.875rem;font-weight:600}.Dashboard-module__8Mmpzq__premiumSection{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Dashboard-module__8Mmpzq__downloadButtonSecondary{color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.Dashboard-module__8Mmpzq__downloadButtonSecondary:hover{background:#f1f5f9}.Dashboard-module__8Mmpzq__downloadButton{color:#fff;border-radius:var(--radius);cursor:pointer;background:#166534;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.Dashboard-module__8Mmpzq__downloadButton:hover{background:#14532d}.Dashboard-module__8Mmpzq__lockedOverlay{z-index:10;background:#fff3;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Dashboard-module__8Mmpzq__lockedText{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.Dashboard-module__8Mmpzq__unlockButton{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:transform .2s;box-shadow:0 4px 12px #0000001a}.Dashboard-module__8Mmpzq__unlockButton:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}
.Exports-module__sutFIW__lockedBox{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;max-width:480px;margin:4rem auto;padding:3rem 2rem;box-shadow:0 4px 24px #0000000f}.Exports-module__sutFIW__lockIcon{margin-bottom:1rem;font-size:3rem}.Exports-module__sutFIW__lockedBox h2{color:#111;margin:0 0 .75rem;font-size:1.5rem;font-weight:800}.Exports-module__sutFIW__lockedBox p{color:#6b7280;margin:0 0 2rem;font-size:.95rem;line-height:1.7}.Exports-module__sutFIW__upgradeBtn{color:#fff;background:#111;border-radius:8px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.Exports-module__sutFIW__upgradeBtn:hover{opacity:.85}
.AnimatedOctopus-module__lJ8p5W__container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.AnimatedOctopus-module__lJ8p5W__octopusWrapper{width:120px;height:120px;margin:1rem auto;animation:4s ease-in-out infinite AnimatedOctopus-module__lJ8p5W__float,3s ease-in-out infinite AnimatedOctopus-module__lJ8p5W__wiggle;position:relative}.AnimatedOctopus-module__lJ8p5W__octopusWrapper svg{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AnimatedOctopus-module__lJ8p5W__bgOctopus{fill:#e5e7eb;z-index:1;position:absolute;inset:0}.AnimatedOctopus-module__lJ8p5W__fgOctopus{fill:#111;z-index:2;clip-path:url(#liquidFill);position:absolute;inset:0}.AnimatedOctopus-module__lJ8p5W__liquid{animation:15s cubic-bezier(.4,0,.2,1) forwards AnimatedOctopus-module__lJ8p5W__fillUp}.AnimatedOctopus-module__lJ8p5W__ripple{z-index:0;background:#0000000d;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite AnimatedOctopus-module__lJ8p5W__pulse;position:absolute}@keyframes AnimatedOctopus-module__lJ8p5W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes AnimatedOctopus-module__lJ8p5W__wiggle{0%,to{transform:scale(1)rotate(0)}25%{transform:scale(1.02,.98)rotate(2deg)}75%{transform:scale(.98,1.02)rotate(-2deg)}}@keyframes AnimatedOctopus-module__lJ8p5W__fillUp{0%{y:1024;height:0}20%{y:800;height:224px}40%{y:600;height:424px}60%{y:400;height:624px}80%{y:200;height:824px}to{y:0;height:1024px}}@keyframes AnimatedOctopus-module__lJ8p5W__pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2.5)}}
.Footer-module__Grjkva__footer{background:#fdfdfd;border-top:1px solid #f1f5f9;padding:80px 0 40px}.Footer-module__Grjkva__footerInner{justify-content:space-between;gap:40px;margin-bottom:80px;display:flex}.Footer-module__Grjkva__brand{max-width:300px}.Footer-module__Grjkva__logo{color:#1a1a1a;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:700;display:flex}.Footer-module__Grjkva__brand p{color:#64748b;margin-bottom:1.5rem;font-size:.75rem;line-height:1.6}.Footer-module__Grjkva__socials{gap:1rem;display:flex}.Footer-module__Grjkva__socialIcon{color:#94a3b8;font-size:.75rem;font-weight:500}.Footer-module__Grjkva__linksGrid{gap:80px;display:flex}.Footer-module__Grjkva__column{flex-direction:column;gap:12px;display:flex}.Footer-module__Grjkva__column h4{color:#1a1a1a;letter-spacing:.1em;margin-bottom:8px;font-size:.625rem;font-weight:700}.Footer-module__Grjkva__column a{color:#64748b;font-size:.75rem;transition:color .2s}.Footer-module__Grjkva__column a:hover{color:#1a1a1a}.Footer-module__Grjkva__bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:40px;display:flex}.Footer-module__Grjkva__copyright{color:#94a3b8;font-size:.625rem}.Footer-module__Grjkva__status{color:#64748b;align-items:center;gap:8px;font-size:.625rem;font-weight:500;display:flex}.Footer-module__Grjkva__statusDot{background:#10b981;border-radius:50%;width:6px;height:6px}@media (max-width:768px){.Footer-module__Grjkva__footerInner{flex-direction:column}.Footer-module__Grjkva__linksGrid{flex-wrap:wrap;gap:40px}}
