@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,p{margin:0}:root{--text: #1d1403;--text-strong: #120b02;--muted: color-mix(in oklch, var(--text) 60%, white);--background: #fff9f0;--surface: color-mix(in oklch, white 92%, var(--primary) 6%);--surface-strong: color-mix(in oklch, white 96%, var(--primary) 4%);--primary: #f4b63d;--primary-dark: color-mix(in oklch, var(--primary) 65%, black);--accent: #ff914d;--accent-soft: color-mix(in oklch, var(--accent) 25%, transparent);--border: color-mix(in oklch, var(--text) 12%, transparent);--shadow-soft: 0 25px 50px color-mix(in oklch, var(--text) 16%, transparent);--radius-lg: 32px;--radius-md: 20px;--radius-sm: 12px}html{font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;scroll-behavior:smooth}body{min-height:100vh;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 20% 20%,color-mix(in oklch,var(--primary) 18%,transparent),transparent 45%),radial-gradient(circle at 80% 0%,color-mix(in oklch,var(--accent) 18%,transparent),transparent 40%),var(--background);margin:0;padding:clamp(1.5rem,3vw,3rem) clamp(1rem,4vw,3rem)}#root{display:flex;flex-direction:column;gap:clamp(3rem,6vw,5rem);min-height:100vh}h1,h2,h3,h4,h5{font-weight:700;color:var(--text-strong);line-height:1.2}p{color:var(--muted);font-size:1.05rem}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}section,header{width:min(1200px,100%);margin-inline:auto;padding:clamp(2.5rem,5vw,4rem);border-radius:var(--radius-lg)}button{font-family:inherit}h1{font-size:clamp(3rem,5vw,4.25rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.6rem,3vw,2.4rem)}h4{font-size:clamp(1.4rem,2.5vw,1.9rem)}h5{font-size:clamp(1.1rem,2vw,1.4rem)}small{font-size:.85rem;color:var(--muted)}@media(max-width:768px){body{padding:1.25rem}section,header{padding:clamp(1.75rem,6vw,3rem)}}.footer{background:#0f172ae6;color:#e2e8f0;border-radius:var(--radius-lg);padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer_brand h4{color:#fff;margin-bottom:.25rem}.footer_brand p{color:#e2e8f0cc}.footer_links{display:flex;gap:1.25rem;font-weight:600;flex-wrap:wrap;justify-content:center}.footer a{color:#dbeafe;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-credit{font-size:.85rem;color:#e2e8f0cc}.hero{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.hero_nav{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.hero_logo{font-size:1.25rem;font-weight:700;letter-spacing:.08em;color:var(--text-strong)}.hero_nav-links{display:flex;align-items:center;gap:1.25rem;font-weight:500;color:var(--muted)}.hero_nav-links a{font-size:.95rem;transition:color .2s ease}.hero_nav-links a:hover{color:var(--primary)}.hero_nav-cta{padding:.75rem 1.4rem;border-radius:999px;border:1px solid color-mix(in oklch,var(--primary) 35%,transparent);color:var(--primary-dark);background:color-mix(in oklch,var(--primary) 10%,white);font-weight:600}.hero_content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(2rem,4vw,4rem);align-items:center}.hero_left{display:flex;flex-direction:column;gap:1.5rem}.hero_badge{width:fit-content;font-size:.85rem;font-weight:600;background:var(--accent-soft);color:var(--accent);padding:.4rem .9rem;border-radius:999px;border:1px solid color-mix(in oklch,var(--accent) 30%,transparent)}.hero_action{display:flex;flex-wrap:wrap;gap:.85rem}.hero_button{border-radius:var(--radius-sm);padding:.95rem 1.75rem;font-size:1rem;font-weight:600;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;border:1px solid transparent}.hero_button-primary{background:var(--primary);color:#fff;box-shadow:0 15px 30px color-mix(in oklch,var(--primary) 35%,transparent)}.hero_button-secondary{background:color-mix(in oklch,var(--primary) 15%,transparent);color:var(--primary-dark);border-color:color-mix(in oklch,var(--primary) 30%,transparent)}.hero_button:hover{transform:translateY(-2px)}.hero_highlights{display:flex;flex-wrap:wrap;gap:.75rem}.hero_highlights span{padding:.65rem .9rem;border-radius:999px;border:1px solid var(--border);background:#fff9;font-size:.92rem;color:var(--muted)}.hero_right{display:flex;justify-content:center}.hero_mock{position:relative;border-radius:var(--radius-lg);padding:1rem;background:linear-gradient(145deg,color-mix(in oklch,var(--primary) 20%,transparent),color-mix(in oklch,var(--accent) 30%,transparent));border:1px solid color-mix(in oklch,var(--primary) 18%,transparent);box-shadow:var(--shadow-soft)}.hero_image{border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.4);background:var(--surface-strong)}.hero_floating-card{position:absolute;right:-10%;top:12%;background:var(--surface-strong);border-radius:var(--radius-md);padding:1rem 1.2rem;box-shadow:var(--shadow-soft);border:1px solid var(--border);text-align:left;width:180px}.hero_floating-card p{font-size:.9rem;margin-bottom:.2rem;color:var(--muted)}.hero_floating-card strong{font-size:1.5rem;color:var(--primary)}@media(max-width:768px){.hero_nav{flex-direction:column;gap:1rem}.hero_nav-links{flex-wrap:wrap;justify-content:center}.hero_action,.hero_highlights{flex-direction:column}.hero_floating-card{position:static;margin-top:1rem;width:100%}}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(2rem,4vw,4rem);align-items:start;background:var(--surface-strong);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.summary_intro{display:flex;flex-direction:column;gap:1.5rem}.summary_badge{width:fit-content;font-size:.85rem;font-weight:600;background:#0f172a0f;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--border);color:var(--text-strong)}.summary_points{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.summary_points div{padding:1rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:color-mix(in oklch,var(--primary) 12%,white)}.summary_points strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.summary_cta{width:fit-content;margin-top:.5rem;color:var(--primary);font-weight:600}.summary_card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}@media(max-width:768px){.summary{text-align:left}.summary_cta{width:100%;text-align:center}}.card{background:linear-gradient(145deg,color-mix(in oklch,var(--primary) 12%,white),var(--surface-strong));border:1px solid color-mix(in oklch,var(--primary) 20%,transparent);border-radius:var(--radius-md);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;min-height:280px;flex:1 1 280px;box-shadow:0 10px 30px color-mix(in oklch,var(--primary) 18%,transparent)}.card_icon{width:56px;height:56px;border-radius:16px;background:color-mix(in oklch,var(--primary) 18%,transparent);display:grid;place-items:center;border:1px solid color-mix(in oklch,var(--primary) 24%,transparent)}.card_icon img{width:38px;height:38px;object-fit:contain}.card_body h5{margin-bottom:.4rem}.card_body p{font-size:1rem}@media(max-width:768px){.card{min-height:auto}}.waitlist{background:radial-gradient(circle at 20% 20%,color-mix(in oklch,var(--primary) 20%,transparent),transparent 60%),var(--surface-strong);border:1px solid var(--border);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1.75rem;text-align:center}.waitlist_content{display:flex;flex-direction:column;gap:1rem}.waitlist_badge{width:fit-content;margin:0 auto;font-weight:600;padding:.35rem .75rem;border-radius:999px;border:1px solid color-mix(in oklch,var(--primary) 30%,transparent);color:var(--primary-dark);background:color-mix(in oklch,var(--primary) 18%,transparent)}.waitlist_form{display:flex;flex-direction:column;gap:.75rem;width:min(640px,100%);margin:0 auto}.waitlist_form-wrapper{display:flex;gap:.5rem;background:#ffffffe6;border-radius:999px;border:1px solid color-mix(in oklch,var(--primary) 25%,transparent);padding:.35rem;box-shadow:0 10px 30px color-mix(in oklch,var(--primary) 20%,transparent)}.waitlist_form input{flex:1;border:none;background:transparent;padding:0 1.25rem;font-size:1rem;outline:none}.waitlist_form button{border:none;border-radius:999px;padding:.9rem 1.75rem;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.waitlist_form button:hover{transform:translateY(-2px);box-shadow:0 15px 30px color-mix(in oklch,var(--primary) 25%,transparent)}.status{font-size:.95rem}.status.success{color:#16a34a}.status.error{color:#dc2626}@media(max-width:768px){.waitlist_form-wrapper{flex-direction:column;border-radius:var(--radius-md);padding:.75rem}.waitlist_form button{width:100%}}.wireframe{display:flex;flex-direction:column;gap:2rem;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.wireframe_header{max-width:640px;display:flex;flex-direction:column;gap:.75rem}.wireframe_header h2{margin:0}.wireframe_header p{margin:0;color:var(--muted)}.wireframe_badge{width:fit-content;font-size:.8rem;letter-spacing:.05em;text-transform:uppercase;color:var(--primary-dark);border:1px solid color-mix(in oklch,var(--primary) 30%,transparent);padding:.35rem .8rem;border-radius:999px;background:color-mix(in oklch,var(--primary) 15%,transparent)}.wireframe-grid{display:grid;grid-template-columns:minmax(320px,1.8fr) minmax(240px,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.wireframe-browser{background:var(--surface-strong);border:1px solid var(--border);border-radius:calc(var(--radius-lg) + 6px);box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;gap:0}.wb-toolbar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.2rem;border-bottom:1px solid var(--border);background:color-mix(in oklch,var(--primary) 6%,white)}.wb-dots{display:flex;gap:.35rem}.wb-dots span{width:10px;height:10px;border-radius:999px;background:color-mix(in oklch,var(--primary) 30%,white)}.wb-dots span:nth-child(1){background:#f87171}.wb-dots span:nth-child(2){background:#facc15}.wb-dots span:nth-child(3){background:#34d399}.wb-toolbar p{font-size:.85rem;color:var(--muted);margin:0;flex:1}.wb-user{width:32px;height:32px;border-radius:999px;background:var(--primary);color:var(--text);display:grid;place-items:center;font-weight:600}.wb-nav{display:flex;gap:.5rem;padding:.75rem 1.2rem;border-bottom:1px solid var(--border);background:#fffc}.wb-nav button{border:1px solid transparent;background:transparent;font-weight:600;color:var(--muted);padding:.35rem .75rem;border-radius:999px;cursor:pointer}.wb-nav button.active{border-color:color-mix(in oklch,var(--primary) 40%,transparent);color:var(--primary-dark);background:color-mix(in oklch,var(--primary) 15%,white)}.wb-body{display:grid;grid-template-columns:180px 1fr;min-height:320px}.wb-sidebar{border-right:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.6rem;background:#ffffffe6}.wb-sidebar span{font-size:.9rem;color:var(--muted);padding:.35rem .5rem;border-radius:var(--radius-sm);cursor:pointer}.wb-sidebar span.active{background:color-mix(in oklch,var(--primary) 18%,transparent);color:var(--primary-dark);font-weight:600}.wb-main{padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.wb-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.wb-panel{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;background:#fffffff2}.wb-panel small{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--muted)}.wb-panel ul{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.6rem}.wb-panel li{display:flex;justify-content:space-between;font-weight:600}.wb-panel--kpi{display:flex;flex-direction:column;gap:.75rem}.wb-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.wb-kpis div{padding:.75rem;border-radius:var(--radius-sm);border:1px solid color-mix(in oklch,var(--primary) 25%,transparent);background:color-mix(in oklch,var(--primary) 12%,white)}.wb-kpis p{margin:0;font-size:.85rem;color:var(--muted)}.wb-kpis strong{font-size:1.1rem}.wb-panel--chart{min-height:140px}.wb-bars{display:flex;gap:1rem;margin-top:.9rem}.wb-bars div{flex:1;display:flex;flex-direction:column;gap:.3rem}.wb-bars span{font-size:.85rem;color:var(--muted)}.wb-bars .bar{height:8px;border-radius:999px;background:color-mix(in oklch,var(--primary) 20%,white);position:relative;overflow:hidden}.wb-bars .bar:after{content:"";position:absolute;left:0;top:0;bottom:0;border-radius:inherit}.wb-bars .rent:after{width:70%;background:var(--primary)}.wb-bars .vacancy:after{width:45%;background:color-mix(in oklch,var(--accent) 60%,white)}.wb-bars .rate:after{width:55%;background:color-mix(in oklch,var(--primary) 40%,black)}.wireframe-panel{display:flex;flex-direction:column;gap:1rem}.wireframe-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.2rem;background:var(--surface-strong);box-shadow:0 10px 25px color-mix(in oklch,var(--primary) 12%,transparent)}.wireframe-card h5{margin:0 0 .35rem}.wireframe-card p{margin:0;color:var(--muted)}.wireframe_cta{margin-top:.5rem;display:inline-flex;justify-content:center;padding:.85rem 1.5rem;border-radius:999px;border:1px solid transparent;background:var(--primary);color:var(--text);font-weight:600;box-shadow:0 12px 25px color-mix(in oklch,var(--primary) 25%,transparent)}.wireframe_cta:hover{transform:translateY(-1px)}@media(max-width:900px){.wireframe-grid{grid-template-columns:1fr}}@media(max-width:640px){.wb-body{grid-template-columns:1fr}.wb-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;flex-wrap:wrap}.wb-sidebar span{flex:1 1 45%;text-align:center}.wb-summary,.wb-bars{flex-direction:column}}
