@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap";.proposal-root{--bg: #030303;--surface: #0a0a0a;--line: #1a1a1a;--line-light: #222;--text-main: #fff;--text-body: #999;--text-muted: #555;--text-dim: #333;--mono: "Space Mono", "Courier New", monospace;--sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;background:var(--bg);color:var(--text-main);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden;cursor:crosshair;min-height:100vh}.proposal-root *{margin:0;padding:0;box-sizing:border-box}.proposal-root ::selection{background:#fff;color:#000}.proposal-root .label{font-family:var(--mono);font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);line-height:1.6}.proposal-root .numeral{font-family:var(--sans);font-size:6rem;font-weight:300;line-height:1;letter-spacing:-.04em;color:#111}.proposal-root .site-wrapper{display:flex;flex-direction:column;min-height:100vh;border:1px solid var(--line);margin:.8vw;padding-top:52px}.proposal-root header{display:grid;grid-template-columns:220px 1fr 220px;height:52px;border-bottom:1px solid var(--line);position:fixed;top:.8vw;left:.8vw;right:.8vw;z-index:50;background:var(--bg, #0a0a0a);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.proposal-root:before{content:"";position:fixed;top:0;left:0;right:0;height:calc(.8vw + 1px);background:#000;z-index:51;pointer-events:none}.proposal-root .mobile-site-link{display:none}.proposal-root .prose ul,.proposal-root .prose-col ul,.proposal-root .prose-wide ul{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.proposal-root .prose ul li,.proposal-root .prose-col ul li,.proposal-root .prose-wide ul li{position:relative;padding-left:1.25rem;font-size:.85rem;line-height:1.6;color:var(--text-main)}.proposal-root .prose ul li:before,.proposal-root .prose-col ul li:before,.proposal-root .prose-wide ul li:before{content:"—";position:absolute;left:0;color:var(--text-muted)}.proposal-root .logo-area{display:flex;align-items:center;padding:0 1.5rem;border-right:1px solid var(--line);font-family:var(--mono);font-size:.65rem;letter-spacing:.1em;color:var(--text-muted)}.proposal-root .header-center{display:flex;align-items:center;justify-content:center;gap:2.5rem;border-right:1px solid var(--line)}.proposal-root .header-center span{font-family:var(--mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);position:relative;cursor:crosshair}.proposal-root .header-center span:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--text-main);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.proposal-root .header-center span:hover:after{transform:scaleX(1)}.proposal-root .header-center span:hover{color:var(--text-main)}.proposal-root .header-center a{text-decoration:none;color:inherit;display:inline-flex;align-items:center}.proposal-root .logo-area{color:var(--text-muted);transition:color .2s}.proposal-root .logo-area:hover{color:var(--text-main)}.site-concepts{position:fixed;inset:0;background:#0a0a0a;color:#e8e8e8;display:flex;flex-direction:column;font-family:ui-monospace,SF Mono,Menlo,monospace;z-index:1}.site-concepts .sc-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;border-bottom:1px solid #2a2a2a;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-concepts .sc-back{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#e8e8e8;text-decoration:none;padding:.5rem .75rem;border:1px solid #2a2a2a;border-radius:4px;transition:border-color .2s,color .2s}.site-concepts .sc-back:hover{border-color:#e8e8e8}.site-concepts .sc-tabs{display:flex;gap:.25rem;flex:1;justify-content:center}.site-concepts .sc-tab{background:transparent;border:1px solid #2a2a2a;color:#888;font-family:inherit;font-size:.7rem;letter-spacing:.12em;padding:.55rem 1rem;cursor:pointer;border-radius:4px;transition:all .2s}.site-concepts .sc-tab:hover{color:#e8e8e8;border-color:#555}.site-concepts .sc-tab.is-active{background:#e8e8e8;color:#0a0a0a;border-color:#e8e8e8}.site-concepts .sc-counter{font-size:.7rem;letter-spacing:.15em;color:#666;min-width:60px;text-align:right}.site-concepts .sc-stage{flex:1;position:relative;overflow:hidden;background:#111}.site-concepts .sc-frame{width:100%;height:100%;border:0;display:block;background:#fff}.site-concepts .sc-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#0009;color:#fff;border:1px solid #2a2a2a;font-size:1.5rem;line-height:1;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.site-concepts .sc-nav:hover{background:#000000e6;border-color:#e8e8e8}.site-concepts .sc-nav-prev{left:1rem}.site-concepts .sc-nav-next{right:1rem}.site-concepts .sc-mobile-tabs{display:none}@media(max-width:768px){.site-concepts .sc-bar{padding:.6rem .75rem}.site-concepts .sc-tabs{display:none}.site-concepts .sc-back{font-size:.6rem;padding:.4rem .6rem}.site-concepts .sc-counter{font-size:.65rem}.site-concepts .sc-nav{display:none}.site-concepts .sc-mobile-tabs{display:flex;gap:.4rem;padding:.6rem .75rem;border-bottom:1px solid #2a2a2a;background:#0a0a0a}.site-concepts .sc-mobile-tabs .sc-tab{flex:1;background:transparent;border:1px solid #2a2a2a;color:#888;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;padding:.55rem .5rem;cursor:pointer;border-radius:4px;transition:all .2s}.site-concepts .sc-mobile-tabs .sc-tab.is-active{background:#e8e8e8;color:#0a0a0a;border-color:#e8e8e8}}.proposal-root .status-area{display:flex;align-items:center;justify-content:flex-end;padding:0 1.5rem;font-family:var(--mono);font-size:.6rem;letter-spacing:.1em;color:var(--text-dim);animation:proposalPulse 3s ease infinite}@keyframes proposalPulse{0%,to{opacity:.4}50%{opacity:1}}.proposal-root .hero{display:grid;grid-template-columns:320px 1fr;min-height:calc(100vh - 52px - 1.6vw);border-bottom:1px solid var(--line)}.proposal-root .hero-left{display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.8rem;border-right:1px solid var(--line)}.proposal-root .hero-intro{display:flex;flex-direction:column;gap:1.5rem}.proposal-root .hero-title{font-size:2.8rem;font-weight:400;line-height:1.05;letter-spacing:-.02em}.proposal-root .hero-title span{display:block;color:var(--text-muted);font-size:1.6rem;font-weight:300;margin-top:.3rem}.proposal-root .hero-desc{font-size:.82rem;line-height:1.65;color:var(--text-muted);max-width:90%}.proposal-root .hero-meta{display:flex;flex-direction:column;gap:.4rem}.proposal-root .meta-row{display:flex;justify-content:space-between;border-bottom:1px dotted #222;padding-bottom:.3rem;font-family:var(--mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.proposal-root .meta-row .val{color:var(--text-body)}.proposal-root .hero-right{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(ellipse at 40% 50%,#0d0d0d,#030303 70%)}.proposal-root .hero-right-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.025) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.proposal-root .hero-big-text{font-size:clamp(4rem,10vw,9rem);font-weight:300;line-height:.95;letter-spacing:-.04em;color:#0f0f0f;text-align:center;z-index:1;-webkit-user-select:none;user-select:none}.proposal-root .fl{position:absolute;z-index:2}.proposal-root .fl-tl{top:2rem;left:2rem}.proposal-root .fl-br{bottom:2rem;right:2rem;text-align:right}.proposal-root .sec{border-bottom:1px solid var(--line)}.proposal-root .sec{position:relative}.proposal-root .car-rail{display:none}@media(min-width:1200px){.proposal-root .sec-has-rail{padding-right:380px}.proposal-root .car-rail{display:block;position:absolute;top:0;right:0;bottom:0;width:380px;border-left:1px solid var(--line);pointer-events:none}.proposal-root .car-rail-inner{position:sticky;top:0;height:100vh;overflow:hidden;background:radial-gradient(ellipse at 50% 45%,#0d0d0d,#030303 75%)}}.proposal-root .car-rail-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.04) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse at center,#000 35%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,#000 35%,transparent 80%);animation:railGridDrift 18s linear infinite}@keyframes railGridDrift{0%{background-position:0 0,0 0}to{background-position:40px 40px,40px 40px}}.proposal-root .car-rail-scan{position:absolute;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.35),transparent);animation:railScan 5s ease-in-out infinite;opacity:.5}@keyframes railScan{0%{top:8%;opacity:0}10%{opacity:.6}90%{opacity:.6}to{top:92%;opacity:0}}.proposal-root .car-rail-stage{position:absolute;left:50%;top:50%;width:84%;transform:translate(-50%,-50%);perspective:1200px}.proposal-root .car-rail-img-single{display:block;width:100%;height:auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.9)) contrast(1.08) saturate(1.05);transform-style:preserve-3d;animation:railFloat 7s ease-in-out infinite,railSpin 14s ease-in-out infinite}.proposal-root .car-rail-img-swap{position:absolute;left:0;top:0;display:block;width:100%;height:auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.9)) contrast(1.08) saturate(1.05);transform-style:preserve-3d;opacity:0;animation:railSwap 16s ease-in-out infinite}.proposal-root .car-rail-img-swap:first-of-type{position:relative}@keyframes railSwap{0%{opacity:0;transform:translate(40px) rotateY(-12deg)}6%{opacity:1;transform:translate(0) rotateY(0)}44%{opacity:1;transform:translateY(-8px) rotateX(-2deg)}50%{opacity:0;transform:translate(-40px) rotateY(12deg)}to{opacity:0;transform:translate(-40px) rotateY(12deg)}}@keyframes railFloat{0%,to{transform:translateY(0) rotateX(2deg)}50%{transform:translateY(-10px) rotateX(-2deg)}}@keyframes railSpin{0%{filter:drop-shadow(0 30px 40px rgba(0,0,0,.8)) contrast(1.05) saturate(.95)}50%{filter:drop-shadow(0 30px 50px rgba(0,0,0,.9)) contrast(1.1) saturate(1.05)}to{filter:drop-shadow(0 30px 40px rgba(0,0,0,.8)) contrast(1.05) saturate(.95)}}.proposal-root .car-rail-shadow{position:absolute;left:10%;right:10%;bottom:-6%;height:22px;background:radial-gradient(ellipse at center,rgba(255,255,255,.08),transparent 70%);filter:blur(6px);animation:railShadow 7s ease-in-out infinite}@keyframes railShadow{0%,to{transform:scaleX(1);opacity:.6}50%{transform:scaleX(.85);opacity:.4}}.proposal-root .car-rail-meta{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;display:flex;flex-direction:column;gap:.35rem}.proposal-root .car-rail-meta-row{display:flex;justify-content:space-between;border-bottom:1px dotted #1c1c1c;padding-bottom:.3rem}.proposal-root .car-rail-val{color:var(--text-body)}.proposal-root .car-rail-corner{position:absolute;width:14px;height:14px;border-color:#ffffff2e;border-style:solid;border-width:0}.proposal-root .car-rail-corner.tl{top:14px;left:14px;border-top-width:1px;border-left-width:1px}.proposal-root .car-rail-corner.tr{top:14px;right:14px;border-top-width:1px;border-right-width:1px}.proposal-root .car-rail-corner.bl{bottom:14px;left:14px;border-bottom-width:1px;border-left-width:1px}.proposal-root .car-rail-corner.br{bottom:14px;right:14px;border-bottom-width:1px;border-right-width:1px}.proposal-root .brand-rail-stage{position:absolute;left:50%;top:50%;width:78%;transform:translate(-50%,-50%)}.proposal-root .brand-rail-logo{display:block;width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.9)) contrast(1.05);animation:railFloat 7s ease-in-out infinite,brandPulse 6s ease-in-out infinite}.proposal-root .brand-rail-shadow{position:absolute;left:15%;right:15%;bottom:-8%;height:18px;background:radial-gradient(ellipse at center,rgba(255,255,255,.1),transparent 70%);filter:blur(8px);animation:railShadow 7s ease-in-out infinite}@keyframes brandPulse{0%,to{filter:drop-shadow(0 20px 30px rgba(0,0,0,.9)) contrast(1.05) brightness(1)}50%{filter:drop-shadow(0 25px 40px rgba(180,30,40,.25)) contrast(1.1) brightness(1.08)}}.proposal-root .sec-header{display:grid;grid-template-columns:320px 1fr;border-bottom:1px solid var(--line)}.proposal-root .sec-num{padding:2rem 1.8rem;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:.5rem}.proposal-root .sec-title-area{padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.5rem}.proposal-root .sec-title{font-size:2.2rem;font-weight:400;line-height:1.1;letter-spacing:-.02em}.proposal-root .prose-two{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.proposal-root .prose-col{padding:3rem 2rem;border-right:1px solid var(--line)}.proposal-root .prose-col:last-child{border-right:none}.proposal-root .prose{padding:3rem 2rem;max-width:720px}.proposal-root .prose-wide{padding:3rem 2rem}.proposal-root .prose h3,.proposal-root .prose-col h3,.proposal-root .prose-wide h3{font-size:1.1rem;font-weight:500;margin-bottom:1rem;margin-top:2.5rem;letter-spacing:-.01em}.proposal-root .prose h3:first-child,.proposal-root .prose-col h3:first-child,.proposal-root .prose-wide h3:first-child{margin-top:0}.proposal-root .prose p,.proposal-root .prose-col p,.proposal-root .prose-wide p{font-size:.82rem;line-height:1.7;color:var(--text-body);margin-bottom:1rem}.proposal-root .prose p strong,.proposal-root .prose-col p strong,.proposal-root .prose-wide p strong{color:var(--text-main);font-weight:400}.proposal-root .prose .italic,.proposal-root .prose-col .italic,.proposal-root .prose-wide .italic{color:var(--text-muted);font-style:italic}.proposal-root .prose .bold-label{color:var(--text-main);font-weight:500;font-size:.85rem;margin-top:1.5rem;margin-bottom:.5rem}.proposal-root .bb{border-bottom:1px solid var(--line)}.proposal-root .segments-row{display:grid;grid-template-columns:repeat(3,1fr)}.proposal-root .seg-card{padding:2.5rem 2rem;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:.5rem}.proposal-root .seg-card:last-child{border-right:none}.proposal-root .seg-pct{font-size:3.5rem;font-weight:300;letter-spacing:-.03em;color:#1a1a1a;line-height:1}.proposal-root .seg-name{font-size:1.1rem;font-weight:500;margin-top:.5rem}.proposal-root .seg-desc{font-size:.78rem;line-height:1.7;color:var(--text-muted);margin-top:auto;padding-top:1rem}.proposal-root .stats-row{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.proposal-root .stat-cell{padding:2rem;border-right:1px solid var(--line);text-align:center}.proposal-root .stat-cell:last-child{border-right:none}.proposal-root .stat-val{font-size:2.5rem;font-weight:300;letter-spacing:-.03em;line-height:1;margin-bottom:.5rem}.proposal-root .verify-row{display:grid;grid-template-columns:220px 1fr 140px;border-bottom:1px solid var(--line)}.proposal-root .verify-row:last-child{border-bottom:none}.proposal-root .v-method{padding:1.5rem 1.8rem;border-right:1px solid var(--line);font-size:.9rem;font-weight:500}.proposal-root .v-desc{padding:1.5rem 2rem;font-size:.8rem;line-height:1.7;color:var(--text-body);border-right:1px solid var(--line)}.proposal-root .v-tag-cell{padding:1.5rem;display:flex;align-items:flex-start}.proposal-root .v-tag{font-family:var(--mono);font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--line-light);padding:.25rem .5rem}.proposal-root .future-row{display:grid;grid-template-columns:repeat(3,1fr)}.proposal-root .future-cell{padding:2.5rem 2rem;border-right:1px solid var(--line)}.proposal-root .future-cell:last-child{border-right:none}.proposal-root .future-num{font-size:5rem;font-weight:300;letter-spacing:-.04em;color:#0e0e0e;line-height:1;margin-bottom:.5rem}.proposal-root .future-name{font-size:1rem;font-weight:500;margin-bottom:.75rem}.proposal-root .future-desc{font-size:.78rem;line-height:1.7;color:var(--text-muted)}.proposal-root .next-block{padding:4rem 2rem;background:var(--text-main);color:var(--bg)}.proposal-root .next-block .label{color:#999}.proposal-root .next-title{font-size:2rem;font-weight:400;letter-spacing:-.02em;margin:1rem 0}.proposal-root .next-block p{font-size:.85rem;line-height:1.7;color:#666;max-width:520px;margin-bottom:.75rem}.proposal-root .next-block p strong{color:var(--bg);font-weight:500}.proposal-root .footer{padding:2rem 1.8rem;display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line)}.proposal-root .footer-note{font-size:.6rem;color:#222;max-width:320px;text-align:right;line-height:1.6;font-family:var(--mono);letter-spacing:.05em}.proposal-root .au{opacity:0;transform:translateY(16px);animation:proposalFadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.proposal-root .d1{animation-delay:.1s}.proposal-root .d2{animation-delay:.2s}.proposal-root .d3{animation-delay:.3s}@keyframes proposalFadeUp{to{opacity:1;transform:translateY(0)}}.proposal-root .car-interlude{display:none}@media(max-width:1024px){.proposal-root .car-interlude{position:relative;display:block;height:220px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(ellipse at 50% 45%,#0d0d0d,#030303 75%)}.proposal-root .car-interlude-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse at center,#000 35%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,#000 35%,transparent 80%);animation:railGridDrift 18s linear infinite}.proposal-root .car-interlude-scan{position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.35),transparent);animation:interludeScan 5s ease-in-out infinite;opacity:.5}@keyframes interludeScan{0%{left:8%;opacity:0}10%{opacity:.6}90%{opacity:.6}to{left:92%;opacity:0}}.proposal-root .car-interlude-stage{position:absolute;left:50%;top:50%;width:72%;max-width:360px;transform:translate(-50%,-55%);perspective:1200px}.proposal-root .car-interlude-img{display:block;width:100%;height:auto;filter:drop-shadow(0 20px 28px rgba(0,0,0,.9)) contrast(1.08) saturate(1.05);transform-style:preserve-3d;animation:railFloat 7s ease-in-out infinite,railSpin 14s ease-in-out infinite}.proposal-root .car-interlude-shadow{position:absolute;left:10%;right:10%;bottom:-8%;height:16px;background:radial-gradient(ellipse at center,rgba(255,255,255,.08),transparent 70%);filter:blur(6px);animation:railShadow 7s ease-in-out infinite}.proposal-root .car-interlude-meta{position:absolute;left:1rem;right:1rem;bottom:.6rem;display:flex;flex-direction:column;gap:.25rem}.proposal-root .car-interlude-row{display:flex;justify-content:space-between;border-bottom:1px dotted #1c1c1c;padding-bottom:.2rem;font-size:.65rem}.proposal-root .hero{grid-template-columns:1fr}.proposal-root .hero-left{border-right:none;border-bottom:1px solid var(--line)}.proposal-root .hero-right{min-height:40vh}.proposal-root .sec-header{grid-template-columns:1fr}.proposal-root .sec-num{border-right:none;border-bottom:1px solid var(--line)}.proposal-root .prose-two{grid-template-columns:1fr}.proposal-root .prose-col{border-right:none;border-bottom:1px solid var(--line)}.proposal-root .prose-col:last-child{border-bottom:none}.proposal-root .segments-row{grid-template-columns:1fr}.proposal-root .seg-card{border-right:none;border-bottom:1px solid var(--line)}.proposal-root .seg-card:last-child{border-bottom:none}.proposal-root .stats-row{grid-template-columns:1fr 1fr}.proposal-root .stat-cell:nth-child(2){border-right:none}.proposal-root .stat-cell:nth-child(1),.proposal-root .stat-cell:nth-child(2){border-bottom:1px solid var(--line)}.proposal-root .verify-row{grid-template-columns:1fr}.proposal-root .v-method,.proposal-root .v-desc{border-right:none}.proposal-root .future-row{grid-template-columns:1fr}.proposal-root .future-cell{border-right:none;border-bottom:1px solid var(--line)}.proposal-root .future-cell:last-child{border-bottom:none}.proposal-root header{grid-template-columns:auto 1fr auto}.proposal-root .header-center{display:none}.proposal-root .mobile-site-link{display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-decoration:none;padding:0 .9rem;border-right:1px solid var(--line)}.proposal-root .footer{flex-direction:column;align-items:flex-start;gap:1rem}.proposal-root .footer-note{text-align:left}}@media(max-width:720px){.proposal-root .site-wrapper{margin:.5vw;padding-top:44px}.proposal-root .hero-left{padding:1.4rem 1.1rem;gap:2rem}.proposal-root .hero-intro{gap:1rem}.proposal-root .hero-title{font-size:2rem}.proposal-root .hero-title span{font-size:1.1rem}.proposal-root .hero-desc{font-size:.78rem;max-width:100%}.proposal-root .hero-right{min-height:36vh}.proposal-root .hero-big-text{font-size:clamp(3rem,16vw,5rem)}.proposal-root .sec-num{padding:1.4rem 1.1rem;gap:.35rem}.proposal-root .sec-title-area{padding:1.2rem 1.1rem 1.4rem}.proposal-root .sec-title{font-size:1.55rem;line-height:1.15}.proposal-root .numeral{font-size:4rem}.proposal-root .prose,.proposal-root .prose-col,.proposal-root .prose-wide{padding:1.8rem 1.1rem}.proposal-root .prose h3,.proposal-root .prose-col h3,.proposal-root .prose-wide h3{margin-top:1.8rem;font-size:1rem}.proposal-root .prose p,.proposal-root .prose-col p,.proposal-root .prose-wide p{font-size:.8rem;line-height:1.65}.proposal-root .seg-card,.proposal-root .future-cell{padding:1.8rem 1.1rem}.proposal-root .seg-pct{font-size:2.6rem}.proposal-root .future-num{font-size:3.6rem}.proposal-root .stat-cell{padding:1.4rem .8rem}.proposal-root .stat-val{font-size:1.8rem}.proposal-root .v-method{padding:1.1rem 1.1rem .4rem;font-size:.85rem}.proposal-root .v-desc{padding:.4rem 1.1rem 1.1rem;font-size:.78rem}.proposal-root .v-tag-cell{padding:0 1.1rem 1.1rem}.proposal-root .next-block{padding:2.4rem 1.1rem}.proposal-root .next-title{font-size:1.5rem}.proposal-root .footer{padding:1.4rem 1.1rem}.proposal-root .logo-area,.proposal-root .status-area{padding:0 1rem}.proposal-root header{grid-template-columns:auto 1fr auto;height:44px;top:.5vw;left:.5vw;right:.5vw}}
