@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Anton&family=Rajdhani:wght@700&display=swap";:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;--bg-color: #0B0C0E;--text-color: #F7F8F8;--text-secondary: #8A8F98;--border-color: rgba(255, 255, 255, .08);--header-bg: rgba(11, 12, 14, .8);--primary-accent: #5E6AD2;--section-padding-x: clamp(1rem, 5vw, 2rem);--section-padding-y: clamp(2rem, 8vh, 4rem);color:var(--text-color);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-color)}#root{width:100%;height:100vh;display:flex;flex-direction:column}header{padding:0;background-color:var(--header-bg);border-bottom:1px solid var(--border-color);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:8px var(--section-padding-x);width:100%;box-sizing:border-box}header h1{font-size:clamp(1.25rem,4vw,1.6rem);font-weight:600;margin:0;color:var(--text-color);letter-spacing:-.01em}header nav a{color:var(--text-secondary);text-decoration:none;font-size:clamp(.95rem,2.5vw,1.4rem);font-weight:500;transition:color .2s ease;padding:6px 12px;border-radius:6px}header nav a:hover{color:var(--text-color);background-color:#ffffff0d}main{flex:1;padding:var(--section-padding-y) var(--section-padding-x);display:flex;justify-content:center;align-items:center;flex-direction:column}main p{font-size:1.1rem;color:var(--text-secondary);max-width:600px;text-align:center;line-height:1.6}.hero{padding:clamp(2rem,6vh,4rem) var(--section-padding-x);overflow:visible;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.hero-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.hero-content{flex:none;max-width:1000px;width:100%}.ef-badge{display:inline-flex;align-items:center;gap:.5rem;padding:clamp(.4rem,1.5vw,.5rem) clamp(.75rem,3vw,1rem);background:linear-gradient(135deg,#5e6ad226,#ffffff0d);border:1px solid rgba(94,106,210,.3);border-radius:50px;font-size:clamp(.8rem,2vw,.9rem);font-weight:500;color:var(--text-color);text-decoration:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.ef-badge:hover{transform:translateY(-2px);border-color:#5e6ad280;background:linear-gradient(135deg,#5e6ad233,#ffffff14)}.badge-icon{font-size:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-content h1{font-family:Inter,sans-serif;font-size:clamp(2rem,8vw,4.5rem);line-height:1.2;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;text-wrap:balance;max-width:1000px;margin-left:auto;margin-right:auto;padding-bottom:.1em;background:linear-gradient(135deg,#fff,#e8e9f0 30%,#d0d4e0,#e8e9f0 70%,#fff);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-shift 5s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(255,255,255,.1));position:relative;overflow:visible}.text-gradient{background:linear-gradient(to right,#fff,#888);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-content p{font-size:clamp(1rem,3vw,1.35rem);color:var(--text-secondary);margin:0 auto 2.5rem;line-height:1.6;max-width:850px;margin-left:auto;margin-right:auto}.hero-content p .highlight-time{background:linear-gradient(135deg,#d0d4e0,#b8bdcc 30%,#9fa5b8,#b8bdcc 70%,#d0d4e0);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;display:inline-block;position:relative;padding:0 .1em;animation:gradient-shift 5s ease-in-out infinite}.hero-content p .highlight-time:after{content:"";position:absolute;bottom:.15em;left:0;right:0;height:.35em;background:linear-gradient(135deg,#d0d4e033,#b8bdcc26,#9fa5b81a);border-radius:2px;z-index:-1;opacity:.4}.hero-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn-primary,a.btn-primary{background-color:#f7f8f8;color:#0b0c0e;border:none;padding:12px 24px;border-radius:6px;font-weight:500;font-size:clamp(.9rem,2.5vw,1rem);cursor:pointer;transition:opacity .2s;min-height:44px;min-width:120px;text-decoration:none;display:inline-block;text-align:center;box-sizing:border-box}.btn-primary:hover,a.btn-primary:hover{opacity:.9}.btn-secondary,a.btn-secondary{background-color:transparent;color:var(--text-color);border:1px solid var(--border-color);padding:12px 24px;border-radius:6px;font-weight:500;font-size:clamp(.9rem,2.5vw,1rem);cursor:pointer;transition:background-color .2s;min-height:44px;min-width:120px;text-decoration:none;display:inline-block;text-align:center;box-sizing:border-box}.btn-secondary:hover,a.btn-secondary:hover{background-color:#ffffff0d}.hero-visual{flex:none;width:100%;max-width:1200px;perspective:1000px;margin-top:1rem;margin-bottom:0}.dashboard-preview{transform:rotateX(10deg) scale(.95);transform-style:preserve-3d;transition:transform .5s ease;box-shadow:0 40px 80px -20px #0009,0 0 0 1px #ffffff1a;border-radius:16px;overflow:hidden}.dashboard-preview:hover{transform:rotateX(0) scale(1)}.dashboard-preview img{width:100%;height:auto;display:block}@media(max-width:480px){.hero-actions{flex-direction:column;width:100%}.hero-actions button,.hero-actions a{width:100%}.ef-badge{font-size:.8rem}}@media(max-width:900px){.hero-inner{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-actions{justify-content:center;flex-wrap:wrap}.dashboard-preview{transform:none}}footer{padding:var(--section-padding-x);background-color:transparent}.footer-inner{max-width:1200px;margin:0 auto;padding-top:2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;font-weight:600;margin:0 0 .75rem;color:var(--text-color)}.footer-brand p{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin:0;max-width:400px;text-align:left}.footer-section h4{font-size:.875rem;font-weight:600;margin:0 0 1rem;color:var(--text-color);text-transform:uppercase;letter-spacing:.05em}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-links a{color:var(--text-secondary);text-decoration:none;font-size:clamp(.875rem,2vw,.95rem);display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:color .2s ease;min-height:44px}.social-links a:hover{color:var(--text-color)}.social-links svg{flex-shrink:0;opacity:.8;transition:opacity .2s ease}.social-links a:hover svg{opacity:1}.footer-bottom{padding-top:1.5rem;text-align:center;padding-bottom:1rem;text-align:left}.footer-bottom p{font-size:.75rem;color:var(--text-secondary);margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand p{text-align:left}.footer-brand h3{font-size:clamp(1.25rem,4vw,1.5rem)}}@media(max-width:480px){.footer-inner{padding-top:1.5rem}.footer-content{margin-bottom:2rem}}.how-it-works{width:100%;padding:6rem 2rem;background-color:var(--bg-color);position:relative}.how-it-works-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:4rem}.section-header{text-align:center;max-width:600px}.section-header h2{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:600;margin-bottom:1rem;color:var(--text-color);letter-spacing:-.02em}.section-header p{font-size:clamp(1rem,2.5vw,1.1rem);color:var(--text-secondary);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.step-card{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s ease,background-color .3s ease}.step-card:hover{transform:translateY(-5px);background:#ffffff0d}.step-icon{width:48px;height:48px;background:#5e6ad21a;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary-accent)}.step-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .75rem;color:var(--text-color)}.step-card p{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0;text-align:left}.nunu-logo{padding:24px;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:10px;color:#fff}.nunu-logo-icon{width:20px;height:20px;background:linear-gradient(135deg,#fff,#888);clip-path:polygon(50% 0%,0% 100%,100% 100%)}.how-it-works{padding:clamp(3rem,8vh,6rem) clamp(1rem,5vw,2rem);background-color:#000;color:#fff;overflow:hidden}.how-it-works-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center}.section-header h2{font-size:clamp(2rem,6vw,3rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#a5a5a5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-header p{font-size:clamp(1rem,2.5vw,1.2rem);color:#888}.timeline-container{position:relative;padding:2rem 0}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#fff0,#fff3 15% 85%,#fff0);transform:translate(-50%)}.timeline-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:6rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-content-left{width:45%;text-align:left;padding-right:3rem;display:flex;flex-direction:column;align-items:flex-start}.timeline-content-right{width:45%;padding-left:3rem}.timeline-marker{position:absolute;left:50%;width:16px;height:16px;background-color:#000;border:2px solid #fff;border-radius:50%;transform:translate(-50%);z-index:2;box-shadow:0 0 15px #ffffff80}.step-number{font-size:5rem;font-weight:900;background:linear-gradient(180deg,#fffc,#ffffff1a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:-.5rem;position:relative;z-index:0;opacity:.3;filter:drop-shadow(0 0 10px rgba(255,255,255,.2));align-self:flex-start}.timeline-content-left h3{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:-.5rem;position:relative;z-index:1;text-align:left}.timeline-content-left p{color:#aaa;line-height:1.6;font-size:clamp(.95rem,2.5vw,1.1rem);text-align:left}.image-container{background:#ffffff08;border-radius:12px;padding:10px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.image-container:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;border-color:#fff3}.image-container img{width:100%;height:auto;border-radius:8px;display:block}@media(max-width:900px){.timeline-line{left:20px}.timeline-item{flex-direction:column;align-items:flex-start;margin-left:20px;margin-bottom:4rem;padding-left:30px}.timeline-marker{left:0;top:35%;transform:translate(-50%,-50%)}.timeline-content-left,.timeline-content-right{width:100%;text-align:left;padding:0}.timeline-content-left{margin-bottom:2rem}.step-number{margin-bottom:.5rem;font-size:clamp(2.5rem,12vw,3.5rem)}}@media(max-width:480px){.how-it-works{padding:3rem 1rem}.timeline-item{margin-bottom:3rem;margin-left:15px;padding-left:25px}.timeline-line{left:15px}.timeline-marker{left:0;top:35%;transform:translate(-50%,-50%);width:12px;height:12px}.step-number{font-size:2.5rem}.timeline-content-left h3{font-size:1.5rem}}.test-cases-list{display:flex;flex-direction:column;gap:12px;width:100%;padding:20px;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.test-case-card{display:flex;align-items:center;gap:16px;padding:16px;background:#0a0a0a99;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.test-case-card:hover{background:#ffffff0d;border-color:#6464ff4d;transform:translate(5px)}.test-case-icon{width:8px;height:8px;background:#0f8;border-radius:50%;box-shadow:0 0 10px #00ff8880;flex-shrink:0}.test-case-card span{font-family:Inter,sans-serif;font-size:clamp(.875rem,2vw,.95rem);color:#e0e0e0;line-height:1.4}@media(max-width:768px){.test-cases-list{padding:12px}.test-case-card{padding:12px;min-height:44px}}@media(max-width:480px){.test-cases-list{padding:10px}.test-case-card{padding:10px 12px;gap:12px}}.bug-report-card{background:linear-gradient(135deg,#14141e99,#0a0a0f66);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000004d}.bug-report-card:hover{border-color:#ff50504d;transform:translateY(-4px);box-shadow:0 8px 32px #ff505026}.bug-header{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.bug-badge{background:linear-gradient(135deg,#ff3b3b,#ff1744);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.65rem;font-weight:800;padding:6px 12px;border-radius:16px;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 12px #ff174466}.bug-header h4{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1rem,3vw,1.15rem);font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.bug-info{display:flex;flex-direction:column;gap:16px}.bug-row{display:flex;align-items:flex-start;gap:16px;padding:12px 0;transition:all .2s ease}.bug-row:hover{padding-left:4px}.bug-row .label{min-width:70px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.bug-row .value{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(.875rem,2vw,.95rem);font-weight:500;color:#e5e7eb;line-height:1.6}.video-link{display:flex;align-items:center;gap:10px;color:#818cf8!important;cursor:pointer;transition:all .3s ease}.video-link:hover{color:#a5b4fc!important;transform:translate(2px)}.play-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;font-size:.65rem;color:#fff;box-shadow:0 2px 8px #6366f166;transition:all .3s ease}.video-link:hover .play-btn{transform:scale(1.1);box-shadow:0 4px 12px #6366f199}.impact-text{color:#fca5a5!important;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.88rem!important;font-weight:600;background:#f871711a;padding:4px 10px;border-radius:6px;border-left:3px solid #f87171}.fix-text{color:#6ee7b7!important;font-weight:600;background:#6ee7b71a;padding:4px 10px;border-radius:6px;border-left:3px solid #34d399}@media(max-width:768px){.bug-report-card{padding:20px}.bug-header{flex-wrap:wrap;gap:10px}.bug-header h4{width:100%}.bug-row{flex-direction:column;gap:6px;padding:10px 0}.bug-row:hover{padding-left:0}.bug-row .label{min-width:auto;font-size:.75rem}}@media(max-width:480px){.bug-report-card{padding:16px}.bug-header{margin-bottom:16px;padding-bottom:16px}.bug-badge{font-size:.6rem;padding:5px 10px}.bug-info{gap:12px}.bug-row{padding:8px 0}.impact-text,.fix-text{font-size:.8rem!important;padding:3px 8px}}
