html,body{min-height:100%;overflow-x:hidden;overflow-y:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;padding:10px 16px;background:var(--gray-50,#f9fafb);border-bottom:1px solid var(--gray-200);text-align:left;cursor:pointer;white-space:nowrap}.admin-table td{font-size:13px;color:var(--gray-700);padding:10px 16px;border-bottom:1px solid var(--gray-100)}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:var(--blue-soft,#eff6ff)}:root{--navy: #1b2a6b;--navy-deep: #0f1a45;--navy-hover: #253590;--yellow: #f5c50a;--yellow-soft: #fef9c3;--green: #16a34a;--green-soft: #dcfce7;--red: #dc2626;--red-soft: #fee2e2;--blue-soft: #dbeafe;--blue: #2563eb;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-700: #374151;--gray-900: #111827;--bg: var(--gray-50);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.13);--public-navbar-height: 64px}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}body{font-family:Inter,sans-serif;font-size:15px;color:var(--gray-900);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}#yeo-public-app{padding-top:var(--public-navbar-height)}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 32px}.text-center{text-align:center}.section-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:16px}.section-tag--center{display:flex;justify-content:center}.section-tag--light{color:#ffffffbf}.tag-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--yellow);flex-shrink:0}.tag-arrow,.tag-icon{font-style:normal}.section-headline{font-size:clamp(28px,3vw,36px);font-weight:800;color:var(--navy-deep);line-height:1.2;margin-bottom:16px}.section-desc{font-size:15px;color:var(--gray-500);max-width:600px;margin:0 auto 40px;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;border-radius:var(--radius-sm);padding:12px 24px;cursor:pointer;transition:background .18s ease,transform .1s ease,color .18s ease;border:none}.btn--primary{background:var(--yellow);color:var(--navy-deep)}.btn--primary:hover{background:#e6b800}.btn--primary:active{transform:scale(.97)}.btn--ghost{background:transparent;color:var(--gray-700);padding:12px 8px}.btn--ghost:hover{color:var(--navy)}.btn__arrow{font-size:18px;line-height:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;background:var(--white);padding:0 40px;height:var(--public-navbar-height);box-shadow:var(--shadow-sm)}.navbar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.navbar__menu-btn{display:none;align-items:center;justify-content:center;background:none;border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:40px;height:40px;padding:0;cursor:pointer;color:var(--navy)}.navbar__menu-icon,.navbar__menu-icon:before,.navbar__menu-icon:after{display:block;width:18px;height:2px;background:currentColor;border-radius:2px;position:relative}.navbar__menu-icon:before,.navbar__menu-icon:after{content:"";position:absolute;left:0}.navbar__menu-icon:before{top:-6px}.navbar__menu-icon:after{top:6px}.navbar--open .navbar__menu-icon{background:transparent}.navbar--open .navbar__menu-icon:before{top:0;transform:rotate(45deg)}.navbar--open .navbar__menu-icon:after{top:0;transform:rotate(-45deg)}.navbar__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.navbar__logo-icon{width:40px;height:40px;border-radius:10px;background:var(--navy);display:flex;align-items:center;justify-content:center}.navbar__logo-letter{font-size:22px;font-weight:700;color:var(--yellow);line-height:1}.navbar__logo-text{display:flex;flex-direction:column;gap:1px;line-height:1}.navbar__logo-brand{font-size:14px;font-weight:700;color:var(--navy);letter-spacing:.08em}.navbar__logo-tagline{font-size:8.5px;font-weight:500;color:var(--gray-500);letter-spacing:.12em;text-transform:uppercase}.navbar__nav{flex:1;display:flex;justify-content:center}.navbar__links{display:flex;align-items:center;gap:36px}.navbar__link{font-size:14px;font-weight:400;color:var(--gray-700);white-space:nowrap;transition:color .18s}.navbar__link:hover{color:var(--navy)}.navbar__cta{display:inline-block;padding:10px 28px;border-radius:var(--radius-sm);background:var(--navy);color:var(--white);font-size:14px;font-weight:600;letter-spacing:.01em;transition:background .18s,transform .1s}.navbar__cta:hover{background:var(--navy-hover)}.navbar__cta:active{transform:scale(.97)}#como-funciona,#niveles,#ecosystem,#testimonials,#partners{scroll-margin-top:calc(var(--public-navbar-height) + 16px)}.hero{background:var(--white);padding:80px 0 72px;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:center}.hero__headline{font-size:clamp(32px,4vw,48px);font-weight:800;color:var(--navy-deep);line-height:1.15;margin-bottom:20px}.hero__headline--highlight{color:var(--navy)}.hero__desc{font-size:15px;color:var(--gray-500);max-width:500px;line-height:1.7;margin-bottom:32px}.hero__actions{display:flex;align-items:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.hero__proof{display:flex;align-items:center;gap:12px}.hero__stars{color:var(--yellow);font-size:16px;letter-spacing:1px}.hero__logos{display:flex;gap:4px}.hero__logo-dot{width:28px;height:28px;border-radius:50%;display:inline-block;border:2px solid var(--white);box-shadow:0 0 0 1px var(--gray-200)}.hero__logo-dot+.hero__logo-dot{margin-left:-8px}.hero__proof-text{font-size:13px;color:var(--gray-500)}.hero__visual{position:relative}.app-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:20px;border:1px solid var(--gray-100)}.app-card__topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.app-card__greeting{font-size:12px;font-weight:500;color:var(--gray-500)}.app-card__cta-btn{background:var(--yellow);color:var(--navy-deep);font-size:12px;font-weight:600;border:none;border-radius:20px;padding:6px 14px;cursor:pointer}.app-card__user-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.app-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));flex-shrink:0}.app-card__user-info{flex:1}.app-card__level{font-size:12px;font-weight:600;color:var(--navy);margin-bottom:6px}.app-card__progress-track{height:6px;background:var(--gray-100);border-radius:99px;overflow:hidden;margin-bottom:4px}.app-card__progress-fill{height:100%;background:var(--yellow);border-radius:99px}.app-card__pct{font-size:11px;color:var(--gray-400);text-align:right}.app-card__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.app-stat{background:var(--gray-50);border-radius:var(--radius-sm);padding:10px 8px;text-align:center}.app-stat strong{display:block;font-size:15px;font-weight:700;color:var(--navy-deep)}.app-stat small{font-size:10px;font-weight:400}.app-stat span{display:block;font-size:10px;color:var(--gray-400);line-height:1.3;margin-top:2px}.app-stat--green strong{color:var(--green)}.stats-bar{background:var(--navy-deep);padding:40px 0}.stats-bar__inner{display:flex;align-items:center;justify-content:center;gap:0}.stats-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px}.stats-bar__item strong{font-size:32px;font-weight:800;color:var(--white);line-height:1;margin-bottom:6px}.stats-bar__item span{font-size:13px;color:#fff9;max-width:160px;line-height:1.4}.stats-bar__divider{width:1px;height:48px;background:#ffffff26;flex-shrink:0}.platform{padding:88px 0 80px;background:var(--white)}.platform__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.feature-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:28px 24px;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card__icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.feature-card__icon svg{width:22px;height:22px}.feature-card__icon--blue{background:var(--blue-soft);color:var(--blue)}.feature-card__icon--green{background:var(--green-soft);color:var(--green)}.feature-card__icon--red{background:var(--red-soft);color:var(--red)}.feature-card__label{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--gray-400);margin-bottom:8px}.feature-card h3{font-size:17px;font-weight:700;color:var(--navy-deep);margin-bottom:8px}.feature-card p{font-size:14px;color:var(--gray-500);line-height:1.6}.how-it-works{padding:88px 0;background:var(--gray-50)}.steps{display:flex;flex-direction:column;gap:0;margin-top:48px;max-width:700px;margin-left:auto;margin-right:auto}.step{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;border-radius:var(--radius-md);transition:background .18s}.step:hover{background:var(--white);box-shadow:var(--shadow-sm)}.step__number{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;letter-spacing:.02em}.step__number--blue{background:var(--blue-soft);color:var(--blue)}.step__number--yellow{background:var(--yellow-soft);color:#854d0e}.step__number--red{background:var(--red-soft);color:var(--red)}.step__number--light{background:var(--gray-100);color:var(--gray-500)}.step__number--green{background:var(--green-soft);color:var(--green)}.step__body h3{font-size:16px;font-weight:700;color:var(--navy-deep);margin-bottom:4px}.step__body p{font-size:14px;color:var(--gray-500);line-height:1.6}.levels{padding:88px 0;background:var(--white)}.levels__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px;align-items:start}.level-card{position:relative;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:28px 20px;transition:box-shadow .2s}.level-card:hover{box-shadow:var(--shadow-md)}.level-card--featured{background:var(--navy-deep);border-color:var(--navy-deep);color:var(--white)}.level-card--featured h3{color:var(--white)}.level-card--featured .level-card__list li{color:#fffc}.level-card--featured .level-card__list li:before{color:var(--yellow)}.level-card__badge{position:absolute;top:14px;right:14px;background:var(--yellow);color:var(--navy-deep);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}.level-card__emoji{font-size:28px;margin-bottom:12px;display:block}.level-card h3{font-size:16px;font-weight:700;color:var(--navy-deep);margin-bottom:10px}.level-card__bar{height:4px;border-radius:99px;margin-bottom:16px}.level-card__bar--yellow{background:var(--yellow);width:40%}.level-card__bar--gold{background:var(--yellow);width:65%}.level-card__bar--blue{background:var(--blue);width:80%}.level-card__bar--red{background:var(--red);width:100%}.level-card__list{display:flex;flex-direction:column;gap:8px}.level-card__list li{font-size:13px;color:var(--gray-600, var(--gray-500));padding-left:16px;position:relative;line-height:1.4}.level-card__list li:before{content:"\2713";position:absolute;left:0;color:var(--green);font-weight:700}.ecosystem{padding:88px 0;background:var(--gray-50)}.ecosystem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.eco-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:32px 24px;text-align:center;transition:box-shadow .2s,transform .2s}.eco-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.eco-card__icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.eco-card__icon svg{width:24px;height:24px}.eco-card__icon--red{background:var(--red-soft);color:var(--red)}.eco-card__icon--blue{background:var(--blue-soft);color:var(--blue)}.eco-card__icon--yellow{background:var(--yellow-soft);color:#854d0e}.eco-card h3{font-size:16px;font-weight:700;color:var(--navy-deep);margin-bottom:8px}.eco-card p{font-size:14px;color:var(--gray-500);line-height:1.6}.testimonials{padding:88px 0;background:var(--white)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.t-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:28px 24px;display:flex;flex-direction:column;gap:12px}.t-card__stars{color:var(--yellow);font-size:16px;letter-spacing:1px}.t-card__emoji{font-size:36px}.t-card__text{font-size:14px;color:var(--gray-700);line-height:1.7;font-style:italic;flex:1}.t-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.t-card__footer strong{font-size:13px;font-weight:600;color:var(--navy-deep)}.badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.badge--yellow{background:var(--yellow-soft);color:#854d0e}.cta-section{background:var(--navy-deep);padding:88px 0}.cta-section__inner{display:flex;flex-direction:column;align-items:center;text-align:center}.cta-section__headline{font-size:clamp(28px,3.5vw,42px);font-weight:800;color:var(--white);line-height:1.2;max-width:640px;margin-bottom:16px}.cta-section__desc{font-size:15px;color:#ffffffa6;max-width:480px;line-height:1.7;margin-bottom:36px}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr}.hero__visual{display:none}.levels__grid,.app-card__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.navbar{padding:0 20px}.navbar__menu-btn{display:inline-flex}.navbar__nav{display:none;position:absolute;top:var(--public-navbar-height);left:0;right:0;background:var(--white);padding:8px 20px 16px;box-shadow:var(--shadow-md);border-top:1px solid var(--gray-200)}.navbar--open .navbar__nav{display:flex;flex-direction:column}.navbar--open .navbar__links{flex-direction:column;align-items:stretch;gap:0;width:100%}.navbar--open .navbar__link{display:block;padding:12px 0;border-bottom:1px solid var(--gray-100)}.container{padding:0 20px}.platform__grid,.ecosystem__grid,.testimonials__grid{grid-template-columns:1fr}.stats-bar__inner{flex-direction:column;gap:28px}.stats-bar__divider{display:none}.levels__grid{grid-template-columns:1fr}.hero{padding:48px 0}}:root{--app-header-height: 98px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--gray-900);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}svg{display:block}button{cursor:pointer;font-family:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-shell__header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);box-shadow:var(--shadow-sm)}.app-main{flex:1;padding:32px 40px;max-width:1200px;width:100%;margin:0 auto;margin-top:var(--app-header-height, 98px)}.app-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.app-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.app-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.app-nav{display:flex;align-items:center;background:var(--white);padding:0 32px;height:60px;gap:0}.app-nav__logo{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-right:28px;text-decoration:none}.app-nav__logo-icon{width:36px;height:36px;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center}.app-nav__logo-icon span{font-size:18px;font-weight:800;color:var(--yellow)}.app-nav__logo-brand{font-size:13px;font-weight:700;color:var(--navy);letter-spacing:.06em;display:block}.app-nav__logo-sub{font-size:7.5px;font-weight:500;color:var(--gray-400);letter-spacing:.1em;text-transform:uppercase;display:block}.app-nav__links{display:flex;align-items:center;gap:2px;flex:1;min-width:0}.app-nav__links li{display:flex}.app-nav__link{display:flex;align-items:center;gap:5px;padding:6px 11px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--gray-500);white-space:nowrap;transition:color .15s,background .15s}.app-nav__link:hover{color:var(--navy);background:var(--gray-100)}.app-nav__link.active{color:var(--blue);font-weight:600;background:var(--blue-soft)}.app-nav__link-icon{font-size:14px;line-height:1}.app-nav__actions{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:16px}.app-nav__bell{background:none;border:none;padding:6px;border-radius:50%;font-size:16px;color:var(--gray-500);position:relative;transition:background .15s}.app-nav__bell:hover{background:var(--gray-100)}.app-nav__bell-dot{position:absolute;top:4px;right:4px;width:7px;height:7px;background:var(--red);border-radius:50%;border:1.5px solid var(--white)}.app-nav__profile{position:relative}.app-nav__profile-trigger{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 6px;border-radius:20px;border:1px solid var(--gray-200);cursor:pointer;background:none;font:inherit;color:inherit;transition:background .15s;-webkit-user-select:none;user-select:none}.app-nav__profile-trigger:hover,.app-nav__profile.open .app-nav__profile-trigger{background:var(--gray-50)}.app-nav__avatar{width:30px;height:30px;border-radius:50%;background:var(--blue);color:var(--white);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.app-nav__profile-info{line-height:1.2}.app-nav__company{font-size:12px;font-weight:600;color:var(--gray-900);display:block}.app-nav__level{font-size:11px;color:var(--gray-400);display:block}.app-nav__chevron{font-size:10px;color:var(--gray-400)}.app-nav__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;width:190px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;z-index:200}.app-nav__dropdown.open{display:block}.app-nav__dropdown a{display:flex;align-items:center;gap:10px;padding:11px 16px;font-size:13px;font-weight:500;color:var(--gray-700);transition:background .13s}.app-nav__dropdown a:hover{background:var(--gray-50)}.app-nav__dropdown-danger{color:var(--red)!important}.app-progress-strip{background:var(--white);border-top:1px solid var(--gray-200);padding:8px 32px;display:flex;align-items:center;gap:14px}.app-progress__label{font-size:12px;font-weight:500;color:var(--gray-500);white-space:nowrap}.app-progress__track{flex:1;height:6px;background:var(--gray-100);border-radius:99px;overflow:hidden}.app-progress__fill{height:100%;background:var(--navy);border-radius:99px;transition:width .4s ease}.app-progress__pct{font-size:12px;font-weight:700;color:var(--navy);white-space:nowrap}.app-progress__badge{display:inline-flex;align-items:center;gap:4px;background:var(--yellow);color:var(--navy-deep);font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap}.page-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}.page-title{font-size:clamp(22px,2.4vw,28px);font-weight:800;color:var(--navy-deep);line-height:1.2;margin-bottom:6px}.page-subtitle{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:28px}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:20px}.card--navy{background:var(--navy);border-color:var(--navy);color:var(--white)}.card--blue{background:var(--blue);border-color:var(--blue);color:var(--white)}.card--green-soft{background:var(--green-soft);border-color:#bbf7d0}.card--blue-soft{background:var(--blue-soft);border-color:#bfdbfe}.card--yellow-soft{background:var(--yellow-soft);border-color:#fde68a}.card--red-soft{background:var(--red-soft);border-color:#fecaca}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.badge--yellow{background:var(--yellow);color:var(--navy-deep)}.badge--blue{background:var(--blue-soft);color:var(--blue)}.badge--green{background:var(--green-soft);color:var(--green)}.badge--red{background:var(--red-soft);color:var(--red)}.badge--purple{background:var(--purple-soft);color:var(--purple)}.badge--orange{background:var(--orange-soft);color:var(--orange)}.badge--gray{background:var(--gray-100);color:var(--gray-500)}.badge--navy{background:var(--navy);color:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;border:none;transition:background .15s,transform .1s;white-space:nowrap}.btn:active{transform:scale(.97)}.btn--primary{background:var(--navy);color:var(--white)}.btn--primary:hover{background:var(--navy-hover)}.btn--blue{background:var(--blue);color:var(--white)}.btn--blue:hover{background:#1d4ed8}.btn--yellow{background:var(--yellow);color:var(--navy-deep)}.btn--yellow:hover{background:#e6b800}.btn--outline{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.btn--outline:hover{background:var(--gray-50)}.btn--ghost{background:transparent;color:var(--blue);padding:0;font-weight:600}.btn--ghost:hover{text-decoration:underline}.btn--sm{padding:6px 14px;font-size:12px}.btn--full{width:100%}.progress-bar{height:6px;background:var(--gray-100);border-radius:99px;overflow:hidden;margin-top:4px}.progress-bar__fill{height:100%;border-radius:99px;transition:width .4s}.progress-bar__fill--blue{background:var(--blue)}.progress-bar__fill--green{background:var(--green)}.progress-bar__fill--yellow{background:var(--yellow)}.progress-bar__fill--red{background:var(--red)}.progress-bar__fill--purple{background:var(--purple)}.progress-bar__fill--navy{background:var(--navy)}.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-row h2{font-size:16px;font-weight:700;color:var(--navy-deep)}.section-row h3{font-size:15px;font-weight:700;color:var(--navy-deep)}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:16px 20px;display:flex;align-items:center;gap:14px}.stat-card__icon{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.stat-card__value{font-size:22px;font-weight:800;color:var(--navy-deep);line-height:1}.stat-card__label{font-size:12px;color:var(--gray-400);margin-top:2px}@media(max-width:1200px){.app-nav{padding:0 16px}.app-nav__logo{margin-right:12px}.app-nav__link{padding:6px 8px;font-size:12px}}@media(max-width:1024px){.app-nav__link-icon,.app-nav__profile-info{display:none}.app-nav__profile-trigger{padding:5px 8px 5px 5px}}@media(max-width:900px){.app-nav__links{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.app-nav__links::-webkit-scrollbar{display:none}.app-main{padding:24px 20px}}.auth-layout{box-sizing:border-box;display:grid;grid-template-columns:58% 42%;height:100vh;min-height:100vh;overflow:hidden;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.auth-layout *,.auth-layout *:before,.auth-layout *:after{box-sizing:border-box}.auth-layout a{text-decoration:none;color:inherit}.auth-layout ul{list-style:none;margin:0;padding:0}.auth-left{position:relative;overflow:hidden;background:linear-gradient(145deg,#1a2d80,#2547cc 55%,#3057e0);display:flex;flex-direction:column;padding:36px 48px 40px;color:#fff}.auth-left:before,.auth-left:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-left:before{width:480px;height:480px;top:-140px;right:-100px;background:#ffffff0f}.auth-left:after{width:320px;height:320px;top:60px;right:60px;background:#ffffff0a}.auth-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#ffffffd9;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:6px 16px;align-self:flex-start;transition:background .18s;z-index:1}.auth-back:hover{background:#fff3}.auth-logo{display:flex;align-items:center;gap:12px;margin-top:32px;z-index:1}.auth-logo__icon{width:44px;height:44px;border-radius:10px;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-logo__letter{font-size:24px;font-weight:800;color:#f5c518;line-height:1}.auth-logo__text{display:flex;flex-direction:column;line-height:1;gap:3px}.auth-logo__brand{font-size:16px;font-weight:700;color:#fff;letter-spacing:.01em}.auth-logo__sub{font-size:9px;font-weight:500;letter-spacing:.15em;color:#fff9;text-transform:uppercase}.auth-left__headline{font-size:clamp(28px,3.2vw,38px);font-weight:800;line-height:1.15;margin-top:40px;max-width:460px;z-index:1}.auth-left__desc{font-size:14px;color:#ffffffbf;line-height:1.7;margin-top:14px;max-width:400px;z-index:1}.auth-features{margin-top:32px;display:flex;flex-direction:column;gap:14px;z-index:1}.auth-feature{display:flex;align-items:center;gap:14px;font-size:14px;color:#ffffffe6;font-weight:500}.auth-feature__icon{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;flex-shrink:0}.auth-quote{margin-top:auto;padding-top:32px;z-index:1}.auth-quote__card{background:#ffffff14;border-left:3px solid #f5c518;border-radius:0 8px 8px 0;padding:16px 18px}.auth-quote__text{font-size:13px;color:#ffffffd9;line-height:1.65;font-style:italic}.auth-right{background:#fff;display:flex;flex-direction:column;padding:40px 56px 32px;overflow-y:auto}.auth-tabs{display:flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:40px;align-self:stretch}.auth-tab{flex:1;padding:12px 0;text-align:center;font-size:14px;font-weight:500;color:#9ca3af;cursor:pointer;background:transparent;border:none;font-family:Inter,sans-serif;transition:color .18s,background .18s;text-decoration:none;display:flex;align-items:center;justify-content:center}.auth-tab--active{background:#fff;color:#111827;font-weight:700;box-shadow:0 1px 4px #00000014}.auth-tab:not(.auth-tab--active):hover{color:#374151}.auth-heading{font-size:24px;font-weight:800;color:#111827;margin-bottom:6px;letter-spacing:-.01em}.auth-subheading{font-size:14px;color:#6b7280;margin-bottom:32px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:20px;flex:1}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-label{font-size:13px;font-weight:600;color:#374151}.auth-input-wrap{position:relative}.auth-input{width:100%;height:48px;border:1.5px solid #e5e7eb;border-radius:8px;padding:0 44px 0 14px;font-family:Inter,sans-serif;font-size:14px;color:#111827;background:#fff;outline:none;transition:border-color .18s,box-shadow .18s}.auth-input::placeholder{color:#9ca3af}.auth-input:focus{border-color:#1b2a6b;box-shadow:0 0 0 3px #1b2a6b14}.auth-input--icon{padding-right:44px}.auth-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;color:#9ca3af;background:none;border:none;padding:0;display:flex;align-items:center}.auth-input-icon:hover{color:#374151}.auth-btn{width:100%;height:52px;background:#1b2a6b;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;transition:background .18s,transform .1s;letter-spacing:.01em}.auth-btn:hover{background:#253590}.auth-btn:active{transform:scale(.98)}.auth-demo{text-align:center;font-size:13px;color:#9ca3af;cursor:pointer;transition:color .18s;margin-top:4px}.auth-demo:hover{color:#374151}.auth-footer{margin-top:auto;padding-top:24px;text-align:center;font-size:12px;color:#d1d5db}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.auth-error{font-size:13px;color:#ef4444;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px 12px;margin-bottom:4px}.auth-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){body{overflow:auto}.auth-layout{grid-template-columns:1fr;height:auto}.auth-left{padding:32px 28px;min-height:auto}.auth-right{padding:32px 28px}.auth-row{grid-template-columns:1fr}}
