/* Ten distinct local experiences, using the host site's palette and typography. */
html #nx-app{box-sizing:border-box;width:100%;max-width:1120px;min-height:0;margin:28px auto;padding:clamp(16px,4vw,42px);border:1px solid var(--px-line,#383247);border-radius:24px;color:var(--px-text,#f4ecdf);background:var(--px-bg,#111426);font:400 16px/1.65 var(--px-body,system-ui,sans-serif);overflow-wrap:anywhere}
html #nx-app *{box-sizing:border-box}html #nx-app [hidden]{display:none!important}html #nx-app :is(h1,h2,p,figure,dl,dd){margin:0}html #nx-app :is(h2,p,button){scroll-margin-top:110px}
html #nx-app h1{font:500 clamp(32px,4.4vw,56px)/1.12 var(--px-heading,Georgia,serif);letter-spacing:-.025em;text-align:left;color:var(--px-text,#f4ecdf);margin:16px 0}
html #nx-app h2{font:500 clamp(23px,2.8vw,32px)/1.3 var(--px-heading,Georgia,serif);text-align:left;color:var(--px-text,#f4ecdf);margin-bottom:12px}
html #nx-app p{text-align:left}html #nx-app .nx-eyebrow{font-size:11px;line-height:1.6;letter-spacing:.13em;text-transform:uppercase;font-weight:650;color:var(--px-accent,#e1bc72)}
html #nx-app .nx-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(22px,4vw,42px);align-items:center;margin-bottom:30px}html #nx-app .nx-hero>div{min-width:0}html #nx-app .nx-intro{font-size:17px;line-height:1.7;color:var(--px-muted,#c5bac9);max-width:35ch}
html #nx-app .nx-hero figure{border:1px solid var(--px-line,#383247);border-radius:80px 18px 18px 18px;overflow:hidden;min-width:0}html #nx-app .nx-hero img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}html #nx-app .nx-ornament{display:flex;gap:14px;align-items:center;color:var(--px-accent,#e1bc72);margin-top:20px}html #nx-app .nx-ornament:after{content:'';height:1px;width:90px;background:currentColor;opacity:.35}
html #nx-app .nx-panel{width:100%;padding:clamp(18px,3vw,30px);border:1px solid var(--px-line,#383247);border-radius:16px;background:var(--px-surface,#181321)}
html #nx-app .nx-hint{font-size:13px;color:var(--px-muted,#c5bac9);line-height:1.6;margin:0 0 12px}html #nx-app .nx-label{display:block;font:600 14px/1.5 var(--px-body,system-ui,sans-serif);color:var(--px-text,#f4ecdf);text-transform:none;letter-spacing:0;margin-bottom:9px}html #nx-app h2 label{font:inherit;color:inherit;text-transform:none;letter-spacing:inherit}
html #nx-app :is(textarea,select){display:block;width:100%;min-width:0;border:1px solid var(--px-line,#383247);border-radius:9px;background:var(--px-bg,#111426);color:var(--px-text,#f4ecdf);font:400 16px/1.6 var(--px-body,system-ui,sans-serif);padding:12px;resize:vertical;box-shadow:none}html #nx-app textarea::placeholder{color:var(--px-muted,#c5bac9);opacity:.8}html #nx-app #nx-dream{min-height:154px}html #nx-app #nx-context{min-height:86px}html #nx-app select{height:auto;min-height:48px}
html #nx-app .nx-count{text-align:right;font-size:11px;color:var(--px-muted,#c5bac9);margin:5px 0 18px}html #nx-app .nx-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;align-items:start}html #nx-app .nx-fields>div{min-width:0}
html #nx-app button{display:inline-flex;gap:12px;align-items:center;justify-content:center;max-width:100%;min-height:48px;padding:12px 20px;border:1px solid var(--px-line,#383247);border-radius:9px;color:var(--px-text,#f4ecdf);background:transparent;font:600 15px/1.5 var(--px-body,system-ui,sans-serif);text-align:center;white-space:normal;cursor:pointer}html #nx-app button.nx-primary{background:var(--px-accent,#e1bc72);color:#19151d;border-color:var(--px-accent,#e1bc72)}html #nx-app button:hover{filter:brightness(1.08)}html #nx-app button:disabled{opacity:.6;cursor:wait}html #nx-app :is(button,textarea,select,summary):focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:4px}
html #nx-app .nx-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:8px 12px;margin:0 0 16px;color:var(--px-text,#f4ecdf)}html #nx-app [aria-invalid=true]{outline:2px solid var(--px-accent,#e1bc72)}
html #nx-app .nx-method{border-top:1px solid var(--px-line,#383247);padding-top:16px;margin-top:22px}html #nx-app summary{font:600 14px/1.6 var(--px-body,system-ui,sans-serif);color:var(--px-accent,#e1bc72);padding:6px 0;cursor:pointer}html #nx-app details p{font-size:14px;color:var(--px-muted,#c5bac9);margin-top:10px}
html #nx-app .nx-wait{padding:46px 24px;text-align:center}html #nx-app .nx-wait :is(h2,p){text-align:center}html #nx-app .nx-moon{font:500 70px/1 Georgia,serif;color:var(--px-accent,#e1bc72);margin-bottom:22px;animation:nx-glow 2.8s ease-in-out infinite alternate}@keyframes nx-glow{from{opacity:.5;transform:translateY(3px)}to{opacity:1;transform:translateY(-3px)}}
html #nx-app .nx-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}html #nx-app #nx-error-text{white-space:pre-line}
html #nx-app.nx-has-result .nx-hero{display:none}html #nx-app .nx-result-header{display:flex;align-items:center;gap:24px;margin-bottom:26px}html #nx-app .nx-result-header img{display:block;flex:0 0 160px;width:160px;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px}html #nx-app .nx-result-header h2{margin:8px 0 0}html #nx-app .nx-answer p{font-size:clamp(16px,1.5vw,18px);line-height:1.85;color:var(--px-text,#f4ecdf);text-align:left;max-width:76ch}html #nx-app .nx-answer p+p{margin-top:1.2em}html #nx-app .nx-note{font-size:12px;color:var(--px-muted,#c5bac9);margin:14px 0 24px}
html #nx-app .nx-original{border-top:1px solid var(--px-line,#383247);padding-top:14px;margin-bottom:14px}html #nx-app .nx-original dl{margin:12px 0 20px}html #nx-app dt{font-weight:600;font-size:13px;color:var(--px-accent,#e1bc72);margin-top:14px}html #nx-app dd{font-size:14px;white-space:pre-wrap;color:var(--px-muted,#c5bac9)}html #nx-app .nx-privacy{max-width:74ch;margin-bottom:20px}
@media(max-width:640px){html #nx-app{margin:16px auto}html #nx-app .nx-hero{grid-template-columns:1fr;gap:20px}html #nx-app .nx-hero figure{max-height:240px;border-radius:38px 12px 12px 12px}html #nx-app .nx-hero img{max-height:240px}html #nx-app .nx-intro{max-width:none}html #nx-app .nx-ornament{display:none}html #nx-app .nx-fields{grid-template-columns:1fr;gap:18px}html #nx-app .nx-result-header{align-items:center;gap:14px}html #nx-app .nx-result-header img{flex-basis:80px;width:80px}html #nx-app .nx-result-header .nx-eyebrow{font-size:10px;letter-spacing:.08em}html #nx-app .nx-result-header h2{font-size:24px}html #nx-app .nx-actions{flex-direction:column}html #nx-app #nx-submit{width:100%}}
@media(prefers-reduced-motion:reduce){html #nx-app .nx-moon{animation:none}}
html #nx-app :is(input,select,textarea){font:400 16px/1.5 var(--px-body,system-ui,sans-serif);color:var(--px-text,#f4ecdf);background:var(--px-bg,#111426);border:1px solid var(--px-line,#383247);border-radius:9px;padding:12px;min-width:0;width:100%;min-height:48px;color-scheme:dark;box-shadow:none}
html #nx-app :is(input[type=checkbox],input[type=radio]){width:19px;height:19px;min-height:0;padding:0;flex-shrink:0;accent-color:var(--px-accent,#e1bc72)}
html #nx-app input:focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:3px}
html #nx-app :is(label,legend){text-transform:none;letter-spacing:0;font:600 14px/1.5 var(--px-body,system-ui,sans-serif);color:var(--px-text,#f4ecdf)}
html #nx-app label{display:block;margin:0 0 8px}html #nx-app .nx-field{min-width:0;margin-bottom:20px}html #nx-app .nx-check{display:flex;align-items:center;gap:10px;margin:10px 0;font-weight:400;cursor:pointer}
html #nx-app fieldset{min-width:0;border:1px solid var(--px-line,#383247);border-radius:13px;padding:20px;margin:0 0 22px}html #nx-app legend{padding:0 8px;color:var(--px-accent,#e1bc72)}
html #nx-app .nx-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}html #nx-app .nx-grid>.nx-field{margin:0}html #nx-app .nx-grid{margin-bottom:20px}
html #nx-app #nx-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:12px;margin-bottom:18px}
html #nx-app :is(h3,h4){font:500 22px/1.35 var(--px-heading,Georgia,serif);margin:0 0 12px;color:var(--px-text,#f4ecdf);text-align:left;letter-spacing:0;text-transform:none}
html #nx-app .nx-answer>.nx-panel{margin-bottom:18px}html #nx-app .nx-answer .nx-hint{font-size:13px}html #nx-app .nx-answer p+p{margin-top:12px}html #nx-app .nx-answer details{margin:18px 0}html #nx-app .nx-answer details p{font-size:15px}
html #nx-app .nx-pill{display:inline-block;font-size:12px;line-height:1.5;color:var(--px-accent,#e1bc72);padding:4px 10px;border:1px solid var(--px-line,#383247);border-radius:20px;margin-bottom:12px}
html #nx-app .nx-choice-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}html #nx-app .nx-choice-row .nx-check{border:1px solid var(--px-line,#383247);padding:10px 16px;border-radius:9px;margin:0}
html #nx-app .nx-selected{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 26px}html #nx-app .nx-selected[data-count='1']{grid-template-columns:minmax(0,240px);justify-content:center}
html #nx-app .nx-card-slot{text-align:center;min-width:0}html #nx-app .nx-card-slot>button{display:flex;flex-direction:column;width:100%;padding:14px 8px;font-size:13px;min-height:200px}html #nx-app .nx-card-slot img{display:block;width:90px;height:155px;object-fit:contain;margin:0 auto 10px;border-radius:5px}html #nx-app .nx-card-back{display:grid;place-items:center;width:90px;height:155px;border:1px solid var(--px-accent,#e1bc72);border-radius:7px;background:radial-gradient(ellipse at center,var(--px-surface,#272239),var(--px-bg,#111426));color:var(--px-accent,#e1bc72);font:40px Georgia;margin:0 auto 10px}
html #nx-app .nx-card-slot h3{font:600 13px/1.5 var(--px-body,system-ui);text-align:center;margin-bottom:8px}html #nx-app .nx-reversed{transform:rotate(180deg)}
html #nx-app dialog{box-sizing:border-box;width:min(880px,calc(100vw - 24px));max-height:85dvh;margin:auto;padding:22px;border:1px solid var(--px-accent,#e1bc72);border-radius:20px;background:var(--px-bg,#111426);color:var(--px-text,#f4ecdf);overscroll-behavior:contain}html #nx-app dialog::backdrop{background:#05040bd9}html #nx-app .nx-dialog-head{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:18px}html #nx-app .nx-dialog-head h2{margin:0;font-size:24px}
html #nx-app .nx-picker-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}html #nx-app .nx-picker-grid button{display:flex;flex-direction:column;padding:8px;font-size:12px;line-height:1.4;gap:7px}html #nx-app .nx-picker-grid img{width:72px;height:122px;object-fit:contain}html #nx-app .nx-picker-grid button:disabled{opacity:.25;cursor:not-allowed}
html #nx-app .nx-palm-row{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:24px}html #nx-app .nx-hand{display:block;width:140px;height:190px;color:var(--px-accent,#e1bc72)}html #nx-app .nx-hand .nx-line{stroke:var(--px-muted,#c5bac9);opacity:.3;stroke-width:2.5;fill:none}html #nx-app .nx-hand .nx-highlight{stroke:var(--px-accent,#e1bc72);stroke-width:4;opacity:1}
html #nx-app .nx-palm-options{display:grid;gap:10px}html #nx-app .nx-palm-options label{border:1px solid var(--px-line,#383247);border-radius:8px;padding:10px;min-height:46px;margin:0;align-items:flex-start}
html #nx-app .nx-book-display{position:relative;max-width:660px;margin:20px auto 30px;border:1px solid var(--px-accent,#e1bc72);border-radius:8px 24px 24px 8px;padding:40px clamp(20px,5vw,48px);background:linear-gradient(90deg,#cfb583 0,#eee1c1 5%,#f6edd8 48%,#dac6a0 50%,#f6edd8 53%,#e5d6b5 100%);color:#30241f;box-shadow:6px 8px 0 #4b3628}html #nx-app .nx-book-display blockquote{position:relative;font:500 clamp(19px,2.5vw,26px)/1.65 var(--px-heading,Georgia,serif);margin:0;color:#30241f;text-align:left;border:0;padding:0}html #nx-app .nx-book-display small{display:block;text-align:center;margin-top:22px;font-size:12px;color:#5b4735}html #nx-app[data-kind=bibliomancy] .nx-wait .nx-moon{animation:nx-page 1.5s ease-in-out infinite}@keyframes nx-page{50%{transform:rotateY(140deg);opacity:.4}}
html #nx-app .nx-number-display{font:500 clamp(54px,8vw,94px)/1.2 var(--px-heading,Georgia,serif);color:var(--px-accent,#e1bc72);letter-spacing:.05em;text-align:center;margin:4px 0 24px}
html #nx-app .nx-stage{border-left:3px solid var(--px-line,#383247);padding:18px 20px;border-radius:0 12px 12px 0;background:var(--px-surface,#181321);margin-bottom:14px}html #nx-app .nx-stage.nx-current{border-color:var(--px-accent,#e1bc72)}html #nx-app .nx-stage-head{display:flex;gap:14px;align-items:baseline;flex-wrap:wrap}html #nx-app .nx-stage-number{font:500 42px/1.2 var(--px-heading,Georgia);color:var(--px-accent,#e1bc72)}
html #nx-app .nx-seeds{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0}html #nx-app .nx-seeds fieldset{padding:12px;margin:0}html #nx-app .nx-seeds input{margin-bottom:10px;padding:9px}html #nx-app .nx-seeds label{font-size:11px}
html #nx-app .nx-shield{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin:24px 0}html #nx-app .nx-figure{border:1px solid var(--px-line,#383247);border-radius:10px;padding:12px 5px;min-width:0;text-align:center;background:var(--px-surface,#181321)}html #nx-app .nx-figure span{display:block;font-size:10px;line-height:1.35;margin-bottom:8px;color:var(--px-muted,#c5bac9)}html #nx-app .nx-dots{font:700 20px/1.1 monospace;letter-spacing:3px;color:var(--px-accent,#e1bc72);min-height:22px}html #nx-app .nx-figure strong{display:block;font:500 11px/1.4 var(--px-heading,Georgia);margin-top:8px}html #nx-app .nx-figure:nth-child(n+9):nth-child(-n+12){grid-column:span 2}html #nx-app .nx-figure:nth-child(13),html #nx-app .nx-figure:nth-child(14){grid-column:span 4}html #nx-app .nx-figure:nth-child(15),html #nx-app .nx-figure:nth-child(16){grid-column:span 8}
html #nx-app .nx-positions{width:100%;border-collapse:collapse;table-layout:fixed;margin:14px 0}html #nx-app .nx-positions td,html #nx-app .nx-positions th{padding:9px 8px;text-align:left;border-bottom:1px solid var(--px-line,#383247);font-size:13px;vertical-align:top;overflow-wrap:anywhere;color:var(--px-text,#f4ecdf);background:transparent}html #nx-app .nx-positions th{color:var(--px-accent,#e1bc72);font-weight:600}html #nx-app .nx-positions caption{text-align:left;color:var(--px-accent,#e1bc72);padding:10px 0}
html #nx-app .nx-chart-band{display:flex;gap:7px;flex-wrap:wrap;margin:15px 0}html #nx-app .nx-chart-band span{font-size:12px;border:1px solid var(--px-line,#383247);border-radius:7px;padding:6px 9px}html #nx-app .nx-summary-data{margin:0 0 18px;padding-bottom:16px;border-bottom:1px solid var(--px-line,#383247);font-size:13px;white-space:pre-line;color:var(--px-muted,#c5bac9)}
@media(max-width:640px){html #nx-app .nx-grid{grid-template-columns:1fr;gap:16px}html #nx-app fieldset{padding:14px}html #nx-app .nx-palm-row{grid-template-columns:90px 1fr;gap:12px}html #nx-app .nx-hand{width:90px;height:150px}html #nx-app .nx-palm-options label{font-size:13px}html #nx-app .nx-selected{gap:8px}html #nx-app .nx-card-slot>button{font-size:11px;min-height:170px}html #nx-app .nx-card-slot :is(img,.nx-card-back){width:60px;height:103px}html #nx-app .nx-card-slot .nx-check{font-size:12px;gap:5px;justify-content:center}html #nx-app .nx-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html #nx-app dialog{padding:15px}html #nx-app .nx-seeds{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}html #nx-app .nx-shield{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}html #nx-app .nx-figure:nth-child(15),html #nx-app .nx-figure:nth-child(16){grid-column:span 4}html #nx-app .nx-figure:nth-child(13),html #nx-app .nx-figure:nth-child(14){grid-column:span 2}html #nx-app .nx-figure:nth-child(n+9):nth-child(-n+12){grid-column:span 1}html #nx-app .nx-book-display{padding:26px 20px}html #nx-app .nx-answer .nx-panel{padding:16px}}
@media(prefers-reduced-motion:reduce){html #nx-app[data-kind=bibliomancy] .nx-wait .nx-moon{animation:none}}
html #nx-app .nx-palm-row{grid-template-columns:140px minmax(0,1fr)}html #nx-app .nx-palm-options{min-width:0}html #nx-app .nx-palm-options label{display:grid;grid-template-columns:19px minmax(0,1fr)}
@media(max-width:640px){html #nx-app .nx-palm-row{grid-template-columns:90px minmax(0,1fr)}}
@media(max-width:360px){html #nx-app .nx-palm-row{grid-template-columns:minmax(0,1fr);gap:10px}html #nx-app .nx-hand{width:110px;height:145px;margin:auto}}
html #nx-app .nx-shield-table{table-layout:fixed;width:100%;border-collapse:separate;border-spacing:8px;margin:18px 0;background:transparent}html #nx-app .nx-shield-table td{padding:0;vertical-align:top;border:0;background:transparent;width:auto;color:inherit}html #nx-app .nx-shield-table .nx-figure{height:100%;min-height:164px;padding:14px 8px}html #nx-app .nx-shield-table .nx-figure span{font-size:12px}html #nx-app .nx-shield-table .nx-figure strong{font-size:14px}html #nx-app .nx-shield-table .nx-dots{font-size:23px}
@media(max-width:640px){html #nx-app .nx-shield-table{border-spacing:4px;margin-left:-4px;width:calc(100% + 8px)}html #nx-app .nx-shield-table .nx-figure{padding:12px 3px;min-height:150px}html #nx-app .nx-shield-table .nx-figure span{font-size:10px}html #nx-app .nx-shield-table .nx-figure strong{font-size:11px}html #nx-app .nx-shield-table .nx-dots{font-size:19px;letter-spacing:1px}}
/* Second-batch layouts: each result sizes to its content. */
html #nx-app .nx-answer{display:grid;gap:22px}html #nx-app #nx-controls:empty{display:none}html #nx-app #nx-controls{margin:16px 0 24px}html #nx-app h3{font:500 21px/1.4 var(--px-heading,Georgia,serif);color:var(--px-text,#f4ecdf);margin:0 0 12px}html #nx-app h4{font:600 15px/1.5 var(--px-body,system-ui);margin:0 0 7px;color:inherit}html #nx-app fieldset{min-width:0}html #nx-app svg{display:block;max-width:100%;height:auto}html #nx-app .nx-year-wheel{position:relative;width:100%;max-width:650px;aspect-ratio:1;justify-self:center;margin:20px auto 30px;background:radial-gradient(circle,transparent 28%,var(--px-line,#383247) 28.2%,transparent 28.5%,transparent 46%,var(--px-line,#383247) 46.2%,transparent 46.5%)}html #nx-app .nx-year-wheel a{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:92px;color:var(--px-accent,#e1bc72);text-align:center;font-size:11px;line-height:1.3;text-decoration:none;padding:4px;border-radius:8px}html #nx-app .nx-year-wheel a:hover{background:var(--px-surface,#181321)}html #nx-app .nx-year-wheel img{display:block;width:50px;height:86px;object-fit:contain;margin:0 auto 6px}html #nx-app .nx-wheel-center{position:absolute;inset:42%;display:grid;place-content:center;font-size:60px;color:var(--px-accent,#e1bc72)}html #nx-app .nx-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}html #nx-app .nx-month{display:grid;grid-template-columns:65px minmax(0,1fr);gap:16px;padding:20px;border:1px solid var(--px-line,#383247);border-radius:14px;background:var(--px-surface,#181321);scroll-margin-top:100px}html #nx-app .nx-month img{width:65px;height:112px;object-fit:contain}html #nx-app .nx-month h3{font-size:20px;text-transform:capitalize}html #nx-app .nx-month .nx-hint{font-size:11px}html #nx-app .nx-month p{font-size:15px}html #nx-app .nx-home-result{display:grid;gap:16px}html #nx-app .nx-home-result .nx-number-display{float:right;font-size:50px;line-height:1.1;margin:12px 0 20px 20px}html #nx-app .nx-home-result details{clear:both}html #nx-app .nx-chakra-group{padding:20px;margin:20px 0;background:var(--px-bg,#111426);border:1px solid var(--px-line,#383247);border-radius:16px}html #nx-app .nx-color-dot{display:inline-block;background:var(--chakra);width:12px;height:12px;border-radius:50%;margin-right:8px}html #nx-app .nx-question{border:0;padding:12px 0;margin:0 0 15px}html #nx-app .nx-question legend{font:500 15px/1.6 var(--px-body,system-ui);padding:0;text-transform:none;color:var(--px-text,#f4ecdf)}html #nx-app .nx-frequencies{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}html #nx-app .nx-frequencies label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px 5px;border:1px solid var(--px-line,#383247);border-radius:8px;text-align:center;font-size:12px;line-height:1.4;cursor:pointer;min-height:69px}html #nx-app .nx-frequencies label:has(input:checked){border-color:var(--px-accent,#e1bc72);background:var(--px-surface,#181321)}html #nx-app .nx-frequencies input{margin:0;accent-color:var(--px-accent,#e1bc72);width:18px;height:18px}html #nx-app .nx-profile{display:grid;gap:19px;padding:24px;border:1px solid var(--px-line,#383247);border-radius:16px}html #nx-app .nx-score{display:grid;grid-template-columns:1fr auto;gap:8px;font-size:14px}html #nx-app .nx-score-track{grid-column:1/-1;height:10px;background:var(--px-line,#383247);border-radius:12px;overflow:hidden}html #nx-app .nx-score-track span{display:block;height:100%;border-radius:12px}
html #nx-app .nx-shape-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:18px 0}html #nx-app .nx-shape-gallery button{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;justify-content:start;padding:9px;font-size:12px;line-height:1.3;font-weight:400}html #nx-app .nx-shape-gallery svg{width:70px;height:70px}html #nx-app .nx-shape-gallery button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #nx-app .nx-shape-preview{width:100%;max-width:350px;margin:14px auto}html #nx-app .nx-symbol-selection{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--px-line,#383247)}html #nx-app .nx-symbol-selection .nx-field{flex:1;margin:0;min-width:130px}html #nx-app .nx-symbol-selection strong{flex:1;min-width:110px;font-size:15px}html #nx-app .nx-symbol-selection button{font-size:12px;min-height:40px}html #nx-app .nx-symbol-result{display:grid;grid-template-columns:88px minmax(0,1fr);gap:24px}html #nx-app .nx-symbol-result>div{min-width:0}html #nx-app .nx-symbol-result p+p{margin-top:12px;color:var(--px-muted,#c5bac9)}html #nx-app .nx-tree-picks{display:flex;gap:9px;margin:20px 0;flex-wrap:wrap}html #nx-app .nx-tree-picks span{padding:6px 13px;font-size:12px;border:1px solid var(--px-line,#383247);border-radius:24px;color:var(--px-muted,#c5bac9)}html #nx-app .nx-tree-picks .nx-filled{border-color:var(--px-accent,#e1bc72);color:var(--px-accent,#e1bc72)}html #nx-app .nx-tree-deck{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;padding:15px 0}html #nx-app .nx-tree-deck button{aspect-ratio:2/3;min-width:0;border:1px solid var(--px-accent,#e1bc72);border-radius:9px;background:radial-gradient(ellipse at center,#34423c,#151d29 70%);color:#d9bd7d;padding:0;display:grid;place-items:center;box-shadow:inset 0 0 0 5px #161a25,inset 0 0 0 6px #6b603e}html #nx-app .nx-tree-deck button span{font-size:35px}html #nx-app .nx-tree-deck button.nx-picked{opacity:.45;transform:translateY(-6px)}html #nx-app .nx-tree-result{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}html #nx-app .nx-tree-result article{min-width:0}html #nx-app .nx-tree-result img{display:block;width:100%;height:auto;max-width:240px;border-radius:13px;margin:12px auto 18px;border:1px solid var(--px-line,#383247)}html #nx-app .nx-tree-result p{font-size:15px}html #nx-app .nx-stone-display,html #nx-app .nx-chart-display{width:100%;max-width:440px;margin:10px auto}html #nx-app .nx-cast{animation:nx-arrive .9s ease-out both}@keyframes nx-arrive{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}html #nx-app .nx-hours-summary{display:flex;gap:18px;flex-wrap:wrap;padding:16px 0;font-size:13px;color:var(--px-muted,#c5bac9)}html #nx-app .nx-hours{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:25px}html #nx-app .nx-hour{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;padding:18px;border:1px solid var(--px-line,#383247);border-radius:13px;background:var(--px-surface,#181321)}html #nx-app .nx-hour p{font-size:13px}html #nx-app .nx-hour .nx-hour-glyph{font-size:26px;color:var(--px-accent,#e1bc72)}html #nx-app .nx-hour.nx-current{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #nx-app .nx-now{font-size:10px;padding:3px 6px;border-radius:20px;background:var(--px-accent,#e1bc72);color:#14131a;margin-left:5px}
html #nx-app .nx-map-filters{display:flex;gap:8px 15px;flex-wrap:wrap;border:0;padding:0;margin-bottom:18px}html #nx-app .nx-map-filters label{display:flex;align-items:center;gap:6px;font-size:12px;padding:6px 0;min-height:35px}html #nx-app .nx-map-filters input{accent-color:var(--px-accent,#e1bc72);width:17px;height:17px;margin:0}html #nx-app .nx-map-city{display:flex;align-items:end;gap:12px;margin:15px 0}html #nx-app .nx-map-city .nx-field{flex:1;margin:0;min-width:0}html #nx-app .nx-map-city button{font-size:13px}html #nx-app .nx-map-toolbar{display:flex;gap:7px;flex-wrap:wrap}html #nx-app .nx-map-toolbar button{padding:7px 12px;min-width:42px;font-size:20px}html #nx-app .nx-map-view{width:100%;overflow:hidden;border:1px solid var(--px-line,#383247);border-radius:12px;cursor:crosshair}html #nx-app .nx-map-view svg{width:100%;height:auto;min-height:210px;background:#111c2d}html #nx-app #nx-map-nearby{display:grid;gap:16px}
@media(max-width:800px){html #nx-app .nx-shape-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}html #nx-app .nx-tree-deck{grid-template-columns:repeat(6,minmax(0,1fr))}html #nx-app .nx-months{grid-template-columns:1fr}html #nx-app .nx-hours{grid-template-columns:1fr}}
@media(max-width:900px){html #nx-app .nx-year-wheel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));aspect-ratio:auto;gap:8px;background:none;margin:5px 0}html #nx-app .nx-year-wheel a{position:static;transform:none;display:block;width:auto;border:1px solid var(--px-line,#383247);padding:10px 4px;font-size:12px}html #nx-app .nx-year-wheel img,html #nx-app .nx-wheel-center{display:none}html #nx-app .nx-tree-result{grid-template-columns:1fr;gap:28px}html #nx-app .nx-tree-result article{display:grid;grid-template-columns:minmax(90px,125px) minmax(0,1fr);gap:8px 18px}html #nx-app .nx-tree-result .nx-eyebrow{grid-column:1/-1}html #nx-app .nx-tree-result img{grid-row:2/4;margin:0}html #nx-app .nx-tree-result h3{font-size:21px}html #nx-app .nx-tree-result p:not(.nx-eyebrow){font-size:14px}html #nx-app .nx-chakra-group{padding:13px}html #nx-app .nx-frequencies{gap:4px}html #nx-app .nx-frequencies label{font-size:10px;padding:8px 3px}html #nx-app .nx-profile{padding:17px}html #nx-app .nx-symbol-result{grid-template-columns:60px minmax(0,1fr);gap:15px}html #nx-app .nx-map-city{align-items:stretch;flex-direction:column}html #nx-app .nx-tree-deck{gap:8px}html #nx-app .nx-tree-deck button span{font-size:26px}}
@media(max-width:380px){html #nx-app .nx-shape-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}html #nx-app .nx-tree-deck{grid-template-columns:repeat(4,minmax(0,1fr))}html #nx-app .nx-tree-result article{grid-template-columns:85px minmax(0,1fr)}html #nx-app .nx-month{grid-template-columns:50px minmax(0,1fr);padding:14px;gap:12px}html #nx-app .nx-month img{width:50px;height:86px}}
@media(prefers-reduced-motion:reduce){html #nx-app .nx-cast{animation:none}}
