@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap";:root{--bg-color:#050505;--text-primary:#fff;--text-secondary:#9ca3af;--accent:#6366f1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{font-family:inherit}.navbar{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#0f0f14b3;border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:0 40px;display:flex}.navbar-logo{cursor:pointer;align-items:center;display:flex}.logo-text{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.navbar-menu{gap:32px;margin:0;padding:0;list-style:none;display:flex}.navbar-item{position:relative}.navbar-link{color:#9ca3af;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-link:hover{color:#fff}.navbar-actions{align-items:center;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #6366f163}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}@media screen and (width<=768px){.navbar-container{padding:0 20px}.navbar-menu{display:none}}.hero-container{flex-direction:column;justify-content:center;align-items:center;max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 80px;display:flex;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:10;max-width:800px;animation:1s ease-out fadeUp}.hero-title{color:#fff;letter-spacing:-1.5px;margin-bottom:24px;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1}.hero-highlight{background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#9ca3af;margin-bottom:40px;font-size:clamp(1.1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-btn{cursor:pointer;border-radius:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.hero-image-container{z-index:5;width:100%;max-width:900px;margin-top:80px;animation:1.2s ease-out .2s backwards fadeUp;position:relative}.hero-glow{z-index:-1;pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0f0f1400 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-dashboard-mockup{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);aspect-ratio:16/9;background:#0f0f14cc;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.mockup-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;gap:8px;padding:12px 16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot-red{background:#ef4444}.dot-yellow{background:#f59e0b}.dot-green{background:#10b981}.mockup-body{flex-direction:column;gap:16px;padding:32px;display:flex}.mockup-line{background:#ffffff0d;border-radius:6px;height:12px}.w-full{width:100%}.w-3\/4{width:75%}.w-5\/6{width:83%}.w-1\/2{width:50%}.mockup-block{background:#ffffff08;border:1px dashed #ffffff1a;border-radius:8px;height:120px;margin:16px 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{z-index:10;background:#0a0a0ff2;border-top:1px solid #ffffff0d;padding:80px 20px 40px;position:relative}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px;display:grid}.footer-brand{max-width:320px}.footer-desc{color:#9ca3af;margin-top:16px;font-size:.95rem;line-height:1.6}.footer-title{color:#fff;margin-bottom:24px;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#9ca3af;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#6366f1}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;display:flex}.copyright{color:#6b7280;font-size:.9rem}.social-links{gap:16px;display:flex}.social-icon{color:#9ca3af;width:20px;height:20px;transition:all .2s}.social-icon:hover{color:#fff;transform:translateY(-2px)}@media screen and (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media screen and (width<=576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;display:flex}
