:root {
  color-scheme: dark;
  --bg: #100b1b;
  --surface: #1b1329;
  --ink: #f1eafb;
  --muted: #b1a3c4;
  --line: #ffffff16;
  --gold: #ddbe7d;
  --pink: #dca1d5;
  --lavender: #ad92f0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; color: var(--ink); font: 14px/1.5 ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif; background: #100b1c; -webkit-font-smoothing: antialiased; isolation: isolate; }
.nk-atmosphere { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; background: radial-gradient(ellipse at 48% -14%, #a883d647, transparent 50%), radial-gradient(ellipse at 1% 45%, #6950ad33, transparent 50%), radial-gradient(ellipse at 98% 60%, #a65f9330, transparent 48%), linear-gradient(150deg, #100c20, #1a1029 48%, #100c1d); }
.nk-atmosphere::before { content: ''; position: absolute; inset: -25%; background: conic-gradient(from 180deg at 60% 5%, transparent 0 25%, #b088da14 31%, transparent 37% 67%, #627ab523 73%, transparent 79%), radial-gradient(ellipse at 16% 54%, #858ccd22, transparent 22%); filter: blur(45px); transform: rotate(-12deg); }
.nk-atmosphere::after { content: ''; position: absolute; inset: 0; opacity: .6; background-image: radial-gradient(circle at 6% 16%, #eee0ffb3 0 1px, transparent 2px), radial-gradient(circle at 18% 9%, #d5b9ffb3 0 1px, transparent 2px), radial-gradient(circle at 31% 20%, #dcc7ff99 0 1px, transparent 2px), radial-gradient(circle at 42% 6%, #ffd6fc80 0 1px, transparent 2px), radial-gradient(circle at 65% 16%, #d3caff99 0 1px, transparent 2px), radial-gradient(circle at 82% 6%, #e1c5ffb3 0 1px, transparent 2px), radial-gradient(circle at 94% 25%, #fff0ffc0 0 1px, transparent 2px), radial-gradient(circle at 3% 49%, #ccbeff99 0 1px, transparent 2px), radial-gradient(circle at 8% 78%, #d5b9ffb3 0 1px, transparent 2px), radial-gradient(circle at 95% 68%, #d5b9ffb3 0 1px, transparent 2px), radial-gradient(circle at 88% 87%, #dcc7ff99 0 1px, transparent 2px), radial-gradient(circle at 20% 93%, #ffd6fc80 0 1px, transparent 2px); }
.nk-atmosphere i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #e7cfff; box-shadow: 0 0 14px 4px #b795e244; opacity: .4; animation: nk-starlight 7s ease-in-out infinite; }
.nk-atmosphere i:nth-child(1) { left: 12%; top: 21%; }
.nk-atmosphere i:nth-child(2) { left: 86%; top: 18%; animation-delay: -3s; }
.nk-atmosphere i:nth-child(3) { left: 4%; top: 61%; animation-delay: -5s; width: 2px; height: 2px; }
.nk-atmosphere i:nth-child(4) { left: 95%; top: 45%; animation-delay: -2s; }
.nk-atmosphere i:nth-child(5) { left: 71%; top: 6%; animation-delay: -4s; width: 2px; height: 2px; }
.nk-atmosphere i:nth-child(6) { left: 36%; top: 87%; animation-delay: -1s; width: 2px; height: 2px; }
button, input { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; opacity: .35; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 100; padding: 12px; border-radius: 8px; color: var(--ink); background: #392548; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.nk-main, .nk-footer { width: min(1040px, calc(100% - 64px)); margin-inline: auto; }
.nk-main { min-height: 55vh; }
.nk-main:focus, .nk-results:focus { outline: none; }
.nk-preview-note { color: #a296b3; font-size: 11px; margin-top: 22px; text-align: center; }
.nk-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); margin-top: 50px; padding: 23px 0 30px; color: var(--muted); font-size: 11px; }
.nk-footer small { display: block; font-size: 10px; margin-top: 4px; color: #998cae; }
.nk-footer nav { display: flex; gap: 24px; }
.nk-footer a:hover { color: var(--gold); text-decoration: underline; }
.nk-panel { background: linear-gradient(110deg, #ffffff05, #ffffff02), var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin-bottom: 18px; }
.nk-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.nk-panel-heading h2 { font-size: 22px; }
.nk-muted { font-size: 11px; color: var(--muted); }
.nk-budget { color: var(--gold); font-size: 12px; font-weight: 400; }
.nk-budget b { font-size: 19px; font-weight: 600; }
.nk-currencies, .nk-outfits, .nk-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.nk-field { display: block; min-width: 0; }
.nk-field > span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 5px; }
.nk-input { width: 100%; min-height: 44px; border: 1px solid #ffffff20; border-radius: 8px; background: #0e081660; padding: 9px 12px; font-size: 18px; font-variant-numeric: tabular-nums; }
.nk-currency { display: grid; grid-template-columns: 56px 1fr; column-gap: 13px; align-items: center; background: #100a194d; border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; }
.nk-currency img { width: 46px; height: 46px; grid-row: 1 / 4; justify-self: center; filter: drop-shadow(0 3px 9px #ba81d42b); }
.nk-currency .nk-input { padding: 0; border: 0; border-radius: 3px; min-height: 35px; font-size: 27px; background: transparent; }
.nk-currency small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.nk-progress-item { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 18px; background: #ffffff03; }
.nk-outfit-kind { color: var(--gold); font-size: 10px; letter-spacing: .045em; }
.nk-progress-item h3 { font-size: 20px; margin: 5px 0 18px; }
.nk-counter-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.nk-counter-row > label { color: var(--muted); font-size: 11px; }
.nk-counter { display: flex; align-items: center; flex-shrink: 0; gap: 3px; }
.nk-counter button { width: 36px; height: 40px; border: 1px solid var(--line); border-radius: 8px; background: #ffffff05; font-size: 19px; }
.nk-counter button:hover:not(:disabled) { border-color: #ddbe7d70; background: #ddbe7d0c; }
.nk-counter input { width: 26px; background: none; border: 0; padding: 0; text-align: right; font-size: 16px; appearance: textfield; -moz-appearance: textfield; }
.nk-counter input::-webkit-inner-spin-button, .nk-counter input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.nk-counter > span { color: var(--muted); font-size: 12px; margin: 0 8px 0 2px; }
.nk-extra { border-top: 1px solid var(--line); padding-top: 15px; margin-top: 15px; }
.single { grid-template-columns: 1fr; }
.nk-details { padding: 17px 24px; }
.nk-details summary { color: var(--ink); font-size: 12px; }
.nk-details summary::marker { color: var(--lavender); }
.nk-details summary > span { color: var(--muted); font-size: 11px; margin-left: 6px; }
.nk-optional-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; margin-top: 22px; }
.nk-actions { text-align: center; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 48px; padding: 12px 25px; background: #af87da; color: #190f25; border: 0; border-radius: 10px; font-size: 13px; font-weight: 650; }
.nk-reveal-button { width: min(420px, 100%); min-height: 54px; background: linear-gradient(110deg, #ad88e4, #d594c9 65%, #d9b782); box-shadow: 0 10px 35px #9c68c426; position: relative; overflow: hidden; }
.nk-reveal-button:hover { filter: brightness(1.1); }
.nk-reveal-button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 30%, #fff3, transparent 70%); transform: translateX(-100%); animation: nk-shimmer 6s ease-in-out infinite; pointer-events: none; }
.nk-error { margin-top: 14px; color: #f6abc5; font-size: 12px; }
.nk-results { margin-top: 42px; scroll-margin-top: 24px; animation: nk-appear .45s ease; }
.nk-results-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.nk-results-heading h2 { font-size: 30px; }
.nk-results-heading > span { color: var(--gold); font-size: 13px; }
.nk-result-grid { margin-bottom: 22px; }
.nk-result-card { padding: 23px; border: 1px solid #b68ce32b; border-radius: 15px; background: linear-gradient(135deg, #9c6adb14, #d797c40a); }
.nk-result-card h3 { font-size: 21px; margin: 6px 0 21px; }
.nk-chances { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.nk-chances > div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.nk-chances dt { font-size: 11px; color: var(--muted); }
.nk-chances dd { font: 38px/1.3 Georgia, serif; color: var(--gold); margin: 5px 0 0; }
.nk-chances > div + div dd { color: var(--pink); }
.nk-result-note { color: var(--muted); font-size: 10px; margin-top: 14px; }
.nk-results-note { font-size: 11px; color: var(--muted); text-align: center; }
.nk-matrix .nk-panel-heading { margin-bottom: 15px; }
.nk-matrix-budget { color: var(--gold); font-size: 11px; }
.nk-matrix-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.nk-matrix-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 9px; padding: 4px; gap: 4px; background: #100a193d; }
.nk-matrix-switch button { border: 1px solid transparent; border-radius: 6px; min-height: 36px; padding: 5px 12px; background: transparent; color: var(--muted); font-size: 12px; }
.nk-matrix-switch button[aria-pressed=true] { color: var(--gold); background: #ddbe7d13; border-color: #ddbe7d30; }
.nk-matrix-legend { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }
.nk-matrix-legend i { width: 64px; height: 5px; background: linear-gradient(90deg, #2a1b3e, #88527f); border-radius: 3px; }
.nk-matrix-hint { color: var(--muted); font-size: 11px; margin: 12px 0; }
.nk-table-scroll { overflow: auto; max-height: 660px; border: 1px solid #ffffff20; border-radius: 10px; scrollbar-color: #745388 #1b1329; }
.nk-matrix table { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 780px; font-size: 11px; font-variant-numeric: tabular-nums; text-align: center; }
.nk-matrix th, .nk-matrix td { padding: 9px 7px; white-space: nowrap; border-right: 1px solid #ffffff0b; border-bottom: 1px solid #ffffff0c; }
.nk-matrix th { font-weight: 500; }
.nk-matrix thead th { position: sticky; top: 0; z-index: 2; background: #231830; color: var(--ink); padding-block: 10px; }
.nk-matrix tr > :first-child { position: sticky; left: 0; z-index: 1; text-align: left; background: #22172e; padding-inline: 14px; min-width: 125px; }
.nk-matrix thead th:first-child { z-index: 3; }
.nk-column-label { display: block; font-size: 8px; color: var(--muted); margin-top: 2px; }
.nk-matrix .nk-budget-column { box-shadow: inset 1px 0 #ddbe7d88, inset -1px 0 #ddbe7d88; color: #ffe2a5; }
.nk-matrix thead .nk-budget-column { box-shadow: inset 1px 0 #ddbe7d88, inset -1px 0 #ddbe7d88, inset 0 2px var(--gold); }
.nk-budget-column .nk-column-label { color: var(--gold); }
.nk-matrix .nk-milestone th { color: var(--gold); }
.nk-milestone td, .nk-milestone th { border-top: 1px solid #ddbe7d36; }
.nk-heat-0 { background: #241832; color: #c2b3d2; }
.nk-heat-1 { background: #392246; }
.nk-heat-2 { background: #4c2b58; }
.nk-heat-3 { background: #603767; }
.nk-heat-4 { background: #754575; }
.nk-heat-5 { background: #88527f; color: #fff4fb; }
.nk-matrix-note { font-size: 10px; color: var(--muted); margin-top: 13px; }
.nk-notice { padding: 35px; margin-block: 30px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.nk-notice h1 { margin-bottom: 12px; }
.nk-notice p { color: var(--muted); }
.nk-notice .button { margin-top: 20px; }
.nk-loading { min-height: 350px; display: grid; place-items: center; color: var(--muted); }
.nk-resonance { width: min(400px, calc(100% - 40px)); border: 1px solid #b990dd40; border-radius: 18px; background: linear-gradient(140deg, #281936, #191024); color: var(--ink); text-align: center; padding: 44px 30px 26px; box-shadow: 0 20px 90px #0009; }
.nk-resonance::backdrop { background: #0b071bd9; backdrop-filter: blur(10px); }
.nk-resonance h2 { font-size: 32px; }
.nk-resonance p { color: var(--muted); font-size: 12px; }
.nk-resonance-progress { height: 3px; border-radius: 3px; margin: 23px 0; overflow: hidden; background: #ffffff10; }
.nk-resonance-progress::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--lavender), var(--pink), var(--gold)); animation: nk-progress 1.4s ease-out both; transform-origin: left; }
.nk-text-button { min-height: 44px; padding: 7px 15px; margin-top: 22px; border: 1px solid var(--line); border-radius: 20px; background: transparent; color: var(--muted); font-size: 12px; }
@keyframes nk-shimmer { 0%, 70% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
@keyframes nk-appear { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes nk-progress { from { transform: scaleX(.05); } to { transform: scaleX(1); } }
@keyframes nk-starlight { 0%, 100% { opacity: .2; } 50% { opacity: .7; } }
@media (max-width: 800px) {
  .nk-main, .nk-footer { width: calc(100% - 40px); }
  .nk-outfits { grid-template-columns: 1fr; }
  .nk-counter-row { max-width: 100%; }
}
@media (max-width: 540px) {
  .nk-main, .nk-footer { width: calc(100% - 28px); }
  .nk-panel { padding: 18px; border-radius: 13px; }
  .nk-panel-heading h2 { font-size: 21px; }
  .nk-currencies, .nk-result-grid { grid-template-columns: 1fr; gap: 12px; }
  .nk-currency { padding: 12px 14px; }
  .nk-input { font-size: 16px; }
  .nk-progress-item { padding: 15px; }
  .nk-progress-item h3 { font-size: 19px; }
  .nk-counter button { width: 35px; height: 44px; }
  .nk-reveal-button { width: 100%; }
  .nk-matrix { padding: 16px 12px; }
  .nk-matrix-switch button { min-height: 42px; }
  .nk-matrix-legend { display: none; }
  .nk-table-scroll { max-height: 590px; }
  .nk-matrix tr > :first-child { min-width: 112px; padding-inline: 9px; }
  .nk-footer { margin-top: 35px; gap: 18px; flex-wrap: wrap; }
  .nk-footer nav { gap: 20px; }
  .nk-results-heading h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Artwork-led banner selection and quieter planner. */
:root { --ink: #f7f0e8; --muted: #bdb2c6; --gold: #dfcba9; --pink: #e9bfd5; --lavender: #c1aee8; --line: #f0dcc02a; }
body { overflow-x: hidden; background: #0e0a19; }
.nk-atmosphere { background: radial-gradient(ellipse at 50% 5%, #916f9b36, transparent 45%), radial-gradient(ellipse at 82% 58%, #a0528c24, transparent 43%), radial-gradient(ellipse at 8% 90%, #6d6baf20, transparent 40%), linear-gradient(145deg, #0e0a19, #1e1428 58%, #130e21); }
.nk-atmosphere::before { background: radial-gradient(ellipse at 20% 10%, #f6d7bc11, transparent 25%), radial-gradient(ellipse at 78% 45%, #c6a4e31c, transparent 30%); }
.nk-footer { width: min(1390px, calc(100% - 96px)); border-color: #e4d0c024; }
.nk-footer a { color: #e8d8df; }
.nk-preview-note { color: #b6a9c2; letter-spacing: .03em; }

.nk-panel { margin: 0; padding: 28px 0 34px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.nk-panel-heading { margin-bottom: 19px; }
.nk-panel-heading h2 { color: #f7ebdf; font-size: 25px; }
.nk-budget { color: #dfc9a9; }
.nk-budget b { font-size: 22px; }
.nk-currencies { gap: 25px; }
.nk-currency { grid-template-columns: 54px 1fr; min-height: 88px; padding: 6px 0; border: 0; border-bottom: 1px solid #e7d3cb3b; border-radius: 0; background: none; }
.nk-currency img { width: 44px; height: 44px; filter: drop-shadow(0 0 13px #dec59844); }
.nk-currency > span { margin: 0; color: #eadde9; font-size: 12px; }
.nk-currency .nk-input { min-height: 34px; color: #fff4e9; font-size: 30px; }
.nk-input[type=number] { appearance: textfield; -moz-appearance: textfield; }
.nk-input[type=number]::-webkit-inner-spin-button, .nk-input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.nk-currency small { color: #a99eb3; }
.nk-progress-item { padding: 0 18px 0 0; border: 0; border-radius: 0; background: none; }
.nk-progress-item + .nk-progress-item { border-left: 1px solid var(--line); padding-left: 28px; }
.nk-progress-item h3 { color: #f7ebdf; font-size: 25px; }
.nk-outfit-kind { color: #dec4a6; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nk-counter button { border-color: #f1dcca4d; border-radius: 50%; width: 37px; height: 37px; background: #fff9f509; }
.nk-counter input { font-size: 18px; width: 32px; }
.nk-details { padding: 19px 0; }
.nk-details summary { font-size: 13px; color: #e9d8df; }
.nk-optional-fields .nk-input { margin-top: 7px; border: 0; border-bottom: 1px solid #f1dcca55; border-radius: 0; background: #ffffff08; }
.nk-actions { margin-top: 34px; }
.nk-reveal-button { width: min(340px, 100%); min-height: 52px; border: 1px solid #f4dfc2; border-radius: 0; background: #e9d6bf; box-shadow: 0 12px 32px #0004; color: #261b2e; font-size: 13px; letter-spacing: .04em; text-align: center; }
.nk-reveal-button:hover { filter: none; background: #fff0db; }
.nk-reveal-button::after { display: none; }
.nk-results { margin-top: 70px; }
.nk-results-heading { padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.nk-results-heading h2 { font-size: 36px; }
.nk-result-grid { gap: 32px; }
.nk-result-card { padding: 12px 0 26px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; }
.nk-result-card h3 { margin: 6px 0 26px; color: #fff0e5; font-size: 28px; }
.nk-chances { column-gap: 12px; row-gap: 20px; }
.nk-chances > div + div { padding-left: 18px; }
.nk-chances dd { font-size: 40px; }
.nk-likely { grid-column: 1 / -1; border-top: 1px solid #f0dcc024; padding: 15px 0 0 !important; border-left: 0 !important; }
.nk-likely dd { color: #ead6e9 !important; font: 16px/1.4 system-ui, sans-serif; }
.nk-matrix-details { margin: 35px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nk-matrix-details > summary { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; color: #e9d8df; font-size: 13px; list-style: none; }
.nk-matrix-details > summary::-webkit-details-marker { display: none; }
.nk-matrix-details > summary span { color: var(--gold); font: 20px Georgia, serif; }
.nk-matrix { padding: 4px 0 25px; }
.nk-matrix .nk-panel-heading h2 { font-size: 23px; }

@media (max-width: 620px) {
  .nk-panel { padding: 23px 0 27px; }
  .nk-panel-heading h2 { font-size: 23px; }
  .nk-result-grid { gap: 8px; }
  .nk-result-card { padding-bottom: 28px; }
  .nk-result-card h3 { font-size: 25px; }
  .nk-matrix { padding-inline: 0; }
  .nk-footer { margin-top: 32px; }
}

/* Single-page scene: artwork spans the viewport while controls stay legible. */
.nikki-site[data-view=page] .nk-main { width: 100%; max-width: none; min-height: 100vh; margin: 0; }
.nikki-site[data-view=page] .nk-footer { width: 100%; margin: 0; padding: 25px clamp(24px, 4.5vw, 82px) 32px; background: #100b1dbb; backdrop-filter: blur(20px); }
.nk-atmosphere { z-index: -1; background: #100a1b; }
.nk-atmosphere::before { z-index: 2; inset: 0; filter: none; transform: none; background: radial-gradient(ellipse at 68% 30%, transparent 5%, #0b071367 85%), linear-gradient(90deg, #10091ed9, #10091e48 25%, #10091e4d 70%, #10091ed2), linear-gradient(180deg, #0c0718ac, #100a1a50 32%, #100a1aca 72%, #100a1bf0); }
.nk-atmosphere::after { z-index: 3; opacity: .35; }
.nk-atmosphere i { z-index: 4; }
.nk-scene-layer { position: absolute; inset: 0; z-index: 1; opacity: 0; transition: opacity 1.1s ease; }
.nk-scene-layer.is-current { opacity: 1; }
.nk-scene-blur { position: absolute; inset: -8%; width: 116%; height: 116%; object-fit: cover; object-position: var(--art-position); filter: blur(70px) saturate(.85); opacity: .76; }
.nk-scene-art { position: absolute; inset: 0 0 auto; width: 100%; height: min(92vh, 900px); object-fit: cover; object-position: var(--art-position); opacity: .94; -webkit-mask-image: linear-gradient(#000 0 49%, #000b 66%, transparent 100%); mask-image: linear-gradient(#000 0 49%, #000b 66%, transparent 100%); }
.nk-page { padding: 25px clamp(24px, 4.5vw, 82px) 52px; }
.nk-page-heading { text-align: center; margin-bottom: 22px; color: #f8eddf; }
.nk-page-heading h1 { font-size: clamp(24px, 2.4vw, 36px); line-height: 1.1; text-shadow: 0 2px 22px #000b; }
.nk-page-heading h1 em { font-style: normal; color: #ead8ea; }
.nk-page-heading p { margin-top: 5px; color: #e7d5df; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; text-shadow: 0 2px 12px #000; }
.nk-workspace { display: grid; grid-template-columns: clamp(132px, 11vw, 180px) minmax(0, 1fr); gap: clamp(22px, 3.4vw, 58px); align-items: start; }
.nk-banner-selector { position: sticky; top: 115px; display: flex; flex-direction: column; align-self: start; margin-top: 53px; max-height: calc(100vh - 145px); overflow-y: auto; gap: 15px; padding: 9px 5px 12px; scrollbar-color: #aa91ab #ffffff08; }
.nk-banner-option { position: relative; display: block; flex: none; width: 100%; background: #f4e9ed12; border: 1px solid #fff2e529; padding: 5px 5px 9px; color: #e9dbe5; text-align: left; backdrop-filter: blur(14px); opacity: .73; box-shadow: 0 8px 24px #05030d4d; transition: opacity .4s, border-color .4s, background .4s, transform .4s; }
.nk-banner-option:hover { opacity: 1; transform: translateX(3px); }
.nk-banner-option[aria-pressed=true] { border-color: #f2dcb5e0; background: #f8e8d626; box-shadow: 0 0 0 3px #d7b78b31, 0 10px 35px #02010670; }
.nk-banner-option[aria-pressed=true]::before { content: '✦'; position: absolute; z-index: 2; top: 4px; left: -12px; color: var(--gold); font: 13px Georgia, serif; }
.nk-banner-option img { width: 100%; aspect-ratio: 1.78; object-fit: cover; filter: saturate(.88); }
.nk-banner-option span { display: block; padding: 8px 3px 0; color: #fff4e8; font: 12px/1.25 Georgia, serif; }
.nk-content { min-width: 0; }
.nk-banner-intro { min-height: clamp(330px, 44vh, 520px); display: flex; flex-direction: column; justify-content: space-between; padding: 19px 0 30px; color: #fff7ec; text-shadow: 0 3px 20px #000e; }
.nk-banner-meta { display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #fff4e5; }
.nk-banner-meta span:last-child { border: 1px solid #fff4e778; background: #1a1025a6; backdrop-filter: blur(15px); padding: 8px 12px; white-space: nowrap; }
.nk-banner-intro-bottom { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.nk-banner-intro h2 { max-width: 960px; font-size: clamp(46px, 5.2vw, 86px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.nk-banner-outfits { display: flex; flex-wrap: wrap; gap: 7px 32px; margin-top: 21px; color: #fff2eb; }
.nk-banner-outfits p { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; font: 17px/1.3 Georgia, serif; }
.nk-banner-outfits span { color: #ead0ac; font: inherit; white-space: nowrap; }
.nk-banner-dates { flex-shrink: 0; padding-bottom: 6px; color: #ead8da; font-size: 11px; letter-spacing: .06em; }
.nk-planner-area { position: relative; padding: 26px clamp(25px, 3vw, 54px) 36px; border: 1px solid #f1dfcb66; background: linear-gradient(130deg, #21172abd, #15101fbd 62%, #24162eb0); backdrop-filter: blur(25px) saturate(1.14); box-shadow: 0 22px 85px #05030fd1, inset 0 0 0 5px #fff8eb08; }
.nk-planner-area::before { content: ''; position: absolute; inset: 8px; border: 1px solid #fff5e41c; pointer-events: none; }
.nk-planner-title { display: flex; align-items: baseline; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.nk-planner-title > span { color: var(--gold); font: 17px Georgia, serif; }
.nk-planner-title h2 { color: #fff2e4; font-size: 30px; }
.nk-planner-title p { color: #cbbbcf; font-size: 11px; }
.nk-plan-form { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); column-gap: clamp(30px, 3.2vw, 60px); }
.nk-plan-form > .nk-panel { padding: 22px 0 25px; border-bottom: 1px solid var(--line); }
.nk-plan-form > .nk-panel:nth-child(2) { border-left: 1px solid var(--line); padding-left: clamp(25px, 3vw, 50px); }
.nk-plan-form > .nk-details, .nk-plan-form > .nk-actions { grid-column: 1 / -1; }
.nk-plan-form > .nk-details { padding: 15px 0; }
.nk-panel-heading h2 { font-size: 23px; }
.nk-currencies, .nk-outfits { grid-template-columns: 1fr; gap: 11px; }
.nk-currency { min-height: 77px; grid-template-columns: 50px 1fr; }
.nk-currency img { width: 43px; height: 43px; }
.nk-currency .nk-input { font-size: 28px; }
.nk-progress-item { padding: 0; }
.nk-progress-item + .nk-progress-item { border-left: 0; border-top: 1px solid var(--line); padding: 13px 0 0; }
.nk-progress-item h3 { margin: 4px 0 11px; font-size: 22px; }
.nk-progress-rarity { color: #dec4a6; margin-right: 6px; white-space: nowrap; }
.nk-counter-row { max-width: 450px; }
.nk-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 23px; margin: 24px 0 0; text-align: left; }
.nk-reveal-button { width: min(310px, 100%); }
.nk-error { flex-basis: 100%; }
.nk-results { margin-top: 42px; }
.nk-result-grid { gap: 40px; }
.nk-result-card { padding-top: 18px; }
.nk-preview-note { margin: 16px 0 0 calc(clamp(132px, 11vw, 180px) + clamp(22px, 3.4vw, 58px)); text-align: left; }

@media (max-width: 1000px) {
  .nk-plan-form { grid-template-columns: 1fr; }
  .nk-plan-form > .nk-panel:nth-child(2) { border-left: 0; padding-left: 0; }
  .nk-currencies, .nk-outfits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nk-progress-item + .nk-progress-item { border-top: 0; border-left: 1px solid var(--line); padding: 0 0 0 22px; }
  .nk-banner-dates { display: none; }
}
@media (max-width: 760px) {
  .nk-page { padding: 23px 15px 38px; }
  .nk-page-heading { margin-bottom: 23px; }
  .nk-page-heading h1 { font-size: 26px; }
  .nk-workspace { display: flex; flex-direction: column; gap: 0; }
  .nk-banner-selector { position: relative; top: auto; order: 0; flex-direction: row; align-self: stretch; gap: 11px; max-height: none; margin: 0; padding: 7px 2px 12px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; }
  .nk-banner-option { flex: 0 0 135px; scroll-snap-align: start; }
  .nk-banner-option[aria-pressed=true]::before { top: -10px; left: 5px; }
  .nk-content { order: 1; width: 100%; }
  .nk-banner-intro { min-height: 360px; padding: 25px 5px 24px; }
  .nk-banner-intro h2 { font-size: clamp(42px, 10vw, 64px); }
  .nk-banner-outfits { flex-direction: column; gap: 5px; margin-top: 16px; }
  .nk-banner-outfits p { font-size: 15px; }
  .nk-scene-art { top: 220px; height: auto; min-height: 0; object-fit: contain; -webkit-mask-image: linear-gradient(#000 0 68%, transparent 100%); mask-image: linear-gradient(#000 0 68%, transparent 100%); }
  .nk-atmosphere::before { background: linear-gradient(180deg, #0a0617a8, #0d0717a1 34%, #100a1ddf 68%, #100a1beb), linear-gradient(90deg, #10091e65, transparent 35% 75%, #10091e65); }
  .nk-planner-area { padding: 23px 20px 30px; }
  .nk-planner-title { flex-wrap: wrap; gap: 4px 10px; }
  .nk-planner-title h2 { font-size: 28px; }
  .nk-planner-title p { flex-basis: 100%; margin-left: 26px; }
  .nk-currencies, .nk-outfits { grid-template-columns: 1fr; }
  .nk-progress-item + .nk-progress-item { border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .nk-actions { justify-content: center; text-align: center; }
  .nk-result-grid { gap: 0; }
  .nk-preview-note { margin-left: 0; text-align: center; }
  .nikki-site[data-view=page] .nk-footer { padding-inline: 15px; }
}
