@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";.brand img{display:block;width:205px;height:auto}.dashboard aside .brand img{width:170px}.button.google{margin-top:28px;background:#fff;border-color:#d9dce1;color:#30343b;box-shadow:0 2px 8px #0000000a}.button.google:hover{border-color:#b9bdc5;background:#fafafa}.button.google svg{width:20px;height:20px;flex:0 0 auto}.auth-divider{display:flex;align-items:center;gap:13px;margin:22px 0 -10px;color:#8a8e95;font-size:11px}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-divider span{white-space:nowrap}:root{font-family:DM Sans,sans-serif;color:#181b20;background:#fafaf8;font-synthesis:none;--ink:#17191d;--muted:#676b73;--line:#e5e5df;--orange:#ff5b2a;--orange-dark:#e84819;--paper:#fff;--cream:#f5f4ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input{font:inherit}button,a{transition:.2s ease}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}.page{min-height:100vh}.site-header{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.site-header nav>a:not(.button):hover{color:var(--orange)}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.5px}.brand b{color:var(--orange)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--ink);color:#fff;font-size:13px;letter-spacing:-1px;position:relative}.brand-mark:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--orange);right:-2px;top:-2px;border:2px solid white}.button{border:1px solid transparent;border-radius:10px;padding:11px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;background:none}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:wait;transform:none}.button.primary{background:var(--orange);color:#fff;box-shadow:0 8px 24px #ff5b2a2e}.button.primary:hover{background:var(--orange-dark)}.button.ghost{border-color:var(--line);background:#fff}.button.dark{background:var(--ink);color:#fff}.button.light{background:#fff;color:var(--ink)}.button.small{padding:9px 15px}.button.large{padding:14px 22px}.button.full{width:100%}.text-button{border:0;background:none;font-weight:600;cursor:pointer;color:var(--muted)}.hero{max-width:1240px;margin:auto;padding:76px 28px 108px;display:grid;grid-template-columns:1fr 1.07fr;align-items:center;gap:70px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-weight:800;font-size:11px;color:var(--orange);display:inline-flex;align-items:center;gap:8px}.eyebrow i{width:7px;height:7px;background:var(--orange);border-radius:50%}.hero h1{font-size:64px;line-height:1.02;letter-spacing:-4px;margin:23px 0 25px;max-width:590px}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:580px}.hero-actions{display:flex;gap:12px;margin:34px 0 24px}.trust-row{display:flex;gap:20px;color:#777b81;font-size:12px;font-weight:600}.hero-visual{border:1px solid #d9d9d2;border-radius:18px;background:#fff;box-shadow:0 30px 80px #25220f24;min-height:460px;position:relative;transform:perspective(900px) rotateY(-2deg) rotateX(1deg)}.visual-toolbar{height:46px;border-bottom:1px solid #e6e6e1;display:flex;align-items:center;gap:7px;padding:0 14px}.visual-toolbar>span{width:9px;height:9px;border-radius:50%;background:#deded9}.visual-toolbar>span:first-child{background:#ff7052}.visual-toolbar b{font-size:11px;margin-left:8px;color:#777}.visual-body{height:414px;display:grid;grid-template-columns:116px 1fr}.visual-controls{padding:23px 15px;background:#f6f6f3;border-right:1px solid #e5e5df;display:flex;flex-direction:column;gap:18px}.control{height:9px;width:60%;border-radius:4px;background:#dbdcd7;box-shadow:0 16px #e8e8e4}.control.wide{width:90%}.visual-canvas{position:relative;overflow:hidden;background:#ecece8}.grid{position:absolute;inset:0;background-image:linear-gradient(#d6d6d0 1px,transparent 1px),linear-gradient(90deg,#d6d6d0 1px,transparent 1px);background-size:25px 25px;transform:perspective(450px) rotateX(52deg) scale(1.5);transform-origin:center bottom;opacity:.65}.sign-demo{position:absolute;left:50%;top:51%;transform:translate(-50%,-50%) rotate(-3deg);background:#17191d;border:9px solid #2c2f34;border-radius:25px;padding:24px 24px 21px;color:#fff;width:290px;box-shadow:0 20px 24px #0003;display:grid;grid-template-columns:70px 1fr;align-items:center}.logo-demo{grid-row:span 2;width:62px;height:62px;border-radius:18px;background:var(--orange);display:grid;place-items:center;font:800 37px Manrope}.sign-demo strong{font:800 25px Manrope;line-height:1}.sign-demo strong i{color:var(--orange);font-style:normal}.sign-demo small{font-size:8px;color:#aaa}.floating-chip{position:absolute;background:#fff;border:1px solid #e1e1da;border-radius:9px;padding:10px 13px;font-size:11px;font-weight:700;box-shadow:0 12px 30px #0002}.chip-one{right:-24px;top:88px}.chip-two{left:-22px;bottom:36px}.section{max-width:1180px;margin:auto;padding:100px 28px}.section-heading{text-align:center;max-width:680px;margin:0 auto 56px}.section-heading h1,.section-heading h2{font-size:44px;line-height:1.15;letter-spacing:-2px;margin:15px 0}.section-heading p{color:var(--muted);font-size:17px;line-height:1.6}.features{border-top:1px solid #ededE7}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-grid article{padding:30px;border:1px solid var(--line);background:#fff;border-radius:14px;min-height:205px}.feature-icon{width:42px;height:42px;border-radius:10px;background:#fff0ea;color:var(--orange);display:grid;place-items:center;font-size:22px}.feature-grid h3{margin:25px 0 10px;font-size:18px}.feature-grid p{color:var(--muted);line-height:1.55;font-size:14px}.steps{padding-top:45px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.step-grid article{border-top:1px solid #cfd0ca;padding-top:25px}.step-grid b{color:var(--orange);font:700 13px Manrope}.step-grid h3{margin:18px 0 10px}.step-grid p{color:var(--muted);line-height:1.55}.cta{margin:50px auto 80px;max-width:1180px;border-radius:22px;padding:58px 64px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between}.cta h2{font-size:36px;margin:13px 0 7px}.cta p{color:#aaa;margin:0}.eyebrow.light{color:#ff8a66}footer{border-top:1px solid var(--line);max-width:1180px;margin:auto;padding:35px 10px 45px;display:flex;align-items:center;gap:35px;color:var(--muted);font-size:13px}footer p{margin:0;flex:1}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:var(--ink);color:#fff;padding:48px 8vw;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand .brand-mark{background:#fff;color:var(--ink)}.auth-brand .brand-mark:after{border-color:var(--ink)}.auth-brand h1{font-size:50px;letter-spacing:-2.5px;max-width:500px;margin:18px 0}.auth-brand p{color:#b2b2b2;font-size:17px;line-height:1.6;max-width:480px}.auth-mini-sign{align-self:center;width:240px;padding:22px 20px;background:#2c2f34;border:6px solid #44484f;border-radius:22px;box-shadow:0 25px 60px #0008;transform:rotate(-4deg);display:flex;align-items:center;justify-content:center;gap:8px;font:800 29px Manrope}.auth-mini-sign strong{color:var(--orange)}.auth-panel{display:grid;place-items:center;padding:40px}.auth-box{width:100%;max-width:430px}.back-link{font-size:13px;color:var(--muted)}.auth-box h2{font-size:32px;letter-spacing:-1.3px;margin:40px 0 7px}.auth-box>p{color:var(--muted)}form{margin:32px 0 20px;display:flex;flex-direction:column;gap:18px}label{font-size:13px;font-weight:700;display:flex;flex-direction:column;gap:8px}input{height:48px;border:1px solid #dcdcD5;border-radius:9px;padding:0 14px;outline:none;background:#fff}input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff5b2a17}.form-error{background:#fff0ed;border:1px solid #ffc7b7;color:#9c3218;padding:12px 14px;border-radius:9px;font-size:13px}.form-error.centered{max-width:640px;margin:-35px auto 30px;text-align:center}.auth-switch{text-align:center;font-size:13px}.auth-switch a{color:var(--orange);font-weight:700}.plans-page .section{padding-top:62px}.provider-switch{display:flex;width:max-content;margin:-20px auto 50px;background:#edede8;border-radius:12px;padding:4px}.provider-switch button{border:0;background:transparent;border-radius:9px;padding:10px 24px;cursor:pointer;display:flex;flex-direction:column}.provider-switch button.active{background:#fff;box-shadow:0 3px 10px #0001}.provider-switch span{font-size:10px;color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.pricing-grid article{border:1px solid var(--line);background:#fff;border-radius:16px;padding:32px;position:relative;display:flex;flex-direction:column}.pricing-grid article.featured{border:2px solid var(--orange);box-shadow:0 20px 50px #ff5b2a14}.popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--orange);color:#fff;border-radius:20px;padding:5px 13px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.pricing-grid h2{margin-bottom:5px}.pricing-grid article>p{color:var(--muted);font-size:13px}.price{margin:24px 0;display:flex;align-items:end;gap:6px}.price strong{font:800 34px Manrope;letter-spacing:-1.5px}.price span{font-size:12px;color:var(--muted);margin-bottom:6px}.pricing-grid ul{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-direction:column;gap:13px;flex:1;font-size:13px}.pricing-grid li:first-letter{color:var(--orange)}.billing-note{text-align:center;color:var(--muted);font-size:12px;margin:30px auto;max-width:750px}.center-screen{min-height:100vh;display:grid;place-items:center}.spinner{width:35px;height:35px;border:3px solid #ddd;border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{min-height:100vh;display:grid;grid-template-columns:235px 1fr;background:#f7f7f4}.dashboard aside{background:#fff;border-right:1px solid var(--line);padding:26px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.dashboard aside>.brand{padding:0 8px}.dashboard aside nav{display:flex;flex-direction:column;gap:5px;margin-top:50px}.dashboard aside nav a{display:flex;align-items:center;gap:13px;padding:12px;border-radius:9px;color:#64676d;font-size:13px;font-weight:600}.dashboard aside nav a:hover,.dashboard aside nav a.active{background:#fff0ea;color:#d94318}.side-user{margin-top:auto;border-top:1px solid var(--line);padding:18px 4px 0;display:flex;align-items:center;gap:9px}.side-user>span{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:700}.side-user div{display:flex;flex-direction:column;min-width:0;flex:1}.side-user b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-user small{color:var(--muted);font-size:10px}.side-user button{border:0;background:none;cursor:pointer}.dashboard>main{padding:48px clamp(28px,5vw,75px);max-width:1400px;width:100%;margin:auto}.dashboard>main>header{display:flex;justify-content:space-between;align-items:end}.dashboard h1{font-size:35px;letter-spacing:-1.5px;margin:8px 0 4px}.dashboard header p{color:var(--muted)}.quick-create{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0 48px}.quick-create button{border:1px solid var(--line);border-radius:12px;background:#fff;padding:18px;display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer}.quick-create button:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:0 10px 25px #0000000c}.quick-icon{width:43px;height:43px;border-radius:9px;display:grid;place-items:center;font:800 20px Manrope}.quick-icon.orange{background:#fff0ea;color:var(--orange)}.quick-icon.blue{background:#e9f1ff;color:#3173d8}.quick-icon.green{background:#e8f8ee;color:#2a9953}.quick-create button div{display:flex;flex-direction:column;flex:1}.quick-create b{font-size:13px}.quick-create small{color:var(--muted);font-size:10px;margin-top:3px}.quick-create i{font-style:normal;color:#aaa}.projects-section{border-top:1px solid var(--line);padding-top:32px}.list-heading{display:flex;justify-content:space-between}.list-heading h2{font-size:20px;margin-bottom:4px}.list-heading p{font-size:11px;color:var(--muted)}.empty-state{border:1px dashed #d2d2cc;background:#fff;border-radius:14px;text-align:center;padding:65px}.empty-state>span{display:grid;place-items:center;width:55px;height:55px;border-radius:14px;background:#fff0ea;color:var(--orange);margin:auto;font-size:26px}.empty-state h3{margin:20px 0 7px}.empty-state p{color:var(--muted);font-size:13px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:105px 1fr 25px;align-items:center;min-height:105px}.project-preview{align-self:stretch;background:#e9e9e5;display:grid;place-items:center}.project-preview span{width:55px;height:38px;background:#282a2f;color:var(--orange);border:4px solid #404349;border-radius:8px;display:grid;place-items:center;font-weight:800}.project-grid article>div{padding:12px}.project-grid small{color:var(--orange);font-size:9px;text-transform:uppercase;font-weight:800}.project-grid h3{font-size:13px;margin:5px 0}.project-grid time{font-size:10px;color:var(--muted)}.project-grid article>button{border:0;background:none;cursor:pointer;font-size:18px}.project-grid article>button:hover{color:var(--orange)}@media(max-width:900px){.site-header nav>a:not(.button){display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{font-size:52px}.hero-visual{min-height:400px}.feature-grid,.pricing-grid{grid-template-columns:1fr 1fr}.step-grid{gap:18px}.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.dashboard{grid-template-columns:75px 1fr}.dashboard aside{padding:24px 12px}.dashboard aside .brand span:last-child,.dashboard aside nav span,.side-user div,.side-user button{display:none}.dashboard aside .brand{justify-content:center}.dashboard aside nav a{justify-content:center;font-size:18px}.side-user{justify-content:center}.quick-create{grid-template-columns:1fr}.project-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.site-header{padding:0 16px}.site-header nav{gap:10px}.site-header .text-button{display:none}.hero{padding:35px 18px 75px;gap:40px}.hero h1{font-size:42px;letter-spacing:-2.5px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.trust-row{flex-direction:column;gap:7px}.hero-visual{min-height:340px}.visual-body{height:294px;grid-template-columns:75px 1fr}.sign-demo{width:210px;grid-template-columns:50px 1fr;padding:17px}.logo-demo{width:44px;height:44px;font-size:26px}.sign-demo strong{font-size:18px}.chip-one{right:-5px}.chip-two{left:-5px}.section{padding:70px 18px}.section-heading h1,.section-heading h2{font-size:34px}.feature-grid,.step-grid,.pricing-grid{grid-template-columns:1fr}.cta{margin:25px 18px 60px;padding:42px 28px;align-items:flex-start;flex-direction:column;gap:25px}.cta h2{font-size:30px}footer{margin:0 18px;align-items:flex-start;flex-direction:column;gap:12px}.auth-panel{padding:24px}.dashboard{grid-template-columns:1fr}.dashboard aside{height:68px;position:fixed;bottom:0;top:auto;width:100%;z-index:20;flex-direction:row;align-items:center;border-top:1px solid var(--line);border-right:0}.dashboard aside>.brand,.side-user{display:none}.dashboard aside nav{margin:0;flex-direction:row;width:100%;justify-content:space-around}.dashboard aside nav a{padding:10px 15px}.dashboard>main{padding:30px 18px 95px}.dashboard>main>header{align-items:flex-start;flex-direction:column}.project-grid{grid-template-columns:1fr}.provider-switch{width:100%}.provider-switch button{flex:1;padding:10px}.plans-page .section{padding-top:38px}}
