@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap";.auth-form-container{width:100%;max-width:500px;margin:0 auto;padding:2.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#555;font-size:.875rem}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#227b7e}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group small{color:#666;font-size:.75rem}.submit-button{padding:.875rem;background-color:#227b7e;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){background-color:#0a414e}.submit-button:disabled{background-color:#b0b0b0;cursor:not-allowed}.form-footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.link-button{background:none;border:none;color:#227b7e;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:.25rem}.link-button:hover:not(:disabled){color:#0a414e}.link-button:disabled{color:#b0b0b0;cursor:not-allowed}.error-message{padding:.75rem;background-color:#fee;border:1px solid #fcc;border-radius:4px;color:#c33;font-size:.875rem}.success-message{padding:.75rem;background-color:#efe;border:1px solid #cfc;border-radius:4px;color:#3c3;font-size:.875rem}.info-message{text-align:center;color:#666;margin-bottom:1rem;font-size:.875rem}.info-message strong{color:#333}.env-indicator{position:fixed;top:1rem;right:1rem;z-index:1000}.env-badge{display:flex;align-items:center;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #00000026}.env-badge-staging{background-color:#227b7e}.env-label{font-weight:700;letter-spacing:.5px}@media(max-width:768px){.env-indicator{top:.5rem;right:.5rem}.env-badge{padding:.4rem .8rem;font-size:.7rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#efefef;min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;max-width:600px;margin:0 auto;width:100%}.dashboard{max-width:800px;width:100%;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #00000026}.dashboard h1{color:#0a414e;margin-bottom:2rem;text-align:center;font-weight:600}.user-info{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.user-info h2{color:#555;font-size:1.25rem;margin-bottom:1rem}.user-info p{color:#666;margin-bottom:.5rem;font-size:.95rem}.user-info strong{color:#333}.info-section{background:#e8f5f5;border-left:4px solid #227B7E;border-radius:4px;padding:1.5rem;margin-bottom:2rem}.info-section h2{color:#0a414e;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.info-section p{color:#555;margin-bottom:.75rem;line-height:1.6}.info-section code{background:#fff;padding:.2rem .5rem;border-radius:3px;font-family:Courier New,monospace;color:#c7254e;font-size:.9rem}.info-section ul{margin-left:1.5rem;color:#555}.info-section li{margin-bottom:.5rem}.logout-button{width:100%;padding:.875rem;background-color:#dc3545;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.logout-button:hover{background-color:#c82333}.loading-container{display:flex;align-items:center;justify-content:center;min-height:200px;color:#666;font-size:1.1rem}.auth-header{text-align:center;margin-bottom:2rem;width:100%}.auth-header img{width:60%;max-width:260px}.auth-partnership{text-align:center;margin-top:2rem;margin-bottom:1rem;width:100%}.auth-partnership-text{font-size:.875rem;color:#666;margin-bottom:.5rem}.auth-partnership img{width:160px}.auth-footer{text-align:center;margin-top:.5rem;width:100%;font-size:.875rem;color:#999}
