@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color: #000000;--text-primary: #FFFFFF;--text-secondary: #A1A1AA;--text-muted: #71717A;--primary-color: #E8FF23;--primary-hover: #d4fc05;--border-color: rgba(255, 255, 255, .1);--card-bg: #09090b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow-x:hidden}a{text-decoration:none;color:inherit}.cadence-app{min-height:100vh;position:relative}.hero-glow-bg{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:100vw;height:1000px;background:radial-gradient(circle at 50% 0%,#e8ff2326,#e8ff230d 30%,#0000 70%);z-index:0;pointer-events:none}.navbar-wrapper{position:sticky;top:0;left:0;width:100%;z-index:50;display:flex;justify-content:center;border-bottom:1px solid rgba(255,255,255,.05);background:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;padding:1.25rem 2rem}.nav-container{display:flex;align-items:center;width:100%;justify-content:space-between}.logo{font-size:1.4rem;font-weight:500;display:flex;align-items:center;gap:.5rem;color:#fff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{font-size:.9rem;font-weight:400;color:#a1a1a1;transition:color .2s ease}.nav-link:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .2s ease;cursor:pointer}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.15)}.btn-outline:hover{background:#ffffff0d}.btn-primary{background-color:var(--primary-color);color:#000;font-weight:600;border:none;padding:.85rem 2rem}.btn-primary:hover{background-color:var(--primary-hover)}.hero-section{position:relative;z-index:10;padding-top:8rem;padding-bottom:4rem;text-align:center}.hero-content{max-width:800px;margin:0 auto;padding:0 1rem}.hero-title{font-size:4.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero-subtitle{font-size:1.25rem;color:#a1a1a1;max-width:650px;margin:0 auto 2.5rem;line-height:1.6}.hero-actions{display:flex;justify-content:center;margin-bottom:4rem}.trust-section{margin-bottom:6rem}.trust-text{font-size:.85rem;color:#777;margin-bottom:1.5rem}.trust-logos{display:flex;justify-content:center;align-items:center;gap:3rem;opacity:.6}.trust-logo{font-weight:700;font-size:1.2rem;color:#fff;opacity:.4;transition:opacity .3s ease}.trust-logo:hover{opacity:.8}.dashboard-mockup-wrapper{max-width:1080px;margin:0 auto;padding:0 1rem}.dashboard-mockup{width:100%;aspect-ratio:16 / 10;background-color:#0a0a0a;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 80px #e8ff230d,0 25px 50px -12px #000c;display:flex;overflow:hidden;text-align:left}.dashboard-sidebar{width:240px;background:#000;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.project-selector{display:flex;align-items:center;gap:.75rem}.project-icon{width:32px;height:32px;background:#3b82f6;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.project-info{display:flex;flex-direction:column;text-align:left}.project-name{font-size:.9rem;font-weight:600;color:#fff}.project-type{font-size:.75rem;color:#888}.sidebar-menu{padding:1.5rem 1rem}.menu-label{display:block;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;text-align:left}.menu-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;color:#a1a1a1;font-size:.85rem;font-weight:500;margin-bottom:.25rem}.menu-item:hover,.menu-item.active{background:#ffffff0d;color:#fff}.dashboard-main{flex:1;display:flex;flex-direction:column;background:#050505}.dashboard-topbar{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center}.breadcrumb{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#a1a1a1}.separator{color:#333}.arrow{color:#666;font-size:.7rem}.calendar-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.month-selector{display:flex;align-items:center;gap:1rem;font-size:1.1rem;font-weight:500;color:#fff}.month-selector svg{color:#666;cursor:pointer}.month-selector svg:hover{color:#fff}.view-selector{display:flex;background:#000;border-radius:6px;padding:2px;border:1px solid rgba(255,255,255,.1);gap:2px}.view-btn{background:transparent;border:none;color:#888;padding:.25rem .75rem;font-size:.75rem;border-radius:4px;cursor:pointer;font-weight:500}.view-btn.active{background:#1a1a1a;color:#fff}.calendar-grid{flex:1;display:flex;flex-direction:column}.calendar-days{display:flex;border-bottom:1px solid rgba(255,255,255,.05);padding-left:40px}.day-col{flex:1;padding:1rem 0;text-align:center;border-right:1px solid rgba(255,255,255,.02)}.day-name{display:block;font-size:.7rem;color:#666;text-transform:uppercase;margin-bottom:.25rem;font-weight:600}.day-number{display:block;font-size:1.1rem;color:#fff;font-weight:500}.calendar-body{flex:1;display:flex;position:relative;overflow:hidden}.time-col{width:40px;display:flex;flex-direction:column;align-items:center;padding-top:1rem;border-right:1px solid rgba(255,255,255,.05);background:#000}.time-col span{font-size:.65rem;color:#555;height:60px}.events-grid{flex:1;position:relative;display:grid;grid-template-columns:repeat(7,1fr);background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 60px}.event-box{position:absolute;left:4px;right:4px;border-radius:4px;padding:.5rem;font-size:.7rem;font-weight:500;color:#fff}.event-purple{background:#8b5cf626;border-left:3px solid #8b5cf6}.event-blue{background:#3b82f626;border-left:3px solid #3b82f6}
