:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px}.auth-card{background:#fff;border:1px solid #e5e5e7;border-radius:12px;padding:48px 40px;width:100%;max-width:400px;box-shadow:0 4px 16px #0000000a}.auth-header{text-align:center;margin-bottom:32px}.auth-title{font-size:32px;font-weight:600;color:#1d1d1f;margin:0 0 8px;letter-spacing:-.5px}.auth-subtitle{font-size:17px;color:#6e6e73;margin:0;font-weight:400}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.form-label{font-size:14px;font-weight:500;color:#1d1d1f;margin-bottom:6px}.form-input{padding:12px 16px;border:1px solid #d2d2d7;border-radius:8px;font-size:16px;background:#fff;color:#1d1d1f;transition:border-color .15s ease}.form-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.form-input::placeholder{color:#8e8e93}.auth-button{background:#1d1d1f;color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .15s ease;margin-top:8px}.auth-button:hover{background:#424245}.auth-button:active{background:#1d1d1f}.auth-button:disabled{background:#f5f5f7;color:#8e8e93;cursor:not-allowed}.auth-error{background:#ffeaea;color:#d70015;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px;border:1px solid #ffd3d3}.auth-link-container{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #f5f5f7}.auth-link-text{color:#6e6e73;font-size:14px;margin:0 0 8px}.auth-link{color:#007aff;text-decoration:none;font-weight:500;font-size:16px}.auth-link:hover{text-decoration:underline}.auth-button-loading:after{content:"";display:inline-block;width:16px;height:16px;margin-left:8px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.advice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.content-container{background:#fff;border-radius:12px;padding:32px 20px;width:100%;max-width:600px;margin:0 auto;min-height:60vh}.data-container{background:#fff;border-radius:12px;padding:32px 20px;width:100%;max-width:700px;margin:0 auto;min-height:60vh}.page-title{color:#1d1d1f;font-size:22px;font-weight:600;margin:"0 0 8px 0";font-family:'"Schoolbell", cursive'}.page-subtitle{color:"#6e6e73";font-size:"14px";margin:0;font-family:'"Schoolbell", cursive'}.section-title{color:#1d1d1f;margin:"0 0 16px 0";font-size:"20px";border-bottom:"1px solid #e5e5e7";padding-bottom:"8px"}.cave-text{font-family:'"Schoolbell", cursive'}@media (max-width: 480px){.auth-card{padding:32px 24px;margin:0 16px}.content-container,.data-container{padding:24px 16px;margin:0 8px}.auth-title,.page-title{font-size:20px}.page-subtitle{font-size:13px}.advice-grid{grid-template-columns:1fr;gap:12px}.section-title{font-size:18px}}.loading-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#2a2a2a);z-index:9999;overflow:hidden}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:fadeInUp .8s ease-out}.loading-spinner{margin-bottom:2rem}.spinner-circle{width:80px;height:80px;position:relative;border:3px solid rgba(138,43,226,.2);border-radius:50%;animation:spin 2s linear infinite}.spinner-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:2px solid rgba(138,43,226,.4);border-radius:50%;animation:spin-reverse 1.5s linear infinite}.spinner-dot{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:linear-gradient(45deg,#8a2be2,#daa520);border-radius:50%;box-shadow:0 0 20px #8a2be299;animation:pulse 1s ease-in-out infinite alternate}.loading-text{margin-bottom:2rem}.loading-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-shadow:0 2px 10px rgba(138,43,226,.5);letter-spacing:-.5px;animation:glow 2s ease-in-out infinite alternate}.loading-subtitle{font-size:1.1rem;color:#b8b8b8;margin:0;font-weight:400;opacity:.8;animation:fadeInText 1.5s ease-in-out infinite alternate}.loading-stars{position:absolute;width:100%;height:100%;pointer-events:none}.star{position:absolute;font-size:1.5rem;opacity:.6;animation:twinkle 3s ease-in-out infinite}.star-1{top:20%;left:15%;animation-delay:0s}.star-2{top:15%;right:20%;animation-delay:1s;font-size:1.2rem}.star-3{bottom:25%;right:15%;animation-delay:2s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes pulse{0%{transform:translate(-50%) scale(1);box-shadow:0 0 20px #8a2be299}to{transform:translate(-50%) scale(1.2);box-shadow:0 0 30px #8a2be2cc}}@keyframes glow{0%{text-shadow:0 2px 10px rgba(138,43,226,.5)}to{text-shadow:0 2px 20px rgba(138,43,226,.8),0 0 30px rgba(138,43,226,.4)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInText{0%{opacity:.6}to{opacity:1}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@media (max-width: 768px){.loading-title{font-size:2rem}.loading-subtitle{font-size:1rem}.spinner-circle{width:60px;height:60px}.spinner-inner{width:45px;height:45px}.spinner-dot{width:10px;height:10px}}@media (max-width: 480px){.loading-title{font-size:1.8rem}.loading-subtitle{font-size:.9rem}.spinner-circle{width:50px;height:50px}.spinner-inner{width:35px;height:35px}.spinner-dot{width:8px;height:8px}}
