@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap";.navbar-container{display:flex;justify-content:center;padding:20px;position:sticky;top:0;z-index:1000}.navbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 24px;border-radius:16px;width:100%;max-width:1200px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #0000000d}.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.25rem;font-family:var(--font-display);color:#000;text-decoration:none}.logo-icon{width:32px;height:32px;background:#000;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.nav-links{display:flex;gap:32px;align-items:center}.nav-item{font-weight:500;color:#555;font-size:.95rem;transition:color .2s;cursor:pointer}.nav-item:hover{color:#000}.nav-cta{background:var(--color-primary);color:#000;padding:10px 20px;border-radius:8px;font-weight:700;font-size:.9rem;border:2px solid #000;box-shadow:3px 3px #000;transition:all .2s;cursor:pointer}.nav-cta:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}.nav-cta:active{transform:translate(2px,2px);box-shadow:1px 1px #000}.mobile-menu-btn{display:none}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}}.footer{background:#111;color:#fff;padding:80px 0 40px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:60px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;color:#ffde59;margin-bottom:10px}.footer-desc{font-size:.95rem;line-height:1.6;color:#999;max-width:300px}.footer-contact-item{display:flex;align-items:center;gap:10px;color:#999;font-size:.9rem}.contact-icon{color:#ffde59}.footer-title{font-size:1rem;font-weight:700;color:#ffde59;margin-bottom:15px;text-transform:uppercase;letter-spacing:.05em}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#ccc;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#ffde59;text-decoration:none}.social-icons-row{display:flex;gap:10px;margin-bottom:20px}.social-icon-box{width:40px;height:40px;background:#222;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;transition:all .2s;border:1px solid #333}.social-icon-box:hover{background:#ffde59;color:#000;border-color:#ffde59}.newsletter-label{display:block;margin-bottom:10px;font-weight:700;color:#fff;font-size:.9rem}.newsletter-form{display:flex;gap:10px;margin-bottom:20px}.newsletter-input{background:#222;border:1px solid #333;padding:10px 15px;border-radius:6px;color:#fff;flex:1;font-family:inherit}.subscribe-btn{background:#444;color:#fff;border:none;padding:10px 15px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.subscribe-btn:hover{background:#555}.schedule-btn{width:100%;background:#ffde59;color:#000;border:none;padding:12px;border-radius:6px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s}.schedule-btn:hover{transform:translateY(-2px)}.footer-bottom-row{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid #222}.footer-bottom-row p{font-size:.875rem;color:#666}.footer-legal-links{display:flex;gap:24px}.footer-legal-links a{font-size:.875rem;color:#666;transition:color .2s}.footer-legal-links a:hover{color:#fff}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-content{grid-template-columns:1fr}.footer-bottom-row{flex-direction:column;gap:20px;text-align:center}}.hero-section{padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.hero-headline{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#111;margin-bottom:1.5rem;letter-spacing:-1.5px;opacity:0;animation:slideUpFade .8s ease-out forwards}.hero-headline:nth-child(2){animation-delay:.2s}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.boxed-highlight{display:inline-block;border:3px solid #000;padding:2px 18px;border-radius:12px;margin:0 10px;color:#000;background-color:#ffde59;transform:rotate(-2deg);transition:transform .3s ease;box-shadow:4px 4px #000}.boxed-highlight:hover{transform:rotate(0) scale(1.05);box-shadow:6px 6px #000}.yellow-underline{position:relative;display:inline-block}.yellow-underline:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:12px;background:#ffde59;z-index:-1;border-radius:4px;opacity:.6;transition:height .3s ease}.yellow-underline:hover:after{height:20px;opacity:1}.hero-subheadline{font-size:1.25rem;color:#555;margin-bottom:3rem;max-width:640px;margin-left:auto;margin-right:auto;opacity:0;animation:slideUpFade .8s ease-out .4s forwards;line-height:1.7}.hero-cta-group{display:flex;gap:24px;justify-content:center;align-items:center;margin-bottom:60px;opacity:0;animation:slideUpFade .8s ease-out .6s forwards}.marquee-container{-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);overflow:hidden;white-space:nowrap;max-width:900px;margin:0 auto;padding:10px 0;opacity:0;animation:fadeIn 1s ease-out 1s forwards}.marquee-content{display:inline-flex;gap:40px;animation:scrollLeft 30s linear infinite;padding-left:20px}.trust-item{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:#fff;border-radius:50px;border:1px solid rgba(0,0,0,.05);font-weight:600;color:#444;white-space:nowrap;transition:transform .3s}.trust-item:hover{transform:scale(1.05);border-color:#000;box-shadow:0 4px 10px #0000000d}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.track-record-section{padding:80px 0;background:linear-gradient(to bottom,transparent,#FFF,transparent)}.section-headline{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1rem;letter-spacing:-.5px}.section-subheadline{text-align:center;color:#666;margin-bottom:60px;font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{background:#fff;border:2px solid #000;border-radius:16px;padding:32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:4px 4px #000;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;top:0;opacity:0;animation:slideUpFade .6s ease-out forwards}.stat-card:nth-child(1){animation-delay:.2s}.stat-card:nth-child(2){animation-delay:.3s}.stat-card:nth-child(3){animation-delay:.4s}.stat-card:nth-child(4){animation-delay:.5s}.stat-card:hover{top:-6px;box-shadow:8px 8px #000;background:#fffaec}.stat-icon-wrapper{width:64px;height:64px;background:#fff9e5;border:2px solid #FFDE59;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#000;font-weight:700;font-size:1.5rem;transition:all .3s ease}.stat-card:hover .stat-icon-wrapper{transform:rotate(10deg) scale(1.1);background:#ffde59}.stat-number{font-size:3rem;font-weight:800;margin-bottom:8px;line-height:1;font-variant-numeric:tabular-nums}.stat-label{font-weight:700;font-size:1.1rem;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.pain-section{padding:80px 0}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pain-card{background:#fff;border:2px solid #eee;border-radius:20px;padding:40px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;cursor:default}.pain-card:hover{border-color:#ff5757;box-shadow:0 10px 30px #ff57571a;transform:translateY(-5px)}.pain-card:hover .stat-icon-wrapper{background:#ff5757!important;color:#fff!important;transform:rotate(-5deg)}.comparison-section{padding:100px 0}.word-art-mvp{font-size:4rem;font-weight:900;color:#ffde59;-webkit-text-stroke:2px #000;display:inline-block;margin-left:10px;transform:rotate(-3deg);transition:transform .3s}.word-art-mvp:hover{transform:rotate(3deg) scale(1.1)}.comparison-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}.comparison-col{background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:20px;border:2px solid transparent;transition:all .3s ease}.comparison-col.bad{border:1px solid #eee;opacity:.8}.comparison-col.bad:hover{opacity:1;border-color:#ddd;box-shadow:0 10px 20px #0000000d}.comparison-col.winner{background:#fffbf0;border:3px solid #000;position:relative;box-shadow:8px 8px #000;transform:scale(1.02);z-index:2}.comparison-col.winner:hover{transform:scale(1.04)}.winner-cta-box{margin-top:auto;text-align:center}.col-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.col-icon{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#f1f5f9}.feature-item{display:flex;gap:12px;align-items:flex-start;padding:4px 0;transition:transform .2s}.feature-item:hover{transform:translate(5px)}.journey-section{padding:100px 0;background:#fff9f0}.journey-calendar{background:#fff;border-radius:24px;padding:30px;border:2px solid #000;box-shadow:4px 4px #000;transition:transform .3s}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.calendar-day-label{text-align:center;font-weight:700;color:#888;font-size:.8rem;margin-bottom:10px}.journey-calendar:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.calendar-card{transition:all .2s ease;cursor:pointer;min-height:80px;padding:8px;border-radius:8px;display:flex;flex-direction:column;font-size:.8rem}.calendar-card.week1{background:#e0f2fe;color:#0369a1;border-left:3px solid #0284c7}.calendar-card.week2{background:#f0fdf4;color:#15803d;border-left:3px solid #16a34a}.calendar-card.week3{background:#fefce8;color:#854d0e;border-left:3px solid #eab308}.calendar-card.empty{background:transparent}.card-date{font-weight:700;margin-bottom:4px}.calendar-card:hover{transform:scale(1.1);z-index:10;box-shadow:0 4px 10px #0000001a}.pricing-section{padding:100px 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:center}.pricing-card{background:#fff;border:2px solid #000;border-radius:20px;padding:40px 30px;text-align:center;position:relative;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.price-box{margin:20px 0}.price{font-size:2.5rem;font-weight:800}.old-price{font-size:1.2rem;text-decoration:line-through;color:#888;font-weight:400;margin-left:10px}.features-list{text-align:left;margin:30px 0;flex-grow:1}.feature-list-item{margin-bottom:12px;display:flex;gap:10px;font-size:.95rem}.pricing-card:hover{transform:translateY(-10px);box-shadow:8px 8px #000}.pricing-card.featured{border:3px solid #000;box-shadow:8px 8px #ffde59,12px 12px #000;transform:scale(1.05);z-index:10}.pricing-card.featured:hover{transform:scale(1.08);box-shadow:10px 10px #ffde59,16px 16px #000}.save-badge{background:#dcfce7;color:#166534;padding:4px 12px;border-radius:50px;font-size:.85rem;font-weight:700;display:inline-block;margin-top:5px;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.guarantee-container{background:#fffefa;border:2px solid #000;border-radius:24px;padding:60px 40px;max-width:1000px;margin:0 auto;position:relative;overflow:hidden}.guarantee-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;background:#ffde59}.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.guarantee-item{padding:20px;border-radius:12px;transition:all .3s ease;text-align:center}.guarantee-item:hover{background:#fff9e5;transform:translateY(-5px)}.guarantee-icon{width:60px;height:60px;color:#000;margin-bottom:20px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.guarantee-item:hover .guarantee-icon{transform:rotate(360deg) scale(1.2);color:#ffde59;filter:drop-shadow(2px 2px 0px #000)}.guarantee-title{font-weight:700;font-size:1.2rem;margin-bottom:10px}.guarantee-desc{font-size:.95rem;color:#555;line-height:1.6}.portfolio-section{padding:100px 0}.portfolio-stats{display:flex;justify-content:center;gap:40px;margin-bottom:60px}.p-stat-box{background:#fff;border:2px solid #000;border-radius:16px;padding:15px 30px;box-shadow:4px 4px #000;transition:all .3s;text-align:center;min-width:150px}.p-stat-num{display:block;font-size:2rem;font-weight:800}.p-stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.p-stat-box:hover{transform:translateY(-5px) rotate(2deg);background:#000;color:#ffde59;border-color:#ffde59}.phones-showcase{display:flex;justify-content:center;gap:40px;padding:40px 0}.phone-mockup{width:280px;height:560px;background:#111;border-radius:40px;padding:12px;box-shadow:0 30px 60px #0000004d;position:relative;transition:all .5s ease;border:4px solid #333;overflow:hidden}.phone-screen{width:100%;height:100%;background:#fff;border-radius:30px;position:relative;overflow:hidden}.phone-overlay{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:#000c;color:#fff;transform:translateY(100%);transition:transform .3s}.phone-mockup:hover .phone-overlay{transform:translateY(0)}.phone-mockup:hover{transform:translateY(-20px) scale(1.05);box-shadow:0 50px 80px #0006;z-index:10;border-color:#ffde59}.phone-mockup:nth-child(1){animation:float 6s ease-in-out infinite}.phone-mockup:nth-child(2){animation:float 6s ease-in-out 1s infinite;margin-top:-40px}.phone-mockup:nth-child(3){animation:float 6s ease-in-out 2s infinite}.testimonials-section{padding:100px 0}.testimonial-container{display:grid;grid-template-columns:350px 1fr;gap:0;align-items:stretch;background:#fff;border:2px solid #000;border-radius:24px;overflow:hidden;box-shadow:8px 8px #000;max-width:900px;margin:0 auto}.testimonial-image-wrapper{background:#f0f0f0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;border-right:2px solid #000}.testimonial-content{padding:50px}.testimonial-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:20px;border:3px solid #000}.testimonial-quote{font-size:1.25rem;font-style:italic;margin:20px 0;line-height:1.6}.faq-section{padding:100px 0 60px}details.faq-item{background:#fff;border:2px solid #000;border-radius:12px;padding:24px;cursor:pointer;box-shadow:4px 4px #000;transition:all .3s ease;margin-bottom:20px}details.faq-item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000;background:#fffaec}details.faq-item[open]{box-shadow:8px 8px #ffde59;border-color:#000;transform:translate(-2px,-2px)}summary.faq-question{list-style:none;font-weight:700;font-size:1.1rem;display:flex;justify-content:space-between;align-items:center}summary.faq-question:after{content:"+";font-size:1.5rem;background:#eee;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}details[open] summary.faq-question:after{content:"-";background:#ffde59;color:#000;transform:rotate(180deg)}.faq-answer{margin-top:15px;padding-top:15px;border-top:1px solid #eee;animation:fadeIn .5s ease}.still-questions-section{padding:40px 0 80px}.questions-cta-box{background:#fff9e5;border:2px solid #FFDE59;border-radius:24px;padding:60px 40px;text-align:center;max-width:800px;margin:0 auto;transition:transform .3s}.questions-headline{font-size:2rem;margin-bottom:10px}.questions-sub{font-size:1.1rem;color:#555;margin-bottom:30px}.response-time-text{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:#666}.questions-cta-box:hover{transform:scale(1.02);box-shadow:0 20px 40px #ffde5933}.scarcity-section{padding:80px 0;background:#fafafa;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd}.scarcity-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}.scarcity-card{background:#fff;border:2px solid #000;border-radius:20px;padding:40px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.scarcity-title{font-size:1.5rem;margin-bottom:10px;font-weight:800}.scarcity-sub{color:#555;margin-bottom:30px}.scarcity-card:hover{box-shadow:8px 8px #000;transform:translateY(-5px)}.progress-item{margin-bottom:15px;text-align:left}.progress-label{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:600;font-size:.9rem}.progress-track{background:#eee;height:10px;border-radius:5px;overflow:hidden;border:1px solid #ddd}.progress-fill{height:100%;background:linear-gradient(90deg,#ffde59,#ff5722);border-radius:5px;box-shadow:0 0 10px #ff57224d;transition:width 1.5s ease-out;width:0;animation:fillProgress 2s ease-out forwards}@keyframes fillProgress{to{width:var(--target-width, 100%)}}.availability-box{margin-top:20px;font-weight:700;color:#444;padding:10px;background:#f0f0f0;border-radius:8px}.timer-block{display:inline-block;background:#111;color:#ffde59;padding:10px;border-radius:8px;margin:0 5px;min-width:60px}.countdown-timer{margin:20px 0}.timer-val{font-size:1.5rem;font-weight:700;display:block}.timer-label{font-size:.7rem;text-transform:uppercase}.pricing-increase-box{background:#f9f9f9;padding:20px;border-radius:12px;border:1px dashed #ccc}.price-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem}.price-val.yellow{background:#ffde59;padding:2px 6px;font-weight:700;border-radius:4px}.price-val.striked{text-decoration:line-through;color:#888}.savings-box{margin-top:10px;font-weight:700;color:#166534;background:#dcfce7;padding:8px;border-radius:8px}.final-cta-section{padding:100px 0 120px;text-align:center;background:#fff}.final-cta-headline{font-size:3.5rem;margin-bottom:20px;line-height:1.2}.final-cta-sub{font-size:1.25rem;color:#555;max-width:600px;margin:0 auto 40px}.yellow-highlight-box{background:#fff9e5;padding:2px 12px;border:2px dashed #FFDE59;display:inline-block;transform:rotate(-1deg);transition:all .3s}.yellow-highlight-box:hover{transform:rotate(2deg) scale(1.1);background:#ffde59;border-style:solid;color:#000}.checks-row{display:flex;justify-content:center;gap:20px;margin:40px 0}.check-item-box{border:2px solid #eee;padding:12px 24px;border-radius:50px;background:#fff;display:flex;align-items:center;gap:10px;font-weight:600;transition:all .3s;cursor:default}.check-item-box:hover{border-color:#ffde59;transform:translateY(-3px);background:#fff;box-shadow:0 4px 10px #0000000d}.spots-pill{display:inline-flex;align-items:center;gap:8px;background:#fee2e2;color:#b91c1c;padding:8px 16px;border-radius:50px;font-weight:600;font-size:.9rem;margin-top:20px}.final-social-proof{margin-top:30px;color:#666;font-size:.9rem}@media(max-width:1024px){.stats-grid,.pain-grid,.comparison-grid,.pricing-grid,.guarantee-grid,.scarcity-container,.testimonial-container{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto;gap:30px}.testimonial-image-wrapper{border-right:none;border-bottom:2px solid #000;padding:30px}.testimonial-content{padding:30px;text-align:center}.phones-showcase{flex-direction:column;align-items:center}.phone-mockup:nth-child(2){margin-top:0}.checks-row{flex-direction:column;align-items:center}.calendar-grid{grid-template-columns:repeat(2,1fr)!important}.calendar-card{min-height:60px}.calendar-card.empty{display:none}}@media(max-width:768px){.hero-headline{font-size:2.8rem}.calendar-grid{grid-template-columns:1fr!important}.final-cta-headline{font-size:2.5rem}}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:60px 0}.auth-container{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;max-width:1100px;margin:0 auto;padding:0 24px;width:100%}.auth-card{background:#fff;border:2px solid #000;border-radius:16px;padding:40px;box-shadow:8px 8px #000}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{margin-bottom:8px;font-size:2rem;color:#000}.auth-header p{font-size:1rem;color:#666}.auth-error{background:#fee2e2;border:2px solid #EF4444;color:#b91c1c;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-weight:600}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-weight:700;font-size:.9rem;color:#111}.form-input{width:100%;padding:12px 16px;border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:var(--font-main);transition:all .2s;background:#fafafa}.form-input:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 4px #ffde594d}.form-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.form-link{font-size:.85rem;color:#555;text-decoration:underline}.form-link:hover{color:#000}.auth-submit{width:100%;margin-top:10px}.auth-divider{position:relative;text-align:center;margin:32px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ddd}.auth-divider span{position:relative;background:#fff;padding:0 16px;font-size:.875rem;color:#888;font-weight:500}.auth-social{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.btn-social{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#fff;border:2px solid #ddd;border-radius:8px;color:#444;font-weight:600;cursor:pointer;transition:all .2s}.btn-social:hover{border-color:#000;transform:translateY(-2px);color:#000}.auth-footer{text-align:center;padding-top:24px;border-top:1px solid #eee}.auth-footer p{font-size:.95rem;color:#666}.auth-footer a{color:#000;font-weight:700;text-decoration:underline}.auth-info{display:flex;flex-direction:column;justify-content:center;padding:40px;background:#ffde59;border:2px solid #000;border-radius:16px;box-shadow:8px 8px #000}.auth-info h2{font-size:2.5rem;margin-bottom:16px;color:#000;line-height:1.1}.auth-info>p{font-size:1.1rem;margin-bottom:40px;color:#222}.auth-features{display:flex;flex-direction:column;gap:20px}.auth-feature{display:flex;align-items:center;gap:12px;color:#000;font-weight:600;font-size:1.1rem}.auth-feature svg{width:24px;height:24px;background:#000;color:#ffde59;padding:4px;border-radius:50%;flex-shrink:0}@media(max-width:968px){.auth-container{grid-template-columns:1fr}.auth-info{order:-1}}.dashboard-page{min-height:calc(100vh - 80px);padding:60px 0;margin-top:80px}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.dashboard-header h1{margin-bottom:8px;font-size:2.5rem;color:#000}.dashboard-header p{color:#666;font-size:1.1rem}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 4px 6px #0000000d}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-primary{background:#fff9e5;color:#f8b319}.stat-icon-success{background:#dcfce7;color:#16a34a}.stat-icon-accent{background:#dbeafe;color:#2563eb}.stat-icon-warning{background:#fef3c7;color:#d97706}.stat-info{flex:1}.stat-value{font-size:2rem;font-weight:800;font-family:var(--font-display);color:#000;line-height:1;margin-bottom:4px}.stat-label{font-size:.9rem;color:#666;font-weight:600}.dashboard-content{display:grid;grid-template-columns:1fr 350px;gap:40px}.section-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header-inline h2{font-size:1.5rem;color:#000}.projects-grid{display:grid;gap:24px}.project-card{background:#fff;border:1px solid #eee;padding:32px;border-radius:16px;box-shadow:0 4px 6px #00000005}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.project-header h3{font-size:1.5rem;margin:0;color:#000}.project-meta{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eee}.meta-item{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.meta-label{color:#888}.meta-value{color:#000;font-weight:600}.project-progress{margin-bottom:24px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem}.progress-percent{color:#000;font-weight:700}.progress-bar{height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden}.progress-fill{height:100%;background:#ffde59;border-radius:5px;border:1px solid rgba(0,0,0,.1)}.project-actions{display:flex;gap:12px}.btn-sm{padding:8px 16px;font-size:.9rem}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-card{background:#fff;border:1px solid #eee;padding:24px;border-radius:16px}.sidebar-card h3{font-size:1.25rem;margin-bottom:20px;color:#000}.quick-actions{display:flex;flex-direction:column;gap:12px}.quick-action-btn{display:flex;align-items:center;gap:12px;padding:12px;background:#fff9f0;border:1px solid transparent;border-radius:8px;color:#000;font-weight:600;cursor:pointer;transition:all .2s;text-align:left}.quick-action-btn:hover{background:#ffde59;border-color:#000}.updates-list{display:flex;flex-direction:column;gap:16px}.update-item{display:flex;gap:12px}.update-dot{width:10px;height:10px;background:#ffde59;border:1px solid #000;border-radius:50%;margin-top:6px;flex-shrink:0}.update-content{flex:1}.update-title{font-size:1rem;color:#000;font-weight:600;margin-bottom:4px}.update-time{font-size:.8rem;color:#888}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-header h2{font-size:1.8rem;color:#000}.modal-close:hover{color:#000}.modal-body{padding:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#000}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#ffde59;box-shadow:0 0 0 3px #ffde591a}.modal-actions{display:flex;gap:1rem;margin-top:2rem}@media(max-width:1200px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-content{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-header{flex-direction:column;gap:20px}.dashboard-header button{width:100%}.dashboard-stats{grid-template-columns:1fr}.project-actions{flex-direction:column}}.admin-page{min-height:calc(100vh - 80px);padding:var(--space-3xl) 0;margin-top:80px}.admin-header{margin-bottom:var(--space-2xl)}.admin-header h1{margin-bottom:var(--space-xs)}.admin-header p{color:var(--text-tertiary)}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);margin-bottom:var(--space-2xl)}.admin-tabs{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg);border-bottom:2px solid var(--border-primary)}.admin-tab{padding:var(--space-sm) var(--space-lg);background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);font-family:var(--font-main);font-size:1rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);margin-bottom:-2px}.admin-tab:hover{color:var(--text-primary)}.admin-tab-active{color:var(--color-primary-light);border-bottom-color:var(--color-primary)}.admin-content{min-height:400px}.admin-table-wrapper{padding:var(--space-lg)}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-lg)}.table-header h3{font-size:1.25rem;margin:0}.table-responsive{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;padding:var(--space-sm) var(--space-md);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);border-bottom:2px solid var(--border-primary)}.admin-table td{padding:var(--space-md);border-bottom:1px solid var(--border-primary);color:var(--text-secondary)}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg-tertiary)}.table-value{font-weight:600;color:var(--color-accent-light)}.table-progress{display:flex;align-items:center;gap:var(--space-sm)}.table-progress .progress-bar{flex:1;height:6px}.table-progress .progress-percent{font-size:.75rem;font-weight:600;color:var(--color-primary-light);min-width:40px;text-align:right}.table-actions{display:flex;gap:var(--space-xs)}.btn-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.btn-icon:hover{background:var(--bg-card-hover);border-color:var(--color-primary);color:var(--color-primary-light)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}.settings-grid .card{padding:var(--space-lg)}.settings-grid h3{font-size:1.25rem;margin-bottom:var(--space-md)}.settings-section{display:flex;flex-direction:column;gap:var(--space-md)}.setting-toggle{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md);background:var(--bg-tertiary);border-radius:var(--radius-md)}.setting-label{font-weight:500;color:var(--text-primary);margin-bottom:.25rem}.setting-description{font-size:.875rem;color:var(--text-tertiary)}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:var(--bg-card);border:2px solid var(--border-primary);transition:var(--transition-base);border-radius:var(--radius-full)}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background:var(--text-tertiary);transition:var(--transition-base);border-radius:50%}.toggle input:checked+.toggle-slider{background:var(--color-primary);border-color:var(--color-primary)}.toggle input:checked+.toggle-slider:before{background:#fff;transform:translate(24px)}@media(max-width:1200px){.admin-stats{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}}@media(max-width:768px){.admin-stats{grid-template-columns:1fr}.admin-tabs{overflow-x:auto}.admin-tab{white-space:nowrap}.table-header{flex-direction:column;align-items:stretch;gap:var(--space-md)}.table-header .btn{width:100%}.admin-table{font-size:.875rem}.admin-table th,.admin-table td{padding:var(--space-xs) var(--space-sm)}}.project-details-page{min-height:100vh;padding:120px 0 60px;background:linear-gradient(135deg,#f8f9fa,#fff)}.project-details-header{margin-bottom:2rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;margin-bottom:1.5rem;font-size:.95rem;transition:color .3s}.back-link:hover{color:#1a1a1a}.project-title-section{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.project-title-section h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.project-description{color:#666;font-size:1.1rem}.project-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;overflow-x:auto}.tab{padding:1rem 1.5rem;background:none;border:none;color:#666;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s;white-space:nowrap;position:relative}.tab:hover{color:#1a1a1a;background:#ffde591a}.tab.active{color:#1a1a1a;border-bottom-color:#ffde59}.badge-notification{position:absolute;top:8px;right:8px;background:#f44;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.tab-content{min-height:400px}.overview-content{display:flex;flex-direction:column;gap:1.5rem}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{color:#666;font-size:.9rem;font-weight:500}.detail-value{color:#1a1a1a;font-size:1.1rem;font-weight:600}.requirements-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.requirement-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.requirement-item svg{color:#4caf50;flex-shrink:0}.milestones-content{display:flex;flex-direction:column;gap:1.5rem}.milestone-form{margin-bottom:1.5rem}.milestone-form h4{margin-bottom:1rem}.milestones-list{display:flex;flex-direction:column;gap:1rem}.milestone-card{position:relative;padding:1.5rem;transition:transform .3s,box-shadow .3s}.milestone-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.milestone-card.completed{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #4CAF50}.milestone-header{display:flex;align-items:flex-start;gap:1rem}.milestone-icon{flex-shrink:0;color:#ffde59}.milestone-card.completed .milestone-icon{color:#4caf50}.milestone-info{flex:1}.milestone-info h4{font-size:1.2rem;margin-bottom:.5rem;color:#1a1a1a}.milestone-info p{color:#666;margin-bottom:.5rem}.milestone-date{display:inline-block;padding:.25rem .75rem;background:#ffde5933;border-radius:20px;font-size:.85rem;color:#666}.files-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.file-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:background .3s}.file-item:hover{background:#e9ecef}.file-icon{flex-shrink:0;color:#ffde59}.file-info{flex:1}.file-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.file-meta{font-size:.85rem;color:#666}.messages-card{min-height:500px;display:flex;flex-direction:column;padding:0}.messages-list{flex:1;padding:1.5rem;max-height:500px;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message{display:flex;max-width:70%}.message.sent{align-self:flex-end}.message.received{align-self:flex-start}.message-bubble{padding:.75rem 1rem;border-radius:16px;background:#f8f9fa}.message.sent .message-bubble{background:linear-gradient(135deg,#ffde59,#ffd000);color:#1a1a1a}.message-bubble p{margin-bottom:.25rem}.message-time{font-size:.75rem;color:#666}.message.sent .message-time{color:#0009}.message-input-form{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e0e0e0}.message-input-form input{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:24px;font-size:1rem}.message-input-form button{display:flex;align-items:center;gap:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#666}.empty-state svg{margin-bottom:1rem;color:#ccc}.empty-state p{font-size:1rem}.error-message{text-align:center;padding:3rem}.error-message h2{color:#f44;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#1a1a1a}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffde59}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.text-muted{color:#999;font-style:italic}@media(max-width:768px){.project-title-section h1{font-size:1.8rem}.project-stats-grid{grid-template-columns:repeat(2,1fr)}.tabs{gap:.25rem}.tab{padding:.75rem 1rem;font-size:.9rem}.message{max-width:85%}.details-grid{grid-template-columns:1fr}}.payments-page{min-height:100vh;padding:120px 0 60px;background:linear-gradient(135deg,#f8f9fa,#fff)}.payments-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.payments-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.payments-header p{color:#666;font-size:1.1rem}.payment-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:16px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid #e0e0e0}.modal-header h2{font-size:2rem;color:#1a1a1a}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;transition:color .3s}.modal-close:hover{color:#1a1a1a}.packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem}.package-card{position:relative;padding:2rem;border:2px solid #e0e0e0;border-radius:16px;transition:all .3s;background:#fff}.package-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.package-card.popular{border-color:#ffde59;background:linear-gradient(135deg,#fffef9,#fff)}.package-card.selected{border-color:#ffde59;box-shadow:0 0 0 3px #ffde594d}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ffde59,#ffd000);color:#1a1a1a;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.85rem}.package-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;text-align:center}.package-price{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.package-price .currency{font-size:1.5rem;color:#666;vertical-align:top}.package-price .amount{font-size:3rem;font-weight:700;color:#1a1a1a}.features-list{list-style:none;padding:0;margin:0 0 2rem}.features-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#1a1a1a}.features-list li svg{color:#4caf50;flex-shrink:0}.btn-block{width:100%}.modal-actions{padding:2rem;border-top:1px solid #e0e0e0;text-align:center}.payment-history-section{margin-top:3rem}.payment-history-section h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:1.5rem}.payments-list{display:flex;flex-direction:column;gap:1rem}.payment-card{transition:transform .3s,box-shadow .3s}.payment-card:hover{transform:translate(5px);box-shadow:0 4px 15px #0000001a}.payment-header{display:flex;align-items:center;gap:1.5rem}.payment-icon{flex-shrink:0;width:48px;height:48px;background:linear-gradient(135deg,#ffde59,#ffd000);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.payment-info{flex:1}.payment-info h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem}.payment-date{color:#666;font-size:.9rem}.payment-status{margin-right:1rem}.payment-amount{font-size:1.5rem;font-weight:700;color:#1a1a1a}.payment-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0;display:flex;gap:1rem;font-size:.9rem}.detail-label{color:#666;font-weight:500}.detail-value{color:#1a1a1a;font-family:monospace}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:2px dashed #e0e0e0}.empty-state svg{color:#e0e0e0;margin-bottom:1.5rem}.empty-state h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:.5rem}.empty-state p{color:#666;margin-bottom:2rem}.error-message{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #FFDE59;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.payments-header h1{font-size:1.8rem}.payment-stats-grid{grid-template-columns:1fr}.packages-grid{grid-template-columns:1fr;padding:1rem}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.5rem}.payment-header{flex-wrap:wrap}.payment-amount{width:100%;text-align:left;margin-top:.5rem}.payment-details{flex-direction:column}}.profile-page{min-height:100vh;padding:120px 0 60px;background:linear-gradient(135deg,#f8f9fa,#fff)}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}.profile-header p{color:#666;font-size:1.1rem}.profile-content{display:grid;grid-template-columns:300px 1fr;gap:2rem}.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.user-avatar-section{text-align:center;padding:2rem 1.5rem}.user-avatar{width:100px;height:100px;background:linear-gradient(135deg,#ffde59,#ffd000);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 auto 1rem}.user-avatar-section h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:.5rem}.user-avatar-section p{color:#666;font-size:.9rem;margin-bottom:1rem}.settings-menu{padding:.5rem}.menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background:none;border:none;border-radius:8px;color:#666;font-size:1rem;cursor:pointer;transition:all .3s;text-align:left}.menu-item:hover{background:#f8f9fa;color:#1a1a1a}.menu-item.active{background:linear-gradient(135deg,#ffde5933,#ffd0001a);color:#1a1a1a;font-weight:600}.menu-item svg{flex-shrink:0}.profile-main{display:flex;flex-direction:column;gap:1.5rem}.settings-card{padding:2rem}.settings-card h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:.5rem}.card-subtitle{color:#666;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a}.form-group input,.form-group textarea,.form-select{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-select:focus{outline:none;border-color:#ffde59;box-shadow:0 0 0 3px #ffde591a}.form-help{display:block;margin-top:.5rem;font-size:.85rem;color:#666}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.notification-settings{display:flex;flex-direction:column;gap:1.5rem}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f8f9fa;border-radius:12px;transition:background .3s}.notification-item:hover{background:#e9ecef}.notification-info h4{font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem}.notification-info p{color:#666;font-size:.9rem}.toggle{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.toggle input:checked+.toggle-slider{background:linear-gradient(135deg,#ffde59,#ffd000)}.toggle input:checked+.toggle-slider:before{transform:translate(24px)}.preferences-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.preferences-section:last-child{border-bottom:none}.preferences-section h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:1.5rem}.preference-item{margin-bottom:1.5rem}.preference-item label{display:block;margin-bottom:.5rem;font-weight:600;color:#1a1a1a}@media(max-width:992px){.profile-content{grid-template-columns:1fr}.profile-sidebar{order:-1}.settings-menu{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}}@media(max-width:768px){.profile-header h1{font-size:1.8rem}.form-row{grid-template-columns:1fr}.settings-card{padding:1.5rem}.settings-menu{grid-template-columns:1fr}.notification-item{flex-direction:column;align-items:flex-start;gap:1rem}}:root{--color-primary: #FFDE59;--color-primary-hover: #FADB45;--color-black: #111111;--color-white: #FFFFFF;--color-cream: #FFF9F0;--color-text-main: #111111;--color-text-light: #555555;--color-border: #EEEEEE;--bg-main: #FFF9F0;--bg-card: #FFFFFF;--shadow-hard: 4px 4px 0px 0px #000000;--shadow-medium: 0 4px 20px rgba(0, 0, 0, .05);--border-thick: 2px solid #000000;--border-thin: 1px solid rgba(0, 0, 0, .1);--font-main: "Inter", sans-serif;--font-display: "Space Grotesk", sans-serif;--radius-pill: 9999px;--radius-card: 16px;--radius-btn: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--bg-main);background-image:radial-gradient(#e5e7eb 1px,transparent 1px);background-size:24px 24px;color:var(--color-text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;color:var(--color-black);line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.text-center{text-align:center}.flex-center{display:flex;align-items:center;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-weight:700;font-size:1rem;border-radius:var(--radius-btn);cursor:pointer;border:2px solid #000;transition:all .2s cubic-bezier(.25,.8,.25,1);white-space:nowrap;position:relative;overflow:hidden}.btn-primary{background-color:var(--color-primary);color:var(--color-black);box-shadow:var(--shadow-hard)}.btn-primary:hover{transform:translate(-2px,-4px);box-shadow:6px 8px #000}.btn-primary:active{transform:translate(2px,2px);box-shadow:0 0 #000}.btn-secondary{background-color:#fff;color:var(--color-black);box-shadow:2px 2px #000}.btn-secondary:hover{background-color:#fafafa;transform:translate(-1px,-2px);box-shadow:4px 4px #000}.btn-secondary:active{transform:translate(1px,1px);box-shadow:0 0 #000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}80%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.animate-float{animation:float 4s ease-in-out infinite}.animate-pop{animation:popIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}.card{background:var(--bg-card);border-radius:var(--radius-card);padding:32px;border:2px solid rgba(0,0,0,.05);transition:all .3s ease}.card:hover{border-color:#000;box-shadow:4px 4px #000;transform:translateY(-4px)}
