:root{--ink:#0b252b;--muted:#607278;--paper:#f6f5f0;--line:#dfe5e3;--green:#0e7c66;--lime:#d5f35a;--orange:#ef7048;--white:#fff;--shadow:0 20px 55px rgba(9,36,42,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;color:var(--ink);background:#fff}button,select,input{font:inherit}button{cursor:pointer}img{display:block;width:100%}.topbar{height:78px;display:flex;align-items:center;padding:0 clamp(24px,5vw,78px);gap:42px;border-bottom:1px solid rgba(9,36,42,.08);position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font:800 25px Manrope,sans-serif;letter-spacing:-1px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--lime);color:var(--ink);font:800 18px Manrope}.nav{display:flex;gap:28px;align-items:center;margin-left:auto}.nav a,.nav-link{border:0;background:none;color:#52656a;text-decoration:none;font-weight:600;font-size:14px;padding:8px 0}.nav a:hover,.nav-link:hover,.nav-link.active{color:var(--ink)}.partner-button{border:1px solid var(--ink);border-radius:999px;background:transparent;color:var(--ink);font-weight:700;padding:11px 18px}.partner-button span{margin-left:8px}.hero{min-height:650px;background:linear-gradient(110deg,#f7f7f1,#eff3e8 58%,#e4ebdc);display:grid;grid-template-columns:1.06fr .94fr;overflow:hidden}.hero-copy{padding:80px 5vw 64px 7vw;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;font-weight:800;font-size:11px;letter-spacing:1.6px;color:var(--green)}.eyebrow i{width:21px;height:2px;background:currentColor}.hero h1{font:800 clamp(45px,5vw,73px)/1.03 Manrope,sans-serif;letter-spacing:-3.7px;margin:22px 0;max-width:760px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:18px;line-height:1.65;color:#52656a;max-width:650px;margin:0 0 32px}.search-panel{background:#fff;box-shadow:var(--shadow);border-radius:16px;padding:10px;display:grid;grid-template-columns:1fr 1.1fr 1.1fr auto;gap:0;max-width:780px}.search-panel label{padding:7px 18px;border-right:1px solid var(--line)}.search-panel label span{display:block;font-weight:700;font-size:11px;color:#7b898d;margin-bottom:4px}.search-panel select{width:100%;border:0;background:#fff;color:var(--ink);font-weight:700;outline:0}.search-button{width:60px;border:0;border-radius:12px;background:var(--ink);color:#fff;font-size:25px}.search-button span{display:none}.trust-row{display:flex;gap:25px;margin-top:28px;color:#53666b;font-size:13px;font-weight:600}.trust-row b{display:inline-grid;place-items:center;background:#ddf0e9;color:var(--green);width:20px;height:20px;border-radius:50%;margin-right:6px}.hero-visual{position:relative;min-height:650px}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eff3e8 0%,transparent 18%),linear-gradient(0deg,rgba(7,31,36,.2),transparent 42%)}.hero-visual img{height:100%;object-fit:cover}.hero-float{position:absolute;z-index:2;background:#fffffff2;box-shadow:var(--shadow);border-radius:14px;padding:15px 18px;display:flex;flex-direction:column;min-width:205px}.hero-float span,.hero-float small{color:#6a7b7f;font-size:11px}.hero-float b{font:700 16px Manrope;margin:3px 0}.hero-float.top{top:60px;left:2px}.hero-float.bottom{right:28px;bottom:40px;border-left:4px solid var(--lime)}.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ink);color:#fff;padding:26px 7vw}.stat-strip div{display:flex;flex-direction:column;padding:0 28px;border-right:1px solid rgba(255,255,255,.14)}.stat-strip div:last-child{border:0}.stat-strip strong{font:700 22px Manrope;color:var(--lime)}.stat-strip span{font-size:12px;color:#acc0c3;margin-top:4px}.section{padding:90px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.section h2,.benefit-section h2,.partner-copy h2{font:800 clamp(31px,3.2vw,46px)/1.12 Manrope;letter-spacing:-2px;margin:12px 0;max-width:700px}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pills button{border:1px solid var(--line);background:#fff;padding:9px 16px;border-radius:999px;color:#637378;font-weight:700;font-size:13px}.filter-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.project-card[hidden]{display:none}.card-image{height:235px;position:relative;overflow:hidden}.card-image img{height:100%;object-fit:cover;transition:.4s}.project-card:hover .card-image img{transform:scale(1.035)}.verified,.soon{position:absolute;top:14px;left:14px;background:#fff;color:var(--green);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:800;box-shadow:0 4px 15px #0000001f}.soon{color:#745c12;background:#fff9d8}.save{position:absolute;right:14px;top:14px;width:35px;height:35px;border:0;background:#fffffff0;border-radius:50%;font-size:20px}.save.saved{background:var(--orange);color:#fff}.card-body{padding:22px}.project-meta{display:flex;gap:7px;color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.card-body h3{font:800 24px Manrope;margin:8px 0}.card-body>p{font-size:13px;color:#66777b;line-height:1.55;min-height:60px}.unit-tags{display:flex;gap:6px;flex-wrap:wrap;margin:17px 0 20px}.unit-tags span{background:#f1f4f1;border-radius:5px;padding:5px 8px;font-size:10px;font-weight:700;color:#53666a}.price-row{display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;gap:10px}.price-row div{display:flex;flex-direction:column}.price-row small{color:#7b8a8e;font-size:10px}.price-row strong{font:800 17px Manrope}.outline-button{border:1px solid var(--ink);background:#fff;border-radius:9px;padding:9px 13px;font-weight:800;font-size:12px;color:var(--ink)}.outline-button:hover{background:var(--ink);color:#fff}.outline-button:disabled{opacity:.45;cursor:not-allowed}.empty-state{text-align:center;background:var(--paper);padding:35px;border-radius:14px;color:var(--muted)}.benefit-section{display:grid;grid-template-columns:1.1fr .9fr;background:var(--green);color:#fff;padding:90px 10vw;gap:8vw;align-items:center}.eyebrow.light{color:var(--lime)}.benefit-copy>p{color:#c4ded8;line-height:1.7;max-width:650px}.benefit-copy ol{list-style:none;padding:12px 0;margin:0 0 24px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.benefit-copy li{display:flex;gap:12px}.benefit-copy li>b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:#ffffff1f;color:var(--lime)}.benefit-copy li span{display:flex;flex-direction:column;font-size:12px;color:#b9d3ce;line-height:1.45}.benefit-copy li strong{color:#fff;font-size:14px;margin-bottom:3px}.primary-button,.dark-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;border:0;border-radius:10px;background:var(--lime);color:var(--ink);font-weight:800;padding:14px 20px}.primary-button:hover{filter:brightness(.96)}.benefit-card-wrap{text-align:center}.benefit-card-wrap>p{font-size:11px;color:#b9d3ce}.reward-card{background:linear-gradient(135deg,#f3f8d9,#fff);border-radius:20px;padding:28px;text-align:left;color:var(--ink);box-shadow:0 30px 70px #0000002e;transform:rotate(2deg);min-height:240px;position:relative;overflow:hidden}.reward-card:after{content:"";position:absolute;width:190px;height:190px;border:38px solid rgba(14,124,102,.08);border-radius:50%;right:-80px;bottom:-110px}.reward-top{display:flex;justify-content:space-between;align-items:center;font:800 11px Manrope;letter-spacing:1px}.reward-top b{display:grid;place-items:center;background:var(--ink);color:var(--lime);border-radius:9px;width:36px;height:36px;font-size:19px}.reward-card p{font-size:11px;color:#758588;margin-top:40px}.reward-card>strong{font:800 25px Manrope;letter-spacing:2px}.reward-info{display:flex;gap:45px;margin-top:34px;font-size:10px;color:#758588}.partner-section{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:7vw;background:#fbfbf8}.partner-image{height:480px;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.partner-image img{height:100%;object-fit:cover}.partner-copy>p{color:#617378;line-height:1.7}.partner-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.partner-points span{font-weight:700;font-size:13px}.partner-points span:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dff2e9;color:var(--green);margin-right:8px}.dark-button{background:var(--ink);color:#fff}footer{background:#071b20;color:#fff;padding:45px 7vw;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.light-brand{color:#fff}.light-brand .brand-mark{color:var(--ink)}footer p{color:#b8cccf}footer>span,footer>small{font-size:11px;color:#86a0a4}footer>small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1);padding-top:18px}.dashboard{min-height:100vh;background:#f3f5f3;display:grid;grid-template-columns:245px 1fr}.dash-sidebar{background:#092229;color:#fff;padding:26px 18px;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh}.dash-sidebar>p{font-size:9px;letter-spacing:1.6px;color:#789397;margin:35px 10px 12px}.dash-nav{border:0;background:transparent;color:#a8bec1;text-align:left;border-radius:8px;padding:12px;font-weight:600;margin:2px 0}.dash-nav.active,.dash-nav:hover{background:#d5f35a1f;color:var(--lime)}.sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:18px 8px 0;display:flex;flex-direction:column}.sidebar-bottom span{font-size:11px;font-weight:700}.sidebar-bottom small{color:#789397;font-size:9px;margin:4px 0 14px}.sidebar-bottom button{border:0;background:none;color:#a8bec1;text-align:left;padding:0;font-size:11px}.dash-main{padding:35px clamp(24px,4vw,60px);min-width:0}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.dash-header small{color:#77898d}.dash-header h1{font:800 30px Manrope;margin:5px 0}.dash-actions{display:flex;gap:10px}.dash-actions>button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:11px 15px;font-size:12px;font-weight:700}.dash-actions .primary-button{background:var(--ink);color:#fff}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metric-grid article,.dash-panel{background:#fff;border:1px solid #e2e7e5;border-radius:13px;padding:20px}.metric-grid article{display:flex;flex-direction:column}.metric-grid span{font-size:11px;color:#6d7e82}.metric-grid strong{font:800 26px Manrope;margin:10px 0}.metric-grid small{font-size:9px;color:#849397}.metric-grid .up{color:var(--green)}.dash-grid{display:grid;grid-template-columns:1.6fr .75fr;gap:16px;margin-bottom:16px}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.panel-head h2{font:800 16px Manrope;margin:0}.panel-head p{font-size:10px;color:#839195;margin:4px 0}.panel-head button{border:0;background:none;color:var(--green);font-size:10px;font-weight:800}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:11px}th{text-align:left;color:#89979a;font-size:9px;text-transform:uppercase;letter-spacing:.5px;padding:10px;border-bottom:1px solid var(--line)}td{padding:12px 10px;border-bottom:1px solid #eef1f0}td b,td small{display:block}td small{color:#8b999c;font-size:8px;margin-top:3px}.status{padding:5px 7px;border-radius:999px;font-size:8px;font-weight:800}.survey{background:#fff4d7;color:#8c6810}.contacted{background:#e4f0ff;color:#34659b}.new{background:#eceef0;color:#5b686c}.booking{background:#def3e9;color:#08715b}.alert-text{color:#d05b3b}.funnel-row{display:grid;grid-template-columns:1fr auto;gap:5px;font-size:10px;margin:16px 0}.funnel-row i{grid-column:1/-1;height:6px;border-radius:6px;background:linear-gradient(90deg,var(--green) var(--w),#edf1ef var(--w))}.conversion{background:#eef7f2;border-radius:9px;text-align:center;padding:14px;margin-top:22px}.conversion strong,.conversion span{display:block}.conversion strong{font:800 23px Manrope;color:var(--green)}.conversion span{font-size:9px;color:#718185}.project-performance{padding-bottom:10px}.project-row{display:grid;grid-template-columns:50px minmax(160px,1fr) repeat(4,minmax(70px,.45fr)) auto;gap:15px;align-items:center;border-top:1px solid var(--line);padding:12px 0;font-size:10px}.project-row img{width:50px;height:42px;object-fit:cover;border-radius:7px}.project-row>div,.project-row>span{display:flex;flex-direction:column}.project-row small{font-size:8px;color:#839296;margin-top:3px}.project-row>span b{font-size:11px}.project-row em{font-style:normal;background:#ddf3e8;color:var(--green);padding:5px 8px;border-radius:999px;font-size:8px;font-weight:800}dialog{border:0;border-radius:18px;padding:0;box-shadow:0 30px 90px #00000047;max-width:460px;width:calc(100% - 30px)}dialog::backdrop{background:#04161bad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-card{padding:32px;position:relative}.dialog-close{position:absolute;right:18px;top:16px;border:0;background:#eef1ef;width:32px;height:32px;border-radius:50%;font-size:20px}.dialog-icon{display:grid;place-items:center;width:46px;height:46px;background:var(--lime);border-radius:12px;font:800 22px Manrope;margin-bottom:16px}.dialog-card h2{font:800 28px Manrope;margin:10px 0}.dialog-card>p{color:#68797d;font-size:13px;line-height:1.55}.dialog-card>label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:11px;margin:15px 0}.dialog-card input,.dialog-card select{border:1px solid var(--line);border-radius:9px;padding:12px;outline:0}.dialog-card input:focus,.dialog-card select:focus{border-color:var(--green);box-shadow:0 0 0 3px #0e7c661a}.phone-input{display:flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.phone-input span{padding:12px;background:#f1f4f2;color:#67787c}.phone-input input{border:0;flex:1}.dialog-card .consent{flex-direction:row;align-items:start;font-weight:400;color:#66777b}.consent input{margin:2px 0}.full{width:100%}.success-card{text-align:center}.success-check{display:grid;place-items:center;width:55px;height:55px;border-radius:50%;background:#dff4e9;color:var(--green);font-size:25px;margin:5px auto 18px}.generated-code{background:#edf7d0;border:1px dashed #7e9b1f;border-radius:10px;padding:18px;font:800 21px Manrope;letter-spacing:2px;margin:20px 0}.code-detail{display:grid;grid-template-columns:1fr 1fr;text-align:left;background:#f5f6f3;padding:12px;border-radius:9px;margin-bottom:15px}.code-detail span{font-size:9px;color:#7a898d}.code-detail b{font-size:11px}.success-card>small{display:block;color:#819094;margin-top:12px}.toast{position:fixed;z-index:99;left:50%;bottom:25px;transform:translate(-50%,20px);background:var(--ink);color:#fff;border-radius:999px;padding:11px 18px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}@media(max-width:1000px){.nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 6vw}.hero-visual{min-height:420px}.hero-float.top{left:25px}.project-grid{grid-template-columns:1fr 1fr}.project-card:last-child{display:none}.benefit-section,.partner-section{grid-template-columns:1fr}.benefit-card-wrap{max-width:520px;margin:auto}.dashboard{grid-template-columns:78px 1fr}.dash-sidebar .brand span:last-child,.dash-sidebar>p,.dash-nav{font-size:0}.dash-nav{display:grid;place-items:center;font-size:20px}.sidebar-bottom{display:none}.metric-grid{grid-template-columns:1fr 1fr}.dash-grid{grid-template-columns:1fr}.project-row{grid-template-columns:50px 1fr repeat(2,.4fr)}.project-row>span:nth-of-type(-n+2),.project-row em{display:none}}@media(max-width:680px){.topbar{height:66px;padding:0 18px}.partner-button{font-size:0;padding:9px}.partner-button:after{content:"Mitra";font-size:12px}.hero{min-height:auto}.hero-copy{padding:48px 20px}.hero h1{font-size:43px;letter-spacing:-2.5px}.hero-copy>p{font-size:15px}.search-panel{grid-template-columns:1fr}.search-panel label{border:0;border-bottom:1px solid var(--line);padding:11px}.search-button{width:100%;height:45px;font-size:15px;margin-top:4px}.search-button span{display:inline}.trust-row{flex-wrap:wrap;gap:12px}.hero-visual{min-height:320px}.hero-float.top{top:18px}.hero-float.bottom{right:15px;bottom:15px}.stat-strip{grid-template-columns:1fr 1fr;padding:20px}.stat-strip div{padding:12px;border-bottom:1px solid rgba(255,255,255,.12)}.section{padding:62px 20px}.section-heading{align-items:start;flex-direction:column}.project-grid{grid-template-columns:1fr}.project-card:last-child{display:block}.filter-pills{overflow:auto;width:100%;flex-wrap:nowrap}.benefit-section{padding:62px 20px}.benefit-copy ol{grid-template-columns:1fr}.partner-section{padding:62px 20px}.partner-image{height:300px}.partner-points{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:40px 20px}.dashboard{grid-template-columns:1fr}.dash-sidebar{position:static;height:auto;min-height:0;flex-direction:row;align-items:center;padding:12px 20px}.dash-sidebar>.brand{margin-right:auto}.dash-sidebar .brand span:last-child{display:block;font-size:20px}.dash-sidebar .dash-nav{display:none}.dash-main{padding:20px 14px}.dash-header{align-items:start}.dash-header h1{font-size:23px}.dash-actions>button:first-child{display:none}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-grid article{padding:14px}.metric-grid strong{font-size:20px}.leads-panel{padding:12px}.project-performance{display:none}.dialog-card{padding:27px 20px}}.project-dialog{width:min(1040px,calc(100% - 32px));max-width:1040px;border:0;padding:0;border-radius:24px;background:#f7f9f7;color:#102d30;box-shadow:0 28px 90px #04191d4d}.project-dialog::backdrop{background:#031317b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.project-detail-card{position:relative;padding:24px 28px 32px;max-height:90vh;overflow:auto}.project-detail-hero{display:grid;grid-template-columns:minmax(260px,42%) 1fr;gap:28px;align-items:center}.project-detail-hero img{width:100%;height:250px;object-fit:cover;border-radius:18px}.project-detail-hero h2{font:800 clamp(28px,4vw,44px)/1.05 Manrope,sans-serif;margin:12px 0}.project-detail-hero p{color:#607276;line-height:1.65}.project-detail-hero .verified{position:static;display:inline-flex;width:max-content}.detail-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:24px 0}.detail-steps span{padding:10px;border-radius:9px;background:#e6ece9;text-align:center;font-size:12px;font-weight:700;color:#778683}.detail-steps span.active{background:#0c5b50;color:#fff}.project-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:28px}.project-facts div{background:#fff;border:1px solid #dde5e1;border-radius:12px;padding:14px}.project-facts small,.project-facts strong{display:block}.project-facts small{color:#73817e;margin-bottom:5px}.detail-section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:22px 0 14px}.detail-section-head small{color:#b47b28;font-weight:800;letter-spacing:.12em}.detail-section-head h3{font:800 22px Manrope,sans-serif;margin:4px 0}.detail-section-head p{font-size:12px;color:#71807d}.type-card-grid,.unit-choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.type-choice{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:16px;border:1px solid #dbe3df;border-radius:14px;background:#fff;color:#173437;cursor:pointer}.type-choice:hover,.type-choice.active{border-color:#0c7667;box-shadow:0 8px 24px #09554a1f}.type-choice span{font-weight:800}.type-choice strong{font-size:18px;margin:10px 0}.type-choice small{color:#6d7e7a;margin:2px 0}.type-choice em{color:#0c7667;font-style:normal;font-weight:800;margin-top:12px}.unit-choice-grid article{background:#fff;border:1px solid #dbe3df;border-radius:14px;padding:16px}.unit-choice-grid h4{font:800 18px Manrope,sans-serif;margin:12px 0 5px}.unit-choice-grid p{font-size:12px;color:#71807d}.unit-choice-grid strong{display:block;margin:14px 0}.unit-choice-grid button{width:100%}@media(max-width:760px){.project-detail-card{padding:18px}.project-detail-hero{grid-template-columns:1fr}.project-detail-hero img{height:190px}.detail-steps,.project-facts,.type-card-grid,.unit-choice-grid{grid-template-columns:1fr 1fr}.detail-section-head{display:block}}@media(max-width:480px){.project-facts,.type-card-grid,.unit-choice-grid{grid-template-columns:1fr}}.hero-actions{display:flex;gap:22px;margin-top:20px}.text-action{color:var(--ink);font-size:13px;font-weight:800;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}.category-section{padding-bottom:55px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-grid button{min-height:150px;padding:20px 16px;text-align:left;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);transition:.2s}.category-grid button:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 12px 30px #09242a14}.category-grid b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#edf4db;color:var(--green);font-size:20px;margin-bottom:18px}.category-grid span,.category-grid small{display:block}.category-grid span{font:800 16px Manrope}.category-grid small{color:var(--muted);font-size:10px;margin-top:5px}.projects-section{background:#fbfbf8}.location-section{padding-top:72px}.location-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.location-grid button{min-height:205px;border:0;border-radius:18px;padding:28px;text-align:left;color:#fff;background:linear-gradient(135deg,#07262cd4,#0e7c6694),url(/images/symphony-gate.jpg) center/cover;box-shadow:var(--shadow)}.location-grid button:nth-child(2){background-image:linear-gradient(135deg,#07262cd4,#0e7c6694),url(/images/symphony-one.jpg)}.location-grid button:nth-child(3){background-image:linear-gradient(135deg,#07262cd4,#0e7c6694),url(/images/symphony-two.jpg)}.location-grid span,.location-grid b,.location-grid small{display:block}.location-grid span{font-size:12px;color:#d6e8e4}.location-grid b{font:800 28px Manrope;margin:8px 0 45px}.location-grid small{color:var(--lime);font-weight:800}.why-section{background:#f3f6ef}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.why-grid article{padding:30px;background:#fff}.why-grid article>b{color:var(--green);font:800 12px Manrope}.why-grid h3{font:800 18px/1.3 Manrope;margin:30px 0 12px}.why-grid p{font-size:12px;line-height:1.65;color:var(--muted)}.developer-trust{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.developer-trust>div>p{color:var(--muted);line-height:1.7}.developer-identity{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:25px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.developer-identity>span{display:grid;place-items:center;width:62px;height:62px;border-radius:14px;background:var(--ink);color:var(--lime);font:800 20px Manrope}.developer-identity b,.developer-identity small{display:block}.developer-identity small{color:var(--muted);margin-top:5px}.developer-identity em{font-style:normal;color:var(--green);font-size:11px;font-weight:800}.seller-section{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#eaf1dc}.seller-section h2{font:800 clamp(30px,3vw,44px) Manrope;margin:10px 0}.seller-section p{color:var(--muted)}.faq-section{max-width:1050px;margin:auto}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:19px 4px}.faq-list summary{cursor:pointer;font:700 16px Manrope;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";color:var(--green);font-size:22px}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:760px;color:var(--muted);line-height:1.65;font-size:13px}.final-cta{margin:20px 7vw 80px;padding:70px;border-radius:24px;text-align:center;background:var(--ink);color:#fff}.final-cta>span{color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}.final-cta h2{font:800 clamp(32px,4vw,53px)/1.1 Manrope;letter-spacing:-2px;max-width:800px;margin:18px auto 30px}.final-cta>div{display:flex;justify-content:center;align-items:center;gap:22px}.final-cta a{color:#fff;text-decoration:none;font-weight:800;font-size:13px}.site-footer{grid-template-columns:1.6fr repeat(3,1fr);align-items:start}.site-footer>div{display:flex;flex-direction:column;gap:10px}.site-footer b{font:800 12px Manrope;color:#fff;margin-bottom:5px}.site-footer a,.site-footer button{color:#9eb5b8;text-decoration:none;font-size:11px;border:0;background:none;text-align:left;padding:0}.site-footer .footer-brand p{margin:10px 0 0}.site-footer .footer-brand small{color:#789296}.site-footer .footer-legal{grid-column:1/-1;width:100%;border-top:1px solid rgba(255,255,255,.1);padding-top:18px}@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:1fr 1fr}.developer-trust{grid-template-columns:1fr}.site-footer{grid-template-columns:1.5fr repeat(3,1fr)}}@media(max-width:680px){.hero-actions{margin-bottom:8px}.category-grid{grid-template-columns:1fr 1fr}.category-grid button{min-height:130px}.location-grid,.why-grid{grid-template-columns:1fr}.location-grid button{min-height:170px}.developer-identity{grid-template-columns:auto 1fr}.developer-identity em{grid-column:2}.seller-section{align-items:flex-start;flex-direction:column}.final-cta{margin:10px 20px 55px;padding:48px 22px}.final-cta>div{flex-direction:column}.site-footer{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}.project-freshness{display:flex;justify-content:space-between;gap:12px;color:#627579;font-size:10px;font-weight:700;padding:10px 0;border-bottom:1px solid #eef1ef}.mobile-menu-toggle{display:none;border:0;background:none;color:var(--ink);font-size:22px;margin-left:auto}@media(max-width:1000px){.mobile-menu-toggle{display:block}.topbar{position:sticky}.mobile-menu-open .nav{display:flex;position:absolute;left:18px;right:18px;top:70px;flex-direction:column;align-items:stretch;gap:0;padding:12px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.mobile-menu-open .nav a,.mobile-menu-open .nav button{text-align:left;padding:12px 0;border-bottom:1px solid #edf1ef}.mobile-menu-open .nav a:last-child{border-bottom:0}}.location-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:680px){.location-grid{grid-template-columns:1fr}}.projects-section .project-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.brand-logo{width:178px;height:58px;object-fit:contain}.brand-logo-panel{width:190px;height:66px;padding:7px 10px;border-radius:12px;background:#fff}.brand-symbol{display:inline-block;width:46px;height:46px;background-color:transparent!important;background-image:url(/images/unitara-icon.png)!important;background-repeat:no-repeat!important;background-size:contain!important;background-position:center!important;border-radius:10px}.reward-top .brand-symbol{width:42px;height:42px;background-size:contain!important;background-position:center!important}.login-role-icon.brand-symbol{margin-bottom:24px;background-color:#fff!important;box-shadow:0 8px 22px #0734741f}.site-footer .brand-logo-panel{width:210px;height:76px}.role-panel .brand-logo-panel{width:220px;height:82px;margin-left:-10px}.dash-sidebar .brand-logo-panel{width:190px;height:64px}@media(max-width:1000px){.dash-sidebar .brand-logo{display:none}.dash-sidebar>.brand{width:46px;height:46px;background-image:url(/images/unitara-icon.png);background-repeat:no-repeat;background-size:contain;background-position:center;border-radius:10px}}@media(max-width:680px){.brand-logo{width:138px;height:48px}.dash-sidebar>.brand{width:auto;height:auto;background:none}.dash-sidebar .brand-logo{display:block;width:138px;height:48px;padding:5px 8px}.site-footer .brand-logo-panel{width:190px;height:70px}}.dash-sidebar>p{margin-top:4px}:root{--ink:#063477;--muted:#61738b;--paper:#f5f8fc;--line:#dce5f1;--green:#0768d7;--lime:#12bff3;--orange:#ff9d08;--shadow:0 20px 55px rgba(5,52,119,.13) }.hero{background:linear-gradient(110deg,#f8fbff,#edf6ff 58%,#e1f4ff)}.hero-visual:after{background:linear-gradient(90deg,#edf6ff 0%,transparent 18%),linear-gradient(0deg,rgba(3,38,93,.22),transparent 42%)}.trust-row b,.partner-points span:before{background:#e1f4ff}.benefit-section{background:linear-gradient(135deg,#073a89,#075fc5)}.benefit-copy>p,.benefit-copy li span,.benefit-card-wrap>p{color:#c8ddf7}.primary-button,.dark-button{background:var(--orange);color:#082d67}.reward-card{background:linear-gradient(135deg,#e7f7ff,#fff)}.reward-card:after{border-color:#12bff31f}.partner-section,.projects-section{background:#f8fbff}.why-section{background:#edf5ff}.seller-section{background:#e4f5ff}.stat-strip,.final-cta{background:linear-gradient(110deg,#052b68,#073f91)}footer,.dash-sidebar{background:#04265c}.dash-nav.active,.dash-nav:hover{background:#12bff326;color:#5edaff}.dashboard{background:#f3f7fc}.location-grid button{background-image:linear-gradient(135deg,#032354e0,#0768d794),url(/images/symphony-gate.jpg)}.location-grid button:nth-child(2){background-image:linear-gradient(135deg,#032354e0,#0768d794),url(/images/symphony-one.jpg)}.location-grid button:nth-child(3){background-image:linear-gradient(135deg,#032354e0,#0768d794),url(/images/symphony-two.jpg)}.category-grid b{background:#e1f4ff}.save.saved{background:var(--orange)}.dialog-icon,.skip-link{background:var(--lime)}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline-color:#0768d766}.legal-dialog{max-width:680px}.legal-card{max-height:85vh;overflow:auto}.legal-card h2{font:800 31px Manrope;margin:10px 0 2px}.legal-card h3{font:800 15px Manrope;margin:24px 0 7px}.legal-card p{color:var(--muted);font-size:12px;line-height:1.7}.legal-card .legal-updated{font-size:10px;margin-top:0;padding-bottom:15px;border-bottom:1px solid var(--line)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.skip-link{position:fixed;left:16px;top:-60px;z-index:200;background:var(--lime);color:var(--ink);padding:12px 16px;border-radius:8px;font-weight:800;text-decoration:none;transition:.2s}.skip-link:focus{top:12px}.anchor-target{position:absolute;top:0}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(7,104,215,.4);outline-offset:3px}.nav a:focus-visible,.partner-button:focus-visible{border-radius:5px}:root{--unitara-navy-900:#062B63;--unitara-blue-700:#0755B5;--unitara-blue-600:#0874D1;--unitara-blue-500:#079BE5;--unitara-blue-100:#DDF3FF;--unitara-orange-600:#E57E00;--unitara-orange-500:#FF9500;--unitara-orange-100:#FFF0D6;--gray-900:#0F172A;--gray-700:#334155;--gray-500:#64748B;--gray-200:#E2E8F0;--gray-100:#F1F5F9;--gray-50:#F8FAFC;--white:#FFFFFF;--success:#16A34A;--warning:#D97706;--danger:#DC2626;--info:#0284C7;--ink:var(--unitara-navy-900);--muted:var(--gray-500);--paper:var(--gray-50);--line:var(--gray-200);--green:var(--unitara-blue-600);--lime:var(--unitara-blue-100);--orange:var(--unitara-orange-500);--shadow:0 12px 32px rgba(6,43,99,.08);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px}html{font-size:16px}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-900);background:var(--white);line-height:1.55}button,select,input,textarea{font-family:inherit}button,a,input,select,textarea{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.topbar{height:72px;padding-inline:max(20px,calc((100vw - 1280px)/2));gap:32px;border-bottom:1px solid var(--gray-200);background:#fffffff7;box-shadow:none}.brand-logo{width:164px;height:52px}.nav{gap:24px}.nav a,.nav-link{color:var(--gray-700);font-size:14px}.nav a:hover,.nav-link:hover,.nav-link.active{color:var(--unitara-blue-700)}.partner-button{min-height:44px;border-color:var(--unitara-blue-600);border-radius:9px;color:var(--unitara-blue-700);padding:10px 18px}.partner-button:hover{background:var(--unitara-blue-100)}.hero{min-height:640px;background:var(--white);border-bottom:1px solid var(--gray-200)}.hero-copy{padding:80px max(32px,calc((100vw - 1280px)/2)) 64px}.eyebrow{color:var(--unitara-blue-600)}.hero h1,.section h2,.benefit-section h2,.partner-copy h2,.card-body h3,.dialog-card h2,.dash-header h1,.panel-head h2{font-family:Inter,sans-serif}.hero h1{font-weight:700;font-size:clamp(48px,5vw,64px);line-height:1.05;letter-spacing:-.045em;color:var(--gray-900)}.hero h1 em{color:var(--unitara-blue-600)}.hero-copy>p{color:var(--gray-700);font-size:18px}.hero-visual:after{background:linear-gradient(90deg,#fff 0%,transparent 18%),linear-gradient(0deg,rgba(6,43,99,.16),transparent 42%)}.hero-float{border:1px solid var(--gray-200);box-shadow:var(--shadow)}.hero-float.bottom{border-left-color:var(--unitara-orange-500)}.search-panel{border:1px solid var(--gray-200);box-shadow:0 16px 40px #062b631a}.search-panel label{min-height:64px}.search-button{width:auto;min-width:64px;min-height:52px;border-radius:9px;background:var(--unitara-orange-500);color:#fff;font-size:20px;padding:0 18px}.search-button:hover{background:var(--unitara-orange-600);transform:translateY(-1px)}.trust-row b{background:var(--unitara-blue-100);color:var(--unitara-blue-700)}.text-action{color:var(--unitara-blue-700)}.stat-strip{background:var(--unitara-navy-900)}.stat-strip strong{color:#fff}.stat-strip span{color:#d7e4f5}.section{padding:80px max(20px,calc((100vw - 1280px)/2))}.section h2,.benefit-section h2,.partner-copy h2{font-size:clamp(32px,3.2vw,36px);font-weight:700;letter-spacing:-.03em}.projects-section,.partner-section,.why-section{background:var(--gray-50)}.seller-section{background:var(--unitara-blue-100)}.category-grid button,.project-card,.why-grid article,.developer-identity{border-color:var(--gray-200);box-shadow:none}.category-grid button:hover,.project-card:hover{border-color:var(--unitara-blue-500);box-shadow:var(--shadow)}.category-grid b{background:var(--unitara-blue-100);color:var(--unitara-blue-700)}.verified{color:var(--unitara-blue-700)}.soon{color:var(--unitara-orange-600);background:var(--unitara-orange-100)}.save.saved{background:var(--unitara-orange-500)}.project-meta{color:var(--unitara-blue-700)}.primary-button{min-height:44px;background:var(--unitara-orange-500);color:#fff;border-radius:9px}.primary-button:hover{background:var(--unitara-orange-600);filter:none;transform:translateY(-1px)}.dark-button{min-height:44px;background:var(--unitara-blue-600);color:#fff;border-radius:9px}.dark-button:hover{background:var(--unitara-blue-700)}.outline-button{min-height:40px;border-color:var(--unitara-blue-600);color:var(--unitara-blue-700)}.outline-button:hover{background:var(--unitara-blue-600);color:#fff}.benefit-section{background:var(--unitara-orange-100);color:var(--unitara-navy-900)}.eyebrow.light{color:var(--unitara-orange-600)}.benefit-copy>p,.benefit-copy li span,.benefit-card-wrap>p{color:var(--gray-700)}.benefit-copy li strong{color:var(--unitara-navy-900)}.benefit-copy li>b{background:var(--unitara-orange-500);color:#fff}.reward-card{background:#fff;border:1px solid #FFD9A0;box-shadow:var(--shadow);transform:none}.reward-card:after{border-color:#ff95001a}.reward-top b,.final-cta{background:var(--unitara-navy-900)}.final-cta>span{color:#ffd08a}footer,.dash-sidebar{background:var(--unitara-navy-900)}.filter-pills button.active{background:var(--unitara-blue-600);border-color:var(--unitara-blue-600)}.location-grid button,.location-grid button:nth-child(2),.location-grid button:nth-child(3){box-shadow:none}.location-grid small{color:#fff}.developer-identity em{color:var(--unitara-blue-700)}dialog{border-radius:16px}dialog::backdrop{background:#062b63a8}.dialog-icon{background:var(--unitara-blue-100);color:var(--unitara-blue-700)}.dialog-card input,.dialog-card select{min-height:44px}.dialog-card input:focus,.dialog-card select:focus{border-color:var(--unitara-blue-600);box-shadow:0 0 0 3px #0874d126}.dashboard{background:var(--gray-50)}.dash-main{padding:32px max(24px,4vw)}.dash-nav{min-height:44px;color:#c7d6ea}.dash-nav.active,.dash-nav:hover{background:#ddf3ff1f;color:#fff}.metric-grid article,.dash-panel{border-color:var(--gray-200);box-shadow:none}.metric-grid span{font-size:12px}.metric-grid small{font-size:11px}.metric-grid .up{color:var(--success)}.panel-head h2{font-size:18px}.panel-head p{font-size:12px}.panel-head button{color:var(--unitara-blue-700);font-size:12px}.table-wrap{border-radius:10px}table{font-size:13px}th{position:sticky;top:0;z-index:1;background:var(--gray-50);color:var(--gray-500);font-size:11px;padding:12px}td{padding:14px 12px;border-color:var(--gray-100)}tbody tr:nth-child(2n){background:#fbfdff}td small{font-size:11px}.status{font-size:11px;padding:5px 9px}.survey{background:var(--unitara-orange-100);color:var(--warning)}.contacted,.booking{background:var(--unitara-blue-100);color:var(--unitara-blue-700)}.new{background:var(--gray-100);color:var(--gray-700)}.alert-text{color:var(--danger)}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(8,116,209,.32);outline-offset:3px}@media(max-width:680px){.hero-copy{padding:48px 20px}.hero h1{font-size:44px;letter-spacing:-.04em}.search-button{width:100%;font-size:15px}.section{padding-block:64px}.topbar{height:68px}.brand-logo{width:145px;height:46px}.metric-grid{grid-template-columns:1fr}.dash-header{gap:16px}.dash-actions .primary-button{min-width:44px}.table-wrap{margin-inline:-4px}}.wide-dialog{max-width:920px}.login-layout{display:grid;grid-template-columns:1.15fr .85fr;min-height:610px;position:relative}.role-panel{background:#0b343b;color:#fff;padding:38px}.role-panel .brand{color:#fff;margin-bottom:54px}.role-panel h2{font:800 34px/1.12 Manrope;margin:12px 0}.role-panel>p{color:#b9ced1;font-size:13px;line-height:1.6}.role-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px}.role-choice{border:1px solid rgba(255,255,255,.13);background:#ffffff0d;color:#fff;border-radius:11px;padding:13px;text-align:left;display:flex;gap:11px;align-items:center}.role-choice:last-child{grid-column:1/-1}.role-choice>b{display:grid;place-items:center;min-width:35px;height:35px;border-radius:9px;background:#ffffff1a;color:var(--lime);font-size:16px}.role-choice span{display:flex;flex-direction:column}.role-choice strong{font-size:12px}.role-choice small{font-size:9px;color:#98b2b6;margin-top:3px}.role-choice.active{border-color:var(--lime);background:#d5f35a1f}.role-choice.active>b{background:var(--lime);color:var(--ink)}.login-form{padding:72px 38px 35px;display:flex;flex-direction:column}.login-role-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#e8f3bb;color:var(--ink);font-size:23px;margin-bottom:24px}.login-form>small{color:var(--green);font-weight:800;letter-spacing:1.3px}.login-form h2{font:800 29px Manrope;margin:7px 0}.login-form>p{color:#6e7e82;font-size:12px;line-height:1.5}.login-form>label,#entityFields label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;margin:11px 0}.login-form input,#entityFields input{border:1px solid var(--line);border-radius:9px;padding:12px;outline:0}.login-form input:focus,#entityFields input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0e7c661a}.login-options{display:flex;justify-content:space-between;align-items:center;margin:8px 0 18px;font-size:10px;color:#6e7e82}.login-options label{display:flex;gap:5px;align-items:center}.login-options button{border:0;background:none;color:var(--green);font-size:10px}.prototype-note{text-align:center!important;font-size:9px!important;margin-top:15px!important}.login-close{z-index:3}.action-banner{display:flex;align-items:center;justify-content:space-between;gap:25px;background:linear-gradient(115deg,#e8f3de,#f5f7ed);border:1px solid #dbe5d6;border-radius:15px;padding:24px 26px;margin-bottom:16px}.action-banner h2,.consumer-welcome h2{font:800 25px/1.15 Manrope;margin:8px 0;max-width:650px}.action-banner>div:last-child{display:flex;gap:8px}.action-banner button,.mini-action{border:1px solid var(--ink);background:#fff;border-radius:8px;padding:10px 13px;font-size:10px;font-weight:800;white-space:nowrap}.action-banner .primary-button{background:var(--ink);color:#fff}.portal-header p{margin:4px 0;color:#708186;font-size:11px;max-width:560px}.approval-list{display:flex;flex-direction:column;gap:9px}.approval-list button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px;display:grid;grid-template-columns:35px 1fr auto;align-items:center;text-align:left}.approval-list button>b{display:grid;place-items:center;width:30px;height:30px;background:#edf4d1;border-radius:8px;color:var(--green)}.approval-list button span{display:flex;flex-direction:column;font-size:11px;font-weight:700}.approval-list button small{font-size:8px;color:#8a989b;margin-top:2px}.developer-project-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.developer-project-cards article{border:1px solid var(--line);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:170px 1fr}.developer-project-cards img{height:100%;object-fit:cover}.developer-project-cards article>div{padding:17px}.developer-project-cards h3{font:800 17px Manrope;margin:9px 0 3px}.developer-project-cards p{font-size:9px;color:#7e8d91}.developer-project-cards article>div>div{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:5px;align-items:baseline;margin:13px 0}.developer-project-cards small{font-size:8px;color:#89979a}.developer-project-cards button,.seller-listings button,.saved-grid button,.reward-summary button{border:1px solid var(--ink);background:#fff;border-radius:7px;padding:7px 10px;font-size:9px;font-weight:800}.seller-listings{display:flex;flex-direction:column}.seller-listings article{display:grid;grid-template-columns:75px minmax(220px,1fr) 100px 60px auto;gap:15px;align-items:center;padding:13px 0;border-top:1px solid var(--line)}.listing-placeholder{height:58px;border-radius:8px;background:#dce9e1;display:grid;place-items:center;color:var(--green);font-size:9px;font-weight:800}.listing-placeholder.land{background:#f2ead1;color:#866d20}.seller-listings h3{font:800 13px Manrope;margin:7px 0 2px}.seller-listings p{font-size:9px;color:#7d8d90;margin:0}.seller-listings>article>strong{font-size:12px}.seller-listings>article>span{display:flex;flex-direction:column}.seller-listings small{font-size:8px;color:#8b999c}.consumer-welcome{display:flex;justify-content:space-between;align-items:center;background:#0d7563;color:#fff;border-radius:16px;padding:26px 30px;margin-bottom:16px}.consumer-welcome .eyebrow{color:var(--lime)}.consumer-welcome p{color:#bcd8d3;font-size:11px}.saved-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.saved-grid article{border:1px solid var(--line);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:115px 1fr}.saved-grid img{height:100%;object-fit:cover}.saved-grid article>div{padding:12px}.saved-grid small{color:var(--green);font-size:7px;font-weight:800}.saved-grid h3{font:800 13px Manrope;margin:5px 0}.saved-grid p{font-size:10px;color:#6d7e82}.reward-summary{background:linear-gradient(145deg,#eff7d2,#fff)!important}.reward-summary>span{font-size:8px;color:var(--green);font-weight:800;letter-spacing:1px}.reward-summary>strong{font:800 18px Manrope;display:block;margin:12px 0}.reward-summary>p{font-size:11px}.reward-summary>div:not(.panel-head){display:grid;grid-template-columns:1fr 1fr;margin:16px 0}.reward-summary small,.reward-summary b{font-size:9px}.reward-summary small{color:#7b8a8e}.reward-summary b{color:var(--green)}#entityFields{margin:18px 0}@media(max-width:820px){.login-layout{grid-template-columns:1fr}.role-panel{padding:28px}.role-panel .brand{margin-bottom:28px}.login-form{padding:32px 28px}.developer-project-cards{grid-template-columns:1fr}.seller-listings article{grid-template-columns:65px 1fr auto}.seller-listings article>strong,.seller-listings article>span{display:none}.saved-grid{grid-template-columns:1fr}.consumer-welcome{align-items:flex-start;flex-direction:column;gap:15px}.action-banner{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.role-grid{grid-template-columns:1fr}.role-choice:last-child{grid-column:auto}.role-panel h2{font-size:27px}.action-banner>div:last-child{width:100%}.action-banner>div:last-child button{flex:1}.developer-project-cards article{grid-template-columns:1fr}.developer-project-cards img{height:140px}.saved-grid article{grid-template-columns:90px 1fr}}.module-banner p{margin:8px 0 0;max-width:680px;color:#607276;line-height:1.6}.route-module{min-height:280px}.module-state{display:grid;place-items:center;text-align:center;padding:60px 24px;border:1px dashed #cbd8d3;border-radius:16px;background:#f8faf9}.module-state b{font:800 22px Manrope,sans-serif}.module-state p{max-width:620px;color:#6b7c78;line-height:1.65;margin:10px auto 18px}.lead-dialog{width:min(1080px,calc(100% - 28px));max-width:1080px;border:0;padding:0;border-radius:22px;background:#f6f8f7;color:#173437}.lead-dialog::backdrop{background:#031317b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lead-detail-card{position:relative;padding:28px;max-height:90vh;overflow:auto}.lead-detail-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-right:38px}.lead-detail-head h2{font:800 30px Manrope,sans-serif;margin:7px 0}.lead-detail-head p{color:#6b7b78}.lead-sla{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:22px 0}.lead-sla div{background:#fff;border:1px solid #dce5e1;border-radius:12px;padding:13px}.lead-sla small,.lead-sla b{display:block}.lead-sla small{color:#71807d;margin-bottom:5px}.lead-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.75fr);gap:22px}.lead-detail-grid section,.lead-action-form{background:#fff;border:1px solid #dce5e1;border-radius:16px;padding:18px}.lead-detail-grid aside{display:grid;gap:14px}.lead-action-form{display:grid;gap:12px}.lead-action-form h3{margin:0;font:800 17px Manrope,sans-serif}.lead-action-form textarea{resize:vertical}.lead-timeline{display:grid;gap:0}.timeline-item{position:relative;padding:0 0 20px 27px;border-left:2px solid #d7e3de;margin-left:7px}.timeline-item:last-child{border-left-color:transparent}.timeline-item:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#0c7667;left:-7px;top:3px;box-shadow:0 0 0 4px #e4f1ed}.timeline-item b,.timeline-item small{display:block}.timeline-item p{margin:6px 0;color:#5f716d;line-height:1.5}.timeline-item small{color:#87938f}@media(max-width:760px){.lead-detail-card{padding:20px}.lead-detail-grid{grid-template-columns:1fr}.lead-sla{grid-template-columns:1fr 1fr}.lead-detail-head{align-items:flex-start}}.role-panel{background:linear-gradient(145deg,#052d70,#0758bd)}.role-panel>p,.role-choice small{color:#c4d9f3}.role-choice.active{border-color:var(--lime);background:#12bff324}.login-form input:focus,#entityFields input:focus{box-shadow:0 0 0 3px #0768d71f}.action-banner{background:linear-gradient(115deg,#e4f5ff,#f7fbff);border-color:#cfe6f7}.approval-list button>b,.listing-placeholder{background:#e1f4ff}.consumer-welcome{background:linear-gradient(120deg,#063e91,#0874dc)}.consumer-welcome p{color:#cce2fa}.reward-summary{background:linear-gradient(145deg,#e5f7ff,#fff)!important}.timeline-item:before{background:var(--green);box-shadow:0 0 0 4px #dff2ff}.inventory-status{min-width:120px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:8px 10px;font-size:10px;font-weight:700}.inventory-status:focus{border-color:var(--green);outline:3px solid rgba(7,104,215,.12)}.onboarding-list{display:grid;gap:14px}.onboarding-list>article{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.onboarding-head{display:flex;justify-content:space-between;gap:20px}.onboarding-head h3{font:800 18px Manrope;margin:9px 0 3px}.onboarding-head p,.onboarding-head small{color:var(--muted);font-size:10px}.onboarding-list dl{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.onboarding-list dl div{background:#f5f8fc;border-radius:9px;padding:10px}.onboarding-list dt{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.onboarding-list dd{font-size:10px;font-weight:700;margin:5px 0 0;overflow-wrap:anywhere}.onboarding-review{display:grid;grid-template-columns:150px 1fr auto;gap:9px}.onboarding-review select,.onboarding-review input{border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.onboarding-review .primary-button{padding:10px 14px}.review-note{margin:0;padding:10px;border-radius:8px;background:#eef5ff;color:var(--muted);font-size:10px}@media(max-width:760px){.onboarding-list dl{grid-template-columns:1fr 1fr}.onboarding-review{grid-template-columns:1fr}}.inventory-tools{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.bulk-warning{margin:12px 0 0;padding:11px;border-radius:9px;background:#fff4dc;color:#795313;font-size:10px;line-height:1.5}.inventory-tools a{text-decoration:none;color:var(--ink);display:inline-flex;align-items:center}.import-preview{margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#f7faff}.import-preview b{font:800 13px Manrope}.import-preview p,.import-preview li{color:var(--muted);font-size:10px;line-height:1.5}.import-preview ul{padding-left:18px;margin-bottom:0}.entity-dialog button:disabled,#entityForm button:disabled{opacity:.45;cursor:not-allowed}.report-export{text-decoration:none;color:var(--ink);display:inline-flex;align-items:center}.commission-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.commission-summary article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;display:flex;flex-direction:column}.commission-summary strong{font:800 22px Manrope;margin:8px 0}.commission-summary span,.commission-summary small{color:var(--muted);font-size:9px}.commission-rules{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:18px}.commission-rules>div:last-child{display:grid;gap:8px}.commission-rules form{display:grid;grid-template-columns:minmax(170px,1fr) 110px 180px auto;gap:9px;align-items:end;background:#f5f8fc;padding:11px;border-radius:10px}.commission-rules form>b{align-self:center;font-size:11px}.commission-rules label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:8px}.commission-rules input{border:1px solid var(--line);border-radius:7px;padding:8px;background:#fff}@media(max-width:760px){.commission-summary{grid-template-columns:1fr}.commission-rules form{grid-template-columns:1fr 1fr}.commission-rules form>b{grid-column:1/-1}}.commission-summary{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.commission-summary{grid-template-columns:1fr 1fr}}@media(max-width:560px){.commission-summary{grid-template-columns:1fr}}.cashback-list{display:grid;gap:10px}.cashback-list article{display:grid;grid-template-columns:minmax(230px,1fr) 130px minmax(320px,1fr);align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;padding:15px}.cashback-list h3{font:800 14px Manrope;margin:8px 0 3px}.cashback-list p,.cashback-list small{color:var(--muted);font-size:9px}.cashback-list>article>strong{font:800 16px Manrope}.cashback-list form{display:grid;grid-template-columns:110px 1fr auto;gap:7px}.cashback-list input,.cashback-list select{min-width:0;border:1px solid var(--line);border-radius:7px;padding:8px;background:#fff;font-size:9px}@media(max-width:820px){.cashback-list article{grid-template-columns:1fr}.cashback-list form{grid-template-columns:1fr}}.system-health{display:inline-flex;margin-top:10px;color:#08715b;font-size:10px;font-weight:800}.system-health.degraded{color:#c94f32}.role-panel{background:var(--unitara-navy-900)}.role-panel>p,.role-choice small{color:#c7d6ea}.role-choice.active{border-color:var(--unitara-blue-500);background:#079be524}.role-choice.active>b{background:var(--unitara-blue-100);color:var(--unitara-blue-700)}.login-form>small{color:var(--unitara-blue-700)}.login-form h2,.action-banner h2,.consumer-welcome h2,.developer-project-cards h3,.saved-grid h3,.commission-summary strong,.cashback-list h3,.onboarding-head h3{font-family:Inter,sans-serif}.login-form>p,.portal-header p{font-size:14px;color:var(--gray-500)}.login-form>label,#entityFields label{font-size:13px}.login-form input,#entityFields input{min-height:44px}.login-options{font-size:12px}.action-banner{background:var(--unitara-blue-100);border-color:#b9e5ff}.action-banner .primary-button{background:var(--unitara-orange-500);color:#fff}.action-banner button,.mini-action{min-height:40px;border-color:var(--unitara-blue-600);color:var(--unitara-blue-700);font-size:12px}.mini-action:hover{background:var(--unitara-blue-100)}.approval-list button>b,.listing-placeholder{background:var(--unitara-blue-100)}.consumer-welcome{background:var(--unitara-navy-900)}.consumer-welcome p{color:#d7e4f5}.reward-summary{background:var(--unitara-orange-100)!important}.timeline-item:before{background:var(--unitara-blue-600);box-shadow:0 0 0 4px var(--unitara-blue-100)}.module-banner p,.module-state p,.lead-detail-head p,.timeline-item p{font-size:13px;color:var(--gray-500)}.module-state{background:var(--gray-50);border-color:var(--gray-200)}.lead-dialog,.project-dialog{background:var(--gray-50);color:var(--gray-900)}.lead-detail-grid section,.lead-action-form,.lead-sla div,.project-facts div,.type-choice,.unit-choice-grid article{border-color:var(--gray-200)}.inventory-status,.onboarding-review select,.onboarding-review input,.commission-rules input,.cashback-list input,.cashback-list select{min-height:40px;font-size:12px}.onboarding-list dl div,.commission-rules form{background:var(--gray-50)}.review-note{background:var(--unitara-blue-100)}.bulk-warning{background:var(--unitara-orange-100);color:var(--warning)}.system-health{color:var(--success)}.system-health.degraded{color:var(--danger)}.dashboard{grid-template-columns:236px minmax(0,1fr)}.dash-sidebar{width:236px;padding:24px 16px 20px;gap:0;border-right:1px solid rgba(255,255,255,.1);overflow-y:auto}.sidebar-kicker{display:flex;flex-direction:column;gap:4px;padding:2px 12px 22px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:14px}.sidebar-kicker span{color:#8ecff5;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar-kicker b{color:#fff;font-size:17px;line-height:1.3}.sidebar-navigation{display:flex;flex-direction:column;gap:5px}.dash-nav{position:relative;width:100%;min-height:46px;margin:0;padding:10px 11px;display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:12px;align-items:center;border:1px solid transparent;border-radius:10px;color:#c7d6ea;text-align:left;font:600 13px/1.25 Inter,sans-serif}.dash-nav__icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#8ecff5}.dash-nav__icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.dash-nav__label{display:flex;align-items:center;min-width:0;min-height:22px;white-space:normal}.dash-nav:hover{background:#ffffff12;color:#fff}.dash-nav.active{background:#fff;color:var(--unitara-navy-900);border-color:#fff;box-shadow:0 8px 20px #0000001f}.dash-nav.active:before{content:"";position:absolute;left:-16px;top:10px;bottom:10px;width:4px;border-radius:0 4px 4px 0;background:var(--unitara-orange-500)}.dash-nav.active .dash-nav__icon{color:var(--unitara-blue-600)}.sidebar-bottom{padding:18px 12px 0}.sidebar-bottom span{color:#fff;font-size:12px}.sidebar-bottom small{color:#9eb6d3;font-size:10px}.sidebar-bottom button{min-height:40px;color:#c7d6ea;font-size:11px}.sidebar-bottom button:hover{color:#fff}@media(max-width:820px)and (min-width:681px){.dashboard{grid-template-columns:76px minmax(0,1fr)}.dash-sidebar{display:flex;width:76px;padding:18px 10px}.sidebar-kicker{align-items:center;padding:2px 0 16px}.sidebar-kicker span{font-size:0}.sidebar-kicker span:after{content:"U";display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff;color:var(--unitara-blue-700);font-size:18px;font-weight:700;letter-spacing:0}.sidebar-kicker b,.dash-nav__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sidebar-navigation{gap:6px}.dash-nav{display:grid;width:54px;grid-template-columns:1fr;padding:10px;place-items:center}.dash-nav__icon{font-size:18px}.dash-nav.active:before{left:-10px}.sidebar-bottom{display:none}}@media(max-width:680px){.dash-sidebar{display:none}.dashboard{grid-template-columns:1fr}}.portal-header{align-items:center;gap:24px}.portal-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:var(--gray-500);font-size:11px}.portal-breadcrumb span{color:var(--unitara-blue-700);font-weight:700}.portal-breadcrumb i{font-style:normal;color:var(--gray-300)}.portal-breadcrumb b{font-weight:600}.portal-header h1{margin:0;font-size:25px;line-height:1.2}.portal-tools{display:flex;align-items:center;gap:9px}.portal-scope{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--gray-600);font-size:11px;font-weight:600}.portal-scope:before{content:"";width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--success)}.portal-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--unitara-blue-100);color:var(--unitara-blue-700);font-size:11px;font-weight:800}.portal-logout{min-height:36px;padding:0 12px;border:1px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--gray-700);font-size:11px;font-weight:700}.project-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.project-summary article{min-width:0}.route-module>.panel-head{margin-top:4px}.project-toolbar{display:grid;grid-template-columns:minmax(250px,1.5fr) minmax(135px,.55fr) minmax(135px,.55fr) auto;gap:10px;align-items:end;margin:17px 0}.project-toolbar label{display:flex;flex-direction:column;gap:6px;color:var(--gray-600);font-size:10px;font-weight:700}.project-toolbar input,.project-toolbar select{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--gray-200);border-radius:9px;background:#fff;color:var(--gray-800);font:500 12px Inter,sans-serif;outline:0}.project-toolbar input:focus,.project-toolbar select:focus{border-color:var(--unitara-blue-600);box-shadow:0 0 0 3px var(--unitara-blue-100)}.project-result-count{display:flex;flex-direction:column;justify-content:center;min-height:42px;padding:0 13px;border-radius:9px;background:var(--gray-50);white-space:nowrap}.project-result-count b{color:var(--unitara-blue-700);font-size:15px}.project-result-count span{color:var(--gray-500);font-size:9px}.project-table{margin-top:4px}.project-table table{min-width:900px}.project-table th{white-space:nowrap}.project-table td{vertical-align:middle}.project-table td>b,.project-table td>small{display:block}.project-table td>small{margin-top:5px;color:var(--gray-500);white-space:nowrap}.project-identity{display:flex;align-items:center;gap:11px;min-width:185px}.project-identity img{width:52px;height:42px;border-radius:8px;object-fit:cover;background:var(--gray-100)}.project-identity b,.project-identity small{display:block}.project-identity small{margin-top:4px;color:var(--gray-500)}.project-filter-empty{margin-top:14px;padding:38px 20px}.project-filter-empty b{font-size:17px}[hidden]{display:none!important}@media(max-width:1050px){.project-toolbar{grid-template-columns:1fr 1fr}.project-search{grid-column:1/-1}.project-result-count{align-self:stretch}.portal-scope{display:none}}@media(max-width:760px){.portal-header{align-items:flex-start}.portal-tools{margin-top:2px}.portal-avatar{display:none}.project-summary{grid-template-columns:1fr 1fr}.project-toolbar{grid-template-columns:1fr}.project-search{grid-column:auto}.project-table table{min-width:760px}}@media(max-width:520px){.portal-logout{padding:0 9px}.portal-header h1{font-size:21px}.project-summary{grid-template-columns:1fr}.project-result-count{flex-direction:row;align-items:center;justify-content:flex-start;gap:6px}}.team-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.team-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 190px;gap:10px;margin:16px 0}.team-toolbar label{display:flex;flex-direction:column;gap:6px;color:var(--gray-600);font-size:10px;font-weight:700}.team-toolbar input,.team-toolbar select{min-height:42px;padding:0 12px;border:1px solid var(--gray-200);border-radius:9px;background:#fff;font:500 12px Inter,sans-serif;outline:0}.team-toolbar input:focus,.team-toolbar select:focus{border-color:var(--unitara-blue-600);box-shadow:0 0 0 3px var(--unitara-blue-100)}.team-list{display:grid;gap:8px}.team-list article{display:grid;grid-template-columns:42px minmax(160px,1.15fr) minmax(110px,.7fr) minmax(130px,.8fr) minmax(170px,1fr) auto;gap:13px;align-items:center;padding:13px 14px;border:1px solid var(--gray-200);border-radius:11px;background:#fff}.team-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--unitara-blue-100);color:var(--unitara-blue-700);font-size:11px;font-weight:800}.team-list article>div{min-width:0}.team-list article>div>b,.team-list article>div>small{display:block}.team-list article>div>b{overflow:hidden;text-overflow:ellipsis;font-size:11px}.team-list article>div>small{margin-bottom:4px;color:var(--gray-500);font-size:8px;text-transform:uppercase;letter-spacing:.05em}.team-person small{margin:4px 0 0!important;text-transform:none!important;letter-spacing:0!important}.team-access{display:flex;align-items:center;justify-content:flex-end;gap:7px}.team-access .mini-action{min-height:34px;padding:6px 9px}.team-filter-empty{padding:38px 20px}.team-project-fields{margin:13px 0 4px;padding:13px;border:1px solid var(--gray-200);border-radius:10px}.team-project-fields legend{padding:0 5px;font-size:11px;font-weight:700}.team-project-fields>small{display:block;margin-top:8px;color:var(--gray-500);font-size:10px}.team-project-fields div{display:grid;grid-template-columns:1fr 1fr;gap:5px 12px}.team-project-fields div label{display:flex!important;flex-direction:row!important;align-items:center;margin:3px 0!important;font-weight:500!important}.team-project-fields input{min-height:auto!important}@media(max-width:1100px){.team-list article{grid-template-columns:42px 1fr 1fr auto}.team-list article>div:nth-child(4),.team-list article>div:nth-child(5){display:none}}@media(max-width:760px){.team-summary{grid-template-columns:1fr 1fr}.team-toolbar{grid-template-columns:1fr}.team-list article{grid-template-columns:42px 1fr}.team-list article>div:nth-child(3){display:none}.team-access{grid-column:1/-1;justify-content:space-between;padding-top:9px;border-top:1px solid var(--gray-100)}}@media(max-width:520px){.team-summary,.team-project-fields div{grid-template-columns:1fr}}
