:root{--ink: #2e2a21;--ink-soft: #6b6657;--ink-faint: #8a8576;--paper: #fdfcf9;--paper-warm: #f7f6f2;--line: #e3e0d6;--brand: #d8442b;--brand-dark: #b23420;--brand-pale: #fbe9e4;--header-bg: #262320;--accent: #b07d4f;--radius: 10px;--shadow: none;font-size:16px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:600;line-height:1.15;margin:0 0 .5rem}h1{font-size:2.6rem}h2{font-size:1.7rem}h3{font-size:1.15rem}p{line-height:1.55}a{color:var(--brand-dark)}.small{font-size:.85rem}.container{max-width:1080px;margin:0 auto;padding:0 24px}.container.narrow{max-width:640px}.muted{color:var(--ink-soft)}.optional{color:var(--ink-faint);font-weight:400;font-size:.85em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;border:1px solid transparent;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease;font-family:inherit}.btn-lg{padding:14px 28px;font-size:1.05rem}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--ink-soft);border-color:var(--line)}.btn-ghost:hover{border-color:var(--ink-faint);color:var(--ink)}.btn-outline{background:transparent;border-color:var(--brand);color:var(--brand-dark)}.btn-outline:hover{background:var(--brand-pale)}.site-header{background:var(--header-bg);border-bottom:3px solid var(--brand)}.header-row{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-logo{height:50px;width:auto;display:block}.brand-ai{font-family:Inter,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.05rem;letter-spacing:.04em;color:#f3954c}.header-right{display:flex;align-items:center;gap:18px}.header-reset{background:none;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#fff9;font-size:.75rem;padding:4px 12px;cursor:pointer;font-family:inherit}.header-reset:hover{color:#fff;border-color:#ffffff80}.header-nav{display:flex;align-items:center;gap:24px;font-size:.92rem}.header-nav a{text-decoration:none;color:#ffffffbf}.header-nav a:hover{color:#fff}.header-phone{font-weight:600;color:#f0876f!important}.nav-toggle{display:none;position:relative;width:44px;height:44px;margin:-6px -8px -6px 0;border:none;background:none;cursor:pointer;color:#fff}.nav-toggle-bars,.nav-toggle-bars:before,.nav-toggle-bars:after{position:absolute;left:50%;width:22px;height:2px;background:currentColor;border-radius:2px;transform:translate(-50%);transition:transform .2s ease,opacity .2s ease}.nav-toggle-bars{top:50%;margin-top:-1px}.nav-toggle-bars:before{content:"";top:-7px}.nav-toggle-bars:after{content:"";top:7px}.menu-open .nav-toggle-bars{background:transparent}.menu-open .nav-toggle-bars:before{top:0;transform:translate(-50%) rotate(45deg)}.menu-open .nav-toggle-bars:after{top:0;transform:translate(-50%) rotate(-45deg)}.hero{padding:72px 0 64px;background:linear-gradient(transparent,transparent)}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-areas:"headline art" "sub      art" "actions  art" "notes    art";column-gap:48px;row-gap:0;align-items:center}.hero-headline{grid-area:headline}.hero-art{grid-area:art}.hero-sub{grid-area:sub}.hero-actions{grid-area:actions}.hero-notes{grid-area:notes}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--brand);font-weight:700;margin:0 0 14px}.hero h1{font-size:clamp(1.7rem,3.45vw - 2px,2.3rem);margin-bottom:18px;text-wrap:balance}.hero h1 em{font-style:italic;color:var(--brand)}.hero-sub{font-size:1.1rem;color:var(--ink-soft);max-width:46ch;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-note{margin-top:16px;font-size:.85rem;color:var(--ink-faint)}.hero-svg{width:100%;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper)}.hero-lot-text{animation:hero-lot-text 10s ease-in-out infinite}.hero-lot-fill{animation:hero-lot-fill 10s ease-in-out infinite}.hero-lot-boundary{stroke-dasharray:100;stroke-dashoffset:100;animation:hero-lot-boundary 10s linear infinite}.hero-lot-foot{opacity:0;animation:hero-lot-foot-vis 10s ease-in-out infinite}.hero-lot-foot path,.hero-lot-foot rect{stroke-dasharray:100;stroke-dashoffset:100;animation:hero-lot-foot-draw 10s linear infinite}.hero-lot-foot path{fill-opacity:0;animation:hero-lot-foot-draw 10s linear infinite,hero-lot-foot-fill 10s ease-in-out infinite}.hero-lot-rooms{opacity:0;animation:hero-lot-rooms-vis 10s ease-in-out infinite}.hero-lot-rooms .hero-draw{stroke-dasharray:100;stroke-dashoffset:100;animation:hero-lot-rooms-draw 10s linear infinite}.hero-lot-rooms rect.hero-draw{fill-opacity:0;animation:hero-lot-rooms-draw 10s linear infinite,hero-lot-fill-fade 10s ease-in-out infinite}.hero-lot-rooms .hero-room-accent{opacity:0;animation:hero-lot-rooms-accent 10s ease-in-out infinite}@keyframes hero-lot-text{0%,10%{opacity:1}15%,90%{opacity:0}95%,to{opacity:1}}@keyframes hero-lot-fill{0%,88%{opacity:1}93%,to{opacity:0}}@keyframes hero-lot-boundary{0%,14%{stroke-dashoffset:100}15%{stroke-dashoffset:100}35%{stroke-dashoffset:0}35%,88%{stroke-dashoffset:0}93%,to{stroke-dashoffset:100}}@keyframes hero-lot-foot-vis{0%,34%{opacity:0}35%,88%{opacity:1}93%,to{opacity:0}}@keyframes hero-lot-foot-draw{0%,34%{stroke-dashoffset:100}35%{stroke-dashoffset:100}55%{stroke-dashoffset:0}55%,88%{stroke-dashoffset:0}93%,to{stroke-dashoffset:100}}@keyframes hero-lot-rooms-vis{0%,54%{opacity:0}55%,88%{opacity:1}93%,to{opacity:0}}@keyframes hero-lot-rooms-draw{0%,54%{stroke-dashoffset:100}55%{stroke-dashoffset:100}75%{stroke-dashoffset:0}75%,88%{stroke-dashoffset:0}93%,to{stroke-dashoffset:100}}@keyframes hero-lot-foot-fill{0%,55%{fill-opacity:0}61%,88%{fill-opacity:1}93%,to{fill-opacity:0}}@keyframes hero-lot-fill-fade{0%,75%{fill-opacity:0}80%,88%{fill-opacity:1}93%,to{fill-opacity:0}}@keyframes hero-lot-rooms-accent{0%,72%{opacity:0}75%,88%{opacity:1}93%,to{opacity:0}}@media (prefers-reduced-motion: reduce){.hero-lot-text,.hero-lot-fill,.hero-lot-boundary,.hero-lot-foot,.hero-lot-rooms,.hero-lot-foot path,.hero-lot-foot rect,.hero-lot-rooms .hero-draw,.hero-lot-rooms .hero-room-accent{animation:none}.hero-lot-fill,.hero-lot-boundary{opacity:1}.hero-lot-boundary{stroke-dashoffset:0;stroke-dasharray:none}.hero-lot-foot,.hero-lot-rooms,.hero-lot-rooms .hero-room-accent{opacity:0}}.steps{padding:56px 0;background:var(--paper-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps h2{text-align:center;margin-bottom:32px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--brand-pale);color:var(--brand-dark);font-weight:700;margin-bottom:12px}.step-card p{color:var(--ink-soft);font-size:.95rem;margin:0}.upsell-strip{padding:36px 0}.upsell-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.upsell-row p{margin:0;color:var(--ink-soft);max-width:60ch}.site-footer{border-top:1px solid var(--line);padding:24px 0;margin-top:24px}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.85rem;color:var(--ink-faint)}.footer-row p{margin:0}.reset-demo{background:none;border:none;color:var(--ink-faint);font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0}.reset-demo:hover{color:var(--ink)}.wizard-page,.concept-page{min-height:100vh;background:var(--paper-warm)}.wizard-page .container.narrow,.concept-page .container.narrow{padding-top:48px;padding-bottom:64px}.wizard-progress{display:flex;list-style:none;margin:0 0 24px;padding:0}.progress-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;color:var(--ink-faint);font-size:.85rem}.progress-step+.progress-step:before{content:"";position:absolute;top:13px;right:calc(50% + 20px);left:calc(-50% + 20px);height:2px;background:var(--line)}.progress-step.done+.progress-step:before{background:var(--brand)}.progress-marker{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;border:2px solid var(--line);background:var(--paper);color:var(--ink-faint);font-size:.78rem;font-weight:700;z-index:1}.progress-step.active .progress-marker{border-color:var(--brand);background:var(--brand);color:#fff}.progress-step.done .progress-marker{border-color:var(--brand);background:var(--brand-pale);color:var(--brand-dark)}.progress-step.active{color:var(--ink);font-weight:600}.progress-step.done{color:var(--brand-dark)}.progress-label{white-space:nowrap}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px}.center-card{text-align:center;padding:48px 32px}.center-card .btn{margin-top:12px}label{display:block;font-weight:600;font-size:.92rem;margin:18px 0 0}input[hidden]{display:none!important}input,select,textarea{display:block;width:100%;margin-top:6px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;font-size:.95rem;font-family:inherit;background:var(--paper);color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid var(--brand-pale);border-color:var(--brand)}input[type=range]{padding:0;border:none;accent-color:var(--brand)}input[type=checkbox]{display:inline;width:auto;margin:0 8px 0 0;accent-color:var(--brand)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checks{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 20px}.check{font-weight:500;display:flex;align-items:center;margin:0}.check .tip{position:relative;display:inline;padding:0;margin:0;background:none;border:none;border-bottom:1px dashed var(--brand);font:inherit;color:inherit;cursor:help;outline-offset:3px}.check .tip:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 9px);right:-10px;width:230px;background:var(--brand);color:#fff;font-size:.8rem;font-weight:500;line-height:1.45;padding:8px 11px;border-radius:8px;box-shadow:0 8px 20px #b2342047}.check .tip:before{content:"";position:absolute;bottom:calc(100% + 4px);right:12px;border:5px solid transparent;border-top-color:var(--brand);border-bottom-width:0}.check .tip:before,.check .tip:after{opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;pointer-events:none;z-index:20}.check .tip:hover:before,.check .tip:hover:after,.check .tip:focus:before,.check .tip:focus:after,.check .tip.open:before,.check .tip.open:after{opacity:1;visibility:visible;transform:translateY(0)}.wizard-actions{display:flex;justify-content:space-between;margin-top:28px}.style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}.style-grid~label{margin-top:12px}.style-grid~label textarea{padding:8px 12px}.style-grid~.wizard-actions{margin-top:18px}@media (max-width: 560px){.style-grid{grid-template-columns:1fr}}.style-card{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:2px;align-items:center;text-align:left;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--paper);cursor:pointer;font-family:inherit;font-size:.95rem;color:var(--ink)}.style-thumb{grid-row:1 / 3;width:132px;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-radius:6px;display:block;background:var(--paper-warm)}.style-card strong{align-self:end}.style-card span{align-self:start;color:var(--ink-soft);font-size:.8rem;line-height:1.3}.style-card.selected{border-color:var(--brand);background:var(--brand-pale)}.lot-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.lot-card{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:16px 10px 14px;border:1px solid var(--line);border-radius:8px;background:var(--paper);cursor:pointer;font-family:inherit;font-size:.9rem;color:var(--ink);transition:border-color .15s ease,background .15s ease}.lot-card span{color:var(--ink-soft);font-size:.78rem;line-height:1.3}.lot-card .lot-icon{width:56px;height:56px;color:var(--ink-soft)}.lot-card.selected{border-color:var(--brand);background:var(--brand-pale)}.lot-card.selected .lot-icon{color:var(--brand-dark)}.lot-card.upload{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:center;gap:14px;padding:16px 18px;text-align:left}.lot-card.upload:hover{border-color:var(--ink-soft)}.lot-card.upload .lot-icon{width:40px;height:40px;flex:none;color:var(--ink-soft)}.lot-upload-text{display:flex;flex-direction:column;gap:2px}.lot-upload-text strong{font-size:.95rem;color:var(--ink)}.lot-thumb{width:44px;height:44px;object-fit:cover;border-radius:6px;border:1px solid var(--line)}.form-error{color:var(--brand-dark);font-size:.85rem;margin:10px 0 0}.group-label{font-weight:600;font-size:.92rem;margin:22px 0 0}.check.standalone{margin-top:18px}.check-full{grid-column:1 / -1}.generating{padding:64px 32px}.generating-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;overflow:hidden;background:var(--header-bg)}.generating-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.generating-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:linear-gradient(#1c19168c,#1c1916b3);color:#fff}.generating-overlay h2{color:#fff;margin:0 0 6px}.generating-overlay p{margin:0;color:#ffffffd9}.generating-logo{height:44px;margin-bottom:28px}.generating-note{margin-top:18px!important;font-size:.85rem;color:#fff9!important}.spinner{width:42px;height:42px;margin:0 auto 20px;border-radius:50%;border:4px solid var(--brand-pale);border-top-color:var(--brand);animation:spin .9s linear infinite}.spinner-light{border-color:#ffffff40;border-top-color:var(--brand)}@keyframes spin{to{transform:rotate(360deg)}}.free-badge{background:var(--brand);color:#fff;font-size:.82rem;font-weight:700;padding:6px 14px;border-radius:999px}.concept-title{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:36px 0 20px}.concept-title h1{font-size:2rem;margin-bottom:4px}.site-label{margin:0 0 2px;font-weight:600;color:var(--ink-soft)}.hero-note.provenance{margin-top:8px;color:var(--ink-soft)}.concept-title p{margin:0}.concept-cta{flex-shrink:0;white-space:nowrap}.concept-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:start}.concept-main{display:flex;flex-direction:column;gap:20px}.plan-card{padding:16px 16px 10px}.sheet-title{text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-family:inherit;color:var(--brand-dark);border-bottom:1px solid var(--line);padding-bottom:8px;margin-bottom:10px}.plan-svg{width:100%;display:block}.plan-svg text,.site-svg text{font-family:Noteworthy,Bradley Hand,Segoe Print,Comic Sans MS,sans-serif}.sheet-sqft{float:right;color:var(--ink-faint);letter-spacing:.06em}.site-svg{width:100%;display:block;margin-top:4px}.site-ref-label{margin:14px 0 6px;font-weight:600}.lot-reference{width:100%;border-radius:8px;border:1px solid var(--line);display:block}.disclaimer{font-size:.78rem;color:var(--ink-faint);margin:12px 4px 0}.concept-side{display:flex;flex-direction:column;gap:20px}.schedule{width:100%;border-collapse:collapse;font-size:.92rem}.schedule td{padding:7px 0;border-bottom:1px solid var(--line)}.schedule tr:last-child td{border-bottom:none}.schedule .num{text-align:right;color:var(--ink-soft);font-variant-numeric:tabular-nums}.assumptions{margin:0;padding-left:18px;font-size:.88rem;color:var(--ink-soft)}.assumptions li{margin-bottom:8px;line-height:1.45}.locked-section{padding:48px 0 16px}.locked-section>p{margin-top:0}.locked-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.locked-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;padding:22px;border:1px dashed var(--ink-faint);border-radius:var(--radius);background:var(--paper);cursor:pointer;font-family:inherit;font-size:.95rem;color:var(--ink);transition:border-color .15s ease}.locked-card:hover{border-color:var(--brand)}.lock-icon{color:var(--brand)}.locked-desc{color:var(--ink-soft);font-size:.88rem}.locked-cta{margin-top:6px;color:var(--brand-dark);font-weight:600;font-size:.88rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e2a2173;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal{background:var(--paper);border-radius:var(--radius);padding:28px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto}.modal-wide{max-width:740px}.setup-steps{display:flex;gap:8px;list-style:none;margin:0 0 16px;padding:0;counter-reset:setup}.setup-step{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);padding:6px 14px;border-radius:999px;border:1px solid var(--line);counter-increment:setup}.setup-step:before{content:counter(setup) ". ";font-weight:700}.modal-wide h3{font-size:1.5rem;margin-bottom:2px}.setup-step.active{color:var(--brand-dark);border-color:var(--brand);background:var(--brand-pale)}.setup-step.done{color:var(--ink-soft);background:var(--paper-warm)}.traced-summary{margin-top:14px;padding:10px 14px;background:var(--paper-warm);border:1px solid var(--line);border-radius:8px;font-size:.9rem;color:var(--ink-soft)}.traced-summary strong{color:var(--ink)}.scale-prompt{margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--paper-warm);transition:border-color .15s ease,background .15s ease}.scale-prompt.ready{border-color:var(--brand);background:var(--brand-pale)}.scale-prompt-lead{margin:0;font-weight:600;color:var(--ink)}.scale-prompt.ready .scale-prompt-lead{color:var(--brand-dark)}.edge-callout{display:flex;align-items:center;gap:8px;margin:10px 0 12px;padding:11px 14px;border-radius:8px;background:#e8f0fa;border:1px solid #2d6cb0;color:#1f4f86;font-size:.95rem;font-weight:600}.edge-callout strong{color:#1f4f86}.edge-callout.done{background:var(--paper-warm);border-color:var(--line);color:var(--ink-soft);font-weight:500}.scale-row{display:flex;align-items:flex-end;gap:16px;margin-top:12px}.scale-feet{margin:0;max-width:220px}.scale-readout{margin:0 0 10px}.lot-stats{display:flex;gap:28px;margin-top:14px;padding:12px 16px;background:var(--paper-warm);border:1px solid var(--line);border-radius:8px}.lot-stats>div{display:flex;flex-direction:column}.lot-stat-num{font-weight:700;font-size:1.05rem}.lot-stat-label{font-size:.78rem;color:var(--ink-soft)}.crop-toolbar{display:flex;gap:8px;margin:12px 0}.btn-sm{padding:6px 14px;font-size:.85rem}.tool-active{border-color:var(--brand)!important;color:var(--brand-dark)!important;background:var(--brand-pale)!important}.crop-stage{margin:0 auto;max-width:100%;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--paper-warm);display:flex;align-items:center;justify-content:center}.crop-canvas{display:block;cursor:crosshair;touch-action:none;max-width:100%}.crop-canvas.picking-edge{cursor:pointer}.crop-canvas.readonly{cursor:default}.crop-loading{color:var(--ink-faint);padding:60px 0}.modal-sub{color:var(--ink-soft);font-size:.92rem}.lead-callback{display:block;margin-top:6px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.modal-actions-stack{flex-direction:column;align-items:stretch;gap:12px}.btn-block{width:100%}.modal-actions-links{display:flex;justify-content:center;gap:22px}.btn-link{background:none;border:none;padding:4px 6px;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--ink-soft);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.btn-link:hover{color:var(--ink)}.btn-link:disabled{opacity:.5;cursor:not-allowed}.btn-link-subtle{color:var(--ink-faint)}.modal-sent{text-align:center;padding:12px 0}.modal-sent .btn{margin-top:16px}@media (max-width: 860px){.hero-grid{grid-template-columns:1fr;grid-template-areas:"headline" "art" "actions" "sub" "notes"}.hero{padding:40px 0 44px}.hero h1{font-size:clamp(1.3rem,6.4vw - 2px,2.5rem)}.hero-art{width:100%;max-width:440px;margin:14px auto 22px}.hero-actions{margin-bottom:8px}.steps-grid,.locked-grid,.concept-grid{grid-template-columns:1fr}.header-nav{gap:14px;font-size:.85rem}.wizard-progress{margin-bottom:18px}.progress-step{font-size:.74rem}}@media (max-width: 640px){.site-header{position:relative}.nav-toggle{display:block}.header-right{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--header-bg);border-bottom:3px solid var(--brand);padding:6px 24px 16px;z-index:60;box-shadow:0 16px 24px #1c191647}.menu-open .header-right{display:flex}.header-nav{flex-direction:column;align-items:stretch;gap:0;font-size:1rem}.header-nav a{padding:13px 2px;border-top:1px solid rgba(255,255,255,.12)}.header-reset{align-self:flex-start;margin-top:12px}.modal-backdrop{padding:0}.modal{max-width:100%;width:100%;height:100%;max-height:100%;border-radius:0;padding:18px 16px calc(18px + env(safe-area-inset-bottom))}.modal-wide{max-width:100%}.crop-stage{width:100%!important;height:auto!important}.wizard-actions{gap:10px;flex-wrap:nowrap}.wizard-actions .btn{flex:1 1 0;padding:11px 12px;white-space:nowrap}.modal-actions{flex-wrap:wrap;gap:8px}.modal-actions .btn{flex:1 1 auto;padding:11px 12px;white-space:nowrap}.checks{grid-template-columns:1fr 1fr;gap:2px 14px}.check{min-height:44px;padding:6px 2px}.check .tip:after{width:min(240px,72vw);right:0}}@media (max-width: 380px){.checks{grid-template-columns:1fr}}
