@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syne:wght@400;600;800&display=swap";html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;width:100vw;min-height:100vh;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}#root{width:100%;margin:0;padding:0}html,body,#root{min-height:100vh;margin:0;transition:background-color .3s}.dark body{background-color:#0f1115}.navbar-container{z-index:1000;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:15px 50px;display:flex;position:sticky;top:0}.navbar-logo{align-items:center;gap:15px;display:flex}.pulse-svg{width:80px;height:40px}.pulse-path{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:120;stroke-dashoffset:120px;transition:stroke .5s;animation:2.5s linear infinite heartbeat}@keyframes heartbeat{0%{stroke-dashoffset:120px;opacity:0}10%{opacity:1}50%{stroke-dashoffset:0}90%{opacity:1}to{stroke-dashoffset:-120px;opacity:0}}.navbar-content{align-items:center;gap:40px;display:flex}.navbar-links{gap:25px;display:flex}.navbar-links a{color:#555;font-size:15px;font-weight:600;text-decoration:none;transition:color .3s}.navbar-links a:hover,.navbar-links a.active{color:#57cbcc}.navbar-controls{align-items:center;gap:20px;display:flex}.control-btn{cursor:pointer;color:#555;background:0 0;border:none;align-items:center;gap:5px;font-weight:600;display:flex}.theme-toggle{align-items:center;gap:10px;display:flex}.switch{cursor:pointer;background-color:#ccc;border-radius:20px;width:46px;height:24px;position:relative}.switch-knob{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;top:2px;left:2px}.navbar-container.dark-mode{background-color:#1a1c23;border-bottom:1px solid #2d313a}.navbar-container.dark-mode .navbar-links a,.navbar-container.dark-mode .control-btn{color:#e2e8f0}.navbar-container.dark-mode .navbar-links a:hover,.navbar-container.dark-mode .navbar-links a.active{color:#57cbcc}.switch.dark-active{background-color:#57cbcc}.switch.dark-active .switch-knob{background-color:#1a1c23;transform:translate(22px)}.hamburger-btn{display:none}@media (width<=768px){.navbar-container{padding:15px 20px}.hamburger-btn{color:inherit;cursor:pointer;z-index:1001;background:0 0;border:none;display:block}.navbar-content{z-index:1000;background-color:#fff;flex-direction:column;align-items:flex-start;gap:30px;width:250px;height:100vh;padding:80px 30px;transition:right .4s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.navbar-container.dark-mode .navbar-content{background-color:#1a1c23}.navbar-content.open{right:0}.navbar-links{flex-direction:column;gap:25px;width:100%}.navbar-links a{font-size:1.2rem}.navbar-controls{border-top:1px solid #eee;flex-direction:column;align-items:flex-start;gap:25px;width:100%;padding-top:30px}.navbar-container.dark-mode .navbar-controls{border-top-color:#333}}.team-section{color:#555;background-color:#f8f9fa;padding:100px 50px;transition:all .4s}.team-section.dark{color:#ccc;background-color:#1a1c23}.team-container{max-width:1200px;margin:0 auto}.team-header{text-align:center;margin-bottom:60px}.team-header h2{color:#1a1c23;margin-bottom:10px;font-size:38px;transition:all .3s}.team-section.dark .team-header h2{color:#fff}.border-meghna{border-top:2px solid #00000012;width:30%;margin:15px auto 0;position:relative}.dark .border-meghna{border-top-color:#ffffff1a}.border-meghna:before{content:"";background-color:#57cbcc;width:50px;height:6px;margin-left:-25px;position:absolute;top:-4px;left:50%}.team-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.team-member{background-color:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.dark .team-member{box-shadow:none;background-color:#292f36}.member-photo{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.member-photo img{object-fit:cover;width:100%;height:100%;transition:all .4s;display:block}.member-photo:hover img{transform:scale(1.1)}.member-photo .mask{opacity:0;z-index:2;background-color:#57cbcccc;justify-content:center;align-items:center;width:100%;height:100%;transition:all .5s ease-out;display:flex;position:absolute;top:0;left:0;transform:rotateY(180deg)scale(.5)}.team-member:hover .mask{opacity:1;transform:rotateY(0)scale(1)}.social-links a{color:#fff;border:1px solid #fff;margin:0 5px;padding:8px 12px;text-decoration:none;transition:all .3s;display:inline-block}.social-links a:hover{color:#57cbcc;background-color:#fff}.member-meta{text-align:center;padding:25px}.member-meta h4{color:#1a1c23;margin-bottom:5px;font-size:20px;transition:all .3s}.dark .member-meta h4{color:#fff}.member-meta span{color:#57cbcc;text-transform:uppercase;margin-bottom:10px;font-size:14px;font-weight:700;display:block}@media (width<=992px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.team-grid{grid-template-columns:1fr}}.social-links{justify-content:center;gap:15px;display:flex}.social-icon{object-fit:contain;width:35px;height:35px;transition:transform .3s}.social-links a:hover .social-icon{transform:scale(1.15)}.contact-section{color:#333;background-color:#fff;padding:100px 50px}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-header h2{color:#333;margin-bottom:10px;font-size:38px}.contact-header p{color:#666;margin-top:20px;font-size:16px}.contact-grid{grid-template-columns:1fr 1fr;align-items:flex-start;gap:50px;display:grid}.contact-form-box{background-color:#f8f9fa;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0000000d}.form{flex-direction:column;gap:20px;display:flex}.input-group{gap:20px;display:flex}.input-group input{flex:1}.form input,.form textarea,.form-select{background-color:#fff;border:1px solid #ddd;border-radius:8px;width:100%;padding:15px;font-family:inherit;font-size:15px;transition:border-color .3s}.form input:focus,.form textarea:focus,.form-select:focus{border-color:#57cbcc;outline:none;box-shadow:0 0 0 3px #57cbcc33}.submit-btn{color:#fff;cursor:pointer;background-color:#57cbcc;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:15px;font-size:16px;font-weight:700;transition:background-color .3s;display:flex}.submit-btn:hover{background-color:#2c9091}.contact-info-box{flex-direction:column;gap:30px;display:flex}.info-item{align-items:center;gap:20px;display:flex}.info-icon{color:#57cbcc;background-color:#e6f7f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.info-item h4{color:#333;margin:0 0 5px;font-size:18px}.info-item p{color:#666;margin:0;line-height:1.5}.map-container{border-radius:12px;width:100%;height:250px;margin-top:10px;overflow:hidden;box-shadow:0 5px 15px #0000000d}@media (width<=768px){.contact-section{padding:60px 20px}.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-box{padding:25px}.input-group{flex-direction:column;gap:15px}.contact-header h2{font-size:30px}.map-container{height:300px;margin-top:20px}}.contact-section.dark{background-color:#0f1115;transition:all .3s}.contact-section.dark .contact-header h2,.contact-section.dark .info-item h4{color:#fff}.contact-section.dark .contact-header p,.contact-section.dark .info-item p{color:#b0b0b0}.contact-section.dark .contact-form-box{background-color:#1a1c23;box-shadow:0 10px 30px #0006}.contact-section.dark .form input,.contact-section.dark .form textarea,.contact-section.dark .form-select{color:#fff;background-color:#0f1115;border-color:#333}.contact-section.dark .form input::placeholder,.contact-section.dark .form textarea::placeholder{color:#666}.contact-section.dark .form input:focus,.contact-section.dark .form textarea:focus,.contact-section.dark .form-select:focus{border-color:#57cbcc;box-shadow:0 0 0 3px #57cbcc1a}.contact-section.dark .info-icon{color:#57cbcc;background-color:#57cbcc26}.contact-section.dark .border-meghna{border-top:2px solid #57cbcc4d;width:50px;margin:15px auto}.intro-overlay{z-index:9999;background-color:#050505;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.red-flash-bg{z-index:15;background-color:#000;width:100vw;height:100vh;position:absolute;top:0;left:0}.radar-system{z-index:10;justify-content:center;align-items:center;display:flex;position:relative}.led{border-radius:50%;position:absolute;box-shadow:0 0 10px 2px}.center-led{z-index:5;width:16px;height:16px}.inner-led{z-index:4;width:12px;height:12px}.outer-led{z-index:3;width:10px;height:10px;transition:opacity .5s}.blue-led{z-index:6;background-color:#08f;width:14px;height:14px;box-shadow:0 0 15px 5px #08fc}.danger-ripple{opacity:0;border:2px solid #ff004c;border-radius:50%;animation:1s ease-out forwards ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes ripple{0%{opacity:1;border-width:4px;width:16px;height:16px}to{opacity:0;border-width:0;width:250px;height:250px}}.intro-logo-container{z-index:20;position:absolute}.intro-logo-simple{filter:drop-shadow(0 15px 25px #0006);width:320px;height:auto}.hero-section{background-color:#f8f9fa;justify-content:center;align-items:center;min-height:90vh;padding:0 80px;transition:all .5s;display:flex}.hero-section.hero-dark{background-color:#0f1115}.hero-container{justify-content:space-between;align-items:center;gap:180px;width:100%;max-width:1400px;display:flex}.hero-visuals{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-product-img{z-index:10;filter:drop-shadow(0 20px 50px #0003);width:100%;max-width:450px}.ecg-wrapper{z-index:1;position:absolute}.top-l{top:0;left:-80px}.bottom-r{bottom:-40px;right:-100px}.visual-ecg-v{width:50px;height:auto}.ecg-path{fill:none;stroke-width:3px;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600px;animation:3s linear infinite drawV}@keyframes drawV{0%{stroke-dashoffset:600px}to{stroke-dashoffset:-600px}}.hero-phone-wrapper{z-index:1;width:280px;position:absolute;top:15%;right:0%;transform:translateY(0)rotate(0)}.overlapping-band{z-index:2;position:relative;left:-30%}.hero-text-box{text-align:left;flex:1}.hero-text-box h1{margin-bottom:30px;font-size:64px;line-height:1.1}.hero-text-box p{max-width:500px;margin-bottom:40px;font-size:20px;line-height:1.6}.hero-buttons{gap:20px;display:flex}.btn-primary{color:#fff;background:#57cbcc;border-radius:12px;padding:18px 35px;font-weight:700;text-decoration:none;transition:all .3s}.btn-secondary{color:#57cbcc;border:2px solid #57cbcc;border-radius:12px;padding:16px 35px;font-weight:700;text-decoration:none;transition:all .3s}@media (width<=1100px){.hero-section{min-height:auto;padding:60px 40px}.hero-container{text-align:center;flex-direction:column;gap:60px}.hero-text-box{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-text-box p{margin:0 auto 30px}.hero-buttons{justify-content:center}.hero-phone-wrapper{width:180px;right:15%}.overlapping-band{left:-10%}}@media (width<=768px){.hero-section{padding:20px 20px 40px}.hero-text-box h1{margin-bottom:20px;font-size:42px}.hero-text-box p{margin-bottom:30px;font-size:16px}.hero-buttons{flex-direction:column;gap:15px;width:100%}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:16px 20px}.hero-visuals{width:100%;margin-bottom:20px}.hero-product-img{max-width:280px}.top-l{top:-20px;left:0;transform:scale(.8)}.bottom-r{bottom:-40px;right:0;transform:scale(.8)}.hero-phone-wrapper{width:130px;right:5%}.overlapping-band{max-width:220px;left:-15%}}.css-phone-chassis{aspect-ratio:9/19;box-sizing:border-box;background-color:#1a1c23;border-radius:40px;width:100%;padding:12px;position:relative;box-shadow:0 25px 50px #0003}.css-phone-notch{z-index:10;background-color:#1a1c23;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:110px;height:25px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.css-phone-screen{background-color:#fff;border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden}.css-app-image{object-fit:cover;width:100%;height:100%;display:block}.about-section{background-color:#f8f9fa;padding:100px 50px;transition:all .4s}.about-section.dark{color:#fff;background-color:#1a1c23}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:80px}.main-description{color:#555;max-width:800px;margin:20px auto 0;font-size:1.2rem;line-height:1.8}.dark .main-description{color:#ccc}.impact-grid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:80px;display:grid}.impact-card{background:#fff;border-top:5px solid #57cbcc;border-radius:20px;padding:40px;transition:all .3s;box-shadow:0 10px 40px #0000000d}.dark .impact-card{box-shadow:none;background:#292f36;border-top-color:#57cbcc}.impact-card h3{color:#1a1c23;margin-bottom:25px;font-size:1.8rem}.dark .impact-card h3{color:#fff}.impact-card ul{padding:0;list-style:none}.impact-card ul li{margin-bottom:15px;padding-left:25px;line-height:1.6;position:relative}.impact-card ul li:before{content:"✓";color:#57cbcc;font-weight:700;position:absolute;left:0}.problem-grid-mini{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mini-card{text-align:center;background:#57cbcc0d;border-radius:12px;padding:30px}.mini-card h4{margin:15px 0 10px}.mini-card p{color:#666;font-size:.9rem}.dark .mini-card p{color:#aaa}.cyan-text{color:#57cbcc}.challenges-title{text-align:center;margin-bottom:30px}.timeline-section{text-align:center;margin-top:80px}.timeline-container{justify-content:space-between;margin-top:40px;display:flex;position:relative}.timeline-container:before{content:"";background:#57cbcc33;width:100%;height:2px;position:absolute;top:15px;left:0}.timeline-item{z-index:1;flex:1;padding:0 10px}.timeline-dot{background:#eee;border:4px solid #fff;border-radius:50%;width:30px;height:30px;margin:0 auto 15px}.timeline-dot.active{background:#57cbcc;box-shadow:0 0 15px #57cbcc99}.dark .timeline-dot{background:#444;border-color:#292f36}.timeline-dot{z-index:2;background:#444;border:4px solid #1a1c23;border-radius:50%;width:24px;height:24px;margin:0 auto 15px;transition:all .3s;position:relative}.timeline-item.current .timeline-dot{background-color:#57cbcc;transform:scale(1.2);box-shadow:0 0 20px #57cbcccc}.timeline-item.current h4{color:#57cbcc;font-weight:700}.timeline-item.past .timeline-dot{background-color:#57cbcc66;border-color:#57cbcc33}.timeline-item.past h4,.timeline-item.past p{opacity:.6}.timeline-container:before{content:"";z-index:1;background:linear-gradient(90deg,#57cbcc66 0%,#57cbcccc 50%,#444 100%);width:100%;height:2px;position:absolute;top:12px;left:0}@media (width<=768px){.about-section{padding:60px 20px}.about-header{margin-bottom:40px}.main-description{margin:10px auto 0;font-size:1.05rem}.impact-grid{grid-template-columns:1fr;gap:20px;margin-bottom:50px}.impact-card{padding:25px}.impact-card h3{font-size:1.5rem}.problem-grid-mini{grid-template-columns:1fr;gap:15px}.timeline-container{flex-direction:column;gap:40px;margin-top:30px;position:relative}.timeline-container:before{background:linear-gradient(#57cbcc66 0%,#57cbcccc 50%,#444 100%);width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.timeline-item{padding:0}}.blog-page{background-color:#f8f9fa;min-height:100vh;padding-top:100px;transition:all .4s}.blog-page.dark{color:#fff;background-color:#0f1115}.blog-header{text-align:center;max-width:1000px;margin:0 auto;padding:80px 20px}.newsroom-h1{text-transform:uppercase;letter-spacing:3px;color:#666;margin-bottom:15px;font-size:14px;font-weight:700}.dark .newsroom-h1{color:#57cbcc}.newsroom-h2{color:#1a1c23;margin:0;font-size:64px;font-weight:800;line-height:1.1}.dark .newsroom-h2{color:#fff}.newsroom-h2 span{color:#57cbcc}.blog-container{max-width:1200px;margin:40px auto 100px;padding:0 20px}.blog-grid{grid-template-columns:repeat(2,1fr);gap:50px;display:grid}.blog-card{background:#fff;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000000d}.dark .blog-card{box-shadow:none;background:#1e1e1e;border:1px solid #222}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #57cbcc26}.blog-card-img{background-color:#eee;height:320px;overflow:hidden}.blog-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card-img img{transform:scale(1.05)}.blog-card-content{flex-direction:column;flex-grow:1;padding:35px;display:flex}.post-category{color:#57cbcc;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:12px;font-weight:800}.blog-card-content h2{color:inherit;margin-bottom:15px;font-size:24px;line-height:1.3}.blog-card-content p{color:#666;margin-bottom:30px;font-size:16px;line-height:1.6}.dark .blog-card-content p{color:#aaa}.post-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding-top:20px;display:flex}.dark .post-footer{border-top-color:#333}.read-more{color:#57cbcc;font-weight:700;text-decoration:none;transition:all .2s}.read-more:hover{letter-spacing:1px}@media (width<=992px){.newsroom-h2{font-size:48px}.blog-grid{grid-template-columns:1fr}}.dark .blog-page{color:#fff;background-color:#0f1115!important}.post-page{color:#242424;background-color:#fff;min-height:100vh;padding:90px 20px 80px;transition:all .3s}.post-page.dark{color:#e8e8f0;background-color:#1a1c23}.post-container{justify-content:center;align-items:flex-start;gap:60px;max-width:1350px;margin:0 auto;display:flex}.post-main{flex:1;max-width:850px}.post-title-main{letter-spacing:-.5px;color:#1a1c23;margin-bottom:30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:clamp(36px,5vw,48px);font-weight:800;line-height:1.25}.post-page.dark .post-title-main{color:#fff}.post-author-header{border-bottom:1px solid #eaeaea;align-items:center;gap:15px;margin-bottom:40px;padding-bottom:25px;display:flex}.post-page.dark .post-author-header{border-bottom-color:#2e3040}.post-author-avatar{object-fit:cover;background-color:#f0f0f0;border-radius:50%;width:55px;height:55px;transition:opacity .2s}.post-author-avatar:hover{opacity:.8}.post-author-info{flex-direction:column;display:flex}.post-author-name{color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:17px;font-weight:600;text-decoration:none}.post-author-name:hover{color:var(--cyan);text-decoration:underline}.post-meta-date{color:#6b6b6b;margin-top:2px;font-size:15px}.post-page.dark .post-meta-date{color:#8890aa}.post-hero-container{margin-bottom:40px}.post-hero-image{object-fit:cover;border-radius:8px;width:100%;max-height:500px}.post-body p{white-space:pre-line;color:#333;margin-bottom:25px;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.8}.post-page.dark .post-body p{color:#d1d1e0}.post-sidebar{flex-shrink:0;width:280px;display:none}@media (width>=1024px){.post-sidebar{display:block}}.sidebar-sticky{position:sticky;top:100px}.sidebar-title{color:#242424;margin-bottom:30px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700}.post-page.dark .sidebar-title{color:#fff}.sidebar-list{flex-direction:column;gap:35px;display:flex}.sidebar-card{color:inherit;flex-direction:column;text-decoration:none;transition:opacity .2s;display:flex}.sidebar-card:hover{opacity:.7}.sidebar-author{align-items:center;gap:10px;margin-bottom:8px;display:flex}.sidebar-avatar-small{object-fit:cover;border-radius:50%;width:22px;height:22px}.sidebar-author-name{color:#242424;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500}.post-page.dark .sidebar-author-name{color:#e8e8f0}.sidebar-card-title{letter-spacing:-.3px;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:800;line-height:1.3}.sidebar-card-date{color:#6b6b6b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.post-page.dark .sidebar-card-date{color:#8890aa}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-row-1{0%,19%,39%,59%,79%,99%{opacity:0;left:-100%}.1%,20.1%,40.1%,60.1%,80.1%{opacity:.6;left:-100%}8%,28%,48%,68%,88%{opacity:.6;left:150%}8.1%,28.1%,48.1%,68.1%,88.1%{opacity:0;left:150%}}@keyframes pulse-row-2{0%,20%,40%,60%,80.5%,99%{opacity:0;left:-100%}1.1%,21.1%,41.1%,61.1%,81.6%{opacity:.6;left:-100%}9%,29%,49%,69%,89.5%{opacity:.6;left:150%}9.1%,29.1%,49.1%,69.1%,89.6%{opacity:0;left:150%}}@keyframes pulse-row-3{0%,21%,41%,61%,82%,99%{opacity:0;left:-100%}2.1%,22.1%,42.1%,62.1%,83.1%{opacity:.6;left:-100%}10%,30%,50%,70%,91%{opacity:.6;left:150%}10.1%,30.1%,50.1%,70.1%,91.1%{opacity:0;left:150%}}@keyframes pulse-row-4{0%,22%,42%,62%,83.5%,99%{opacity:0;left:-100%}3.1%,23.1%,43.1%,63.1%,84.6%{opacity:.6;left:-100%}11%,31%,51%,71%,92.5%{opacity:.6;left:150%}11.1%,31.1%,51.1%,71.1%,92.6%{opacity:0;left:150%}}@keyframes pulse-row-5{0%,23%,43%,63%,83.5%,99%{opacity:0;left:-100%}4.1%,24.1%,44.1%,64.1%,84.6%{opacity:.6;left:-100%}12%,32%,52%,72%,92.5%{opacity:.6;left:150%}12.1%,32.1%,52.1%,72.1%,92.6%{opacity:0;left:150%}}@keyframes pulse-row-6{0%,24%,44%,64%,82%,99%{opacity:0;left:-100%}5.1%,25.1%,45.1%,65.1%,83.1%{opacity:.6;left:-100%}13%,33%,53%,73%,91%{opacity:.6;left:150%}13.1%,33.1%,53.1%,73.1%,91.1%{opacity:0;left:150%}}@keyframes pulse-row-7{0%,25%,45%,65%,80.5%,99%{opacity:0;left:-100%}6.1%,26.1%,46.1%,66.1%,81.6%{opacity:.6;left:-100%}14%,34%,54%,74%,89.5%{opacity:.6;left:150%}14.1%,34.1%,54.1%,74.1%,89.6%{opacity:0;left:150%}}@keyframes pulse-row-8{0%,26%,46%,66%,79%,99%{opacity:0;left:-100%}7.1%,27.1%,47.1%,67.1%,80.1%{opacity:.6;left:-100%}15%,35%,55%,75%,88%{opacity:.6;left:150%}15.1%,35.1%,55.1%,75.1%,88.1%{opacity:0;left:150%}}.gantt-root[data-theme=dark]{--bg:#1a1c23;--surface:#22242e;--border:#2e3040;--text:#e8e8f0;--muted:#6b6b85;--red:#e63946;--cyan:#4cc9f0;--green:#06d6a0;--pink:#f72585;--yellow:#ffd166;--glow-a:#e6394614;--glow-b:#4cc9f00f}.gantt-root[data-theme=light]{--bg:#f8f9fa;--surface:#f8f9fa;--border:#f8f9fa;--text:#1a1c23;--muted:#8890aa;--red:#c0392b;--cyan:#0077b6;--green:#2a9d8f;--pink:#c2185b;--yellow:#e07b00;--glow-a:transparent;--glow-b:transparent}.gantt-root{background:var(--bg);color:var(--text);padding:80px 30px;font-family:Syne,sans-serif;transition:background .3s,color .3s;position:relative;overflow:hidden}.gantt-root:before{content:"";background:radial-gradient(circle, var(--glow-a) 0%, transparent 70%);pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;top:-200px;left:-200px}.gantt-root:after{content:"";background:radial-gradient(circle, var(--glow-b) 0%, transparent 70%);pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;bottom:-200px;right:-200px}.gantt-root>*{z-index:1;position:relative}.title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.gantt-header{margin-bottom:48px}.gantt-tag{color:var(--red);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-family:Space Mono,monospace;font-size:11px}.gantt-title{letter-spacing:-1px;margin:0;font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.1}.gantt-title span{color:var(--cyan)}.gantt-subtitle{color:var(--muted);margin-top:10px;font-family:Space Mono,monospace;font-size:14px}.gantt-legend{flex-wrap:wrap;gap:24px;margin-bottom:36px;display:flex}.legend-item{color:var(--muted);align-items:center;gap:8px;font-family:Space Mono,monospace;font-size:12px;display:flex}.legend-dot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.section-title{color:var(--muted);letter-spacing:3px;text-transform:uppercase;margin-bottom:16px;font-family:Space Mono,monospace;font-size:10px}.week-headers-row{gap:0;margin-bottom:8px;margin-left:258px;display:flex}.week-label{color:var(--muted);text-align:center;letter-spacing:.5px;flex:1;font-family:Space Mono,monospace;font-size:9px}.week-label.current{color:var(--cyan)}.phase{margin-bottom:10px;animation:.45s both fadeUp}.phase:first-child{animation-delay:50ms}.phase:nth-child(2){animation-delay:.1s}.phase:nth-child(3){animation-delay:.15s}.phase:nth-child(4){animation-delay:.2s}.phase:nth-child(5){animation-delay:.25s}.phase:nth-child(6){animation-delay:.3s}.phase:nth-child(7){animation-delay:.35s}.phase:nth-child(8){animation-delay:.4s}.phase-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-bottom:4px;display:flex}.phase-num{color:var(--muted);min-width:20px;font-family:Space Mono,monospace;font-size:10px}.phase-name{letter-spacing:.2px;min-width:230px;color:var(--text);font-size:13px;font-weight:600}.gantt-grid-wrap{flex:1;gap:2px;height:28px;display:grid;position:relative}.grid-cell{background:var(--surface);border:1px solid var(--border);border-radius:3px}.gantt-bar{white-space:nowrap;z-index:2;cursor:default;border-radius:3px;align-items:center;height:calc(100% - 6px);padding:0 8px;font-family:Space Mono,monospace;font-size:9px;font-weight:700;transition:filter .2s,background .2s;display:flex;position:absolute;top:3px;overflow:hidden}.gantt-bar:hover{filter:brightness(1.15)}.milestone-wrap{z-index:5;position:absolute;top:50%;transform:translate(-50%,-50%)}.milestone-label{white-space:nowrap;pointer-events:none;font-family:Space Mono,monospace;font-size:8px;position:absolute;top:-18px;left:50%;transform:translate(-50%)}.milestone-diamond{background:var(--bg);cursor:pointer;border:2px solid;width:12px;height:12px;transition:background .2s;transform:rotate(45deg)}.milestone-diamond:hover{background:currentColor}.chevron{color:var(--muted);flex-shrink:0;margin-left:6px;font-size:9px;transition:transform .2s}.chevron.open{transform:rotate(90deg)}.tasks-panel{background:var(--surface);border-radius:0 6px 6px 0;margin-top:4px;margin-left:258px;padding:10px 14px;transition:max-height .3s,opacity .3s;overflow:hidden}.tasks-panel.closed{opacity:0;max-height:0;padding-top:0;padding-bottom:0}.tasks-panel.open{opacity:1;max-height:400px}.task-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:5px 0;display:flex}.task-item:last-child{border-bottom:none}.task-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:5px}.task-text{color:var(--muted);font-family:Space Mono,monospace;font-size:12px}.task-text strong{color:var(--text);margin-bottom:2px;font-weight:600;display:block}.gantt-divider{background:var(--border);height:1px;margin:24px 0}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-top:8px;display:grid}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:20px;transition:border-color .2s;animation:.5s .5s both fadeUp}.summary-card:hover{border-color:var(--muted)}.card-num{margin-bottom:4px;font-family:Space Mono,monospace;font-size:28px;font-weight:700}.card-label{color:var(--muted);letter-spacing:.5px;font-size:11px}.gantt-bar:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,currentColor 50%,#0000 100%);width:60px;height:100%;animation-duration:40s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.phase:first-child .gantt-bar:after{animation-name:pulse-row-1}.phase:nth-child(2) .gantt-bar:after{animation-name:pulse-row-2}.phase:nth-child(3) .gantt-bar:after{animation-name:pulse-row-3}.phase:nth-child(4) .gantt-bar:after{animation-name:pulse-row-4}.phase:nth-child(5) .gantt-bar:after{animation-name:pulse-row-5}.phase:nth-child(6) .gantt-bar:after{animation-name:pulse-row-6}.phase:nth-child(7) .gantt-bar:after{animation-name:pulse-row-7}.phase:nth-child(8) .gantt-bar:after{animation-name:pulse-row-8}.milestone-diamond{background-color:var(--bg);cursor:pointer;transition:all .2s}.milestone-diamond:hover{background-color:currentColor!important;transform:rotate(45deg)scale(1.3)!important;box-shadow:0 0 15px!important}.diamond-flash-active{animation:40s linear infinite super-flash}@keyframes super-flash{0%,7%,10%,27%,30%,47%,50%,67%,70%,87%,91%,to{background-color:var(--bg);box-shadow:none;transform:rotate(45deg)scale(1)}8.2%,9.3%,28.2%,29.3%,48.2%,49.3%,68.2%,69.3%,88.2%,89.3%{background-color:currentColor;transform:rotate(45deg)scale(1.6);box-shadow:0 0 25px 5px}}.showcase-interactive-area{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;display:flex}.dashboard-mockup{background:#0f172a;border:1px solid #1e293b;border-radius:12px;flex-direction:column;flex:1;min-width:600px;height:650px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0006}.browser-header{background:#1e293b;align-items:center;gap:8px;height:40px;padding:0 16px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.browser-url{color:#64748b;background:#0f172a;border-radius:6px;margin-left:20px;padding:4px 16px;font-family:monospace;font-size:12px}.dashboard-iframe{border:none;flex:1;width:100%}.perspective-container{perspective:1200px;justify-content:center;align-items:center;padding:20px;display:flex}.phone-3d-chassis{width:320px;height:650px;transform-style:preserve-3d;border-radius:45px;position:relative;box-shadow:0 40px 80px #0000004d}.phone-face{backface-visibility:hidden;box-sizing:border-box;border:12px solid #1a1c23;border-radius:45px;width:100%;height:100%;position:absolute;overflow:hidden}.phone-back{background-color:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;display:flex;transform:rotateY(180deg)}.camera-island{background-color:#1a1c23;border-radius:30px;flex-direction:column;justify-content:space-around;align-items:center;width:70px;height:140px;padding:10px 0;display:flex;position:absolute;top:30px;left:30px}.lens{background-color:#000;border:2px solid #444;border-radius:50%;width:40px;height:40px}.phone-logo{color:#bbb;letter-spacing:2px;font-size:24px;font-weight:800}.phone-front{background-color:#fff;transform:rotateY(0)}.phone-notch{z-index:50;background-color:#1a1c23;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:25px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.app-iframe{border:none;border-radius:33px;width:100%;height:100%}.text-highlight{color:#57cbcc;position:relative}@media (width<=1100px){.dashboard-mockup{min-width:100%;height:500px}}
