*{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{color:#1a1a2e;background-color:#f5f5f5;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;font-size:inherit}.field-error{color:#dc2626;margin-top:.35rem;font-size:.8rem;font-weight:600;line-height:1.35}.form-control-invalid,.form-control-invalid:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261f!important}.auth-page__error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-page__success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-form--register{gap:1rem}.auth-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.auth-form__group{flex-direction:column;gap:.5rem;display:flex}.auth-form__label{color:#334155;font-size:.875rem;font-weight:700}.auth-form__input{color:#0f172a;background:#f8fafc;border:1px solid #dbeafe;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s,background .2s,box-shadow .2s}.auth-form__input::placeholder{color:#94a3b8}.auth-form__input:focus{background:#fff;border-color:#14b8a6;box-shadow:0 0 0 4px #14b8a624}.auth-form__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#14b8a6,#0ea5e9);border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.8rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,opacity .2s,filter .2s}.auth-form__submit:hover:not(:disabled){filter:saturate(1.08);transform:translateY(-1px);box-shadow:0 14px 26px #0ea5e947}.auth-form__submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:#64748b;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:.85rem;margin:1.2rem 0;font-size:.78rem;font-weight:700;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:#dbeafe;height:1px}.auth-social-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;min-height:44px;padding:.72rem 1rem;font-size:.95rem;font-weight:700;transition:border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.auth-social-button:hover{border-color:#14b8a6;transform:translateY(-1px);box-shadow:0 12px 24px #0f172a1a}.auth-social-button__icon{width:24px;height:24px;display:block}.auth-page__footer{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.875rem}.auth-page__link{color:#0f766e;font-weight:700;transition:color .2s}.auth-page__link:hover{color:#0ea5e9}.auth-page--status{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:220px;display:flex}.auth-page__status-ring{border:3px solid #dbeafe;border-top-color:#14b8a6;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite auth-spin}.auth-page__status-text{color:#475569;margin:0;font-size:.95rem;font-weight:700}.auth-page__status-link{justify-content:center;text-decoration:none;display:inline-flex}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=520px){.auth-form__row{grid-template-columns:1fr}}.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.modal-close:hover{background-color:#f3f4f6}.change-password-form{padding:1.5rem}.form-error{color:#991b1b;background-color:#fee2e2;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.625rem 2.75rem .625rem .75rem;font-size:.875rem;transition:border-color .2s}.password-input-wrapper input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.password-input-wrapper input:disabled{cursor:not-allowed;background-color:#f9fafb}.password-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:color .2s;display:flex;position:absolute;right:.5rem}.password-toggle:hover{color:#374151}.form-group small{color:#6b7280;margin-top:.25rem;font-size:.75rem;display:block}.modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-primary{color:#fff;background-color:#3b82f6}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:disabled{cursor:not-allowed;background-color:#93c5fd}.btn-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.image-viewer-modal{z-index:9999;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.image-viewer-modal__content{max-width:90vw;max-height:90vh;position:relative}.image-viewer-modal__image{object-fit:contain;max-width:90vw;max-height:90vh;display:block}.image-viewer-modal__close{color:#111827;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;line-height:1;transition:background .2s;position:absolute;top:0;right:-50px}.image-viewer-modal__close:hover{background:#fff}@media (width<=768px){.image-viewer-modal__close{top:10px;right:10px}}.profile-header{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.profile-header__cover{background:#eef2ff;width:100%;height:250px;position:relative;overflow:hidden}.profile-header__cover-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.profile-header__cover-placeholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%}.profile-header__upload-btn{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:6px;align-items:center;gap:.45rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:background .2s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-header__upload-btn:hover{background:#000c}.profile-header__content{grid-template-columns:auto minmax(0,1fr) auto;gap:1.5rem;padding:0 1.5rem 1.5rem;display:grid;position:relative}.profile-header__avatar-wrapper{aspect-ratio:1;align-self:start;width:120px;height:120px;margin-top:-60px;position:relative}.profile-header__avatar{aspect-ratio:1;background:#fff;border:4px solid #fff;border-radius:50%;width:120px;height:120px;overflow:hidden}.profile-header__avatar img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.profile-header__avatar-placeholder{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#14b8a6 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:800;display:flex}.profile-header__avatar-upload{color:#374151;cursor:pointer;z-index:2;background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;line-height:1;transition:background .2s,box-shadow .2s;display:flex;position:absolute;bottom:0;right:0;transform:translate(2%,2%);box-shadow:0 3px 10px #0f172a29}.profile-header__avatar-upload:hover{background:#f3f4f6;box-shadow:0 5px 14px #0f172a33}.profile-header__info{align-self:end;min-width:0;margin-top:1rem;padding-bottom:1.5rem}.profile-header__name{color:#111827;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.75rem;font-weight:750;overflow:hidden}.profile-header__email{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin:.25rem 0 0;overflow:hidden}.profile-header__actions{align-self:end;padding-bottom:.5rem}.profile-header__status{color:#4b5563;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;padding:.35rem .7rem;font-size:.82rem;font-weight:700}.profile-header__status--active{color:#047857;background:#ecfdf5;border-color:#bbf7d0}@media (width<=768px){.profile-header__cover{height:150px}.profile-header__content{grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:0 1rem 1rem}.profile-header__avatar-wrapper{width:80px;height:80px;margin-top:-40px}.profile-header__avatar{width:80px;height:80px}.profile-header__avatar-placeholder{font-size:1.5rem}.profile-header__name{font-size:1.35rem}.profile-header__actions{grid-column:1/-1;padding-bottom:0}.profile-header__status{display:inline-block}}.profile-tabs{flex-direction:column;gap:1.25rem;display:flex}.profile-tabs__nav{background:#fff;border:1px solid #e5e7eb;border-radius:8px;gap:.5rem;padding:.5rem;display:flex}.profile-tabs__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s}.profile-tabs__tab:hover{color:#374151;background:#f3f4f6}.profile-tabs__tab--active{color:#fff;background:#3b82f6}.profile-tabs__tab--active:hover{background:#2563eb}.profile-tabs__content,.profile-tabs__panel{flex-direction:column;gap:1.25rem;display:flex}@media (width<=640px){.profile-tabs__nav{flex-direction:column;gap:.25rem}.profile-tabs__tab{text-align:left}}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.profile-card__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem;display:flex}.profile-card__title{align-items:center;gap:.5rem;display:flex}.profile-card__icon{color:#2563eb;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex}.profile-card__title h3{color:#111827;margin:0;font-size:1rem;font-weight:600}.profile-card__toggle{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:4px;width:28px;height:28px;padding:0;font-size:1.25rem;line-height:1;transition:all .2s}.profile-card__toggle:hover{background:#f3f4f6;border-color:#9ca3af}.profile-card__body{padding:1rem}.editable-field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.editable-field__label{color:#6b7280;font-size:.8rem;font-weight:600;display:block}.editable-field__display{align-items:center;gap:.5rem;display:flex}.editable-field__value{color:#111827;overflow-wrap:anywhere;flex:1;font-size:.95rem;font-weight:600;display:block}.editable-field--readonly .editable-field__value{color:#6b7280}.editable-field__edit-btn{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;font-size:.875rem;transition:opacity .2s}.editable-field__edit-btn:hover{opacity:1}.editable-field__input,.editable-field__textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.5rem;font-family:inherit;font-size:.95rem}.editable-field__input:focus,.editable-field__textarea:focus{border-color:#3b82f6;outline:none}.editable-field__textarea{resize:vertical}.editable-field__char-count{color:#6b7280;text-align:right;font-size:.75rem}.editable-field__error{color:#dc2626;font-size:.8rem}.editable-field__actions{justify-content:flex-end;gap:.5rem;display:flex}.editable-field__btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.editable-field__btn:disabled{cursor:not-allowed;opacity:.5}.editable-field__btn--cancel{color:#374151;background:#f3f4f6}.editable-field__btn--cancel:hover:not(:disabled){background:#e5e7eb}.editable-field__btn--save{color:#fff;background:#3b82f6}.editable-field__btn--save:hover:not(:disabled){background:#2563eb}.char-count{color:#6b7280;text-align:right;margin-top:.25rem;font-size:.75rem}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:1rem;padding:.75rem}.profile-skeleton{flex-direction:column;gap:1.25rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.profile-header--skeleton .profile-header__cover{background:#eef2ff}.profile-header--skeleton .profile-header__avatar-wrapper{display:block}.profile-skeleton__avatar-button{position:absolute;bottom:0;right:0;transform:translate(2%,2%)}.profile-header--skeleton .profile-header__info{flex-direction:column;gap:.5rem;display:flex}.profile-tabs--skeleton{gap:0}.profile-card--skeleton .profile-card__title,.profile-field--skeleton,.profile-skeleton__textarea{flex-direction:column;gap:.5rem;display:flex}.profile-card--skeleton .profile-card__title{flex-direction:row;align-items:center}.profile-card--skeleton .profile-card__body{flex-direction:column;gap:1rem;display:flex}.profile-card--skeleton{box-shadow:none}@media (width<=768px){.profile-header--skeleton .profile-header__avatar-wrapper .skeleton:first-child{width:80px!important;height:80px!important}.profile-skeleton__avatar-button{width:30px!important;height:30px!important}.profile-header--skeleton .profile-header__actions{display:none}}.profile-page-container{flex-direction:column;gap:1.25rem;max-width:1200px;margin:0 auto;display:flex}.profile-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-page-header h1{color:#111827;letter-spacing:0;font-size:1.65rem;font-weight:750}.profile-page-header p{color:#6b7280;margin-top:.25rem}.profile-notice{color:#6b7280;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem}.profile-notice--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.profile-notice--success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.btn-change-password{color:#fff;cursor:pointer;white-space:nowrap;background-color:#3b82f6;border:none;border-radius:6px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.btn-change-password:hover:not(:disabled){background-color:#2563eb}.btn-change-password:disabled{cursor:not-allowed;background-color:#93c5fd}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem 1.5rem;display:grid}.profile-grid--two-columns{grid-template-columns:repeat(2,1fr)}.profile-field{flex-direction:column;gap:.35rem;min-width:0;display:flex}.profile-field span{color:#6b7280;font-size:.8rem;font-weight:600;display:block}.profile-field strong{color:#111827;overflow-wrap:anywhere;font-size:.95rem;font-weight:600;display:block}@media (width<=768px){.profile-grid--two-columns{grid-template-columns:1fr}.profile-page-header{flex-direction:column}}.landing-layout{background:var(--landing-bg-white);flex-direction:column;min-height:100vh;display:flex}.landing-layout__main{flex:1}.landing-header{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--landing-border);transition:all var(--landing-transition-normal);background:#fffffff2;position:sticky;top:0;box-shadow:0 2px 8px #0000}.landing-header--scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000014}.landing-header__container{max-width:var(--landing-container-max);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.landing-header__logo img{width:auto;height:40px;display:block}.landing-header__nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.landing-header__nav a{color:var(--landing-text-dark);transition:all var(--landing-transition-fast);padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;position:relative}.landing-header__nav a:after{content:"";background:var(--landing-primary);width:0;height:2px;transition:width var(--landing-transition-normal);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.landing-header__nav a:hover{color:var(--landing-primary)}.landing-header__nav a:hover:after{width:100%}.landing-header__actions{align-items:center;gap:1rem;display:flex}.landing-header__actions>button{box-sizing:border-box;width:118px;min-height:42px;padding:.625rem 1rem}.landing-header__login{border-radius:var(--landing-radius-md);color:var(--landing-bg-white);font-family:var(--landing-font-primary);cursor:pointer;min-height:42px;transition:all var(--landing-transition-fast);background:#2563eb;border:1px solid #2563eb;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 14px #2563eb38}.landing-header__login:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 22px #2563eb4d}.landing-header__dashboard{border-radius:var(--landing-radius-md);color:var(--landing-bg-white);font-family:var(--landing-font-primary);cursor:pointer;min-height:46px;transition:all var(--landing-transition-fast);white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:1px solid #f97316;justify-content:center;align-items:center;gap:.625rem;width:auto;min-width:180px;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #f9731640}.landing-header__dashboard:hover{background:linear-gradient(135deg,#ea580c 0%,#c2410c 100%);border-color:#ea580c;transform:translateY(-2px);box-shadow:0 8px 25px #f9731659}.landing-header__dashboard:active{transform:translateY(0);box-shadow:0 4px 12px #f973164d}.landing-header__dashboard-arrow{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.landing-header__dashboard-arrow svg{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.landing-header__mobile-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.landing-header__mobile-toggle span{background:var(--landing-text-dark);width:24px;height:2px;transition:all var(--landing-transition-fast)}.landing-footer{background:var(--landing-text-dark);color:var(--landing-bg-white);padding:4rem 1.5rem 2rem}.landing-footer__container{max-width:var(--landing-container-max);margin:0 auto}.landing-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.landing-footer__brand{max-width:320px}.landing-footer__logo{width:auto;height:36px;margin-bottom:1rem;display:block}.landing-footer__tagline{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.landing-footer__social{gap:1rem;display:flex}.landing-footer__social a{width:40px;height:40px;color:var(--landing-bg-white);transition:all var(--landing-transition-fast);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.landing-footer__social a:hover{background:var(--landing-primary);transform:translateY(-2px)}.landing-footer__title{color:var(--landing-bg-white);margin-bottom:1.25rem;font-size:1rem;font-weight:700}.landing-footer__links{margin:0;padding:0;list-style:none}.landing-footer__links li{margin-bottom:.75rem}.landing-footer__links a{color:#ffffffb3;transition:color var(--landing-transition-fast);font-size:.9375rem;text-decoration:none}.landing-footer__links a:hover{color:var(--landing-bg-white)}.landing-footer__newsletter{border-radius:var(--landing-radius-lg);background:#ffffff0d;margin-bottom:3rem;padding:2rem}.landing-footer__newsletter-title{color:var(--landing-bg-white);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.landing-footer__newsletter-form{flex-wrap:wrap;gap:.75rem;max-width:500px;display:flex}.landing-footer__newsletter-form .field-error{flex-basis:100%;margin-top:-.25rem}.landing-footer__newsletter-input{border-radius:var(--landing-radius-md);color:var(--landing-bg-white);background:#ffffff1a;border:1px solid #fff3;flex:1;padding:.75rem 1rem;font-size:.9375rem}.landing-footer__newsletter-input::placeholder{color:#ffffff80}.landing-footer__newsletter-input:focus{border-color:var(--landing-primary);background:#ffffff26;outline:none}.landing-footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.landing-footer__copyright{color:#fff9;font-size:.875rem}.landing-footer__legal{align-items:center;gap:1rem;font-size:.875rem;display:flex}.landing-footer__legal a{color:#fff9;transition:color var(--landing-transition-fast);text-decoration:none}.landing-footer__legal a:hover{color:var(--landing-bg-white)}.landing-footer__legal span{color:#ffffff4d}@media (width<=1024px){.landing-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.landing-footer__brand{grid-column:1/-1;max-width:100%}}@media (width<=768px){.landing-header__nav{display:none}.landing-header__actions{gap:.5rem}.landing-header__actions>button{width:96px;min-height:40px;padding:.5rem .75rem}.landing-header__login{min-height:40px}.landing-header__dashboard{min-width:160px;min-height:40px;padding:.625rem 1.25rem;font-size:.875rem}.landing-footer__grid{grid-template-columns:1fr;gap:2rem}.landing-footer__newsletter-form{flex-direction:column}.landing-footer__bottom{text-align:center;flex-direction:column;gap:1rem}}@media (width<=640px){.landing-header__container{padding:1rem}.landing-header__logo img{height:32px}.landing-footer{padding:3rem 1rem 1.5rem}}.hero-section{background:linear-gradient(135deg,#f0fdfa 0%,#eff6ff 50%,#fff7ed 100%);padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.hero-section:before{content:"";background:radial-gradient(circle,#14b8a61a 0%,#0000 70%);width:200%;height:200%;animation:20s linear infinite hero-rotate;position:absolute;top:-50%;left:-50%}@keyframes hero-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-section__container{max-width:var(--landing-container-max);z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;display:grid;position:relative}.hero-section__content{opacity:0;animation:.8s .2s forwards landing-slide-up;transform:translateY(30px)}.hero-section--visible .hero-section__content{opacity:1;transform:translateY(0)}.hero-section__headline{font-size:var(--landing-h1-size);color:var(--landing-text-dark);letter-spacing:-.02em;opacity:0;margin-bottom:1.5rem;font-weight:800;line-height:1.15;animation:.8s .3s forwards landing-slide-up}.hero-section--visible .hero-section__headline{opacity:1}.hero-section__subheadline{font-size:var(--landing-body-size);color:var(--landing-text-gray);opacity:0;max-width:540px;margin-bottom:2.5rem;line-height:1.7;animation:.8s .4s forwards landing-slide-up}.hero-section--visible .hero-section__subheadline{opacity:1}.hero-section__cta-group{opacity:0;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;animation:.8s .5s forwards landing-slide-up;display:flex}.hero-section--visible .hero-section__cta-group{opacity:1}.hero-section__cta-group .landing-cta{transition:all var(--landing-transition-normal)}.hero-section__cta-group .landing-cta:hover{transform:translateY(-3px)scale(1.02)}.hero-section__trust{color:var(--landing-text-gray);opacity:0;align-items:center;gap:.75rem;font-size:.9375rem;animation:.8s .6s forwards landing-fade-in;display:flex}.hero-section--visible .hero-section__trust{opacity:1}.hero-section__trust-icon{background:var(--landing-success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;font-weight:700;animation:.6s .7s forwards landing-bounce-in;display:flex}.hero-section__trust-text strong{color:var(--landing-primary);font-weight:700}.hero-section__visual{opacity:0;animation:1s .4s forwards hero-visual-in;position:relative;transform:translate(30px)scale(.95)}@keyframes hero-visual-in{to{opacity:1;transform:translate(0)scale(1)}}.hero-section--visible .hero-section__visual{opacity:1;transform:translate(0)scale(1)}.hero-section__mockup{border-radius:var(--landing-radius-xl);transition:all var(--landing-transition-slow);position:relative;overflow:hidden;box-shadow:0 20px 60px #0f766e33}.hero-section__mockup:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 30px 80px #0f766e4d}.hero-section__image{width:100%;height:auto;transition:transform var(--landing-transition-slow);display:block}.hero-section__mockup:hover .hero-section__image{transform:scale(1.05)}.hero-section__badge{border-radius:var(--landing-radius-lg);transition:all var(--landing-transition-normal);background:#fff;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:3s ease-in-out infinite hero-badge-float;display:flex;position:absolute;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000026}.hero-section__badge:hover{transform:translateY(-5px)scale(1.05);box-shadow:0 15px 40px #0003}@keyframes hero-badge-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-section__badge-icon{font-size:2rem;animation:2s ease-in-out infinite landing-pulse}.hero-section__badge-content{flex-direction:column;display:flex}.hero-section__badge-title{color:var(--landing-text-dark);font-size:.9375rem;font-weight:700}.hero-section__badge-subtitle{color:var(--landing-text-gray);font-size:.8125rem}.hero-section__decoration{opacity:.6;filter:blur(60px);pointer-events:none;border-radius:50%;animation:6s ease-in-out infinite landing-float;position:absolute}.hero-section__decoration--1{background:linear-gradient(135deg,#14b8a64d,#14b8a61a);width:400px;height:400px;top:-100px;left:-100px}.hero-section__decoration--2{background:linear-gradient(135deg,#fb923c4d,#fb923c1a);width:300px;height:300px;animation-delay:3s;bottom:-50px;right:-50px}@media (width<=1024px){.hero-section__container{grid-template-columns:1fr;gap:3rem}.hero-section__visual{order:-1}.hero-section__content{text-align:center}.hero-section__subheadline{max-width:100%}.hero-section__cta-group,.hero-section__trust{justify-content:center}}@media (width<=640px){.hero-section{padding:4rem 1rem 3rem}.hero-section__cta-group{flex-direction:column;width:100%}.hero-section__cta-group .landing-cta{width:100%}.hero-section__badge{padding:.75rem 1rem;bottom:1rem;right:1rem}.hero-section__badge-icon{font-size:1.5rem}.hero-section__badge-title{font-size:.8125rem}.hero-section__badge-subtitle{font-size:.75rem}}.problem-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-light);position:relative;overflow:hidden}.problem-section:before{content:"";background:linear-gradient(90deg, transparent, var(--landing-primary-light), transparent);height:1px;position:absolute;top:0;left:0;right:0}.problem-section__container{max-width:var(--landing-container-max);margin:0 auto}.problem-section__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;display:grid}.problem-card{background:var(--landing-bg-white);border-radius:var(--landing-radius-lg);box-shadow:var(--landing-shadow-sm);transition:all var(--landing-transition-normal);opacity:0;border:1px solid #0000;padding:2rem;position:relative;overflow:hidden;transform:translateY(30px)}.problem-card:before{content:"";background:linear-gradient(90deg,#0000,#14b8a61a,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.problem-card:hover:before{left:100%}.problem-section--visible .problem-card{animation:.8s cubic-bezier(.34,1.56,.64,1) forwards landing-slide-up}.problem-section--visible .problem-card:first-child{animation-delay:.1s}.problem-section--visible .problem-card:nth-child(2){animation-delay:.2s}.problem-section--visible .problem-card:nth-child(3){animation-delay:.3s}.problem-section--visible .problem-card:nth-child(4){animation-delay:.4s}.problem-card:hover{box-shadow:var(--landing-shadow-2xl);border-color:var(--landing-primary-light);transform:translateY(-8px)scale(1.02)}.problem-card__icon{transition:transform var(--landing-transition-normal);margin-bottom:1.25rem;font-size:3rem;display:block}.problem-card:hover .problem-card__icon{transform:scale(1.2)rotate(5deg)}.problem-card__title{color:var(--landing-text-dark);transition:color var(--landing-transition-fast);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3}.problem-card:hover .problem-card__title{color:var(--landing-primary)}.problem-card__description{color:var(--landing-text-gray);font-size:1rem;line-height:1.6}@media (width<=768px){.problem-section__grid{grid-template-columns:1fr;gap:1.5rem}}.solution-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-white)}.solution-section__container{max-width:var(--landing-container-max);margin:0 auto}.solution-section__features{flex-direction:column;gap:5rem;margin-top:4rem;display:flex}.solution-feature{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;transition:opacity .8s,transform .8s;display:grid;transform:translateY(30px)}.solution-section--visible .solution-feature{opacity:1;transform:translateY(0)}.solution-section--visible .solution-feature:first-child{transition-delay:.1s}.solution-section--visible .solution-feature:nth-child(2){transition-delay:.2s}.solution-section--visible .solution-feature:nth-child(3){transition-delay:.3s}.solution-section--visible .solution-feature:nth-child(4){transition-delay:.4s}.solution-feature--reverse{direction:rtl}.solution-feature--reverse>*{direction:ltr}.solution-feature__content{flex-direction:column;gap:1.5rem;display:flex}.solution-feature__badge{align-self:flex-start;align-items:center;gap:.5rem;display:inline-flex}.solution-feature__icon{font-size:2.5rem}.solution-feature__title{font-size:var(--landing-h3-size);color:var(--landing-text-dark);margin-bottom:.5rem;font-weight:800;line-height:1.3}.solution-feature__description{font-size:var(--landing-body-size);color:var(--landing-text-gray);margin-bottom:.75rem;line-height:1.7}.solution-feature__details{color:var(--landing-text-gray);font-size:1rem;line-height:1.6}.solution-feature__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.solution-feature__list-item{color:var(--landing-text-gray);align-items:flex-start;gap:.75rem;font-size:1rem;display:flex}.solution-feature__list-item:before{content:"✓";width:24px;height:24px;color:var(--landing-primary);background:#0f766e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-weight:700;display:flex}.solution-feature__visual{border-radius:var(--landing-radius-xl);box-shadow:var(--landing-shadow-xl);position:relative;overflow:hidden}.solution-feature__image{width:100%;height:auto;display:block}.solution-feature--highlight .solution-feature__content{border-radius:var(--landing-radius-lg);background:linear-gradient(135deg,#0f766e0d,#14b8a60d);border:2px solid #0f766e1a;padding:2rem;position:relative}@media (width<=1024px){.solution-feature{grid-template-columns:1fr;gap:2rem}.solution-feature--reverse{direction:ltr}.solution-feature__visual{order:-1}}@media (width<=640px){.solution-section__features{gap:3rem}.solution-feature--highlight .solution-feature__content{padding:1.5rem}}.ai-fire-alert-section{padding:var(--landing-section-padding) 1.5rem;background:linear-gradient(135deg, var(--landing-primary) 0%, #0ea5e9 100%);color:var(--landing-bg-white);position:relative;overflow:hidden}.ai-fire-alert-section__container{max-width:var(--landing-container-max);z-index:1;margin:0 auto;position:relative}.ai-fire-alert-section__header{text-align:center;margin-bottom:4rem}.ai-fire-alert-section__title{font-size:var(--landing-h2-size);color:var(--landing-bg-white);margin-bottom:1rem;font-weight:800;line-height:1.2}.ai-fire-alert-section__subtitle{font-size:var(--landing-body-size);color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.6}.ai-fire-alert-section__process{opacity:0;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem;transition:opacity .8s,transform .8s;display:grid;transform:translateY(30px)}.ai-fire-alert-section--visible .ai-fire-alert-section__process{opacity:1;transform:translateY(0)}.process-step{text-align:center;position:relative}.process-step:after{content:"→";color:#ffffff4d;font-size:2rem;position:absolute;top:50px;right:-1.5rem}.process-step:last-child:after{display:none}.process-step__number{width:80px;height:80px;color:var(--landing-bg-white);background:#ffffff26;border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:800;display:flex}.process-step__title{color:var(--landing-bg-white);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.process-step__description{color:#ffffffd9;font-size:1rem;line-height:1.6}.ai-fire-alert-section__stats{opacity:0;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;transition:opacity .8s .2s,transform .8s .2s;display:grid;transform:translateY(30px)}.ai-fire-alert-section--visible .ai-fire-alert-section__stats{opacity:1;transform:translateY(0)}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--landing-radius-lg);text-align:center;background:#ffffff1a;border:1px solid #fff3;padding:2rem}.stat-card__value{color:var(--landing-bg-white);margin-bottom:.5rem;font-size:3rem;font-weight:800;display:block}.stat-card__label{color:#ffffffe6;font-size:1rem;line-height:1.4}.ai-fire-alert-section__video{border-radius:var(--landing-radius-xl);opacity:0;max-width:900px;margin:0 auto;transition:opacity .8s .4s,transform .8s .4s;overflow:hidden;transform:scale(.95);box-shadow:0 30px 60px #0000004d}.ai-fire-alert-section--visible .ai-fire-alert-section__video{opacity:1;transform:scale(1)}.ai-fire-alert-section__video-placeholder{background:#0000004d;justify-content:center;align-items:center;padding-bottom:56.25%;display:flex;position:relative}.ai-fire-alert-section__video-placeholder img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ai-fire-alert-section__video-play{cursor:pointer;width:80px;height:80px;transition:all var(--landing-transition-normal);z-index:2;background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ai-fire-alert-section__video-play:hover{background:var(--landing-bg-white);transform:translate(-50%,-50%)scale(1.1)}.ai-fire-alert-section__video-play:after{content:"";border-left:20px solid var(--landing-primary);border-top:12px solid #0000;border-bottom:12px solid #0000;width:0;height:0;margin-left:4px}.ai-fire-alert-section__bg-pattern{opacity:.1;background-image:radial-gradient(circle at 20%,#fff3 1px,#0000 1px),radial-gradient(circle at 80% 80%,#fff3 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}@media (width<=1024px){.ai-fire-alert-section__process{grid-template-columns:1fr;gap:2rem}.process-step:after{content:"↓";top:auto;bottom:-1.5rem;right:50%;transform:translate(50%)}.ai-fire-alert-section__stats{grid-template-columns:1fr;gap:1.5rem}}@media (width<=640px){.stat-card__value{font-size:2.5rem}.process-step__number{width:60px;height:60px;font-size:1.5rem}}.how-it-works-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-white)}.how-it-works-section__container{max-width:var(--landing-container-max);margin:0 auto}.how-it-works-section__steps{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid;position:relative}.how-it-works-section__steps:before{content:"";background:linear-gradient(to right, var(--landing-primary) 0%, var(--landing-primary) 50%, var(--landing-primary-light) 100%);z-index:0;height:2px;position:absolute;top:60px;left:16.66%;right:16.66%}.step-card{text-align:center;z-index:1;opacity:0;transition:opacity .6s,transform .6s;position:relative;transform:translateY(30px)}.how-it-works-section--visible .step-card{opacity:1;transform:translateY(0)}.how-it-works-section--visible .step-card:first-child{transition-delay:.1s}.how-it-works-section--visible .step-card:nth-child(2){transition-delay:.2s}.how-it-works-section--visible .step-card:nth-child(3){transition-delay:.3s}.step-card__number{background:linear-gradient(135deg, var(--landing-primary), var(--landing-primary-light));border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;display:flex;position:relative;box-shadow:0 10px 30px #0f766e4d}.step-card__number:before{content:"";background:linear-gradient(135deg, var(--landing-primary), var(--landing-primary-light));-webkit-mask-composite:xor;opacity:.3;border-radius:50%;padding:4px;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.step-card__icon{font-size:3rem}.step-card__title{color:var(--landing-text-dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.step-card__description{color:var(--landing-text-gray);max-width:280px;margin:0 auto;font-size:1rem;line-height:1.6}@media (width<=1024px){.how-it-works-section__steps{grid-template-columns:1fr;gap:3rem}.how-it-works-section__steps:before{display:none}}@media (width<=640px){.step-card__number{width:100px;height:100px}.step-card__icon{font-size:2.5rem}}.social-proof-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-light)}.social-proof-section__container{max-width:var(--landing-container-max);margin:0 auto}.social-proof-section__stats{opacity:0;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;transition:opacity .6s,transform .6s;display:grid;transform:translateY(20px)}.social-proof-section--visible .social-proof-section__stats{opacity:1;transform:translateY(0)}.stat-item{text-align:center;background:var(--landing-bg-white);border-radius:var(--landing-radius-lg);box-shadow:var(--landing-shadow-sm);padding:2rem 1rem}.stat-item__value{color:var(--landing-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.stat-item__label{color:var(--landing-text-gray);font-size:.9375rem;line-height:1.4}.social-proof-section__testimonials{opacity:0;grid-template-columns:repeat(2,1fr);gap:2rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.social-proof-section--visible .social-proof-section__testimonials{opacity:1;transform:translateY(0)}.testimonial-card{background:var(--landing-bg-white);border-radius:var(--landing-radius-lg);box-shadow:var(--landing-shadow-md);transition:all var(--landing-transition-normal);padding:2rem;position:relative}.testimonial-card:before{content:"\"";color:var(--landing-primary);opacity:.1;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:1rem;left:1.5rem}.testimonial-card:hover{box-shadow:var(--landing-shadow-xl);transform:translateY(-4px)}.testimonial-card__header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-card__avatar{object-fit:cover;border:3px solid var(--landing-primary-light);border-radius:50%;width:60px;height:60px}.testimonial-card__author{flex:1}.testimonial-card__name{color:var(--landing-text-dark);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.testimonial-card__role{color:var(--landing-text-gray);font-size:.875rem}.testimonial-card__rating{color:#fbbf24;gap:.25rem;font-size:1rem;display:flex}.testimonial-card__quote{color:var(--landing-text-gray);z-index:1;font-size:1rem;line-height:1.7;position:relative}@media (width<=1024px){.social-proof-section__stats{grid-template-columns:repeat(2,1fr)}.social-proof-section__testimonials{grid-template-columns:1fr}}@media (width<=640px){.social-proof-section__stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1.5rem 1rem}.stat-item__value{font-size:2rem}}.pricing-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-white)}.pricing-section__container{max-width:var(--landing-container-max);margin:0 auto}.pricing-section__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;margin-top:4rem;display:grid}.pricing-card{opacity:0;border-radius:16px;flex-direction:column;padding:2rem 1.75rem;transition:all .35s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:visible;transform:translateY(30px)}.pricing-section--visible .pricing-card{animation:.6s cubic-bezier(.23,1,.32,1) forwards pricing-card-enter}.pricing-section--visible .pricing-card:first-child{animation-delay:.1s}.pricing-section--visible .pricing-card:nth-child(2){animation-delay:.2s}.pricing-section--visible .pricing-card:nth-child(3){animation-delay:.3s}@keyframes pricing-card-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pricing-card--basic,.pricing-card--plus,.pricing-card--pro{background:#f0f2f5;border:1.5px solid #e2e5ea}.pricing-card--basic:hover,.pricing-card--plus:hover,.pricing-card--pro:hover{border-color:#d0d4da;transform:translateY(-6px);box-shadow:0 16px 32px #00000014}.pricing-card--popular{border-color:var(--landing-primary);z-index:2;background:#f0f2f5;transform:scale(1.03);box-shadow:0 8px 30px #0f766e1f,0 2px 8px #0f766e0f}.pricing-card--popular:hover{transform:scale(1.03)translateY(-6px);box-shadow:0 20px 40px #0f766e26,0 6px 14px #0f766e14}.pricing-card__badge{border-radius:var(--landing-radius-full);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;z-index:3;padding:.35rem 1.1rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card--plus .pricing-card__badge{background:linear-gradient(135deg, var(--landing-primary), var(--landing-primary-light));color:#fff;box-shadow:0 3px 10px #0f766e4d}.pricing-card__header{text-align:center;border-bottom:1px solid #0000000f;margin-bottom:1.75rem;padding-bottom:1.75rem}.pricing-card__name{color:var(--landing-text-dark);margin-bottom:.35rem;font-size:1.35rem;font-weight:800}.pricing-card__description{color:var(--landing-text-gray);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.pricing-card__price{justify-content:center;align-items:baseline;gap:.2rem;display:flex}.pricing-card__amount{letter-spacing:-.02em;font-size:2.75rem;font-weight:900;line-height:1}.pricing-card--basic .pricing-card__amount,.pricing-card--plus .pricing-card__amount,.pricing-card--pro .pricing-card__amount{color:var(--landing-text-dark)}.pricing-card--popular .pricing-card__amount{background:linear-gradient(135deg, var(--landing-primary), #0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pricing-card__period{color:var(--landing-text-gray);font-size:1rem;font-weight:500}.pricing-card__features{flex:1;margin:0 0 1.75rem;padding:0;list-style:none}.pricing-card__feature{color:var(--landing-text-gray);align-items:flex-start;gap:.65rem;padding:.55rem 0;font-size:.875rem;line-height:1.45;display:flex}.pricing-card__feature-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.7rem;font-weight:800;display:flex}.pricing-card--basic .pricing-card__feature--included .pricing-card__feature-icon,.pricing-card--plus .pricing-card__feature--included .pricing-card__feature-icon,.pricing-card--pro .pricing-card__feature--included .pricing-card__feature-icon{color:var(--landing-primary);background:#0f766e1a}.pricing-card__feature--excluded{opacity:.35}.pricing-card__feature--excluded .pricing-card__feature-icon{color:var(--landing-text-gray);background:#64748b1a}.pricing-card__cta{border-radius:12px;width:100%;padding:.85rem 1.5rem;font-size:.95rem}.pricing-card__note{text-align:center;background:var(--landing-bg-light);color:var(--landing-text-gray);border-radius:12px;margin-top:3rem;padding:1.5rem 2rem;font-size:.9rem;line-height:1.7}.pricing-card__note strong{color:var(--landing-primary);font-weight:700}@media (width<=1024px){.pricing-section__grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.pricing-card--popular{transform:scale(1)}.pricing-card--popular:hover{transform:translateY(-6px)}}@media (width<=640px){.pricing-card{padding:1.75rem 1.5rem}.pricing-card__amount{font-size:2.25rem}}.faq-section{padding:var(--landing-section-padding) 1.5rem;background:var(--landing-bg-white)}.faq-section__container{max-width:900px;margin:0 auto}.faq-section__list{flex-direction:column;gap:1rem;margin-top:3rem;display:flex}.faq-item{background:var(--landing-bg-white);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);transition:all var(--landing-transition-normal);opacity:0;overflow:hidden;transform:translateY(20px)}.faq-section--visible .faq-item{animation:.5s forwards landing-slide-up}.faq-section--visible .faq-item:first-child{animation-delay:50ms}.faq-section--visible .faq-item:nth-child(2){animation-delay:.1s}.faq-section--visible .faq-item:nth-child(3){animation-delay:.15s}.faq-section--visible .faq-item:nth-child(4){animation-delay:.2s}.faq-section--visible .faq-item:nth-child(5){animation-delay:.25s}.faq-section--visible .faq-item:nth-child(6){animation-delay:.3s}.faq-section--visible .faq-item:nth-child(7){animation-delay:.35s}.faq-section--visible .faq-item:nth-child(8){animation-delay:.4s}.faq-item:hover{border-color:var(--landing-primary-light);box-shadow:var(--landing-shadow-md)}.faq-item--open{border-color:var(--landing-primary);box-shadow:var(--landing-shadow-md)}.faq-item__question{text-align:left;width:100%;color:var(--landing-text-dark);cursor:pointer;transition:color var(--landing-transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;font-size:1.125rem;font-weight:600;display:flex}.faq-item__question:hover{color:var(--landing-primary)}.faq-item__icon{background:var(--landing-bg-light);width:28px;height:28px;transition:all var(--landing-transition-normal);color:var(--landing-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.faq-item--open .faq-item__icon{background:var(--landing-primary);color:var(--landing-bg-white);transform:rotate(45deg)}.faq-item__answer{max-height:0;transition:max-height var(--landing-transition-normal);overflow:hidden}.faq-item--open .faq-item__answer{max-height:500px}.faq-item__answer-content{color:var(--landing-text-gray);padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.7}.faq-section__footer{text-align:center;background:var(--landing-bg-light);border-radius:var(--landing-radius-lg);margin-top:3rem;padding:2rem}.faq-section__footer-text{color:var(--landing-text-gray);margin-bottom:1rem;font-size:1.125rem}.faq-section__footer-link{color:var(--landing-primary);transition:color var(--landing-transition-fast);font-weight:600;text-decoration:none}.faq-section__footer-link:hover{color:var(--landing-primary-dark);text-decoration:underline}@media (width<=640px){.faq-item__question{padding:1.25rem;font-size:1rem}.faq-item__answer-content{padding:0 1.25rem 1.25rem;font-size:.9375rem}}.final-cta-section{padding:var(--landing-section-padding) 1.5rem;background:linear-gradient(135deg,#0f766e0d,#14b8a60d);position:relative;overflow:hidden}.final-cta-section__container{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.final-cta-section__content{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.final-cta-section--visible .final-cta-section__content{opacity:1;transform:translateY(0)}.final-cta-section__title{font-size:var(--landing-h2-size);color:var(--landing-text-dark);margin-bottom:1rem;font-weight:800;line-height:1.2}.final-cta-section__subtitle{font-size:var(--landing-body-size);color:var(--landing-text-gray);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;line-height:1.7}.final-cta-section__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.final-cta-section__trust{color:var(--landing-text-gray);flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;font-size:.9375rem;display:flex}.final-cta-section__trust-item{align-items:center;gap:.5rem;display:flex}.final-cta-section__trust-icon{color:var(--landing-success);font-size:1.25rem}.final-cta-section__decoration{opacity:.4;filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.final-cta-section__decoration--1{background:linear-gradient(135deg,#14b8a633,#14b8a60d);width:400px;height:400px;top:-200px;left:-200px}.final-cta-section__decoration--2{background:linear-gradient(135deg,#fb923c33,#fb923c0d);width:400px;height:400px;bottom:-200px;right:-200px}@media (width<=640px){.final-cta-section__buttons{flex-direction:column;width:100%}.final-cta-section__buttons .landing-cta{width:100%}.final-cta-section__trust{flex-direction:column;gap:1rem}}:root{--landing-primary:#0f766e;--landing-primary-light:#14b8a6;--landing-primary-dark:#0d5f58;--landing-accent:#fb923c;--landing-accent-dark:#f97316;--landing-success:#10b981;--landing-text-dark:#0f172a;--landing-text-gray:#64748b;--landing-text-light:#94a3b8;--landing-bg-white:#fff;--landing-bg-light:#f3f4f6;--landing-bg-lighter:#f9fafb;--landing-border:#e2e8f0;--landing-font-primary:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--landing-h1-size:clamp(2rem, 5vw, 4rem);--landing-h2-size:clamp(1.75rem, 4vw, 3rem);--landing-h3-size:clamp(1.5rem, 3vw, 2rem);--landing-h4-size:clamp(1.25rem, 2.5vw, 1.5rem);--landing-body-size:clamp(1rem, 2vw, 1.125rem);--landing-small-size:clamp(.875rem, 1.5vw, 1rem);--landing-section-padding:clamp(3rem, 8vw, 7.5rem);--landing-container-max:1280px;--landing-spacing-xs:.5rem;--landing-spacing-sm:1rem;--landing-spacing-md:1.5rem;--landing-spacing-lg:2rem;--landing-spacing-xl:3rem;--landing-spacing-2xl:4rem;--landing-radius-sm:6px;--landing-radius-md:8px;--landing-radius-lg:12px;--landing-radius-xl:16px;--landing-radius-full:9999px;--landing-shadow-sm:0 1px 2px #0000000d;--landing-shadow-md:0 4px 6px #0000001a;--landing-shadow-lg:0 10px 15px #0000001a;--landing-shadow-xl:0 20px 25px #00000026;--landing-shadow-2xl:0 25px 50px #00000040;--landing-transition-fast:.15s ease;--landing-transition-normal:.3s ease;--landing-transition-slow:.5s ease;--landing-transition-bounce:.5s cubic-bezier(.68, -.55, .265, 1.55)}.landing-section{padding:var(--landing-section-padding) var(--landing-spacing-md);width:100%}.landing-section__container{max-width:var(--landing-container-max);margin:0 auto}.landing-section--light{background:var(--landing-bg-white)}.landing-section--gray{background:var(--landing-bg-light)}.landing-section--dark{background:linear-gradient(135deg, var(--landing-primary) 0%, #0ea5e9 100%);color:var(--landing-bg-white)}.landing-section--gradient{background:linear-gradient(135deg,#f0fdfa 0%,#eff6ff 50%,#fff7ed 100%)}.landing-section__header{text-align:center;margin-bottom:var(--landing-spacing-2xl)}.landing-section__eyebrow{color:var(--landing-primary);font-size:var(--landing-small-size);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--landing-spacing-sm);font-weight:700;display:block}.landing-section__title{font-size:var(--landing-h2-size);color:var(--landing-text-dark);margin-bottom:var(--landing-spacing-md);font-weight:800;line-height:1.2}.landing-section--dark .landing-section__title{color:var(--landing-bg-white)}.landing-section__subtitle{font-size:var(--landing-body-size);color:var(--landing-text-gray);max-width:700px;margin:0 auto;line-height:1.6}.landing-section--dark .landing-section__subtitle{color:#ffffffe6}.landing-cta{border-radius:var(--landing-radius-md);transition:all var(--landing-transition-fast);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--landing-font-primary);border:none;justify-content:center;align-items:center;gap:.5rem;min-height:48px;padding:1rem 2rem;text-decoration:none;display:inline-flex}.landing-cta--primary{background:linear-gradient(135deg, var(--landing-accent), var(--landing-accent-dark));color:var(--landing-bg-white);box-shadow:0 4px 14px #fb923c4d}.landing-cta--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fb923c66}.landing-cta--primary:active{transform:translateY(0)}.landing-cta--secondary{border:2px solid var(--landing-primary);color:var(--landing-primary);background:0 0}.landing-cta--secondary:hover{background:var(--landing-primary);color:var(--landing-bg-white)}.landing-cta--outline-white{border:2px solid var(--landing-bg-white);color:var(--landing-bg-white);background:0 0}.landing-cta--outline-white:hover{background:var(--landing-bg-white);color:var(--landing-primary)}.landing-cta--large{padding:1.25rem 2.5rem;font-size:1.125rem}.landing-cta--small{padding:.75rem 1.5rem;font-size:.875rem}.landing-card{background:var(--landing-bg-white);border-radius:var(--landing-radius-lg);padding:var(--landing-spacing-lg);box-shadow:var(--landing-shadow-md);transition:all var(--landing-transition-normal);border:1px solid var(--landing-border);position:relative;overflow:hidden}.landing-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.landing-card:hover:before{left:100%}.landing-card:hover{box-shadow:var(--landing-shadow-2xl);border-color:var(--landing-primary-light);transform:translateY(-8px)}.landing-card__icon{margin-bottom:var(--landing-spacing-md);font-size:2.5rem;display:block}.landing-card__title{font-size:var(--landing-h4-size);color:var(--landing-text-dark);margin-bottom:var(--landing-spacing-sm);font-weight:700}.landing-card__description{font-size:var(--landing-body-size);color:var(--landing-text-gray);line-height:1.6}.landing-badge{border-radius:var(--landing-radius-full);text-transform:uppercase;letter-spacing:.05em;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-block}.landing-badge--primary{color:var(--landing-primary);background:#0f766e1a;border:1px solid #0f766e33}.landing-badge--accent{color:var(--landing-accent);background:#fb923c1a;border:1px solid #fb923c33}.landing-badge--success{color:var(--landing-success);background:#10b9811a;border:1px solid #10b98133}.landing-grid{gap:var(--landing-spacing-lg);display:grid}.landing-grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.landing-grid--3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.landing-grid--4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@keyframes landing-fade-in{0%{opacity:0}to{opacity:1}}@keyframes landing-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes landing-bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes landing-shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes landing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-animate{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.landing-animate--visible{opacity:1;transform:translateY(0)}.landing-animate--stagger>*{opacity:0;transform:translateY(16px)}.landing-animate--visible.landing-animate--stagger>:first-child{animation:.5s .1s forwards landing-slide-up}.landing-animate--visible.landing-animate--stagger>:nth-child(2){animation:.5s .2s forwards landing-slide-up}.landing-animate--visible.landing-animate--stagger>:nth-child(3){animation:.5s .3s forwards landing-slide-up}.landing-animate--visible.landing-animate--stagger>:nth-child(4){animation:.5s .4s forwards landing-slide-up}@media (width<=640px){.landing-section{padding:var(--landing-spacing-2xl) var(--landing-spacing-md)}.landing-section__header{margin-bottom:var(--landing-spacing-xl)}.landing-grid{gap:var(--landing-spacing-md)}}.landing-text-center{text-align:center}.landing-text-left{text-align:left}.landing-text-right{text-align:right}.landing-mb-sm{margin-bottom:var(--landing-spacing-sm)}.landing-mb-md{margin-bottom:var(--landing-spacing-md)}.landing-mb-lg{margin-bottom:var(--landing-spacing-lg)}.landing-mb-xl{margin-bottom:var(--landing-spacing-xl)}.landing-mt-sm{margin-top:var(--landing-spacing-sm)}.landing-mt-md{margin-top:var(--landing-spacing-md)}.landing-mt-lg{margin-top:var(--landing-spacing-lg)}.landing-mt-xl{margin-top:var(--landing-spacing-xl)}.landing-page{background:var(--landing-bg-white);min-height:100vh}.landing-page__scroll-top{background:var(--landing-primary);width:50px;height:50px;color:var(--landing-bg-white);cursor:pointer;transition:all var(--landing-transition-normal);opacity:0;visibility:hidden;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #0f766e4d}.landing-page__scroll-top--visible{opacity:1;visibility:visible;animation:.5s landing-bounce-in}.landing-page__scroll-top:hover{background:var(--landing-primary-light);transform:translateY(-4px)scale(1.1);box-shadow:0 8px 20px #0f766e66}.landing-page__scroll-top:before{content:"↑";font-size:1.5rem;font-weight:700}@media (width<=640px){.landing-page__scroll-top{width:44px;height:44px;bottom:1rem;right:1rem}.landing-page__scroll-top:before{font-size:1.25rem}}.subscription-page{background:var(--landing-bg-white);min-height:100vh;font-family:var(--landing-font-primary)}.subscription-page__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border);background:#fffffff2;padding:0 1.5rem;position:sticky;top:0}.subscription-page__header-inner{max-width:var(--landing-container-max);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.subscription-page__logo img{width:auto;height:40px}.subscription-page__header-actions{align-items:center;gap:.75rem;display:flex}.subscription-page__login-btn{color:var(--landing-text-dark);cursor:pointer;border-radius:var(--landing-radius-md);transition:all var(--landing-transition-fast);font-size:.9rem;font-weight:600;font-family:var(--landing-font-primary);background:0 0;border:none;padding:.5rem 1rem}.subscription-page__login-btn:hover{color:var(--landing-primary);background:#0f766e0d}.subscription-page__main{padding:2rem 0 4rem}.subscription-page__error{color:#991b1b;text-align:center;background:#fef2f2eb;border:1px solid #dc262638;border-radius:8px;max-width:680px;margin:0 auto 1rem;padding:.85rem 1rem;font-weight:600}.subscription-page .pricing-card{opacity:1!important;animation:none!important;transform:none!important}.payment-modal{z-index:200;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.payment-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04161c94;position:absolute;inset:0}.payment-modal__panel{z-index:1;background:#fff;border:1px solid #0f766e29;border-radius:8px;width:min(100%,440px);max-height:calc(100vh - 2.5rem);padding:1.5rem;position:relative;overflow:auto;box-shadow:0 24px 80px #0f172a38}.payment-modal__close{border:1px solid var(--landing-border);width:36px;height:36px;color:var(--landing-text-dark);cursor:pointer;background:#fff;border-radius:999px;font-size:1.4rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.payment-modal__summary{gap:.45rem;padding-right:2.25rem;display:grid}.payment-modal__summary h3{color:var(--landing-text-dark);margin:0;font-size:1.45rem;line-height:1.2}.payment-modal__summary p{color:var(--landing-primary);margin:0;font-size:1.15rem;font-weight:800}.payment-modal__status{width:fit-content;color:var(--landing-primary);text-transform:uppercase;letter-spacing:0;background:#0f766e1a;border-radius:999px;padding:.28rem .65rem;font-size:.76rem;font-weight:800}.payment-modal__status--paid{color:#15803d;background:#16a34a1f}.payment-modal__qr-wrap{background:linear-gradient(135deg,#0f766e14,#0ea5e90f),#f8fafc;border:1px solid #0f766e29;border-radius:8px;place-items:center;margin:1.25rem 0;padding:1rem;display:grid}.payment-modal__qr{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:6px;width:min(100%,260px)}.payment-modal__qr-empty{aspect-ratio:1;width:min(100%,260px);color:var(--landing-text-muted);border:1px dashed #0f766e59;border-radius:6px;place-items:center;font-weight:700;display:grid}.payment-modal__meta{color:var(--landing-text-muted);background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.payment-modal__meta strong{color:var(--landing-text-dark)}.payment-modal__actions{grid-template-columns:1fr auto;gap:.75rem;margin-top:1rem;display:grid}.payment-modal__ghost{border:1px solid var(--landing-border);min-height:44px;color:var(--landing-text-dark);cursor:pointer;background:#fff;border-radius:8px;padding:0 1rem;font-weight:800}.payment-modal__success{text-align:center;justify-items:center;gap:.8rem;padding-top:1.25rem;display:grid}.payment-modal__success-mark{color:#fff;background:#16a34a;border-radius:999px;place-items:center;width:72px;height:72px;font-size:2.2rem;font-weight:900;display:grid}.payment-modal__success h4{color:var(--landing-text-dark);margin:0;font-size:1.35rem}.payment-modal__success p{color:var(--landing-text-muted);margin:0;line-height:1.6}@media (width<=640px){.subscription-page__header-inner{height:56px}.subscription-page__logo img{height:32px}.subscription-page__header-actions{gap:.4rem}.payment-modal__panel{padding:1.15rem}.payment-modal__actions{grid-template-columns:1fr}}.auth-layout{background:linear-gradient(120deg,#14b8a629 0%,#14b8a614 32%,#0000 32%),linear-gradient(300deg,#fb923c29 0%,#fb923c14 24%,#0000 24%),linear-gradient(135deg,#f0fdfa 0%,#eff6ff 50%,#fff7ed 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-layout__shell{grid-template-columns:minmax(0,1.05fr) minmax(360px,440px);align-items:stretch;gap:2rem;width:100%;max-width:980px;display:grid}.auth-layout__brand{color:#0f172a;flex-direction:column;justify-content:center;align-self:center;min-height:430px;padding:1rem 0;animation:.55s both auth-rise;display:flex}.auth-layout__logo-link{cursor:pointer;margin-bottom:.85rem;transition:opacity .2s,transform .2s;display:inline-block}.auth-layout__logo-link:hover{opacity:.85;transform:scale(1.02)}.auth-layout__logo{object-fit:contain;width:100%;max-width:min(100%,440px);height:auto;display:block}.auth-layout__eyebrow{color:#0f766e;letter-spacing:0;text-transform:uppercase;margin-bottom:.85rem;font-size:.82rem;font-weight:800}.auth-layout__tagline{color:#475569;max-width:520px;font-size:1.05rem}.auth-layout__highlights{flex-wrap:wrap;gap:.7rem;margin-top:1.5rem;display:flex}.auth-layout__highlights span{color:#0f766e;background:#ffffffad;border:1px solid #14b8a633;border-radius:999px;padding:.45rem .75rem;font-size:.88rem;font-weight:700}.auth-layout__content{background:#ffffffe0;border:1px solid #0ea5e924;border-radius:8px;align-self:center;padding:2rem;animation:.55s 80ms both auth-rise;position:relative;box-shadow:0 24px 70px #0f172a1f}.auth-layout__back-home{z-index:100;color:#0f766e;cursor:pointer;background:#ffffffe6;border:1px solid #14b8a640;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:fixed;top:2rem;left:2rem;box-shadow:0 4px 12px #0f172a14}.auth-layout__back-home:hover{color:#0d9488;background:#fff;border-color:#14b8a6;transform:translate(-2px);box-shadow:0 6px 16px #14b8a633}.auth-layout__back-home svg{width:16px;height:16px;transition:transform .2s}.auth-layout__back-home:hover svg{transform:translate(-2px)}@keyframes auth-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=820px){.auth-layout{padding:1rem}.auth-layout__shell{grid-template-columns:1fr;gap:1.25rem;max-width:460px}.auth-layout__brand{text-align:left;min-height:auto;padding-top:1rem}.auth-layout__logo{max-width:300px}.auth-layout__back-home{padding:.5rem .9rem;font-size:.8rem;top:1rem;left:1rem}.auth-layout__back-home svg{width:14px;height:14px}}.main-layout{background:#fafafa;height:100vh;display:flex;overflow:hidden}.main-layout__sidebar{color:#0f172a;z-index:100;background:linear-gradient(#f0fdfaf5 0%,#eff6fff5 58%,#fff7ede6 100%);border-right:1px solid #cce7e4;flex-direction:column;width:260px;height:100vh;padding:1.5rem 1rem;transition:transform .3s,width .3s;display:flex;position:fixed;top:0;left:0}.main-layout__sidebar--collapsed{width:0;padding:0;overflow:hidden;transform:translate(-100%)}.sidebar__brand{border-bottom:1px solid #0f766e24;flex-direction:column;align-items:center;margin-bottom:1.5rem;padding:0 0 1.25rem;text-decoration:none;transition:opacity .2s;display:flex}.sidebar__brand:hover{opacity:.8}.sidebar__brand:active{opacity:.6}.sidebar__brand-logo{object-fit:contain;width:100%;max-width:180px;height:auto;display:block}.sidebar__nav{flex-direction:column;flex:1;gap:.35rem;padding:0;display:flex}.sidebar__nav-item{color:#475569;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.sidebar__nav-item:hover{color:#0f766e;background:#ffffffbd}.sidebar__nav-item--active{color:#0f766e;background:#fff;font-weight:600;box-shadow:0 8px 18px #0f766e1a}.sidebar__nav-group{flex-direction:column;display:flex}.sidebar__nav-item--parent{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding-right:.75rem;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.sidebar__nav-item--has-active-child{color:#0f766e}.sidebar__nav-chevron{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='%23475569'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 14px;width:16px;height:16px;margin-left:auto;transition:transform .2s;display:inline-block;transform:rotate(-90deg)}.sidebar__nav-chevron--expanded{transform:rotate(0)}.sidebar__nav-submenu{border-left:1px solid #0f766e33;flex-direction:column;gap:.25rem;margin:.35rem 0 .2rem 1rem;padding-left:.65rem;display:flex}.sidebar__nav-item--sub{border-radius:6px;padding:.6rem .85rem;font-size:.9rem}.sidebar__nav-item--sub.sidebar__nav-item--active{box-shadow:none;color:#0f766e}.sidebar__logout-btn{color:#475569;background:#ffffffb8;border-radius:8px;min-height:44px;margin-top:1rem;font-weight:500;transition:all .2s}.sidebar__logout-btn:hover{color:#0f766e;background:#fff}.sidebar-toggle{color:#475569;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:auto;font-size:1.5rem;transition:all .2s;display:flex}.sidebar-toggle:hover{color:#0f766e;background:#f5f5f5}.sidebar-toggle__icon{line-height:1;transition:transform .3s;display:block}.sidebar-toggle__icon--collapsed{transform:rotate(90deg)}.main-layout__content{flex-direction:column;flex:1;height:100vh;margin-left:260px;transition:margin-left .3s;display:flex;overflow:hidden}.main-layout__sidebar--collapsed~.main-layout__content{margin-left:0}.main-layout__header{z-index:50;background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;min-height:64px;padding:0 2rem;transition:left .3s;display:flex;position:fixed;top:0;left:260px;right:0}.main-layout__sidebar--collapsed~.main-layout__content .main-layout__header{left:0}.profile-menu{position:relative}.profile-menu__trigger{color:#333;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.75rem;max-width:min(360px,100vw - 2rem);min-height:48px;padding:.35rem .65rem .35rem .35rem;transition:all .2s;display:flex}.profile-menu__trigger:hover,.profile-menu__trigger[aria-expanded=true]{background:#f5f5f5}.profile-menu__avatar{aspect-ratio:1;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#14b8a6 100%);border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:800;display:inline-flex;overflow:hidden}.profile-menu__avatar img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.profile-menu__avatar--large{width:48px;height:48px;font-size:.88rem}.profile-menu__identity{text-align:right;flex-direction:column;min-width:0;display:flex}.profile-menu__identity strong{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:.95rem;line-height:1.3;overflow:hidden}.profile-menu__identity span{color:#666;font-size:.8rem;line-height:1.3}.profile-menu__chevron{color:#666;font-size:.85rem;line-height:1;transition:transform .2s}.profile-menu__chevron--open{transform:rotate(180deg)}.profile-menu__dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:280px;padding:.5rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 4px 12px #0000001a}.profile-menu__summary{border-bottom:1px solid #f0f0f0;align-items:center;gap:.85rem;padding:.75rem;display:flex}.profile-menu__summary div{flex-direction:column;min-width:0;display:flex}.profile-menu__summary div>strong,.profile-menu__summary div>span,.profile-menu__summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-menu__summary div>strong{color:#333;font-size:.96rem}.profile-menu__summary div>span{color:#666;font-size:.84rem}.profile-menu__summary small{color:#1a73e8;margin-top:.2rem;font-size:.78rem;font-weight:600}.profile-menu__item{color:#333;text-align:left;background:0 0;border-radius:6px;width:100%;min-height:40px;margin-top:.25rem;padding:.6rem .75rem;font-size:.92rem;transition:all .15s;display:block}.profile-menu__item:hover{background:#f5f5f5}.profile-menu__item--danger{color:#d32f2f}.profile-menu__item--danger:hover{background:#ffebee}.main-layout__page{background:#fafafa;flex:1;height:calc(100vh - 64px);margin-top:64px;padding:2rem;overflow-y:auto}@media (width<=820px){.main-layout{flex-direction:column;height:auto;overflow:visible}.main-layout__sidebar{width:100%;height:auto;padding:1rem;position:static}.main-layout__sidebar--collapsed{width:100%;transform:none}.main-layout__content{height:auto;margin-left:0;overflow:visible}.main-layout__header{padding:0 1rem;position:static;left:auto}.main-layout__page{height:auto;margin-top:0;overflow:visible}.sidebar__nav{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.sidebar__nav-item{white-space:nowrap}.profile-menu__identity{display:none}.profile-menu__dropdown{min-width:min(280px,100vw - 2rem)}}.not-found-page{background:linear-gradient(135deg,#0f0c29 0%,#302b63 50%,#24243e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-page__content{text-align:center}.not-found-page__code{color:#ffffff1a;margin-bottom:.5rem;font-size:8rem;font-weight:900;line-height:1}.not-found-page__title{color:#fff;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.not-found-page__desc{color:#fff9;max-width:400px;margin-bottom:2rem}.not-found-page__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#818cf8);border:none;border-radius:10px;padding:.75rem 2rem;font-size:.95rem;font-weight:500;transition:transform .2s,box-shadow .2s}.not-found-page__btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f159}
