@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Poppins:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}.navbar-container{width:100%;background-color:#033e2a;position:fixed;padding:0 72px;box-sizing:border-box;top:0;left:0;right:0;z-index:1000}.navbar-inner{width:100%;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;width:53px;height:27.84px}.navbar-right{display:flex;align-items:center;height:46px;gap:51px}.navbar-links{display:flex;align-items:center;gap:51px;list-style:none;margin:0;padding:0}.nav-link{font-family:Poppins,sans-serif;font-weight:300;font-size:18px;line-height:100%;letter-spacing:0%;color:#fff;text-decoration:none;white-space:nowrap;position:relative}.nav-link:after{content:"";position:absolute;left:0;top:28px;width:0%;height:2px;background-color:#16ae21;border-radius:2px;transition:width .4s ease}.nav-link--active:after{width:100%}.navbar-cta{font-family:Poppins,sans-serif;font-weight:500;font-size:18px;width:162px;height:46px;line-height:100%;letter-spacing:0%;color:#033e2a;display:flex;justify-content:center;align-items:center;background-color:#fff;border:none;border-radius:6px;padding:10px 20px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.navbar-cta:hover{background-color:#a8f53d;color:#033e2a}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:1100;flex-shrink:0}.hamburger__bar{display:block;width:24px;height:2px;background-color:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.hamburger--open .hamburger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open .hamburger__bar:nth-child(2){opacity:0;width:0}.hamburger--open .hamburger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;width:80%;max-width:320px;height:100vh;background-color:#033e2a;z-index:1050;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px 40px 60px;gap:40px;transform:translate(100%);visibility:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;box-shadow:-8px 0 32px #0000004d}.mobile-menu__close{position:absolute;top:24px;right:24px;width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mobile-menu__close:hover{background:#fff3}.mobile-menu__close:before,.mobile-menu__close:after{content:"";position:absolute;width:16px;height:2px;background:#fff;border-radius:2px}.mobile-menu__close:before{transform:rotate(45deg)}.mobile-menu__close:after{transform:rotate(-45deg)}.mobile-menu--open{transform:translate(0);visibility:visible}.mobile-menu__backdrop{position:fixed;inset:0;background:#00000080;z-index:1040;display:none}.mobile-menu__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:32px;width:100%}.mobile-nav-link{font-family:Poppins,sans-serif;font-weight:400;font-size:20px;color:#ffffffd9;text-decoration:none;transition:color .2s ease;display:block}.mobile-nav-link:hover,.mobile-nav-link--active{color:#a8f53d}.mobile-menu__cta{font-family:Poppins,sans-serif;font-weight:500;font-size:16px;color:#033e2a;background:#fff;border:none;border-radius:6px;padding:12px 28px;cursor:pointer;width:100%;transition:background-color .2s ease}.mobile-menu__cta:hover{background-color:#a8f53d}.hero-container{width:100%;margin:80px auto 0;height:667px;padding:0 72px;background-color:#232726;box-sizing:border-box;overflow:hidden;position:relative}.hero-inner{width:100%;height:725px;margin:0 auto;box-sizing:border-box;position:relative}.hero-left{position:absolute;width:565px;top:137px;left:44px;display:flex;flex-direction:column;align-items:flex-start;gap:30px}.hero-heading{font-family:Manrope,sans-serif;font-weight:700;font-size:64px;line-height:100%;color:#fff;margin:0;letter-spacing:-1%}.hero-subtext{font-family:Poppins,sans-serif;font-weight:500;font-size:20px;line-height:normal;color:#fff;margin:0}.hero-cta{width:200px;height:56px;padding:0;border-radius:10px;background-color:#033e2a;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:16px;border:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.hero-cta:hover{background-color:#9aeea0;color:#033e2a}.hero-phone--back{display:flex;width:367.18px;height:542.152px;position:absolute;flex-direction:column;justify-content:center;align-items:center;right:290px;top:55px;transform:rotate(-2deg);transform-origin:center center;object-fit:contain;z-index:1}.hero-phone--front{position:absolute;width:337.253px;height:684.342px;flex-direction:column;justify-content:center;align-items:center;top:54px;right:54px;transform:rotate(0);object-fit:contain;z-index:2}.hero-mobile-img{display:none}.meet-us-section{width:100%;min-height:719px;background:#e5e7eb;display:flex;justify-content:center;align-items:center;padding:60px 72px;box-sizing:border-box}.meet-us-inner{width:100%;max-width:1280px;margin:0 auto;height:621px;display:flex;align-items:center;gap:114px}.meet-us-image-wrap{flex-shrink:0;width:564px;height:621px;border-radius:0 300px 300px;overflow:hidden}.meet-us-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.meet-us-text{flex:1;display:flex;flex-direction:column;gap:20px}.meet-us-header{width:100%;display:flex;flex-direction:column;gap:13px}.meet-us-label{font-family:Poppins,sans-serif;font-weight:600;font-size:14px;color:#16ae21;letter-spacing:0%;line-height:100%}.meet-us-heading{font-family:Manrope,sans-serif;font-weight:700;font-size:40px;line-height:100%;letter-spacing:-.5%;color:#1a1a1a}.meet-us-body-group{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:0}.meet-us-body{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#6b7280}.meet-us-btn{display:inline-flex;align-items:center;justify-content:center;width:159px;height:64px;background:#033e2a;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;text-decoration:none;border:none;border-radius:10px;padding:18px 30px;margin-top:20px;cursor:pointer;transition:background .2s ease,transform .15s ease}.meet-us-btn:hover{background-color:#9aeea0;color:#033e2a}.features-section{width:100%;min-height:753px;background:#033e2a;display:flex;justify-content:center;align-items:center;padding:60px 72px;box-sizing:border-box}.features-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.features-heading{font-family:Manrope,sans-serif;font-weight:700;font-size:36px;color:#fff;margin:0;display:none}.features-grid{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,268px);gap:32px}.feature-card{height:268px;background:#fff;border-radius:16px;border:1.5px solid rgba(255,255,255,.15);padding:40px 32px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.feature-card__title{font-family:Poppins,sans-serif;font-weight:600;font-size:24px;line-height:1.2;letter-spacing:0%;color:#111827}.feature-card__description{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.6;letter-spacing:0%;color:#6b7280;flex:1}.feature-card__link{display:inline-flex;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#22c55e;text-decoration:none;margin-top:auto;transition:gap .2s ease,opacity .2s ease}.feature-card__link:hover{opacity:.8;gap:10px}.feature-card__arrow{font-size:16px;transition:transform .2s ease}.feature-card__link:hover .feature-card__arrow{transform:translate(3px)}.waitlist-section{width:100%;min-height:580.96px;background:#e5e7eb;display:flex;justify-content:center;align-items:center;padding:60px 72px;box-sizing:border-box}.waitlist-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:72px}.waitlist-left{width:543px;min-height:508px;display:flex;flex-direction:column;gap:32px;flex-shrink:0}.waitlist-top{width:100%;display:flex;flex-direction:column;gap:16px}.waitlist-heading-group{width:100%;display:flex;flex-direction:column;gap:8px}.waitlist-heading{width:100%;height:40px;font-family:Manrope,sans-serif;font-weight:600;font-size:32px;line-height:40px;letter-spacing:0%;color:#1a1a1a;margin:0}.waitlist-subtext{width:100%;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:0%;color:#6b7280;margin:0}.waitlist-features{width:100%;display:flex;flex-direction:column;gap:8px}.waitlist-feature-item{width:100%;min-height:63px;border-bottom:1px solid rgba(3,62,42,.12);padding-bottom:8px;box-sizing:border-box}.waitlist-feature-item:last-child{border-bottom:none}.waitlist-feature-content{width:100%;display:flex;align-items:flex-start;gap:12px}.waitlist-icon-wrap{flex-shrink:0;width:52px;height:48px;border-radius:24px;background:linear-gradient(180deg,#033e2a0d,#f7aa4700);display:flex;align-items:center;justify-content:center;padding:7.02px;box-sizing:border-box}.waitlist-feature-text{display:flex;flex-direction:column;gap:4px}.waitlist-feature-title{font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:1.4;color:#1a1a1a}.waitlist-feature-desc{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0%;color:#6b7280}.waitlist-btn{width:185px;height:64px;background:#033e2a;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,transform .15s ease;align-self:flex-start}.waitlist-btn:hover{background:#055c3e;transform:translateY(-2px)}.waitlist-image-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:480px}.waitlist-phone-img{width:100%;max-width:543px;height:auto;object-fit:contain;transform:rotate(2deg);display:block}.contact-section-header{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:8px;padding:48px 0 0}.contact-early-access{font-family:Poppins,sans-serif;font-weight:600;font-size:14px;color:#16ae21;letter-spacing:.04em;text-transform:uppercase}.contact-waitlist-heading{font-family:Outfit,sans-serif;font-weight:700;font-size:36px;color:#111827;margin:0;line-height:1.2}.contact-section{width:100%;min-height:569px;border-radius:12px;overflow:visible;padding:0 72px;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:stretch}.contact-left{flex:1;min-height:569px;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:48px 40px}.contact-form{width:100%;display:flex;flex-direction:column;gap:40px}.contact-field-group{width:100%;display:flex;flex-direction:column;gap:14px}.contact-label{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#1a1a1a}.contact-input{width:100%;height:47px;border:1px solid #e0e0e0;border-radius:10px;padding:12px 24px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;color:#1a1a1a;background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s ease}.contact-input::placeholder{color:#9ca3af}.contact-input:focus{border-color:#033e2a}.contact-textarea{height:105px;resize:none}.contact-error{font-family:Poppins,sans-serif;font-size:12px;color:#ef4444;margin-top:-8px}.contact-btn{width:180px;height:48px;background:#033e2a;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:1;letter-spacing:.5px;border:none;border-radius:10px;padding:0 24px;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:center;white-space:nowrap;transition:background .2s ease,transform .15s ease;box-sizing:border-box}.contact-btn:hover:not(:disabled){background:#055c3e;transform:translateY(-2px)}.contact-btn:disabled{opacity:.7;cursor:not-allowed}.contact-right{width:410px;min-height:569px;display:flex;flex-direction:column;gap:24px;box-sizing:border-box;background:#f9fafb;justify-content:center;flex-shrink:0;padding:40px 32px}.contact-info-card{width:100%;min-height:133px;background:#fcfcfd;border:1px solid #f1f1f3;border-radius:32px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;box-sizing:border-box}.contact-info-icon{width:48px;height:48px;background:#f3f4f6;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact-info-text{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;color:#1a1a1a;text-align:center}.contact-social-icons{display:flex;align-items:center;gap:12px}.contact-social-icon-wrap{width:40px;height:40px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.contact-social-icon-wrap:hover{background:#e5e7eb}.footer-section{width:100%;min-height:376px;background:#033e2a;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box;padding:75px 64px}.footer-inner{width:100%;max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;gap:0;box-sizing:border-box}.footer-left{width:240px;min-height:205px;display:flex;flex-direction:column;gap:25px;flex-shrink:0;margin-right:auto}.footer-logo{width:124px}.footer-logo img{width:100%;height:auto;display:block}.icon-instagram{filter:brightness(0) saturate(100%) invert(20%)}.footer-social-icon .icon-instagram{filter:none}.footer-description{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:#fff9;margin:0}.footer-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footer-social-icon{width:40px;height:40px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.footer-social-icon:hover{background:#ffffff29}.footer-social-icon img{width:32px;height:32px}.footer-cols-grid{display:flex;align-items:flex-start;flex:1}.footer-col{display:flex;flex-direction:column;gap:26px;flex-shrink:0}.footer-cols-grid .footer-col:nth-child(1){width:85px;min-height:138px;margin-left:178px}.footer-cols-grid .footer-col:nth-child(2){width:112px;min-height:224px;margin-left:65px}.footer-cols-grid .footer-col:nth-child(3){width:121px;min-height:224px;margin-left:80px}.footer-cols-grid .footer-col:nth-child(4){width:176px;min-height:181px;margin-left:137px}.footer-col-heading{font-family:Poppins,sans-serif;font-weight:600;font-size:20px;line-height:1;letter-spacing:0%;color:#fff;margin:0}.footer-col-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer-col-links li a{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1;color:#ffffff8c;text-decoration:none;transition:color .2s ease}.footer-col-links li a:hover{color:#fff}@keyframes loading-bar-grow{0%{width:0%}60%{width:85%}to{width:100%}}@keyframes loading-logo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.06)}}@keyframes loading-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-overlay{position:fixed;inset:0;z-index:9999;background-color:#033e2a;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease;opacity:1;visibility:visible}.loading-overlay--hidden{opacity:0;visibility:hidden}.loading-content{display:flex;flex-direction:column;align-items:center;gap:32px;animation:loading-fade-in .5s ease both}.loading-logo{width:120px;height:auto;animation:loading-logo-pulse 1.6s ease-in-out infinite}.loading-bar-track{width:220px;height:4px;background:#ffffff26;border-radius:4px;overflow:hidden}.loading-bar-fill{height:100%;width:0%;background:linear-gradient(90deg,#16ae21,#a8f53d);border-radius:4px;animation:loading-bar-grow 1.8s cubic-bezier(.4,0,.2,1) forwards}.loading-tagline{font-family:Poppins,sans-serif;font-weight:300;font-size:14px;letter-spacing:.08em;color:#ffffff80;margin:0}.cu-page{width:100%;background:#033e2a;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding-top:70px}.cu-hero,.cu-form-section,.cu-cta-section{width:100%;max-width:1440px;padding-left:72px;padding-right:72px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.cu-hero{background:#033e2a;padding-top:80px;padding-bottom:60px;align-self:stretch}.cu-hero__inner{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cu-hero__heading{font-family:Outfit;width:665px;font-weight:500;font-size:48px;line-height:130%;letter-spacing:-3%;color:#fff;margin:0}.cu-hero__subtext{font-family:Outfit,sans-serif;max-width:605px;font-weight:400;font-size:18px;line-height:180%;letter-spacing:0%;color:#fff;margin:0}.cu-form-section{background:#033e2a;height:742px;padding-top:0;padding-bottom:60px;align-self:stretch}.cu-form-card{width:100%;background:#fff;border-radius:20px;display:flex;overflow:hidden}.cu-form-left{width:565px;padding:60px 72px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;box-sizing:border-box;flex-shrink:0}.cu-form{width:100%;display:flex;flex-direction:column;gap:24px}.cu-field-group{width:100%;display:flex;flex-direction:column;gap:8px}.cu-label{font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#1a1a1a}.cu-input{width:389px;height:47px;border:1px solid #e0e0e0;border-radius:10px;padding:12px 16px;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;color:#6b7280;background:#fff;outline:none;box-sizing:border-box;transition:border-color .2s ease}.cu-input::placeholder{color:#9ca3af}.cu-input:focus{border-color:#033e2a}.cu-textarea{height:120px;resize:none}.cu-char-limit{font-family:Poppins,sans-serif;font-weight:400;font-size:12px;color:#6b7280;text-align:right;width:389px}.cu-error{font-family:Poppins,sans-serif;font-size:12px;color:#ef4444}.cu-btn{display:flex;width:233px;padding:20px 100px;justify-content:center;align-items:center;gap:10px;background:#033e2a;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;border:none;border-radius:10px;cursor:pointer;white-space:nowrap;box-sizing:border-box;align-self:center;transition:background .2s ease,transform .15s ease}.cu-btn:hover:not(:disabled){background:#055c3e;transform:translateY(-2px)}.cu-btn:disabled{opacity:.7;cursor:not-allowed}.cu-info-right{flex:1 0 0;padding:60px 64px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;box-sizing:border-box;align-self:stretch}.cu-info-card{display:flex;height:133.667px;padding:30px;flex-direction:column;justify-content:center;align-items:center;gap:14px;align-self:stretch;border-radius:16px;border:1.5px solid #f1f1f3;background:#fcfcfd;box-sizing:border-box}.cu-info-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px}.cu-info-text{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;color:#6b7280;text-align:center}.cu-social-card{display:flex;padding:30px;flex-direction:column;justify-content:center;align-items:center;gap:14px;align-self:stretch;border-radius:16px;border:1px solid #f1f1f3;background:#fcfcfd;box-sizing:border-box}.cu-social-icons{display:flex;align-items:center;gap:12px}.cu-social-icon-wrap{width:40px;height:40px;background:#f3f4f6;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.cu-social-icon-wrap:hover{background:#e5e7eb}.cu-cta-section{background:#033e2a;padding:84px 250px;align-self:stretch}.cu-cta-card{width:100%;border-radius:20px;background:#fff;display:flex;justify-content:center;align-items:center;padding:84px 312px 84px 313px;box-sizing:border-box}.cu-cta-inner{width:527px;display:flex;flex-direction:column;align-items:center;gap:30px;flex-shrink:0}.cu-cta-heading{font-family:Outfit,sans-serif;font-weight:600;font-size:32px;line-height:130%;color:#033e2a;text-align:center;margin:0}.cu-cta-subtext{font-family:Outfit,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#6b7280;text-align:center;margin:0}.cu-cta-btn{display:flex;width:233px;padding:20px 100px;justify-content:center;align-items:center;gap:10px;background:#033e2a;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;border:none;border-radius:10px;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:background .2s ease,transform .15s ease}.cu-cta-btn:hover{background:#055c3e;transform:translateY(-2px)}@media(min-width:768px)and (max-width:1024px){.navbar-container{padding:0 32px}.navbar-right{display:flex;gap:28px}.navbar-links{gap:28px}.nav-link{font-size:15px}.navbar-cta{width:140px;font-size:15px}.hamburger{display:none}.mobile-menu{visibility:hidden!important;transform:translate(100%)!important}.mobile-menu__backdrop{display:none!important}.hero-container{height:auto;min-height:unset;padding:0 40px}.hero-inner{height:auto;min-height:unset;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;position:static;padding:56px 0 0}.hero-left{position:static;width:50%;flex-shrink:0;gap:24px;align-items:flex-start;text-align:left}.hero-heading{font-size:44px;line-height:1.05;max-width:none;width:100%}.hero-subtext{font-size:15px;max-width:380px}.hero-phone--back,.hero-phone--front{display:none}.hero-mobile-img{display:block;width:46%;max-width:340px;height:auto;object-fit:contain;margin:0;align-self:flex-end;flex-shrink:0}.meet-us-section{padding:60px 32px}.meet-us-inner{gap:48px;height:auto;flex-direction:row}.meet-us-image-wrap{width:320px;height:380px;border-radius:0 200px 200px}.meet-us-heading{font-size:30px}.features-section{padding:60px 32px}.features-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.feature-card{height:auto;padding:32px 24px}.waitlist-section{padding:60px 32px}.waitlist-inner{gap:40px}.waitlist-left{width:100%;max-width:460px;min-height:auto}.contact-section{padding:0 32px}.contact-right{width:320px;padding:32px 20px}.footer-section{padding:60px 32px}.footer-inner{flex-wrap:wrap;gap:40px}.footer-left{width:100%;margin-right:0;margin-bottom:8px}.footer-cols-grid{flex-wrap:wrap;gap:32px 40px;margin-left:0}.footer-cols-grid .footer-col:nth-child(1),.footer-cols-grid .footer-col:nth-child(2),.footer-cols-grid .footer-col:nth-child(3),.footer-cols-grid .footer-col:nth-child(4){margin-left:0;width:auto;min-height:auto}.cu-hero,.cu-form-section,.cu-cta-section{padding-left:32px;padding-right:32px}.cu-hero__heading{font-size:36px;width:100%}.cu-form-section{height:auto}.cu-form-card{flex-direction:column}.cu-form-left{width:100%;padding:40px 32px}.cu-input,.cu-char-limit{width:100%}.cu-info-right{padding:32px}.cu-cta-section{padding:60px 32px}.cu-cta-card{padding:60px 40px}.cu-cta-inner{width:100%}}@media(max-width:767px){.navbar-container{padding:0 20px}.navbar-inner{height:64px}.navbar-right{display:none}.hamburger{display:flex}.hero-container{height:auto;min-height:unset;padding:36px 20px 0;margin-top:64px;overflow:hidden;display:flex;flex-direction:column}.hero-inner{height:auto;display:flex;flex-direction:column;align-items:center;position:static;padding-bottom:28px;gap:0}.hero-left{position:static;width:100%;gap:16px;align-items:center;text-align:center}.hero-heading{font-size:34px;line-height:1.1;width:100%;max-width:320px}.hero-subtext{font-size:14px;line-height:1.6;max-width:320px}.hero-cta{width:160px;height:48px;font-size:14px}.hero-phone--back,.hero-phone--front{display:none}.hero-mobile-img{display:block;width:100%;max-width:290px;height:auto;object-fit:contain;margin:30px auto 0;position:relative;z-index:2}.meet-us-section{padding:40px 20px;min-height:auto}.meet-us-inner{flex-direction:row;height:auto;gap:20px;align-items:stretch}.meet-us-image-wrap{width:140px;min-width:140px;height:auto;align-self:stretch;border-radius:0 80px 80px;flex-shrink:0}.meet-us-text{flex:1;align-items:flex-start;gap:12px}.meet-us-header{gap:6px}.meet-us-heading{font-size:18px;line-height:1.2}.meet-us-body{font-size:12px;line-height:1.5}.meet-us-btn{width:120px;height:40px;font-size:13px;padding:10px 16px;margin-top:8px}.features-section{background:#fff;padding:40px 20px;min-height:auto}.features-inner{gap:20px}.features-heading{display:block;font-size:20px;color:#111827;text-align:center}.features-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:14px;align-items:start}.feature-card{height:170px;padding:16px 14px;background:#d1d5db;border:1.5px solid #d1d5db;border-radius:12px;box-shadow:none;overflow:hidden;display:flex;flex-direction:column;gap:6px;box-sizing:border-box}.feature-card__title{font-size:12px;line-height:1.3;color:#111827;font-weight:600;flex-shrink:0}.feature-card__description{font-size:11px;line-height:1.4;color:#374151;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-height:0}.feature-card__link{font-size:11px;display:inline-flex;align-items:center;gap:4px;color:#16ae21;flex-shrink:0;margin-top:auto;padding-top:4px;font-weight:600}.feature-card__arrow{font-size:12px}.waitlist-section{padding:0;min-height:auto;flex-direction:column;background:transparent}.waitlist-inner{flex-direction:column;gap:0;max-width:100%}.waitlist-image-wrap{width:100%;min-height:auto;justify-content:center;background:#fff;padding:40px 20px 32px;order:-1}.waitlist-phone-img{max-width:220px;transform:rotate(0)}.waitlist-left{width:100%;min-height:auto;gap:20px;background:#e5e7eb;padding:32px 20px 40px;order:1}.waitlist-heading{font-size:22px;height:auto}.waitlist-subtext{font-size:14px}.waitlist-btn{width:auto;min-width:140px;padding:0 24px;height:48px;font-size:14px;align-self:flex-start}.contact-section{padding:0 20px;border-radius:0;min-height:auto}.contact-section-header{padding:32px 0 0}.contact-early-access{font-size:12px}.contact-waitlist-heading{font-size:24px}.contact-inner{flex-direction:column;padding-top:16px}.contact-left{min-height:auto;padding:24px 0 40px}.contact-form{gap:20px}.contact-btn{width:160px;height:44px;font-size:14px;padding:0 16px;align-self:center;letter-spacing:0}.contact-right{width:100%;min-height:auto;padding:32px 0 48px;background:#f9fafb;gap:16px}.contact-info-card{border-radius:20px;padding:24px;min-height:auto}.footer-section{padding:48px 20px}.footer-inner{flex-direction:column;gap:40px}.footer-left{width:100%;margin-right:0}.footer-cols-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 24px;width:100%;margin-left:0}.footer-cols-grid .footer-col:nth-child(1),.footer-cols-grid .footer-col:nth-child(2),.footer-cols-grid .footer-col:nth-child(3),.footer-cols-grid .footer-col:nth-child(4){margin-left:0;width:100%;min-height:auto}.cu-page{padding-top:64px}.cu-hero,.cu-form-section,.cu-cta-section{padding-left:20px;padding-right:20px}.cu-hero{padding-top:48px;padding-bottom:40px}.cu-hero__heading{font-size:28px;width:100%}.cu-hero__subtext{font-size:15px}.cu-form-section{height:auto;padding-bottom:40px}.cu-form-card{flex-direction:column;border-radius:16px}.cu-form-left{width:100%;padding:32px 20px}.cu-input,.cu-char-limit{width:100%}.cu-btn{width:100%;padding:16px 0}.cu-info-right{padding:24px 20px 32px}.cu-cta-section{padding:48px 20px}.cu-cta-card{padding:40px 24px;border-radius:16px}.cu-cta-inner{width:100%}.cu-cta-heading{font-size:24px}.cu-cta-btn{width:100%;padding:16px 0}}@media(max-width:400px){.hero-heading{font-size:28px}.hero-mobile-img{max-width:240px}.meet-us-image-wrap{width:110px;min-width:110px}.waitlist-phone-img{max-width:180px}}@media(min-width:1025px)and (max-width:1279px){.hero-container{padding:0 100px}.hero-left{left:0;width:500px;top:120px}.hero-heading{font-size:54px}.hero-subtext{font-size:18px;max-width:420px}.hero-phone--back{right:210px;width:300px}.hero-phone--front{right:40px;width:275px}}@media(min-width:1280px){.navbar-container,.hero-container,.meet-us-section{padding:0 72px}.features-section{padding:60px 72px}.waitlist-section{padding:24px 72px}.contact-section{padding:0 72px}.footer-section{padding:75px 64px}}.feat-modal-backdrop{position:fixed;inset:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;animation:feat-fade-in .2s ease}@keyframes feat-fade-in{0%{opacity:0}to{opacity:1}}@keyframes feat-slide-up{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.feat-modal{background:#fff;border-radius:20px;width:100%;max-width:580px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #033e2a33;animation:feat-slide-up .25s cubic-bezier(.4,0,.2,1)}.feat-modal__header{display:flex;align-items:center;gap:12px;padding:28px 32px 20px;flex-shrink:0}.feat-modal__header-dot{width:10px;height:10px;border-radius:50%;background:#16ae21;flex-shrink:0}.feat-modal__title{font-family:Manrope,sans-serif;font-weight:700;font-size:22px;color:#033e2a;margin:0;flex:1;line-height:1.3}.feat-modal__close{width:36px;height:36px;border-radius:50%;border:none;background:#f3f4f6;color:#6b7280;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,color .2s ease;line-height:1}.feat-modal__close:hover{background:#033e2a;color:#fff}.feat-modal__divider{height:1px;background:#e5e7eb;margin:0 32px;flex-shrink:0}.feat-modal__body{padding:24px 32px;overflow-y:auto;flex:1}.feat-modal__text{font-family:Poppins,sans-serif;font-weight:400;font-size:15px;line-height:1.8;color:#374151;margin:0}.feat-modal__footer{padding:20px 32px 28px;display:flex;justify-content:flex-end;flex-shrink:0;border-top:1px solid #e5e7eb}.feat-modal__cta{height:44px;padding:0 32px;background:#033e2a;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease,transform .15s ease;white-space:nowrap}.feat-modal__cta:hover{background:#055c3e;transform:translateY(-1px)}@media(max-width:767px){.feat-modal-backdrop{align-items:flex-end;padding:0}.feat-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:80vh;animation:feat-slide-up-mobile .3s cubic-bezier(.4,0,.2,1)}@keyframes feat-slide-up-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.feat-modal__header{padding:20px 20px 14px;gap:10px}.feat-modal__title{font-size:18px}.feat-modal__divider{margin:0 20px}.feat-modal__body{padding:18px 20px}.feat-modal__text{font-size:14px;line-height:1.7}.feat-modal__footer{padding:16px 20px 24px}.feat-modal__cta{width:100%;justify-content:center;display:flex;align-items:center}}@media(min-width:768px)and (max-width:1024px){.feat-modal{max-width:520px}.feat-modal__title{font-size:20px}}.feature-card__title{min-height:2.4em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feature-card__description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.feature-card__link{margin-top:auto;flex-shrink:0}@media(max-width:767px){.feature-card__title{font-size:12px;min-height:2.6em;-webkit-line-clamp:2}.feature-card__description{font-size:11px;-webkit-line-clamp:3}}:root{--adm-green: #033E2A;--adm-green-mid: #055c3e;--adm-green-light: #e8f5ee;--adm-yellow: #F7AA47;--adm-yellow-light: #fff8ed;--adm-white: #ffffff;--adm-bg: #f4f6f4;--adm-border: #e5e7eb;--adm-text: #1a1a1a;--adm-text-muted: #6b7280;--adm-sidebar-w: 260px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}.adm-root{display:flex;min-height:100vh;background:var(--adm-bg);font-family:Poppins,sans-serif;color:var(--adm-text)}.adm-sidebar{width:var(--adm-sidebar-w);min-height:100vh;background:var(--adm-green);display:flex;flex-direction:column;padding:32px 20px;position:fixed;top:0;left:0;bottom:0;z-index:200;transition:transform .3s cubic-bezier(.4,0,.2,1)}.adm-sidebar__logo{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px;padding:0 8px}.adm-logo-badge{font-family:Poppins,sans-serif;font-size:10px;font-weight:600;background:#f7aa4726;color:#f7aa47;border:1px solid rgba(247,170,71,.3);border-radius:20px;padding:3px 10px;letter-spacing:1px;text-transform:uppercase}.adm-logo-img{width:80px;height:auto;display:block}.adm-nav{display:flex;flex-direction:column;gap:6px;flex:1}.adm-nav__item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border-radius:12px;border:none;background:transparent;color:#fff9;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;cursor:pointer;text-align:left;transition:all .2s ease;position:relative}.adm-nav__item:hover{background:#ffffff14;color:#fff}.adm-nav__item--active{background:#f7aa471f;color:#f7aa47;font-weight:600}.adm-nav__item--active svg{stroke:#f7aa47}.adm-nav__badge{margin-left:auto;background:#f7aa47;color:var(--adm-green);font-size:11px;font-weight:700;border-radius:20px;padding:2px 8px;min-width:22px;text-align:center}.adm-logout{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff80;font-family:Poppins,sans-serif;font-size:14px;cursor:pointer;transition:all .2s ease}.adm-logout:hover{background:#ffffff0f;color:#fff}.adm-sidebar__close{display:none;position:absolute;top:20px;right:16px;width:32px;height:32px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;color:#ffffffb3;font-size:18px;line-height:1;transition:background .2s}.adm-sidebar__close:hover{background:#fff3}.adm-sidebar-backdrop{display:none;position:fixed;inset:0;background:#00000073;z-index:190}.adm-sidebar-backdrop--visible{display:block}.adm-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:4px;flex-shrink:0}.adm-hamburger__bar{display:block;width:22px;height:2px;background:var(--adm-green);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.adm-main{margin-left:var(--adm-sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh}.adm-topbar{background:var(--adm-white);border-bottom:1px solid var(--adm-border);padding:20px 36px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50}.adm-topbar__title{font-family:Outfit,sans-serif;font-weight:600;font-size:22px;color:var(--adm-green)}.adm-topbar__sub{font-size:13px;color:var(--adm-text-muted);margin-top:2px}.adm-topbar__admin{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--adm-text-muted);font-weight:500}.adm-topbar__avatar{width:38px;height:38px;border-radius:50%;background:var(--adm-green);color:#f7aa47;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:700;font-size:16px;flex-shrink:0}.adm-content{padding:32px 36px;display:flex;flex-direction:column;gap:28px;flex:1}.adm-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.adm-stat-card{background:var(--adm-white);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px;border:1px solid var(--adm-border);transition:box-shadow .2s ease}.adm-stat-card:hover{box-shadow:0 4px 20px #033e2a14}.adm-stat-card__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.adm-stat-card__icon--green{background:var(--adm-green-light);color:var(--adm-green)}.adm-stat-card__icon--yellow{background:var(--adm-yellow-light);color:var(--adm-yellow)}.adm-stat-card__icon--green svg{stroke:var(--adm-green)}.adm-stat-card__icon--yellow svg{stroke:var(--adm-yellow)}.adm-stat-card__info{display:flex;flex-direction:column;gap:4px}.adm-stat-card__value{font-family:Outfit,sans-serif;font-weight:700;font-size:36px;color:var(--adm-green);line-height:1}.adm-stat-card__label{font-size:13px;color:var(--adm-text-muted);font-weight:400}.adm-stat-card__trend{display:flex;align-items:center;gap:5px;font-size:12px;color:#16ae21;font-weight:500}.adm-stat-card__trend svg{stroke:#16ae21}.adm-recent{background:var(--adm-white);border-radius:16px;border:1px solid var(--adm-border);overflow:hidden}.adm-section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--adm-border)}.adm-section-title{font-family:Outfit,sans-serif;font-weight:600;font-size:17px;color:var(--adm-green)}.adm-view-all{font-size:13px;color:var(--adm-green);background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;transition:opacity .2s}.adm-view-all:hover{opacity:.7}.adm-table-wrap{overflow-x:auto}.adm-table{width:100%;border-collapse:collapse;font-size:14px}.adm-table thead tr{background:#f9fafb}.adm-table th{text-align:left;padding:12px 24px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:var(--adm-text-muted);border-bottom:1px solid var(--adm-border);white-space:nowrap}.adm-table td{padding:14px 24px;border-bottom:1px solid var(--adm-border);color:var(--adm-text)}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr:hover{background:#f9fafb}.adm-table__row--clickable{cursor:pointer}.adm-waitlist-cards{display:none;flex-direction:column;gap:12px}.adm-waitlist-card{background:var(--adm-white);border:1px solid var(--adm-border);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.adm-waitlist-card__top{display:flex;align-items:center;justify-content:space-between}.adm-waitlist-card__num{font-size:12px;color:var(--adm-text-muted);font-weight:600}.adm-waitlist-card__name{font-size:15px;font-weight:600;color:var(--adm-text)}.adm-waitlist-card__email{font-size:13px;color:var(--adm-text-muted);word-break:break-all}.adm-waitlist-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.adm-waitlist-card__date{font-size:12px;color:var(--adm-text-muted)}.adm-waitlist-card--skeleton{opacity:.6}.adm-skeleton-line{border-radius:6px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.adm-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.adm-badge--new,.adm-badge--unread{background:var(--adm-yellow-light);color:#b36e00;border:1px solid rgba(247,170,71,.3)}.adm-badge--reviewed,.adm-badge--read{background:var(--adm-green-light);color:var(--adm-green);border:1px solid rgba(3,62,42,.15)}.adm-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.adm-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.adm-search{display:flex;align-items:center;gap:10px;background:var(--adm-white);border:1px solid var(--adm-border);border-radius:10px;padding:10px 16px;width:320px;max-width:100%}.adm-search svg{stroke:var(--adm-text-muted);flex-shrink:0}.adm-search input{border:none;outline:none;font-family:Poppins,sans-serif;font-size:14px;color:var(--adm-text);width:100%;background:transparent}.adm-search input::placeholder{color:var(--adm-text-muted)}.adm-count{font-size:13px;color:var(--adm-text-muted);font-weight:500;white-space:nowrap}.adm-select{font-family:Poppins,sans-serif;font-size:13px;padding:8px 12px;border-radius:8px;border:1px solid var(--adm-border);background:#fff;color:var(--adm-text);cursor:pointer;outline:none}.adm-icon-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;border:1px solid var(--adm-border);background:#fff;font-family:Poppins,sans-serif;font-size:13px;color:var(--adm-green);cursor:pointer;transition:all .2s ease;white-space:nowrap}.adm-icon-btn:hover{background:var(--adm-green-light)}.adm-icon-btn:disabled{opacity:.6;cursor:not-allowed}.adm-icon-btn--green{background:var(--adm-green);color:#fff;border-color:var(--adm-green)}.adm-icon-btn--green:hover{background:var(--adm-green-mid)}.adm-icon-btn--green:disabled{opacity:.5;cursor:not-allowed}.adm-download-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--adm-border);border-radius:12px;box-shadow:0 8px 24px #0000001a;overflow:hidden;z-index:100;min-width:200px}.adm-download-menu button{display:block;width:100%;text-align:left;padding:12px 16px;background:none;border:none;font-family:Poppins,sans-serif;font-size:14px;color:var(--adm-text);cursor:pointer;transition:background .15s}.adm-download-menu button:hover{background:var(--adm-green-light)}.adm-download-menu button+button{border-top:1px solid var(--adm-border)}.adm-error-banner{padding:16px 20px;background:#fff1f1;border:1px solid #fecaca;border-radius:12px;color:#b91c1c;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.adm-error-banner button{background:#b91c1c;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:13px;cursor:pointer;white-space:nowrap}.adm-action-btn{background:var(--adm-green-light);color:var(--adm-green);border:1px solid rgba(3,62,42,.2);border-radius:8px;padding:6px 14px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.adm-action-btn:hover{background:var(--adm-green);color:#fff}.adm-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 4px}.adm-page-btn{display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:8px;border:1px solid var(--adm-border);background:#fff;font-family:Poppins,sans-serif;font-size:13px;color:var(--adm-green);cursor:pointer;transition:background .2s}.adm-page-btn:hover{background:var(--adm-green-light)}.adm-page-btn--disabled{color:#9ca3af!important;cursor:not-allowed!important}.adm-page-btn--disabled:hover{background:#fff!important}.adm-messages-layout{flex-direction:row!important;align-items:flex-start!important;gap:20px!important;padding:32px 36px!important}.adm-messages-list{width:360px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.adm-msg-card{background:var(--adm-white);border:1px solid var(--adm-border);border-radius:14px;padding:16px 18px;cursor:pointer;position:relative;transition:all .2s ease}.adm-msg-card:hover{border-color:var(--adm-green);box-shadow:0 2px 12px #033e2a14}.adm-msg-card--active{border-color:var(--adm-green);background:var(--adm-green-light)}.adm-msg-card--unread{border-left:3px solid #F7AA47}.adm-msg-card__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.adm-msg-card__name{font-weight:600;font-size:14px;color:var(--adm-text)}.adm-msg-card__date{font-size:11px;color:var(--adm-text-muted)}.adm-msg-card__subject{font-size:13px;font-weight:500;color:var(--adm-green);display:block;margin-bottom:4px}.adm-msg-card__preview{font-size:12px;color:var(--adm-text-muted);line-height:1.5}.adm-msg-card__dot{position:absolute;top:16px;right:16px;width:8px;height:8px;border-radius:50%;background:#f7aa47}.adm-msg-detail{flex:1;background:var(--adm-white);border:1px solid var(--adm-border);border-radius:16px;min-height:500px;display:flex;flex-direction:column;overflow:hidden}.adm-msg-detail__header{padding:24px 28px;border-bottom:1px solid var(--adm-border);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.adm-msg-detail__subject{font-family:Outfit,sans-serif;font-weight:600;font-size:20px;color:var(--adm-green);margin-bottom:6px}.adm-msg-detail__meta{font-size:13px;color:var(--adm-text-muted)}.adm-msg-detail__close{background:none;border:none;cursor:pointer;color:var(--adm-text-muted);padding:4px;border-radius:6px;transition:background .2s;flex-shrink:0}.adm-msg-detail__close:hover{background:var(--adm-border)}.adm-msg-detail__body{padding:28px;flex:1;font-size:15px;line-height:1.8;color:var(--adm-text)}.adm-msg-detail__actions{padding:20px 28px;border-top:1px solid var(--adm-border)}.adm-reply-btn{display:inline-flex;align-items:center;padding:12px 28px;background:var(--adm-green);color:#fff;border-radius:10px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s ease}.adm-reply-btn:hover{background:var(--adm-green-mid)}.adm-msg-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--adm-text-muted)}.adm-msg-empty svg{stroke:var(--adm-border);width:48px;height:48px}.adm-msg-empty p{font-size:14px}.adm-drawer-backdrop{display:none;position:fixed;inset:0;background:#00000080;z-index:300}.adm-msg-drawer{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--adm-white);border-radius:20px 20px 0 0;z-index:310;max-height:85vh;overflow-y:auto;flex-direction:column;box-shadow:0 -8px 32px #00000026;animation:slideUp .3s ease}.adm-msg-drawer__handle{width:40px;height:4px;background:#e5e7eb;border-radius:4px;margin:12px auto 4px}.adm-drawer-back{display:flex;align-items:center;gap:6px;background:none;border:none;font-family:Poppins,sans-serif;font-size:14px;color:var(--adm-green);cursor:pointer;padding:4px 0}@media(min-width:768px)and (max-width:1024px){:root{--adm-sidebar-w: 220px}.adm-topbar{padding:16px 24px}.adm-topbar__title{font-size:18px}.adm-topbar__sub{display:none}.adm-content{padding:24px;gap:20px}.adm-stats{grid-template-columns:repeat(2,1fr);gap:16px}.adm-stat-card__value{font-size:28px}.adm-messages-layout{flex-direction:column!important;padding:24px!important}.adm-messages-list{width:100%}.adm-msg-detail{min-height:400px}.adm-msg-detail--desktop{display:flex}.adm-search{width:240px}.adm-table th,.adm-table td{padding:10px 16px}.adm-drawer-backdrop,.adm-msg-drawer{display:none!important}.adm-waitlist-cards{display:none}.adm-table-desktop{display:block}}@media(max-width:767px){.adm-sidebar{transform:translate(-100%);width:260px;padding-top:24px}.adm-sidebar--open{transform:translate(0)}.adm-sidebar__close{display:flex}.adm-sidebar__logo{padding-right:40px}.adm-hamburger{display:flex}.adm-main{margin-left:0}.adm-topbar{padding:12px 16px;gap:10px}.adm-topbar__title{font-size:15px}.adm-topbar__sub,.adm-topbar__admin span{display:none}.adm-content{padding:14px;gap:14px}.adm-stats{grid-template-columns:repeat(2,1fr);gap:10px}.adm-stat-card{padding:14px;gap:8px}.adm-stat-card__icon{width:36px;height:36px;border-radius:8px}.adm-stat-card__value{font-size:22px}.adm-stat-card__label,.adm-stat-card__trend{font-size:11px}.adm-section-header{padding:12px 14px}.adm-section-title{font-size:14px}.adm-table th,.adm-table td{padding:10px 12px;font-size:12px}.adm-toolbar{flex-direction:column;align-items:stretch;gap:10px}.adm-toolbar__actions{justify-content:space-between}.adm-search{width:100%}.adm-btn-label{display:none}.adm-table-desktop{display:none!important}.adm-waitlist-cards{display:flex}.adm-msg-detail--desktop{display:none!important}.adm-messages-layout{flex-direction:column!important;padding:14px!important;gap:14px!important}.adm-messages-list{width:100%}.adm-drawer-backdrop{display:block}.adm-msg-drawer{display:flex}}@media(max-width:400px){.adm-stats{grid-template-columns:1fr 1fr;gap:8px}.adm-stat-card{padding:10px}.adm-stat-card__value{font-size:18px}.adm-stat-card__trend{display:none}.adm-content{padding:10px}}
