@charset "UTF-8";*{box-sizing:border-box;font-family:Inter,Arial,sans-serif}html,body{height:100%}body{margin:0;background:#f6f8fb;color:#1d2939}app-root{display:block;min-height:100%}.landing-wrapper{min-height:100vh}.app-login-shell{background:#0c9bd7;display:flex;align-items:center;justify-content:center;padding:1rem}.app-login-stack{display:flex;flex-direction:column;align-items:center;gap:.8rem}.app-login-logo{width:152px;height:152px;object-fit:cover;border-radius:50%;display:block;outline:2px solid #0c9bd7}.app-login-card{width:min(430px,100%);background:#fffffff0;border-radius:24px;box-shadow:0 24px 46px #043f5b38;border:1px solid rgba(255,255,255,.75);backdrop-filter:blur(4px);overflow:hidden}.principal-header{background:transparent;color:#0f3550;padding:1.2rem 1.2rem 1.35rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}.mobile-auth-header{flex-direction:column;align-items:stretch;border-bottom-left-radius:0;border-bottom-right-radius:0}.brand h1{margin:0 0 .2rem;font-size:1.4rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-badge{width:44px;height:44px;border-radius:14px;background:#ffffff2e;display:grid;place-items:center;font-weight:700;letter-spacing:.5px}.brand p{margin:0;opacity:.9;font-size:.9rem}.login-area{display:flex;flex-direction:column;align-items:stretch;gap:.55rem}.input-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.4px;opacity:1;color:#17567d;font-weight:700}.login-area input,.login-area select{width:100%;padding:.75rem .8rem;border:1px solid #b6dff0;border-radius:12px;font-size:.95rem;background:#f7fcff;color:#0f3550}.login-area input:focus,.login-area select:focus{outline:none;border-color:#0c9bd7;box-shadow:0 0 0 3px #0c9bd733}.login-area button{border:0;border-radius:12px;background:#0c9bd7;color:#fff;padding:.75rem .85rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background-color .18s ease,transform .12s ease}.login-area button:hover:not(:disabled){background:#0b8fc8;transform:translateY(-1px)}.login-area button:disabled{background:#98c8dc;cursor:not-allowed}.login-area button.secondary{background:#344054}.welcome-box{border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.65rem .75rem;background:#ffffff14}.welcome-box small{display:block;opacity:.85}.welcome-box strong{display:block;font-size:.95rem}.actions{display:grid;grid-template-columns:1fr 92px;gap:.5rem}.hero,.page-card{background:#fff;margin:1.25rem;border-radius:12px;padding:1.25rem;border:1px solid #eaecf0}.mobile-auth-footer{margin-top:0;background:#f8fafc;border-radius:14px}.mobile-auth-footer h2{margin-top:0;font-size:1.05rem}.mobile-auth-footer p{margin-bottom:0;color:#475467}.layout-wrapper{min-height:100vh;display:flex;flex-direction:column;position:relative;background:linear-gradient(180deg,#f2fbff,#e7f6fd)}.layout-content{flex:1 1 auto;display:grid;grid-template-columns:280px 1fr;align-items:stretch;transition:grid-template-columns .25s ease}app-barra-lateral{display:flex;flex-direction:column;min-height:100%;height:100%;align-self:stretch}.layout-wrapper.sidebar-collapsed .layout-content{grid-template-columns:84px 1fr}.sidebar{flex:1 1 auto;display:flex;flex-direction:column;min-height:100%;width:100%;background:linear-gradient(180deg,#0c9bd7,#0b8fc8);padding:1rem .75rem;border-right:1px solid rgba(255,255,255,.28)}.menu-list{list-style:none;margin:0;padding:0}.menu-list li{margin-bottom:.45rem}.menu-list a{color:#fffffff2;text-decoration:none;display:flex;align-items:center;gap:.7rem;border-radius:10px;padding:.65rem .6rem;transition:background-color .2s ease,color .2s ease}.menu-list a:hover{background:#fff3;color:#fff}.menu-list a.active-route{background:#ffffff4d;color:#fff}.menu-icon{width:30px;height:30px;border-radius:8px;background:#ffffff3d;display:grid;place-items:center;flex:0 0 30px}.menu-icon svg{width:17px;height:17px;fill:currentColor}.menu-label{white-space:nowrap}.layout-wrapper.sidebar-collapsed .menu-label,.layout-wrapper.sidebar-collapsed .menu-section{display:none}.layout-wrapper.sidebar-collapsed .menu-list a{justify-content:center;padding-inline:.2rem}.menu-item-placeholder{display:flex;align-items:center;gap:.7rem;border-radius:10px;padding:.65rem .6rem;color:#ffffffb3;cursor:default;-webkit-user-select:none;user-select:none;pointer-events:none}.layout-wrapper.sidebar-collapsed .menu-item-placeholder{justify-content:center;padding-inline:.2rem}.menu-section{color:#ffffffc7;text-transform:uppercase;font-size:12px}.topbar{background:linear-gradient(90deg,#0c9bd7,#0b8fc8);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.1rem;min-height:60px;border-bottom:1px solid rgba(255,255,255,.28)}.topbar-left{display:flex;align-items:center;gap:.65rem}.topbar .logo{display:block;width:42px;height:42px;flex-shrink:0;border-radius:50%;object-fit:cover;object-position:center;filter:drop-shadow(0 0 6px rgba(255,255,255,.42)) drop-shadow(0 0 12px rgba(12,155,215,.32)) drop-shadow(0 0 18px rgba(11,143,200,.18))}.icon-button{width:36px;height:36px;border:0;border-radius:10px;background:#ffffff3d;color:#fff;display:grid;place-items:center;cursor:pointer}.icon-button:hover{background:#ffffff57}.hamburger-icon,.hamburger-icon:before,.hamburger-icon:after{width:16px;height:2px;background:currentColor;display:block;border-radius:10px;content:""}.hamburger-icon{position:relative}.hamburger-icon:before{position:absolute;top:-5px;left:0}.hamburger-icon:after{position:absolute;top:5px;left:0}.user-info{display:flex;align-items:center;gap:.5rem}.user-info small{opacity:.8}.user-info button:not(.user-menu-item):not(.icon-button){border:0;background:#ffffff3d;color:#fff;border-radius:8px;padding:.45rem .7rem;cursor:pointer;font-weight:700}.user-info button:not(.user-menu-item):not(.icon-button):hover{background:#ffffff57}.user-menu-wrap{position:relative;flex-shrink:0}.user-menu-trigger.icon-button{width:40px;height:40px}.user-menu-icon{display:block}.user-menu-dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:11rem;padding:.35rem 0;margin:0;list-style:none;background:#fff;color:#101828;border-radius:10px;box-shadow:0 10px 24px #1018281f,0 0 0 1px #1018280f;z-index:50}.user-menu-item{display:block;width:100%;text-align:left;border:0;background:transparent;font:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1rem;cursor:pointer;color:#101828;transition:background-color .12s ease}button.user-menu-item:hover:not(:disabled){background:#f2f4f7}.user-menu-item--placeholder{cursor:default;color:#98a2b3;font-weight:500;pointer-events:none}.layout-main{padding:.9rem;background:transparent}.layout-mask{position:fixed;inset:0;border:0;background:#02061773;opacity:0;pointer-events:none;transition:opacity .2s ease}.layout-mask.visible{opacity:1;pointer-events:auto}.footer{color:#667085;font-size:13px;text-align:center;padding:1rem 0}.error{margin:.75rem 1.25rem 1.25rem;color:#b42318;font-size:.88rem}@media (max-width: 992px){.layout-content,.layout-wrapper.sidebar-collapsed .layout-content{grid-template-columns:1fr}app-barra-lateral{display:block;height:auto;min-height:0}.sidebar{flex:none;display:block;position:fixed;top:60px;left:0;width:280px;min-height:calc(100vh - 60px);transform:translate(-100%);transition:transform .22s ease;z-index:20}.layout-wrapper.mobile-menu-open .sidebar{transform:translate(0)}.layout-wrapper.sidebar-collapsed .sidebar{width:280px}.layout-wrapper.sidebar-collapsed .menu-label,.layout-wrapper.sidebar-collapsed .menu-section{display:initial}.layout-wrapper.sidebar-collapsed .menu-list a,.layout-wrapper.sidebar-collapsed .menu-item-placeholder{justify-content:flex-start;padding-inline:.6rem}}@media (max-width: 600px){.app-login-shell{padding:.6rem}.app-login-logo{width:122px;height:122px}.app-login-card{border-radius:20px}.actions{grid-template-columns:1fr}.login-area button.secondary{width:100%}.user-info span,.user-info small{display:none}}
