@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:'Inter',sans-serif;color:#163122;background:linear-gradient(135deg,rgba(236,248,238,.92),rgba(221,243,226,.82)),url('../img/wallpaper/inverno.png') center center/cover no-repeat fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-page{position:relative;display:flex;flex-direction:column}.auth-page__overlay{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(255,255,255,.5),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.22),transparent 24%)}.auth{flex:1;display:flex;align-items:center;justify-content:center;padding:36px 18px}.auth__panel{width:100%;max-width:450px;padding:36px 30px 28px;border-radius:30px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 18px 45px rgba(19,52,33,.12),0 8px 22px rgba(0,0,0,.06);animation:authFadeUp .75s ease}.auth__brand{text-align:center;margin-bottom:30px;animation:authFadeIn .85s ease}.auth__logo{width:min(220px,72%);height:auto;display:block;margin:0 auto 18px;animation:authFloat 5s ease-in-out infinite}.auth__eyebrow{margin:0 0 8px;font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4c8f42}.auth__title{margin:0;font-size:clamp(1.9rem,4vw,2.45rem);line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#173321}.auth__form{width:100%}.auth__field{margin-bottom:18px;animation:authFadeUp .85s ease}.auth__label{display:block;margin-bottom:8px;font-size:.9rem;font-weight:600;color:#294536}.auth__input-wrap{position:relative}.auth__icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#79a07f;font-size:1rem;pointer-events:none}.auth__icon svg{width:18px;height:18px;stroke:#79a07f;fill:none}.auth__input{width:100%;height:58px;padding:0 16px 0 48px;border:1px solid #dce9df;border-radius:16px;outline:none;background:rgba(255,255,255,.96);color:#193226;font-family:inherit;font-size:.97rem;font-weight:500;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background-color .22s ease;box-shadow:0 4px 14px rgba(49,90,60,.04)}.auth__input::placeholder{color:#91a597}.auth__input:focus{border-color:#66a85b;background:#fff;box-shadow:0 0 0 4px rgba(102,168,91,.14),0 10px 22px rgba(49,90,60,.09)}.auth__input--password{padding-right:54px}.auth__toggle-password{position:absolute;top:50%;right:12px;transform:translateY(-50%);width:38px;height:38px;border:none;border-radius:12px;background:transparent;color:#65866a;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.auth__toggle-password:hover{background:rgba(102,168,91,.1);color:#3f7d35}.auth__toggle-password:active{transform:translateY(-50%) scale(.96)}.auth__message{min-height:8px;margin-bottom:18px}.auth__alert{border-radius:14px;padding:13px 14px;font-size:.9rem;line-height:1.45;font-weight:500;animation:authShakeIn .35s ease}.auth__alert--error{color:#9f1f1f;background:#fff0f0;border:1px solid #ffd4d4}.auth__actions{margin-top:8px}.auth__button{width:100%;height:58px;border:none;border-radius:16px;background:linear-gradient(135deg,#5aad4f 0,#418f35 100%);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;box-shadow:0 14px 28px rgba(65,143,53,.28),0 6px 14px rgba(65,143,53,.18)}.auth__button:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 18px 34px rgba(65,143,53,.34),0 8px 16px rgba(65,143,53,.2)}.auth__button:hover .auth__button-text{transform:translateX(1px)}.auth__button:active{transform:translateY(0)}.auth__button-text{display:inline-block;transition:transform .2s ease}.auth-footer{padding:14px 18px 22px;text-align:center}.auth-footer__text{margin:0;font-size:.82rem;line-height:1.5;color:#4f6657}.auth-footer__link{color:#2f7f2c;font-weight:700;text-decoration:none}.auth-footer__link:hover{text-decoration:underline}@keyframes authFadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes authFadeIn{from{opacity:0}to{opacity:1}}@keyframes authFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes authShakeIn{0%{opacity:0;transform:translateY(6px)}50%{opacity:1;transform:translateY(0)}75%{transform:translateX(-2px)}100%{transform:translateX(0)}}@media (max-width:640px){body{background:linear-gradient(180deg,rgba(236,248,238,.98),rgba(221,243,226,.94)),url('../img/fundo.jpg') center top/cover no-repeat}.auth{align-items:flex-end;padding:14px 10px 10px}.auth__panel{max-width:100%;padding:24px 18px 18px;border-radius:24px 24px 18px 18px;background:rgba(255,255,255,.92);box-shadow:0 -8px 24px rgba(19,52,33,.06),0 10px 24px rgba(0,0,0,.05)}.auth__brand{margin-bottom:24px}.auth__logo{width:min(180px,62%);margin-bottom:12px}.auth__eyebrow{font-size:.74rem;letter-spacing:.12em}.auth__title{font-size:1.72rem;line-height:1.05}.auth__field{margin-bottom:15px}.auth__label{font-size:.86rem}.auth__input,.auth__button{height:54px;border-radius:14px;font-size:.95rem}.auth__input{padding-left:46px}.auth__input--password{padding-right:50px}.auth__icon{left:14px;font-size:.95rem}.auth__toggle-password{right:10px;width:36px;height:36px;border-radius:10px}.auth-footer{padding:10px 14px 16px}.auth-footer__text{font-size:.76rem}.install-banner__box{flex-direction:column;align-items:flex-start}.install-banner__actions{width:100%;flex-wrap:wrap}.install-banner__primary,.install-banner__secondary,.install-banner__close{flex:1 1 100%}}@media (max-width:380px){.auth{padding:10px 8px 8px}.auth__panel{padding:22px 14px 16px;border-radius:20px 20px 16px 16px}.auth__title{font-size:1.55rem}.auth__input,.auth__button{height:52px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.install-banner{position:fixed;left:15px;right:15px;bottom:15px;z-index:9999}.install-banner__box{max-width:760px;margin:0 auto;background:rgba(20,20,20,.94);color:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 12px 30px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:space-between;gap:14px}.install-banner__text strong{display:block;margin-bottom:4px;font-size:15px}.install-banner__text p{margin:0;font-size:13px;line-height:1.45;opacity:.92}.install-banner__actions{flex-shrink:0;display:flex;gap:8px;align-items:center}.install-banner__primary,.install-banner__secondary,.install-banner__close{border:none;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:600}.install-banner__primary:hover,.install-banner__secondary:hover,.install-banner__close:hover{opacity:.92}.install-banner__primary{background:#02a207;color:#fff}.install-banner__secondary{background:#fff;color:#1a1a1a}.install-banner__close{background:rgba(255,255,255,.14);color:#fff}.icon{width:18px;height:18px;stroke:#79a07f;fill:none}