.App{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.navbar{position:sticky;top:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:16px 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;transition:opacity .3s ease}.logo:hover{opacity:.8}.logo-img{height:120px;width:auto;object-fit:contain}@media (max-width: 768px){.logo-img{height:85px}}.nav-cta{padding:10px 24px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.hero{position:relative;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;padding:140px 0 120px;text-align:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:#ffffff1a;top:-200px;right:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:#ffffff1a;bottom:-150px;left:-150px;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero-badge{display:inline-block;padding:8px 20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;margin-bottom:32px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.3)}.hero-headline{font-size:3.75rem;font-weight:900;line-height:1.1;margin-bottom:28px;letter-spacing:-.03em;animation:fadeInUp .8s ease-out}.hero-subheadline{font-size:1.35rem;font-weight:400;line-height:1.7;margin-bottom:40px;opacity:.95;max-width:800px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .2s both}.hero-features{display:flex;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s both}.feature-tag{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.9rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ffffff4d;border-radius:50%;font-size:.75rem;font-weight:700}.hero-cta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;animation:fadeInUp .8s ease-out .6s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-block;padding:16px 36px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit;white-space:nowrap}.btn-primary{background:#fff;color:#6366f1;box-shadow:0 4px 14px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.btn-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.btn-large{padding:20px 48px;font-size:1.25rem}.problem-section{padding:80px 0;background:#f8fafc;text-align:center}.problem-content{max-width:800px;margin:0 auto}.section-title{font-size:2.75rem;font-weight:800;text-align:center;margin-bottom:20px;color:#0f172a;letter-spacing:-.02em}.section-subtitle{font-size:1.2rem;color:#64748b;line-height:1.7;max-width:700px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.features{padding:100px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.feature-card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border:1px solid rgba(0,0,0,.04)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #6366f126;border-color:#6366f133}.feature-icon-wrapper{width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon{width:32px;height:32px;color:#fff;stroke-width:2.5}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#0f172a}.feature-card p{font-size:1rem;color:#64748b;line-height:1.7}.use-cases{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.use-case-card{background:#fff;padding:40px 32px;border-radius:20px;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 12px #0000000a}.use-case-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #6366f11f}.use-case-icon{font-size:3.5rem;margin-bottom:20px;line-height:1}.use-case-card h3{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#0f172a}.use-case-card p{font-size:1rem;color:#64748b;line-height:1.7}.social-proof{padding:100px 0;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;text-align:center}.social-proof-content{max-width:800px;margin:0 auto}.social-proof .section-title{color:#fff;margin-bottom:32px}.trust-stats{font-size:2rem;font-weight:700;margin-bottom:48px;opacity:.95}.testimonials{margin-top:48px}.testimonial{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border-radius:20px;border:1px solid rgba(255,255,255,.2);margin:0}.testimonial p{font-size:1.2rem;line-height:1.7;margin-bottom:20px;font-style:italic}.testimonial cite{font-size:1rem;font-style:normal;opacity:.9;font-weight:500}.cta-section{padding:100px 0;background:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-title{font-size:2.75rem;font-weight:800;margin-bottom:20px;color:#0f172a;letter-spacing:-.02em}.cta-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:48px;line-height:1.7}.app-store-badges{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:40px}.app-badge{display:inline-block;transition:transform .3s ease;text-decoration:none}.app-badge:hover{transform:scale(1.05)}.app-badge img{height:60px;width:auto;display:block}.footer{background:#1e293b;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section h3,.footer-section h4{margin-bottom:20px;font-weight:700}.footer-logo-link{display:inline-block;margin-bottom:20px;text-decoration:none;transition:opacity .3s ease}.footer-logo-link:hover{opacity:.8}.footer-logo-img{height:60px;width:auto;object-fit:contain;display:block}.footer-tagline{color:#64748b;font-size:.95rem;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(30,41,59,.2);padding-top:30px;text-align:center}.footer-bottom p{color:#64748b;font-size:.9rem;margin:0}@media (max-width: 768px){.container{padding:0 20px}.hero{padding:100px 0 80px}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.15rem}.section-title,.cta-title{font-size:2.25rem}.features-grid{grid-template-columns:1fr;gap:24px}.use-cases-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:stretch}.btn{width:100%;text-align:center}.app-store-badges{flex-direction:column}.app-badge img{height:50px}.footer-content{grid-template-columns:1fr;gap:32px}}@media (max-width: 480px){.hero-headline{font-size:2rem}.hero-subheadline{font-size:1rem}.section-title,.cta-title{font-size:1.75rem}.btn{padding:14px 24px;font-size:1rem}.btn-large{padding:16px 32px;font-size:1.1rem}.feature-card,.use-case-card{padding:32px 24px}.hero-features{flex-direction:column;align-items:stretch}.feature-tag{justify-content:center}}.page-hero{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;padding:120px 0 80px;text-align:center}.page-title{font-size:3rem;font-weight:900;margin-bottom:20px;letter-spacing:-.02em}.page-subtitle{font-size:1.25rem;opacity:.95;max-width:700px;margin:0 auto;line-height:1.7}.how-it-works{padding:100px 0;background:#fff}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:80px}.step-card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 4px 16px #00000014;text-align:center;position:relative;border:1px solid rgba(0,0,0,.04);transition:all .3s ease}.step-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #6366f126}.step-number{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:50px;height:50px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;box-shadow:0 4px 12px #6366f14d}.step-icon{font-size:4rem;margin:20px 0 24px}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#0f172a}.step-description{font-size:1rem;color:#64748b;line-height:1.7}.cta-box{background:linear-gradient(135deg,#f8fafc,#fff);padding:60px 40px;border-radius:20px;text-align:center;margin-top:60px}.cta-box h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#0f172a}.cta-box p{font-size:1.1rem;color:#64748b;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.testimonials-page{padding:100px 0;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:60px}.testimonial-card{background:#fff;padding:40px 32px;border-radius:20px;box-shadow:0 4px 16px #00000014;position:relative}.testimonial-quote-icon{font-size:4rem;color:#6366f1;opacity:.2;position:absolute;top:20px;left:24px;font-weight:700}.testimonial-quote{font-size:1.1rem;line-height:1.7;color:#1e293b;margin-bottom:24px;font-style:italic;position:relative;z-index:1}.testimonial-author{border-top:1px solid #e9ecef;padding-top:24px}.author-name{font-size:1.1rem;font-weight:700;color:#0f172a;font-style:normal;display:block;margin-bottom:8px}.author-role{font-size:.95rem;color:#6366f1;margin-bottom:4px}.author-location{font-size:.9rem;color:#64748b;margin-bottom:16px}.author-group{display:flex;gap:8px;align-items:center;font-size:.9rem}.group-label{color:#64748b;font-weight:500}.group-name{color:#0f172a;font-weight:600}.faq-page{padding:100px 0;background:#fff}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e9ecef;border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.faq-item.open{border-color:#6366f1;box-shadow:0 4px 12px #6366f126}.faq-question{width:100%;padding:24px;text-align:left;background:none;border:none;font-size:1.1rem;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit}.faq-icon{font-size:1.5rem;color:#6366f1;font-weight:300;flex-shrink:0;margin-left:16px}.faq-answer{padding:0 24px 24px;color:#64748b;line-height:1.7;font-size:1rem}.features-page{padding:100px 0;background:#fff}.feature-icon-large{font-size:4rem;margin-bottom:24px}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:16px;color:#0f172a}.pipeline-page{padding:100px 0;background:#fff}.pipeline-intro{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.pipeline-description{font-size:1.125rem;color:#64748b;line-height:1.8}.pipeline-feature-card{position:relative}.feature-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.status-badge{display:inline-block;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;margin-left:auto}.status-badge-blue{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.status-badge-purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}.status-badge-green{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.status-badge-orange{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff}.blog-page{padding:100px 0;background:#f8fafc}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.blog-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.blog-card-header{display:flex;gap:16px;margin-bottom:16px;font-size:.9rem;color:#64748b}.blog-title{font-size:1.5rem;font-weight:700;margin-bottom:16px}.blog-title a{color:#0f172a;text-decoration:none;transition:color .3s ease}.blog-title a:hover{color:#6366f1}.blog-excerpt{color:#64748b;line-height:1.7;margin-bottom:20px}.blog-read-more{color:#6366f1;text-decoration:none;font-weight:600;transition:color .3s ease}.blog-read-more:hover{color:#4f46e5}.blog-back-link{display:inline-block;color:#6366f1;text-decoration:none;font-weight:600;margin-bottom:24px;transition:color .3s ease}.blog-back-link:hover{color:#4f46e5}.blog-meta{display:flex;gap:24px;margin-top:16px;font-size:.95rem;color:#64748b}.blog-post-content{padding:60px 0 100px;background:#fff}.blog-post-article{max-width:800px;margin:0 auto;line-height:1.8;color:#1e293b;font-size:1.1rem}.blog-post-article h2{font-size:2rem;font-weight:700;margin-top:48px;margin-bottom:24px;color:#0f172a;line-height:1.3}.blog-post-article h3{font-size:1.5rem;font-weight:600;margin-top:36px;margin-bottom:16px;color:#0f172a}.blog-post-article p{margin-bottom:20px;color:#1e293b}.blog-post-article ul,.blog-post-article ol{margin-bottom:24px;padding-left:32px}.blog-post-article li{margin-bottom:12px;color:#1e293b}.blog-post-article li strong{color:#0f172a;font-weight:600}.blog-post-article a{color:#6366f1;text-decoration:none;transition:color .3s ease}.blog-post-article a:hover{color:#4f46e5;text-decoration:underline}.contact-page{padding:100px 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;max-width:1000px;margin:0 auto}.contact-info h2{font-size:2rem;font-weight:700;margin-bottom:32px;color:#0f172a}.contact-details{margin-bottom:40px}.contact-item{display:flex;gap:20px;margin-bottom:32px}.contact-icon{font-size:2rem;flex-shrink:0}.contact-item h3{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#0f172a}.contact-item p{color:#64748b;font-size:1rem}.social-links h3{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:#0f172a}.social-icons{display:flex;gap:16px}.social-icons a{color:#6366f1;text-decoration:none;font-weight:500;transition:color .3s ease}.social-icons a:hover{color:#4f46e5}.contact-form-container h2{font-size:2rem;font-weight:700;margin-bottom:32px;color:#0f172a}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px;color:#0f172a}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1}.form-success{background:#10b9811a;color:#10b981;padding:24px;border-radius:12px;text-align:center;font-weight:600}.about-page{padding:100px 0;background:#fff}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:60px}.about-section h2{font-size:2.25rem;font-weight:800;margin-bottom:24px;color:#0f172a}.about-section p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:20px}.about-list{list-style:none;padding:0;margin:24px 0}.about-list li{padding:12px 0 12px 32px;position:relative;font-size:1.1rem;line-height:1.7;color:#64748b}.about-list li:before{content:"✓";position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1.2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:32px}.value-card{background:#f8fafc;padding:32px 24px;border-radius:16px;text-align:center}.value-card h3{font-size:1.3rem;font-weight:700;margin-bottom:12px;color:#0f172a}.value-card p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}@media (max-width: 768px){.page-title{font-size:2.25rem}.page-subtitle{font-size:1.1rem}.steps-container{grid-template-columns:1fr;gap:60px}.testimonials-grid,.blog-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:40px}.values-grid{grid-template-columns:1fr}.feature-header{flex-direction:column;align-items:flex-start;gap:12px}.status-badge{margin-left:0}.pipeline-description{font-size:1rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}.not-found-page{padding:120px 0;background:linear-gradient(135deg,#f8fafc,#fff);min-height:70vh;display:flex;align-items:center}.not-found-content{text-align:center;max-width:600px;margin:0 auto}.not-found-title{font-size:8rem;font-weight:900;background:linear-gradient(135deg,#6366f1,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:24px;line-height:1}.not-found-heading{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:16px}.not-found-description{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:40px}.not-found-actions{display:flex;gap:16px;justify-content:center;margin-bottom:60px;flex-wrap:wrap}.not-found-links{margin-top:60px;padding-top:40px;border-top:1px solid #e0e0e0}.not-found-links h3{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:24px}.not-found-links ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.not-found-links li{margin:0}.not-found-links a{color:#6366f1;text-decoration:none;font-weight:500;transition:color .3s ease}.not-found-links a:hover{color:#4f46e5;text-decoration:underline}@media (max-width: 768px){.not-found-title{font-size:5rem}.not-found-heading{font-size:2rem}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}.not-found-links ul{flex-direction:column;gap:16px}}.breadcrumbs{background:#f8fafc;padding:16px 0;border-bottom:1px solid #e0e0e0}.breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap;gap:8px}.breadcrumb-item{display:flex;align-items:center;margin:0}.breadcrumb-link{color:#6366f1;text-decoration:none;font-size:.9rem;transition:color .3s ease}.breadcrumb-link:hover{color:#4f46e5;text-decoration:underline}.breadcrumb-separator{color:#64748b;margin:0 8px;font-size:.9rem}.breadcrumb-current{color:#64748b;font-size:.9rem;font-weight:500}@media (max-width: 768px){.breadcrumbs{padding:12px 0}.breadcrumb-list{font-size:.85rem}}.download-page{padding:100px 0;background:#fff}.download-content{max-width:1200px;margin:0 auto}.download-features{margin-bottom:80px}.download-features h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:48px;color:#0f172a}.download-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.download-feature-card{background:#f8fafc;padding:32px;border-radius:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.download-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.download-feature-icon{font-size:3rem;margin-bottom:16px}.download-feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#0f172a}.download-feature-card p{color:#64748b;line-height:1.7;font-size:1rem}.download-cta-section{text-align:center;padding:60px 0;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:24px;margin-bottom:80px}.download-cta-section h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:#0f172a}.download-cta-section>p{font-size:1.1rem;color:#64748b;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.download-alternative{margin-top:32px;font-size:.95rem;color:#64748b}.download-alternative a{color:#6366f1;text-decoration:none;font-weight:500}.download-alternative a:hover{text-decoration:underline}.download-steps{margin-bottom:80px}.download-steps h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:48px;color:#0f172a}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.step-card{text-align:center;padding:32px;background:#fff;border:2px solid #e0e0e0;border-radius:16px;transition:border-color .3s ease,transform .3s ease}.step-card:hover{border-color:#6366f1;transform:translateY(-4px)}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.step-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#0f172a}.step-card p{color:#64748b;line-height:1.7;font-size:1rem}.download-faq{margin-bottom:80px}.download-faq h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:48px;color:#0f172a}.download-faq .faq-list{max-width:800px;margin:0 auto}.download-faq .faq-item{margin-bottom:32px;padding:24px;background:#f8fafc;border-radius:12px}.download-faq .faq-item h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#0f172a}.download-faq .faq-item p{color:#64748b;line-height:1.7;font-size:1rem}.download-faq .faq-item a{color:#6366f1;text-decoration:none;font-weight:500}.download-faq .faq-item a:hover{text-decoration:underline}.download-cta-box{text-align:center;padding:60px 40px;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:24px;color:#fff}.download-cta-box h2{font-size:2.25rem;font-weight:700;margin-bottom:16px;color:#fff}.download-cta-box p{font-size:1.1rem;margin-bottom:32px;opacity:.95}.download-cta-box .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.download-features-grid,.steps-grid{grid-template-columns:1fr}.download-cta-section,.download-cta-box{padding:40px 24px}.download-cta-box .cta-buttons{flex-direction:column}.download-cta-box .cta-buttons .btn{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:24px;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:1}.modal-close:hover{background:#f0f0f0;color:#1e293b}.modal-body{padding:60px 40px 40px;text-align:center}.modal-icon{font-size:4rem;margin-bottom:24px;animation:bounce .6s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.modal-title{font-size:2rem;font-weight:700;margin-bottom:16px;color:#0f172a;background:linear-gradient(135deg,#6366f1,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-message{font-size:1.1rem;line-height:1.7;color:#64748b;margin-bottom:32px}.modal-message strong{color:#6366f1;font-weight:600}.modal-body .btn{min-width:120px}@media (max-width: 768px){.modal-content{max-width:90%}.modal-body{padding:50px 30px 30px}.modal-title{font-size:1.75rem}.modal-message{font-size:1rem}.modal-icon{font-size:3rem}}.legal-page{padding:100px 0;background:#fff}.legal-content{max-width:900px;margin:0 auto}.legal-section{margin-bottom:48px}.legal-section h2{font-size:2rem;font-weight:800;margin-bottom:20px;color:#0f172a;padding-top:20px}.legal-section h3{font-size:1.4rem;font-weight:700;margin-top:24px;margin-bottom:16px;color:#0f172a}.legal-section p{font-size:1.05rem;line-height:1.8;color:#64748b;margin-bottom:16px}.legal-section ul{margin:16px 0;padding-left:24px}.legal-section li{font-size:1.05rem;line-height:1.8;color:#64748b;margin-bottom:12px}.legal-section strong{color:#0f172a;font-weight:700}.legal-section a{color:#6366f1;text-decoration:none;transition:color .3s ease}.legal-section a:hover{color:#4f46e5;text-decoration:underline}@media (max-width: 768px){.legal-section h2{font-size:1.75rem}.legal-section h3{font-size:1.25rem}.legal-section p,.legal-section li{font-size:1rem}}.thank-you-content{text-align:center}.thank-you-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .5s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.thank-you-page{padding:100px 0;background:#fff}.thank-you-box{max-width:900px;margin:0 auto;text-align:center}.thank-you-box h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#0f172a}.thank-you-box>p{font-size:1.1rem;color:#64748b;margin-bottom:48px}.thank-you-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:48px}.thank-you-card{background:#f8fafc;padding:32px;border-radius:16px;text-align:center}.thank-you-card-icon{font-size:3rem;margin-bottom:16px}.thank-you-card h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#0f172a}.thank-you-card p{color:#64748b;line-height:1.7;margin-bottom:20px;font-size:.95rem}.thank-you-cta{margin-top:48px}@media (max-width: 768px){.thank-you-actions{grid-template-columns:1fr}}.help-page{padding:100px 0;background:#fff}.help-search{max-width:600px;margin:0 auto 60px;position:relative}.help-search-input{width:100%;padding:16px 50px 16px 24px;font-size:1rem;border:2px solid #e0e0e0;border-radius:12px;transition:border-color .3s ease}.help-search-input:focus{outline:none;border-color:#6366f1}.help-search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.help-search-clear:hover{background:#f0f0f0;color:#1e293b}.help-no-results{text-align:center;padding:60px 20px;max-width:600px;margin:0 auto 60px}.help-no-results p{font-size:1.1rem;color:#64748b;margin-bottom:12px}.help-no-results p:first-child{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:16px}.help-no-results a{color:#6366f1;text-decoration:none;font-weight:500}.help-no-results a:hover{text-decoration:underline}.help-sections{max-width:900px;margin:0 auto}.help-section{margin-bottom:24px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}.help-section-header{width:100%;padding:24px;background:#f8fafc;border:none;display:flex;align-items:center;gap:16px;cursor:pointer;transition:background .3s ease;text-align:left}.help-section-header:hover{background:#f0f0f0}.help-section-icon{font-size:2rem;flex-shrink:0}.help-section-header h2{flex:1;font-size:1.5rem;font-weight:600;color:#0f172a;margin:0}.help-section-toggle{font-size:1.5rem;font-weight:300;color:#6366f1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-section-content{padding:24px;background:#fff}.help-topic{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #f0f0f0}.help-topic:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.help-topic h3{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#0f172a}.help-topic p{color:#64748b;line-height:1.7;font-size:1rem}.help-cta{max-width:600px;margin:80px auto 0;text-align:center;padding:60px 40px;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:24px}.help-cta h2{font-size:2rem;font-weight:700;margin-bottom:16px;color:#0f172a}.help-cta p{font-size:1.1rem;color:#64748b;margin-bottom:32px}.help-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.help-section-header{padding:20px}.help-section-header h2{font-size:1.25rem}.help-section-content{padding:20px}.help-cta{padding:40px 24px}.help-cta-buttons{flex-direction:column}.help-cta-buttons .btn{width:100%}}.sitemap-page{padding:100px 0;background:#fff}.sitemap-content{max-width:1000px;margin:0 auto 60px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.sitemap-category{background:#f8fafc;padding:32px;border-radius:16px}.sitemap-category-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:#0f172a;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.sitemap-links{list-style:none;padding:0;margin:0}.sitemap-links li{margin-bottom:12px}.sitemap-links a{color:#6366f1;text-decoration:none;font-size:1rem;transition:color .3s ease;display:block;padding:8px 0}.sitemap-links a:hover{color:#4f46e5;text-decoration:underline}.sitemap-note{max-width:800px;margin:0 auto;text-align:center;padding:24px;background:#f8fafc;border-radius:12px}.sitemap-note p{color:#64748b;font-size:.95rem;margin:0}.sitemap-note a{color:#6366f1;text-decoration:none;font-weight:500}.sitemap-note a:hover{text-decoration:underline}@media (max-width: 768px){.sitemap-content{grid-template-columns:1fr;gap:24px}}.waitlist-page{padding:100px 0;background:#fff}.waitlist-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.waitlist-info h2{font-size:2rem;font-weight:700;margin-bottom:32px;color:#0f172a}.waitlist-benefits{list-style:none;padding:0;margin:0}.waitlist-benefits li{display:flex;gap:20px;margin-bottom:32px;align-items:flex-start}.benefit-icon{font-size:2.5rem;flex-shrink:0}.waitlist-benefits li strong{display:block;font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#0f172a}.waitlist-benefits li p{color:#64748b;line-height:1.7;font-size:1rem;margin:0}.waitlist-form-container{background:#f8fafc;padding:40px;border-radius:24px}.waitlist-form-container h2{font-size:2rem;font-weight:700;margin-bottom:12px;color:#0f172a}.waitlist-form-subtitle{color:#64748b;margin-bottom:32px;font-size:1rem;line-height:1.7}.waitlist-cta{background:#f1f5f9;padding:20px;border-radius:12px;margin-bottom:32px;text-align:center;border:1px solid #e2e8f0}.waitlist-cta p{margin:0;color:#475569;font-size:1rem;line-height:1.6}.waitlist-cta .cta-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.waitlist-cta .cta-link:hover{color:#2563eb;text-decoration:underline}.waitlist-form{display:flex;flex-direction:column;gap:24px}.waitlist-form .form-group{display:flex;flex-direction:column}.waitlist-form .form-group label{font-weight:600;margin-bottom:8px;color:#0f172a;font-size:.95rem}.waitlist-form .form-group input,.waitlist-form .form-group select{padding:14px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .3s ease;font-family:inherit}.waitlist-form .form-group input:focus,.waitlist-form .form-group select:focus{outline:none;border-color:#6366f1}.waitlist-form .form-group select{background:#fff;cursor:pointer}.waitlist-success{text-align:center;padding:40px 20px}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;animation:scaleIn .5s ease}.waitlist-success h2{font-size:2rem;font-weight:700;margin-bottom:12px;color:#0f172a}.waitlist-success p{color:#64748b;font-size:1.1rem}.form-error{background:#ef44441a;color:#ef4444;padding:16px;border-radius:8px;font-size:.95rem;border:1px solid rgba(239,68,68,.2)}@media (max-width: 968px){.waitlist-content{grid-template-columns:1fr;gap:40px}.waitlist-form-container{padding:32px 24px}}.nav-links{display:flex;align-items:center;gap:24px}.nav-link{color:#0f172a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#6366f1}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#6366f1,#818cf8);transition:width .3s ease}.nav-link:hover:after{width:100%}@media (max-width: 768px){.nav-links{display:none}.nav-content{justify-content:space-between}}.branding-page{padding:100px 0;background:#fff}.branding-content{max-width:1200px;margin:0 auto}.branding-section{margin-bottom:80px}.branding-section:last-child{margin-bottom:0}.branding-section h2{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:#0f172a;letter-spacing:-.02em}.section-description{font-size:1.1rem;color:#64748b;line-height:1.7;margin-bottom:40px;max-width:800px}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px}.color-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.color-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6366f126;border-color:#6366f133}.color-swatch{width:100%;height:180px;display:flex;align-items:center;justify-content:center;position:relative}.color-hex{background:#0003;color:#fff;padding:8px 16px;border-radius:8px;font-weight:600;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.color-info{padding:24px}.color-info h3{font-size:1.25rem;font-weight:700;margin-bottom:8px;color:#0f172a}.color-info p{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.usage-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:32px}.example-card{background:#f8fafc;padding:32px;border-radius:16px;border:1px solid rgba(0,0,0,.06)}.example-card h3{font-size:1.25rem;font-weight:700;margin-bottom:20px;color:#0f172a}.button-examples,.status-examples{display:flex;flex-wrap:wrap;gap:12px}.combination-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:32px}.combination-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;transition:all .3s ease}.combination-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #6366f11a}.combination-preview{min-height:120px;display:flex;flex-direction:column;justify-content:center}.combination-note{font-size:.9rem;color:#10b981;font-weight:600;margin:0;display:flex;align-items:center;gap:8px}.combination-note:before{content:"✓";font-size:1.2rem}.guidelines-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:32px}.guideline-item{background:#f8fafc;padding:32px;border-radius:16px;border:1px solid rgba(0,0,0,.06)}.guideline-item h3{font-size:1.25rem;font-weight:700;margin-bottom:16px;color:#0f172a}.guideline-item ul{list-style:none;padding:0;margin:0}.guideline-item li{font-size:1rem;color:#1e293b;line-height:1.7;margin-bottom:12px;padding-left:24px;position:relative}.guideline-item li:before{content:"•";position:absolute;left:0;color:#6366f1;font-weight:700;font-size:1.2rem}.guideline-item li:last-child{margin-bottom:0}@media (max-width: 768px){.branding-section h2{font-size:2rem}.color-grid,.usage-examples,.combination-grid,.guidelines-list{grid-template-columns:1fr}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#818cf8);padding:20px}.admin-login-container{background:#fff;border-radius:16px;padding:48px;max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d}.admin-login-header{text-align:center;margin-bottom:32px}.admin-login-logo{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px}.admin-login-header h2{font-size:1.75rem;font-weight:700;margin:0 0 8px;color:#0f172a}.admin-login-header p{color:#64748b;font-size:.95rem;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#0f172a;font-size:.95rem}.form-group input{padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.admin-login-error{padding:12px 16px;background:#ef44441a;color:#ef4444;border-radius:8px;font-size:.9rem;border:1px solid rgba(239,68,68,.2)}.admin-login-btn{padding:14px 24px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;margin-top:8px}.admin-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed}.admin-login-footer{margin-top:24px;text-align:center;padding-top:24px;border-top:1px solid #f0f0f0}.admin-login-footer p{color:#64748b;font-size:.85rem;margin:0}@media (max-width: 480px){.admin-login-container{padding:32px 24px}.admin-login-logo{font-size:1.75rem}.admin-login-header h2{font-size:1.5rem}}.admin-layout{display:flex;min-height:100vh;background:#f8fafc}.admin-sidebar{width:260px;background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;box-shadow:2px 0 8px #0000001a}.admin-sidebar-header{padding:24px 20px;border-bottom:1px solid rgba(30,41,59,.3);display:flex;align-items:center;justify-content:space-between}.admin-logo{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.admin-badge{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.admin-sidebar-close{display:none;background:#ffffff1a;color:#fff;border:none;border-radius:6px;width:32px;height:32px;font-size:1.2rem;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease}.admin-sidebar-close:hover{background:#fff3}.admin-nav{flex:1;padding:20px 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;color:#ccc;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.admin-nav-item:hover{background:#ffffff0d;color:#fff}.admin-nav-item.active{background:#6366f126;color:#fff;border-left-color:#6366f1}.nav-icon{font-size:1.2rem;width:24px;text-align:center}.admin-sidebar-footer{padding:20px;border-top:1px solid rgba(30,41,59,.3)}.admin-logout-btn{width:100%;display:flex;align-items:center;gap:12px;padding:14px 20px;background:#ffffff0d;color:#ef4444;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s ease;font-family:inherit}.admin-logout-btn:hover{background:#ef44441a;color:#ef4444}.admin-main{flex:1;margin-left:260px;min-height:100vh}.admin-content{padding:32px;max-width:1400px;margin:0 auto}.admin-mobile-menu-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1001;background:#1e293b;color:#fff;border:none;border-radius:8px;width:48px;height:48px;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 8px #0003;align-items:center;justify-content:center}.admin-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (max-width: 768px){.admin-mobile-menu-toggle,.admin-sidebar-close{display:flex}.admin-sidebar-overlay{display:block}.admin-sidebar{transform:translate(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.admin-content{padding:16px}}.admin-page{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000000d}.admin-page-header{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #f0f0f0}.admin-page-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.admin-page-header h1{font-size:2rem;font-weight:800;margin:0 0 8px;color:#0f172a}.admin-page-header p{color:#64748b;font-size:1rem;margin:0}.header-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:center}.admin-filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.admin-search-input,.admin-filter-select{padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease}.admin-search-input{flex:1;min-width:250px}.admin-search-input:focus,.admin-filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.admin-filter-select{min-width:180px}.admin-loading,.admin-error{text-align:center;padding:40px;font-size:1.1rem}.admin-loading{color:#64748b}.admin-error{color:#ef4444;background:#ef44441a;border-radius:8px}.admin-table-container{overflow-x:auto;margin-bottom:24px}.admin-table{width:100%;border-collapse:collapse;background:#fff}.admin-table thead{background:#f8fafc}.admin-table th{padding:16px;text-align:left;font-weight:600;font-size:.9rem;color:#0f172a;border-bottom:2px solid #e0e0e0;white-space:nowrap}.admin-table td{padding:16px;border-bottom:1px solid #f0f0f0;font-size:.95rem;color:#1e293b}.admin-table tbody tr:hover{background:#f8fafc}.admin-table tbody tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap}.badge-success{background:#10b9811a;color:#10b981}.badge-warning{background:#f59e0b1a;color:#f59e0b}.badge-danger{background:#ef44441a;color:#ef4444}.badge-info{background:#d1ecf1;color:#0c5460}.badge-primary{background:#cfe2ff;color:#084298}.badge-secondary{background:#e2e3e5;color:#41464b}.badge-admin{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff}.btn-sm{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-secondary{background:#e0e0e0;color:#1e293b}.btn-secondary:hover{background:#d0d0d0}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-sm:disabled{opacity:.5;cursor:not-allowed}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.admin-pagination span{color:#64748b;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:32px}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;display:flex;gap:20px;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#6366f1}.stat-card.large{grid-column:span 2}.stat-icon{font-size:3rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.stat-icon.users{background:linear-gradient(135deg,#6366f1,#818cf8)}.stat-icon.groups{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-icon.transactions{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-icon.contributions{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-icon.birthdays{background:linear-gradient(135deg,#ff6b6b,orange)}.stat-icon.wallet{background:linear-gradient(135deg,#fa709a,#fee140)}.stat-content{flex:1}.stat-content h3{font-size:.95rem;font-weight:600;color:#64748b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2.5rem;font-weight:800;color:#0f172a;margin:0 0 12px;line-height:1}.stat-value.large{font-size:3rem}.stat-details{display:flex;flex-direction:column;gap:6px}.stat-detail-item{font-size:.85rem;color:#64748b}.stat-detail-item.highlight{color:#6366f1;font-weight:600}.action-message{margin-top:16px;padding:12px 16px;border-radius:8px;font-size:.9rem;font-weight:500}.action-message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.action-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f0f0f0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:700}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f0f0f0;color:#0f172a}.modal-body{padding:24px}.user-detail-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.user-detail-section:last-child{border-bottom:none}.user-detail-section h3{font-size:1.2rem;font-weight:700;margin:0 0 16px;color:#0f172a}.user-detail-section p{margin:8px 0;color:#64748b}.user-detail-section label{display:flex;align-items:center;gap:8px;margin:12px 0;cursor:pointer;color:#1e293b}.user-detail-section input[type=checkbox]{width:20px;height:20px;cursor:pointer}.group-item{padding:8px 12px;background:#f8fafc;border-radius:6px;margin:8px 0;font-size:.9rem}.modal-footer{display:flex;gap:12px;padding:24px;border-top:1px solid #f0f0f0;justify-content:flex-end}.modal-footer .btn{padding:10px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.notification-message,.message-preview{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.admin-page{padding:16px;margin-top:64px}.admin-page-header h1{font-size:1.5rem}.admin-page-header p{font-size:.9rem}.admin-page-header-content{flex-direction:column;align-items:stretch}.header-actions{margin-top:16px;grid-template-columns:1fr}.header-actions .btn-sm{width:100%;font-size:.85rem;padding:8px 12px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:16px;flex-direction:column;text-align:center}.stat-icon{width:60px;height:60px;font-size:2rem;margin:0 auto}.stat-value{font-size:2rem}.stat-card.large{grid-column:span 1}.admin-filters{flex-direction:column;gap:12px}.admin-search-input{min-width:0}.admin-search-input,.admin-filter-select{width:100%}.admin-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:12px 8px;white-space:nowrap}.admin-pagination{flex-direction:column;gap:12px}.admin-pagination button{width:100%}.modal-content{max-width:100%;margin:10px;max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:16px}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}.notification-message,.message-preview{max-width:200px}.action-message{font-size:.85rem;padding:10px 12px}}.admin-stats{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}.stat-label{display:block;font-size:.9rem;color:#64748b;margin-bottom:8px;font-weight:500}.admin-actions{display:flex;flex-direction:column;gap:8px}.btn-small{padding:6px 12px;font-size:.85rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;font-family:inherit}.btn-small.btn-secondary{background:#e0e0e0;color:#1e293b}.btn-small.btn-secondary:hover{background:#d0d0d0}.btn-small.btn-danger{background:#ef4444;color:#fff}.btn-small.btn-danger:hover{background:#dc2626}.admin-link{color:#6366f1;text-decoration:none;transition:color .2s ease}.admin-link:hover{color:#4f46e5;text-decoration:underline}.admin-badge-small{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600;background:#6366f11a;color:#6366f1}.admin-filter-input{padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .2s ease}.admin-filter-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.admin-empty{text-align:center;padding:40px;color:#64748b}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-modal{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f0f0f0}.admin-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.admin-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;line-height:1}.admin-modal-close:hover{background:#f0f0f0;color:#0f172a}.admin-modal-body{padding:24px}.admin-detail-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f0f0}.admin-detail-item:last-child{border-bottom:none}.admin-detail-item strong{color:#0f172a;font-weight:600;min-width:120px}.admin-detail-item span{color:#64748b;text-align:right;flex:1}.admin-modal-footer{display:flex;gap:12px;padding:24px;border-top:1px solid #f0f0f0;justify-content:flex-end}.admin-modal-footer .btn{padding:10px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}@media (max-width: 768px){.admin-modal{max-width:100%;margin:10px;max-height:95vh}.admin-modal-header,.admin-modal-body,.admin-modal-footer{padding:16px}.admin-modal-footer{flex-direction:column}.admin-modal-footer .btn{width:100%}.admin-detail-item{flex-direction:column;gap:8px}.admin-detail-item strong{min-width:auto}.admin-detail-item span{text-align:left}}.admin-confirm-modal{background:#fff;border-radius:12px;max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.admin-confirm-header{padding:24px 24px 16px;border-bottom:1px solid #f0f0f0}.admin-confirm-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#0f172a}.admin-confirm-body{padding:24px}.admin-confirm-body p{margin:0;font-size:1rem;color:#1e293b;line-height:1.6}.admin-confirm-footer{display:flex;gap:12px;padding:16px 24px 24px;justify-content:flex-end}.admin-confirm-footer .btn{padding:10px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}@media (max-width: 768px){.admin-confirm-modal{max-width:90%;margin:20px}.admin-confirm-footer{flex-direction:column}.admin-confirm-footer .btn{width:100%}}.admin-toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:3000;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.admin-toast-success{border-left:4px solid #10b981}.admin-toast-error{border-left:4px solid #ef4444}.admin-toast-content{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:16px}.admin-toast-message{flex:1;font-size:.95rem;color:#1e293b;line-height:1.5}.admin-toast-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;line-height:1;flex-shrink:0}.admin-toast-close:hover{background:#f0f0f0;color:#0f172a}@media (max-width: 768px){.admin-toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
