*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}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;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}a{color:inherit;text-decoration:none}.development-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{max-width:800px;text-align:center;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.logo{margin-bottom:40px}.logo h1{font-size:4rem;font-weight:800;color:#e74c3c;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.logo-icon{font-size:3rem;margin-top:10px}.status{margin-bottom:50px}.status h2{font-size:2.5rem;color:#2c3e50;margin-bottom:15px;font-weight:600}.status p{font-size:1.2rem;color:#7f8c8d;max-width:500px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px;margin-bottom:50px}.feature{padding:30px 20px;background:hsla(0,0%,100%,.7);border-radius:15px;border:1px solid rgba(231,76,60,.1);transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature .icon{font-size:2.5rem;display:block;margin-bottom:15px}.feature h3{font-size:1.3rem;color:#2c3e50;margin-bottom:10px;font-weight:600}.feature p{color:#7f8c8d;font-size:.95rem}.coming-soon{margin-bottom:40px}.coming-soon>p:first-child{font-size:1.5rem;color:#e74c3c;font-weight:600;margin-bottom:20px}.progress-bar{width:100%;height:12px;background:rgba(231,76,60,.1);border-radius:6px;overflow:hidden;margin-bottom:10px}.progress{height:100%;background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:6px;transition:width .3s ease;position:relative}.progress:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-text{color:#7f8c8d;font-size:.9rem;font-weight:500}.footer{border-top:1px solid rgba(231,76,60,.1);padding-top:30px}.footer p{color:#95a5a6;font-size:.9rem}@media (max-width:768px){.container{padding:40px 20px}.logo h1{font-size:3rem}.status h2{font-size:2rem}.features{grid-template-columns:1fr;gap:20px}.feature{padding:20px 15px}}@media (prefers-color-scheme:dark){body{background:linear-gradient(135deg,#2c3e50,#34495e)}.container{background:rgba(44,62,80,.95)}.container,.feature h3,.status h2{color:#ecf0f1}.feature{background:rgba(52,73,94,.7);border-color:rgba(231,76,60,.2)}}h1{font-size:2.5rem;margin-bottom:1rem}p{font-size:1.125rem;margin-bottom:2rem}