/* Eight new experiences, using the host site's palette and typography. */
html #au-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 #au-app *{box-sizing:border-box}html #au-app [hidden]{display:none!important}html #au-app :is(h1,h2,p,figure,dl,dd){margin:0}html #au-app :is(h2,p,button){scroll-margin-top:110px}
html #au-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 #au-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 #au-app p{text-align:left}html #au-app .au-eyebrow{font-size:11px;line-height:1.6;letter-spacing:.13em;text-transform:uppercase;font-weight:650;color:var(--px-accent,#e1bc72)}
html #au-app .au-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(22px,4vw,42px);align-items:center;margin-bottom:30px}html #au-app .au-hero>div{min-width:0}html #au-app .au-intro{font-size:17px;line-height:1.7;color:var(--px-muted,#c5bac9);max-width:35ch}
html #au-app .au-hero figure{border:1px solid var(--px-line,#383247);border-radius:80px 18px 18px 18px;overflow:hidden;min-width:0}html #au-app .au-hero img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}html #au-app .au-ornament{display:flex;gap:14px;align-items:center;color:var(--px-accent,#e1bc72);margin-top:20px}html #au-app .au-ornament:after{content:'';height:1px;width:90px;background:currentColor;opacity:.35}
html #au-app .au-panel{width:100%;padding:clamp(18px,3vw,30px);border:1px solid var(--px-line,#383247);border-radius:16px;background:var(--px-surface,#181321)}
html #au-app .au-hint{font-size:13px;color:var(--px-muted,#c5bac9);line-height:1.6;margin:0 0 12px}html #au-app .au-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 #au-app h2 label{font:inherit;color:inherit;text-transform:none;letter-spacing:inherit}
html #au-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 #au-app textarea::placeholder{color:var(--px-muted,#c5bac9);opacity:.8}html #au-app #au-dream{min-height:154px}html #au-app #au-context{min-height:86px}html #au-app select{height:auto;min-height:48px}
html #au-app .au-count{text-align:right;font-size:11px;color:var(--px-muted,#c5bac9);margin:5px 0 18px}html #au-app .au-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;align-items:start}html #au-app .au-fields>div{min-width:0}
html #au-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 #au-app button.au-primary{background:var(--px-accent,#e1bc72);color:#19151d;border-color:var(--px-accent,#e1bc72)}html #au-app button:hover{filter:brightness(1.08)}html #au-app button:disabled{opacity:.6;cursor:wait}html #au-app :is(button,textarea,select,summary):focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:4px}
html #au-app .au-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:8px 12px;margin:0 0 16px;color:var(--px-text,#f4ecdf)}html #au-app [aria-invalid=true]{outline:2px solid var(--px-accent,#e1bc72)}
html #au-app .au-method{border-top:1px solid var(--px-line,#383247);padding-top:16px;margin-top:22px}html #au-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 #au-app details p{font-size:14px;color:var(--px-muted,#c5bac9);margin-top:10px}
html #au-app .au-wait{padding:46px 24px;text-align:center}html #au-app .au-wait :is(h2,p){text-align:center}html #au-app .au-moon{font:500 70px/1 Georgia,serif;color:var(--px-accent,#e1bc72);margin-bottom:22px;animation:au-glow 2.8s ease-in-out infinite alternate}@keyframes au-glow{from{opacity:.5;transform:translateY(3px)}to{opacity:1;transform:translateY(-3px)}}
html #au-app .au-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}html #au-app #au-error-text{white-space:pre-line}
html #au-app.au-has-result .au-hero{display:none}html #au-app .au-result-header{display:flex;align-items:center;gap:24px;margin-bottom:26px}html #au-app .au-result-header img{display:block;flex:0 0 160px;width:160px;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px}html #au-app .au-result-header h2{margin:8px 0 0}html #au-app .au-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 #au-app .au-answer p+p{margin-top:1.2em}html #au-app .au-note{font-size:12px;color:var(--px-muted,#c5bac9);margin:14px 0 24px}
html #au-app .au-original{border-top:1px solid var(--px-line,#383247);padding-top:14px;margin-bottom:14px}html #au-app .au-original dl{margin:12px 0 20px}html #au-app dt{font-weight:600;font-size:13px;color:var(--px-accent,#e1bc72);margin-top:14px}html #au-app dd{font-size:14px;white-space:pre-wrap;color:var(--px-muted,#c5bac9)}html #au-app .au-privacy{max-width:74ch;margin-bottom:20px}
@media(max-width:640px){html #au-app{margin:16px auto}html #au-app .au-hero{grid-template-columns:1fr;gap:20px}html #au-app .au-hero figure{max-height:240px;border-radius:38px 12px 12px 12px}html #au-app .au-hero img{max-height:240px}html #au-app .au-intro{max-width:none}html #au-app .au-ornament{display:none}html #au-app .au-fields{grid-template-columns:1fr;gap:18px}html #au-app .au-result-header{align-items:center;gap:14px}html #au-app .au-result-header img{flex-basis:80px;width:80px}html #au-app .au-result-header .au-eyebrow{font-size:10px;letter-spacing:.08em}html #au-app .au-result-header h2{font-size:24px}html #au-app .au-actions{flex-direction:column}html #au-app #au-submit{width:100%}}
@media(prefers-reduced-motion:reduce){html #au-app .au-moon{animation:none}}
html #au-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 #au-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 #au-app input:focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:3px}
html #au-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 #au-app label{display:block;margin:0 0 8px}html #au-app .au-field{min-width:0;margin-bottom:20px}html #au-app .au-check{display:flex;align-items:center;gap:10px;margin:10px 0;font-weight:400;cursor:pointer}
html #au-app fieldset{min-width:0;border:1px solid var(--px-line,#383247);border-radius:13px;padding:20px;margin:0 0 22px}html #au-app legend{padding:0 8px;color:var(--px-accent,#e1bc72)}
html #au-app .au-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}html #au-app .au-grid>.au-field{margin:0}html #au-app .au-grid{margin-bottom:20px}
html #au-app #au-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:12px;margin-bottom:18px}
html #au-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 #au-app .au-answer>.au-panel{margin-bottom:18px}html #au-app .au-answer .au-hint{font-size:13px}html #au-app .au-answer p+p{margin-top:12px}html #au-app .au-answer details{margin:18px 0}html #au-app .au-answer details p{font-size:15px}
html #au-app .au-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 #au-app .au-choice-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}html #au-app .au-choice-row .au-check{border:1px solid var(--px-line,#383247);padding:10px 16px;border-radius:9px;margin:0}
html #au-app .au-selected{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0 26px}html #au-app .au-selected[data-count='1']{grid-template-columns:minmax(0,240px);justify-content:center}
html #au-app .au-card-slot{text-align:center;min-width:0}html #au-app .au-card-slot>button{display:flex;flex-direction:column;width:100%;padding:14px 8px;font-size:13px;min-height:200px}html #au-app .au-card-slot img{display:block;width:90px;height:155px;object-fit:contain;margin:0 auto 10px;border-radius:5px}html #au-app .au-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 #au-app .au-card-slot h3{font:600 13px/1.5 var(--px-body,system-ui);text-align:center;margin-bottom:8px}html #au-app .au-reversed{transform:rotate(180deg)}
html #au-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 #au-app dialog::backdrop{background:#05040bd9}html #au-app .au-dialog-head{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-bottom:18px}html #au-app .au-dialog-head h2{margin:0;font-size:24px}
html #au-app .au-picker-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}html #au-app .au-picker-grid button{display:flex;flex-direction:column;padding:8px;font-size:12px;line-height:1.4;gap:7px}html #au-app .au-picker-grid img{width:72px;height:122px;object-fit:contain}html #au-app .au-picker-grid button:disabled{opacity:.25;cursor:not-allowed}
html #au-app .au-palm-row{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:24px}html #au-app .au-hand{display:block;width:140px;height:190px;color:var(--px-accent,#e1bc72)}html #au-app .au-hand .au-line{stroke:var(--px-muted,#c5bac9);opacity:.3;stroke-width:2.5;fill:none}html #au-app .au-hand .au-highlight{stroke:var(--px-accent,#e1bc72);stroke-width:4;opacity:1}
html #au-app .au-palm-options{display:grid;gap:10px}html #au-app .au-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 #au-app .au-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 #au-app .au-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 #au-app .au-book-display small{display:block;text-align:center;margin-top:22px;font-size:12px;color:#5b4735}html #au-app[data-kind=bibliomancy] .au-wait .au-moon{animation:au-page 1.5s ease-in-out infinite}@keyframes au-page{50%{transform:rotateY(140deg);opacity:.4}}
html #au-app .au-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 #au-app .au-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 #au-app .au-stage.au-current{border-color:var(--px-accent,#e1bc72)}html #au-app .au-stage-head{display:flex;gap:14px;align-items:baseline;flex-wrap:wrap}html #au-app .au-stage-number{font:500 42px/1.2 var(--px-heading,Georgia);color:var(--px-accent,#e1bc72)}
html #au-app .au-seeds{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0}html #au-app .au-seeds fieldset{padding:12px;margin:0}html #au-app .au-seeds input{margin-bottom:10px;padding:9px}html #au-app .au-seeds label{font-size:11px}
html #au-app .au-shield{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin:24px 0}html #au-app .au-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 #au-app .au-figure span{display:block;font-size:10px;line-height:1.35;margin-bottom:8px;color:var(--px-muted,#c5bac9)}html #au-app .au-dots{font:700 20px/1.1 monospace;letter-spacing:3px;color:var(--px-accent,#e1bc72);min-height:22px}html #au-app .au-figure strong{display:block;font:500 11px/1.4 var(--px-heading,Georgia);margin-top:8px}html #au-app .au-figure:nth-child(n+9):nth-child(-n+12){grid-column:span 2}html #au-app .au-figure:nth-child(13),html #au-app .au-figure:nth-child(14){grid-column:span 4}html #au-app .au-figure:nth-child(15),html #au-app .au-figure:nth-child(16){grid-column:span 8}
html #au-app .au-positions{width:100%;border-collapse:collapse;table-layout:fixed;margin:14px 0}html #au-app .au-positions td,html #au-app .au-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 #au-app .au-positions th{color:var(--px-accent,#e1bc72);font-weight:600}html #au-app .au-positions caption{text-align:left;color:var(--px-accent,#e1bc72);padding:10px 0}
html #au-app .au-chart-band{display:flex;gap:7px;flex-wrap:wrap;margin:15px 0}html #au-app .au-chart-band span{font-size:12px;border:1px solid var(--px-line,#383247);border-radius:7px;padding:6px 9px}html #au-app .au-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 #au-app .au-grid{grid-template-columns:1fr;gap:16px}html #au-app fieldset{padding:14px}html #au-app .au-palm-row{grid-template-columns:90px 1fr;gap:12px}html #au-app .au-hand{width:90px;height:150px}html #au-app .au-palm-options label{font-size:13px}html #au-app .au-selected{gap:8px}html #au-app .au-card-slot>button{font-size:11px;min-height:170px}html #au-app .au-card-slot :is(img,.au-card-back){width:60px;height:103px}html #au-app .au-card-slot .au-check{font-size:12px;gap:5px;justify-content:center}html #au-app .au-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app dialog{padding:15px}html #au-app .au-seeds{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}html #au-app .au-shield{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}html #au-app .au-figure:nth-child(15),html #au-app .au-figure:nth-child(16){grid-column:span 4}html #au-app .au-figure:nth-child(13),html #au-app .au-figure:nth-child(14){grid-column:span 2}html #au-app .au-figure:nth-child(n+9):nth-child(-n+12){grid-column:span 1}html #au-app .au-book-display{padding:26px 20px}html #au-app .au-answer .au-panel{padding:16px}}
@media(prefers-reduced-motion:reduce){html #au-app[data-kind=bibliomancy] .au-wait .au-moon{animation:none}}
html #au-app .au-palm-row{grid-template-columns:140px minmax(0,1fr)}html #au-app .au-palm-options{min-width:0}html #au-app .au-palm-options label{display:grid;grid-template-columns:19px minmax(0,1fr)}
@media(max-width:640px){html #au-app .au-palm-row{grid-template-columns:90px minmax(0,1fr)}}
@media(max-width:360px){html #au-app .au-palm-row{grid-template-columns:minmax(0,1fr);gap:10px}html #au-app .au-hand{width:110px;height:145px;margin:auto}}
html #au-app .au-shield-table{table-layout:fixed;width:100%;border-collapse:separate;border-spacing:8px;margin:18px 0;background:transparent}html #au-app .au-shield-table td{padding:0;vertical-align:top;border:0;background:transparent;width:auto;color:inherit}html #au-app .au-shield-table .au-figure{height:100%;min-height:164px;padding:14px 8px}html #au-app .au-shield-table .au-figure span{font-size:12px}html #au-app .au-shield-table .au-figure strong{font-size:14px}html #au-app .au-shield-table .au-dots{font-size:23px}
@media(max-width:640px){html #au-app .au-shield-table{border-spacing:4px;margin-left:-4px;width:calc(100% + 8px)}html #au-app .au-shield-table .au-figure{padding:12px 3px;min-height:150px}html #au-app .au-shield-table .au-figure span{font-size:10px}html #au-app .au-shield-table .au-figure strong{font-size:11px}html #au-app .au-shield-table .au-dots{font-size:19px;letter-spacing:1px}}
/* Second-batch layouts: each result sizes to its content. */
html #au-app .au-answer{display:grid;gap:22px}html #au-app #au-controls:empty{display:none}html #au-app #au-controls{margin:16px 0 24px}html #au-app h3{font:500 21px/1.4 var(--px-heading,Georgia,serif);color:var(--px-text,#f4ecdf);margin:0 0 12px}html #au-app h4{font:600 15px/1.5 var(--px-body,system-ui);margin:0 0 7px;color:inherit}html #au-app fieldset{min-width:0}html #au-app svg{display:block;max-width:100%;height:auto}html #au-app .au-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 #au-app .au-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 #au-app .au-year-wheel a:hover{background:var(--px-surface,#181321)}html #au-app .au-year-wheel img{display:block;width:50px;height:86px;object-fit:contain;margin:0 auto 6px}html #au-app .au-wheel-center{position:absolute;inset:42%;display:grid;place-content:center;font-size:60px;color:var(--px-accent,#e1bc72)}html #au-app .au-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}html #au-app .au-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 #au-app .au-month img{width:65px;height:112px;object-fit:contain}html #au-app .au-month h3{font-size:20px;text-transform:capitalize}html #au-app .au-month .au-hint{font-size:11px}html #au-app .au-month p{font-size:15px}html #au-app .au-home-result{display:grid;gap:16px}html #au-app .au-home-result .au-number-display{float:right;font-size:50px;line-height:1.1;margin:12px 0 20px 20px}html #au-app .au-home-result details{clear:both}html #au-app .au-chakra-group{padding:20px;margin:20px 0;background:var(--px-bg,#111426);border:1px solid var(--px-line,#383247);border-radius:16px}html #au-app .au-color-dot{display:inline-block;background:var(--chakra);width:12px;height:12px;border-radius:50%;margin-right:8px}html #au-app .au-question{border:0;padding:12px 0;margin:0 0 15px}html #au-app .au-question legend{font:500 15px/1.6 var(--px-body,system-ui);padding:0;text-transform:none;color:var(--px-text,#f4ecdf)}html #au-app .au-frequencies{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}html #au-app .au-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 #au-app .au-frequencies label:has(input:checked){border-color:var(--px-accent,#e1bc72);background:var(--px-surface,#181321)}html #au-app .au-frequencies input{margin:0;accent-color:var(--px-accent,#e1bc72);width:18px;height:18px}html #au-app .au-profile{display:grid;gap:19px;padding:24px;border:1px solid var(--px-line,#383247);border-radius:16px}html #au-app .au-score{display:grid;grid-template-columns:1fr auto;gap:8px;font-size:14px}html #au-app .au-score-track{grid-column:1/-1;height:10px;background:var(--px-line,#383247);border-radius:12px;overflow:hidden}html #au-app .au-score-track span{display:block;height:100%;border-radius:12px}
html #au-app .au-shape-gallery{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:18px 0}html #au-app .au-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 #au-app .au-shape-gallery svg{width:70px;height:70px}html #au-app .au-shape-gallery button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #au-app .au-shape-preview{width:100%;max-width:350px;margin:14px auto}html #au-app .au-symbol-selection{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--px-line,#383247)}html #au-app .au-symbol-selection .au-field{flex:1;margin:0;min-width:130px}html #au-app .au-symbol-selection strong{flex:1;min-width:110px;font-size:15px}html #au-app .au-symbol-selection button{font-size:12px;min-height:40px}html #au-app .au-symbol-result{display:grid;grid-template-columns:88px minmax(0,1fr);gap:24px}html #au-app .au-symbol-result>div{min-width:0}html #au-app .au-symbol-result p+p{margin-top:12px;color:var(--px-muted,#c5bac9)}html #au-app .au-tree-picks{display:flex;gap:9px;margin:20px 0;flex-wrap:wrap}html #au-app .au-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 #au-app .au-tree-picks .au-filled{border-color:var(--px-accent,#e1bc72);color:var(--px-accent,#e1bc72)}html #au-app .au-tree-deck{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;padding:15px 0}html #au-app .au-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 #au-app .au-tree-deck button span{font-size:35px}html #au-app .au-tree-deck button.au-picked{opacity:.45;transform:translateY(-6px)}html #au-app .au-tree-result{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}html #au-app .au-tree-result article{min-width:0}html #au-app .au-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 #au-app .au-tree-result p{font-size:15px}html #au-app .au-stone-display,html #au-app .au-chart-display{width:100%;max-width:440px;margin:10px auto}html #au-app .au-cast{animation:au-arrive .9s ease-out both}@keyframes au-arrive{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}html #au-app .au-hours-summary{display:flex;gap:18px;flex-wrap:wrap;padding:16px 0;font-size:13px;color:var(--px-muted,#c5bac9)}html #au-app .au-hours{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:25px}html #au-app .au-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 #au-app .au-hour p{font-size:13px}html #au-app .au-hour .au-hour-glyph{font-size:26px;color:var(--px-accent,#e1bc72)}html #au-app .au-hour.au-current{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #au-app .au-now{font-size:10px;padding:3px 6px;border-radius:20px;background:var(--px-accent,#e1bc72);color:#14131a;margin-left:5px}
html #au-app .au-map-filters{display:flex;gap:8px 15px;flex-wrap:wrap;border:0;padding:0;margin-bottom:18px}html #au-app .au-map-filters label{display:flex;align-items:center;gap:6px;font-size:12px;padding:6px 0;min-height:35px}html #au-app .au-map-filters input{accent-color:var(--px-accent,#e1bc72);width:17px;height:17px;margin:0}html #au-app .au-map-city{display:flex;align-items:end;gap:12px;margin:15px 0}html #au-app .au-map-city .au-field{flex:1;margin:0;min-width:0}html #au-app .au-map-city button{font-size:13px}html #au-app .au-map-toolbar{display:flex;gap:7px;flex-wrap:wrap}html #au-app .au-map-toolbar button{padding:7px 12px;min-width:42px;font-size:20px}html #au-app .au-map-view{width:100%;overflow:hidden;border:1px solid var(--px-line,#383247);border-radius:12px;cursor:crosshair}html #au-app .au-map-view svg{width:100%;height:auto;min-height:210px;background:#111c2d}html #au-app #au-map-nearby{display:grid;gap:16px}
@media(max-width:800px){html #au-app .au-shape-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}html #au-app .au-tree-deck{grid-template-columns:repeat(6,minmax(0,1fr))}html #au-app .au-months{grid-template-columns:1fr}html #au-app .au-hours{grid-template-columns:1fr}}
@media(max-width:900px){html #au-app .au-year-wheel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));aspect-ratio:auto;gap:8px;background:none;margin:5px 0}html #au-app .au-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 #au-app .au-year-wheel img,html #au-app .au-wheel-center{display:none}html #au-app .au-tree-result{grid-template-columns:1fr;gap:28px}html #au-app .au-tree-result article{display:grid;grid-template-columns:minmax(90px,125px) minmax(0,1fr);gap:8px 18px}html #au-app .au-tree-result .au-eyebrow{grid-column:1/-1}html #au-app .au-tree-result img{grid-row:2/4;margin:0}html #au-app .au-tree-result h3{font-size:21px}html #au-app .au-tree-result p:not(.au-eyebrow){font-size:14px}html #au-app .au-chakra-group{padding:13px}html #au-app .au-frequencies{gap:4px}html #au-app .au-frequencies label{font-size:10px;padding:8px 3px}html #au-app .au-profile{padding:17px}html #au-app .au-symbol-result{grid-template-columns:60px minmax(0,1fr);gap:15px}html #au-app .au-map-city{align-items:stretch;flex-direction:column}html #au-app .au-tree-deck{gap:8px}html #au-app .au-tree-deck button span{font-size:26px}}
@media(max-width:380px){html #au-app .au-shape-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-tree-deck{grid-template-columns:repeat(4,minmax(0,1fr))}html #au-app .au-tree-result article{grid-template-columns:85px minmax(0,1fr)}html #au-app .au-month{grid-template-columns:50px minmax(0,1fr);padding:14px;gap:12px}html #au-app .au-month img{width:50px;height:86px}}
@media(prefers-reduced-motion:reduce){html #au-app .au-cast{animation:none}}

/* Layouts for the third collection; all selectors remain inside its own root. */
html #au-app .au-three{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-dice-display{display:flex;justify-content:center;align-items:flex-start;gap:clamp(12px,3vw,30px);padding:24px 0}
html #au-app .au-die{flex:1;max-width:180px;text-align:center}html #au-app .au-die svg{display:block;width:100%;height:auto;filter:drop-shadow(0 8px 12px #0003)}html #au-app .au-die figcaption{font-size:15px;font-weight:600;margin-top:10px;line-height:1.5;color:var(--px-text,#f4ecdf)}
html #au-app .au-reading-text p+p{margin-top:18px}html #au-app .au-closing-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:25px 0 8px}html #au-app .au-closing-path span{text-align:center;font-size:12px;color:var(--px-muted,#c5bac9)}html #au-app .au-closing-path b{display:block;width:32px;height:32px;line-height:30px;border:1px solid var(--px-line,#383247);border-radius:50%;margin:0 auto 8px;color:var(--px-accent,#e1bc72)}
html #au-app .au-four-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:30px 0}html #au-app .au-four-cards figure{text-align:center;min-width:0}html #au-app .au-four-cards img{width:100%;max-width:115px;height:auto;aspect-ratio:100/172;object-fit:contain;border-radius:5px;box-shadow:0 8px 18px #0003}html #au-app .au-four-cards figcaption{display:grid;gap:7px;margin-top:15px;line-height:1.45;font-size:14px}html #au-app .au-four-cards small{color:var(--px-muted,#c5bac9)}
html #au-app .au-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:680px;margin:25px auto}html #au-app .au-matrix button{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:145px;padding:14px;background:var(--px-surface,#181321);border:1px solid var(--px-line,#383247);border-radius:14px;color:var(--px-text,#f4ecdf);font-size:14px}html #au-app .au-matrix button[aria-expanded=true]{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #au-app .au-cell-number{font:400 36px/1 var(--px-heading,Georgia,serif);color:var(--px-accent,#e1bc72)}html #au-app .au-cell-dots{font-size:12px;letter-spacing:3px;max-width:100%;overflow-wrap:anywhere}html #au-app .au-matrix small{color:var(--px-muted,#c5bac9);font-size:11px}
html #au-app .au-animal-picks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}html #au-app .au-animal-picks span{border-bottom:2px solid var(--px-line,#383247);padding:10px 4px;font-size:13px;color:var(--px-muted,#c5bac9)}html #au-app .au-animal-picks .au-filled{border-color:var(--px-accent,#e1bc72);color:var(--px-accent,#e1bc72)}html #au-app .au-animal-deck{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin:20px 0}html #au-app .au-animal-deck button{position:relative;min-width:0;min-height:70px;aspect-ratio:2/3;border:1px solid var(--px-accent,#e1bc72);border-radius:9px;color:#e5c687;background:radial-gradient(ellipse at center,#32433c 0%,#192a28 50%,#0d1922 100%);font:400 clamp(18px,3vw,30px)/1 Georgia,serif;box-shadow:inset 0 0 0 5px #13232a,inset 0 0 0 6px #a88b4c;transition:transform .2s,opacity .2s}html #au-app .au-animal-deck button:hover:not(:disabled){transform:translateY(-4px)}html #au-app .au-animal-deck .au-picked{opacity:.5;transform:translateY(3px);color:#f7d991}html #au-app .au-animal-result{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:20px 0 30px}html #au-app .au-animal-result article{min-width:0}html #au-app .au-animal-result img{display:block;width:100%;height:auto;aspect-ratio:2/3;border:1px solid var(--px-line,#383247);border-radius:14px;margin:12px 0 18px}html #au-app .au-animal-result h3{font:500 23px/1.3 var(--px-heading,Georgia,serif);margin:0 0 12px}html #au-app .au-animal-result p:not(.au-eyebrow){font-size:15px;line-height:1.7}
html #au-app .au-test-progress{text-align:right;font-size:13px;color:var(--px-muted,#c5bac9);margin:12px 0}html #au-app .au-question{margin:18px 0;padding:20px;border:1px solid var(--px-line,#383247);border-radius:12px}html #au-app .au-question legend{font-size:15px;text-transform:none;letter-spacing:0;padding:0 6px;max-width:100%}html #au-app .au-score-track>span{background:var(--px-accent,#e1bc72)}
html #au-app .au-table-wrap{max-width:100%;overflow:auto}html #au-app .au-chart-display{max-width:540px;width:100%;margin:26px auto}html #au-app .au-chart-display svg{display:block;width:100%;height:auto}html #au-app .au-chart-key{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin:-10px 0 25px;font-size:13px;color:var(--px-muted,#c5bac9)}
html #au-app .au-retro-chart{overflow:auto;margin:20px 0;border-radius:12px}html #au-app .au-retro-chart svg{display:block;width:100%;min-width:580px;height:auto}html #au-app .au-retro-now{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}html #au-app .au-retro-now h3{width:100%;margin:0}html #au-app .au-retro-now>span{font-size:13px;border:1px solid var(--px-line,#383247);border-radius:99px;padding:7px 12px}html #au-app .au-retro-title{margin-top:20px}html #au-app .au-retro-title h3{margin:0;font:500 24px/1.4 var(--px-heading,Georgia,serif)}
html #au-app :is(.au-ingresses,.au-stations){list-style:none;margin:0;padding:0}html #au-app :is(.au-ingresses,.au-stations) li{display:grid;gap:7px;border-bottom:1px solid var(--px-line,#383247);padding:15px 0}html #au-app :is(.au-ingresses,.au-stations) li:last-child{border-bottom:0}html #au-app :is(.au-ingresses,.au-stations) span{font-size:14px;color:var(--px-muted,#c5bac9)}html #au-app .au-stations small{color:var(--px-accent,#e1bc72)}html #au-app #au-controls{margin-bottom:20px}html #au-app .au-answer>.au-panel+ .au-panel{margin-top:20px}html #au-app .au-answer>p{margin:16px 0}html #au-app #au-cell-detail{margin-bottom:24px}
@keyframes au-dice-reveal{from{transform:translateY(-15px) rotate(-12deg);opacity:0}to{transform:none;opacity:1}}html #au-app .au-revealed .au-die{animation:au-dice-reveal .6s ease both}html #au-app .au-revealed .au-die:nth-child(2){animation-delay:.1s}html #au-app .au-revealed .au-die:nth-child(3){animation-delay:.2s}
@media(max-width:640px){html #au-app .au-three{grid-template-columns:1fr}html #au-app .au-four-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 15px}html #au-app .au-closing-path{grid-template-columns:repeat(2,1fr)}html #au-app .au-animal-deck{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}html #au-app .au-animal-result{grid-template-columns:1fr;gap:28px}html #au-app .au-animal-result img{max-width:300px;margin-left:auto;margin-right:auto}html #au-app .au-animal-result .au-eyebrow{text-align:center}html #au-app .au-animal-picks{gap:8px}html #au-app .au-animal-picks span{font-size:12px}html #au-app .au-matrix{gap:7px}html #au-app .au-matrix button{min-height:138px;padding:10px 5px;font-size:12px}html #au-app .au-cell-number{font-size:30px}html #au-app .au-die figcaption{font-size:13px}html #au-app .au-question{padding:16px 10px}html #au-app .au-frequencies{grid-template-columns:repeat(2,minmax(0,1fr))}html #au-app .au-frequencies label:last-child{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html #au-app .au-die,html #au-app .au-animal-deck button{animation:none!important;transition:none!important}}

html #au-app .au-answer{grid-template-columns:minmax(0,1fr)}html #au-app .au-answer>*{min-width:0}html #au-app .au-retro-chart{max-width:100%}

html #au-app .au-calendar-swipe{display:none}@media(max-width:640px){html #au-app .au-calendar-swipe{display:block;font-size:12px;color:var(--px-muted,#c5bac9)}}

#au-app .au-card-deck{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin:20px 0;max-width:780px}
#au-app .au-card-deck button{aspect-ratio:2/3;padding:0;border:1px solid var(--nx-gold,var(--gold,#c9a85e));border-radius:9px;background:radial-gradient(ellipse at center,#65512d 0,transparent 3%,transparent 28%,#8f744e 29%,transparent 31%),repeating-linear-gradient(45deg,#151521 0,#151521 8px,#202132 9px,#202132 10px);color:#dfc27d;display:grid;place-items:center;font-size:28px;min-height:0;transition:transform .2s,opacity .2s}
#au-app .au-card-deck button:hover:not(:disabled){transform:translateY(-5px)}
#au-app .au-card-deck button:disabled{opacity:.38;transform:translateY(-3px)}
#au-app .au-pick-labels{display:flex;gap:8px;flex-wrap:wrap;margin:15px 0}
#au-app .au-pick-labels span{border:1px solid #8a764e66;border-radius:20px;padding:7px 12px;font-size:.86em}
#au-app .au-pick-labels .au-filled{background:#c9a85e24;color:inherit}
#au-app .au-number{font-family:Georgia,serif;font-size:3rem;line-height:1.2;color:var(--gold,#d5b26b)}
#au-app .au-name-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:18px}
#au-app .au-name-results article{overflow-wrap:anywhere}
#au-app .au-wheel{display:block;width:min(100%,350px);margin:20px auto;color:var(--gold,#d5b26b)}
#au-app .au-age-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:14px 0}
#au-app .au-age-list button{min-width:52px;padding:10px;border-radius:12px}
#au-app .au-age-list [aria-pressed=true]{background:var(--gold,#d5b26b);color:#17131b}
#au-app .au-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}
#au-app .au-pillar{border:1px solid #9e855d55;border-radius:16px;background:linear-gradient(160deg,#20333055,#11122188);text-align:center;padding:18px 8px}
#au-app .au-pillar strong{display:block;font-size:2.5rem;color:#d8bc7e;font-weight:400}
#au-app .au-pillar small{display:block;font-size:.82rem;line-height:1.6}
#au-app .au-pillar>div{padding:10px 0;border-top:1px solid #9e855d33}
#au-app .au-element-bars{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}
#au-app .au-element-bars span{padding:10px 15px;border:1px solid #9e855d55;border-radius:12px}
#au-app .au-event-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:12px;margin:18px 0}
#au-app .au-event-list button{padding:14px;border-radius:12px;text-align:left;line-height:1.5;display:flex;flex-direction:column;gap:5px}
#au-app .au-event-list [aria-pressed=true]{border-color:var(--gold,#d5b26b);background:#b28d4825}
#au-app .au-eclipse-disc{width:94px;height:94px;border-radius:50%;margin:18px auto;background:#090b12;box-shadow:0 0 9px 2px #ffe6a6,0 0 28px 8px #dbb36955}
#au-app .au-eclipse-disc.au-lunar{background:radial-gradient(circle at 32% 32%,#d89969,#7f332c 58%,#30131d);box-shadow:0 0 20px #db6e3b44}
#au-app .au-date-row{position:relative;border:1px solid #9e855d44;border-radius:14px;padding:16px;margin-bottom:14px}
#au-app .au-date-row .au-remove-date{padding:7px 12px;margin:8px 0;font-size:.85em}
#au-app .au-compare-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px}
#au-app .au-factor{padding:12px 0;border-bottom:1px solid #9e855d33;line-height:1.6}
#au-app .au-factor strong{display:block}
#au-app .au-factor p{font-size:.94em;margin:6px 0}
#au-app .au-phase-track{height:8px;background:linear-gradient(to right,#272337,#d6bb84,#272337);border-radius:8px;position:relative;margin:18px 4px}
#au-app .au-phase-track i{position:absolute;width:12px;height:16px;border:2px solid currentColor;background:#191728;border-radius:4px;top:-4px;transform:translateX(-50%)}
@media(max-width:640px){#au-app .au-card-deck{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}#au-app .au-card-deck button{font-size:22px}#au-app .au-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}#au-app .au-four-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){#au-app .au-card-deck button{transition:none}}
