:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #3b82f6;--accent: #f59e0b;--accent-pink: #ec4899;--accent-teal: #06b6d4;--text-dark: #0f172a;--text-gray: #64748b;--bg-gray: #f1f5f9;--bg-hero: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 50%, #fce7f3 100%);--bg-section-alt: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);--placeholder: #cbd5e1;--footer-bg: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);--border: #e2e8f0;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .06);--shadow-md: 0 8px 30px rgba(15, 23, 42, .08);--shadow-glow: 0 0 40px rgba(37, 99, 235, .25)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark);line-height:1.5;background:#fff}.container{max-width:700px;margin:0 auto;padding:0 24px}#features,#contact{scroll-margin-top:24px}.navbar{background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.navbar .inner{max-width:100%;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-dark);font-weight:800;font-size:1.2rem;letter-spacing:-.02em}.logo:hover{color:var(--primary)}.logo img{display:block;width:auto;height:36px;object-fit:contain;margin-top:6px;margin-bottom:6px}.logo-icon{width:28px;height:28px;display:flex;align-items:flex-end;gap:3px}.logo-icon span{display:block;width:6px;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:3px;transition:height .2s ease}.logo:hover .logo-icon span{background:var(--primary)}.logo-icon span:nth-child(1){height:12px}.logo-icon span:nth-child(2){height:18px}.logo-icon span:nth-child(3){height:14px}.logo-icon span:nth-child(4){height:22px}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{text-decoration:none;color:var(--text-gray);font-size:.9375rem;font-weight:500;padding:8px 16px;border-radius:10px;transition:color .2s,background .2s}.nav-links a:hover{color:var(--text-dark);background:var(--bg-gray)}.nav-links a.login{color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);font-weight:600}.nav-links a.login:hover{color:#fff;background:linear-gradient(135deg,var(--primary-hover) 0%,var(--primary) 100%);box-shadow:0 4px 14px #2563eb66}.hero{padding:56px 0 40px;text-align:center;background:var(--bg-hero);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-20%;width:60%;height:120%;background:radial-gradient(ellipse,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;right:-10%;width:50%;height:80%;background:radial-gradient(ellipse,rgba(236,72,153,.06) 0%,transparent 70%);pointer-events:none}.hero .container{position:relative;z-index:1}.hero h1{font-size:clamp(1.9rem,4.5vw,2.5rem);font-weight:800;color:var(--text-dark);margin-bottom:20px;line-height:1.2;letter-spacing:-.03em}.hero .subtitle{font-size:1rem;color:var(--text-gray);max-width:560px;margin:0 auto 28px;line-height:1.6}.btn{display:inline-block;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:12px;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,#4f46e5 100%);color:#fff;box-shadow:0 4px 20px #2563eb66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #2563eb80}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center;margin-bottom:36px}.hero__actions .btn{margin-bottom:0}.btn-secondary{background:#fff;color:var(--primary);border:2px solid var(--primary);box-shadow:0 2px 8px #2563eb14}.btn-secondary:hover{background:#2563eb0f;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb26}.placeholder-img{width:100%;aspect-ratio:16 / 9;background:var(--placeholder);border-radius:8px;margin-bottom:24px}.features-view{width:100%;aspect-ratio:16 / 9;background:linear-gradient(160deg,#eef1f5,#e2e6ec);border-radius:8px;margin-bottom:24px;overflow:hidden;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column}.features-view__header{height:44px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.features-view__title{font-size:13px;font-weight:700;color:var(--text-dark)}.features-view__badge{font-size:11px;font-weight:600;color:#fff;background:var(--primary);padding:4px 10px;border-radius:6px}.features-view__table{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:6px;min-height:0}.features-view__row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:12px;align-items:center;height:36px;background:#fff;border-radius:6px;padding:0 12px;box-shadow:0 1px 2px #0000000a}.features-view__row--head{background:var(--bg-gray)}.features-view__row--head .col{font-size:11px;font-weight:600;color:var(--text-gray)}.features-view__row .col--name{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--text-dark)}.features-view__row .platform-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}.features-view__row .col--value{font-size:12px;font-weight:600;color:var(--primary)}.features-view__footer{height:40px;background:#fff;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:0 16px}.features-view__pagination{font-size:11px;color:var(--text-gray)}.hero-bullets{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 32px;font-size:.875rem;color:var(--text-gray)}.hero-bullets .item{display:flex;align-items:center;gap:8px}.hero-bullets .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hero-bullets .dot.red{background:#dc2626;box-shadow:0 0 0 2px #dc26264d}.hero-bullets .dot.green{background:#16a34a;box-shadow:0 0 0 2px #16a34a4d}.section{padding:56px 0}.section.alt{background:var(--bg-section-alt)}.features-section{padding:64px 0 56px;position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafc,#eef2ff)}.features-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,rgba(148,163,184,.12) 1px,transparent 1px),linear-gradient(30deg,rgba(148,163,184,.1) 1px,transparent 1px);background-size:28px 28px;opacity:.25}.features-section .container{position:relative;z-index:1}.features-section__header{text-align:center;margin-bottom:40px}.features-section__title{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:10px;letter-spacing:-.02em}.features-section__subtitle{font-size:1.0625rem;color:var(--text-gray)}.features-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.feature-card{position:relative;background:#fff;border-radius:22px;padding:36px 28px;text-align:center;border:1px solid rgba(148,163,184,.28);box-shadow:0 12px 28px #0f172a14;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;animation:featureCardRise .55s ease both}.feature-card:hover{transform:translateY(-8px) rotate(-.4deg);box-shadow:0 18px 34px #0f172a21;border-color:#3b82f673}.feature-card:after{content:"";position:absolute;left:14px;right:14px;top:0;height:3px;border-radius:0 0 10px 10px;pointer-events:none;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;background:linear-gradient(90deg,#2563eb,#7c3aed)}.feature-card:hover:after{transform:scaleX(1)}.feature-card__icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;transition:transform .35s ease}.feature-card:hover .feature-card__icon{transform:translateY(-2px) rotate(4deg)}.feature-card__icon svg{flex-shrink:0}.feature-card__icon--clock{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 14px #2563eb66}.feature-card__icon--chart{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 14px #05966966}.feature-card__icon--growth{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 14px #7c3aed66}.feature-card__title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:8px}.feature-card__desc{font-size:.9375rem;color:var(--text-gray);line-height:1.5;margin:0}@keyframes featureCardRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.audience-section{padding:64px 0 56px;position:relative;overflow:hidden}.audience-section:before,.audience-section:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;pointer-events:none;filter:blur(10px);opacity:.45;z-index:0}.audience-section:before{top:-140px;left:-120px;background:radial-gradient(circle,#3b82f647,#3b82f600 70%)}.audience-section:after{right:-120px;bottom:-170px;background:radial-gradient(circle,#6366f147,#6366f100 70%)}.audience-section .container{position:relative;z-index:1}.audience-section__header{text-align:center;margin-bottom:40px}.audience-section__title{font-size:1.85rem;font-weight:800;color:var(--text-dark);margin-bottom:10px;letter-spacing:-.02em}.audience-section__subtitle{font-size:1.0625rem;color:var(--text-gray)}.audience-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:40px}.audience-card{position:relative;background:linear-gradient(160deg,#ffffffeb,#f8fafceb);border-radius:20px;padding:34px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 40px #0f172a14;border:1px solid rgba(148,163,184,.28);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:audienceCardIn .7s ease both;animation-delay:var(--audience-delay, 0ms)}.audience-card:hover{transform:translateY(-10px);box-shadow:0 24px 50px #2563eb2e;border-color:#3b82f66b}.audience-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .3s ease;background:linear-gradient(135deg,#3b82f61f,#6366f114)}.audience-card:hover:after{opacity:1}.audience-card__icon{width:60px;height:60px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#ddd6fe);color:var(--primary);border-radius:16px;box-shadow:0 4px 14px #2563eb26;animation:audienceIconFloat 3.2s ease-in-out infinite}.audience-card__icon svg{flex-shrink:0}.audience-card__title{font-size:1.0625rem;font-weight:700;color:var(--text-dark);margin-bottom:10px;line-height:1.3;min-height:2.6em;display:flex;align-items:flex-start;justify-content:center}.audience-card__desc{font-size:.9375rem;color:var(--text-gray);line-height:1.6;margin:0;min-height:4.8em}@keyframes audienceCardIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes audienceIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(prefers-reduced-motion:reduce){.audience-card,.audience-card__icon{animation:none}}.section .cta-wrap{text-align:center}.section-header{text-align:center;margin-bottom:24px}.section-header h2{font-size:1.6rem;font-weight:800;margin-bottom:10px;letter-spacing:-.02em;color:var(--text-dark)}.section-header p{font-size:1rem;color:var(--text-gray)}.pills{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:20px}.pill{padding:12px 24px;font-size:.9375rem;font-weight:600;border:2px solid var(--border);border-radius:999px;background:#fff;color:var(--text-dark);cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.pill:hover{border-color:var(--primary);background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:var(--primary);box-shadow:0 4px 14px #2563eb33}.add-project{display:flex;justify-content:center}.add-project .btn-outline{padding:14px 28px;font-size:.9375rem;font-weight:600;border:2px dashed var(--primary);border-radius:12px;background:#2563eb0f;color:var(--primary);cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s,color .2s,box-shadow .2s}.add-project .btn-outline:hover{border-color:var(--primary-hover);background:#2563eb1f;box-shadow:0 4px 14px #2563eb33}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center;margin-bottom:40px}.why-grid>div{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.why-grid>div:hover{transform:translateY(-4px);box-shadow:0 12px 28px #2563eb1a}.why-grid h3{font-size:1.0625rem;font-weight:700;margin-bottom:6px;color:var(--text-dark)}.why-grid p{font-size:.9375rem;color:var(--text-gray);margin:0}.testimonial{text-align:center;font-style:italic;font-size:1.0625rem;color:var(--text-gray);max-width:520px;margin:0 auto;padding:24px 32px;background:linear-gradient(135deg,#eff6ff,#fce7f3);border-radius:16px;border-left:4px solid var(--primary)}.contact{background:var(--bg-section-alt);padding:64px 0}.contact-inner{max-width:700px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-left h2{font-size:1.35rem;font-weight:800;margin-bottom:10px;color:var(--text-dark);letter-spacing:-.02em}.contact-left .subtext{font-size:1rem;color:var(--text-gray);margin-bottom:20px}.contact-left a.email{display:inline-block;color:var(--primary);text-decoration:none;font-size:1rem;font-weight:600;margin-bottom:24px;padding:8px 0;transition:color .2s}.contact-left a.email:hover{color:var(--primary-hover)}.contact-form .field{margin-bottom:18px}.contact-form label{display:block;font-size:.875rem;font-weight:600;margin-bottom:6px;color:var(--text-dark)}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;font-size:.9375rem;border:2px solid var(--border);border-radius:12px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb26}.contact-form textarea{min-height:110px;resize:vertical}.footer{background:var(--footer-bg);padding:28px 24px}.footer .inner{max-width:700px;margin:0 auto;text-align:right}.footer nav{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px 20px}.footer a{color:#94a3b8;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}.footer a:hover{color:#fff}.footer .sep{color:#64748b;margin:0 2px}@media(max-width:700px){.features-cards,.audience-cards,.why-grid,.contact-inner{grid-template-columns:1fr}.hero-bullets{flex-direction:column;align-items:center}.footer .inner{text-align:center}.footer nav{justify-content:center}}.dashboard{display:flex;min-height:100vh;align-items:stretch;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a}.dashboard-sidebar{width:220px;min-width:220px;min-height:100vh;background:linear-gradient(180deg,#1e293b,#0f172a);display:flex;flex-direction:column;padding:24px 0;box-shadow:4px 0 24px #0000001f}.dashboard-logo{display:flex;align-items:center;gap:10px;padding:14px 20px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:opacity .2s}.dashboard-logo:hover{opacity:.95}.dashboard-logo img{display:block;width:auto;max-width:100%;height:36px;object-fit:contain}.dashboard-logo__icon{width:24px;height:24px;display:flex;align-items:flex-end;gap:2px}.dashboard-logo__icon span{display:block;width:5px;background:#2563eb;border-radius:2px;box-shadow:0 0 12px #2563eb66}.dashboard-logo__icon span:nth-child(1){height:10px}.dashboard-logo__icon span:nth-child(2){height:16px}.dashboard-logo__icon span:nth-child(3){height:12px}.dashboard-logo__icon span:nth-child(4){height:20px}.dashboard-logo__text{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:#fff}.dashboard-nav{padding:20px 12px 0;display:flex;flex-direction:column;gap:2px}.dashboard-nav__link{display:flex;align-items:center;padding:10px 12px;color:#fffc;text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:8px;transition:background .2s,color .2s}.dashboard-nav__link:hover{background:#ffffff1a;color:#fff}.dashboard-nav__link--active{background:#2563eb33;color:#fff;border-left:2px solid #2563eb;margin-left:-2px;padding-left:10px}.dashboard-nav__link--active:hover{background:#2563eb47;color:#fff}.dashboard-projects{flex:1;padding:20px 0 0}.dashboard-projects__title{font-size:.6875rem;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;padding:0 20px 10px;margin:0}.dashboard-projects__list{list-style:none;padding:0;margin:0}.dashboard-projects__list li{margin:0}.dashboard-projects__link{display:block;padding:8px 12px 8px 20px;color:#ffffffbf;text-decoration:none;font-size:.875rem;border-radius:0 8px 8px 0;border-left:2px solid transparent;transition:background .2s,color .2s,border-color .2s}.dashboard-projects__link:hover{background:#ffffff0f;color:#fff;border-left-color:#2563eb80}.dashboard-footer{padding:20px 20px 0;border-top:1px solid rgba(255,255,255,.08);margin-top:40px}.dashboard-logout{display:inline;color:#f87171;font-size:.9375rem;font-weight:600;text-decoration:none;padding:0;margin:0;background:transparent;border:none;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:color .2s}.dashboard-logout:hover{color:#fca5a5}.dashboard-main{flex:1;min-width:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column}.dashboard-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:24px 32px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.dashboard-header__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.03em;line-height:1.25}.dashboard-header__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.dashboard-select{padding:10px 14px;font-size:.875rem;font-family:inherit;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.dashboard-select:hover{border-color:#cbd5e1}.dashboard-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.dashboard-btn{padding:10px 18px;font-size:.9375rem;font-weight:600;font-family:inherit;border:none;border-radius:10px;cursor:pointer;transition:transform .15s,box-shadow .2s,background .2s}.dashboard-btn:hover{transform:translateY(-1px)}.dashboard-btn:active{transform:translateY(0)}.dashboard-btn--primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 8px #2563eb59}.dashboard-btn--primary:hover{box-shadow:0 4px 14px #2563eb66}.dashboard-btn--secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.dashboard-btn--secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.dashboard-btn--sm{padding:8px 14px;font-size:.875rem}a.dashboard-btn{display:inline-block;text-align:center;text-decoration:none}.dashboard-content{flex:1;padding:28px 32px 40px;overflow:auto}.dashboard-pinned{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px}.dashboard-card{background:#fff;border-radius:14px;box-shadow:0 1px 3px #0f172a0a,0 8px 24px #0f172a0f;padding:22px;border:1px solid rgba(15,23,42,.04);transition:box-shadow .2s,transform .2s}.dashboard-card:hover{box-shadow:0 4px 12px #0f172a14,0 12px 32px #0f172a14}.dashboard-card--project{display:flex;flex-direction:column;gap:12px}.dashboard-card--project:hover{transform:translateY(-2px)}.dashboard-card__name{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.dashboard-card__meta{font-size:.875rem;color:#64748b;margin:0;line-height:1.4}.dashboard-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;font-size:.8125rem;font-weight:600;border-radius:8px;width:fit-content}.dashboard-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.dashboard-badge--green{background:#dcfce7;color:#166534}.dashboard-badge--green .dashboard-badge__dot{background:#16a34a;box-shadow:0 0 0 2px #16a34a40}.dashboard-badge--yellow{background:#fef3c7;color:#92400e}.dashboard-badge--yellow .dashboard-badge__dot{background:#d97706;box-shadow:0 0 0 2px #d9770633}.dashboard-grid{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}.dashboard-section__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0 14px;margin:0;font-size:1rem;font-weight:700;color:#0f172a;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;letter-spacing:-.01em;transition:color .2s}.dashboard-section__header:hover{color:#2563eb}.dashboard-section__chevron{width:12px;height:12px;flex-shrink:0;margin-left:8px;border:solid #64748b;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);transition:transform .2s,border-color .2s}.dashboard-section__header:hover .dashboard-section__chevron{border-color:#2563eb}.dashboard-section--closed .dashboard-section__chevron{transform:rotate(-135deg)}.dashboard-section__body{overflow:hidden;transition:max-height .25s ease-out}.dashboard-section--closed .dashboard-section__body{max-height:0!important}.dashboard-section--open .dashboard-section__body{max-height:1200px}.dashboard-activity .dashboard-section__body,.dashboard-reports .dashboard-section__body,.dashboard-status .dashboard-section__body,.dashboard-help .dashboard-section__body{max-height:800px}.dashboard-activity__list{list-style:none;padding:0;margin:0}.dashboard-activity__item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;padding:14px 0;border-bottom:1px solid #f1f5f9;font-size:.9375rem;transition:background .15s}.dashboard-activity__item:last-child{border-bottom:none;padding-bottom:0}.dashboard-activity__item:first-child{padding-top:0}.dashboard-activity__item:hover{background:#2563eb0a}.dashboard-activity__text{color:#0f172a}.dashboard-activity__time{color:#64748b;font-size:.8125rem}.dashboard-side{display:flex;flex-direction:column;gap:24px}.dashboard-reports__list{list-style:none;padding:0;margin:0}.dashboard-reports__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #f1f5f9;transition:background .15s}.dashboard-reports__item:last-child{border-bottom:none;padding-bottom:0}.dashboard-reports__item:first-child{padding-top:0}.dashboard-reports__item:hover{background:#2563eb0a}.dashboard-reports__info{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-reports__name{font-size:.875rem;color:#0f172a}.dashboard-reports__date{font-size:.8125rem;color:#64748b}.dashboard-btn-run{padding:6px 12px;font-size:.8125rem;font-weight:600;font-family:inherit;color:#2563eb;background:#2563eb14;border:1px solid rgba(37,99,235,.3);border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s,border-color .2s,box-shadow .2s}.dashboard-btn-run:hover{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb4d}a.dashboard-btn-run{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.dashboard-status__list{list-style:none;padding:0;margin:0}.dashboard-status__item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:.875rem}.dashboard-status__item:last-child{border-bottom:none}.dashboard-status__indicator{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 2px #22c55e40}.dashboard-status__name{flex:1;color:#0f172a}.dashboard-status__badge{font-size:.75rem;font-weight:600;color:#166534;background:#dcfce7;padding:2px 8px;border-radius:6px}.dashboard-card--gray{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.dashboard-help__intro{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 10px}.dashboard-help__steps{margin:0 0 16px;padding-left:20px;font-size:.875rem;color:#475569;line-height:1.7}.dashboard-help__contact{font-size:.875rem;color:#0f172a;margin:0}.dashboard-help__contact strong{font-weight:600;color:#2563eb}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}@media(max-width:768px){.dashboard{flex-direction:column}.dashboard-sidebar{width:100%;min-width:unset;flex-direction:row;flex-wrap:wrap;align-items:center;padding:16px 20px;gap:16px}.dashboard-logo{padding:0;border-bottom:none}.dashboard-nav{flex-direction:row;flex-wrap:wrap;padding:0;gap:8px}.dashboard-nav__link{padding:8px 12px}.dashboard-projects{padding:0;flex:none}.dashboard-projects__title{padding:0;margin-right:8px;display:inline}.dashboard-projects__list,.dashboard-projects__list li{display:inline}.dashboard-projects__link{display:inline;padding:0 8px 0 0}.dashboard-footer{margin:0 0 0 auto;padding:0;border-top:none}.dashboard-header{flex-direction:column;align-items:stretch;padding:20px}.dashboard-content{padding:20px}.dashboard-pinned{grid-template-columns:1fr}}@media(max-width:560px){.dashboard-header__actions{flex-direction:column}.dashboard-header__actions .dashboard-select,.dashboard-header__actions .dashboard-btn{width:100%}}.new-project-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0f172a80;animation:newProjectOverlayIn .25s ease}@keyframes newProjectOverlayIn{0%{opacity:0}to{opacity:1}}.new-project-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:301;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none;animation:newProjectModalIn .3s ease}@keyframes newProjectModalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.new-project-modal__box{pointer-events:auto;width:100%;max-width:560px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a33,0 8px 24px #0000001f;padding:32px;position:relative}.new-project-modal__close{position:absolute;top:20px;right:20px;width:36px;height:36px;border:none;background:#f1f5f9;color:#64748b;font-size:1.5rem;line-height:1;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.new-project-modal__close:hover{background:#e2e8f0;color:#0f172a}.new-project-steps{margin-bottom:28px}.new-project-steps__text{display:block;font-size:.8125rem;font-weight:600;color:#64748b;margin-bottom:12px}.new-project-steps__dots{display:flex;gap:10px}.new-project-steps__dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;transition:background .25s ease}.new-project-steps__dot--active{background:#2563eb;box-shadow:0 0 0 3px #2563eb33}.new-project-steps__dot--done{background:#16a34a}.new-project-step__title{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-.03em}.new-project-step__subtitle{font-size:.9375rem;color:#64748b;margin:0 0 24px}.new-project-fields{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.new-project-field__label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:6px}.new-project-field__input{width:100%;padding:12px 14px;font-size:1rem;font-family:inherit;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s,box-shadow .2s}.new-project-field__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.new-project-field__input::placeholder{color:#94a3b8}.new-project-field__textarea{resize:vertical;min-height:80px}.new-project-actions{display:flex;justify-content:space-between;gap:12px;padding-top:8px}.new-project-actions .dashboard-btn--secondary{order:0}.new-project-actions .dashboard-btn--primary{order:1}.new-project-platforms{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:28px}.new-project-platform-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 14px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;transition:border-color .2s,background .2s}.new-project-platform-card--connected{border-color:#16a34a;background:#f0fdf4}.new-project-platform-card__icon{width:36px;height:36px;border-radius:10px;background:#e2e8f0;color:#64748b;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center}.new-project-platform-card--connected .new-project-platform-card__icon{background:#bbf7d0;color:#166534}.new-project-platform-card__name{font-size:.9375rem;font-weight:600;color:#0f172a}.new-project-platform-card__btn{padding:8px 14px;font-size:.8125rem;font-weight:600;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.new-project-platform-card__btn:hover{border-color:#cbd5e1;color:#0f172a}.new-project-platform-card__btn--connected{border-color:#16a34a;background:#16a34a;color:#fff}.new-project-team-row{display:flex;gap:10px}.new-project-team-row .new-project-field__input{flex:1}.new-project-team-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.new-project-team-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f1f5f9;border-radius:8px;font-size:.875rem;color:#0f172a}.new-project-team-tag__remove{width:20px;height:20px;border:none;background:#e2e8f0;color:#64748b;font-size:1.1rem;line-height:1;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .2s,color .2s}.new-project-team-tag__remove:hover{background:#f87171;color:#fff}.new-project-toast{position:fixed;top:24px;right:24px;z-index:400;padding:14px 20px;background:#16a34a;color:#fff;font-size:.9375rem;font-weight:600;border-radius:12px;box-shadow:0 8px 24px #16a34a59;animation:newProjectToastIn .35s ease}@keyframes newProjectToastIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.projects-header{flex-wrap:wrap;gap:20px}.projects-header__top{flex:1;min-width:200px}.projects-header__title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.03em;line-height:1.2}.projects-header__subtitle{font-size:.9375rem;color:#64748b;margin:0}.projects-search{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-width:240px;transition:border-color .2s,box-shadow .2s}.projects-search:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;background:#fff}.projects-search__icon{font-size:1rem;color:#94a3b8;line-height:1}.projects-search__input{flex:1;min-width:0;border:none;background:none;font-size:.9375rem;font-family:inherit;color:#0f172a}.projects-search__input::placeholder{color:#94a3b8}.projects-search__input:focus{outline:none}.dashboard-nav__link--active{background:#2563eb26;color:#fff}.dashboard-nav__link--active:hover{background:#2563eb33}.projects-content{padding-top:28px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.projects-card{position:relative;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0f172a0a,0 8px 24px #0f172a0f;border:1px solid rgba(15,23,42,.06);overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.projects-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0f172a14,0 16px 48px #2563eb0f;border-color:#2563eb26}.projects-card__accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6)}.projects-card__accent[data-status=attention]{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.projects-card__accent[data-status=setup]{background:linear-gradient(90deg,#64748b,#94a3b8)}.projects-card__body{padding:24px}.projects-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.projects-card__name{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em;line-height:1.3}.projects-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;font-size:.75rem;font-weight:600;border-radius:8px;flex-shrink:0}.projects-badge__dot{width:6px;height:6px;border-radius:50%}.projects-badge--healthy{background:#dcfce7;color:#166534}.projects-badge--healthy .projects-badge__dot{background:#16a34a;box-shadow:0 0 0 2px #16a34a40}.projects-badge--attention{background:#fef3c7;color:#92400e}.projects-badge--attention .projects-badge__dot{background:#d97706;box-shadow:0 0 0 2px #d9770633}.projects-badge--setup{background:#f1f5f9;color:#475569}.projects-badge--setup .projects-badge__dot{background:#64748b}.projects-card__desc{font-size:.875rem;color:#64748b;margin:0 0 16px;line-height:1.5}.projects-card__platforms{margin-bottom:20px}.projects-card__platforms-label{display:block;font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.projects-card__platforms-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.projects-card__platform-tag{font-size:.75rem;font-weight:500;color:#475569;background:#f1f5f9;padding:4px 10px;border-radius:6px}.projects-card__meta{font-size:.8125rem;color:#94a3b8}.projects-card__cta{display:inline-flex;align-items:center;justify-content:center;width:100%;text-decoration:none}.projects-card--new{border:2px dashed #e2e8f0;background:linear-gradient(180deg,#fafbfd,#f8fafc)}.projects-card--new:hover{border-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#f8fafc);box-shadow:0 4px 20px #2563eb14}.projects-card--new .projects-card__accent{display:none}.projects-card__body--centered{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;text-align:center}.projects-card__new-icon{width:48px;height:48px;border-radius:50%;background:#2563eb1a;color:#2563eb;font-size:1.75rem;font-weight:300;line-height:48px;margin-bottom:12px}.projects-card__new-label{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 4px}.projects-card__new-hint{font-size:.8125rem;color:#64748b;margin:0 0 16px}@media(max-width:768px){.projects-header{flex-direction:column;align-items:stretch}.projects-search{min-width:unset}.projects-grid{grid-template-columns:1fr;gap:20px}.projects-card__body{padding:20px}}.reports-main{flex:1;min-width:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column}.reports-header{padding:24px 32px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.reports-header__title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.03em}.reports-header__subtitle{font-size:.9375rem;color:#64748b;margin:0}.reports-content{padding:24px 32px 40px;display:flex;flex-direction:column;gap:24px}.reports-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0f172a0f,0 1px 3px #0f172a0a;border:1px solid #e2e8f0;padding:32px}.reports-card__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 24px;letter-spacing:-.02em}.reports-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px}.reports-field__label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:8px}.reports-field__input{width:100%;padding:12px 14px;font-size:.9375rem;font-family:inherit;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.reports-field__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.reports-platform-picker{position:relative}.reports-platform-trigger{width:100%;min-height:46px;padding:12px 14px;font-size:.9375rem;font-family:inherit;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.reports-platform-trigger--open{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.reports-platform-trigger__chevron{font-size:.75rem;color:#64748b}.reports-platform-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:15;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#fff;box-shadow:0 12px 26px #0f172a1f;display:none}.reports-platform-dropdown--open{display:block}.reports-platform-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-top:10px}.reports-platform-option{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#0f172a}.reports-platform-option--all{font-weight:600;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.reports-platform-option input{accent-color:#2563eb}.reports-custom-range{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.reports-custom-range label{flex:1;min-width:140px}.reports-format-section{margin-bottom:24px}.reports-format-section__title{font-size:.875rem;font-weight:700;color:#0f172a;margin:0 0 12px;text-transform:uppercase;letter-spacing:.04em}.reports-format-buttons{display:flex;gap:12px;flex-wrap:wrap}.reports-format-btn{flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;font-size:.9375rem;font-weight:600;font-family:inherit;color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s,color .2s}.reports-format-btn:hover{border-color:#cbd5e1}.reports-format-btn:hover .reports-format-btn__icon{color:#3b82f6}.reports-format-btn--active{border-color:#2563eb;background:#2563eb14;box-shadow:0 0 0 1px #2563eb33;color:#1e40af}.reports-format-btn--active .reports-format-btn__icon{color:#2563eb}.reports-format-btn__icon{width:22px;height:22px;flex-shrink:0;color:#94a3b8;transition:color .2s}.reports-generate-btn{width:100%;padding:16px 24px;font-size:1rem;font-weight:700;font-family:inherit;color:#fff;background:#2563eb;border:none;border-radius:12px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.reports-generate-btn:hover{background:#1d4ed8;box-shadow:0 4px 16px #2563eb59}.reports-generate-btn:active{transform:scale(.99)}.reports-generate-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.reports-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem}.reports-table thead th{text-align:left;padding:14px 16px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:2px solid #e2e8f0}.reports-table tbody td{padding:14px 16px;color:#0f172a;border-bottom:1px solid #f1f5f9}.reports-table tbody tr:nth-child(2n){background:#f8fafc}.reports-table tbody tr:last-child td{border-bottom:none}.reports-download-btn{padding:8px 14px;font-size:.8125rem;font-weight:600;font-family:inherit;color:#fff;background:#2563eb;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.reports-download-btn:hover{background:#1d4ed8}@media(max-width:768px){.reports-filters{grid-template-columns:1fr}}.project-header .dashboard-header__title{font-size:1.25rem}.project-compare-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f172a66}.project-compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:201;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.project-compare-modal__inner{pointer-events:auto;width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a26,0 8px 24px #2563eb1a;border:1px solid #e2e8f0;padding:28px 24px}.project-compare-modal__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.project-compare-modal__subtitle{font-size:.9375rem;color:#64748b;margin:0 0 20px;line-height:1.5}.project-compare-modal__period{margin-bottom:20px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.project-compare-modal__period:last-of-type{margin-bottom:24px}.project-compare-modal__period-title{display:block;font-size:.8125rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.project-compare-modal__label{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:.875rem;font-weight:600;color:#475569}.project-compare-modal__label:last-child{margin-bottom:0}.project-compare-modal__input{padding:12px 14px;font-size:1rem;font-family:inherit;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s,box-shadow .2s}.project-compare-modal__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.project-compare-modal__actions{display:flex;justify-content:flex-end;gap:12px}.project-connect-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:201;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.project-connect-modal__inner{pointer-events:auto;width:100%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a26,0 8px 24px #2563eb1a;border:1px solid #e2e8f0;padding:28px 24px}.project-connect-modal__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-.02em}.project-connect-modal__privacy{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#64748b;margin:0 0 24px;line-height:1.5;padding:12px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px}.project-connect-modal__lock{flex-shrink:0}.project-connect-list{list-style:none;margin:0 0 24px;padding:0}.project-connect-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px}.project-connect-item:last-child{margin-bottom:0}.project-connect-item__name{font-weight:600;color:#0f172a;flex:1}.project-connect-item__badge{font-size:.8125rem;font-weight:600;padding:4px 10px;border-radius:999px}.project-connect-item__badge--connected{background:#dcfce7;color:#166534}.project-connect-item__btn{font-size:.875rem;font-weight:600;cursor:pointer;border:none;border-radius:8px;padding:8px 14px}.project-connect-item__btn--connect{background:#2563eb;color:#fff}.project-connect-item__btn--connect:hover{background:#1d4ed8}.project-connect-item__btn--disconnect{background:transparent;color:#64748b;border:1px solid #e2e8f0}.project-connect-item__btn--disconnect:hover{background:#f1f5f9;color:#0f172a}.project-connect-modal__actions{display:flex;justify-content:center}.project-connect-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:202;background:#0f172a80}.project-connect-window{position:fixed;top:0;right:0;bottom:0;left:0;z-index:203;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:none}.project-connect-window__inner{pointer-events:auto;width:100%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 24px 48px #0f172a33;border:1px solid #e2e8f0;padding:28px 24px}.project-connect-window__title-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.project-connect-window__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.project-connect-window__icon .project-connect-icon{width:28px;height:28px}.project-connect-window__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.project-connect-window__text{font-size:.9375rem;color:#64748b;margin:0 0 20px;line-height:1.5}.project-connect-form{margin:0}.project-connect-social-icon{width:20px;height:20px;flex-shrink:0}.project-connect-form__social-icon-wrap{display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.project-connect-form__social{width:100%;padding:12px 16px;font-size:.9375rem;font-weight:600;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer;margin-bottom:12px;display:inline-flex;align-items:center;justify-content:center}.project-connect-form__social:hover{background:#f8fafc;border-color:#cbd5e1}.project-connect-form__social--primary{background:#0f172a;color:#fff;border-color:#0f172a}.project-connect-form__social--primary:hover{background:#1e293b;border-color:#1e293b}.project-connect-form__social-row{display:flex;gap:10px;margin-bottom:12px}.project-connect-form__social--small{flex:1;padding:10px 12px;font-size:.8125rem;font-weight:600;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.project-connect-form__social--small:hover{background:#f8fafc}.project-connect-form__divider{text-align:center;font-size:.8125rem;color:#94a3b8;margin:8px 0 16px}.project-connect-form__extra{margin:-8px 0 16px;font-size:.875rem}.project-connect-form__link{display:inline-flex;align-items:center;gap:8px;background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600;padding:0;text-decoration:underline}.project-connect-form__link:hover{color:#1d4ed8}.project-connect-form__link-icon .project-connect-social-icon{width:18px;height:18px}.project-connect-form__label{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;font-size:.875rem;font-weight:600;color:#0f172a}.project-connect-form__label:last-of-type{margin-bottom:24px}.project-connect-form__input{padding:12px 14px;font-size:1rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a}.project-connect-form__input::placeholder{color:#94a3b8}.project-connect-form__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.project-connect-window__actions{display:flex;justify-content:flex-end;gap:12px}.project-growth-all{padding:24px 32px;background:#fff;border-bottom:1px solid #e2e8f0}.project-growth-all .project-growth-all__all-wrap{max-width:100%}.project-growth-all__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.02em}.project-growth-all__subtitle{font-size:.875rem;color:#64748b;margin:0 0 20px}.project-growth-all__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-growth-all__grid--summary{grid-template-columns:repeat(4,1fr)}.project-growth-all--all-platforms{padding:32px 32px 28px;background:linear-gradient(165deg,#f0f7ff,#e8f4fd 35%,#fff);border-bottom:1px solid rgba(37,99,235,.12);position:relative;overflow:hidden}.project-growth-all--all-platforms:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);opacity:.9}.project-all-platforms__hero{margin-bottom:24px}.project-all-platforms__title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.03em;line-height:1.2}.project-all-platforms__subtitle{font-size:.9375rem;color:#64748b;margin:0;font-weight:500}.project-growth-all--all-platforms .project-growth-all__grid--summary{gap:20px}.project-growth-all--all-platforms .project-growth-all__card{background:#fff;border-radius:16px;padding:22px 20px;border:1px solid rgba(255,255,255,.9);box-shadow:0 4px 20px #0f172a0f,0 1px 3px #2563eb0f;transition:transform .2s ease,box-shadow .2s ease}.project-growth-all--all-platforms .project-growth-all__card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a14,0 4px 12px #2563eb14;border-color:#2563eb26}.project-growth-all--all-platforms .project-growth-all__card-name{font-size:.8125rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.project-growth-all--all-platforms .project-growth-all__card-value{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-top:4px}.project-growth-all--all-platforms .project-growth-all__summary-trigger{margin-top:28px;padding:18px 24px;border-radius:14px;border:1px solid rgba(37,99,235,.2);background:linear-gradient(180deg,#fff,#f8fafc);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.project-growth-all--all-platforms .project-growth-all__summary-trigger:hover{background:linear-gradient(180deg,#f0f7ff,#e8f4fd);border-color:#2563eb59;box-shadow:0 4px 16px #2563eb1f}.project-growth-all--all-platforms .project-growth-all__summary-label{font-size:.9375rem;font-weight:700;color:#1e40af;letter-spacing:.02em;text-transform:none}.project-growth-all--all-platforms .project-growth-all__summary-trigger:hover .project-growth-all__summary-label{color:#2563eb}.project-growth-all--all-platforms .project-growth-all__summary-arrow{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb1a;color:#2563eb;border-radius:10px;font-size:.875rem}.project-growth-all--all-platforms .project-growth-all__summary-arrow--open{background:#2563eb26;color:#1d4ed8}.project-growth-all__all-wrap{margin-bottom:0}.project-growth-all__summary-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;margin:24px 0 0;padding:20px 0 0;border:none;border-top:1px solid #e2e8f0;background:none;cursor:pointer;text-align:left;gap:12px}.project-growth-all__summary-trigger:hover .project-growth-all__summary-label{color:#2563eb}.project-growth-all__summary-trigger:focus-visible{outline:none}.project-growth-all__summary-label{margin:0;font-size:.875rem;font-weight:600;color:#64748b;letter-spacing:.06em;text-transform:uppercase;transition:color .2s ease}.project-growth-all__summary-arrow{flex-shrink:0;font-size:.75rem;color:#64748b;transition:transform .3s ease}.project-growth-all__summary-arrow--open{transform:rotate(180deg)}.project-summary-panel{max-height:0;overflow:hidden;transition:max-height .4s ease}.project-summary-panel--open{max-height:3200px}.project-summary-panel--all.project-summary-panel--open .project-cross-platform--accordion{animation:projectSummaryReveal .35s ease}@keyframes projectSummaryReveal{0%{opacity:.6}to{opacity:1}}.project-cross-platform--accordion{border-radius:0 0 16px 16px;border:1px solid rgba(37,99,235,.12);border-top:none;box-shadow:0 8px 24px #0f172a0f;margin:0 32px}.project-growth-all__card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;box-shadow:0 2px 8px #0f172a0f;transition:box-shadow .2s,border-color .2s;overflow:hidden}.project-growth-all__card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#e2e8f0}.project-growth-all__card--trend-up:before{background:linear-gradient(180deg,#22c55e,#16a34a)}.project-growth-all__card--trend-down:before{background:linear-gradient(180deg,#ef4444,#dc2626)}.project-growth-all__card:hover{box-shadow:0 8px 24px #0f172a14;border-color:#2563eb33}.project-growth-all__card-name{display:block;font-size:.8125rem;font-weight:600;color:#64748b;margin-bottom:6px}.project-growth-all__card-value{display:block;font-size:1.625rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2}.project-growth-all__card-sub{display:block;font-size:.75rem;color:#94a3b8;margin-top:4px}.project-growth-all__card-trend{display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-size:.8125rem;font-weight:600}.project-growth-all__card-trend--up{color:#16a34a}.project-growth-all__card-trend--down{color:#dc2626}.project-cross-platform{padding:28px 32px 40px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);min-height:400px}.project-cross-platform__chart-section{background:#fff;border-radius:24px;box-shadow:0 1px 3px #0f172a0a,0 8px 24px #0f172a0f,0 0 0 1px #0f172a0a;padding:0;margin-bottom:24px;transition:box-shadow .3s ease,transform .2s ease;overflow:hidden;position:relative}.project-cross-platform__chart-section:hover{box-shadow:0 4px 12px #0f172a0f,0 16px 40px #0f172a14,0 0 0 1px #0f172a0f}.project-cross-platform__chart-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px 24px;flex-wrap:wrap;gap:20px;border-bottom:1px solid rgba(15,23,42,.06);background:linear-gradient(180deg,rgba(248,250,252,.6) 0%,transparent 100%)}.project-cross-platform__chart-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.04em;display:flex;align-items:center;gap:12px}.project-cross-platform__chart-title:before{content:"";width:6px;height:24px;border-radius:3px;background:linear-gradient(180deg,#2563eb,#6366f1)}.project-cross-platform__metric-select{min-width:200px;padding:12px 18px 12px 16px;border-radius:14px;border:1px solid rgba(15,23,42,.08);font-size:.9375rem;font-weight:600;color:#0f172a;background:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0f172a0a}.project-cross-platform__metric-select:hover{border-color:#2563eb40;box-shadow:0 2px 8px #2563eb14}.project-cross-platform__metric-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.project-cross-platform__chart-wrap{width:100%;height:320px;padding:24px 32px 32px;background:linear-gradient(180deg,transparent 0%,transparent 100%),radial-gradient(ellipse 100% 60% at 50% 40%,rgba(241,245,249,.7) 0%,transparent 55%);position:relative}.project-cross-platform__chart-wrap .recharts-wrapper{filter:drop-shadow(0 1px 3px rgba(15,23,42,.03))}.project-cross-platform__chart-wrap .recharts-cartesian-grid line{stroke:#0f172a0f;stroke-dasharray:4 6}.project-cross-platform__chart-wrap .recharts-bar-rectangle rect{transition:opacity .25s ease,filter .25s ease;filter:drop-shadow(0 2px 6px rgba(15,23,42,.1)) drop-shadow(0 0 0 1px rgba(255,255,255,.4))}.project-cross-platform__chart-wrap .recharts-bar-rectangle:hover rect{opacity:.98;filter:drop-shadow(0 6px 16px rgba(15,23,42,.14)) drop-shadow(0 0 0 1px rgba(255,255,255,.5))}.project-chart__bar-label{font-size:13px!important;font-weight:700!important;fill:#0f172a!important;letter-spacing:.02em!important}.project-cross-platform__chart-wrap .recharts-label-list text{font-size:13px!important;font-weight:700!important;fill:#0f172a!important;letter-spacing:.02em!important}.project-cross-platform__table-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0f172a0f,0 1px 3px #0f172a0a;border:1px solid rgba(226,232,240,.8);padding:28px 32px 32px;overflow:hidden;transition:box-shadow .2s ease}.project-cross-platform__table-section:hover{box-shadow:0 8px 28px #0f172a14,0 2px 6px #0f172a0a}.project-cross-platform__table-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 20px;letter-spacing:-.02em}.project-cross-platform__table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #f1f5f9}.project-cross-platform__table{width:100%;border-collapse:collapse;font-size:.9375rem}.project-cross-platform__table th{text-align:left;padding:14px 20px;font-weight:600;color:#64748b;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid #e2e8f0;background:#f8fafc}.project-cross-platform__table th:first-child{border-radius:12px 0 0}.project-cross-platform__table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;color:#0f172a;font-weight:500}.project-cross-platform__table tbody tr:last-child td{border-bottom:none}.project-cross-platform__table tbody tr:hover td,.project-cross-platform__table-row--alt td{background:#fafbfc}.project-cross-platform__table-row--alt:hover td{background:#f1f5f9}.project-cross-platform__platform-cell{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#0f172a}.project-cross-platform__platform-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #fffc}.project-cross-platform__vs{font-weight:600;font-size:.9375rem}.project-cross-platform__vs--up{color:#16a34a}.project-cross-platform__vs--neutral{color:#64748b}.project-cross-platform__vs--down{color:#dc2626}.project-tabs-platform{display:flex;flex-wrap:wrap;gap:4px;padding:12px 32px 0;background:#fff;border-bottom:1px solid #e2e8f0}.project-tab-platform{padding:10px 18px;font-size:.9375rem;font-weight:600;font-family:inherit;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;margin-bottom:-1px;transition:color .2s,border-color .2s}.project-tab-platform:hover{color:#0f172a}.project-tab-platform--active{color:#2563eb;border-bottom-color:#2563eb}.project-tabs-content{display:flex;gap:4px;padding:16px 32px;background:#fff;border-bottom:1px solid #e2e8f0}.project-tab-content{padding:8px 16px;font-size:.875rem;font-weight:600;font-family:inherit;color:#64748b;background:#f1f5f9;border:none;border-radius:10px;cursor:pointer;transition:color .2s,background .2s}.project-tab-content:hover{color:#0f172a;background:#e2e8f0}.project-tab-content--active{color:#fff;background:#2563eb}.project-tab-content--active:hover{color:#fff;background:#1d4ed8}.project-content{padding-top:24px}.project-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-metric-card{position:relative;z-index:1;background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:20px 20px 20px 24px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 8px #0f172a0f;transition:box-shadow .2s,border-color .2s;overflow:visible}.project-metric-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#e2e8f0}.project-metric-card--trend-up:before{background:linear-gradient(180deg,#22c55e,#16a34a)}.project-metric-card--trend-down:before{background:linear-gradient(180deg,#ef4444,#dc2626)}.project-metric-card:hover{z-index:100;box-shadow:0 8px 24px #0f172a14;border-color:#2563eb26}.project-metric-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px}.project-metric-card__name{font-size:.875rem;font-weight:600;color:#475569;line-height:1.35;flex:1}.project-metric-card__value-wrap{display:flex;flex-direction:column;gap:8px}.project-metric-card__value{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2;white-space:nowrap;min-height:1.35em}.project-metric-card__trend{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:600}.project-metric-card__trend-arrow{font-size:1rem;line-height:1}.project-metric-card__trend--up{color:#16a34a}.project-metric-card__trend--down{color:#dc2626}.project-metric-card__info{position:relative;flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#2563eb;cursor:help;border-radius:50%;transition:background .2s,color .2s}.project-metric-card__info:hover{background:#2563eb1a;color:#1d4ed8}.project-metric-card__tooltip{position:absolute;bottom:100%;right:0;margin-bottom:6px;padding:10px 14px;font-size:.8125rem;font-weight:500;color:#fff;background:#1e293b;border-radius:6px;white-space:normal;max-width:280px;box-shadow:0 4px 12px #00000040;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s;z-index:1000}.project-metric-card__info:hover .project-metric-card__tooltip{opacity:1;visibility:visible}.project-content-sections{display:flex;flex-direction:column;gap:28px}.project-content-period-bar{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 12px;padding:14px 18px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px}.project-content-period-bar__count{font-size:.9375rem;font-weight:700;color:#0f172a}.project-content-period-bar__label{font-size:.8125rem;color:#64748b}.project-content-section__title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-.02em}.project-content-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.project-content-card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.project-content-card:hover{box-shadow:0 4px 12px #0f172a0f;border-color:#cbd5e1}.project-content-card__thumb{width:100%;aspect-ratio:1;background:linear-gradient(145deg,#e2e8f0,#cbd5e1);flex-shrink:0}.project-content-card__body{padding:12px;flex:1}.project-content-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:0;font-size:.75rem;line-height:1.4}.project-content-card__stats div{display:flex;flex-direction:column;gap:0}.project-content-card__stats dt{margin:0;font-weight:600;color:#94a3b8;font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em}.project-content-card__stats dd{margin:0;font-weight:600;color:#0f172a;font-size:.8125rem}@media(max-width:1100px){.project-content-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.project-growth-all__grid,.project-content-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.project-growth-all{padding:20px}.project-growth-all__grid{grid-template-columns:1fr}.project-tabs-platform{padding:12px 20px 0}.project-tabs-content{padding:16px 20px}.project-metrics-grid{grid-template-columns:1fr}.project-content-cards-grid{grid-template-columns:repeat(2,1fr)}.project-metric-card__tooltip{white-space:normal;max-width:260px;right:0;left:auto}}@media(max-width:560px){.project-content-cards-grid{grid-template-columns:1fr}}.hero-interactive-demo{display:flex;flex-direction:column;width:100%;background:linear-gradient(145deg,#e8ecf0,#dde2e8);border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 8px 32px #0f172a1a,0 0 0 1px #ffffff80 inset}.hero-interactive-demo__browser{position:relative;flex-shrink:0;height:38px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:10px;padding:0 12px 0 14px}.hero-interactive-demo__dots{display:flex;gap:5px}.hero-interactive-demo__dots span{width:10px;height:10px;border-radius:50%;display:block}.hero-interactive-demo__dots span:nth-child(1){background:#ff5f57}.hero-interactive-demo__dots span:nth-child(2){background:#febc2e}.hero-interactive-demo__dots span:nth-child(3){background:#28c840}.hero-interactive-demo__url{flex:1;min-width:0;height:22px;background:#f1f5f9;border-radius:6px;font-size:11px;color:#64748b;display:flex;align-items:center;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:108px}.hero-interactive-demo__badge{position:absolute;top:50%;right:10px;transform:translateY(-50%);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1d4ed8;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:1px solid rgba(37,99,235,.25);padding:4px 8px;border-radius:6px;pointer-events:none}.hero-interactive-demo__viewport{flex:0 0 auto;height:500px;overflow-y:scroll;display:flex;justify-content:center;align-items:flex-start;background:#0f172a}.hero-interactive-demo__scaled{flex-shrink:0;width:1200px;box-sizing:border-box;padding-bottom:0;margin-bottom:0}.hero-interactive-demo__canvas.dashboard{min-height:auto!important}.hero-interactive-demo .dashboard{min-height:auto;align-items:flex-start}.hero-interactive-demo .dashboard-projects{flex:0 0 auto}.hero-interactive-demo .dashboard-footer{margin-top:20px}.hero-interactive-demo__error{min-height:200px;display:flex;align-items:center;justify-content:center;padding:24px;color:#f1f5f9;font-size:.9375rem;text-align:center}.hero-interactive-demo button.dashboard-logo{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;text-decoration:none;width:100%}.hero-interactive-demo button.dashboard-logo img{display:block;height:36px;width:auto;max-width:100%;object-fit:contain}.hero-interactive-demo button.dashboard-nav__link,.hero-interactive-demo button.dashboard-projects__link{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;font-family:inherit;width:100%;text-align:left;cursor:pointer}.hero-interactive-demo .dashboard-projects__link--active{background:#ffffff14;color:#fff;border-left-color:#2563eb}.hero-interactive-demo button.dashboard-logout{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;font:inherit;cursor:pointer;padding:6px 0;text-align:left}.hero-interactive-demo .reports-generate-btn:disabled{opacity:.55;cursor:not-allowed}.hero-interactive-demo .reports-download-btn:disabled{opacity:.5;cursor:not-allowed}.register-page{min-height:100vh;background:#fff}.register-navbar{background:#fff;border-bottom:1px solid var(--border, #e2e8f0)}.register-navbar__inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.register-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-dark, #0f172a);font-weight:700;font-size:1.125rem}.register-logo:hover{color:var(--primary, #2563eb)}.register-logo img{display:block;height:36px;width:auto;object-fit:contain;margin-top:6px;margin-bottom:6px}.register-logo__icon{width:24px;height:24px;display:flex;align-items:flex-end;gap:2px}.register-logo__icon span{display:block;width:5px;background:var(--primary, #2563eb);border-radius:2px}.register-logo__icon span:nth-child(1){height:10px}.register-logo__icon span:nth-child(2){height:16px}.register-logo__icon span:nth-child(3){height:12px}.register-logo__icon span:nth-child(4){height:20px}.register-navbar__login{font-size:.9375rem;font-weight:600;color:var(--primary, #2563eb);text-decoration:none}.register-navbar__login:hover{text-decoration:underline}.register-page__bg{position:relative;min-height:calc(100vh - 57px);padding:40px 24px 48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#f8fafc,#f1f5f9,#eef2ff);overflow:hidden}.register-page__deco{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);top:-120px;right:-120px;pointer-events:none}.register-page__deco:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.08) 0%,transparent 70%);bottom:-80px;left:-80px}.register-card{position:relative;width:100%;max-width:520px;background:#fff;border-radius:20px;box-shadow:0 4px 6px #0f172a0a,0 24px 48px #0f172a0f;padding:44px 40px 40px;border:1px solid rgba(255,255,255,.8)}.register-card__header{margin-bottom:24px}.register-card__title{font-size:1.625rem;font-weight:700;color:var(--text-dark, #0f172a);margin:0 0 6px;letter-spacing:-.03em;line-height:1.25}.register-card__subtitle{font-size:.9375rem;color:var(--text-gray, #64748b);margin:0;line-height:1.5}.register-options{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}.register-option{aspect-ratio:1;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 12px;background:#fafbfc;border:2px solid var(--border, #e2e8f0);border-radius:14px;cursor:pointer;font-family:inherit;text-align:center;transition:border-color .2s,box-shadow .2s,background .2s,transform .15s}.register-option:hover{border-color:#c7d2fe;background:#f8fafc}.register-option--selected{border-color:var(--primary, #2563eb);background:#2563eb0f;box-shadow:0 0 0 3px #2563eb26}.register-option__title{font-size:.9375rem;font-weight:600;color:var(--text-dark, #0f172a)}.register-option__desc{font-size:.75rem;color:var(--text-gray, #64748b);line-height:1.35}.register-form{display:flex;flex-direction:column;gap:20px}.register-field{display:flex;flex-direction:column;gap:8px}.register-field--full{width:100%}.register-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.register-form label{font-size:.875rem;font-weight:600;color:var(--text-dark, #0f172a)}.register-form input{width:100%;padding:14px 16px;font-size:.9375rem;font-family:inherit;color:var(--text-dark, #0f172a);background:#fff;border:1.5px solid var(--border, #e2e8f0);border-radius:12px;transition:border-color .2s,box-shadow .2s}.register-form input::placeholder{color:var(--text-gray, #94a3b8)}.register-form input:hover{border-color:#cbd5e1}.register-form input:focus{outline:none;border-color:var(--primary, #2563eb);box-shadow:0 0 0 3px #2563eb26}.register-btn{width:100%;padding:14px 20px;margin-top:4px;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--primary, #2563eb) 0%,#4f46e5 100%);border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .2s,opacity .2s;box-shadow:0 2px 8px #2563eb4d}.register-btn:hover{opacity:.96;box-shadow:0 4px 16px #2563eb66;transform:translateY(-1px)}.register-btn:active{transform:translateY(0)}.register-divider{display:flex;align-items:center;gap:16px;margin:28px 0 24px;font-size:.8125rem;color:var(--text-gray, #64748b)}.register-divider:before,.register-divider:after{content:"";flex:1;height:1px;background:var(--border, #e2e8f0)}.register-signin{margin:0;font-size:.9375rem;color:var(--text-gray, #64748b);text-align:center;line-height:1.5}.register-signin a{color:var(--primary, #2563eb);font-weight:600;text-decoration:none}.register-signin a:hover{text-decoration:underline}@media(max-width:560px){.register-options{grid-template-columns:1fr;gap:12px}.register-option{aspect-ratio:auto;min-height:72px;flex-direction:row;justify-content:flex-start;text-align:left;gap:12px}.register-option__title{font-size:1rem}.register-option__desc{font-size:.8125rem}.register-field-row{grid-template-columns:1fr}.register-card{padding:32px 24px 36px}.register-card__title{font-size:1.5rem}}.login-page{min-height:100vh;background:#fff}.login-navbar{background:#fff;border-bottom:1px solid var(--border, #e2e8f0)}.login-navbar__inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.login-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-dark, #0f172a);font-weight:700;font-size:1.125rem}.login-logo:hover{color:var(--primary, #2563eb)}.login-logo img{display:block;height:36px;width:auto;object-fit:contain;margin-top:6px;margin-bottom:6px}.login-logo__icon{width:24px;height:24px;display:flex;align-items:flex-end;gap:2px}.login-logo__icon span{display:block;width:5px;background:var(--primary, #2563eb);border-radius:2px}.login-logo__icon span:nth-child(1){height:10px}.login-logo__icon span:nth-child(2){height:16px}.login-logo__icon span:nth-child(3){height:12px}.login-logo__icon span:nth-child(4){height:20px}.login-navbar__signup{font-size:.9375rem;font-weight:600;color:var(--primary, #2563eb);text-decoration:none}.login-navbar__signup:hover{text-decoration:underline}.login-page__bg{position:relative;min-height:calc(100vh - 57px);padding:40px 24px 48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#f8fafc,#f1f5f9,#eef2ff);overflow:hidden}.login-page__deco{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);top:-120px;right:-120px;pointer-events:none}.login-page__deco:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,.08) 0%,transparent 70%);bottom:-80px;left:-80px}.login-card{position:relative;width:100%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 4px 6px #0f172a0a,0 24px 48px #0f172a0f;padding:44px 40px 40px;border:1px solid rgba(255,255,255,.8)}.login-card__header{margin-bottom:28px}.login-title{font-size:1.625rem;font-weight:700;color:var(--text-dark, #0f172a);margin:0 0 6px;letter-spacing:-.03em;line-height:1.25}.login-subtitle{font-size:.9375rem;color:var(--text-gray, #64748b);margin:0;line-height:1.5}.login-form{display:flex;flex-direction:column;gap:20px}.login-field{display:flex;flex-direction:column;gap:8px}.login-field__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.login-form label{font-size:.875rem;font-weight:600;color:var(--text-dark, #0f172a)}.login-forgot{font-size:.8125rem;font-weight:500;color:var(--primary, #2563eb);text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-form input{width:100%;padding:14px 16px;font-size:.9375rem;font-family:inherit;color:var(--text-dark, #0f172a);background:#fff;border:1.5px solid var(--border, #e2e8f0);border-radius:12px;transition:border-color .2s,box-shadow .2s}.login-form input::placeholder{color:var(--text-gray, #94a3b8)}.login-form input:hover{border-color:#cbd5e1}.login-form input:focus{outline:none;border-color:var(--primary, #2563eb);box-shadow:0 0 0 3px #2563eb26}.login-btn{width:100%;padding:14px 20px;margin-top:6px;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,var(--primary, #2563eb) 0%,#4f46e5 100%);border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .2s,opacity .2s;box-shadow:0 2px 8px #2563eb4d}.login-btn:hover{opacity:.96;box-shadow:0 4px 16px #2563eb66;transform:translateY(-1px)}.login-btn:active{transform:translateY(0)}.login-btn__text{display:block}.login-divider{display:flex;align-items:center;gap:16px;margin:28px 0 24px;font-size:.8125rem;color:var(--text-gray, #64748b)}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border, #e2e8f0)}.login-signup{margin:0;font-size:.9375rem;color:var(--text-gray, #64748b);text-align:center;line-height:1.5}.login-signup a{color:var(--primary, #2563eb);font-weight:600;text-decoration:none}.login-signup a:hover{text-decoration:underline}@media(max-width:480px){.login-card{padding:32px 24px}.login-title{font-size:1.5rem}}.ai-analyst{flex:1;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.ai-analyst__top{padding:24px 32px 20px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.ai-analyst__title-row{margin-bottom:6px}.ai-analyst__title{font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:#0f172a;margin:0 0 4px;line-height:1.2}.ai-analyst__subtitle{margin:0;font-size:.9375rem;color:#64748b;font-weight:500}.ai-analyst__controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px}.ai-analyst__control-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;width:100%;margin:0}@media(min-width:640px){.ai-analyst__control-label{width:auto;margin-right:4px}}.ai-analyst__body{flex:1;display:flex;min-height:0;gap:0}.ai-analyst__chat-column{flex:1;display:flex;flex-direction:column;min-width:0;border-right:1px solid #e2e8f0;background:linear-gradient(180deg,#f1f5f9,#e8eef4)}.ai-analyst__suggestions{width:280px;min-width:240px;flex-shrink:0;background:#fff;padding:20px 20px 24px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.ai-analyst__suggestions-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 4px}.ai-analyst__chip{display:block;width:100%;text-align:left;padding:10px 14px;font-size:.8125rem;font-weight:500;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-family:inherit;transition:border-color .2s,background .2s,box-shadow .2s,opacity .2s}.ai-analyst__chip:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.ai-analyst__chip:active:not(:disabled){background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.ai-analyst__chip:disabled{opacity:.5;cursor:not-allowed}.ai-analyst__messages{flex:1;overflow-y:auto;padding:24px 32px 28px;display:flex;flex-direction:column;gap:24px}.ai-analyst__row{display:flex;align-items:flex-end;gap:12px;max-width:100%}.ai-analyst__row--assistant{justify-content:flex-start}.ai-analyst__row--user{justify-content:flex-end}.ai-analyst__avatar{width:36px;height:36px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a14}.ai-analyst__avatar--analyst{background:linear-gradient(145deg,#1e40af,#2563eb 55%,#3b82f6);color:#fff;border:1px solid rgba(255,255,255,.2)}.ai-analyst__avatar--user{background:linear-gradient(145deg,#e2e8f0,#f1f5f9);color:#475569;border:1px solid #cbd5e1}.ai-analyst__avatar-icon{width:20px;height:20px}.ai-analyst__bubble-cluster{display:flex;flex-direction:column;align-items:flex-start;max-width:min(640px,calc(100% - 48px));min-width:0}.ai-analyst__row--user .ai-analyst__bubble-cluster{align-items:flex-end}.ai-analyst__msg-label{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;padding-left:2px}.ai-analyst__row--user .ai-analyst__msg-label{display:none}.ai-analyst__bubble{border-radius:16px;padding:16px 18px;font-size:.9375rem;line-height:1.55;box-shadow:0 2px 16px #0f172a12}.ai-analyst__bubble--user{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:5px}.ai-analyst__bubble--assistant{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:5px;color:#334155}.ai-analyst__bubble--plain{padding:14px 16px}.ai-analyst__plain-text{margin:0;font-size:.9375rem;line-height:1.55;color:#334155}.ai-analyst__plain-text--loading{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;color:#64748b;font-weight:500}.ai-analyst__inline-dots{display:inline-flex;align-items:center;gap:4px}.ai-analyst__bubble--loading{border-color:#cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc);animation:ai-analyst-loading-pulse 1.4s ease-in-out infinite}@keyframes ai-analyst-loading-pulse{0%,to{box-shadow:0 2px 14px #0f172a0f;border-color:#e2e8f0}50%{box-shadow:0 2px 20px #2563eb1f;border-color:#bfdbfe}}.ai-analyst__lead-in{margin:0 0 14px;font-size:.9375rem;color:#475569;line-height:1.55}.ai-analyst__section-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#2563eb;margin:0 0 8px}.ai-analyst__bubble--assistant>.ai-analyst__section-label~.ai-analyst__section-label{margin-top:18px}.ai-analyst__summary{margin:0;color:#0f172a;font-weight:500}.ai-analyst__insights{margin:0;padding-left:1.15rem;color:#475569}.ai-analyst__insights li{margin-bottom:8px}.ai-analyst__insights li:last-child{margin-bottom:0}.ai-analyst__recommendation{margin:0;padding:14px 16px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-radius:12px;border:1px solid rgba(37,99,235,.12);color:#0f172a;font-weight:500;line-height:1.5}.ai-analyst__typing{display:inline-flex;align-items:center;gap:8px;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 5px;box-shadow:0 2px 16px #0f172a0f;max-width:min(400px,100%)}.ai-analyst__typing-text{font-size:.875rem;font-weight:500;color:#64748b}.ai-analyst__typing-dots{display:inline-flex;align-items:center;gap:4px;padding-bottom:2px}.ai-analyst__typing-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;opacity:.35;animation:ai-analyst-dot 1.2s ease-in-out infinite}.ai-analyst__typing-dot:nth-child(2){animation-delay:.15s}.ai-analyst__typing-dot:nth-child(3){animation-delay:.3s}@keyframes ai-analyst-dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ai-analyst__composer{padding:16px 32px 24px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 24px #0f172a0a}.ai-analyst__composer-inner{display:flex;gap:12px;align-items:flex-end;max-width:900px}.ai-analyst__input{flex:1;min-height:48px;max-height:140px;padding:12px 16px;font-size:.9375rem;font-family:inherit;border:2px solid #e2e8f0;border-radius:12px;resize:vertical;color:#0f172a;transition:border-color .2s,box-shadow .2s}.ai-analyst__input::placeholder{color:#94a3b8}.ai-analyst__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.ai-analyst__input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.ai-analyst__send{flex-shrink:0;height:48px;padding:0 22px;font-size:.9375rem;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(180deg,#3b82f6,#2563eb);border:none;border-radius:12px;cursor:pointer;box-shadow:0 2px 8px #2563eb59;transition:transform .15s,box-shadow .2s,opacity .2s}.ai-analyst__send:hover:not(:disabled){box-shadow:0 4px 14px #2563eb66;transform:translateY(-1px)}.ai-analyst__send:disabled{opacity:.45;cursor:not-allowed;transform:none}.ai-analyst__hint{margin:10px 0 0;font-size:.75rem;color:#94a3b8}.ai-analyst__code{font-family:ui-monospace,monospace;font-size:.7rem;background:#f1f5f9;padding:1px 5px;border-radius:4px;color:#475569}@media(max-width:960px){.ai-analyst__body{flex-direction:column}.ai-analyst__chat-column{border-right:none;border-bottom:1px solid #e2e8f0;min-height:360px}.ai-analyst__suggestions{width:100%;flex-direction:row;flex-wrap:wrap;padding:16px 20px}.ai-analyst__suggestions-title{width:100%}.ai-analyst__chip{width:auto;flex:1 1 calc(50% - 6px);min-width:140px}}html:has(.legal-page){scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html:has(.legal-page){scroll-behavior:auto}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#fafbfc}.navbar--simple .inner{justify-content:flex-start}.legal-main--professional{padding:0;background:transparent;flex:1}.legal-doc-hero{padding:40px 24px 48px;border-bottom:1px solid #e2e8f0;background:linear-gradient(165deg,#eff6ff,#f8fafc 42%,#fff)}.legal-doc-hero--terms{background:linear-gradient(165deg,#f1f5f9,#f8fafc 45%,#fff)}.legal-doc-hero__inner{max-width:1100px;margin:0 auto}.legal-doc-hero__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2563eb;margin:0 0 12px}.legal-doc-hero--terms .legal-doc-hero__eyebrow{color:#475569}.legal-doc-hero__title{font-size:clamp(1.875rem,4vw,2.375rem);font-weight:800;color:#0f172a;letter-spacing:-.035em;line-height:1.15;margin:0 0 20px;max-width:32ch}.legal-doc-hero__lead{font-size:1.0625rem;line-height:1.65;color:#475569;margin:0;max-width:62ch}.legal-doc-meta{display:flex;flex-wrap:wrap;gap:12px 28px;margin:0 0 22px;padding:0;list-style:none}.legal-doc-meta>div{display:flex;flex-direction:column;gap:4px;min-width:140px;padding:14px 18px;background:#ffffffd9;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.legal-doc-meta dt{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:0}.legal-doc-meta dd{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a}.legal-doc-meta a{color:var(--primary);text-decoration:none;font-weight:600}.legal-doc-meta a:hover{text-decoration:underline;color:var(--primary-hover)}.legal-doc-body-wrap{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.legal-layout{display:grid;gap:40px;align-items:start}@media(min-width:1024px){.legal-layout{grid-template-columns:240px minmax(0,1fr);gap:48px}}.legal-toc{position:relative}@media(min-width:1024px){.legal-toc{position:sticky;top:24px}}.legal-toc__title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.legal-toc__list{list-style:none;margin:0;padding:0;counter-reset:toc}.legal-toc__list li{margin:0;padding:0;border-bottom:1px solid #f1f5f9}.legal-toc__list li:last-child{border-bottom:none}.legal-toc__link{display:block;font-size:.8125rem;font-weight:500;line-height:1.45;color:#475569;text-decoration:none;border-left:2px solid transparent;margin-left:-2px;padding:10px 0 10px 12px;transition:color .15s,border-color .15s,background .15s}.legal-toc__link:hover{color:#2563eb;border-left-color:#bfdbfe;background:linear-gradient(90deg,rgba(37,99,235,.06) 0%,transparent 100%)}.legal-toc__link:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}.legal-article{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 24px #0f172a0a,0 1px 3px #0f172a08;padding:36px 28px 44px;max-width:720px}@media(min-width:1024px){.legal-article{padding:44px 48px 52px}}.legal-key-points{margin:0 0 36px;padding:22px 22px 22px 24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;border-left:4px solid #2563eb}.legal-key-points--terms{border-left-color:#64748b;background:linear-gradient(135deg,#fafafa,#f4f4f5)}.legal-key-points__title{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0f172a;margin:0 0 14px}.legal-key-points ul{margin:0;padding:0 0 0 1.1rem;list-style:disc}.legal-key-points li{font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:1rem;line-height:1.65;color:#475569;margin-top:8px}.legal-key-points li:first-child{margin-top:0}.legal-key-points__intro{font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:1rem;line-height:1.7;color:#475569;margin:0}.legal-section{scroll-margin-top:24px}.legal-section+.legal-section{margin-top:0;padding-top:36px;border-top:1px solid #eef2f6}.legal-section h2{display:flex;align-items:flex-start;gap:14px;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 18px;letter-spacing:-.02em;line-height:1.35}.legal-section__num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.125rem;height:2.125rem;margin-top:1px;background:#eff6ff;color:#1d4ed8;border-radius:10px;font-size:.8125rem;font-weight:800;font-variant-numeric:tabular-nums}.legal-section__title-text{flex:1;min-width:0}.legal-section__content{font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:1.0625rem;color:#334155;line-height:1.75}.legal-section__content p{margin:0}.legal-section__content p+p{margin-top:14px}.legal-section__content ul{margin:14px 0 0;padding-left:1.35rem;list-style:disc}.legal-section__content li{margin-top:10px;padding-left:4px}.legal-section__content li:first-child{margin-top:0}.legal-section__content strong{color:#0f172a;font-weight:600}.legal-section p{font-size:1rem;color:var(--text-gray);line-height:1.65;margin:0}.legal-link{color:var(--primary);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(37,99,235,.25);transition:color .15s,border-color .15s}.legal-link:hover{color:var(--primary-hover);border-bottom-color:var(--primary-hover)}.legal-doc-body-wrap--data-deletion{padding-top:48px;padding-bottom:96px}.legal-article--data-deletion{max-width:none;width:100%;padding:40px 28px 48px}@media(min-width:1024px){.legal-article--data-deletion{padding:48px 44px 56px}}.deletion-panels{display:grid;gap:24px;align-items:stretch}@media(min-width:900px){.deletion-panels{grid-template-columns:1fr 1fr;gap:28px 32px}}.deletion-panels .legal-section+.legal-section{margin-top:0;padding-top:0;border-top:none}.deletion-panel{display:flex;flex-direction:column;min-height:100%;padding:28px 24px 30px;background:linear-gradient(165deg,#f8fafc,#fff 55%);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0f172a0a}@media(min-width:900px){.deletion-panel{padding:32px 28px 34px}}.deletion-panel h2{margin-bottom:16px}.deletion-panel .legal-section__content{flex:1}.deletion-panel--form .legal-section__content{display:flex;flex-direction:column;flex:1}.deletion-form__intro{margin:0 0 18px!important;font-size:1rem;line-height:1.65;color:#475569}.deletion-form__label{display:block;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:#334155;margin-bottom:8px}.deletion-form__input{width:100%;box-sizing:border-box;padding:12px 14px;font-size:1rem;line-height:1.4;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:12px;margin-bottom:20px;transition:border-color .15s,box-shadow .15s}.deletion-form__input::placeholder{color:#94a3b8}.deletion-form__input:hover{border-color:#94a3b8}.deletion-form__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.deletion-form__actions{margin-top:auto}.deletion-form__actions .btn{width:100%}@media(min-width:480px){.deletion-form__actions .btn{width:auto;min-width:200px}}.legal-main{flex:1;padding:48px 24px 72px;background:#fff}.legal-container{max-width:800px;margin:0 auto}.legal-container h1{font-size:2rem;font-weight:800;color:var(--text-dark);letter-spacing:-.03em;margin:0 0 8px;line-height:1.2}.legal-updated{font-size:1rem;color:var(--text-gray);margin:0 0 48px}.legal-page .footer .inner{max-width:1100px}@media print{.legal-toc{display:none!important}.legal-doc-hero{background:#fff!important;padding-top:16px}.legal-article{box-shadow:none;border:none;padding:0;max-width:none}.legal-page{background:#fff}}.pricing-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.pricing-main{flex:1}.pricing-hero{text-align:center;padding:48px 24px 40px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0}.pricing-hero__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 12px;line-height:1.2}.pricing-hero__subtitle{font-size:1.0625rem;color:#64748b;max-width:480px;margin:0 auto 28px}.pricing-toggle-wrap{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.pricing-toggle{display:inline-flex;align-items:center;padding:4px;background:#e2e8f0;border-radius:999px;border:none;cursor:pointer;font-family:inherit}.pricing-toggle__option{padding:10px 20px;font-size:.9375rem;font-weight:600;color:#64748b;border-radius:999px;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:color .2s,background .2s,box-shadow .2s}.pricing-toggle__option--active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a14}.pricing-toggle__badge{display:inline-flex;align-items:center;padding:6px 12px;font-size:.75rem;font-weight:700;color:#fff;background:#2563eb;border-radius:999px;letter-spacing:.02em}.pricing-toggle__badge--hidden{visibility:hidden;pointer-events:none}.pricing-cards-section{max-width:1280px;margin:0 auto;padding:48px 24px 56px}.pricing-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}@media(max-width:1100px){.pricing-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing-cards-grid{grid-template-columns:1fr}}.pricing-card{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0f,0 1px 3px #0f172a0a;min-height:100%}.pricing-card--popular{border:2px solid #2563eb;box-shadow:0 8px 32px #2563eb1f,0 2px 8px #0f172a0f}.pricing-card__badge-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:6px 14px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;background:#2563eb;border-radius:999px;white-space:nowrap}.pricing-card__name{font-size:1.125rem;font-weight:700;color:#0f172a;margin:8px 0 12px}.pricing-card__price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin-bottom:8px}.pricing-card__price{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1}.pricing-card__period{font-size:.9375rem;font-weight:500;color:#64748b}.pricing-card__trial-badge{display:inline-block;margin-bottom:16px;padding:4px 10px;font-size:.75rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border-radius:8px}.pricing-card__trial-spacer{height:27px;margin-bottom:16px}.pricing-card__for{font-size:.875rem;color:#64748b;margin:0 0 20px;line-height:1.5}.pricing-card__features{list-style:none;margin:0 0 28px;padding:0;flex:1}.pricing-card__features li{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;color:#334155;line-height:1.5;margin-top:12px}.pricing-card__features li:first-child{margin-top:0}.pricing-card__check{flex-shrink:0;color:#2563eb;font-weight:700;margin-top:2px}.pricing-card__btn{display:block;width:100%;padding:14px 20px;font-size:.9375rem;font-weight:700;font-family:inherit;text-align:center;text-decoration:none;border-radius:12px;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.pricing-card__btn--primary{color:#fff;background:#2563eb}.pricing-card__btn--primary:hover{background:#1d4ed8;box-shadow:0 4px 16px #2563eb59}.pricing-card__btn--secondary{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.pricing-card__btn--secondary:hover{background:#e2e8f0;color:#0f172a}.pricing-faq{max-width:720px;margin:0 auto;padding:24px 24px 56px}.pricing-faq__title{font-size:1.5rem;font-weight:800;color:#0f172a;text-align:center;margin:0 0 28px;letter-spacing:-.02em}.pricing-faq__list{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0f172a0a}.pricing-faq__item{border-bottom:1px solid #f1f5f9}.pricing-faq__item:last-child{border-bottom:none}.pricing-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;font-size:.9375rem;font-weight:600;color:#0f172a;text-align:left;font-family:inherit;background:#fff;border:none;cursor:pointer;transition:background .15s}.pricing-faq__question:hover{background:#f8fafc}.pricing-faq__chevron{flex-shrink:0;width:22px;height:22px;color:#64748b;transition:transform .2s}.pricing-faq__chevron--open{transform:rotate(180deg);color:#2563eb}.pricing-faq__answer{padding:0 20px 18px;font-size:.9375rem;color:#64748b;line-height:1.6;margin:0}.pricing-faq__link{color:#2563eb;font-weight:600;text-decoration:none}.pricing-faq__link:hover{text-decoration:underline;color:#1d4ed8}.pricing-cta{scroll-margin-top:80px;padding:56px 24px 64px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0;text-align:center}.pricing-cta__title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 10px;letter-spacing:-.02em}.pricing-cta__subtitle{font-size:1rem;color:#64748b;margin:0 0 24px}.pricing-cta__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.pricing-cta__actions a{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:14px 24px;font-size:.9375rem;font-weight:700;font-family:inherit;text-decoration:none;border-radius:12px;transition:background .2s,box-shadow .2s}.pricing-cta__actions .pricing-cta__primary{color:#fff;background:#2563eb}.pricing-cta__actions .pricing-cta__primary:hover{background:#1d4ed8;box-shadow:0 4px 16px #2563eb59}.pricing-cta__actions .pricing-cta__secondary{color:#475569;background:#fff;border:1px solid #e2e8f0}.pricing-cta__actions .pricing-cta__secondary:hover{background:#f8fafc;color:#0f172a}.pricing-cta__email{margin:20px 0 0;font-size:.9375rem;color:#64748b}.pricing-cta__email a{color:#2563eb;font-weight:600;text-decoration:none}.pricing-cta__email a:hover{text-decoration:underline}
