body{font-family:Inter,sans-serif}.login-container{height:100vh;display:flex;overflow:hidden}.login-section{width:33.333%;min-width:33.333%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:rgba(255,255,255,.95);flex-shrink:0}.login-section form{width:100%;max-width:420px}.login-logo{width:100%;max-width:420px;text-align:center;margin-bottom:2rem}.login-logo h1{font-size:2rem;font-weight:700;color:#438eb9;margin-bottom:.5rem}.login-logo p{color:#64748b;font-size:.875rem}.login-footer{width:100%;max-width:420px;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.login-footer p{font-size:.75rem;color:#64748b}.updates-section{flex:1;display:flex;flex-direction:column;padding:3rem;color:#fff;background:linear-gradient(135deg,#5ba3c7 0,#4a94b8 25%,#438eb9 50%,#3d85ab 75%,#3578a0 100%);overflow-y:auto;min-height:0}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:0;border-color:#438eb9;box-shadow:0 0 0 3px rgba(67,142,185,.1)}.input-icon-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.875rem}.input-icon-wrapper .form-input{padding-left:2.75rem}.form-checkbox-wrapper{display:flex;align-items:center;margin-bottom:1.5rem;gap:.75rem}.form-checkbox{width:1rem;height:1rem;border:1px solid #cbd5e1;border-radius:.25rem;cursor:pointer;appearance:none;position:relative;flex-shrink:0}.form-checkbox:checked{background-color:#438eb9;border-color:#438eb9}.form-checkbox:checked::after{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem}.form-checkbox-label{font-size:.875rem;color:#475569;cursor:pointer;user-select:none}.btn-login{width:100%;padding:.875rem 1rem;background-color:#438eb9;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.btn-login:hover{background-color:#3578a0}.btn-login:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:none}.error-message.show{display:block}.success-message{color:#22c55e;font-size:.875rem;margin-top:.5rem;display:none}.success-message.show{display:block}.forgot-password-link{text-align:center;margin-top:1rem}.forgot-password-link a{color:#438eb9;font-size:.875rem;text-decoration:none;transition:color .2s ease}.forgot-password-link a:hover{color:#3578a0;text-decoration:underline}.btn-modal{padding:.625rem 1.25rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;border:none}.btn-modal-secondary{background-color:#f1f5f9;color:#334155}.btn-modal-secondary:hover{background-color:#e2e8f0}.btn-modal-primary{background-color:#438eb9;color:#fff}.btn-modal-primary:hover{background-color:#3578a0}.changelog-header{text-align:center;margin-bottom:2rem}.changelog-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.gradient-text{background:linear-gradient(135deg,#fff,rgba(255,255,255,.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.changelog-subtitle{font-size:1rem;opacity:.9;color:rgba(255,255,255,.9)}.changelog-subtitle strong{color:#fff}.changelog-content{display:flex;flex-direction:column;gap:1.25rem}.changelog-empty,.changelog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:rgba(255,255,255,.8);font-size:.875rem}.changelog-empty i,.changelog-loading i{font-size:2rem;opacity:.7}.changelog-loading-more{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;color:rgba(255,255,255,.8);font-size:.8rem}.changelog-loading-more i{font-size:1rem}.changelog-card-featured{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 8px 30px rgba(0,0,0,.15);border-left:5px solid #10b981}.changelog-card-normal{background:rgba(255,255,255,.98);padding:1.25rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.08)}.changelog-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.changelog-icon{display:flex;align-items:center;justify-content:center;border-radius:.75rem;flex-shrink:0}.changelog-icon.icon-featured{width:3rem;height:3rem;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 20px rgba(16,185,129,.3)}.changelog-icon.icon-featured i{font-size:1.25rem;color:#fff}.changelog-icon.icon-normal{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#438eb9,#3578a0)}.changelog-icon.icon-normal i{font-size:1rem;color:#fff}.changelog-info{flex:1}.changelog-version{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .25rem 0}.changelog-card-normal .changelog-version{font-size:1rem;font-weight:600}.changelog-date{font-size:.8rem;color:#6b7280;margin:0}.changelog-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.375rem .75rem;border-radius:1.25rem;font-size:.7rem;font-weight:600;letter-spacing:.025em}.changelog-items{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:600px){.changelog-items{grid-template-columns:repeat(2,1fr)}}.changelog-type-section{padding:.875rem;border-radius:.625rem}.changelog-type-section.featured{background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)}.changelog-type-title{font-size:.8rem;font-weight:600;color:#1f2937;margin:0 0 .5rem 0;display:flex;align-items:center;gap:.5rem}.tipo-novo{color:#10b981!important}.tipo-aprimorado{color:#438eb9!important}.tipo-correcao{color:#f97316!important}.changelog-type-list{margin:0;padding-left:1.125rem;color:#4b5563;font-size:.8rem;line-height:1.5;list-style-type:disc}.changelog-type-list li{margin-bottom:.5rem;padding-left:.25rem}.changelog-type-list li::marker{color:#9ca3af}.changelog-type-list li:last-child{margin-bottom:0}.updates-section::-webkit-scrollbar{width:6px}.updates-section::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.updates-section::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}.updates-section::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}@media (max-width:1024px){.updates-section{display:none!important}.login-container{height:100vh;flex-direction:column;justify-content:center;align-items:center;overflow:auto;background:linear-gradient(135deg,#5ba3c7 0,#4a94b8 25%,#438eb9 50%,#3d85ab 75%,#3578a0 100%)}.login-section{width:100%;min-width:unset;max-width:420px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);margin:1rem;flex-shrink:0}}@media (min-width:1025px){.updates-section{display:flex}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.updates-section{display:flex!important;flex:1}.login-container{flex-direction:row;overflow:hidden}.login-section{width:33.333%;min-width:33.333%}}