.Header-module__Af2_WG__header{z-index:1000;transition:all var(--transition-normal);padding:20px 0;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#0f1419e6;padding:12px 0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{color:var(--accent-primary);transition:all var(--transition-fast);align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.Header-module__Af2_WG__logo:hover{opacity:.9}.Header-module__Af2_WG__logoImage{border-radius:8px;width:36px;height:36px}.Header-module__Af2_WG__logoText{color:var(--text-primary)}.Header-module__Af2_WG__nav{align-items:center;gap:32px;display:flex}.Header-module__Af2_WG__nav a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:14px;font-weight:500}.Header-module__Af2_WG__nav a:hover{color:var(--accent-primary)}.Header-module__Af2_WG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__Af2_WG__mobileToggle span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);border-radius:2px}@media (max-width:768px){.Header-module__Af2_WG__mobileToggle{display:flex}.Header-module__Af2_WG__nav{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity var(--transition-normal);background:#0f1419fa;flex-direction:column;justify-content:center;gap:32px;position:fixed;inset:70px 0 0}.Header-module__Af2_WG__nav.Header-module__Af2_WG__open{opacity:1;pointer-events:auto}.Header-module__Af2_WG__nav a{font-size:24px}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__backgroundGlow{pointer-events:none;background:radial-gradient(#14b8a61f 0%,#06b6d40f 30%,#0000 70%);width:150%;height:150%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__gridPattern{pointer-events:none;background-image:linear-gradient(#14b8a608 1px,#0000 1px),linear-gradient(90deg,#14b8a608 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Hero-module__Z8hQ_W__container{text-align:center;z-index:1;position:relative}.Hero-module__Z8hQ_W__badge{color:var(--accent-primary);background:#14b8a61a;border:1px solid #14b8a64d;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.Hero-module__Z8hQ_W__badgeDot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}.Hero-module__Z8hQ_W__title{margin-bottom:24px;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{max-width:640px;color:var(--text-secondary);margin:0 auto 40px;font-size:1.25rem;line-height:1.7}.Hero-module__Z8hQ_W__cta{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:80px;display:flex}.Hero-module__Z8hQ_W__appPreview{perspective:1000px;max-width:800px;margin:0 auto}.Hero-module__Z8hQ_W__appWindow{border:1px solid var(--border-color);transition:transform var(--transition-slow);background:#1a2332e6;border-radius:16px;overflow:hidden;transform:rotateX(5deg);box-shadow:0 20px 60px #00000080,0 0 80px #14b8a61a}.Hero-module__Z8hQ_W__appWindow:hover{transform:rotateX(0)}.Hero-module__Z8hQ_W__windowHeader{border-bottom:1px solid var(--border-color);background:#242d3dcc;align-items:center;gap:16px;padding:16px 20px;display:flex}.Hero-module__Z8hQ_W__windowDots{gap:8px;display:flex}.Hero-module__Z8hQ_W__windowDots span{border-radius:50%;width:12px;height:12px}.Hero-module__Z8hQ_W__dotRed{background:#ff5f57}.Hero-module__Z8hQ_W__dotYellow{background:#febc2e}.Hero-module__Z8hQ_W__dotGreen{background:#28c840}.Hero-module__Z8hQ_W__windowTitle{color:var(--accent-primary);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.Hero-module__Z8hQ_W__windowTitle svg{stroke:var(--accent-primary)}.Hero-module__Z8hQ_W__windowContent{padding:24px}.Hero-module__Z8hQ_W__mockEditor{text-align:left;font-family:var(--font-mono),"JetBrains Mono",monospace;font-size:14px;line-height:2}.Hero-module__Z8hQ_W__mockLine{gap:12px;display:flex}.Hero-module__Z8hQ_W__date{color:var(--accent-secondary);font-weight:600}.Hero-module__Z8hQ_W__hours{color:var(--accent-primary);min-width:40px}.Hero-module__Z8hQ_W__task{color:var(--text-primary)}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding-top:120px;padding-bottom:60px}.Hero-module__Z8hQ_W__subtitle{font-size:1rem}.Hero-module__Z8hQ_W__cta{flex-direction:column;margin-bottom:40px}.Hero-module__Z8hQ_W__appWindow{border-radius:12px;transform:none}.Hero-module__Z8hQ_W__mockEditor{font-size:12px;overflow-x:auto}.Hero-module__Z8hQ_W__mockLine{white-space:nowrap}}
.Features-module__ZD3nRW__features{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)100%);position:relative}.Features-module__ZD3nRW__header{text-align:center;margin-bottom:64px}.Features-module__ZD3nRW__header h2{margin-bottom:20px}.Features-module__ZD3nRW__header p{max-width:500px;margin:0 auto;font-size:1.125rem}.Features-module__ZD3nRW__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Features-module__ZD3nRW__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-normal);background:#1a233280;padding:32px}.Features-module__ZD3nRW__card:hover{background:#1a2332cc;border-color:#14b8a64d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.Features-module__ZD3nRW__icon{border-radius:var(--radius-md);background:#14b8a61a;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.Features-module__ZD3nRW__icon svg{width:24px;height:24px;stroke:var(--accent-primary)}.Features-module__ZD3nRW__card h3{color:var(--text-primary);margin-bottom:12px}.Features-module__ZD3nRW__card p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}@media (max-width:1024px){.Features-module__ZD3nRW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__ZD3nRW__grid{grid-template-columns:1fr}.Features-module__ZD3nRW__card{padding:24px}}
.HowItWorks-module__a-Tr4W__howItWorks{background:var(--bg-secondary);position:relative}.HowItWorks-module__a-Tr4W__header{text-align:center;margin-bottom:80px}.HowItWorks-module__a-Tr4W__header h2{margin-bottom:16px}.HowItWorks-module__a-Tr4W__header p{font-size:1.125rem}.HowItWorks-module__a-Tr4W__steps{max-width:700px;margin:0 auto}.HowItWorks-module__a-Tr4W__step{padding-bottom:60px;position:relative}.HowItWorks-module__a-Tr4W__step:last-child{padding-bottom:0}.HowItWorks-module__a-Tr4W__stepNumber{font-family:var(--font-mono),monospace;background:var(--accent-gradient);-webkit-text-fill-color:transparent;opacity:.6;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:3rem;font-weight:700}.HowItWorks-module__a-Tr4W__stepContent h3{margin-bottom:12px;font-size:1.5rem}.HowItWorks-module__a-Tr4W__stepContent p{margin-bottom:24px;line-height:1.7}.HowItWorks-module__a-Tr4W__codeBlock{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:20px;overflow-x:auto}.HowItWorks-module__a-Tr4W__codeBlock pre{margin:0}.HowItWorks-module__a-Tr4W__codeBlock code{font-family:var(--font-mono),"JetBrains Mono",monospace;color:var(--text-primary);background:0 0;padding:0;font-size:14px;line-height:1.8}.HowItWorks-module__a-Tr4W__previewBlock{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}.HowItWorks-module__a-Tr4W__previewItem{border-bottom:1px solid var(--border-color);grid-template-columns:60px 1fr auto;gap:16px;padding:14px 20px;font-size:14px;display:grid}.HowItWorks-module__a-Tr4W__previewItem:last-child{border-bottom:none}.HowItWorks-module__a-Tr4W__previewHours{font-family:var(--font-mono),monospace;color:var(--accent-primary);font-weight:500}.HowItWorks-module__a-Tr4W__previewTask{color:var(--text-primary)}.HowItWorks-module__a-Tr4W__previewProject{color:var(--text-muted);font-size:12px}.HowItWorks-module__a-Tr4W__actionBlock{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.HowItWorks-module__a-Tr4W__submitBtn{background:var(--accent-gradient);border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-md),0 0 30px #14b8a633;align-items:center;gap:10px;padding:14px 28px;font-weight:600;display:inline-flex}.HowItWorks-module__a-Tr4W__submitBtn svg{stroke:#fff}.HowItWorks-module__a-Tr4W__success{color:var(--success);align-items:center;gap:8px;font-weight:500;animation:.5s HowItWorks-module__a-Tr4W__fadeIn;display:flex}.HowItWorks-module__a-Tr4W__success svg{stroke:var(--success)}@keyframes HowItWorks-module__a-Tr4W__fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.HowItWorks-module__a-Tr4W__connector{color:var(--text-muted);opacity:.3;position:absolute;bottom:20px;left:24px}.HowItWorks-module__a-Tr4W__connector svg{width:24px;height:24px}@media (max-width:768px){.HowItWorks-module__a-Tr4W__stepNumber{font-size:2.5rem}.HowItWorks-module__a-Tr4W__stepContent h3{font-size:1.25rem}.HowItWorks-module__a-Tr4W__previewItem{grid-template-columns:50px 1fr;gap:10px}.HowItWorks-module__a-Tr4W__previewProject{grid-column:span 2;margin-top:-4px}.HowItWorks-module__a-Tr4W__actionBlock{flex-direction:column;align-items:flex-start}}
.Demo-module___7dP9a__demo{background:var(--bg-primary);position:relative;overflow:hidden}.Demo-module___7dP9a__backgroundGlow{pointer-events:none;background:radial-gradient(circle,#06b6d414 0%,#0000 60%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Demo-module___7dP9a__header{text-align:center;margin-bottom:48px;position:relative}.Demo-module___7dP9a__header h2{margin-bottom:16px}.Demo-module___7dP9a__demoContainer{border:1px solid var(--border-color);border-radius:var(--radius-xl);max-width:900px;box-shadow:var(--shadow-lg),0 0 80px #14b8a61a;background:#1a233299;margin:0 auto;position:relative;overflow:hidden}.Demo-module___7dP9a__tabBar{border-bottom:1px solid var(--border-color);background:#242d3dcc;display:flex}.Demo-module___7dP9a__tab{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;margin-bottom:-1px;padding:16px 24px;font-family:inherit;font-size:14px;font-weight:500;display:flex}.Demo-module___7dP9a__tab:hover{color:var(--text-primary);background:#ffffff05}.Demo-module___7dP9a__tab.Demo-module___7dP9a__active{color:var(--accent-primary);border-bottom-color:var(--accent-primary);background:#14b8a60d}.Demo-module___7dP9a__tab svg{stroke:currentColor}.Demo-module___7dP9a__content{min-height:400px}.Demo-module___7dP9a__inputContent{padding:24px}.Demo-module___7dP9a__inputContent pre{margin:0}.Demo-module___7dP9a__inputContent code{font-family:var(--font-mono),"JetBrains Mono",monospace;color:var(--text-primary);white-space:pre-wrap;background:0 0;padding:0;font-size:14px;line-height:1.8}.Demo-module___7dP9a__outputContent{padding:0}.Demo-module___7dP9a__stats{border-bottom:1px solid var(--border-color);color:var(--text-secondary);background:#242d3d80;align-items:center;gap:12px;padding:16px 24px;font-size:14px;display:flex}.Demo-module___7dP9a__stats strong{color:var(--accent-primary)}.Demo-module___7dP9a__separator{opacity:.4}.Demo-module___7dP9a__entries{max-height:350px;overflow-y:auto}.Demo-module___7dP9a__entry{border-bottom:1px solid var(--border-color);grid-template-columns:120px 60px 1fr auto;align-items:center;gap:16px;padding:14px 24px;font-size:14px;display:grid}.Demo-module___7dP9a__entry:last-child{border-bottom:none}.Demo-module___7dP9a__entryDate{color:var(--accent-primary);font-weight:500}.Demo-module___7dP9a__entryHours{font-family:var(--font-mono),monospace;color:var(--text-secondary)}.Demo-module___7dP9a__entryTask{color:var(--text-primary)}.Demo-module___7dP9a__entryProject{color:var(--text-muted);text-align:right;font-size:12px}.Demo-module___7dP9a__hint{color:var(--text-secondary);background:#14b8a60d;border-top:1px solid #14b8a633;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:13px;display:flex}.Demo-module___7dP9a__hint svg{stroke:var(--accent-primary);flex-shrink:0}@media (max-width:768px){.Demo-module___7dP9a__entry{grid-template-columns:1fr;gap:6px}.Demo-module___7dP9a__entryDate{font-size:12px}.Demo-module___7dP9a__entryHours{display:inline}.Demo-module___7dP9a__entryProject{text-align:left}.Demo-module___7dP9a__tab{padding:12px 16px;font-size:13px}}
.CTA-module__n-fbaG__cta{background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-primary)100%);padding:120px 0;position:relative;overflow:hidden}.CTA-module__n-fbaG__backgroundGlow{pointer-events:none;background:radial-gradient(at top,#14b8a61a 0%,#0000 60%);width:150%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.CTA-module__n-fbaG__gridPattern{pointer-events:none;background-image:linear-gradient(#14b8a605 1px,#0000 1px),linear-gradient(90deg,#14b8a605 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 20%,#0000 80%);mask-image:radial-gradient(#000 20%,#0000 80%)}.CTA-module__n-fbaG__content{text-align:center;max-width:700px;margin:0 auto;position:relative}.CTA-module__n-fbaG__content h2{margin-bottom:20px;font-size:clamp(2rem,4vw,2.75rem)}.CTA-module__n-fbaG__content>p{color:var(--text-secondary);margin-bottom:40px;font-size:1.125rem;line-height:1.7}.CTA-module__n-fbaG__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:48px;display:flex}.CTA-module__n-fbaG__features{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.CTA-module__n-fbaG__feature{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.CTA-module__n-fbaG__feature svg{stroke:var(--accent-primary)}@media (max-width:768px){.CTA-module__n-fbaG__cta{padding:80px 0}.CTA-module__n-fbaG__actions{flex-direction:column}.CTA-module__n-fbaG__features{flex-direction:column;gap:16px}.CTA-module__n-fbaG__feature{justify-content:center}}
.Footer-module__EZoWya__footer{background:var(--bg-primary);border-top:1px solid var(--border-color);padding:60px 0 40px}.Footer-module__EZoWya__content{justify-content:space-between;gap:60px;margin-bottom:48px;display:flex}.Footer-module__EZoWya__brand{max-width:250px}.Footer-module__EZoWya__logo{color:var(--accent-primary);align-items:center;gap:10px;margin-bottom:12px;font-size:18px;font-weight:600;display:flex}.Footer-module__EZoWya__logoImage{border-radius:6px}.Footer-module__EZoWya__logo span{color:var(--text-primary)}.Footer-module__EZoWya__brand p{color:var(--text-muted);margin:0;font-size:14px}.Footer-module__EZoWya__links{gap:60px;display:flex}.Footer-module__EZoWya__column{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__column h4{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:600}.Footer-module__EZoWya__column a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:14px}.Footer-module__EZoWya__column a:hover{color:var(--accent-primary)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__EZoWya__bottom p{color:var(--text-muted);margin:0;font-size:14px}@media (max-width:768px){.Footer-module__EZoWya__content{flex-direction:column;gap:40px}.Footer-module__EZoWya__links{flex-wrap:wrap;gap:32px}.Footer-module__EZoWya__column{min-width:140px}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:16px}}
