body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Arial,sans-serif;margin:0;padding:0}.home-container{display:flex;flex-direction:column;min-height:100vh}.header{background-color:#2c3e50;color:#fff;padding:2rem;text-align:center}.header-title{font-size:2.5rem}.main-content{align-items:center;background-color:#f5f5f5;flex:1 1;padding:3rem 1rem}.main-content,.portals{display:flex;justify-content:center}.portals{gap:2rem;max-width:1000px;width:100%}.portal{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:1 1;max-width:400px;padding:2rem;text-align:center;transition:transform .3s ease}.portal:hover{transform:translateY(-10px)}.portal-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.portal-description{color:#7f8c8d;margin-bottom:1.5rem}.portal-button{border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.employee-button{background-color:#2980b9}.customer-button{background-color:#27ae60}.portal-button:hover{opacity:.9}.footer{background-color:#34495e;color:#fff;padding:1.5rem;text-align:center}.footer-content{display:flex;justify-content:space-between;margin:0 auto;max-width:1000px}.footer-section{flex:1 1}.maintenance-container{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;min-height:100vh;padding:1rem}.maintenance-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;max-width:600px;padding:3rem;text-align:center}.maintenance-title{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem}.maintenance-message{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.maintenance-icon{font-size:4rem;margin:1rem 0 2rem}.back-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;transition:background-color .3s ease}.back-button:hover{background-color:#2980b9}@media (max-width:768px){.portals{align-items:center;flex-direction:column}.portal{width:100%}.footer-content{flex-direction:column;gap:1rem}.maintenance-content{margin:1rem;padding:2rem}}
/*# sourceMappingURL=main.8db65cf2.css.map*/