.dashboard{width:100%;max-width:795px;margin:0 auto}.current-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.value-card{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.5rem}.value-label{font-size:.8rem;color:#666;font-weight:500}.value-number{font-size:1.5rem;font-weight:700;color:#333}.charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.chart-container{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.chart-container h3{margin-bottom:.75rem;color:#333;font-size:1rem}.chart-wrapper{width:100%;aspect-ratio:2 / 1;position:relative}.chart-stats{margin-top:.5rem;text-align:center;font-size:.85rem;color:#666;font-weight:500}.dashboard-footer{margin-top:2rem;padding-top:1rem}.footer-divider{border:none;border-top:1px solid #ccc;margin:0 0 1rem}.footer-credits{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#666;margin-bottom:.75rem}.footer-left{text-align:left}.footer-right{text-align:right}.footer-sponsor{text-align:center;font-size:.85rem;color:#666}.footer-sponsor a{color:#06c;text-decoration:none}.footer-sponsor a:hover{text-decoration:underline}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#e6f2ff;color:#333;padding:1rem 1.5rem;box-shadow:0 2px 8px #0000001a;text-align:center}.app-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.header-datetime{font-size:.95rem;font-weight:700;margin-bottom:.5rem}.header-spacer{height:.5rem}.header-coordinates{font-size:.9rem;font-weight:700}.header-astro{font-size:.85rem;font-weight:700}.app-main{flex:1;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container h2{color:#e53e3e;margin-bottom:1rem}.error-container button{margin-top:1rem;padding:.75rem 1.5rem;background-color:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s}.error-container button:hover{background-color:#5568d3}@media (max-width: 768px){.app-header h1{font-size:1.8rem}.app-main{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{min-height:100vh}
