.home-container{height:100vh;margin:0;background-image:linear-gradient(180deg,rgba(0,60,125,.07) 78%,rgb(0,45,90) 90%),url(/waves4.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;opacity:1;fill-opacity:.5}.home-header{display:flex;justify-content:center;margin-top:24px}.home-header-content{text-align:center}.home-title{font-size:2rem;font-weight:700;background:var(--primary);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}.home-subtitle,.home-title{animation:fadeInUp .5s ease-in-out}.home-subtitle{font-size:14px;color:var(--primary);margin:4px 0 0}.home-description{color:#666;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;text-align:center}.home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem;animation:fadeInLeft .5s ease-in-out}.home-feature-item{text-align:center;padding:1rem;background:rgba(242,240,255,.333);border-radius:8px;border:1px solid rgba(0,51,153,.1)}.home-feature-icon{width:24px;height:24px;color:#003399;margin:0 auto 8px}.home-feature-text{font-size:12px;font-weight:500;color:#555}.home-access-button{width:100%;animation:fadeInLeft .5s ease-in-out}.home-footer-text{margin-top:8px;font-size:10px}.home-footer-link{color:#e5e7eb;font-weight:700}.loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-with-background{background-image:linear-gradient(180deg,rgba(0,60,125,.07) 78%,rgb(0,45,90) 90%),url(/waves4.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.3);animation:fadeIn .5s ease-out}.loading-spinner{display:flex;justify-content:center;align-items:center;position:relative}.loading-spinner:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid rgba(0,51,153,.1);border-top-color:#003399;animation:spin 1s linear infinite}.loading-spinner-sm{width:32px;height:32px}.loading-spinner-md{width:48px;height:48px}.loading-spinner-lg{width:64px;height:64px}.loading-icon{width:70%;height:70%;color:#003399;animation:spin 1s linear infinite;z-index:1}.loading-message{margin:0;color:#003399;font-size:1.1rem;font-weight:600;text-align:center;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}.loading-inline{position:relative;background:transparent;width:auto;height:auto;padding:1rem;z-index:1}.loading-inline .loading-content{background:rgba(255,255,255,.9);padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.loading-primary .loading-icon,.loading-primary .loading-message{color:#003399}.loading-success .loading-icon,.loading-success .loading-message{color:#16a34a}.loading-warning .loading-icon,.loading-warning .loading-message{color:#ca8a04}.loading-danger .loading-icon,.loading-danger .loading-message{color:#dc2626}.loading-overlay{position:absolute;background:rgba(255,255,255,.8);backdrop-filter:blur(5px)}.loading-overlay .loading-content{background:rgba(255,255,255,.95);border:2px solid rgba(0,51,153,.1)}