*{box-sizing:border-box}body,html{margin:0;padding:0;background:#fff;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}input:focus,select:focus,textarea:focus{outline:none;border-color:#0f6e56!important;box-shadow:0 0 0 2px rgba(15,110,86,.15)}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f8f9fa}.auth-card{width:100%;max-width:420px;background:#fff;border:.5px solid #eee;border-radius:16px;padding:1.75rem 1.5rem;box-shadow:0 2px 20px rgba(0,0,0,.07)}.app-wrap{font-family:system-ui,sans-serif;font-size:15px;color:#1a1a1a;min-height:100vh}.app-body{display:flex}.app-sidebar{display:none}.app-nav-mobile{display:flex;border-bottom:.5px solid #eee;background:#fff;overflow-x:auto}.app-main{flex:1 1;min-width:0}.form-content{max-width:680px}.cards-grid{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.cards-grid>*{margin-bottom:0!important}@media (min-width:768px){.auth-card{padding:2.5rem 2.25rem}.cards-grid{grid-template-columns:repeat(2,1fr)}.form-content{max-width:720px}}@media (min-width:1024px){.app-sidebar{display:flex;flex-direction:column;width:220px;min-width:220px;flex-shrink:0;border-right:.5px solid #eee;background:#fff;padding:.75rem 0;position:-webkit-sticky;position:sticky;top:0;max-height:100vh;overflow-y:auto;align-self:flex-start}.app-sidebar .nav-btn{text-align:left!important;padding:10px 22px!important;border-bottom:none!important;border-left:3px solid transparent!important;width:100%!important;flex:unset!important;font-size:13px!important;min-width:unset!important;white-space:nowrap;border-radius:0!important}.app-sidebar .nav-btn-active{color:#0f6e56!important;border-left:3px solid #0f6e56!important;background:#e1f5ee!important;font-weight:500!important}.app-nav-mobile{display:none}.cards-grid{grid-template-columns:repeat(2,1fr)}.app-body{min-height:calc(100vh - 52px)}}@media (min-width:1400px){.app-sidebar{width:260px;min-width:260px}.cards-grid{grid-template-columns:repeat(3,1fr)}}