@font-face { font-family: 'Nunito'; src: url('./assets/fonts/nunito-latin.woff2') format('woff2'); font-style: normal; font-weight: 400 900; font-display: swap; }
@font-face { font-family: 'Londrina Solid'; src: url('./assets/fonts/londrina-solid-latin.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
:root {
  --paper: #fffcf1;
  --ink: #2b302e;
  --muted: #616c5f;
  --line: #d8dcc6;
  --orange: #986529;
  --green: #cdfc56;
  --soft: #eef3df;
  --mint: #e3edd4;
  --gold: #f7cc70;
  --wood: #b68a58;
  --mono: 'Nunito', 'Trebuchet MS', sans-serif;
  --sans: 'Nunito', 'Trebuchet MS', sans-serif;
  --display: 'Londrina Solid', 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
  --serif: var(--display);
  --outline: 2.5px solid var(--ink);
  --shadow: 0 5px 0 #2b302e;
  --soft-shadow: 0 5px 0 #b5bea2;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.6 var(--sans); font-weight: 600; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button:disabled { cursor: not-allowed; color: #656b5e; background: #e5e7d9; border-color: #a0a58f; box-shadow: 0 3px 0 #b8bea9; opacity: 1; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #748b30; outline-offset: 5px; }
::selection { background: var(--green); color: var(--ink); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
img, svg { max-width: 100%; }
img { height: auto; }
main { min-height: 65vh; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; background: var(--green); color: var(--ink); padding: 12px; border: var(--outline); border-radius: 12px; }
.skip-link:focus { top: 12px; }
.shell { max-width: 1320px; margin: auto; padding: 0 5%; }
.eyebrow { display: block; font: 900 11px/1.5 var(--sans); letter-spacing: 1px; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 8px; height: 8px; background: currentColor; margin-right: 7px; border-radius: 50%; }
.muted { color: var(--muted); }
.header { position: relative; z-index: 25; min-height: 88px; max-width: 1320px; margin: 18px auto 0; padding: 14px 27px; display: flex; align-items: center; justify-content: space-between; gap: 22px; background: var(--ink); color: var(--paper); border: 3px solid #1e2422; border-radius: 22px; box-shadow: inset 0 3px 0 #50564e, 0 5px 0 #9ca77e; }
.wordmark { display: flex; align-items: center; font: 400 32px/1 var(--display); letter-spacing: .5px; white-space: nowrap; gap: 11px; }
.brand-icon { flex: none; width: 21px; height: 42px; object-fit: contain; }
.wordmark-ticker { display: block; margin-top: 6px; font: 800 8px/1.4 var(--sans); color: #d6dec8; letter-spacing: 1px; }
.desktop-nav { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 900; }
.desktop-nav a { padding: 10px 13px; border: 2px solid transparent; border-radius: 11px; white-space: nowrap; }
.desktop-nav a:hover { color: var(--green); background: #3a4237; }
.desktop-nav a.active { color: var(--ink); background: var(--green); border-color: #19201b; box-shadow: 0 3px 0 #171e17; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 48px; border: var(--outline); border-radius: 12px; padding: 11px 21px; background: var(--paper); color: var(--ink); box-shadow: 0 4px 0 var(--ink), inset 0 2px 0 #ffffff90; font-size: 13px; line-height: 1.35; font-weight: 900; text-align: center; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover:not(:disabled) { background: #effacb; transform: translateY(-2px); box-shadow: 0 6px 0 var(--ink), inset 0 2px 0 #ffffff90; }
.button:active:not(:disabled) { transform: translateY(3px); box-shadow: 0 1px 0 var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); border-color: #171e19; box-shadow: 0 4px 0 #151d15, inset 0 2px 0 #56604e; }
.button-dark:hover:not(:disabled) { background: #414b38; box-shadow: 0 6px 0 #151d15; }
.button-lime, .button-orange { background: var(--green); color: var(--ink); }
.button-lime:hover:not(:disabled), .button-orange:hover:not(:disabled) { background: #ddff8b; }
.button-light { background: var(--paper); color: var(--ink); }
.button-small { min-height: 39px; padding: 8px 13px; font-size: 12px; gap: 11px; border-width: 2px; border-radius: 10px; box-shadow: 0 3px 0 var(--ink); }
.button-text { border: 0; border-bottom: 2px solid currentColor; border-radius: 0; padding: 5px 0; min-height: auto; box-shadow: none; background: none; }
.button-text:hover:not(:disabled) { background: transparent; transform: none; box-shadow: none; color: #557322; }
.button-text:disabled { background: none; box-shadow: none; border-color: #a0a58f; }
.mobile-menu { display: none; }
.network-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 29px; padding: 15px 5% 16px; font: 900 10px/1.5 var(--sans); letter-spacing: .7px; color: #677354; }
.network-strip > span { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 9px; height: 9px; border: 2px solid #71814e; background: var(--gold); border-radius: 50%; display: inline-block; }
.status-dot.live { background: var(--green); }
.network-name { color: #7e876d; }
.network-name span { margin-left: 5px; }

/* A game lobby built around the original illustrated trading desk. */
.hero-wrap { position: relative; overflow: hidden; background: var(--green); border-top: var(--outline); border-bottom: 3px solid var(--ink); border-radius: 32px 32px 0 0; }
.hero { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 38px 0 20px; gap: 0; }
.hero .eyebrow { display: inline-flex; align-items: center; padding: 8px 15px; border: 2px solid var(--ink); border-radius: 25px; background: #f9ffd8; box-shadow: 0 3px 0 #a2c043; color: #46532d; font-size: 10px; letter-spacing: 1px; }
.hero h1 { font-size: clamp(64px, 7.2vw, 101px); line-height: .97; letter-spacing: .1px; margin: 19px 0 12px; text-shadow: 0 3px 0 #f0ffa8; }
.hero h1 em { font-style: normal; color: var(--paper); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; text-shadow: 0 5px 0 var(--ink); }
.hero-pitch { max-width: 680px; }
.hero-stamp { display: none; }
.hero-description { font-size: 19px; line-height: 1.5; font-weight: 900; color: #3d4a2d; }
.hero-support { font-size: 13px; line-height: 1.65; max-width: 510px; margin: 9px auto 0; color: #526033; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.hero-actions .button { min-height: 51px; font-size: 14px; padding-inline: 24px; }
.hero-actions .button-text { font-size: 13px; min-height: auto; padding-inline: 0; }
.team-banner { position: relative; margin: 4px -3% 0; }
.team-banner > img { display: block; width: 100%; height: auto; aspect-ratio: 4660 / 1552; object-fit: contain; }
.team-banner figcaption { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 4px 16px; padding: 5px 15px 10px; color: #42512b; font: 900 10px/1.6 var(--sans); letter-spacing: .7px; text-align: center; }
.team-banner figcaption span { font-size: 9px; font-weight: 700; letter-spacing: 0; color: #516431; }
.hero-micro { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; padding: 9px 0 25px; font: 900 10px/1.4 var(--sans); letter-spacing: .5px; }
.hero-micro > span:not(.micro-arrow) { padding: 8px 14px; border: 2px solid #536834; background: #edffa8; border-radius: 22px; }
.hero-micro .micro-arrow { font-size: 21px; }
.stock-strip-wrap { border-bottom: 2px solid #dadcc8; background: #f4f5e6; }
.stock-strip { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; padding-bottom: 24px; gap: 17px; }
.stock-strip-label { font: 900 10px/1.7 var(--sans); letter-spacing: .4px; color: var(--muted); }
.stock-name { display: flex; align-items: center; gap: 10px; padding: 8px 14px; background: var(--paper); border: 2px solid #899574; border-radius: 12px; box-shadow: 0 3px 0 #c4ccb3; }
.stock-name strong { font-size: 17px; font-weight: 900; }
.stock-name span { font-size: 11px; color: var(--muted); }
.section { padding-top: 70px; padding-bottom: 70px; }
.section-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 31px; }
.section h2 { font-size: 55px; line-height: 1.03; letter-spacing: .1px; }
.section h2 em { font-style: normal; color: #6c863e; }
.section-top .eyebrow { margin-bottom: 14px; color: #7a8959; }
.section-intro { max-width: 370px; font-size: 14px; color: var(--muted); padding-top: 24px; line-height: 1.85; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.model-card { position: relative; padding: 25px; border: var(--outline); border-radius: 21px; background: #f8efd7; box-shadow: var(--shadow); }
.model-card:nth-child(2) { background: #e2f2bc; }
.model-card:nth-child(3) { background: #f9e1a3; }
.model-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.model-card-top span { font: 900 10px/1.5 var(--sans); padding: 6px 10px; border: 2px solid var(--ink); border-radius: 9px; background: var(--paper); }
.model-icon { width: 45px; height: 45px; stroke-width: 2.4; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.model-card h3 { font-size: 29px; line-height: 1.15; margin-bottom: 12px; }
.model-card p { font-size: 13px; color: #5e6553; line-height: 1.8; }
.model-card a { font-size: 12px; font-weight: 900; display: flex; justify-content: space-between; gap: 15px; margin-top: 21px; padding-top: 14px; border-top: 2px dashed #a7ac89; }
.book-section { position: relative; background: #334139; color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 46px 49px; border: 8px solid var(--wood); border-radius: 24px; outline: 3px solid var(--ink); box-shadow: 0 8px 0 #886341, inset 0 0 0 3px #222e26; }
.book-section .eyebrow { color: #c8dda1; }
.book-section h2 { font-size: 63px; line-height: 1; margin: 20px 0; }
.book-section h2 em { color: var(--green); font-style: normal; }
.book-section p { font-size: 14px; color: #d5e0cb; max-width: 355px; line-height: 1.85; }
.book-section .button { margin-top: 25px; }
.book-diagram { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 10px; }
.diagram-books { display: flex; align-items: center; gap: 13px; }
.mini-stock { display: grid; place-items: center; width: 83px; height: 85px; border: 2px solid #17251b; border-radius: 11px; background: #f6e9be; color: var(--ink); box-shadow: 0 4px 0 #18251c; font-size: 17px; font-weight: 900; padding: 11px 0; transform: rotate(-4deg); }
.mini-stock:nth-child(2) { transform: rotate(2deg); background: #d9ecbd; }
.mini-stock:nth-child(3) { transform: rotate(5deg); background: #f2d69d; }
.mini-stock span { font-size: 9px; color: #74815c; }
.diagram-line { height: 28px; width: 3px; background: #d2e49b; border-radius: 3px; }
.diagram-account { display: flex; align-items: center; gap: 18px; border: 3px solid #18251c; border-radius: 15px; background: var(--green); color: var(--ink); padding: 21px 26px; min-width: 275px; box-shadow: 0 5px 0 #18251c; }
.diagram-account strong { font: 400 32px/1.1 var(--display); display: block; margin-top: 5px; }
.diagram-account span { font: 900 9px/1.5 var(--sans); letter-spacing: .4px; }
.diagram-account img { width: 24px; height: 48px; flex: none; }
.diagram-tag { font: 800 10px/1.7 var(--sans); color: #d6e4c2; letter-spacing: .4px; text-align: center; }
.ranks-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 43px; align-items: center; }
.rank-art { position: relative; min-height: 487px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 30px; background: #e4ecd4; background-image: radial-gradient(#c6d3b1 1.5px, transparent 1.5px); background-size: 19px 19px; padding: 35px; border: var(--outline); border-radius: 24px; box-shadow: var(--soft-shadow); }
.rank-art > p { font: 900 10px/1.8 var(--sans); text-align: center; max-width: 290px; }
.rank-art > p span { font-size: 10px; font-weight: 700; color: var(--muted); }
.seat-badge { position: relative; width: 242px; background: #fff8db; color: var(--ink); border: 3px solid var(--ink); border-radius: 17px; padding: 18px; box-shadow: 5px 6px 0 #7b8966; transform: rotate(-5deg); transition: background .2s; }
.seat-badge::before { content: ''; width: 55px; height: 10px; border: 2px solid var(--ink); border-radius: 10px; background: #d1dabe; position: absolute; top: -7px; left: calc(50% - 27px); }
.badge-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 5px 0 10px; border-bottom: 2px dashed #bdc49f; font: 900 8px/1.5 var(--sans); }
.badge-logo { font: 400 20px/1 var(--display); }
.badge-emblem { height: 101px; display: flex; align-items: center; justify-content: center; margin: 11px 0; border-radius: 12px; background: var(--green); border: 2px solid var(--ink); }
.badge-emblem img { height: 75px; width: auto; }
.badge-label { font: 900 8px/1.6 var(--sans); letter-spacing: .4px; }
.badge-number { font: 400 70px/.95 var(--display); margin: 4px 0 11px; }
.badge-rank { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 8px; font: 900 9px/1.4 var(--sans); background: var(--gold); border: 2px solid var(--ink); border-radius: 7px; }
.badge-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; font: 800 8px/1.5 var(--sans); }
.barcode { width: 62px; height: 19px; background: repeating-linear-gradient(90deg,var(--ink) 0,var(--ink) 2px,transparent 2px,transparent 4px,var(--ink) 4px,var(--ink) 6px,transparent 6px,transparent 7px); opacity: .75; }
.rank-row { display: flex; align-items: center; justify-content: space-between; width: 100%; border: 2px solid #99a47f; border-radius: 12px; background: #f2f3e4; text-align: left; padding: 14px 16px; margin-bottom: 12px; gap: 13px; color: var(--ink); box-shadow: 0 3px 0 #c8d0b6; transition: background .15s, transform .15s; }
.rank-row:hover { background: #e8f4c9; transform: translateX(3px); }
.rank-row.selected { background: #f8dc94; border-color: var(--ink); box-shadow: 0 4px 0 var(--ink); }
.rank-index { font: 900 11px/1.4 var(--sans); color: #7a885f; }
.rank-row strong { font-size: 15px; font-weight: 900; }
.rank-fee { font: 800 11px/1.5 var(--sans); color: #64704f; margin-left: auto; }
.rank-weight { display: grid; place-items: center; flex: none; width: 39px; height: 39px; text-align: center; font: 900 16px/1 var(--sans); background: #f8fbeb; border: 2px solid #9da985; border-radius: 50%; }
.rank-row.selected .rank-weight { background: var(--gold); border-color: var(--ink); box-shadow: inset 0 0 0 3px #ffe6a8; }
.rank-list > .button { margin-top: 19px; }
.fineprint { font-size: 11px; color: var(--muted); line-height: 1.85; margin-top: 15px; font-weight: 600; }
.closing { background: #e5f2c6; border: 3px solid var(--ink); border-radius: 23px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 25px; padding: 30px 35px; margin-bottom: 70px; }
.closing-avatar { width: 97px; height: 97px; object-fit: contain; border-radius: 50%; border: 3px solid var(--ink); flex: none; box-shadow: 0 4px 0 #a8b779; }
.closing h2 { font: 400 53px/1.1 var(--display); margin-top: 8px; }
.closing .eyebrow { font-size: 10px; color: #6d7b51; }
.closing .button { margin-left: auto; }
.footer { background: var(--ink); color: var(--paper); padding: 37px max(5%, calc((100vw - 1188px)/2)) 23px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 13px; border-top: 7px solid #a78656; box-shadow: inset 0 3px 0 #19251c; }
.footer .wordmark { font-size: 31px; }
.footer p { grid-column: 1; font-size: 12px; color: #c0cbb3; margin-left: 33px; }
.footer nav { grid-column: 2; grid-row: 1; display: flex; justify-content: flex-end; gap: 23px; font-size: 12px; font-weight: 800; }
.footer nav a:hover { color: var(--green); }
.footer-note { grid-column: 1 / -1; font: 800 10px/1.6 var(--sans); letter-spacing: .7px; color: #9da98f; border-top: 2px dashed #4e5a48; margin-top: 18px; padding-top: 18px; }

/* Member rooms share the same office furniture, inventory and paper forms. */
.app-shell { max-width: 1390px; margin: auto; padding: 17px 4% 35px; display: grid; grid-template-columns: 211px minmax(0, 1fr); gap: 30px; min-height: 760px; }
main:has(.app-shell) { background: #eaf0df; background-image: linear-gradient(90deg,#dce4ce60 1px,transparent 1px); background-size: 66px 66px; border-top: 2px solid #d2dcc1; }
.app-sidebar { align-self: start; margin-top: 21px; padding: 20px 12px; background: #fbf5df; border: var(--outline); border-radius: 20px; box-shadow: 0 5px 0 #b8c39f; }
.sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 0 8px 19px; margin-bottom: 18px; border-bottom: 2px dashed #bdc4a1; font: 400 26px/1 var(--display); }
.sidebar-brand img { width: 18px; height: 36px; flex: none; }
.sidebar-brand > span > span { display: block; margin-top: 6px; font: 900 9px/1.4 var(--sans); letter-spacing: .6px; color: #798561; }
.app-sidebar .eyebrow { color: #818a6a; font-size: 10px; margin: 0 0 9px 10px; letter-spacing: .7px; }
.app-sidebar nav { display: flex; flex-direction: column; gap: 7px; }
.app-sidebar nav + .eyebrow { margin-top: 24px; }
.app-sidebar nav a { font-size: 12px; font-weight: 800; padding: 11px 10px; display: flex; gap: 10px; align-items: center; border: 2px solid transparent; border-radius: 10px; line-height: 1.3; }
.app-sidebar nav a > span { display: grid; place-items: center; flex: none; font: 900 17px/1 var(--sans); color: #74845b; width: 21px; }
.app-sidebar nav a.active { background: var(--green); border-color: var(--ink); box-shadow: 0 3px 0 var(--ink); }
.app-sidebar nav a.active > span { color: var(--ink); }
.app-sidebar nav a:hover:not(.active) { background: #eaf0d8; border-color: #cad2b4; }
.sidebar-note { border: 2px solid #a6b18a; border-radius: 12px; background: #e5edcf; margin-top: 25px; padding: 17px 12px; font: 800 9px/1.85 var(--sans); color: #74825a; text-align: center; }
.sidebar-note img { display: block; width: 75px; height: 75px; border-radius: 50%; margin: 0 auto 13px; border: 2px solid var(--ink); }
.sidebar-note strong { display: block; margin-bottom: 10px; font: 400 25px/1.05 var(--display); color: var(--ink); }
.app-content { padding: 22px 0 40px; min-width: 0; }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 24px; padding-bottom: 21px; border-bottom: 2px dashed #bbc6a5; }
.page-heading .eyebrow { font-size: 10px; color: #7e8a62; }
.page-heading h1 { font-size: 52px; line-height: 1.04; margin: 10px 0 9px; }
.page-heading p { font-size: 13px; color: var(--muted); max-width: 580px; }
.page-heading .button { flex: none; }
.launch-notice { display: flex; align-items: flex-start; gap: 12px; padding: 16px 19px; background: #fcf2cf; border: 2px solid #b7a570; border-radius: 13px; margin-bottom: 24px; font-size: 12px; color: #7a7457; line-height: 1.7; box-shadow: 0 3px 0 #d5cfaf; }
.launch-notice b { font-weight: 900; display: block; color: #56573d; margin-bottom: 3px; }
.notice-symbol { display: grid; place-items: center; flex: none; width: 26px; height: 26px; border: 2px solid #9c864e; border-radius: 50%; background: var(--gold); font: 900 17px/1 var(--sans); color: #6e613a; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 26px; }
.stat { position: relative; padding: 18px 20px; min-width: 0; border: var(--outline); border-radius: 15px; background: #fffae4; box-shadow: var(--soft-shadow); }
.stat:nth-child(2) { background: #e0edc4; }
.stat:nth-child(3) { background: #f7e0a4; }
.stat .eyebrow { font-size: 10px; color: #777e5e; letter-spacing: .5px; }
.stat-value { font: 400 40px/1.12 var(--display); margin: 10px 0 7px; color: var(--ink); overflow-wrap: anywhere; }
.stat-value small { font: 900 12px/1.4 var(--sans); }
.stat p { font-size: 10px; color: #747c60; font-weight: 700; }
.app-columns { display: grid; grid-template-columns: 1.12fr 1fr; gap: 23px; align-items: start; }
.panel { border: var(--outline); border-radius: 19px; padding: 24px; margin-bottom: 24px; min-width: 0; background: var(--paper); box-shadow: var(--soft-shadow); }
.panel-dark { background: #37463c; color: var(--paper); border-color: #26382b; box-shadow: 0 5px 0 #95a085, inset 0 2px 0 #637259; }
.panel h2 { font-size: 29px; line-height: 1.15; margin-bottom: 10px; }
.panel h3 { font-size: 22px; line-height: 1.2; margin-bottom: 10px; }
.panel p { font-size: 12px; line-height: 1.85; color: var(--muted); }
.panel-dark p { color: #cad7bc; }
.panel-dark .eyebrow { color: #d1e69e; }
.panel-dark .button-light { color: var(--ink); }
.panel-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; border-bottom: 2px dashed #c6cdaf; padding-bottom: 16px; margin-bottom: 18px; }
.panel-heading h2 { margin: 0; }
.tag { font: 900 9px/1.4 var(--sans); letter-spacing: .5px; padding: 6px 8px; background: #eaf0d6; border: 1.5px solid #a0ad81; border-radius: 7px; white-space: nowrap; }
.tag-orange { background: #f9dc8d; color: #735b28; border-color: #b59b5e; }
.input-label { font: 900 11px/1.5 var(--sans); letter-spacing: .5px; display: block; margin: 19px 0 8px; text-transform: uppercase; color: #747d5f; }
.field { border: 2px solid #adb797; background: #f3f5e6; color: var(--ink); border-radius: 10px; min-height: 46px; padding: 11px 12px; width: 100%; min-width: 0; box-shadow: inset 0 3px 0 #e0e5d0; font-size: 13px; font-weight: 700; }
.field::placeholder { color: #7d866e; font-size: 12px; font-weight: 600; }
textarea.field { resize: vertical; }
.field-group { display: flex; gap: 10px; align-items: center; }
.field-group > .button { flex: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field-row > div { min-width: 0; }
.form-footer { border-top: 2px dashed #c6cdaf; padding-top: 18px; margin-top: 23px; }
.form-footer .button { width: 100%; }
.detail-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 12px; padding: 12px 0; border-bottom: 1px solid #dce1cc; }
.detail-row:last-child { border: 0; }
.detail-row > span:first-child { color: var(--muted); }
.detail-row strong { font-weight: 900; overflow-wrap: anywhere; text-align: right; min-width: 0; }
.tabs { display: flex; gap: 6px; background: #e7ecd8; border: 2px solid #a6b18b; border-radius: 12px; padding: 5px; margin-bottom: 24px; }
.tabs button { background: none; border: 2px solid transparent; border-radius: 8px; padding: 9px 6px; font-size: 11px; font-weight: 900; line-height: 1.4; color: #717c5e; flex: 1; }
.tabs button.active { color: var(--ink); background: var(--green); border-color: var(--ink); box-shadow: 0 2px 0 var(--ink); }
.empty-state { padding: 13px 8px 28px; text-align: center; }
.empty-avatar { display: block; width: 118px; height: 118px; object-fit: contain; border-radius: 50%; margin: 0 auto 19px; border: 3px solid var(--ink); box-shadow: 0 4px 0 #bcc7a4; }
.empty-state h3 { font-size: 29px; margin-bottom: 10px; }
.empty-state p { font-size: 12px; color: var(--muted); max-width: 315px; margin: 0 auto 20px; }
.mini-badge { max-width: 200px; margin: 23px auto 25px; transform: rotate(-4deg); background: #faf0c6; border: 2px solid var(--ink); border-radius: 14px; padding: 16px; color: var(--ink); text-align: left; box-shadow: 4px 5px #8d9c77; }
.mini-badge-logo { display: block; width: 16px !important; height: 32px !important; margin-bottom: 12px !important; }
.mini-badge .eyebrow { font-size: 8px; }
.mini-badge strong { display: block; font: 400 48px/1.2 var(--display); margin: 9px 0; }
.mini-badge div { border-top: 2px dashed #bac3a0; padding-top: 10px; display: flex; justify-content: space-between; gap: 8px; font: 900 9px/1.5 var(--sans); }
.owned-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; }
.owned-seat { padding: 13px; border: 2px solid #a2af87; border-radius: 14px; text-align: left; background: #eef3df; min-width: 0; color: var(--ink); box-shadow: 0 3px 0 #bdc8a8; }
.owned-seat > img { width: 100%; aspect-ratio: 3/4; object-fit: contain; margin-bottom: 12px; }
.owned-seat > strong { display: block; font-size: 15px; font-weight: 900; }
.owned-seat > span { font: 800 10px/1.6 var(--sans); color: var(--muted); }
.owned-seat:hover, .owned-seat.selected { background: #e0f1b4; border-color: var(--ink); }
.book-address { font: 700 11px/1.6 var(--sans); overflow-wrap: anywhere; background: #eef2df; border: 1.5px solid #c2ceaa; border-radius: 8px; padding: 12px; margin: 15px 0; }
.asset-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.asset-table th { font: 900 10px/1.5 var(--sans); letter-spacing: .5px; text-align: left; color: #7a8464; padding: 12px 0; border-bottom: 2px dashed #c4ceb0; }
.asset-table td { padding: 14px 0; border-bottom: 1px solid #dbe2cb; font-weight: 800; }
.asset-table td:last-child, .asset-table th:last-child { text-align: right; }
.asset-symbol { display: inline-flex; align-items: center; gap: 10px; }
.asset-symbol i { display: grid; place-items: center; font: 900 10px/1 var(--sans); width: 31px; height: 31px; background: #e3f1bc; border: 2px solid #8f9e6e; border-radius: 9px; }
.no-data { color: var(--muted); font: 700 11px/1.5 var(--sans); }
.check-label { display: flex; gap: 10px; align-items: flex-start; font-size: 11px; color: var(--muted); margin-top: 17px; line-height: 1.8; }
.check-label input { accent-color: #62853a; margin-top: 4px; width: 16px; height: 16px; flex: none; }
.check-label strong { color: var(--ink); }
.rank-choice-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; margin: 25px 0 30px; }
.rank-choice { position: relative; border: 2px solid #99a683; border-radius: 16px; padding: 16px 12px; text-align: left; min-width: 0; background: #f8f6e5; color: var(--ink); box-shadow: 0 4px 0 #b7c4a0; }
.rank-choice:hover { background: #edf5d7; }
.rank-choice.selected { background: #f8dd98; border-color: var(--ink); box-shadow: 0 5px 0 var(--ink); }
.rank-choice .rank-index { display: block; margin: 0 0 15px; font-size: 10px; }
.rank-choice strong { font-size: 13px; line-height: 1.35; font-weight: 900; display: block; min-height: 36px; }
.rank-choice b { display: grid; place-items: center; width: 65px; height: 65px; font: 900 27px/1 var(--sans); margin-top: 15px; background: #e4ebcc; border: 2px solid #a3b08a; border-radius: 50%; }
.rank-choice.selected b { background: var(--gold); border-color: #a58842; box-shadow: inset 0 0 0 4px #ffe7ae; }
.rank-choice small { font: 800 10px/1.7 var(--sans); display: block; margin-top: 15px; color: #72825a; }
.rank-choice.selected small { color: #76613e; }
.calculator { background: #e2efc0; border: var(--outline); border-radius: 17px; padding: 24px; box-shadow: var(--soft-shadow); }
.calculator .field { background: #f9fce9; border-color: #94a76f; }
.calculator-result { font: 400 53px/1.2 var(--display); margin: 20px 0 12px; }
.calculator-result small { font: 800 12px/1.6 var(--sans); color: #6a7b4f; }
.calculator .fineprint { color: #6a7b4f; }
.flow-steps { display: flex; align-items: center; justify-content: space-between; gap: 13px; padding: 13px 0; }
.flow-step { text-align: center; font-size: 12px; font-weight: 800; }
.flow-step > span { font: 400 33px/1.2 var(--display); display: block; margin-bottom: 9px; color: #657b48; }
.flow-arrow { color: #9bab7d; font-weight: 900; }
.doc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 26px; align-items: start; }
.prose { padding: 29px 30px 30px; border: 2px solid #a6b28c; border-radius: 17px; background: #fffbee; box-shadow: 0 5px 0 #bec8ac; }
.prose h2 { font-size: 33px; line-height: 1.2; margin: 35px 0 15px; }
.prose h2:first-child { margin-top: 0; }
.prose p { font-size: 14px; line-height: 1.95; color: #5f6b55; margin-bottom: 16px; font-weight: 600; }
.prose a { border-bottom: 1px solid #b4bd9b; }
.prose ul { padding-left: 19px; color: #5f6b55; font-size: 13px; line-height: 1.9; }
.prose li { padding-bottom: 8px; }
.doc-nav { border: 2px solid #a7b28e; border-radius: 13px; padding: 17px; background: #e2edc9; box-shadow: 0 4px 0 #b4c29c; }
.doc-nav .eyebrow { font-size: 10px; color: #718259; }
.doc-nav a { display: block; font-size: 11px; margin-top: 14px; font-weight: 900; }
.doc-nav a:hover { color: #688939; }
.doc-callout { border: 2px solid #bca267; border-radius: 12px; padding: 17px 19px; background: #fbefca; margin: 23px 0; font-size: 12px; line-height: 1.9; color: #7c704d; }
.address-row { padding: 14px 0; border-bottom: 1px solid #d9dec8; display: flex; justify-content: space-between; gap: 18px; font-size: 12px; overflow-wrap: anywhere; }
.address-row code { font: 700 11px/1.7 var(--sans); color: var(--muted); }
.section-kicker { display: flex; justify-content: space-between; align-items: center; margin: 23px 0; font: 900 11px/1.5 var(--sans); color: var(--muted); }
.secondary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.collection-art { height: 220px; background: #e5f3bd; display: grid; place-items: center; margin: -24px -24px 22px; border-bottom: var(--outline); border-radius: 16px 16px 0 0; position: relative; overflow: hidden; }
.executive-art { background: #35453b; color: #d2e6a8; height: 245px; padding: 25px; gap: 10px; box-shadow: inset 0 0 0 8px #b69356; }
.executive-art img { height: 120px; width: auto; filter: drop-shadow(0 5px 0 #1f2d23); }
.executive-art > span { font: 900 10px/1.5 var(--sans); letter-spacing: 1px; }
.attire-art svg { width: 120px; height: 120px; stroke: var(--ink); fill: #faf0cd; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 5px 0 #a4b980); }
.attire-art > img { width: 48px; height: 96px; filter: drop-shadow(0 5px 0 #a4b980); }
.secondary-grid > :nth-child(2) .collection-art { background: #f3e4bd; }
.secondary-grid > :nth-child(3) .collection-art { background: #e7eccc; }
.secondary-grid > :nth-child(4) .collection-art { background: #f5d99c; }
.lapel-pin { display: grid; place-items: center; width: 86px; height: 86px; border: 4px solid #b9a15b; border-radius: 50%; background: var(--ink); box-shadow: 0 5px 0 #8c915c, inset 0 0 0 2px #e2cc87; }
.lapel-pin img { width: 23px; height: 46px; }
.ops-note { margin-bottom: 24px; }
.address-input { font: 700 12px/1.7 var(--sans); }
.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-block { margin-top: 16px; font-size: 12px; }
.toast { position: fixed; right: 25px; bottom: 25px; max-width: 410px; border: 3px solid var(--ink); border-radius: 15px; background: #eff7db; color: var(--ink); z-index: 100; padding: 17px 21px; font-size: 13px; font-weight: 800; box-shadow: 0 5px 0 var(--ink), 0 13px 30px #27311822; }
.toast.error { background: #ffe6d3; border-color: #8e6141; box-shadow: 0 5px 0 #8e6141; }
.toast a { color: #608330; text-decoration: underline; }
dialog { border: 3px solid var(--ink); border-radius: 21px; background: var(--paper); color: var(--ink); max-width: 460px; width: calc(100% - 36px); padding: 31px; box-shadow: 0 8px 0 #202b1c, 0 20px 65px #0d170b66; }
dialog::backdrop { background: #263020ad; backdrop-filter: blur(4px); }
dialog h2 { font-size: 38px; line-height: 1.1; margin: 14px 0 20px; }
dialog p { font-size: 13px; line-height: 1.85; margin-bottom: 20px; color: var(--muted); }
dialog .button { width: 100%; margin-top: 20px; }
.dialog-close { position: absolute; top: 11px; right: 13px; background: #e9edd9; border: 2px solid #adb992; border-radius: 9px; width: 31px; height: 31px; font: 900 25px/1 var(--sans); color: var(--ink); }
.transaction-hash { font: 700 11px/1.8 var(--sans); overflow-wrap: anywhere; }
details summary { cursor: pointer; font-weight: 900; }
.busy { pointer-events: none; opacity: .65; }
.read-loading { animation: soft-pulse 1s infinite alternate; }
@keyframes soft-pulse { to { opacity: .45; } }

/* Office map, room signs and illustrated furniture. */
.office-pin { position: absolute; display: block; padding: 15px 17px; background: #fff3bc; border: 2px solid var(--ink); border-radius: 3px 3px 17px 3px; box-shadow: 0 5px 0 #a6bf46; font: 900 13px/1.6 var(--sans); color: #6f7045; }
.office-pin::before { content: ''; position: absolute; width: 40px; height: 15px; left: calc(50% - 20px); top: -9px; background: #e5eba8e8; border: 1px solid #b6c776; transform: rotate(-4deg); }
.pin-left { left: 3%; top: 122px; transform: rotate(-8deg); }
.pin-right { right: 3%; top: 161px; transform: rotate(7deg); background: #f8e1a0; }
.office-sign { position: absolute; z-index: 2; top: -3px; left: 50%; transform: translateX(-50%) rotate(-2deg); padding: 8px 18px; border: 2.5px solid #222d22; border-radius: 9px; background: #3a4437; color: #fbf9dc; box-shadow: 0 3px 0 #92ad3f; font: 900 11px/1.4 var(--sans); letter-spacing: 1px; white-space: nowrap; }
.office-tour { padding-bottom: 20px; }
.room-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.room-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 21px; border: var(--outline); border-radius: 19px; background: #f5efd8; box-shadow: var(--soft-shadow); transition: background .15s, transform .15s, box-shadow .15s; }
.room-card:nth-child(4n + 2) { background: #e4edce; }
.room-card:nth-child(4n + 3) { background: #f7e3ae; }
.room-card:nth-child(4n) { background: #e8ecdd; }
.room-card:hover { background: #e7f6bd; transform: translateY(-4px) rotate(-1deg); box-shadow: 0 8px 0 #a8b491; }
.room-icon { display: inline-flex; flex: none; align-items: center; justify-content: center; width: 68px; height: 68px; }
.room-icon svg { display: block; width: 100%; height: 100%; filter: drop-shadow(0 3px 0 #6d785a30); }
.room-card .room-icon { margin-bottom: 17px; }
.room-card h3 { font-size: 27px; line-height: 1.1; margin-bottom: 8px; }
.room-card p { color: #768160; font-size: 12px; line-height: 1.65; }
.room-arrow { position: absolute; top: 18px; right: 17px; display: grid; place-items: center; width: 27px; height: 27px; border: 1.5px solid #aab68e; border-radius: 50%; font-size: 18px; background: #fbfff090; color: #768561; }
.model-card-top .room-icon { width: 70px; height: 70px; padding: 0; border: 0; border-radius: 0; background: none; }
.book-illustration { align-self: center; min-width: 0; }
.book-illustration img { display: block; width: 100%; border: 3px solid #1f2e24; border-radius: 17px; box-shadow: 0 5px 0 #1d2c21; }
.book-caption { display: block; margin-top: 16px; text-align: center; font: 800 10px/1.65 var(--sans); letter-spacing: .5px; color: #cbdab7; }
.badge-clip { position: absolute; width: 36px; height: 14px; left: calc(50% - 18px); top: -10px; border: 2px solid var(--ink); border-radius: 5px; background: #8e9e80; box-shadow: inset 0 3px 0 #c7d4b9; }
.page-room-icon { width: 88px; height: 88px; flex: none; padding: 7px; background: #f4edcb; border: 2px solid #a7b28d; border-radius: 19px; box-shadow: 0 4px 0 #bdc6a6; transform: rotate(-4deg); }
.page-room-icon svg { display: block; width: 100%; height: 100%; }
.page-heading > div { flex: 1; min-width: 0; }
.app-sidebar nav a > span { width: 27px; }
.app-sidebar nav a > span svg { display: block; width: 27px; height: 27px; }

@media (min-width: 1500px) { .header { margin-inline: auto; } }
@media (max-width: 1390px) { .header { margin-inline: 4%; } }
@media (max-width: 1150px) {
  .office-pin { font-size: 11px; padding: 12px 14px; }
  .pin-left { left: 0; }
  .pin-right { right: 0; }
  .room-grid { gap: 15px; }
  .room-card { padding: 18px; }
  .room-card h3 { font-size: 25px; }
  .room-card p { font-size: 11px; }
  .page-room-icon { width: 73px; height: 73px; border-radius: 15px; }
  .page-heading { gap: 16px; }
  .header { gap: 13px; padding-inline: 19px; }
  .wordmark { font-size: 28px; }
  .wordmark-ticker { font-size: 7px; letter-spacing: .6px; }
  .desktop-nav { gap: 1px; font-size: 11px; }
  .desktop-nav a { padding-inline: 9px; }
  .header-connect { padding-inline: 13px; gap: 10px; font-size: 12px; }
  .stock-name { display: block; padding-inline: 14px; }
  .stock-name span { display: block; margin-top: 1px; font-size: 10px; }
  .section h2 { font-size: 49px; }
  .section-intro { max-width: 325px; font-size: 13px; }
  .model-card { padding: 22px; }
  .model-card h3 { font-size: 26px; }
  .book-section { padding: 35px; gap: 30px; }
  .book-section h2 { font-size: 55px; }
  .ranks-layout { gap: 30px; }
  .rank-row { gap: 10px; padding-inline: 12px; }
  .rank-row strong { font-size: 13px; }
  .rank-fee { font-size: 10px; }
  .closing h2 { font-size: 47px; }
  .closing .eyebrow { font-size: 9px; }
  .app-shell { grid-template-columns: 184px minmax(0, 1fr); gap: 22px; }
  .app-sidebar { padding-inline: 9px; }
  .app-sidebar nav a { font-size: 11px; gap: 7px; padding-inline: 7px; }
  .sidebar-brand { font-size: 22px; gap: 9px; padding-inline: 7px; }
  .sidebar-brand > span > span { font-size: 8px; }
  .app-columns { gap: 18px; }
  .panel { padding: 21px; }
  .panel h2 { font-size: 27px; }
  .collection-art { margin: -21px -21px 21px; }
  .page-heading h1 { font-size: 46px; }
  .rank-choice-grid { gap: 8px; }
  .rank-choice { padding: 15px 10px; }
  .rank-choice strong { font-size: 12px; }
  .rank-choice small { font-size: 9px; }
  .rank-choice b { width: 55px; height: 55px; font-size: 25px; }
  .doc-layout { grid-template-columns: minmax(0, 1fr) 142px; gap: 18px; }
  .doc-nav { padding: 14px; }
  .prose { padding: 24px; }
  .stat { padding: 17px 15px; }
  .stat .eyebrow { font-size: 9px; }
  .button { padding-inline: 17px; gap: 12px; }
  .field-group > .button { font-size: 11px; padding-inline: 12px; }
}
@media (max-width: 900px) {
  .office-pin { display: none; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-card { flex-direction: row; align-items: center; gap: 17px; padding: 18px; }
  .room-card .room-icon { margin: 0; width: 65px; height: 65px; }
  .room-arrow { top: 10px; right: 10px; width: 21px; height: 21px; font-size: 15px; }
  .room-card h3 { font-size: 26px; padding-right: 9px; }
  .room-card p { font-size: 11px; }
  .app-sidebar nav a > span { width: 23px; }
  .app-sidebar nav a > span svg { width: 23px; height: 23px; }
  .header { min-height: 76px; margin-top: 13px; padding: 12px 18px; gap: 15px; border-radius: 18px; }
  .desktop-nav { display: none; position: absolute; left: -3px; right: -3px; top: calc(100% + 9px); background: var(--ink); padding: 15px; border: 3px solid #1d2820; border-radius: 16px; z-index: 30; flex-wrap: wrap; gap: 7px; box-shadow: 0 5px 0 #a2ad8c; }
  .header.menu-open .desktop-nav { display: flex; }
  .desktop-nav a { padding: 10px 13px; font-size: 13px; }
  .header-connect { margin-left: auto; }
  .mobile-menu { display: grid; place-items: center; border: 2px solid #72815a; border-radius: 9px; background: #44513b; color: var(--green); font-size: 21px; width: 37px; height: 37px; padding: 0; }
  .network-strip { font-size: 9px; gap: 10px 19px; padding-block: 13px; }
  .hero h1 { font-size: 80px; }
  .hero { padding-top: 32px; }
  .hero-description { font-size: 18px; }
  .hero-support { font-size: 12px; }
  .stock-strip { gap: 12px; }
  .stock-strip-label { font-size: 9px; }
  .stock-name { padding: 7px 10px; }
  .stock-name strong { font-size: 15px; }
  .stock-name span { font-size: 9px; }
  .section { padding-block: 55px; }
  .section h2 { font-size: 44px; }
  .section-top { gap: 28px; }
  .section-intro { max-width: 275px; font-size: 12px; }
  .model-grid { gap: 15px; }
  .model-card { padding: 20px; border-radius: 17px; }
  .model-card-top { margin-bottom: 22px; }
  .model-card-top span { font-size: 8px; padding: 5px 7px; }
  .model-icon { width: 35px; height: 35px; }
  .model-card h3 { font-size: 25px; }
  .model-card p { font-size: 12px; }
  .model-card a { font-size: 11px; }
  .book-section { padding: 30px; gap: 23px; }
  .book-section h2 { font-size: 48px; }
  .book-section p { font-size: 12px; }
  .book-section .button { font-size: 11px; }
  .book-diagram { padding: 0; }
  .mini-stock { width: 66px; height: 72px; font-size: 14px; }
  .diagram-account { min-width: 230px; gap: 14px; padding: 18px; }
  .diagram-account strong { font-size: 28px; }
  .diagram-account span { font-size: 8px; }
  .diagram-tag { font-size: 9px; }
  .ranks-layout { gap: 23px; }
  .rank-art { padding: 29px 15px; min-height: 460px; }
  .seat-badge { width: 215px; padding: 16px; }
  .badge-top { font-size: 7px; }
  .badge-number { font-size: 62px; }
  .badge-rank { font-size: 8px; padding-inline: 5px; }
  .rank-row { padding: 12px 10px; gap: 8px; }
  .rank-row strong { font-size: 12px; }
  .rank-index { font-size: 10px; }
  .rank-fee { font-size: 9px; }
  .rank-weight { width: 34px; height: 34px; font-size: 14px; }
  .closing { gap: 18px; padding: 26px; margin-bottom: 55px; }
  .closing h2 { font-size: 40px; }
  .closing-avatar { width: 75px; height: 75px; }
  .closing .eyebrow { font-size: 8px; }
  .closing .button { font-size: 11px; }
  .app-shell { display: block; padding-top: 19px; }
  .app-sidebar { margin-top: 0; padding: 10px; border-radius: 15px; }
  .app-sidebar .eyebrow, .sidebar-note, .sidebar-brand { display: none; }
  .app-sidebar nav { flex-direction: row; flex-wrap: wrap; gap: 5px; display: inline-flex; }
  .app-sidebar nav a { padding: 8px 10px; font-size: 11px; }
  .app-sidebar nav a > span { width: 15px; font-size: 14px; }
  .app-content { padding-top: 28px; }
  .page-heading h1 { font-size: 48px; }
  .footer nav { font-size: 11px; gap: 17px; }
}
@media (max-width: 600px) {
  .office-sign { font-size: 8px; padding: 6px 11px; top: 0; border-width: 2px; }
  .office-tour { padding-bottom: 10px; }
  .room-grid { grid-template-columns: 1fr; gap: 14px; }
  .room-card { padding: 16px 19px; border-radius: 16px; gap: 20px; }
  .room-card .room-icon { width: 65px; height: 65px; }
  .room-card h3 { font-size: 27px; margin-bottom: 5px; }
  .room-card p { font-size: 12px; }
  .room-arrow { top: calc(50% - 13px); right: 14px; width: 25px; height: 25px; font-size: 17px; }
  .room-card > div { padding-right: 16px; }
  .book-illustration { margin-top: 30px; }
  .book-caption { font-size: 9px; }
  .page-room-icon { display: block; width: 60px; height: 60px; padding: 5px; border-radius: 13px; float: right; margin: 0 0 10px 13px; }
  .page-heading::after { content: ''; display: table; clear: both; }
  .app-sidebar nav a > span { width: 22px; }
  .app-sidebar nav a > span svg { width: 22px; height: 22px; }
  .shell { padding-inline: 5%; }
  .header { margin: 10px 3% 0; min-height: 68px; padding: 10px 12px; gap: 9px; border-radius: 16px; }
  .wordmark, .footer .wordmark { font-size: 26px; gap: 8px; }
  .wordmark-ticker { font-size: 6px; letter-spacing: .4px; margin-top: 5px; }
  .brand-icon { width: 17px; height: 34px; }
  .header-connect { min-height: 37px; font-size: 10px; padding: 8px 10px; border-width: 2px; border-radius: 9px; box-shadow: 0 3px 0 #101a10; }
  .header-connect > span { display: none; }
  .mobile-menu { font-size: 19px; width: 32px; height: 34px; flex: none; }
  .network-name { display: none !important; }
  .network-strip { font-size: 8px; letter-spacing: .55px; padding-block: 13px; }
  .hero-wrap { border-radius: 23px 23px 0 0; }
  .hero { padding: 28px 0 13px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .5px; padding: 7px 12px; }
  .hero h1 { font-size: clamp(60px, 16.5vw, 89px); margin-top: 18px; margin-bottom: 15px; line-height: .96; }
  .hero h1 em { -webkit-text-stroke-width: 1.5px; text-shadow: 0 4px 0 var(--ink); }
  .hero-description { font-size: 16px; line-height: 1.45; max-width: 335px; }
  .hero-support { font-size: 11px; line-height: 1.7; max-width: 300px; margin-top: 9px; }
  .hero-actions { gap: 19px; margin-top: 20px; }
  .hero-actions .button { font-size: 12px; min-height: 47px; padding: 10px 19px; gap: 13px; }
  .hero-actions .button-text { font-size: 11px; padding: 4px 0; min-height: auto; }
  .team-banner { margin: 8px -5.55% 0; overflow: hidden; }
  .team-banner > img { width: 153%; max-width: none; margin-left: -26.5%; }
  .team-banner figcaption { padding: 8px 20px 6px; gap: 3px; font-size: 9px; }
  .team-banner figcaption span { font-size: 8px; line-height: 1.6; max-width: 300px; }
  .hero-micro { padding: 11px 0 22px; gap: 6px; font-size: 8px; letter-spacing: .15px; }
  .hero-micro > span:not(.micro-arrow) { padding: 6px 8px; border-width: 1.5px; }
  .hero-micro .micro-arrow { display: none; }
  .stock-strip { flex-wrap: wrap; justify-content: space-between; gap: 12px 6px; padding-block: 20px; }
  .stock-strip-label { flex-basis: 100%; font-size: 9px; text-align: center; }
  .stock-strip-label br { display: none; }
  .stock-name { flex: 1; text-align: center; padding: 8px 4px; border-radius: 9px; border-width: 1.5px; }
  .stock-name strong { font-size: 13px; }
  .stock-name span { font-size: 8px; }
  .section { padding-block: 44px; }
  .section-top { display: block; margin-bottom: 25px; }
  .section-top .eyebrow { font-size: 10px; margin-bottom: 11px; }
  .section h2 { font-size: 45px; }
  .section-intro { font-size: 13px; padding-top: 17px; max-width: 350px; }
  .model-grid { grid-template-columns: 1fr; gap: 19px; }
  .model-card { padding: 23px; border-radius: 19px; }
  .model-card-top { margin-bottom: 18px; }
  .model-card-top span { font-size: 9px; padding: 6px 9px; }
  .model-icon { width: 39px; height: 39px; }
  .model-card h3 { font-size: 30px; }
  .model-card p { font-size: 13px; }
  .model-card a { font-size: 12px; margin-top: 19px; }
  .book-section { display: block; padding: 26px 22px; border-width: 6px; border-radius: 18px; }
  .book-section .eyebrow { font-size: 9px; }
  .book-section h2 { font-size: 52px; margin-block: 17px; }
  .book-section p { font-size: 13px; }
  .book-section .button { font-size: 11px; padding-inline: 13px; }
  .book-diagram { margin-top: 34px; padding-bottom: 5px; }
  .mini-stock { width: 68px; height: 73px; }
  .diagram-books { gap: 12px; }
  .diagram-account { min-width: 242px; padding: 19px; }
  .diagram-account strong { font-size: 29px; }
  .diagram-tag { font-size: 8px; }
  .ranks-layout { display: flex; flex-direction: column; align-items: stretch; gap: 27px; }
  .rank-art { min-height: 465px; padding: 31px; }
  .seat-badge { width: 233px; padding: 18px; }
  .badge-top { font-size: 8px; }
  .badge-number { font-size: 69px; }
  .badge-rank { font-size: 8px; padding: 9px 6px; }
  .rank-row { gap: 8px; padding: 13px 10px; margin-bottom: 11px; }
  .rank-row strong { font-size: 12px; }
  .rank-fee { font-size: 9px; }
  .rank-weight { width: 33px; height: 33px; font-size: 14px; }
  .rank-list .fineprint { font-size: 11px; }
  .closing { flex-wrap: wrap; gap: 20px 15px; padding: 23px; margin-bottom: 47px; }
  .closing-avatar { width: 67px; height: 67px; }
  .closing > div { flex: 1; min-width: 0; }
  .closing .eyebrow { font-size: 8px; line-height: 1.6; }
  .closing h2 { font-size: 37px; margin-top: 6px; }
  .closing .button { margin: 0; width: 100%; font-size: 12px; }
  .footer { display: flex; flex-wrap: wrap; padding-top: 27px; gap: 14px; }
  .footer p { margin-left: auto; font-size: 10px; }
  .footer nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: 10px 20px; margin-top: 10px; font-size: 10px; }
  .footer-note { width: 100%; font-size: 8px; letter-spacing: .5px; margin-top: 8px; padding-top: 16px; }
  .app-shell { padding-inline: 4%; padding-top: 15px; padding-bottom: 17px; }
  .app-sidebar { padding: 7px; border-radius: 13px; }
  .app-sidebar nav { gap: 4px; }
  .app-sidebar nav a { font-size: 10px; padding: 7px; gap: 5px; border-radius: 8px; }
  .app-sidebar nav a > span { font-size: 12px; width: 11px; }
  .app-content { padding-top: 24px; padding-bottom: 23px; }
  .page-heading { display: block; margin-bottom: 20px; padding-bottom: 18px; }
  .page-heading .eyebrow { font-size: 9px; }
  .page-heading h1 { font-size: 44px; }
  .page-heading p { font-size: 12px; }
  .page-heading .button { margin-top: 16px; }
  .launch-notice { padding: 13px; gap: 10px; font-size: 11px; margin-bottom: 21px; }
  .notice-symbol { width: 23px; height: 23px; font-size: 15px; }
  .stat-grid { gap: 8px; margin-bottom: 23px; }
  .stat { padding: 13px 9px; border-width: 2px; border-radius: 12px; }
  .stat .eyebrow { font-size: 8px; letter-spacing: .2px; }
  .stat-value { font-size: 31px; margin-top: 9px; }
  .stat-value small { font-size: 9px; }
  .stat p { font-size: 9px; line-height: 1.55; }
  .app-columns { display: block; }
  .panel { padding: 20px; margin-bottom: 23px; border-width: 2px; border-radius: 16px; }
  .panel h2 { font-size: 29px; }
  .panel p { font-size: 12px; }
  .panel-heading { gap: 10px; }
  .tag { font-size: 8px; }
  .rank-choice-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
  .rank-choice { padding: 14px 10px; border-radius: 13px; }
  .rank-choice strong { font-size: 11px; min-height: 33px; }
  .rank-choice .rank-index { margin-bottom: 12px; font-size: 9px; }
  .rank-choice b { font-size: 25px; width: 56px; height: 56px; }
  .rank-choice small { font-size: 9px; margin-top: 12px; }
  .calculator { padding: 21px; border-width: 2px; }
  .calculator .eyebrow { font-size: 10px; }
  .owned-grid { grid-template-columns: 1fr 1fr; }
  .doc-layout { display: block; }
  .doc-nav { display: none; }
  .prose { padding: 22px 19px; }
  .prose h2 { font-size: 29px; }
  .prose p { font-size: 13px; }
  .address-row { font-size: 11px; gap: 12px; }
  .address-row code { font-size: 10px; }
  .doc-callout { font-size: 11px; padding: 15px; }
  .flow-steps { gap: 8px; padding-block: 13px; }
  .flow-step { font-size: 10px; }
  .flow-step > span { font-size: 29px; }
  .flow-arrow { font-size: 12px; }
  .secondary-grid { display: block; }
  .collection-art { margin: -20px -20px 20px; height: 205px; border-radius: 13px 13px 0 0; border-bottom-width: 2px; }
  .executive-art { height: 235px; }
  .toast { left: 15px; right: 15px; bottom: 17px; font-size: 12px; }
  .field-row { gap: 10px; }
  .field-group { gap: 8px; }
  .field-group > .button { padding: 10px 12px; font-size: 11px; }
  .button { font-size: 12px; }
  .input-label { font-size: 10px; }
  .fineprint { font-size: 11px; }
  .detail-row { font-size: 11px; }
  .asset-table { font-size: 11px; }
  .asset-table th { font-size: 9px; }
  dialog { padding: 25px; }
  .app-sidebar { display: flex; gap: 5px; overflow-x: auto; overflow-y: hidden; padding-bottom: 11px; scrollbar-width: thin; scrollbar-color: #b8c795 #f8f3dc; }
  .app-sidebar nav { display: flex; flex: none; flex-wrap: nowrap; align-items: center; }
  .app-sidebar nav a { min-height: 44px; white-space: nowrap; font-size: 11px; padding-inline: 9px; gap: 7px; }
  .app-sidebar nav a > span { width: 24px; }
  .app-sidebar nav a > span svg { width: 24px; height: 24px; }
}
@media (max-width: 370px) {
  .header { gap: 7px; padding-inline: 9px; }
  .wordmark { font-size: 23px; gap: 6px; }
  .wordmark-ticker { font-size: 5px; }
  .header-connect { font-size: 9px; padding-inline: 8px; }
  .mobile-menu { width: 29px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-micro { font-size: 7px; }
  .hero-micro > span:not(.micro-arrow) { padding-inline: 7px; }
  .rank-row { gap: 6px; padding-inline: 8px; }
  .rank-row strong { font-size: 11px; }
  .rank-fee { font-size: 8px; }
  .stat { padding-inline: 7px; }
  .stat .eyebrow { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
