@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f8f8ff;background:#151515;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:#151515;min-width:320px;margin:0}button,input{font:inherit}button,a{color:inherit}a{text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,canvas:focus-visible{outline-offset:4px;outline:2px solid #f8f8ff}.app{--unit:8px;--space-1:var(--unit);--space-2:calc(var(--unit) * 2);--space-3:calc(var(--unit) * 3);--space-4:calc(var(--unit) * 4);--space-6:calc(var(--unit) * 6);--space-8:calc(var(--unit) * 8);--page:#151515;--ink:#f8f8ff;--muted:color-mix(in srgb, var(--ink) 64%, var(--page));--surface:color-mix(in srgb, var(--page) 88%, var(--ink));--surface-raised:color-mix(in srgb, var(--page) 80%, var(--ink));--surface-hover:color-mix(in srgb, var(--page) 70%, var(--ink));--line:color-mix(in srgb, var(--ink) 14%, var(--page));background:var(--page);min-height:100vh;color:var(--ink);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;flex-direction:column;display:flex;overflow-x:clip}.site-header,.page-content,.site-footer{width:min(100% - 48px,1120px);margin-inline:auto}.site-header{z-index:5;background:0 0;align-self:center;align-items:flex-start;min-height:0;padding-top:16px;display:flex;position:sticky;top:0}.navbar-dock{border:1px solid var(--line);background:color-mix(in srgb, var(--page) 92%, var(--ink));border-radius:16px;align-items:center;gap:16px;width:100%;min-height:64px;padding:8px;transition:background-color .26s;display:flex}.brand{letter-spacing:-.055em;border-radius:8px;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-size:18px;font-weight:600;transition:background-color .16s;display:inline-flex}.brand:hover{background:var(--surface-hover)}.brand-logo{background:var(--ink);flex:none;width:24px;height:24px;-webkit-mask:url(/assets/cnvs_logo-CIUQte2b.svg) 50%/contain no-repeat;mask:url(/assets/cnvs_logo-CIUQte2b.svg) 50%/contain no-repeat}.main-nav{align-items:center;gap:4px;margin-left:auto;display:flex}.main-nav a{min-height:40px;color:var(--muted);border-radius:8px;align-items:center;padding:0 16px;font-size:12px;transition:background-color .16s,color .16s;display:inline-flex}.main-nav a:hover{color:var(--ink);background:var(--surface-hover)}.main-nav a.active{color:var(--page);background:var(--ink)}.header-actions{align-items:center;gap:8px;display:flex}.wallet-button{background:var(--ink);min-width:128px;min-height:40px;color:var(--page);cursor:pointer;border:0;border-radius:8px;padding:0 16px;font-size:12px;transition:background-color .16s,color .16s}.wallet-button:hover:not(:disabled){background:var(--surface-hover);color:var(--ink)}.wallet-button:disabled{cursor:wait;opacity:.64}.page-content{flex:1}.page-enter{animation:.22s both page-enter}@keyframes page-enter{0%{opacity:0}to{opacity:1}}.eyebrow,.panel-kicker{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:10px;font-weight:600}.page-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px;display:flex}.page-heading h1{letter-spacing:-.075em;margin:0;font-size:clamp(44px,7vw,80px);font-weight:500;line-height:.94}.preview-copy{max-width:320px;color:var(--muted);margin:0 0 8px;font-size:14px;line-height:1.6}.home-page,.canvas-page,.evolution-page,.statistics-page{width:100%;padding:40px 0 96px}.home-page{padding-top:0}.home-hero{box-sizing:border-box;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center;gap:clamp(32px,6vw,96px);width:min(100% - 48px,1120px);min-height:calc(100svh - 104px);margin-inline:auto;padding:48px 0 64px;display:grid}.home-hero-content{max-width:700px}.home-hero .eyebrow{margin-bottom:24px}.home-hero h1{letter-spacing:-.085em;margin:0;font-size:clamp(52px,7vw,96px);font-weight:500;line-height:.91}.home-hero-copy{max-width:420px;color:var(--muted);margin:24px 0 32px;font-size:clamp(16px,2vw,20px);line-height:1.5}.home-hero-link{background:var(--ink);min-height:48px;color:var(--page);border-radius:8px;align-items:center;gap:16px;padding:0 16px;font-size:14px;transition:background-color .16s,color .16s;display:inline-flex}.home-hero-link:hover{background:var(--surface-hover);color:var(--ink)}.contract-card,.home-canvas-section,.editor-canvas-card,.editor-control-card,.stat-card,.empty-state,.wallet-dialog,.canvas-access-gate{background:var(--surface);border-radius:16px}.contract-card{width:100%;max-width:600px;margin:0;padding:24px}.contract-card .panel-kicker{margin-bottom:8px}.contract-card h2{letter-spacing:-.03em;margin:0;font-size:18px;font-weight:500}.contract-copy-row{align-items:center;gap:8px;min-width:0;margin-top:20px;display:flex}.contract-value{background:var(--surface-raised);min-width:0;min-height:48px;color:var(--ink);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:all;user-select:all;border:0;border-radius:8px;flex:1;padding:0 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;transition:background-color .18s;overflow:hidden}.contract-value:hover:not(:disabled){background:var(--surface-hover)}.contract-value.unset{cursor:not-allowed;-webkit-user-select:none;user-select:none}.copy-address-button,.secondary-button{background:var(--ink);min-height:48px;color:var(--page);cursor:pointer;border:0;border-radius:8px;padding:0 16px;font-size:12px;transition:background-color .16s,color .16s}.copy-address-button:hover:not(:disabled),.secondary-button:hover{background:var(--surface-hover);color:var(--ink)}.copy-address-button:disabled{cursor:not-allowed;opacity:.48}.contract-status{color:var(--muted);margin:12px 0 0;font-size:12px}.home-hero>.contract-card{justify-self:end}.home-canvas-section{background:0 0;width:min(100% - 48px,880px);margin:0 auto;padding:0}.home-canvas-heading,.editor-canvas-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;display:flex}.home-canvas-heading h2,.editor-canvas-heading h2{letter-spacing:-.04em;margin:0;font-size:24px;font-weight:500}.home-canvas-heading>span,.dimension-pill{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.home-preview-trigger{cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:0;display:block}.home-preview-trigger>.pixel-canvas{aspect-ratio:1;cursor:pointer;border-radius:8px;width:100%;height:auto;margin-inline:auto;transition:box-shadow .16s}.home-preview-trigger:hover>.pixel-canvas{box-shadow:inset 0 0 48px #1515153d}.canvas-layout,.editor-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.canvas-card{background:var(--surface);border-radius:16px;min-width:0;padding:24px}.canvas-sidebar,.editor-sidebar{gap:16px;display:grid}.canvas-frame,.home-canvas-frame,.editor-canvas-frame{background:var(--surface-raised);border-radius:12px;padding:16px}.canvas-inner{aspect-ratio:1;background:#f8f8ff;border-radius:8px;width:min(100%,640px);margin-inline:auto;overflow:hidden}.pixel-canvas{object-fit:contain;width:100%;height:100%;image-rendering:pixelated;touch-action:none;cursor:crosshair;display:block}.pixel-canvas:focus-visible{outline-offset:-4px}.canvas-meta{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;gap:16px;padding-top:16px;font-size:12px;display:flex}.canvas-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px;display:flex}.canvas-heading h2,.control-card h2,.growth-card h2{margin:0;font-size:20px;font-weight:500}.control-card,.growth-card{background:var(--surface);border-radius:16px;padding:24px}.control-hint,.preview-note,.editor-hint{color:var(--muted);font-size:12px;line-height:1.6}.control-hint{margin:16px 0 24px}.zoom-shell{aspect-ratio:1;touch-action:none;overscroll-behavior:contain;background:#f8f8ff;border-radius:8px;width:min(100%,640px);margin-inline:auto;position:relative;overflow:hidden}.zoom-shell.is-zoomed{cursor:grab}.zoom-shell.is-zoomed:active{cursor:grabbing}.zoom-content{place-items:center;display:grid;position:absolute;inset:0}.zoom-content .pixel-canvas{width:100%;height:100%}.zoom-controls{background:var(--page);border-radius:8px;display:flex;position:absolute;top:16px;right:16px;overflow:hidden}.zoom-controls button{border:0;border-right:1px solid var(--line);background:var(--page);min-width:40px;min-height:40px;color:var(--ink);cursor:pointer;padding:0 8px;font-size:14px}.zoom-controls button:last-child{border-right:0}.zoom-controls button:hover:not(:disabled){background:var(--ink);color:var(--page)}.zoom-controls button:disabled{cursor:default;opacity:.36}.zoom-status{color:#f8f8ff;pointer-events:none;background:#151515d6;border-radius:8px;max-width:calc(100% - 32px);padding:8px 12px;font-size:11px;position:absolute;bottom:16px;right:16px}.text-button{background:var(--ink);width:100%;min-height:48px;color:var(--page);cursor:pointer;border:0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 16px;font-size:14px;transition:background-color .16s,color .16s;display:flex}.text-button:hover:not(:disabled){background:var(--surface-hover);color:var(--ink)}.text-button:disabled{cursor:not-allowed;opacity:.44}.inline-message{color:var(--muted);margin:16px 0 0;font-size:12px;line-height:1.5}.growth-row{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:8px;padding:12px 0;font-size:12px;display:flex}.growth-row strong{color:var(--ink);font-size:14px;font-weight:600}.empty-state{text-align:center;place-items:center;min-height:320px;padding:32px;display:grid}.empty-mark{background:var(--ink);border-radius:8px;width:32px;height:32px;margin-bottom:16px;transform:rotate(45deg)}.empty-state h2{margin:0 0 8px;font-size:20px;font-weight:500}.empty-state p{color:var(--muted);margin:0;font-size:14px}.timeline{padding-top:24px}.timeline-labels{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-bottom:8px;font-size:11px;display:flex}.timeline input[type=range]{appearance:none;cursor:pointer;background:0 0;width:100%;height:24px;margin:0;display:block}.timeline input[type=range]::-webkit-slider-runnable-track{background:var(--line);height:2px}.timeline input[type=range]::-moz-range-track{background:var(--line);height:2px}.timeline input[type=range]::-webkit-slider-thumb{appearance:none;border:4px solid var(--page);background:var(--ink);border-radius:50%;width:16px;height:16px;margin-top:-7px}.timeline input[type=range]::-moz-range-thumb{border:3px solid var(--page);background:var(--ink);border-radius:50%;width:10px;height:10px}.timeline-count{color:var(--muted);text-align:center;margin-top:16px;font-size:12px}.editor-canvas-card{min-width:0;padding:24px}.editor-canvas-heading .panel-kicker{margin-bottom:8px}.editor-control-card{padding:24px}.selected-coordinate{background:var(--surface-raised);color:var(--muted);border-radius:8px;flex-direction:column;gap:8px;margin-bottom:24px;padding:16px;font-size:12px;display:flex}.selected-coordinate strong{color:var(--ink);font-size:18px;font-weight:500}.color-picker-wrap{margin-bottom:24px;position:relative}.color-picker-trigger{background:var(--surface-raised);width:100%;min-height:48px;color:var(--ink);cursor:pointer;text-align:left;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:12px;display:flex}.color-picker-trigger code{color:var(--muted);margin-left:auto;font-size:12px}.picker-trigger-swatch,.color-swatch{border-radius:8px;flex:none;width:24px;height:24px}.color-popover{z-index:3;background:var(--surface-raised);border-radius:12px;width:min(100%,320px);padding:16px;position:absolute;top:calc(100% + 8px);right:0}.popover-heading{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.popover-heading h3{margin:0;font-size:16px;font-weight:500}.popover-close,.dialog-close{width:32px;height:32px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:20px}.popover-close:hover,.dialog-close:hover{background:var(--surface-hover)}.color-field{color:var(--muted);letter-spacing:.1em;gap:8px;font-size:10px;display:grid}.color-field input{background:var(--page);width:100%;min-height:40px;color:var(--ink);border:0;border-radius:8px;outline:0;padding:0 12px;font-size:13px}.color-field input:focus{outline:2px solid var(--ink);outline-offset:2px}.hex-field{margin-bottom:12px}.rgb-fields{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.color-error{color:var(--ink);margin:12px 0 0;font-size:11px}.popover-done{background:var(--ink);width:100%;min-height:40px;color:var(--page);cursor:pointer;border:0;border-radius:8px;margin-top:16px;font-size:12px}.statistics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat-card{flex-direction:column;min-width:0;min-height:184px;padding:24px;display:flex}.stat-card-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.stat-card-heading h2{margin:0;font-size:14px;font-weight:500}.stat-status{background:var(--surface-raised);color:var(--muted);white-space:nowrap;border-radius:8px;padding:4px 8px;font-size:10px}.stat-status.external{color:var(--ink)}.stat-value{letter-spacing:-.05em;font-variant-numeric:tabular-nums;margin:24px 0 8px;font-size:clamp(24px,3vw,36px);font-weight:500;line-height:1.1}.stat-detail{color:var(--muted);margin:auto 0 0;font-size:12px;line-height:1.5}.statistics-note{color:var(--muted);margin:24px 0 0;font-size:12px;line-height:1.6}.statistics-note a{text-underline-offset:4px;text-decoration:underline}.canvas-page,.evolution-page,.statistics-page{max-width:1120px;margin-inline:auto}.canvas-page .page-heading,.evolution-page .page-heading,.statistics-page .page-heading{border-bottom:1px solid var(--line);padding-bottom:32px}.canvas-page .editor-layout{margin-top:32px}.editor-canvas-card,.editor-control-card,.stat-card,.empty-state{transition:background-color .16s}.editor-canvas-card:hover,.editor-control-card:hover,.stat-card:hover{background:var(--surface-raised)}.editor-canvas-heading{border-bottom:1px solid var(--line);padding-bottom:16px}.editor-canvas-frame{background:var(--page);padding:24px}.editor-hint{margin:16px 0 0}.evolution-page .canvas-heading{width:min(100%,880px);color:var(--muted);margin-inline:auto;padding:0 0 16px;font-size:12px}.evolution-page .canvas-frame{background:var(--surface);width:min(100%,880px);margin-inline:auto;padding:32px}.evolution-page .timeline{background:var(--surface);border-radius:12px;width:min(100%,880px);margin-inline:auto;padding:24px 32px}.evolution-page>.preview-note{width:min(100%,880px);margin-inline:auto}.statistics-page .statistics-grid{margin-top:32px}.statistics-page .stat-card:first-child,.statistics-page .stat-card:nth-child(2){background:var(--surface-raised)}.statistics-page .stat-card:first-child .stat-value,.statistics-page .stat-card:nth-child(2) .stat-value{font-size:clamp(32px,4vw,48px)}.statistics-page .statistics-note{max-width:720px}.archived-frame{width:100%}.archived-frame .pixel-canvas{aspect-ratio:1;cursor:default;background:#f8f8ff;border-radius:8px;width:min(100%,640px);height:auto;margin-inline:auto}.canvas-access-gate{width:min(100%,680px);margin:clamp(48px,10vh,112px) auto;padding:40px}.canvas-access-gate h1{letter-spacing:-.07em;margin:0;font-size:clamp(36px,6vw,64px);font-weight:500;line-height:.95}.canvas-access-gate>p:not(.eyebrow){color:var(--muted);margin:20px 0 0;font-size:14px;line-height:1.6}.canvas-access-button{justify-content:center;width:auto;margin-top:24px;padding-inline:24px}.canvas-focus-dialog:not([open]){display:none}.canvas-focus-dialog[open]{width:100vw;max-width:none;height:100dvh;max-height:none;color:var(--ink);background:0 0;border:0;place-items:center;margin:0;padding:24px;display:grid;position:fixed;inset:0;overflow:auto}.canvas-focus-dialog::backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#151515c2}.canvas-focus-panel{background:var(--surface);border-radius:16px;width:min(100%,920px);max-height:calc(100dvh - 48px);padding:24px;overflow:auto}.canvas-focus-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.canvas-focus-header .eyebrow{margin-bottom:8px}.canvas-focus-header h2{letter-spacing:-.04em;margin:0;font-size:24px;font-weight:500}.canvas-focus-close{background:var(--surface-raised);width:40px;height:40px;color:var(--ink);cursor:pointer;border:0;border-radius:8px;font-size:24px}.canvas-focus-hint{color:var(--muted);text-align:center;margin:16px 0 0;font-size:12px}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:48px 0 32px;font-size:11px}.footer-main{justify-content:space-between;gap:48px;padding-bottom:40px;display:flex}.footer-brand-block{min-width:180px}.footer-brand{color:var(--ink);letter-spacing:-.055em;align-items:center;gap:8px;font-size:18px;font-weight:600;display:inline-flex}.footer-brand-block p{max-width:220px;color:var(--muted);margin:16px 0 0;line-height:1.6}.footer-links-grid{gap:72px;display:flex}.footer-link-group{align-content:start;gap:12px;min-width:120px;display:grid}.footer-link-heading{color:var(--ink);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:600}.footer-link-group a{width:fit-content;color:var(--muted);transition:color .16s}.footer-link-group a:hover,.footer-link-group a.active{color:var(--ink)}.footer-lower{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding-top:24px;display:flex}.footer-lower-left,.footer-lower-right{align-items:center;gap:16px;display:flex}.footer-lower-left{flex-wrap:wrap}.footer-lower-right{justify-content:flex-end}.footer-views{white-space:nowrap}.footer-social-link{color:var(--ink);white-space:nowrap;border-radius:8px;padding:8px;transition:background-color .16s}.footer-social-link:hover{background:var(--surface-hover)}.footer-contract{align-items:center;gap:8px;min-width:0;display:flex}.footer-contract-label,.footer-contract-unset,.footer-contract-error{white-space:nowrap;font-size:11px}.footer-contract-address{background:var(--surface);min-width:0;color:var(--ink);cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px;font-size:11px;display:inline-flex}.footer-contract-address code{text-overflow:ellipsis;white-space:nowrap;max-width:min(32vw,280px);overflow:hidden}.legal-page{width:min(100%,840px);margin-inline:auto;padding:64px 0 96px}.legal-heading{border-bottom:1px solid var(--line);padding-bottom:48px}.legal-heading h1{letter-spacing:-.075em;margin:0;font-size:clamp(44px,7vw,80px);font-weight:500;line-height:.94}.legal-intro{max-width:620px;color:var(--muted);margin:24px 0 0;font-size:16px;line-height:1.6}.legal-updated{color:var(--muted);margin:24px 0 0;font-size:11px}.legal-content{max-width:720px;padding-top:16px}.legal-section{border-bottom:1px solid var(--line);padding:32px 0}.legal-section h2{color:var(--ink);letter-spacing:-.035em;margin:0 0 16px;font-size:20px;font-weight:500}.legal-section p,.legal-section li{color:var(--muted);font-size:14px;line-height:1.75}.legal-section p{margin:0 0 16px}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0;padding-left:20px}.legal-section li+li{margin-top:8px}.legal-section code{background:var(--surface-raised);color:var(--ink);border-radius:4px;padding:2px 4px;font-size:12px}.legal-related{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 16px;padding-top:32px;font-size:12px;display:flex}.legal-related a{color:var(--ink);text-decoration:underline;-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:4px}.legal-related a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#151515c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.wallet-dialog{width:min(100%,440px);padding:32px;position:relative}.wallet-dialog h2{letter-spacing:-.05em;margin:0 0 16px;font-size:28px;font-weight:500}.dialog-close{position:absolute;top:16px;right:16px}.dialog-copy,.wallet-empty{color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.6}.wallet-options{gap:8px;display:grid}.wallet-option{background:var(--surface-raised);width:100%;min-height:48px;color:var(--ink);cursor:pointer;text-align:left;border:0;border-radius:8px;justify-content:space-between;align-items:center;padding:0 16px;font-size:14px;display:flex}.wallet-option:hover:not(:disabled){background:var(--surface-hover)}.wallet-option:disabled{cursor:wait;opacity:.56}.wallet-empty{background:var(--surface-raised);border-radius:8px;margin:0;padding:16px}.wallet-empty p{margin:0 0 16px}.wallet-empty a{text-underline-offset:4px;text-decoration:underline}.wallet-error{color:var(--ink);margin:16px 0 0;font-size:14px}.dialog-safety{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin:24px 0 0;padding-top:16px;font-size:12px}@media (width<=880px){.site-header{min-height:0}.navbar-dock{flex-wrap:wrap}.brand{order:1}.header-actions{order:2;margin-left:auto}.main-nav{flex:0 0 100%;order:3;justify-content:center}.home-hero{grid-template-columns:1fr;gap:32px;width:min(100% - 48px,720px);min-height:calc(100svh - 88px);padding:40px 0 56px}.home-hero-content{max-width:640px}.home-hero>.contract-card{justify-self:start;max-width:640px}.home-hero h1{font-size:clamp(52px,10vw,76px)}.canvas-layout,.editor-layout{grid-template-columns:1fr}.canvas-sidebar,.editor-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.canvas-sidebar>.preview-note,.editor-sidebar>.preview-note{grid-column:1/-1}.statistics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.site-header{width:100%;min-height:0;padding-inline:16px}.page-content,.site-footer{width:calc(100% - 32px)}.navbar-dock{padding:8px}.brand{padding-inline:8px}.main-nav{justify-content:flex-start;gap:0;overflow-x:auto}.main-nav a{justify-content:center;min-width:76px;padding-inline:8px}.home-hero{width:calc(100% - 32px);min-height:calc(100svh - 80px);padding:32px 0 48px}.home-hero h1{font-size:clamp(48px,13vw,68px)}.home-canvas-section{width:calc(100% - 32px);padding:0}.page-heading{margin-bottom:32px;display:block}.preview-copy{margin-top:16px}.canvas-sidebar,.editor-sidebar{grid-template-columns:1fr}.canvas-sidebar>.preview-note,.editor-sidebar>.preview-note{grid-column:auto}.contract-card,.canvas-card,.editor-canvas-card,.editor-control-card{padding:16px}.contract-copy-row{flex-direction:column;align-items:stretch}.contract-value,.copy-address-button{width:100%}.site-footer{padding-block:32px 24px}.footer-main,.footer-lower{flex-direction:column;align-items:flex-start;gap:32px}.footer-links-grid{gap:48px}.footer-lower{gap:16px}.footer-lower-right{flex-wrap:wrap;justify-content:flex-start;width:100%}.footer-contract{flex-wrap:wrap}.footer-contract-address code{max-width:60vw}.legal-page{padding-top:40px}.statistics-grid{grid-template-columns:1fr}.canvas-focus-dialog[open]{padding:16px}.canvas-focus-panel{max-height:calc(100dvh - 32px);padding:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
