*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:#f5f5f5;color:#212121;line-height:1.5;min-height:100vh}#root{min-height:100vh}.layout{display:flex;min-height:100vh}.layout__sidebar{width:260px;flex-shrink:0;transition:width .2s ease}.layout__sidebar--collapsed{width:72px}.layout__main{flex:1;display:flex;flex-direction:column;min-width:0}.layout__header{height:64px;flex-shrink:0}.layout__content{flex:1;padding:24px;overflow-y:auto}.auth-layout{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.auth-layout__logo{margin-bottom:32px}.auth-layout__card{width:100%;max-width:420px;padding:32px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.12);box-shadow:0 4px 20px #0000001a}.auth-layout__footer{margin-top:24px;text-align:center;color:#666;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:16px}.auth-layout__trust-badge{display:flex;align-items:center;gap:4px;color:#666}.text-center{text-align:center}.text-muted{color:#666}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}
