@charset "UTF-8";.su-nav{position:sticky;top:0;z-index:30;background:#fffffffa;border-bottom:1px solid #e2e8f0;box-shadow:0 1px #0f172a0a;width:100%}.su-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;max-width:1120px;margin:0 auto;width:100%;min-width:0;box-sizing:border-box}.su-nav__brand{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;text-decoration:none;color:inherit;transition:opacity .15s ease-out}.su-nav__brand:hover{opacity:.9}.su-nav__brand:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:.5rem}.su-nav__logo{width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a14;overflow:hidden}.su-nav__logo-img{width:100%;height:100%;object-fit:contain}.su-nav__brand-text{display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden}.su-nav__name{font-weight:700;font-size:1.0625rem;letter-spacing:-.02em;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.su-nav__tagline{font-size:.6875rem;color:#64748b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.su-nav__links{display:flex;align-items:center;gap:.25rem;font-size:.9375rem;flex-shrink:0}.su-nav__link{position:relative;color:#64748b;padding:.5rem .75rem;border-radius:.5rem;font-weight:500;transition:color .15s ease-out,background .15s ease-out}.su-nav__link:hover{color:#0f172a;background:#dbeafe80}.su-nav__link.active{color:#2563eb;background:#dbeafe}.su-nav__link:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.su-nav__right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;min-width:0}.su-nav__burger{display:none;width:2.375rem;height:2.375rem;flex-shrink:0;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:1.125rem;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;transition:background .15s ease-out}.su-nav__burger:hover{background:#dbeafe}.su-nav__burger:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.su-nav__auth{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.su-nav__auth .su-btn{white-space:nowrap;padding-left:.6rem;padding-right:.6rem;font-size:.8125rem}.su-nav__lang{display:inline-flex;align-items:center;gap:.2rem;padding:.3rem .5rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;flex-shrink:0}.su-nav__lang-btn{font-size:.75rem;color:#64748b;background:none;border:none;cursor:pointer;padding:.1rem .2rem;border-radius:2px;font-family:inherit}.su-nav__lang-btn:hover{color:#0f172a}.su-nav__lang-btn--active{color:#2563eb;font-weight:600}.su-nav__lang-sep{font-size:.65rem;color:#e2e8f0;-webkit-user-select:none;user-select:none}@media(max-width:900px){.su-nav__inner{gap:.5rem;padding:.625rem .75rem}.su-nav__links{display:none}.su-nav__auth{display:flex}.su-nav__burger{display:inline-flex}.su-nav__mobile{display:flex;flex-direction:column;gap:0;padding:.5rem .75rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0;box-shadow:0 4px 12px #0f172a0f}.su-nav__mobile-link{font-size:.9375rem;padding:.625rem .75rem;color:#0f172a;text-decoration:none;border-radius:.5rem;font-weight:500;transition:background .15s ease-out}.su-nav__mobile-link:hover{background:#dbeafe}.su-nav__mobile-link.active{color:#2563eb;background:#dbeafe}}@media(max-width:640px){.su-nav__inner{padding:.5rem .75rem;gap:.4rem}.su-nav__brand-text{display:none}.su-nav__brand{gap:.4rem}.su-nav__logo{width:2.25rem;height:2.25rem}.su-nav__name{font-size:.9375rem}.su-nav__tagline{display:none}.su-nav__right{gap:.35rem}.su-nav__lang{padding:.25rem .4rem}.su-nav__lang-btn{font-size:.6875rem}.su-nav__auth .su-btn{padding-left:.5rem;padding-right:.5rem;font-size:.75rem}.su-nav__burger{width:2.25rem;height:2.25rem;font-size:1rem}}@media(max-width:400px){.su-nav__inner{padding:.5rem;gap:.35rem}.su-nav__brand-text{max-width:6rem}.su-nav__name{font-size:.8125rem}.su-nav__auth .su-btn{font-size:.6875rem;padding-left:.4rem;padding-right:.4rem}.su-nav__burger{width:2rem;height:2rem}}.su-btn{border-radius:999px;border:none;cursor:pointer;font-weight:600;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out,color .15s ease-out;box-shadow:0 14px 30px #2563eb38}.su-btn:focus-visible{outline:2px solid #06b6d4;outline-offset:2px}.su-btn--primary{background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff}.su-btn--primary:hover{transform:translateY(-1px);box-shadow:0 20px 40px #0f172a40}.su-btn--secondary{background:#dbeafe;color:#2563eb;box-shadow:none;border:1px solid rgba(37,99,235,.12)}.su-btn--secondary:hover{background:#eff6ff}.su-btn--ghost{background:transparent;color:#0f172a;box-shadow:none;border:1px solid rgba(226,232,240,.9)}.su-btn--ghost:hover{background:#dbeafe80}.su-btn--sm{padding:.4rem .85rem;font-size:.85rem}.su-btn--md{padding:.7rem 1.25rem;font-size:.94rem}.su-btn--lg{padding:.9rem 1.6rem;font-size:1rem}.su-btn--full{width:100%}.su-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.su-footer{margin-top:auto;background:#fff;border-top:1px solid #e2e8f0;padding:2.5rem 0 1.5rem;text-align:center}.su-footer__inner{max-width:1120px;margin:0 auto;padding:0 1.25rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.su-footer__left{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:520px}.su-footer__brand{display:flex;align-items:center;justify-content:center;gap:.75rem}.su-footer__logo-img{width:2.5rem;height:2.5rem;object-fit:contain;border-radius:.5rem}.su-footer__text{margin:0;font-size:.875rem;color:#64748b;line-height:1.55}.su-footer__social{display:flex;gap:.75rem;margin-top:.25rem;justify-content:center}.su-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:#f8fafc;color:#64748b;font-size:1rem;text-decoration:none;transition:background .15s ease-out,color .15s ease-out}.su-footer__social-link:hover{background:#dbeafe;color:#2563eb}.su-footer__social-link:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.su-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem}.su-footer__link{font-size:.875rem;color:#64748b;text-decoration:none;font-weight:500;transition:color .15s ease-out}.su-footer__link:hover{color:#2563eb}.su-footer__link:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:2px}.su-footer__rights{width:100%;padding-top:1.25rem;border-top:1px solid #e2e8f0;font-size:.8125rem;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:.35rem}.su-footer__studio{display:block;font-size:.75rem;color:#64748b;opacity:.9}@media(max-width:640px){.su-footer{padding:2rem 0 1.25rem}.su-footer__inner{gap:1.25rem;padding-left:1rem;padding-right:1rem}.su-footer__rights{padding-top:1rem}}.su-side{width:250px;background:linear-gradient(180deg,#0f172a,#1d2a3f);color:#e5e7eb;padding:1.1rem 1rem 1.4rem;display:flex;flex-direction:column;gap:1rem;border-right:1px solid rgba(15,23,42,.8)}.su-side__header{display:flex;align-items:center;justify-content:space-between}.su-side__brand{width:2.4rem;height:2.4rem;border-radius:.9rem;overflow:hidden;background:#0f172ae6}.su-side__logo-img{width:100%;height:100%;object-fit:contain}.su-side__close{display:none;width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(148,163,184,.9);background:#0f172acc;color:#e5e7eb;font-size:1.2rem}.su-side__close:hover{background:#1e40afcc}.su-side__nav{display:flex;flex-direction:column;gap:.2rem;margin-top:.3rem}.su-side__link{border-radius:.7rem;padding:.55rem .75rem;font-size:.88rem;color:#cbd5f5;transition:background-color .15s ease-out,color .15s ease-out}.su-side__link:hover{background:#2563eb2e}.su-side__link--active{background:linear-gradient(90deg,#2563eb,#06b6d4);color:#fff}.su-side__logout{margin-top:auto;border-radius:999px;border:1px solid rgba(148,163,184,.9);padding:.5rem .9rem;font-size:.85rem;color:#e5e7eb;background:transparent}.su-side__logout:hover{background:#94a3b826}.su-side__backdrop{position:fixed;inset:0;background:#0f172a8c;z-index:25}@media(max-width:900px){.su-side{position:fixed;inset:0 auto 0 0;transform:translate(-100%);transition:transform .2s ease;z-index:30}.su-side--open{transform:translate(0)}.su-side__close{display:inline-flex;align-items:center;justify-content:center}}.su-breadcrumbs{font-size:.78rem;color:#64748b;margin-top:.15rem}.su-breadcrumbs__list{display:flex;align-items:center;gap:.25rem;list-style:none;padding:0;margin:0}.su-breadcrumbs a{color:inherit}.su-breadcrumbs__sep{opacity:.6}.su-onboard{margin:0 1.25rem 1rem;padding:.9rem 1rem;border-radius:.75rem;background:linear-gradient(135deg,#eff6ff,#e0f2fe);display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;font-size:.85rem}.su-onboard__title{margin:0 0 .35rem;font-size:.95rem}.su-onboard__list{margin:0;padding-left:1rem}.su-onboard__close{border-radius:999px;border:1px solid rgba(226,232,240,.9);padding:.3rem .8rem;font-size:.78rem;background:#fffc}.su-notifs{position:absolute;right:1rem;top:3.2rem;width:min(320px,90vw);background:#fff;border-radius:.75rem;box-shadow:0 4px 24px #0f172a0f;padding:.6rem .7rem .7rem;z-index:30;font-size:.8rem}.su-notifs__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.su-notifs__title{font-weight:600}.su-notifs__close{width:1.4rem;height:1.4rem;border-radius:999px;border:1px solid #e2e8f0}.su-notifs__empty{margin:.3rem 0 .2rem;color:#64748b}.su-notifs__list{list-style:none;margin:0;padding:0;max-height:200px;overflow:auto}.su-notifs__item{padding:.35rem .2rem}.su-private{display:flex;min-height:100vh}.su-private__content{flex:1;min-width:0;display:flex;flex-direction:column;background:radial-gradient(circle at top left,#eff6ff,#f8fafc 40%)}.su-private__topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.1rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#ffffffeb,#dbeafecc);border-bottom:1px solid rgba(226,232,240,.7);position:sticky;top:0;z-index:20}.su-private__topbar-left{display:inline-flex;align-items:center;gap:.75rem}.su-private__topbar-right{display:inline-flex;align-items:center;gap:.4rem}.su-private__menu-btn{display:none;width:2.3rem;height:2.3rem;border-radius:999px;border:1px solid rgba(226,232,240,.85);background:#ffffffe6;font-size:1.2rem}.su-private__menu-btn:hover{background:#eff6ff}.su-private__title{font-size:1rem;font-weight:600;color:#0f172a}.su-private__notif-btn{width:2.2rem;height:2.2rem;border-radius:999px;border:1px solid rgba(226,232,240,.85);background:#ffffffe6;font-size:1.1rem}.su-private__main{flex:1;padding:1.5rem 1.25rem 2.5rem;max-width:100%}@media(max-width:900px){.su-private__menu-btn{display:inline-flex;align-items:center;justify-content:center}}.su-card{background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0f172a0f;padding:1.5rem 1.75rem}.su-card h2{margin-top:0;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;color:#0f172a}.su-card h3{margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:600}.su-skeleton{border-radius:999px;background:linear-gradient(90deg,#e2e8f0e6,#d1d5dbcc,#e2e8f0e6);background-size:200% 100%;animation:su-skeleton-pulse 1.4s ease-in-out infinite}@keyframes su-skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.landing__hero{background:linear-gradient(135deg,#eff6ff,#dbeafe99 40%,#f8fafc);border-bottom:1px solid #e2e8f0}.landing__hero-inner{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1.1fr);gap:2.5rem;align-items:center;padding-block:3.5rem}.landing__pill{display:inline-flex;padding:.35rem .9rem;border-radius:999px;background:#dbeafe;color:#2563eb;font-size:.8rem;font-weight:600;margin-bottom:.75rem;letter-spacing:.02em}.landing__title{font-size:2.25rem;line-height:1.15;margin-bottom:.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.landing__subtitle{margin:0 0 1.5rem;font-size:1rem;line-height:1.5;color:#64748b}.landing__cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.landing__note{font-size:.8125rem;color:#64748b}.landing__hero-right{display:grid;gap:.9rem;justify-items:flex-end}.landing__hero-card{border-radius:1rem;padding:1rem 1.15rem;background:#fff;box-shadow:0 4px 24px #0f172a0f,0 8px 24px #0f172a14;min-width:220px;border:1px solid rgba(226,232,240,.8)}.landing__hero-card--main{transform:translateY(8px)}.landing__hero-card--small{font-size:.875rem}.landing__hero-label{margin:0 0 .3rem;font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.landing__hero-value{margin:0;font-weight:600;font-size:.9375rem;color:#0f172a}.landing__section{padding-block:3rem}.landing__section--alt{background:#fff9;border-top:1px solid #e2e8f0}.landing__section-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#0f172a;letter-spacing:-.02em}.landing__section-subtitle{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.55;color:#64748b}.landing__offers-grid{display:grid;gap:1.3rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.landing__offer-card{position:relative;border:1px solid rgba(226,232,240,.8)}.landing__offer-card h3{margin-top:0;margin-bottom:.35rem;font-size:1.125rem;font-weight:600;color:#0f172a}.landing__offer-card .landing__price{margin:0 0 .5rem;font-weight:600;font-size:1.0625rem;color:#2563eb}.landing__offer-card .landing__desc{margin:0 0 .75rem;font-size:.875rem;line-height:1.5;color:#64748b}.landing__track{display:inline-block;font-size:.75rem;color:#64748b;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.04em}.landing__offer-card--highlight{border:2px solid #dbeafe;background:linear-gradient(180deg,#dbeafe26,#fff)}.landing__badge{position:absolute;top:-.5rem;right:1rem;font-size:.6875rem;background:#2563eb;color:#fff;padding:.25rem .6rem;border-radius:999px;font-weight:600}.landing__features{padding-left:1.25rem;margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:#64748b}.landing__countries{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2rem;align-items:center}.landing__country-grid{display:grid;gap:.85rem}.landing__country-card{border-radius:1rem;padding:1rem 1.15rem;background:#fff;display:flex;align-items:center;justify-content:space-between;font-size:.9375rem;box-shadow:0 4px 24px #0f172a0f;border:1px solid #e2e8f0;transition:box-shadow .15s ease-out,border-color .15s ease-out}.landing__country-card:hover{box-shadow:0 8px 24px #0f172a1a;border-color:#dbeafe}.landing__country-name{font-weight:600;color:#0f172a}.landing__country-cta{font-size:.8125rem;font-weight:500;color:#2563eb}.landing__testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.landing__quote{margin:0 0 .6rem;font-size:.9375rem;line-height:1.55;color:#0f172a;font-style:italic}.landing__author{margin:0;font-size:.8125rem;color:#64748b}.landing__faq{max-width:700px}.landing__faq-item{margin-bottom:.75rem;padding:1rem 1.15rem;border-radius:1rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.landing__faq-item summary{font-weight:600;color:#0f172a;cursor:pointer}.landing__faq-item p{margin:.75rem 0 0;font-size:.9375rem;line-height:1.55;color:#64748b}@media(max-width:900px){.landing__hero-inner,.landing__countries{grid-template-columns:minmax(0,1fr)}}.su-toast-region{position:fixed;right:1rem;bottom:1rem;display:flex;flex-direction:column;gap:.75rem;z-index:60}@media(max-width:640px){.su-toast-region{left:.75rem;right:.75rem}}.su-toast{background:#fff;border-radius:.75rem;box-shadow:0 4px 24px #0f172a0f;padding:.85rem 1rem;border-left:4px solid #2563eb;max-width:320px}.su-toast--success{border-color:#16a34a}.su-toast--error{border-color:#ef4444}.su-toast--warning{border-color:#eab308}.su-toast__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.su-toast__title{font-weight:600;font-size:.9rem}.su-toast__desc{font-size:.8rem;color:#64748b;margin:0}.su-toast__close{border-radius:999px;width:1.4rem;height:1.4rem;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:#64748b}.su-toast__close:hover{background:#dbeafe}.su-field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.su-field__label{font-size:.85rem;font-weight:500;color:#64748b}.su-field__control{border-radius:999px;border:1px solid #e2e8f0;padding:.6rem .9rem;font-size:.95rem;background:#fffc;transition:border-color .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out}.su-field__control:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb59;background:#fff}.su-field__control--error{border-color:#ef4444}.su-field__helper{font-size:.78rem;color:#64748b}.su-field__helper--error{color:#b91c1c}.su-progress{display:flex;align-items:center;gap:.6rem}.su-progress__track{flex:1;border-radius:999px;background:#dbeafe;overflow:hidden;height:.55rem}.su-progress__bar{height:100%;background:linear-gradient(90deg,#2563eb,#06b6d4);transition:width .2s ease}.su-progress__label{font-size:.8rem;color:#64748b;min-width:2.5rem;text-align:right}.su-timeline{list-style:none;margin:0;padding:0;border-left:2px solid #dbeafe}.su-timeline__item{position:relative;padding:.6rem 0 .6rem 1.4rem}.su-timeline__bullet{position:absolute;left:-.4rem;top:.95rem;width:.7rem;height:.7rem;border-radius:999px;background:#e2e8f0}.su-timeline__content{font-size:.9rem}.su-timeline__label{margin:0 0 .1rem}.su-timeline__status{margin:0;font-size:.78rem;color:#64748b}.su-timeline__item--done .su-timeline__bullet{background:#22c55e}.su-timeline__item--in_progress .su-timeline__bullet{background:#f97316}.su-timeline__item--pending .su-timeline__bullet{background:#e2e8f0}.su-upload-progress{margin-bottom:1rem;border-left:4px solid var(--su-primary, #2563eb)}.su-upload-progress .su-progress__label{margin-top:.25rem}.su-upload-progress__slow{margin-top:.5rem;font-size:.85rem}.su-docs-step{margin-bottom:1.5rem}.su-docs-step--current{border-left:4px solid var(--su-primary, #2563eb)}.su-docs-step__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.su-docs-step__badge{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:600}.su-docs-step__badge--done{background:var(--su-success-bg, #dcfce7);color:var(--su-success, #166534)}.su-docs-step__badge--in_progress{background:var(--su-info-bg, #dbeafe);color:var(--su-info, #1d4ed8)}.su-docs-step__badge--pending{background:var(--su-neutral-bg, #f1f5f9);color:var(--su-neutral, #64748b)}.su-docs-step__list{list-style:none;padding:0;margin:0}.su-docs-step__item{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem;padding:.5rem 0;border-bottom:1px solid var(--su-border, #e2e8f0)}.su-docs-step__item:last-child{border-bottom:0}.su-docs-step__label{font-weight:500;min-width:10rem}.su-docs-step__value{flex:1;font-size:.9rem;color:var(--su-text-muted, #64748b)}.su-docs-step__missing{font-style:italic;color:var(--su-warning, #b45309)}.su-docs-step__hint{margin-top:.75rem;font-size:.875rem;color:var(--su-text-muted, #64748b)}.su-cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;max-width:680px;margin-inline:auto;background:#0f172af5;color:#e5e7eb;border-radius:.75rem;padding:.9rem 1.1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;z-index:40}.su-cookie__title{margin:0 0 .25rem;font-size:.9rem;font-weight:600}.su-cookie__text{margin:0;font-size:.78rem;color:#cbd5f5}.su-cookie__actions{flex-shrink:0;display:flex;align-items:center}@media(max-width:640px){.su-cookie{flex-direction:column}}.auth-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2.5rem;align-items:center;padding-block:3rem}.auth-layout__intro{max-width:460px}.auth-layout__title{font-size:2rem;margin-bottom:.5rem}.auth-layout__subtitle{margin:0;font-size:.95rem;color:#6b7280}.auth-layout__card{max-width:460px;margin-left:auto}.auth-layout__card-title{margin-top:0;margin-bottom:1rem;font-size:1.3rem}.auth-layout__links{display:flex;justify-content:flex-end;margin-bottom:.75rem}.auth-layout__link{font-size:.8rem;color:#2563eb}.auth-layout__demo{margin-top:1.2rem}.auth-layout__demo-title{margin:0 0 .4rem;font-size:.8rem;color:#6b7280}.auth-layout__demo-grid{display:flex;flex-wrap:wrap;gap:.4rem}.auth-layout__demo-chip{border-radius:999px;border:1px solid #e5e7eb;padding:.25rem .65rem;font-size:.78rem;background:#f9fafb}.auth-layout__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.auth-layout__alert{font-size:.8rem;color:#b91c1c;background:#fef2f2;border-radius:.75rem;padding:.6rem .7rem}.auth-layout__video{margin-top:1.8rem}.auth-layout__video-inner{display:flex;gap:.9rem;padding:.75rem;border-radius:1rem;background:linear-gradient(135deg,#eff6ff,#e0f2fe)}.auth-layout__video-thumb{width:3rem;height:3rem;border-radius:999px;background:#2563eb;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}.auth-layout__video-text{font-size:.85rem}.auth-layout__video-caption{margin:.2rem 0 0;font-size:.78rem;color:#4b5563}.auth-layout--narrow{grid-template-columns:minmax(0,1fr);justify-items:center}.auth-layout__contact-block{margin-bottom:1.5rem;padding:1rem 1.25rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.auth-layout__contact-block p{margin:.35rem 0;font-size:.9rem}.auth-layout__contact-block a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}@media(max-width:900px){.auth-layout{grid-template-columns:minmax(0,1fr)}.auth-layout__card{margin-left:0}}:root{--su-primary: #2563eb;--su-primary-soft: #dbeafe;--su-accent: #06b6d4;--su-bg: #f8fafc;--su-surface: #ffffff;--su-text: #0f172a;--su-text-muted: #64748b;--su-border: #e2e8f0;--su-success: #059669;--su-success-bg: #ecfdf5;--su-warning: #d97706;--su-warning-bg: #fffbeb;--su-error: #dc2626;--su-error-bg: #fef2f2;--su-radius-sm: .5rem;--su-radius-md: .75rem;--su-radius-lg: 1rem;--su-space-4: 1rem;--su-space-6: 1.5rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;background:#f8fafc;color:#0f172a}body{min-height:100vh}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #2563eb;outline-offset:2px;border-radius:.5rem}button{font-family:inherit}.skip-link{position:absolute;left:-999px;top:.75rem;background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.5rem;z-index:50}.skip-link:focus{left:.75rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;width:100%}.container{width:100%;max-width:1120px;margin:0 auto;padding:1.5rem 1.25rem;box-sizing:border-box}.su-public-header{background:linear-gradient(135deg,#eff6ff,#dbeafe80,#f8fafc);border-bottom:1px solid #e2e8f0;padding:2rem 1.25rem;text-align:center}.su-public-header .su-public-header__title{margin:0 0 .75rem;font-size:1.875rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.2}.su-public-header .su-public-header__lead{max-width:560px;margin:0 auto;font-size:1.0625rem;line-height:1.55;color:#64748b}.su-help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.su-help-card h2.su-help-card__title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#0f172a;padding-bottom:.5rem;border-bottom:2px solid #dbeafe}.su-help-card ul,.su-help-card ol{margin:0;padding-left:1.5rem;line-height:1.6}.su-help-card li{margin-bottom:.5rem}.su-public-body{width:100%;max-width:800px;margin:0 auto;padding:2rem 1.25rem 2.5rem;box-sizing:border-box}.su-public-section{background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0f172a0f;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(226,232,240,.8)}.su-public-section:last-child{margin-bottom:0}.su-public-section h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#0f172a;padding-bottom:.5rem;border-bottom:2px solid #dbeafe}.su-public-section p,.su-public-section ul,.su-public-section ol{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:#0f172a}.su-public-section p:last-child,.su-public-section ul:last-child,.su-public-section ol:last-child{margin-bottom:0}.su-public-section ul,.su-public-section ol{padding-left:1.5rem}.su-public-section li{margin-bottom:.5rem}.su-public-section a{color:#2563eb;font-weight:500}.su-public-section a:hover{text-decoration:underline;text-underline-offset:2px}.su-page{width:100%;max-width:720px;margin:0 auto;padding:1.5rem 1.25rem;box-sizing:border-box;text-align:left}.su-page h1{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.25}.su-page h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:#0f172a;line-height:1.3}.su-page h2:first-of-type{margin-top:1.5rem}.su-page p{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:#0f172a}.su-page ul,.su-page ol{margin:0 0 1rem;padding-left:1.5rem;line-height:1.6;color:#0f172a}.su-page li{margin-bottom:.5rem}.su-page li:last-child{margin-bottom:0}.su-page a{color:#2563eb;text-decoration:none;font-weight:500}.su-page a:hover{text-decoration:underline;text-underline-offset:2px}.su-page__offers{display:grid;gap:1rem;margin-top:1rem;margin-bottom:1.5rem}.su-page__offers:last-child{margin-bottom:0}@media(max-width:640px){.container{padding:1rem .75rem}.su-public-header{padding:1.5rem .75rem}.su-public-header .su-public-header__title{font-size:1.5rem}.su-public-header .su-public-header__lead{font-size:.9375rem}.su-public-body{padding:1.5rem .75rem 2rem}.su-public-section{padding:1rem;margin-bottom:1rem}.su-page{padding:1rem .75rem}.su-page h1{font-size:1.5rem}.su-page h2{font-size:1.125rem}}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0f172a0f;padding:1.5rem}.su-text-muted{color:#64748b;font-size:.9rem}.su-success-box{padding:1rem;border-radius:.75rem;background:#ecfdf5;border:1px solid #059669;color:#0f5132}.su-warning-box{padding:1rem;border-radius:.75rem;background:#fffbeb;border-left:4px solid #d97706}.su-table-wrapper{overflow:auto;border-radius:.75rem;border:1px solid #e2e8f0}.su-table{width:100%;border-collapse:collapse;font-size:.86rem;margin-top:.5rem}.su-table th,.su-table td{padding:.55rem .5rem;text-align:left;border-bottom:1px solid #e2e8f0}.su-table th{font-weight:600;color:#64748b;font-size:.8rem}@media(max-width:720px){.su-table{display:block;border:0}.su-table thead{display:none}.su-table tbody,.su-table tr,.su-table td{display:block;width:100%}.su-table tr{margin-bottom:.75rem;border-radius:.75rem;background:#fff;box-shadow:0 4px 12px #0f172a0f;overflow:hidden}.su-table td{border-bottom:1px solid #e2e8f0;font-size:.8rem}.su-table td:last-child{border-bottom:0}}.student-dashboard__grid,.student-profile__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:1.5rem}.student-dashboard h1{margin-top:0;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.student-dashboard>p{margin-bottom:1.25rem;color:#64748b;font-size:.95rem}.messages__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);gap:1rem}.messages__list{max-height:380px;overflow:auto}.messages__item{width:100%;text-align:left;padding:.45rem .55rem;border-radius:.6rem;font-size:.85rem}.messages__item--active{background:#dbeafe}.messages__thread{display:flex;flex-direction:column;gap:.6rem}.messages__items{max-height:260px;overflow:auto;display:flex;flex-direction:column;gap:.4rem}.messages__bubble{max-width:80%;padding:.5rem .7rem;border-radius:.9rem;font-size:.83rem}.messages__bubble--student{margin-left:auto;background:#dbeafe}.messages__bubble--manager{margin-right:auto;background:#f3f4f6}.messages__bubble-text{margin:0 0 .15rem}.messages__bubble-meta{font-size:.72rem;color:#64748b}.messages__form{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}@media(max-width:900px){.messages__layout{grid-template-columns:minmax(0,1fr)}}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.7rem}.partners-grid__item{border-radius:.8rem;background:#e5e7eb;padding:.8rem;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#4b5563}.btn-reset{border:none;background:none;padding:0;margin:0}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:500}.badge--success{background:#ecfdf5;color:#059669}.badge--warning{background:#fffbeb;color:#d97706}.badge--neutral{background:#e2e8f0;color:#64748b}.dashboard-link{display:inline-flex;margin-top:.6rem;font-size:.875rem;font-weight:500;color:#2563eb}.dashboard-link:hover{text-decoration:underline;text-underline-offset:2px}.su-private__main h1,.su-page-title{margin:0 0 1rem;font-size:1.375rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.fade-in{animation:fade-in .22s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
