:root{--color-bg: #fafaf8;--color-bg-alt: #f2f2ef;--color-surface: #ffffff;--color-border: #e8e6e3;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--color-text-light: #8c8c8c;--color-accent: #0d7377;--color-accent-hover: #0a5c5f;--color-accent-soft: #e6f2f2;--color-highlight: #b85c38;--color-highlight-soft: #faf0eb;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--text-hero: clamp(2.5rem, 5vw + 1.5rem, 4rem);--text-section: clamp(2rem, 3vw + 1rem, 3rem);--text-card: clamp(1.25rem, 2vw + .5rem, 1.5rem);--text-body: 1.125rem;--text-small: .9375rem;--leading-tight: 1.15;--leading-snug: 1.35;--leading-normal: 1.6;--tracking-tight: -.03em;--tracking-normal: 0;--space-section: clamp(4rem, 10vw, 7rem);--space-block: clamp(2rem, 4vw, 3rem);--space-inline: clamp(1.25rem, 3vw, 2rem);--container: min(1280px, 100vw - 2rem);--container-narrow: min(720px, 100%);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--shadow-soft: 0 4px 24px rgba(0, 0, 0, .06);--shadow-card: 0 8px 32px rgba(0, 0, 0, .08)}@media(prefers-reduced-motion:reduce){.animate-in,.animate-in .animate-in__child{animation-duration:.01ms!important;transition-duration:.01ms!important}}.animate-in{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out}.animate-in.animate-in--visible{opacity:1}.animate-in--up{transform:translateY(32px)}.animate-in--up.animate-in--visible{transform:translateY(0)}.animate-in--left{transform:translate(-32px)}.animate-in--left.animate-in--visible{transform:translate(0)}.animate-in--right{transform:translate(32px)}.animate-in--right.animate-in--visible{transform:translate(0)}.animate-in--fade{transform:none}.animate-in--stagger .animate-in__child{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.animate-in--stagger.animate-in--visible .animate-in__child{opacity:1;transform:translateY(0)}.animate-in--stagger .animate-in__child:nth-child(1){transition-delay:.05s}.animate-in--stagger .animate-in__child:nth-child(2){transition-delay:.1s}.animate-in--stagger .animate-in__child:nth-child(3){transition-delay:.15s}.animate-in--stagger .animate-in__child:nth-child(4){transition-delay:.2s}.animate-in--stagger .animate-in__child:nth-child(5){transition-delay:.25s}.animate-in--stagger .animate-in__child:nth-child(6){transition-delay:.3s}.animate-in--stagger .animate-in__child:nth-child(7){transition-delay:.35s}.animate-in--stagger .animate-in__child:nth-child(8){transition-delay:.4s}.animate-in--delay-1{transition-delay:.1s}.animate-in--delay-2{transition-delay:.2s}.animate-in--delay-3{transition-delay:.3s}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--leading-normal);font-weight:400;color:var(--color-text);background-color:var(--color-bg)}body{margin:0;min-height:100vh;width:100%;overflow-x:hidden}a,button{-webkit-tap-highlight-color:rgba(13,115,119,.15)}#root{width:100%;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.apple-icon--light{filter:brightness(0) invert(1)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem var(--space-inline);background:transparent;transition:background .25s ease,box-shadow .25s ease}.header--scrolled{background:#fafaf8eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--color-border)}.header__container{max-width:var(--container);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--color-text)}.header__logo-img{display:block}.header__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:var(--tracking-tight)}.header__nav{display:flex;align-items:center;gap:2rem}.header__link{font-size:.9375rem;font-weight:500;color:var(--color-text-muted);text-decoration:none}.header__link:hover{color:var(--color-text)}.header__cta{display:flex;align-items:center;gap:.75rem}.header__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:var(--radius-sm);transition:background .2s,color .2s}.header__btn-icon{flex-shrink:0}.header__btn--primary{background:#000;color:#fff}.header__btn--primary:hover{background:#1a1a1a}.header__btn--secondary{background:transparent;color:var(--color-text)}.header__btn--secondary:hover{color:var(--color-accent)}.header__menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer;border-radius:var(--radius-sm)}.header__menu-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.header__menu-icon{display:block;width:20px;height:2px;background:var(--color-text);border-radius:1px}.header__mobile-drawer{display:none}@media(max-width:768px){.header__nav,.header__cta{display:none}.header__menu-btn{display:flex}.header__mobile-drawer{display:flex;flex-direction:column;position:fixed;inset:60px 0 0;background:var(--color-bg);padding:2rem var(--space-inline);gap:.5rem;z-index:999;overflow-y:auto}.header__mobile-link{min-height:48px;display:flex;align-items:center;gap:.5rem;padding:0 .5rem;font-size:1.125rem;font-weight:500;color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm)}.header__mobile-link:hover{background:var(--color-bg-alt);color:var(--color-accent)}.header__mobile-link-icon{flex-shrink:0}}.hero{padding:var(--space-section) var(--space-inline);padding-top:clamp(6rem,12vw,9rem);background:var(--color-bg);min-height:85vh;display:flex;align-items:center}.hero__container{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__content{max-width:var(--container-narrow)}.hero__headline{font-size:var(--text-hero);font-weight:500;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:.5rem}.hero__headline strong{font-weight:700;color:var(--color-accent)}.hero__payoff{font-size:1.35rem;font-weight:500;color:var(--color-text-muted);margin-bottom:1rem;letter-spacing:var(--tracking-normal)}.hero__sub{font-size:var(--text-body);line-height:var(--leading-snug);color:var(--color-text-muted);margin-bottom:var(--space-block);max-width:32ch}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--radius-md);transition:transform .2s,box-shadow .2s,background-color .2s}.hero__btn-icon{flex-shrink:0}.hero__btn--primary{background:#000;color:#fff}.hero__btn--primary:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:var(--shadow-soft)}.hero__btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.hero__btn--secondary:hover{background:var(--color-bg-alt);border-color:var(--color-text-muted)}.hero__proof{font-size:var(--text-small);color:var(--color-text-light)}.hero__proof strong{color:var(--color-text)}.hero__visual{display:flex;justify-content:center;align-items:center;background:transparent}.hero__frame{position:relative;width:100%;max-width:380px;aspect-ratio:9 / 19;border-radius:60px;overflow:hidden;margin-bottom:30%;background:transparent;box-shadow:20px 10px 48px #00000047;animation:heroFloat 6s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.02)}}@media(prefers-reduced-motion:reduce){.hero__frame{animation:none}}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__placeholder{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(160deg,var(--color-accent-soft) 0%,var(--color-bg-alt) 100%);color:var(--color-text-muted)}.hero__placeholder.visible{display:flex}.hero__placeholder-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hero__placeholder-hint{font-size:.75rem;opacity:.8}@media(max-width:900px){.hero__container{grid-template-columns:1fr;text-align:center}.hero__content{margin-inline:auto}.hero__sub{max-width:none}.hero__cta{justify-content:center}.hero__visual{order:-1}.hero__frame{max-width:280px;margin:0 auto}}@media(max-width:480px){.hero{padding-left:1rem;padding-right:1rem}.hero__cta{flex-direction:column;width:100%}.hero__btn{width:100%}.hero__frame{max-width:240px}}.showcase{padding:var(--space-section) var(--space-inline);background:var(--color-surface)}.showcase__container{max-width:var(--container);margin:0 auto;text-align:center}.showcase__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:.5rem}.showcase__sub{font-size:var(--text-body);color:var(--color-text-muted);margin-bottom:var(--space-block);max-width:40ch;margin-left:auto;margin-right:auto}.showcase__tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.showcase__screens{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.showcase__tab{min-height:44px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.showcase__tab:hover{color:var(--color-text);border-color:var(--color-text-light)}.showcase__tab.active{color:var(--color-accent);background:var(--color-accent-soft);border-color:var(--color-accent)}.showcase__frames{position:relative;display:flex;justify-content:center;align-items:center;min-height:420px}.showcase__frame{position:absolute;width:100%;max-width:260px;aspect-ratio:9 / 19;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-card);background:var(--color-bg-alt);opacity:0;transform:scale(.95);pointer-events:none;transition:opacity .35s ease,transform .35s ease}.showcase__frame.active{position:relative;opacity:1;transform:scale(1);pointer-events:auto}.showcase__frame-img{width:100%;height:100%;object-fit:cover;display:block}.showcase__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(180deg,var(--color-accent-soft) 0%,var(--color-bg) 100%);color:var(--color-text-muted)}.showcase__placeholder-label{font-size:1rem;font-weight:600}.showcase__placeholder-hint{font-size:.8125rem;opacity:.85}@media(max-width:600px){.showcase__frame{max-width:220px}}.features{background:var(--color-bg)}.features__block{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center;padding:var(--space-section) var(--space-inline);max-width:100%}.features__block--alt{background:var(--color-surface)}.features__block--alt .features__container{order:2}.features__block--alt .features__visual{order:1}.features__container{max-width:var(--container-narrow);margin:0 auto}.features__block--alt .features__container{margin:0 0 0 auto}.features__accent{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);margin-bottom:.75rem}.features__headline{font-size:var(--text-section);font-weight:600;line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:1rem}.features__headline strong{color:var(--color-accent)}.features__body{font-size:var(--text-body);line-height:var(--leading-snug);color:var(--color-text-muted)}.features__visual{display:flex;justify-content:center;align-items:center}.features__img{width:100%;max-width:320px;height:auto;border-radius:var(--radius-lg);display:block;object-fit:contain}.features__placeholder{width:100%;max-width:320px;aspect-ratio:4 / 3;border-radius:var(--radius-lg);background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;color:var(--color-text-light);font-size:.875rem}.features__block--alt .features__placeholder{background:var(--color-accent-soft);color:var(--color-accent)}@media(max-width:900px){.features__block,.features__block--alt{grid-template-columns:1fr;text-align:center}.features__block--alt .features__content,.features__block--alt .features__visual{order:unset}.features__container,.features__block--alt .features__container{margin-left:auto;margin-right:auto}}.why{padding:var(--space-section) var(--space-inline);background:var(--color-bg-alt)}.why__container{max-width:var(--container-narrow);margin:0 auto;text-align:center}.why__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:.5rem}.why__sub{font-size:var(--text-body);color:var(--color-text-muted);margin-bottom:2rem}.why__list{list-style:none;display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:28rem;margin:0 auto}.why__item{display:flex;align-items:center;gap:1rem;font-size:var(--text-body);color:var(--color-text);line-height:var(--leading-snug)}.why__mark{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--color-accent)}.trust{padding:var(--space-section) var(--space-inline);background:var(--color-surface)}.trust__container{max-width:var(--container-narrow);margin:0 auto;text-align:center}.trust__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:1rem}.trust__body{font-size:var(--text-body);line-height:var(--leading-snug);color:var(--color-text-muted);margin-bottom:1.5rem}.trust__badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:var(--color-bg-alt);border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;color:var(--color-text)}.trust__badge-img{width:28px;height:28px;object-fit:contain}.trust__badge-placeholder{width:28px;height:28px;border-radius:6px;background:var(--color-accent-soft)}.solutions{width:100%;padding:6rem 2rem;background:#fff;position:relative;min-height:100vh}.solutions-container{max-width:1400px;margin:0 auto}.solutions-header{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb}.solutions-title{font-size:3.5rem;font-weight:700;color:#0a1f44;margin-bottom:1.5rem;line-height:1.2}.solutions-intro{font-size:1.25rem;color:#6b7280;max-width:800px;margin:0 auto;line-height:1.7}.solutions-headline{text-align:center;font-size:2.5rem;font-weight:400;color:#000;margin:4rem 0;line-height:1.3}.solutions-headline strong{font-weight:700}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.solutions-grid .solution-card{min-height:0;border-radius:12px;transition:transform .2s,box-shadow .2s,border-color .2s}.solutions-grid .solution-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#ff1493}.solutions-carousel{margin-bottom:2rem}.solutions-mobile-cards{display:none}.solutions-mobile-card{background:linear-gradient(160deg,#1a1a1a,#0d0d0d,#000);border:1px solid #333333;border-radius:16px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.solutions-mobile-card .solution-title{color:#fff;margin:0}.solutions-mobile-card .solution-headline{color:#e5e5e5;margin:.5rem 0 0}.solutions-mobile-card .solution-description{color:#b3b3b3;margin:0}.solutions-mobile-card .solution-features{align-items:center;margin:1rem 0;flex-grow:1}.solutions-mobile-card .solution-feature{justify-content:center;color:#e0e0e0}.solutions-mobile-card .solution-check-icon{color:#ff1493}.solutions-mobile-card .solution-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.5);margin-top:auto}.solutions-mobile-card .solution-link:hover{color:#ff1493;border-bottom-color:#ff1493}.solutions-carousel-viewport{overflow:hidden;width:100%;margin-bottom:2rem}.solutions-carousel-track{display:flex;gap:0;margin:0;padding:0;transition:transform .4s ease;transform:translate(calc(50% - var(--slide-width) / 2 - var(--active-index) * (var(--slide-width) * .8)))}.solutions-carousel-slide{flex:0 0 var(--slide-width, 598px);width:var(--slide-width, 598px);min-width:var(--slide-width, 598px);margin-left:calc(-1 * var(--slide-width, 598px) * .2);transition:transform .4s ease,opacity .4s ease;cursor:pointer;border-radius:16px;z-index:1}.solutions-carousel-slide:first-child{margin-left:0}.solutions-carousel-slide.active{transform:scale(1);opacity:1;z-index:10;cursor:default}.solutions-carousel-slide.adjacent{transform:scale(.88);opacity:.65;z-index:5}.solutions-carousel-slide.far{transform:scale(.78);opacity:.35;z-index:1}.solutions-carousel-slide:focus{outline:2px solid #ff1493;outline-offset:2px}.solutions-carousel-slide:focus:not(:focus-visible){outline:none}.solutions-carousel-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem}.solutions-carousel-arrow{width:44px;height:44px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;color:#0a1f44;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s;flex-shrink:0}.solutions-carousel-arrow:hover{background:#f8f9fa;border-color:#ff1493;color:#ff1493}.solutions-carousel-arrow:focus{outline:2px solid #ff1493;outline-offset:2px}.solutions-carousel-dots{display:flex;align-items:center;gap:.5rem}.solutions-carousel-dot{width:10px;height:10px;border-radius:50%;border:none;background:#e5e7eb;cursor:pointer;padding:0;transition:background .2s,transform .2s}.solutions-carousel-dot:hover{background:#cbd5e1}.solutions-carousel-dot.active{background:#ff1493;transform:scale(1.2)}.solutions-carousel-dot:focus{outline:2px solid #ff1493;outline-offset:2px}.solutions-carousel-slide .solution-card{height:100%;margin:0;pointer-events:auto}.solutions-carousel-slide.active .solution-card,.solutions-carousel-slide .solution-link{pointer-events:auto}.solution-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%;min-height:420px;transition:border-color .2s,box-shadow .2s;overflow:visible}.solution-title,.solution-headline,.solution-description,.solution-feature span{overflow-wrap:break-word;word-wrap:break-word}.solutions-carousel-slide .solution-card{text-align:center;align-items:center;background:linear-gradient(160deg,#1a1a1a,#0d0d0d,#000);border-color:#333}.solutions-carousel-slide .solution-title,.solutions-carousel-slide .solution-headline,.solutions-carousel-slide .solution-description{text-align:center}.solutions-carousel-slide .solution-title{color:#fff}.solutions-carousel-slide .solution-headline{color:#e5e5e5}.solutions-carousel-slide .solution-description{color:#b3b3b3}.solutions-carousel-slide .solution-features{align-items:center}.solutions-carousel-slide .solution-feature{justify-content:center;color:#e0e0e0}.solutions-carousel-slide .solution-check-icon{color:#ff1493}.solutions-carousel-slide .solution-link{color:#fff;border-bottom:1px solid rgba(255,255,255,.5)}.solutions-carousel-slide .solution-link:hover{color:#ff1493;border-bottom-color:#ff1493}.solutions-carousel-slide.active .solution-card{border-color:#ff1493;box-shadow:0 12px 40px #ff149333}.solution-title{font-size:1.5rem;font-weight:700;color:#000;margin:0}.solution-headline{font-size:1.125rem;font-weight:600;color:#333;margin:.5rem 0 0}.solution-description{font-size:1rem;line-height:1.6;color:#666;margin:0}.solution-features{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0;flex-grow:1}.solution-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;color:#333}.solution-check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#ff1493}.solution-link{color:#ff1493;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;transition:gap .2s}.solution-link:hover{gap:.75rem}.solution-link span{transition:transform .2s}.solution-link:hover span{transform:translate(4px)}.solutions-cta{margin-top:6rem;padding:4rem 2rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:20px;text-align:center;border:1px solid #e5e7eb}.solutions-cta-title{font-size:2.25rem;font-weight:700;color:#0a1f44;margin-bottom:1rem}.solutions-cta-text{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.solutions-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.solutions-cta-primary,.solutions-cta-secondary{padding:1rem 2.5rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.solutions-cta-icon{flex-shrink:0}.solutions-cta-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.solutions-cta-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.solutions-cta-secondary{background:#fff;color:#0a1f44;border:2px solid #0a1f44}.solutions-cta-secondary:hover{background:#0a1f44;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0a1f4433}@media(max-width:1024px){.solutions-grid{grid-template-columns:repeat(2,1fr)}.solutions-carousel-track{--slide-width: 400px}}@media(max-width:768px){.solutions{padding:4rem 1.25rem}.solutions-title{font-size:2.5rem}.solutions-intro{font-size:1.125rem}.solutions-headline{font-size:2rem;margin:3rem 0;padding-left:.25rem;padding-right:.25rem}.solutions-carousel{display:none}.solutions-mobile-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.solutions-mobile-card{padding:1.5rem}.solutions-grid{grid-template-columns:1fr}.solutions-grid .solution-card{padding:1.5rem}.solutions-carousel-track{--slide-width: 380px}.solutions-carousel-slide{flex:0 0 380px;width:380px;min-width:380px}.solutions-carousel-slide.adjacent{transform:scale(.9);opacity:.6}.solutions-carousel-slide.far{transform:scale(.8);opacity:.3}.solution-card{padding:1.5rem;min-height:380px}.solutions-carousel-nav{gap:1rem}.solutions-carousel-arrow{width:40px;height:40px;font-size:1.125rem}.solutions-cta{padding:3rem 1.5rem;margin-top:4rem}.solutions-cta-title{font-size:1.875rem}.solutions-cta-buttons{flex-direction:column}.solutions-cta-primary,.solutions-cta-secondary{width:100%;text-align:center}}@media(max-width:480px){.solutions{padding:3rem 1rem}.solutions-title{font-size:2rem}.solutions-headline{font-size:1.5rem;margin:2rem 0;padding-left:.5rem;padding-right:.5rem}.solutions-carousel-track{--slide-width: 320px}.solutions-carousel-slide{flex:0 0 320px;width:320px;min-width:320px}.solution-card{padding:1.25rem;min-height:360px}.solution-title{font-size:1.25rem}.solution-headline{font-size:1rem}.solution-description{font-size:.875rem;line-height:1.5}.solution-feature{font-size:.875rem}.solutions-carousel-nav{gap:.75rem}.solutions-carousel-arrow{width:44px;height:44px;min-width:44px;min-height:44px}.solutions-cta{padding:2rem 1rem;margin-top:3rem}.solutions-cta-title{font-size:1.5rem}.solutions-cta-text{font-size:1rem}}.stats{padding:var(--space-section) var(--space-inline);background:var(--color-bg)}.stats__container{max-width:var(--container);margin:0 auto;text-align:center}.stats__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:.5rem}.stats__sub{font-size:var(--text-body);color:var(--color-text-muted);margin-bottom:2.5rem}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.stats__item{display:flex;flex-direction:column;gap:.25rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.stats--visible .stats__item:nth-child(1){transition-delay:.05s;opacity:1;transform:translateY(0)}.stats--visible .stats__item:nth-child(2){transition-delay:.15s;opacity:1;transform:translateY(0)}.stats--visible .stats__item:nth-child(3){transition-delay:.25s;opacity:1;transform:translateY(0)}.stats--visible .stats__item:nth-child(4){transition-delay:.35s;opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.stats__item{opacity:1;transform:none;transition:none}.stats--visible .stats__item:nth-child(n){transition-delay:0}}.stats__value{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:var(--tracking-tight);color:var(--color-accent)}.stats__label{font-size:var(--text-small);color:var(--color-text-muted)}.stats__cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stats__link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:600;color:var(--color-accent);text-decoration:none}.stats__link-icon{flex-shrink:0}.stats__link:hover{text-decoration:underline}@media(max-width:700px){.stats__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.stats{padding-left:1rem;padding-right:1rem}.stats__cta a{min-height:44px;display:inline-flex;align-items:center}}.pricing{width:100%;padding:6rem 2rem;background:#fff;position:relative;overflow:hidden}.pricing:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)}.pricing-container{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:1}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-title{font-size:3rem;font-weight:700;color:#0a1f44;margin-bottom:1rem;line-height:1.2}.pricing-subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2.5rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.pricing-card-popular{border-color:#3b82f6;border-width:3px;box-shadow:0 10px 30px #3b82f626}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px #3b82f64d}.pricing-card-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.pricing-plan-name{font-size:1.75rem;font-weight:700;color:#0a1f44;margin-bottom:1rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.pricing-amount{font-size:3rem;font-weight:700;color:#0a1f44;line-height:1}.pricing-period{font-size:1rem;color:#6b7280;font-weight:500}.pricing-description{font-size:1rem;color:#6b7280;margin-top:.5rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:1rem;color:#374151;line-height:1.5}.pricing-check-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:#10b981}.pricing-button{width:100%;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;text-decoration:none;display:block}.pricing-button-free{background:#f3f4f6;color:#374151}.pricing-button-free:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.pricing-button-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.pricing-button-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.pricing-button-secondary{background:#0a1f44;color:#fff}.pricing-button-secondary:hover{background:#0f2a5a;transform:translateY(-2px);box-shadow:0 8px 20px #0a1f444d}.pricing-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.pricing-note{font-size:.875rem;color:#6b7280;line-height:1.6}.pricing-loading{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:#6b7280}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.pricing{padding:4rem 1.5rem}.pricing-title{font-size:2.25rem}.pricing-subtitle{font-size:1.125rem}.pricing-grid{grid-template-columns:1fr;gap:2rem}.pricing-card{padding:2rem}.pricing-amount{font-size:2.5rem}}@media(max-width:480px){.pricing{padding:3rem 1rem}.pricing-title{font-size:1.875rem}.pricing-card{padding:1.5rem}}.blog{width:100%;padding:6rem 2rem;background:#fff;min-height:100vh}.blog-container{max-width:1400px;margin:0 auto}.blog-header{text-align:center;margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb}.blog-title{font-size:3.5rem;font-weight:700;color:#0a1f44;margin-bottom:1.5rem;line-height:1.2}.blog-subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.7}.blog-categories{display:flex;gap:1rem;margin-bottom:4rem;flex-wrap:wrap;justify-content:center}.blog-category{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:#fff;border-radius:8px;font-size:1rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease}.blog-category:hover{border-color:#3b82f6;color:#3b82f6}.blog-category.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.blog-section-title{font-size:2rem;font-weight:700;color:#0a1f44;margin-bottom:2rem}.blog-featured{margin-bottom:4rem}.blog-featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.blog-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-post{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.blog-post:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#3b82f6}.blog-post-featured{border-width:2px;border-color:#3b82f6}.blog-post-image{width:100%;height:200px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.blog-post-featured .blog-post-image{height:250px}.blog-post-image-placeholder{color:#9ca3af;display:flex;align-items:center;justify-content:center}.blog-post-image-placeholder svg{opacity:.5}.blog-post-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-post-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.blog-post-category{padding:.25rem .75rem;background:#eff6ff;color:#3b82f6;border-radius:6px;font-size:.875rem;font-weight:600}.blog-post-date{font-size:.875rem;color:#6b7280}.blog-post-title{font-size:1.5rem;font-weight:700;color:#0a1f44;margin:0 0 1rem;line-height:1.3}.blog-post-featured .blog-post-title{font-size:1.75rem}.blog-post-excerpt{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 1.5rem;flex-grow:1}.blog-post-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.875rem;color:#6b7280}.blog-post-author{font-weight:500}.blog-post-read-time{color:#9ca3af}.blog-post-link{color:#3b82f6;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;transition:gap .3s ease}.blog-post-link:hover{gap:.75rem}.blog-post-link span{transition:transform .3s ease}.blog-post-link:hover span{transform:translate(4px)}.blog-empty{text-align:center;padding:4rem 2rem;color:#6b7280;font-size:1.125rem}@media(max-width:1024px){.blog-featured-grid{grid-template-columns:1fr}.blog-posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.blog{padding:4rem 1.5rem}.blog-title{font-size:2.5rem}.blog-subtitle{font-size:1.125rem}.blog-categories{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.blog-category{flex-shrink:0;font-size:.875rem;padding:.625rem 1.25rem}.blog-featured-grid,.blog-posts-grid{grid-template-columns:1fr}.blog-post-content{padding:1.25rem}.blog-post-title{font-size:1.25rem}.blog-post-featured .blog-post-title{font-size:1.5rem}}@media(max-width:480px){.blog{padding:3rem 1rem}.blog-title{font-size:2rem}.blog-post-image{height:180px}.blog-post-featured .blog-post-image{height:200px}}.testimonials{padding:var(--space-section) var(--space-inline);background:var(--color-surface)}.testimonials__container{max-width:var(--container);margin:0 auto}.testimonials__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);color:var(--color-text);text-align:center;margin-bottom:.5rem}.testimonials__sub{font-size:var(--text-body);color:var(--color-text-muted);text-align:center;margin-bottom:2.5rem}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonials__card{padding:1.5rem;background:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border);margin:0}.testimonials__quote{font-size:var(--text-body);line-height:var(--leading-snug);color:var(--color-text);margin-bottom:1rem}.testimonials__footer{display:flex;flex-direction:column;gap:.25rem}.testimonials__result{font-size:.875rem;font-weight:600;color:var(--color-accent)}.testimonials__author{font-size:var(--text-small);color:var(--color-text-muted)}@media(max-width:900px){.testimonials__grid{grid-template-columns:1fr}}.cta{padding:var(--space-section) var(--space-inline);background:var(--color-accent);color:#fff}.cta__container{max-width:var(--container-narrow);margin:0 auto;text-align:center}.cta__title{font-size:var(--text-section);font-weight:600;letter-spacing:var(--tracking-tight);margin-bottom:.5rem}.cta__sub{font-size:var(--text-body);opacity:.95;margin-bottom:1.5rem}.cta__buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--radius-md);transition:transform .2s,opacity .2s}.cta__btn-icon{flex-shrink:0}.cta__btn--primary{background:#fff;color:var(--color-accent)}.cta__btn--primary:hover{transform:translateY(-1px);opacity:.95}.cta__btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.cta__btn--secondary:hover{background:#ffffff1a;border-color:#fff}@media(max-width:480px){.cta{padding-left:1rem;padding-right:1rem}.cta__buttons{flex-direction:column;width:100%}.cta__btn{width:100%}}.footer{background:var(--color-text);color:var(--color-bg)}.footer__values{padding:1.25rem var(--space-inline);text-align:center;font-size:.875rem;color:#ffffffbf;border-bottom:1px solid rgba(255,255,255,.1)}.footer__container{max-width:var(--container);margin:0 auto;padding:var(--space-block) var(--space-inline)}.footer__main{display:grid;grid-template-columns:1.5fr 2fr 1fr;gap:2rem;align-items:start;margin-bottom:2rem}.footer__brand{display:flex;flex-direction:column;gap:.5rem}.footer__logo{font-size:1.25rem;font-weight:700;color:#fff}.footer__tagline{font-size:.875rem;color:#ffffffb3;margin:0}.footer__links{display:flex;gap:2rem;flex-wrap:wrap}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin:0 0 .25rem}.footer__col a{font-size:.9375rem;color:#ffffffd9;text-decoration:none}.footer__col a:hover{color:#fff}.footer__col a,.footer__stores a{min-height:44px;display:inline-flex;align-items:center;gap:.4rem}.footer__store-icon{flex-shrink:0}.footer__stores{display:flex;flex-direction:column;gap:.5rem}.footer__stores a{font-size:.9375rem;font-weight:500;color:#ffffffd9;text-decoration:none}.footer__stores a:hover{color:#fff}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.footer__copy{font-size:.8125rem;color:#ffffff80;margin:0}@media(max-width:900px){.footer__main{grid-template-columns:1fr;text-align:center}.footer__brand{align-items:center}.footer__links{justify-content:center}.footer__stores{align-items:center}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;box-sizing:border-box}.dashboard-header{margin-bottom:3rem;color:#1a1a1a}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;gap:1rem}.header-actions{display:flex;gap:.5rem}.refresh-button,.logout-button{width:44px;height:44px;border-radius:12px;border:none;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s;box-shadow:0 2px 4px #0000001a}.refresh-button:hover{background:#f0f0f0;color:#ff1493;transform:rotate(180deg)}.logout-button:hover{background:#fee;color:#e74c3c}.header-icon{color:#ff1493}.dashboard-subtitle{font-size:1.1rem;color:#666}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #ff1493;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-icon{font-size:3rem;color:#e74c3c;margin-bottom:1rem}.retry-button{margin-top:1rem;padding:.75rem 1.5rem;background:#ff1493;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .3s}.retry-button:hover{background:#ff6b9d}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;gap:1.5rem;transition:transform .3s,box-shadow .3s}.metric-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.metric-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;flex-shrink:0}.metric-card.primary .metric-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.metric-card.success .metric-icon{background:linear-gradient(135deg,#11998e,#38ef7d)}.metric-card.info .metric-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.metric-card.warning .metric-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.metric-card.secondary .metric-icon{background:linear-gradient(135deg,#30cfd0,#330867)}.metric-card.dark .metric-icon{background:linear-gradient(135deg,#434343,#000)}.metric-content{flex:1}.metric-content h3{font-size:.9rem;color:#666;margin:0 0 .5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2}.metric-change{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-top:.5rem}.metric-change.positive{color:#11998e}.metric-change svg{font-size:1rem}.growth-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.growth-card,.engagement-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.growth-card h3,.engagement-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;color:#1a1a1a;font-size:1.2rem}.growth-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.growth-item{display:flex;flex-direction:column;gap:.5rem}.growth-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.growth-value{font-size:1.5rem;font-weight:700;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.growth-value.positive{color:#11998e}.growth-value.negative{color:#e74c3c}.engagement-stats{display:flex;flex-direction:column;gap:1rem}.engagement-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px}.engagement-label{font-size:.9rem;color:#666}.engagement-value{font-size:1.3rem;font-weight:700;color:#1a1a1a}.engagement-percentage{font-size:.85rem;color:#11998e;font-weight:600}.charts-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.chart-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;color:#1a1a1a;font-size:1.2rem}.subscription-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.subscription-card,.deleted-accounts-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.subscription-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;color:#1a1a1a;font-size:1.2rem}.subscription-stats{display:flex;flex-direction:column;gap:1rem}.subscription-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:8px}.subscription-item.free{background:#e3f2fd}.subscription-item.pro{background:#f3e5f5}.subscription-item.total{background:#fff3e0;font-weight:700}.subscription-label{font-size:.9rem;color:#666}.subscription-value{font-size:1.3rem;font-weight:700;color:#1a1a1a}.deleted-accounts-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#1a1a1a;font-size:1.2rem}.deleted-count{font-size:2rem;font-weight:700;color:#e74c3c;margin:.5rem 0}.deleted-note{font-size:.85rem;color:#666;margin:0}.push-test-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.push-test-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;color:#1a1a1a;font-size:1.2rem}.push-test-description{margin:0 0 1.25rem;color:#666;font-size:.9rem}.push-test-form{display:flex;flex-direction:column;gap:1rem;max-width:480px}.push-test-row{display:flex;flex-direction:column;gap:.35rem}.push-test-row label{font-size:.9rem;font-weight:500;color:#333}.push-test-select,.push-test-input,.push-test-textarea{padding:.6rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit}.push-test-select:focus,.push-test-input:focus,.push-test-textarea:focus{outline:none;border-color:#ff1493;box-shadow:0 0 0 2px #ff149326}.push-test-textarea{resize:vertical;min-height:56px}.push-test-success{padding:.6rem .75rem;background:#e8f5e9;color:#2e7d32;border-radius:8px;font-size:.9rem}.push-test-error{padding:.6rem .75rem;background:#ffebee;color:#c62828;border-radius:8px;font-size:.9rem}.push-test-button{align-self:flex-start;padding:.65rem 1.25rem;background:#ff1493;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.push-test-button:hover:not(:disabled){background:#c91073}.push-test-button:disabled{opacity:.7;cursor:not-allowed}.ads-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem}.ads-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;color:#1a1a1a;font-size:1.2rem}.ads-description,.ads-editing-hint{margin:0 0 1.25rem;color:#666;font-size:.9rem}.ads-form{display:flex;flex-direction:column;gap:1rem;max-width:560px;margin-bottom:1.5rem}.ads-form-row{display:flex;flex-direction:column;gap:.35rem}.ads-form-row label{font-size:.9rem;font-weight:500;color:#333}.ads-form-row-inline{flex-direction:row;flex-wrap:wrap;gap:1rem;align-items:center}.ads-form-row-inline label{display:flex;align-items:center;gap:.5rem}.ads-form-image-options{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.ads-form-field{display:flex;flex-direction:column;gap:.25rem}.ads-form-field input[type=url],.ads-input{padding:.6rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;width:100%;max-width:320px}.ads-form-field input[type=url]:focus,.ads-input:focus{outline:none;border-color:#ff1493;box-shadow:0 0 0 2px #ff149326}.ads-form-hint{font-size:.8rem;color:#888}.ads-form-or{color:#888;font-size:.9rem}.ads-input-small{width:4rem;padding:.4rem .5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.ads-error{padding:.6rem .75rem;background:#ffebee;color:#c62828;border-radius:8px;font-size:.9rem}.ads-submit{align-self:flex-start;padding:.65rem 1.25rem;background:#ff1493;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.ads-submit:hover:not(:disabled){background:#c91073}.ads-submit:disabled{opacity:.7;cursor:not-allowed}.ads-form-actions{display:flex;gap:.75rem;align-items:center}.ads-cancel{padding:.5rem 1rem;background:#eee;color:#333;border:none;border-radius:8px;font-size:.9rem;cursor:pointer}.ads-cancel:hover{background:#ddd}.ads-loading,.ads-empty{color:#666;font-size:.95rem;margin:.5rem 0}.ads-list{display:flex;flex-direction:column;gap:1rem}.ads-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:12px;background:#fafafa}.ads-list-thumb{flex-shrink:0;width:80px;height:56px;border-radius:8px;overflow:hidden;background:#eee}.ads-list-thumb img{width:100%;height:100%;object-fit:cover}.ads-list-body{flex:1;min-width:0}.ads-list-title{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.ads-list-link{font-size:.85rem;color:#666;word-break:break-all;margin-bottom:.25rem}.ads-list-meta{font-size:.8rem;color:#888}.ads-list-actions{display:flex;gap:.5rem;flex-shrink:0}.ads-btn-edit{padding:.4rem .75rem;background:#fff;border:1px solid #ddd;border-radius:6px;font-size:.85rem;cursor:pointer;color:#333}.ads-btn-edit:hover{background:#f5f5f5;border-color:#ff1493;color:#ff1493}.ads-btn-delete{padding:.4rem .75rem;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;color:#c62828}.ads-btn-delete:hover{background:#ffebee;border-color:#c62828}.recent-users-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.recent-users-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;color:#1a1a1a;font-size:1.2rem}.recent-users-table{overflow-x:auto}.recent-users-table table{width:100%;border-collapse:collapse}.recent-users-table th{text-align:left;padding:1rem;background:#f8f9fa;font-weight:600;color:#666;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.recent-users-table td{padding:1rem;border-bottom:1px solid #f0f0f0}.recent-users-table tr:hover{background:#f8f9fa}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge.verified{background:#d4edda;color:#155724}.status-badge.unverified{background:#f8d7da;color:#721c24}.plan-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase}.plan-badge.free{background:#e3f2fd;color:#1976d2}.plan-badge.pro{background:#f3e5f5;color:#7b1fa2}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-icon{font-size:3rem;color:#ff1493;margin-bottom:1rem}.login-header h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:.5rem}.login-header p{color:#666;font-size:.95rem}.connection-status{margin-top:.5rem;padding:.5rem;border-radius:6px;font-size:.85rem;font-weight:500}.connection-status.checking{color:#666;background:#f0f0f0}.connection-status.connected{color:#11998e;background:#d4edda}.connection-status.disconnected{color:#c33;background:#fee}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#ff1493}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.login-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,opacity .2s;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px)}.login-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.admin-dashboard{padding:1rem}.dashboard-header h1{font-size:2rem}.metrics-grid,.charts-section,.growth-section{grid-template-columns:1fr}.recent-users-table{font-size:.85rem}.login-container{padding:1rem}.login-card{padding:2rem}}.privacy{width:100%;padding:6rem 2rem 4rem;background:#fff;min-height:100vh}.privacy-container{max-width:800px;margin:0 auto}.privacy-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.privacy-title{font-size:2.5rem;font-weight:700;color:#0a1f44;margin:0 0 .5rem;line-height:1.2}.privacy-updated{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem}.privacy-intro{font-size:1.0625rem;line-height:1.7;color:#374151;margin:0}.privacy-content{display:flex;flex-direction:column;gap:2.5rem}.privacy-section h2{font-size:1.375rem;font-weight:700;color:#0a1f44;margin:0 0 1rem;line-height:1.3;scroll-margin-top:6rem}.privacy-section p{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1rem}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{margin:0 0 1rem;padding-left:1.5rem;list-style:disc}.privacy-section li{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:.5rem}.privacy-section li:last-child{margin-bottom:0}.privacy-section a{color:#ff1493;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.privacy-section a:hover{color:#c91073;border-bottom-color:#c91073}@media(max-width:768px){.privacy{padding:5rem 1rem 3rem}.privacy-title{font-size:2rem}.privacy-section h2{font-size:1.25rem}.privacy-content{gap:2rem}}.terms{width:100%;padding:6rem 2rem 4rem;background:#fff;min-height:100vh}.terms-container{max-width:800px;margin:0 auto}.terms-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.terms-title{font-size:2.5rem;font-weight:700;color:#0a1f44;margin:0 0 .5rem;line-height:1.2}.terms-updated{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem}.terms-intro{font-size:1.0625rem;line-height:1.7;color:#374151;margin:0}.terms-content{display:flex;flex-direction:column;gap:2.5rem}.terms-section h2{font-size:1.375rem;font-weight:700;color:#0a1f44;margin:0 0 1rem;line-height:1.3;scroll-margin-top:6rem}.terms-section p{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1rem}.terms-section p:last-child{margin-bottom:0}.terms-section ul{margin:0 0 1rem;padding-left:1.5rem;list-style:disc}.terms-section li{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:.5rem}.terms-section li:last-child{margin-bottom:0}.terms-section a{color:#ff1493;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.terms-section a:hover{color:#c91073;border-bottom-color:#c91073}@media(max-width:768px){.terms{padding:5rem 1rem 3rem}.terms-title{font-size:2rem}.terms-section h2{font-size:1.25rem}.terms-content{gap:2rem}}.cookies{width:100%;padding:6rem 2rem 4rem;background:#fff;min-height:100vh}.cookies-container{max-width:800px;margin:0 auto}.cookies-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.cookies-title{font-size:2.5rem;font-weight:700;color:#0a1f44;margin:0 0 .5rem;line-height:1.2}.cookies-updated{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem}.cookies-intro{font-size:1.0625rem;line-height:1.7;color:#374151;margin:0}.cookies-content{display:flex;flex-direction:column;gap:2.5rem}.cookies-section h2{font-size:1.375rem;font-weight:700;color:#0a1f44;margin:0 0 1rem;line-height:1.3;scroll-margin-top:6rem}.cookies-section h3.cookies-subhead{font-size:1.125rem;font-weight:600;color:#0a1f44;margin:1.5rem 0 .75rem}.cookies-section h3.cookies-subhead:first-of-type{margin-top:0}.cookies-section p{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1rem}.cookies-section p:last-child{margin-bottom:0}.cookies-section ul{margin:0 0 1rem;padding-left:1.5rem;list-style:disc}.cookies-section li{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:.5rem}.cookies-section li:last-child{margin-bottom:0}.cookies-section a{color:#ff1493;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.cookies-section a:hover{color:#c91073;border-bottom-color:#c91073}.cookies-table-wrap{overflow-x:auto;margin:1rem 0}.cookies-table{width:100%;border-collapse:collapse;font-size:.9375rem}.cookies-table th,.cookies-table td{padding:.75rem 1rem;text-align:left;border:1px solid #e5e7eb}.cookies-table th{background:#f8f9fa;font-weight:600;color:#0a1f44}.cookies-table td{color:#374151}.cookies-table tbody tr:nth-child(2n){background:#fafafa}@media(max-width:768px){.cookies{padding:5rem 1rem 3rem}.cookies-title{font-size:2rem}.cookies-section h2{font-size:1.25rem}.cookies-section h3.cookies-subhead{font-size:1rem}.cookies-content{gap:2rem}.cookies-table th,.cookies-table td{padding:.5rem .75rem;font-size:.875rem}}.security{width:100%;padding:6rem 2rem 4rem;background:#fff;min-height:100vh}.security-container{max-width:800px;margin:0 auto}.security-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.security-title{font-size:2.5rem;font-weight:700;color:#0a1f44;margin:0 0 .5rem;line-height:1.2}.security-updated{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem}.security-intro{font-size:1.0625rem;line-height:1.7;color:#374151;margin:0}.security-content{display:flex;flex-direction:column;gap:2.5rem}.security-section h2{font-size:1.375rem;font-weight:700;color:#0a1f44;margin:0 0 1rem;line-height:1.3;scroll-margin-top:6rem}.security-section p{font-size:1rem;line-height:1.7;color:#374151;margin:0 0 1rem}.security-section p:last-child{margin-bottom:0}.security-section ul{margin:0 0 1rem;padding-left:1.5rem;list-style:disc}.security-section li{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:.5rem}.security-section li:last-child{margin-bottom:0}.security-section a{color:#ff1493;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.security-section a:hover{color:#c91073;border-bottom-color:#c91073}@media(max-width:768px){.security{padding:5rem 1rem 3rem}.security-title{font-size:2rem}.security-section h2{font-size:1.25rem}.security-content{gap:2rem}}.download-app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-inline);background:var(--color-bg)}.download-app__inner{text-align:center;max-width:360px;width:100%}.download-app__logo{margin-bottom:1rem}.download-app__logo img{display:block;margin:0 auto;border-radius:16px}.download-app__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:var(--tracking-tight);color:var(--color-text);margin-bottom:.25rem}.download-app__tagline{font-size:var(--text-body);color:var(--color-text-muted);margin-bottom:2rem}.download-app__status{font-size:1rem;color:var(--color-accent);font-weight:500;margin-bottom:1.5rem}.download-app__fallback{font-size:.9375rem;color:var(--color-text-muted);margin-top:1.5rem}.download-app__fallback a{color:var(--color-accent);font-weight:600;text-decoration:none}.download-app__fallback a:hover{text-decoration:underline}.download-app__choose{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:1.25rem}.download-app__stores{display:flex;flex-direction:column;gap:.75rem;align-items:center}.download-app__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:280px;min-height:52px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:var(--radius-md);transition:transform .2s,opacity .2s}.download-app__btn:hover{transform:translateY(-1px);opacity:.95}.download-app__btn--apple{background:#000;color:#fff}.download-app__btn--google{background:var(--color-surface);color:var(--color-text);border:2px solid var(--color-border)}.download-app__btn-icon{flex-shrink:0}.download-app__link{margin-top:1rem;font-size:.9375rem;color:var(--color-text-muted);text-decoration:none}.download-app__link:hover{color:var(--color-accent);text-decoration:underline}.App{width:100%;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}
