* { box-sizing: border-box; letter-spacing: 0; }
:root { color-scheme: dark; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #ecf1ef; background: #111416; }
body { margin: 0; }
main { max-width: 1100px; margin: auto; padding: 36px 28px 24px; }
.page-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
h1 { margin: 0; font-size: 23px; font-weight: 650; }
h1 > span { color: #62f5ff; }
.edition { color: #84928e; font-size: 11px; white-space: nowrap; }
fieldset { min-width: 0; border: 0; margin: 0 0 32px; padding: 0; }
legend { display: flex; justify-content: space-between; gap: 16px; width: 100%; margin-bottom: 14px; padding: 0; font-size: 12px; color: #becbc6; }
legend small { font-size: 11px; color: #75867f; }
.variants { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.variant { position: relative; min-width: 0; }
.choice { display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice-label { display: flex; align-items: center; gap: 7px; min-height: 30px; color: #8b9b95; font-size: 11px; }
.choice-label::before { content: ''; width: 12px; height: 12px; border: 1px solid #60716a; border-radius: 50%; box-shadow: inset 0 0 0 3px #111416; }
.choice input:checked + .choice-label::before { background: #62f5ff; border-color: #62f5ff; }
.choice input:checked + .choice-label { color: #c4efeb; }
.pick { margin-left: auto; color: #b2ed80; font-size: 10px; }
.mock-header { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 14px; height: 84px; padding: 0 19px; border: 1px solid #ffffff0e; border-radius: 8px; background: #1b2023; transition: border-color 150ms ease; }
.mock-header::before { content: ''; position: absolute; inset: 0; z-index: -1; background: url(assets/zaraki.webp) 65% 41% / 165% auto no-repeat; filter: grayscale(1) brightness(2.8); opacity: .26; mask-image: linear-gradient(#000, #0008 45%, transparent); }
.choice:hover .mock-header { border-color: #ffffff30; }
.choice input:checked ~ .mock-header { border-color: #62f5ff55; }
.choice input:focus-visible ~ .mock-header { outline: 2px solid #62f5ff; outline-offset: 4px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; }
.brand img { width: 30px; height: 30px; flex: 0 0 30px; filter: drop-shadow(0 0 6px #62f5ff18); }
.wordmark { font-size: 23px; font-weight: 750; line-height: 1; color: #f2f7f4; white-space: nowrap; }
.accent { color: #62f5ff; }
.wordmark.hyphen .accent { margin-inline: 1px; }
.wordmark.joined .accent { font-style: italic; }
.wordmark.capital { font-size: 24px; font-weight: 750; }
.wordmark.capital .accent { font-style: italic; }
.wordmark.nimpo-lower { font-size: 25px; font-weight: 750; }
.wordmark.nimpo-capital { font-size: 24px; font-weight: 650; }
.wordmark.nimpo-caps { font-size: 21px; font-weight: 800; }
.wordmark.caps { font-size: 21px; font-weight: 750; }
.wordmark.nimpo { font-size: 21px; font-weight: 730; }
.wordmark.vyro { font-size: 24px; font-weight: 650; }
.wordmark.zanko { font-size: 21px; font-weight: 800; font-style: italic; }
.plus { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border: 1px solid #ffffff1c; border-radius: 50%; color: #ddc3cc; background: #ffffff03; }
svg { width: 16px; height: 16px; display: block; }
.description { margin: 12px 1px 0; min-height: 40px; color: #8b9b95; font-size: 12px; line-height: 1.65; }
.description b { color: #d1dbd6; font-weight: 500; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #ffffff10; padding-top: 18px; }
footer p { margin: 0; color: #a2b0aa; font-size: 12px; line-height: 1.7; max-width: 660px; }
footer b { font-weight: 600; color: #edf4ed; }
.selection { display: flex; align-items: center; gap: 8px; min-width: 0; font-size: 11px; color: #bfcec7; }
#selected { overflow-wrap: anywhere; }
#copy { flex-shrink: 0; }
.marks { display: flex; align-items: center; justify-content: space-between; border-block: 1px solid #ffffff10; padding: 12px 0 14px; margin-bottom: 26px; }
.marks legend { width: auto; margin: 0; padding-right: 12px; font-size: 11px; color: #8b9b95; }
.mark-options { display: flex; gap: 18px; }
.mark-choice { position: relative; display: grid; justify-items: center; gap: 6px; cursor: pointer; }
.mark-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.mark-swatch { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid transparent; border-radius: 8px; background: #ffffff03; }
.mark-swatch img { display: block; width: 30px; height: 30px; }
.mark-name { font-size: 10px; color: #7e9087; }
.mark-choice input:checked + .mark-swatch { background: #62f5ff0a; border-color: #62f5ff60; }
.mark-choice input:checked ~ .mark-name { color: #c4efeb; }
.mark-choice input:focus-visible + .mark-swatch { outline: 2px solid #62f5ff; outline-offset: 3px; }
.mark-choice:hover .mark-swatch { background: #ffffff09; }
.sizes { display: flex; align-items: center; gap: 18px; padding-inline: 8px; }
#copy { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: #d7e3dc; background: transparent; border: 1px solid #ffffff1c; border-radius: 6px; cursor: pointer; }
#copy:hover { background: #ffffff09; color: #62f5ff; }
#copy:focus-visible { outline: 2px solid #62f5ff; outline-offset: 3px; }
.note { color: #64726b; font-size: 10px; margin: 17px 0 0; }
@media (max-width: 820px) { main { max-width: 650px; } .variants { grid-template-columns: 1fr; gap: 18px; } .mock-header { height: 76px; } .description { min-height: 0; margin-top: 8px; } legend small { display: none; } .page-heading { margin-bottom: 28px; } footer { align-items: flex-start; flex-direction: column; gap: 12px; } }
@media (max-width: 430px) { main { padding: 24px 18px; } h1 { font-size: 20px; } .edition { font-size: 10px; } .sizes { display: none; } .mark-options { justify-content: space-between; width: 100%; gap: 10px; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
