.App{text-align:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.App-header{padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.App-header h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.App-header>p{font-size:1.2rem;margin-bottom:3rem;max-width:600px;line-height:1.6}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin-bottom:3rem}.feature{background:#ffffff1a;padding:1.5rem;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature h3{font-size:1.3rem;margin-bottom:.5rem}.feature p{font-size:.9rem;line-height:1.5;opacity:.9}.status{background:#ffffff1a;padding:1.5rem;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);max-width:600px}.status p{margin:.5rem 0;font-size:1rem}.status p:first-child{font-weight:700;font-size:1.1rem}@media (max-width: 768px){.App-header h1{font-size:2rem}.features{grid-template-columns:1fr;gap:1rem}.feature{padding:1rem}}body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
