*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.home-content{max-width:1200px;width:100%}.hero-section{animation:fadeInUp .8s ease-out;margin-bottom:4rem;text-align:center}.hero-title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 12px #0003}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:300}.content-section{animation:fadeInUp .8s ease-out .2s both;margin-bottom:3rem}.content-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.content-card:hover{box-shadow:0 12px 48px #00000026;transform:translateY(-4px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.card-header h2{color:#333;font-size:2rem;font-weight:600}.status-badge{border-radius:20px;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.status-badge.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.card-description{color:#555;font-size:1.125rem;line-height:1.8}.info-section{grid-gap:2rem;animation:fadeInUp .8s ease-out .4s both;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.info-card:hover{box-shadow:0 12px 48px #00000026;transform:translateY(-4px)}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.info-card p{color:#666;font-size:1rem;line-height:1.6}.loading-spinner{color:#fff;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin:0 auto 1rem;width:50px}.loading-spinner p{font-size:1.25rem;font-weight:500}.error-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem;text-align:center}.error-message p{color:#e53e3e;font-size:1.25rem;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.content-card{padding:1.5rem}.card-header{align-items:flex-start;flex-direction:column;gap:1rem}.info-section{grid-template-columns:1fr}}.app{display:flex;flex-direction:column;min-height:100vh}