@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Serif+Display:ital@0;1&display=swap";.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);height:var(--nav-h);background:#ffffffeb;position:sticky;top:0}.navbar-inner{align-items:center;gap:32px;height:100%;display:flex}.navbar-logo{color:var(--gray-900);flex-shrink:0;align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.navbar-links{flex:1;align-items:center;gap:4px;display:flex}.navbar-link{border-radius:var(--r-md);color:var(--gray-600);align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.navbar-link:hover,.navbar-link.active{background:var(--gray-100);color:var(--gray-900)}.nav-pro-badge{background:var(--brand-blue);color:#fff;letter-spacing:.3px;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.navbar-actions{align-items:center;gap:8px;display:flex}.navbar-hamburger{flex-direction:column;gap:5px;margin-left:auto;padding:8px;display:none}.navbar-hamburger span{background:var(--gray-700);border-radius:2px;width:22px;height:2px;display:block}.navbar-mobile{top:var(--nav-h);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;padding:12px;display:flex;position:absolute;left:0;right:0}.mobile-link{color:var(--gray-700);border-radius:var(--r-md);text-align:left;padding:12px 16px;font-size:15px;font-weight:500;transition:background .12s;display:block}.mobile-link:hover{background:var(--gray-100)}.mobile-link-cta{color:var(--brand-blue)}.mobile-divider{border:none;border-top:1px solid var(--gray-200);margin:8px 0}.footer{background:var(--gray-900);color:var(--gray-400);margin-top:80px;padding:56px 0 0}.footer-inner{grid-template-columns:1fr auto;gap:48px;padding-bottom:48px;display:grid}.footer-brand .navbar-logo{color:#fff;margin-bottom:12px}.footer-brand p{max-width:280px;font-size:14px;line-height:1.7}.footer-links{gap:48px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);margin-bottom:4px;font-size:13px;font-weight:600}.footer-col a{color:var(--gray-400);font-size:14px;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding:20px 0;font-size:13px}@media (width<=768px){.navbar-links,.navbar-actions{display:none}.navbar-hamburger{display:flex}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap;gap:32px}}.hero{background:linear-gradient(135deg,#f0f5ff 0%,#fafafa 60%);padding:80px 0 100px;overflow:hidden}.hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:64px;display:grid}.hero-badge{margin-bottom:20px}.hero-title{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:20px;font-size:clamp(36px,5vw,56px);line-height:1.1}.hero-accent{color:var(--brand-blue)}.hero-desc{color:var(--gray-500);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.phone-mockup{background:var(--gray-900);border-radius:40px;max-width:220px;margin:0 auto;padding:16px;box-shadow:0 32px 80px #00000040,0 0 0 1px #ffffff14}.phone-screen{text-align:center;background:#fff;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:320px;padding:32px 24px;display:flex}.mockup-header{color:var(--gray-900);font-size:16px;font-weight:600}.mockup-result{flex-direction:column;align-items:center;gap:8px;display:flex}.mockup-pitch{color:var(--brand-blue);letter-spacing:-1px;font-size:48px;font-weight:700}.mockup-angle{color:var(--gray-500);font-size:20px}.mockup-label{color:var(--gray-400);font-size:14px}.features-header{text-align:center;margin-bottom:56px}.features-header .section-subtitle{margin:0 auto}.features-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.feature-card{border-radius:var(--r-xl);border:1.5px solid var(--gray-200);background:#fff;padding:40px;transition:box-shadow .2s;position:relative}.feature-card:hover{box-shadow:var(--shadow-lg)}.feature-card--pro{border-color:var(--brand-blue);background:linear-gradient(135deg,#f0f5ff 0%,#fff 50%)}.feature-icon{margin-bottom:16px;font-size:36px}.feature-badge{position:absolute;top:24px;right:24px}.feature-card h3{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:12px;font-size:24px}.feature-card p{color:var(--gray-500);margin-bottom:20px;font-size:15px;line-height:1.7}.feature-list{flex-direction:column;gap:8px;margin-bottom:28px;list-style:none;display:flex}.feature-list li{color:var(--gray-600);padding-left:20px;font-size:14px;position:relative}.feature-list li:before{content:"✓";color:var(--brand-blue);font-weight:700;position:absolute;left:0}.feature-actions{flex-wrap:wrap;gap:10px;display:flex}.blog-teaser{background:var(--gray-50)}.blog-teaser-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.blog-teaser-topics{flex-wrap:wrap;gap:10px;display:flex}.topic-chip{border:1px solid var(--gray-200);color:var(--gray-600);background:#fff;border-radius:999px;padding:10px 18px;font-size:14px;transition:all .15s}.topic-chip:hover{border-color:var(--brand-blue);color:var(--brand-blue);background:var(--brand-blue-light)}.cta-card{background:var(--brand-blue);border-radius:var(--r-xl);text-align:center;padding:64px}.cta-card h2{font-family:var(--font-serif);color:#fff;margin-bottom:16px;font-size:36px}.cta-card p{color:#fffc;max-width:500px;margin:0 auto 32px;font-size:17px}.cta-card .btn-primary{background:#fff;color:var(--brand-blue)!important}.cta-card .btn-primary:hover{background:var(--brand-blue-light)}@media (width<=900px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-visual{display:none}.features-grid,.blog-teaser-inner{grid-template-columns:1fr}.cta-card{padding:40px 24px}}.gauge-page{padding:64px 0 88px}.gauge-page--qr{align-items:center;min-height:calc(100vh - 80px);display:flex}.trial-pill{color:var(--brand-blue);background:#eef4ff;border-radius:999px;align-items:center;margin-top:16px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.trial-pill--free{color:#047857;background:#ecfdf5}.gauge-paywall{text-align:center;max-width:620px;margin:0 auto;padding:44px}.paywall-kicker,.qr-kicker{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.04em;background:#eef4ff;border-radius:999px;margin-bottom:18px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.gauge-paywall h1,.qr-card h1{font-family:var(--font-serif);color:var(--gray-900);letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(38px,6vw,68px);line-height:.95}.gauge-paywall p,.qr-card p{color:var(--gray-500);line-height:1.75}.paywall-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.qr-card{grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:44px;padding:clamp(28px,5vw,58px);display:grid;position:relative;overflow:hidden}.qr-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#1a6bff24,#0000 65%);width:460px;height:460px;position:absolute;inset:-35% 42% auto auto}.qr-copy,.qr-box{z-index:1;position:relative}.qr-copy p{max-width:560px;font-size:17px}.qr-link{color:var(--brand-blue);word-break:break-all;margin-top:18px;font-size:14px;display:inline-flex}.qr-box{border:1px solid var(--gray-100);box-shadow:var(--shadow-lg);background:#fff;border-radius:28px;padding:22px}.qr-box img{border-radius:16px;width:100%;display:block}.qr-loading{aspect-ratio:1;color:var(--gray-400);place-items:center;font-size:14px;display:grid}.gauge-mobile-fullscreen{z-index:1000;color:#fff;touch-action:none;background:#05070a;position:fixed;inset:0;overflow:hidden}.camera-preview,.camera-placeholder,.camera-vignette{position:absolute;inset:0}.camera-preview{object-fit:cover;background:#05070a;width:100%;height:100%}.camera-placeholder{background:radial-gradient(circle at 50% 34%,#1a6bff40,#0000 38%),linear-gradient(145deg,#111827 0%,#05070a 70%)}.camera-vignette{pointer-events:none;background:linear-gradient(#0000009e,#0000 24% 66%,#000000c7),radial-gradient(circle,#0000 42%,#00000061)}.reference-line{background:#ffffffc7;height:2px;position:absolute;top:50%;left:4vw;right:4vw;transform:translateY(-50%);box-shadow:0 1px 12px #000c}.reference-line:before,.reference-line:after{content:"";background:#fff;border-radius:999px;width:12px;height:12px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 8px #0009}.reference-line:before{left:0}.reference-line:after{right:0}.camera-topbar{top:calc(env(safe-area-inset-top) + 16px);z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;left:18px;right:18px}.camera-top-center{flex-direction:column;align-items:center;gap:8px;min-width:110px;display:flex}.camera-icon-btn,.camera-save-btn,.camera-guide-btn{color:#fff;border:0;box-shadow:0 10px 30px #00000059}.camera-icon-btn{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a9e;border-radius:50%;width:46px;height:46px;font-size:34px;line-height:1}.camera-save-btn{background:#16a34a;border-radius:999px;padding:12px 24px;font-size:16px;font-weight:800}.camera-save-btn--calibrate{background:#1a6bff}.camera-save-btn:disabled{opacity:.48;cursor:not-allowed}.camera-guide-btn{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a9e;border-radius:999px;padding:11px 18px;font-weight:800}.camera-category-pill{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;text-shadow:0 2px 10px #000000b3;text-align:center;background:#0f172a9e;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:900;line-height:1}.camera-status-strip{top:calc(env(safe-area-inset-top) + 96px);z-index:3;color:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;background:#0f172aa8;border:1px solid #ffffff24;border-radius:999px;width:max-content;max-width:min(760px,100vw - 36px);padding:8px 13px;font-size:13px;font-weight:700;line-height:1.3;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000047}.camera-status-strip--success{color:#bbf7d0}.camera-status-strip--error{color:#fecaca}.camera-start-panel{left:20px;right:20px;bottom:calc(env(safe-area-inset-bottom) + 28px);z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080d17bd;border:1px solid #ffffff29;border-radius:28px;flex-direction:column;gap:14px;padding:24px;display:flex;position:absolute}.camera-start-panel h1{font-family:var(--font-serif);font-size:42px;line-height:1}.camera-start-panel p{color:#ffffffc7;line-height:1.6}.camera-guide-link{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:999px;width:fit-content;padding:9px 13px;font-weight:800}.camera-trial{color:#86efac;background:#16a34a2e;border-radius:999px;width:fit-content;padding:6px 10px;font-size:13px;font-weight:700}.camera-error,.camera-note{color:#fecaca;font-size:13px;line-height:1.5}.camera-readout{left:24px;right:24px;bottom:calc(env(safe-area-inset-bottom) + 22px);z-index:2;text-shadow:0 4px 24px #000000d9;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:14px;display:grid;position:absolute}.camera-reading-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080d177a;border:1px solid #ffffff24;border-radius:24px;min-width:0;padding:12px 14px 14px}.camera-reading-card span{color:#ffffffad;letter-spacing:.08em;text-transform:uppercase;text-shadow:none;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.camera-reading-card strong{color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(30px,8.5vw,64px);font-weight:900;line-height:.9;display:block}.camera-reading-card--angle strong{text-align:right}.camera-note{color:#ffffffc7;grid-column:1/-1}.camera-note--error{color:#fecaca}.camera-note--success{color:#bbf7d0}.camera-note--link a{color:#bfdbfe;font-weight:800;text-decoration:underline}.address-stamp-panel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-shadow:none;background:#080d17b3;border:1px solid #ffffff29;border-radius:22px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:8px;padding:14px;display:grid}.address-stamp-panel strong,.address-stamp-panel span{display:block}.address-stamp-panel strong{color:#fff;margin-bottom:4px;font-size:14px}.address-stamp-panel span{color:#ffffffad;text-overflow:ellipsis;font-size:12px;line-height:1.45;overflow:hidden}.address-stamp-btn{color:#0f172a;white-space:nowrap;background:#fff;border:0;border-radius:999px;padding:10px 14px;font-weight:800}.address-stamp-btn:disabled{opacity:.62}.camera-history-chip{left:50%;top:calc(env(safe-area-inset-top) + 132px);z-index:2;white-space:nowrap;text-overflow:ellipsis;color:#ffffffd6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a9e;border-radius:999px;max-width:calc(100vw - 40px);padding:8px 12px;font-size:12px;position:absolute;overflow:hidden;transform:translate(-50%)}.gauge-guide-overlay{z-index:5;padding:max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 50% 20%,#1a6bff42,#0000 34%),#020617c2;place-items:center;display:grid;position:absolute;inset:0;overflow:auto}.gauge-guide-card{background:#080d17e6;border:1px solid #ffffff2e;border-radius:30px;width:min(680px,100%);max-height:calc(100vh - 40px);padding:clamp(22px,4vw,34px);overflow:auto;box-shadow:0 28px 80px #0000007a}.gauge-guide-kicker{color:#bbf7d0;text-transform:uppercase;letter-spacing:.06em;background:#22c55e29;border-radius:999px;width:fit-content;margin-bottom:14px;padding:7px 11px;font-size:12px;font-weight:900}.gauge-guide-card h2{font-family:var(--font-serif);color:#fff;margin-bottom:12px;font-size:clamp(34px,8vw,54px);line-height:.95}.gauge-guide-card>p{color:#ffffffc2;margin-bottom:22px;line-height:1.65}.gauge-guide-steps{gap:12px;display:grid}.gauge-guide-step{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;grid-template-columns:42px minmax(0,1fr);gap:13px;padding:14px;display:grid}.gauge-guide-step>span{color:#fff;background:#1a6bff;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.gauge-guide-step strong{color:#fff;margin-bottom:4px;display:block}.gauge-guide-step p{color:#ffffffad;font-size:13px;line-height:1.5}.gauge-guide-tip{color:#fde68a;background:#fbbf2424;border-radius:18px;margin-top:16px;padding:13px 14px;font-size:13px;line-height:1.55}.gauge-guide-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.gauge-guide-actions .btn{flex:180px;justify-content:center}@media (orientation:landscape){.camera-status-strip{top:calc(env(safe-area-inset-top) + 104px)}.camera-readout{left:56px;right:56px;bottom:calc(env(safe-area-inset-bottom) + 26px);grid-template-columns:minmax(0,.9fr) minmax(0,.72fr)}.camera-note,.address-stamp-panel{grid-column:1/-1}.address-stamp-panel{text-align:left;grid-column:1/-1}.camera-start-panel{width:min(520px,100vw - 40px);left:50%;right:auto;transform:translate(-50%)}.gauge-guide-card{width:min(760px,100vw - 40px)}.gauge-guide-steps{grid-template-columns:1fr 1fr}}@media (width<=780px){.qr-card{grid-template-columns:1fr}.qr-box{max-width:320px;margin:0 auto}}@media (width<=520px){.camera-topbar{left:12px;right:12px}.camera-guide-btn{padding:10px 12px}.camera-top-center{gap:6px}.camera-category-pill{font-size:12px}.camera-readout{grid-template-columns:1fr}.camera-reading-card--angle strong{text-align:left}.address-stamp-panel{grid-template-columns:1fr}.address-stamp-btn{width:100%}}.pitch-reference-page{padding:56px 0 88px}.pitch-reference-hero{text-align:center;max-width:760px;margin:0 auto 44px}.pitch-reference-hero h1{font-family:var(--font-serif);color:var(--gray-900);margin:16px 0 14px;font-size:clamp(36px,6vw,58px);line-height:1.05}.pitch-reference-hero p{color:var(--gray-500);font-size:18px;line-height:1.7}.pitch-reference-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.pitch-reference-card{padding:0}.pitch-table-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:18px;padding:28px 30px;display:flex}.pitch-table-header h2{color:var(--gray-900);margin-bottom:6px;font-size:22px}.pitch-table-header p{color:var(--gray-500);font-size:14px}.pitch-table-wrap{overflow-x:auto}.pitch-table{border-collapse:collapse;width:100%;min-width:650px}.pitch-table th,.pitch-table td{text-align:left;border-bottom:1px solid var(--gray-100);padding:18px 30px}.pitch-table th{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);background:var(--gray-50);font-size:12px}.pitch-table td{color:var(--gray-700);font-size:15px}.pitch-table tr:last-child td{border-bottom:0}.pitch-table td:first-child strong{color:var(--gray-900);font-size:18px;display:block}.pitch-table td:first-child span{color:var(--gray-400);margin-top:2px;font-size:12px;display:block}.walkability-pill{border-radius:999px;justify-content:center;align-items:center;min-width:86px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.walkability-pill--green{background:var(--brand-green-light);color:var(--brand-green)}.walkability-pill--yellow{color:#9a6b00;background:#fff7d6}.walkability-pill--orange{color:#b45309;background:#fff0df}.walkability-pill--red{color:#b91c1c;background:#fee2e2}.pitch-reference-aside{flex-direction:column;gap:16px;display:flex}.pitch-info-card{padding:24px}.pitch-info-card h3{color:var(--gray-900);margin-bottom:10px;font-size:18px}.pitch-info-card p,.lookup-item span{color:var(--gray-500);font-size:14px;line-height:1.65}.pitch-formula{border-radius:var(--r-md);background:var(--gray-50);color:var(--gray-800);margin-top:16px;padding:14px 16px;font-weight:700}.lookup-list{flex-direction:column;gap:14px;display:flex}.lookup-item{border-bottom:1px solid var(--gray-100);padding-bottom:14px}.lookup-item:last-child{border-bottom:0;padding-bottom:0}.lookup-item strong{color:var(--brand-blue);margin-bottom:4px;font-size:18px;display:block}@media (width<=900px){.pitch-reference-layout{grid-template-columns:1fr}}@media (width<=620px){.pitch-table-header{flex-direction:column;align-items:stretch}}.calc-page{padding:56px 0 80px}.calc-header{text-align:center;margin-bottom:48px}.calc-header h1{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:8px;font-size:40px}.calc-header p{color:var(--gray-500);margin-bottom:12px;font-size:17px}.calc-layout{grid-template-columns:440px 1fr;align-items:start;gap:32px;display:grid}.calc-form{padding:32px}.pitch-diagram{border:1px solid var(--gray-100);border-radius:var(--r-md);background:radial-gradient(circle at 50% 42%,#fff 0%,#fbfcff 48%,#f5f7fb 100%);margin-bottom:28px;padding:0;overflow:hidden}.pitch-diagram img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.form-section{flex-direction:column;gap:20px;display:flex}.form-row{align-items:flex-end;gap:12px;display:flex}.roof-sections{flex-direction:column;gap:14px;display:flex}.roof-sections-header{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.roof-sections-header h3{color:var(--gray-900);margin-bottom:4px;font-size:17px}.roof-sections-header p{color:var(--gray-500);font-size:13px;line-height:1.5}.roof-section-card{border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--gray-50);flex-direction:column;gap:14px;padding:18px;display:flex}.roof-section-card .form-input{background:#fff}.roof-section-top{align-items:flex-end;gap:12px;display:flex}.section-remove{color:var(--danger);cursor:pointer;background:0 0;border:0;padding:10px 0;font-size:13px;font-weight:700}.calc-mode-toggle{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--r-md);grid-template-columns:1fr 1fr;gap:10px;padding:6px;display:grid}.calc-mode-option{border-radius:calc(var(--r-md) - 4px);color:var(--gray-600);text-align:left;cursor:pointer;background:0 0;border:1.5px solid #0000;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;transition:all .16s;display:flex}.calc-mode-option strong{color:var(--gray-900);font-size:15px}.calc-mode-option span{color:var(--gray-400);font-size:12px;line-height:1.4}.calc-mode-option.active{border-color:var(--brand-blue);box-shadow:var(--shadow-sm);background:#fff}.calc-mode-option.active strong{color:var(--brand-blue)}.waste-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.waste-option{border:1.5px solid var(--gray-200);border-radius:var(--r-md);color:var(--gray-600);text-align:left;cursor:pointer;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;padding:14px;transition:all .16s;display:flex}.waste-option strong{color:var(--gray-900);font-size:14px}.waste-option span{color:var(--gray-400);font-size:12px;line-height:1.4}.waste-option.active{border-color:var(--brand-blue);background:var(--brand-blue-light)}.waste-option.active strong{color:var(--brand-blue)}.custom-waste-input{align-items:center;gap:10px;margin-top:12px;display:flex}.custom-waste-input .form-input{max-width:120px}.custom-waste-input span{color:var(--gray-500);font-size:14px;font-weight:700}.advanced-inputs{border:1px solid var(--brand-blue-light);border-radius:var(--r-md);background:linear-gradient(135deg,#f5f8ff 0%,#fff 70%);padding:18px}.advanced-inputs-header{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.advanced-inputs-header strong{color:var(--gray-900);font-size:15px}.advanced-inputs-header span{color:var(--gray-500);font-size:13px}.material-pricing-card{border:1px solid var(--gray-200);border-radius:var(--r-md);background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);flex-direction:column;gap:16px;padding:18px;display:flex}.material-pricing-card--active{border-color:var(--brand-blue);background:linear-gradient(135deg,#f5f8ff 0%,#fff 78%)}.material-pricing-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.material-pricing-header strong{color:var(--gray-900);margin-bottom:4px;font-size:15px;display:block}.material-pricing-header span{color:var(--gray-500);font-size:13px;line-height:1.5}.guide-toggle{border:1px solid var(--gray-200);color:var(--gray-500);cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-weight:800;transition:all .18s}.guide-toggle.active{border-color:var(--brand-blue);background:var(--brand-blue);color:#fff}.pitch-inputs{align-items:center;gap:12px;display:flex}.pitch-num{text-align:center;width:80px}.pitch-slash{color:var(--gray-400);font-size:24px;font-weight:300}.input-prefix{color:var(--gray-400);font-size:15px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.form-hint{color:var(--gray-400);font-size:12px}.calc-btn{justify-content:center;width:100%;margin-top:8px}.calc-results{flex-direction:column;gap:16px;display:flex}.result-actions{justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.result-actions strong{color:var(--gray-900);margin-bottom:3px;font-size:15px;display:block}.result-actions span{color:var(--gray-500);font-size:13px;line-height:1.5;display:block}.result-action-buttons{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.result-actions .result-action-error{color:var(--danger);margin-top:5px}.result-actions .result-action-success{color:var(--brand-green);margin-top:5px}.result-action-success a{color:inherit;font-weight:800;text-decoration:underline}.pdf-branding-card{padding:0;overflow:hidden}.pdf-branding-header{border-bottom:1px solid var(--gray-100);background:linear-gradient(135deg,#f0f5ff 0%,#fff 72%);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.pdf-branding-header h3{color:var(--gray-900);margin-bottom:6px;font-size:16px}.pdf-branding-header p,.pdf-branding-locked p{color:var(--gray-500);font-size:13px;line-height:1.6}.pdf-branding-fields{flex-direction:column;gap:16px;padding:22px 24px 24px;display:flex}.pdf-logo-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.pdf-logo-button{position:relative;overflow:hidden}.pdf-logo-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.pdf-logo-preview{align-items:center;gap:12px;min-width:0;display:flex}.pdf-logo-preview img{border:1px solid var(--gray-200);border-radius:var(--r-md);object-fit:contain;background:#fff;width:44px;height:44px}.pdf-logo-preview strong{max-width:220px;color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.pdf-logo-preview button{color:var(--danger);cursor:pointer;background:0 0;border:0;margin-top:3px;padding:0;font-size:12px}.pdf-branding-locked{justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.pdf-branding-locked span{color:var(--gray-400);font-size:13px}.result-main{padding:32px}.result-main h3{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);margin-bottom:12px;font-size:13px;font-weight:600}.result-big{font-family:var(--font-serif);color:var(--gray-900);font-size:52px;line-height:1}.result-big span{color:var(--gray-400);font-size:22px;font-family:var(--font-sans)}.result-big--green{color:var(--brand-green)}.result-sub{color:var(--gray-500);margin-top:8px;font-size:14px}.result-pitch{color:var(--gray-400);border-top:1px solid var(--gray-100);margin-top:12px;padding-top:12px;font-size:13px}.result-reference-link{color:var(--brand-blue);margin-top:14px;font-size:14px;font-weight:700;display:inline-flex}.result-reference-copy{color:var(--gray-500);margin-top:10px;font-size:13px}.result-reference-copy a{color:var(--brand-blue);font-weight:700}.section-breakdown{padding:0}.section-breakdown-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.section-breakdown-header h3{color:var(--gray-900);font-size:17px}.section-breakdown-header span{color:var(--gray-400);font-size:13px}.section-breakdown-table{flex-direction:column;display:flex}.section-breakdown-row{border-bottom:1px solid var(--gray-100);grid-template-columns:minmax(160px,1fr) repeat(3,minmax(90px,auto));align-items:center;gap:16px;padding:16px 24px;display:grid}.section-breakdown-row:last-child{border-bottom:0}.section-breakdown-row strong{color:var(--gray-900)}.section-breakdown-row span{color:var(--gray-500);font-size:13px}.result-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.result-tile{text-align:center;padding:24px}.tile-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px;font-size:13px;font-weight:600}.tile-value{color:var(--gray-900);font-size:40px;font-weight:700;line-height:1}.tile-note{color:var(--gray-400);margin-top:6px;font-size:12px}.result-cost{padding:32px}.result-cost h3{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);margin-bottom:12px;font-size:13px;font-weight:600}.material-breakdown{padding:0}.material-breakdown-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:flex-start;gap:18px;padding:26px 28px;display:flex}.material-breakdown-header h3{text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);margin-bottom:8px;font-size:13px;font-weight:700}.material-breakdown-header p{color:var(--gray-600);font-size:14px;line-height:1.6}.material-list{flex-direction:column;display:flex}.material-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:20px;padding:18px 28px;display:flex}.material-row strong{color:var(--gray-900);margin-bottom:4px;font-size:15px;display:block}.material-row span{color:var(--gray-400);font-size:12px;line-height:1.5;display:block}.material-qty{min-width:118px;color:var(--gray-900);text-align:right;flex-shrink:0;font-size:24px;font-weight:800}.material-qty span{color:var(--gray-400);margin-top:2px;font-size:12px;font-weight:600;display:block}.material-source-note{color:var(--gray-400);background:var(--gray-50);padding:14px 28px;font-size:12px;line-height:1.6}.result-disclaimer{color:var(--gray-400);background:var(--gray-50);border-radius:var(--r-md);padding:12px 16px;font-size:12px;line-height:1.6}.calc-empty{text-align:center;min-height:300px;color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.calc-empty-icon{font-size:48px}.calc-empty p{max-width:240px;font-size:15px}@media (width<=900px){.calc-layout{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.calc-mode-toggle,.waste-options,.result-grid{grid-template-columns:1fr}.form-row,.roof-sections-header,.roof-section-top,.result-actions,.result-action-buttons,.pdf-branding-header,.pdf-branding-locked,.material-row,.material-breakdown-header{flex-direction:column;align-items:stretch}.material-qty{text-align:left;min-width:0}.section-breakdown-row{grid-template-columns:1fr}}.converter-page{padding:56px 0 88px}.converter-hero{text-align:center;max-width:760px;margin:0 auto 44px}.converter-hero h1{font-family:var(--font-serif);color:var(--gray-900);margin:16px 0 14px;font-size:clamp(36px,6vw,58px);line-height:1.05}.converter-hero p{color:var(--gray-500);font-size:18px;line-height:1.7}.converter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.converter-card{padding:26px}.converter-card--wide{background:radial-gradient(circle at 92% 12%,#1a6bff1f,#0000 28%),#fff;grid-column:1/-1}.converter-card-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.converter-card-header h2{color:var(--gray-900);margin-bottom:6px;font-size:21px}.converter-card-header p{color:var(--gray-500);font-size:14px;line-height:1.6}.converter-chip{background:var(--brand-blue-light);color:var(--brand-blue);border-radius:999px;flex-shrink:0;padding:7px 12px;font-size:12px;font-weight:700}.converter-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.converter-fields--pitch{grid-template-columns:repeat(4,minmax(0,1fr))}.converter-fields--three{grid-template-columns:repeat(3,minmax(0,1fr))}.converter-fields label{flex-direction:column;gap:7px;display:flex}.converter-fields span{color:var(--gray-600);font-size:13px;font-weight:700}.converter-fields input{border:1.5px solid var(--gray-200);border-radius:var(--r-md);width:100%;color:var(--gray-900);background:#fff;padding:13px 14px;font-size:18px;transition:border-color .15s,box-shadow .15s}.converter-fields input:focus{border-color:var(--brand-blue);outline:none;box-shadow:0 0 0 3px #1a6bff1f}.converter-fields input[readonly]{background:var(--gray-50);color:var(--gray-500)}.converter-result{border-radius:var(--r-md);background:var(--gray-900);color:#fff;letter-spacing:-.01em;margin-top:18px;padding:16px 18px;font-size:18px;font-weight:800}.converter-cta{background:linear-gradient(135deg,#1a6bff14,#0000 50%),#fff;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding:26px;display:flex}.converter-cta h2{color:var(--gray-900);margin-bottom:6px;font-size:22px}.converter-cta p{color:var(--gray-500);font-size:14px;line-height:1.6}@media (width<=900px){.converter-grid{grid-template-columns:1fr}.converter-fields--pitch,.converter-fields--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.converter-fields,.converter-fields--pitch,.converter-fields--three{grid-template-columns:1fr}.converter-card-header,.converter-cta{flex-direction:column;align-items:stretch}}.blog-page{padding:56px 0 80px}.blog-header{text-align:center;margin-bottom:40px}.blog-header h1{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:8px;font-size:44px}.blog-header p{color:var(--gray-500);font-size:17px}.blog-search-row{align-items:center;gap:12px;margin-bottom:40px;display:flex}.blog-search-wrap{flex:1;max-width:480px;position:relative}.search-icon{font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.blog-search{padding-left:40px}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.post-card{flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .15s;display:flex}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.post-card-img{aspect-ratio:16/9;overflow:hidden}.post-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-card-img img{transform:scale(1.04)}.post-card-body{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex}.post-card-meta{align-items:center;gap:10px;display:flex}.post-date{color:var(--gray-400);font-size:13px}.post-card h2{color:var(--gray-900);font-size:18px;font-weight:600;line-height:1.4}.post-card p{color:var(--gray-500);flex:1;font-size:14px;line-height:1.6}.post-card-author{color:var(--gray-500);border-top:1px solid var(--gray-100);align-items:center;gap:8px;margin-top:auto;padding-top:12px;font-size:13px;display:flex}.author-avatar{background:var(--brand-blue-light);width:28px;height:28px;color:var(--brand-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.post-views{color:var(--gray-400)}.blog-loading{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.post-skeleton{background:var(--gray-100);border-radius:var(--r-lg);height:280px;animation:1.4s infinite shimmer}@keyframes shimmer{0%,to{opacity:.7}50%{opacity:1}}.blog-empty{text-align:center;color:var(--gray-400);padding:80px 0;font-size:16px}.link-btn{color:var(--brand-blue);cursor:pointer;font:inherit;background:0 0;border:none;text-decoration:underline}.pagination{color:var(--gray-500);justify-content:center;align-items:center;gap:16px;margin-top:48px;font-size:14px;display:flex}.post-page{padding:48px 0 80px}.post-layout{grid-template-columns:1fr 300px;align-items:start;gap:48px;display:grid}.breadcrumb{color:var(--gray-400);align-items:center;gap:8px;margin-bottom:20px;font-size:14px;display:flex}.breadcrumb a{color:var(--brand-blue)}.post-title{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:20px;font-size:clamp(28px,4vw,44px);line-height:1.2}.post-byline{color:var(--gray-500);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px;font-size:14px;display:flex}.author-role{color:var(--gray-400)}.byline-sep{color:var(--gray-300)}.post-feature-img{border-radius:var(--r-lg);aspect-ratio:16/9;margin-bottom:28px;overflow:hidden}.post-feature-img img{object-fit:cover;width:100%;height:100%}.post-tags{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.post-content{color:var(--gray-700);font-size:17px;line-height:1.8}.post-content h2{font-family:var(--font-serif);color:var(--gray-900);margin:40px 0 16px;font-size:28px}.post-content h3{color:var(--gray-800);margin:28px 0 12px;font-size:20px;font-weight:600}.post-content p{margin-bottom:20px}.post-content ul,.post-content ol{margin-bottom:20px;padding-left:24px}.post-content li{margin-bottom:8px}.post-content a{color:var(--brand-blue);text-decoration:underline}.post-content img{border-radius:var(--r-md);width:100%;margin:24px 0}.post-content blockquote{border-left:4px solid var(--brand-blue);background:var(--brand-blue-light);border-radius:0 var(--r-md) var(--r-md) 0;color:var(--gray-700);margin:28px 0;padding:16px 24px;font-style:italic}.post-content code{background:var(--gray-100);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:14px}.post-content pre{background:var(--gray-900);color:#e5e7eb;border-radius:var(--r-md);margin:24px 0;padding:20px;overflow-x:auto}.post-content pre code{color:inherit;background:0 0;padding:0}.post-content table{border-collapse:collapse;width:100%;margin:24px 0}.post-content th,.post-content td{border:1px solid var(--gray-200);text-align:left;padding:10px 14px;font-size:15px}.post-content th{background:var(--gray-50);font-weight:600}.post-sidebar{top:calc(var(--nav-h) + 24px);position:sticky}.sidebar-cta{padding:28px}.sidebar-cta h3{color:var(--gray-900);margin-bottom:8px;font-size:17px;font-weight:600}.sidebar-cta p{color:var(--gray-500);margin-bottom:16px;font-size:14px;line-height:1.6}.post-loading{padding:48px 0}.skeleton-title{background:var(--gray-100);border-radius:var(--r-md);max-width:600px;height:48px;margin-bottom:16px}.skeleton-body{background:var(--gray-100);border-radius:var(--r-md);height:400px;animation:1.4s infinite shimmer}@media (width<=900px){.post-layout{grid-template-columns:1fr}.post-sidebar{position:static}}.subscribe-page{padding:56px 0 80px}.subscribe-header{text-align:center;margin-bottom:56px}.subscribe-header h1{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:12px;font-size:44px}.subscribe-header p{color:var(--gray-500);font-size:18px}.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:1120px;margin:0 auto 64px;display:grid}.plan-card{padding:36px;position:relative;overflow:visible}.plan-card--pro{border:2px solid var(--brand-blue);background:linear-gradient(135deg,#f0f5ff 0%,#fff 60%);padding-top:58px}.plan-card--yearly{background:radial-gradient(circle at 100% 0,#16a34a24,#0000 36%),linear-gradient(135deg,#f0fdf4 0%,#fff 62%);border:2px solid #16a34a;padding-top:58px}.plan-badge{background:var(--brand-blue);color:#fff;white-space:nowrap;z-index:3;border-radius:999px;padding:8px 18px;font-size:12px;font-weight:600;line-height:1;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #1a6bff3d}.plan-badge--value{background:#16a34a;box-shadow:0 8px 20px #16a34a38}.plan-header{margin-bottom:28px}.plan-header h3{color:var(--gray-900);margin-bottom:12px;font-size:20px;font-weight:700}.plan-price{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.plan-price span:first-child{font-family:var(--font-serif);color:var(--gray-900);font-size:48px}.plan-period{color:var(--gray-400);font-size:16px}.plan-header p{color:var(--gray-500);font-size:14px}.plan-features{flex-direction:column;gap:12px;margin-bottom:28px;list-style:none;display:flex}.plan-features li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:14px;display:flex}.check{flex-shrink:0;font-size:14px;font-weight:700}.check--blue{color:var(--brand-blue)}.check--green{color:#16a34a}.check--gray{color:var(--gray-400)}.plan-cta{justify-content:center;width:100%}.plan-cta--yearly{background:#16a34a;border-color:#16a34a}.plan-cta--yearly:hover{background:#15803d;border-color:#15803d}.plan-error{color:var(--danger);margin-bottom:12px;font-size:13px}.plan-note{color:var(--gray-400);text-align:center;margin-top:12px;font-size:12px}.subscribe-faq{max-width:640px;margin:0 auto}.subscribe-faq h2{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:28px;font-size:28px}.faq-item{border-bottom:1px solid var(--gray-100);padding:20px 0}.faq-item:last-child{border-bottom:none}.faq-item h4{color:var(--gray-800);margin-bottom:8px;font-size:15px;font-weight:600}.faq-item p{color:var(--gray-500);font-size:14px;line-height:1.7}@media (width<=960px){.plans-grid{grid-template-columns:1fr 1fr}.plan-card:first-child{grid-column:1/-1}}@media (width<=680px){.plans-grid{grid-template-columns:1fr}.plan-card:first-child{grid-column:auto}}.auth-page{min-height:calc(100vh - var(--nav-h));background:var(--gray-50);justify-content:center;align-items:center;padding:40px 16px;display:flex}.auth-card{text-align:center;width:100%;max-width:420px;padding:40px}.auth-logo{color:var(--gray-900);justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:18px;font-weight:600;display:flex}.auth-card h1{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:8px;font-size:28px}.auth-card>p{color:var(--gray-500);margin-bottom:28px;font-size:15px}.auth-form{text-align:left;flex-direction:column;gap:16px;display:flex}.auth-submit{justify-content:center;width:100%;margin-top:8px;padding:12px}.auth-switch{color:var(--gray-500);margin-top:24px;font-size:14px}.auth-switch a{color:var(--brand-blue);font-weight:500}.auth-social-btn{justify-content:center;width:100%;margin-bottom:18px}.auth-divider{color:var(--gray-400);align-items:center;gap:12px;margin-bottom:18px;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.auth-form-row{justify-content:flex-end;margin-top:-4px;display:flex}.auth-form-row a,.link-btn{color:var(--brand-blue);font:inherit;font-weight:700}.link-btn{cursor:pointer;background:0 0;border:0;padding:0}.form-success{color:var(--brand-green);font-size:13px;line-height:1.6}.auth-alert{border-radius:var(--r-md);background:#fef2f2;padding:12px}.account-page{padding:56px 0 88px}.account-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.account-header h1{font-family:var(--font-serif);color:var(--gray-900);margin:14px 0 10px;font-size:clamp(36px,5vw,54px)}.account-header p{max-width:560px;color:var(--gray-500);font-size:16px;line-height:1.7}.account-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px;display:grid}.account-summary-card{padding:22px}.account-summary-card span,.account-summary-card small,.account-muted,.account-note{color:var(--gray-500);font-size:13px;line-height:1.6}.account-summary-card strong{color:var(--gray-900);margin:8px 0 4px;font-size:25px;display:block}.account-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.account-card{padding:26px}.account-card h2{color:var(--gray-900);margin-bottom:18px;font-size:19px}.account-form{flex-direction:column;gap:14px;display:flex}.account-verification-box{border-radius:var(--r-md);background:#eff6ff;border:1px solid #bfdbfe;gap:8px;margin-bottom:18px;padding:14px;display:grid}.account-verification-box strong{color:var(--gray-900)}.account-verification-box p{color:var(--gray-500);font-size:13px;line-height:1.6}.account-error,.account-success{font-size:13px;line-height:1.6}.account-error{color:var(--danger)}.account-success{color:var(--brand-green)}.account-note{margin-top:14px}.account-card-title-row,.account-subscription-status{justify-content:space-between;align-items:center;gap:14px;display:flex}.account-card-title-row a{color:var(--brand-blue);font-size:14px;font-weight:700}.account-project-list{flex-direction:column;gap:10px;display:flex}.account-project-row{border-radius:var(--r-md);background:var(--gray-50);justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.account-project-row strong,.account-project-row span{display:block}.account-project-row strong{color:var(--gray-900);margin-bottom:3px;font-size:14px}.account-project-row span{color:var(--gray-500);font-size:13px}.account-subscription-status{margin-bottom:18px}.account-subscription-status>span:last-child{color:var(--gray-400);font-size:13px}@media (width<=820px){.account-header,.account-card-title-row,.account-subscription-status{flex-direction:column;align-items:stretch}.account-summary-grid,.account-layout{grid-template-columns:1fr}}.projects-page{padding:56px 0 88px}.projects-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;display:flex}.projects-header h1{font-family:var(--font-serif);color:var(--gray-900);margin:14px 0 10px;font-size:clamp(36px,5vw,54px)}.projects-header p{max-width:560px;color:var(--gray-500);font-size:16px;line-height:1.7}.projects-empty{text-align:center;padding:34px}.projects-empty h2{color:var(--gray-900);margin-bottom:8px;font-size:22px}.projects-empty p{color:var(--gray-500);margin-bottom:20px}.projects-filters{grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:16px;margin-bottom:18px;padding:20px;display:grid}.projects-search,.projects-time-filter{flex-direction:column;gap:7px;display:flex}.projects-toolbar{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.projects-toolbar p{color:var(--gray-500);font-size:14px}.projects-view-toggle{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:999px;padding:5px;display:inline-flex}.projects-view-toggle button{color:var(--gray-500);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.projects-view-toggle button.active{color:var(--brand-blue);box-shadow:var(--shadow-sm);background:#fff}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.projects-list{flex-direction:column;gap:12px;display:flex}.project-card{padding:24px;transition:border-color .15s,box-shadow .15s,transform .15s}.project-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.project-card--selected{border-color:var(--brand-blue);box-shadow:0 0 0 3px #1a6bff1f, var(--shadow-sm)}.projects-grid .project-card--expanded{grid-column:1/-1}.projects-list .project-card{padding:18px 20px}.project-card-top{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.projects-list .project-card-top{margin-bottom:12px}.project-open-button,.project-click-zone{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.project-card-top h2{color:var(--gray-900);margin-bottom:6px;font-size:20px}.project-card-top p,.project-metrics span,.project-details span{color:var(--gray-400);font-size:13px}.project-delete-button{color:var(--danger);cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700}.project-click-zone{display:block}.project-click-zone--compact{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.project-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.project-metrics div{border-radius:var(--r-md);background:var(--gray-50);padding:14px}.project-metrics span,.project-metrics strong{display:block}.project-metrics strong{color:var(--gray-900);margin-top:5px;font-size:18px}.projects-list .project-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.project-details{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding-top:16px;display:flex}.project-details strong{color:var(--brand-green);font-size:20px}.projects-list .project-details{border-top:0;min-width:210px;margin-top:0;padding-top:0}.project-full{border-top:1px solid var(--gray-100);background:#fff;margin:24px -24px -24px;padding:0;overflow:hidden}.projects-list .project-full{margin:18px -20px -18px}.project-full-header{border-bottom:1px solid var(--gray-100);background:radial-gradient(circle at 92% 12%,#1a6bff1f,#0000 32%),#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex}.project-full-header h2{color:var(--gray-900);margin:12px 0 6px;font-size:28px}.project-full-header p{color:var(--gray-500);font-size:14px}.project-full-actions{flex-wrap:wrap;gap:10px;display:flex}.project-share-alert{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:12px;padding:12px 28px;font-size:13px;font-weight:700;display:flex}.project-share-alert--success{color:#047857;background:#ecfdf5}.project-share-alert--error{color:var(--danger);background:#fef2f2}.project-share-alert a{color:inherit;text-decoration:underline}.project-branding-section{border-bottom:1px solid var(--gray-100)}.project-branding-header{background:linear-gradient(135deg,#f0f5ff 0%,#fff 72%);justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 28px;display:flex}.project-branding-header h3{color:var(--gray-900);margin-bottom:8px;font-size:18px}.project-branding-header p,.project-branding-locked p{color:var(--gray-500);font-size:14px;line-height:1.7}.project-branding-fields{flex-direction:column;gap:16px;padding:24px 28px;display:flex}.project-logo-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.project-logo-button{position:relative;overflow:hidden}.project-logo-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.project-logo-preview{align-items:center;gap:12px;min-width:0;display:flex}.project-logo-preview img{border:1px solid var(--gray-200);border-radius:var(--r-md);object-fit:contain;background:#fff;width:44px;height:44px}.project-logo-preview strong{max-width:220px;color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.project-logo-preview button{color:var(--danger);cursor:pointer;background:0 0;border:0;margin-top:3px;padding:0;font-size:12px}.project-branding-locked{justify-content:space-between;align-items:center;gap:16px;padding:20px 28px 24px;display:flex}.project-branding-locked span{color:var(--gray-400);font-size:13px}.project-full-grid{border-bottom:1px solid var(--gray-100);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.project-full-section{padding:26px 28px}.project-full-grid .project-full-section:first-child{border-right:1px solid var(--gray-100)}.project-full-section h3{color:var(--gray-900);margin-bottom:18px;font-size:18px}.project-material-note{color:var(--gray-500);margin:-8px 0 18px;font-size:13px;line-height:1.6}.project-full-section dl{flex-direction:column;gap:12px;display:flex}.project-full-section dl div{justify-content:space-between;gap:18px;display:flex}.project-full-section dt{color:var(--gray-400);font-size:13px}.project-full-section dd{color:var(--gray-900);text-align:right;font-size:14px;font-weight:700}.project-full-section--materials{background:var(--gray-50)}.project-full-section--sections{border-bottom:1px solid var(--gray-100)}.project-section-table{border:1px solid var(--gray-100);border-radius:var(--r-md);flex-direction:column;display:flex;overflow:hidden}.project-section-row{border-bottom:1px solid var(--gray-100);background:#fff;grid-template-columns:minmax(160px,1fr) repeat(3,minmax(90px,auto));align-items:center;gap:14px;padding:14px 16px;display:grid}.project-section-row:last-child{border-bottom:0}.project-section-row strong{color:var(--gray-900)}.project-section-row span{color:var(--gray-500);font-size:13px}.project-material-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.project-material-item{border:1px solid var(--gray-100);border-radius:var(--r-md);background:#fff;padding:16px}.project-material-item span{color:var(--gray-400);margin-bottom:6px;font-size:12px;display:block}.project-material-item strong{color:var(--gray-900);font-size:16px}@media (width<=760px){.projects-header,.projects-filters,.projects-toolbar,.project-card-top,.project-details,.project-click-zone--compact,.project-full-header,.project-branding-header,.project-branding-locked,.project-full-section dl div{flex-direction:column;align-items:stretch}.projects-grid,.projects-filters,.project-full-grid,.project-material-grid,.project-section-row{grid-template-columns:1fr}.projects-list .project-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.project-full-grid .project-full-section:first-child{border-right:0;border-bottom:1px solid var(--gray-100)}.project-full-section dd{text-align:left}}.estimate-page{background:radial-gradient(circle at 0 0,#1a6bff14,#0000 34%),#f8fafc;padding:44px 0 80px}.estimate-container{max-width:1060px}.estimate-actions{justify-content:flex-end;gap:12px;margin-bottom:18px;display:flex}.estimate-sheet{border:1px solid var(--gray-200);box-shadow:var(--shadow-lg);background:#fff;border-radius:32px;padding:clamp(28px,5vw,58px)}.estimate-sheet-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:28px;display:flex}.estimate-kicker{color:var(--brand-blue);letter-spacing:.06em;text-transform:uppercase;background:#eef4ff;border-radius:999px;margin-bottom:14px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.estimate-sheet h1{font-family:var(--font-serif);color:var(--gray-900);letter-spacing:-.045em;margin-bottom:12px;font-size:clamp(42px,7vw,78px);line-height:.95}.estimate-sheet-header p,.estimate-disclaimer{color:var(--gray-500);line-height:1.7}.estimate-address{max-width:620px;margin-top:8px;font-weight:700;color:var(--gray-700)!important}.estimate-brand{color:var(--gray-900);flex-direction:column;flex:none;align-items:flex-end;gap:4px;font-weight:900;display:flex}.estimate-brand small{color:var(--gray-400);font-weight:600}.estimate-hero-grid{grid-template-columns:1fr 1fr;gap:16px;margin:28px 0;display:grid}.estimate-hero-card{border:1px solid var(--gray-200);background:#fff;border-radius:24px;padding:24px}.estimate-hero-card--cost{background:linear-gradient(135deg,#f0fdf4 0%,#fff 74%);grid-column:1/-1}.estimate-hero-card span,.estimate-detail-grid span,.estimate-material-item span{color:var(--gray-400);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.estimate-hero-card strong{color:var(--gray-900);font-family:var(--font-serif);margin:10px 0 6px;font-size:clamp(34px,6vw,64px);line-height:.95;display:block}.estimate-hero-card--cost strong{color:#16a34a}.estimate-hero-card p{color:var(--gray-500)}.estimate-section{border-top:1px solid var(--gray-200);padding:26px 0}.estimate-section-title{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.estimate-section-title h2{color:var(--gray-900);font-size:22px}.estimate-section-title span{color:var(--gray-400);font-weight:700}.estimate-detail-grid,.estimate-material-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.estimate-detail-grid div,.estimate-material-item{background:#f8fafc;border-radius:18px;padding:16px}.estimate-detail-grid strong,.estimate-material-item strong{color:var(--gray-900);margin-top:8px;font-size:17px;display:block}.estimate-table{border:1px solid var(--gray-200);border-radius:20px;overflow:hidden}.estimate-table-row{border-top:1px solid var(--gray-200);color:var(--gray-600);grid-template-columns:1.4fr 1fr 1fr .8fr;align-items:center;gap:12px;padding:15px 18px;display:grid}.estimate-table-row:first-child{border-top:0}.estimate-table-head{color:var(--gray-400);letter-spacing:.06em;text-transform:uppercase;background:#f8fafc;font-size:12px;font-weight:800}.estimate-table-row strong{color:var(--gray-900)}.estimate-disclaimer{border-top:1px solid var(--gray-200);margin-top:16px;padding-top:22px;font-size:13px}.estimate-state{text-align:center;max-width:620px;margin:0 auto;padding:42px}.estimate-state h1{font-family:var(--font-serif);color:var(--gray-900);margin-bottom:12px;font-size:42px}.estimate-state p{color:var(--gray-500);margin-bottom:22px;line-height:1.7}@media (width<=780px){.estimate-sheet-header,.estimate-section-title{flex-direction:column;align-items:flex-start}.estimate-brand{align-items:flex-start}.estimate-hero-grid,.estimate-detail-grid,.estimate-material-grid,.estimate-table-row{grid-template-columns:1fr}.estimate-table-head{display:none}}@media print{@page{size:A4 portrait;margin:9mm}html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;width:210mm;min-width:210mm;background:#fff!important}.navbar,.footer,.no-print{display:none!important}.main-content,.estimate-page{background:#fff!important;padding:0!important}.estimate-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.estimate-sheet{box-shadow:none;border:0;border-radius:0;padding:0;font-size:10px}.estimate-sheet-header{padding-bottom:12px;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;display:flex!important}.estimate-kicker{margin-bottom:6px;padding:4px 8px;font-size:8px}.estimate-sheet h1{margin-bottom:5px;font-size:34px}.estimate-sheet-header p{font-size:10px;line-height:1.35}.estimate-brand{font-size:12px;align-items:flex-end!important}.estimate-brand small{font-size:9px}.estimate-hero-grid{gap:8px;margin:12px 0;grid-template-columns:1fr 1fr!important;display:grid!important}.estimate-hero-card,.estimate-detail-grid div,.estimate-material-item{border-radius:10px;padding:10px}.estimate-hero-card--cost{grid-column:1/-1!important}.estimate-hero-card span,.estimate-detail-grid span,.estimate-material-item span,.estimate-table-head{letter-spacing:.05em;font-size:7px}.estimate-hero-card strong{margin:5px 0 3px;font-size:26px}.estimate-hero-card p{font-size:9px}.estimate-section{padding:11px 0}.estimate-section-title{margin-bottom:7px;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.estimate-section-title h2{font-size:15px}.estimate-section-title span{font-size:10px}.estimate-detail-grid{gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important}.estimate-material-grid{gap:7px;grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}.estimate-detail-grid strong,.estimate-material-item strong{margin-top:5px;font-size:11px}.estimate-table{border-radius:10px}.estimate-table-row{gap:8px;padding:7px 9px;font-size:10px;grid-template-columns:1.4fr 1fr 1fr .8fr!important;display:grid!important}.estimate-table-head{display:grid!important}.estimate-disclaimer{margin-top:8px;padding-top:9px;font-size:8px;line-height:1.35}.estimate-section,.estimate-hero-card{break-inside:avoid}}.legal-page{background:radial-gradient(circle at 0 0,#1a6bff14,#0000 34%),linear-gradient(#fff 0%,#f8fafc 100%);padding:64px 0 88px}.legal-wrap{max-width:880px}.legal-hero{margin-bottom:28px}.legal-kicker{color:var(--brand-blue);letter-spacing:.06em;text-transform:uppercase;background:#eef4ff;border-radius:999px;margin-bottom:16px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.legal-hero h1{font-family:var(--font-serif);color:var(--gray-900);letter-spacing:-.045em;margin-bottom:14px;font-size:clamp(44px,8vw,78px);line-height:.95}.legal-hero p{color:var(--gray-500);max-width:720px;font-size:17px;line-height:1.75}.legal-card{padding:clamp(24px,5vw,42px)}.legal-card section{border-top:1px solid var(--gray-100);padding:24px 0}.legal-card section:first-child{border-top:0;padding-top:0}.legal-card section:last-child{padding-bottom:0}.legal-card h2{color:var(--gray-900);margin-bottom:10px;font-size:23px}.legal-card h3{color:var(--gray-900);margin:18px 0 8px;font-size:17px}.legal-card p,.legal-card li{color:var(--gray-600);font-size:15px;line-height:1.85}.legal-card ul{margin:10px 0 0;padding-left:20px}.legal-note{border-radius:var(--r-md);background:#fff7ed;margin-top:18px;padding:14px 16px;color:#9a3412!important;font-size:14px!important}.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px;display:grid}.contact-method{border-radius:var(--r-md);background:var(--gray-50);padding:18px}.contact-method span{color:var(--gray-400);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.contact-method a,.contact-method strong{color:var(--gray-900);font-weight:800}@media (width<=680px){.contact-grid{grid-template-columns:1fr}}:root{--brand-blue:#1a6bff;--brand-blue-dark:#1254d4;--brand-blue-light:#e8f0ff;--brand-green:#16a34a;--brand-green-light:#dcfce7;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--danger:#dc2626;--warning:#d97706;--success:#16a34a;--font-sans:"DM Sans", system-ui, sans-serif;--font-serif:"DM Serif Display", Georgia, serif;--max-w:1200px;--nav-h:64px;--r-sm:6px;--r-md:10px;--r-lg:16px;--r-xl:24px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 8px 32px #0000001a, 0 4px 8px #0000000d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--gray-800);-webkit-font-smoothing:antialiased;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.btn{border-radius:var(--r-md);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;padding:10px 20px;font-size:15px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--brand-blue);color:#fff}.btn-primary:hover{background:var(--brand-blue-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--brand-blue);border:1.5px solid var(--brand-blue);background:0 0}.btn-outline:hover{background:var(--brand-blue-light)}.btn-ghost{color:var(--gray-600);background:0 0}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-900)}.btn-lg{padding:14px 28px;font-size:16px}.btn-sm{padding:7px 14px;font-size:13px}.badge{border-radius:999px;align-items:center;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.badge-blue{background:var(--brand-blue-light);color:var(--brand-blue-dark)}.badge-green{background:var(--brand-green-light);color:var(--brand-green)}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.card{border:1px solid var(--gray-200);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--gray-700);font-size:14px;font-weight:500}.form-input{border:1.5px solid var(--gray-200);border-radius:var(--r-md);color:var(--gray-900);background:#fff;width:100%;padding:10px 14px;font-size:15px;transition:border-color .15s}.form-input:focus{border-color:var(--brand-blue);outline:none;box-shadow:0 0 0 3px #1a6bff1f}.form-input::placeholder{color:var(--gray-400)}.form-error{color:var(--danger);font-size:13px}.section{padding:80px 0}.section-title{font-family:var(--font-serif);color:var(--gray-900);font-size:clamp(28px,4vw,40px);line-height:1.2}.section-subtitle{color:var(--gray-500);max-width:560px;margin-top:12px;font-size:17px}@media (width<=768px){.container{padding:0 16px}.section{padding:56px 0}.hide-mobile{display:none!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}
