/* 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:18px 0}html #au-app .au-summary-data{padding:14px 0 22px;color:var(--px-muted,#c5bac9);white-space:pre-wrap}
html #au-app .au-hint{margin-top:14px}html #au-app #au-finish{margin-top:28px}html #au-app .au-deck{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:7px;margin:20px 0 26px}html #au-app .au-deck button{width:100%;aspect-ratio:2/3;min-height:0;padding:0;border:1px solid #a78047;border-radius:6px;background:radial-gradient(ellipse,#3d2c47 0,#151a30 70%);color:#d4ac65;box-shadow:inset 0 0 0 4px #191a2d,inset 0 0 0 5px #6d5738;font:24px Georgia,serif}html #au-app .au-deck button:disabled{cursor:default;opacity:.6}html #au-app .au-deck button:disabled:has(span:not(:empty)){filter:brightness(.9)}
html #au-app .au-picks{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}html #au-app .au-picks span{border:1px solid var(--px-line,#383247);padding:6px 10px;border-radius:20px;font-size:12px;color:var(--px-muted,#c5bac9)}html #au-app .au-picks .au-filled{color:var(--px-accent,#e1bc72);border-color:currentColor}
html #au-app .au-five-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:26px 0}html #au-app .au-five-cards img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:8px;border:1px solid #a78047}html #au-app figcaption{text-align:center;margin-top:12px;font-size:13px;line-height:1.4}html #au-app figcaption strong,html #au-app figcaption small{display:block}html #au-app figcaption small{margin-bottom:6px;color:var(--px-accent,#e1bc72)}
html #au-app .au-catalogue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:20px}html #au-app .au-catalogue-grid img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:8px;margin-bottom:12px}html #au-app .au-catalogue-grid h3{font-size:19px}html #au-app .au-catalogue-grid p{font-size:14px}
html #au-app .au-editor{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:center}html #au-app .au-editor .au-field{margin-bottom:0}html #au-app .au-editor input[type=range]{padding:0;accent-color:var(--px-accent,#e1bc72)}html #au-app #au-controls{margin-bottom:24px}html #au-app #au-download{margin-top:14px}
html #au-app :is(.au-sigil,.au-square){display:block;width:100%;max-width:520px;height:auto;max-height:none;margin:20px auto;border:1px solid #a78047;border-radius:16px;box-shadow:0 14px 36px #0002}html #au-app .au-square{max-width:560px}html #au-app .au-answer .au-sum-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0 14px}html #au-app .au-sum-controls button{font-size:12px;min-height:42px;padding:8px 12px}html #au-app .au-sum-controls button[aria-pressed=true]{background:var(--px-accent,#e1bc72);color:#17131b}html #au-app .au-equation{text-align:center;font-variant-numeric:tabular-nums;border:1px solid var(--px-line,#383247);padding:16px;border-radius:10px;margin-bottom:24px}
html #au-app .au-area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html #au-app .au-folded{max-width:440px;margin:36px auto;padding:36px 26px;text-align:center;background:#f3ead8;border:1px solid #b8945b;border-radius:5px;box-shadow:0 12px 30px #0003,inset 0 -20px 0 #e7dbc7}html #au-app .au-folded p{text-align:center;color:#513b24;margin:20px 0}html #au-app .au-paper-seal{width:64px;height:64px;margin:0 auto;background:#8a3533;color:#e7c78b;border-radius:50%;font-size:36px;line-height:64px}
html #au-app .au-paper{position:relative;max-width:660px;margin:0 auto 26px;background:linear-gradient(#fbf5e7,#f0e3cc);padding:clamp(24px,5vw,48px);border:1px solid #b8945b;border-top:8px solid #943d38;color:#493722;box-shadow:0 12px 30px #0002}html #au-app .au-paper :is(p,h3,h4){color:#493722}html #au-app .au-paper .au-eyebrow{color:#915f26}html #au-app .au-paper .au-paper-grade{font:500 clamp(28px,4vw,40px)/1.3 var(--px-heading,Georgia,serif);margin:20px 0 12px;color:#883c32}html #au-app .au-paper h3{font-size:22px}html #au-app .au-paper-areas{border-top:1px solid #c9b28b;margin-top:28px;padding-top:24px}html #au-app .au-paper-areas section+section{margin-top:24px}html #au-app .au-paper-areas h4{font-size:18px;color:#8a512b;margin:0 0 6px}
html #au-app .au-rolls{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:22px auto;max-width:550px}html #au-app .au-rolls>div{text-align:center}html #au-app .au-die{display:flex;align-items:center;justify-content:center;height:168px;font-size:44px;color:var(--px-accent,#e1bc72)}html #au-app .au-die-svg{display:block;width:120px;height:142px;max-width:100%;flex-shrink:0}html #au-app .au-result-dice{display:flex;align-items:center;justify-content:center;gap:20px;margin:24px 0;color:var(--px-accent,#e1bc72)}html #au-app .au-rolling{animation:au-roll .2s linear infinite}@keyframes au-roll{50%{transform:rotate(12deg) scale(.95)}}
html #au-app .au-progress{color:var(--px-accent,#e1bc72);font-size:18px;font-variant-numeric:tabular-nums;margin:18px 0}html #au-app .au-test-group{margin:28px 0 18px}html #au-app .au-question .au-check{padding:10px;border:1px solid var(--px-line,#383247);border-radius:8px;align-items:flex-start;line-height:1.55}html #au-app .au-question .au-check:has(input:checked){border-color:var(--px-accent,#e1bc72);background:var(--px-bg,#111426)}html #au-app .au-question input{margin-top:2px}html #au-app .au-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:22px}html #au-app .au-scores{display:grid;gap:18px;margin:24px 0 28px}html #au-app .au-scores>div>div:first-child{display:flex;justify-content:space-between;gap:16px;font-size:14px;line-height:1.5}html #au-app .au-track{height:8px;border-radius:8px;background:var(--px-line,#383247);margin-top:8px;overflow:hidden}html #au-app .au-track span{height:100%;display:block;background:var(--px-accent,#e1bc72);border-radius:8px}
@media(max-width:760px){html #au-app .au-deck{grid-template-columns:repeat(9,minmax(0,1fr))}html #au-app .au-profile-grid{grid-template-columns:1fr}html #au-app .au-editor{grid-template-columns:1fr 1fr}html #au-app .au-catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:500px){html #au-app .au-deck{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}html #au-app .au-deck button{font-size:18px}html #au-app .au-five-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}html #au-app .au-five-cards figure:last-child{grid-column:1/-1;width:calc(50% - 7px);justify-self:center}html #au-app .au-editor{grid-template-columns:1fr}html #au-app .au-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}html #au-app .au-rolls{gap:10px}html #au-app .au-rolls button{font-size:13px;padding:10px}html #au-app .au-area-grid{grid-template-columns:1fr}html #au-app .au-result-dice{gap:10px}}
@media(prefers-reduced-motion:reduce){html #au-app .au-rolling{animation:none}}

html #au-app .au-flower-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0}html #au-app .au-flower-grid button{display:flex;flex-direction:column;gap:7px;padding:10px 7px;min-width:0;background:var(--px-bg,#111426);border-radius:70px 70px 12px 12px;font-size:13px;justify-content:start}html #au-app .au-flower-grid img{display:block;width:100%;height:140px;object-fit:contain;filter:drop-shadow(0 3px 6px #0003)}html #au-app .au-flower-grid button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);background:color-mix(in srgb,var(--px-accent,#e1bc72) 14%,var(--px-bg,#111426))}html #au-app .au-flower-grid small{font-size:11px;opacity:.8}
html #au-app .au-selection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}html #au-app .au-selection>div{border:1px solid var(--px-line,#383247);border-radius:10px;padding:12px;min-width:0}html #au-app .au-selection p{font-size:12px}html #au-app .au-selection strong{display:block;margin:8px 0}html #au-app .au-selection button{font-size:12px;padding:6px;min-height:40px}
html #au-app .au-bouquet{position:relative;width:100%;max-width:580px;height:530px;margin:12px auto 26px;overflow:hidden;border:1px solid #a7834d;border-radius:100px 20px;background:radial-gradient(ellipse at 50% 35%,#313447,#101626 75%)}html #au-app .au-bouquet img{position:absolute;left:29%;top:16%;width:42%;height:80%;object-fit:contain;transform-origin:50% 93%;filter:drop-shadow(0 5px 6px #0002)}html #au-app .au-bouquet img:first-child{transform:rotate(-24deg)}html #au-app .au-bouquet img:nth-child(2){transform:rotate(24deg)}html #au-app .au-bouquet:after{content:'✦';position:absolute;left:calc(50% - 22px);bottom:14%;font-size:36px;color:#d9b776}
html #au-app .au-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}html #au-app .au-three .au-panel{padding:20px}html #au-app .au-three h3{font-size:21px}html #au-app .au-three p{font-size:14px}html #au-app .au-three .au-eyebrow{font-size:11px;margin-bottom:10px}
html #au-app .au-stick-reveal{text-align:center;padding:30px 16px}html #au-app .au-stick-reveal p{text-align:center}html #au-app .au-stick{width:58px;height:240px;border-radius:20px 20px 4px 4px;display:flex;align-items:center;justify-content:center;margin:18px auto 24px;background:linear-gradient(90deg,#9e622d,#e6bb73 30%,#deb373 70%,#91602d);color:#592928;border:1px solid #ad793c;font:38px Georgia,serif;box-shadow:8px 12px 20px #0002}html #au-app .au-scene{display:grid;grid-template-columns:.8fr 1fr;gap:26px;align-items:center;margin-bottom:26px}html #au-app .au-scene>img{width:100%;height:auto;border-radius:80px 14px 14px 14px;border:1px solid #ac874d}html #au-app .au-scene h3{font-size:28px}html #au-app .au-scene p+p{margin-top:12px}
html #au-app .au-chart{display:block;width:100%;height:auto;max-width:720px;margin:22px auto;border:1px solid #8f764a;border-radius:18px;background:#101625}html #au-app .au-chart text{font-family:Georgia,serif}html #au-app .au-table-wrap{overflow-x:auto;margin:20px 0}html #au-app table{width:100%;border-collapse:collapse;font:14px/1.6 var(--px-body,system-ui,sans-serif);color:var(--px-text,#f4ecdf);table-layout:fixed}html #au-app :is(th,td){padding:12px 9px;border-bottom:1px solid var(--px-line,#383247);text-align:left;vertical-align:top;overflow-wrap:anywhere}html #au-app th{font-weight:650;color:var(--px-accent,#e1bc72)}html #au-app .au-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px}html #au-app .au-compare>div{border-left:2px solid var(--px-accent,#e1bc72);padding-left:16px}html #au-app .au-compare h4{font-size:18px}
html #au-app .au-scores{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}html #au-app .au-score>div:first-child{display:flex;justify-content:space-between;gap:10px}html #au-app .au-score progress{width:100%;height:12px;accent-color:var(--px-accent,#e1bc72)}html #au-app .au-proof{font-size:13px;color:var(--px-muted,#c5bac9);margin-top:12px}html #au-app .au-revise{margin:24px 0}html #au-app .au-revise fieldset{margin-top:18px}html #au-app #au-update{margin:16px 0;font-size:14px}
html #au-app .au-wheel{position:relative;max-width:630px;aspect-ratio:1;margin:26px auto;background:radial-gradient(circle,transparent 0 21%,#ae88582b 21.3% 21.5%,transparent 22% 38%,#ae88584f 38.3% 38.6%,transparent 39%);border-radius:50%}html #au-app .au-wheel button{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;width:24%;padding:7px;gap:4px;border-radius:16px;background:var(--px-bg,#111426);font-size:13px;line-height:1.2;min-height:0}html #au-app .au-wheel img{width:100%;aspect-ratio:1;height:auto;border-radius:50%;object-fit:cover;max-width:90px}html #au-app .au-wheel button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);box-shadow:0 0 0 2px var(--px-accent,#e1bc72)}html #au-app .au-wheel-center{position:absolute;inset:40% 31%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--px-accent,#e1bc72)}html #au-app .au-wheel-center strong{font:32px Georgia,serif}html #au-app .au-event-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}html #au-app .au-event-list button{justify-content:space-between;font-size:13px;padding:12px}html #au-app .au-event-list small{font-weight:400}html #au-app .au-event-list button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72)}html #au-app .au-event-meta{font-size:13px;color:var(--px-accent,#e1bc72);margin-bottom:12px}
html #au-app .au-question .au-check{align-items:flex-start;border:1px solid var(--px-line,#383247);border-radius:9px;padding:12px;font-size:15px}html #au-app .au-question input{flex:0 0 auto;margin-top:5px}html #au-app .au-question .au-check:has(input:checked){border-color:var(--px-accent,#e1bc72)}html #au-app .au-question>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}html #au-app .au-progress{margin-bottom:22px;color:var(--px-accent,#e1bc72)}html #au-app .au-actions{display:flex;flex-wrap:wrap;gap:12px}html #au-app input[type=range]{padding:0;accent-color:var(--px-accent,#e1bc72)}html #au-app .au-editor{grid-template-columns:1fr 1fr}html #au-app a{color:var(--px-accent,#e1bc72);text-decoration:underline}html #au-app .au-answer p+p{margin-top:12px}
@media(max-width:640px){html #au-app .au-flower-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}html #au-app .au-flower-grid img{height:118px}html #au-app .au-three,html #au-app .au-scene,html #au-app .au-compare,html #au-app .au-question>div{grid-template-columns:1fr}html #au-app .au-scene>img{max-width:320px;margin:0 auto}html #au-app .au-bouquet{height:420px;border-radius:65px 16px}html #au-app .au-scores{grid-template-columns:1fr}html #au-app .au-wheel button{font-size:10px;padding:4px;border-radius:10px}html #au-app .au-wheel-center strong{font-size:23px}html #au-app .au-wheel-center small{font-size:11px}html #au-app .au-event-list{grid-template-columns:1fr}html #au-app .au-selection{gap:6px}html #au-app .au-selection>div{padding:8px}html #au-app .au-selection strong{font-size:12px}html #au-app .au-selection p{font-size:11px}html #au-app .au-editor{grid-template-columns:1fr}html #au-app table{font-size:12px}html #au-app :is(th,td){padding:9px 5px}}
@media(max-width:360px){html #au-app .au-bouquet{height:330px}html #au-app .au-flower-grid img{height:94px}}
html #au-app .au-bouquet-canvas{display:block;width:100%;max-width:580px;height:auto;margin:20px auto 26px;border:1px solid #a7834d;border-radius:100px 20px}

html #au-app .au-deck{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;max-width:850px;margin:24px auto}html #au-app .au-deck.au-ogham-deck{grid-template-columns:repeat(10,minmax(0,1fr))}html #au-app .au-deck button{font-size:32px;transition:transform .16s}html #au-app .au-deck button:hover{transform:translateY(-5px)}
html #au-app .au-picked{display:flex;justify-content:center;gap:12px;margin:20px 0;flex-wrap:wrap}html #au-app .au-picked img{width:72px;height:108px;object-fit:cover;border-radius:6px}html #au-app .au-picked span{display:flex;align-items:center;gap:8px;font-size:13px}
html #au-app .au-card-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px auto 30px;max-width:900px}html #au-app .au-card-row.au-three{grid-template-columns:repeat(3,minmax(0,1fr));max-width:680px}html #au-app .au-card-row :is(img,canvas){display:block;width:100%;height:auto;aspect-ratio:2/3;border:1px solid #977745;border-radius:10px;object-fit:cover}html #au-app .au-card-row figcaption{font-size:15px}html #au-app .au-card-row small{font-size:12px}
html #au-app .au-question{margin:24px 0}html #au-app .au-quiz-nav{display:flex;gap:12px;margin:12px 0;flex-wrap:wrap}html #au-app .au-step-progress{width:100%;height:6px;accent-color:var(--px-accent,#e1bc72);margin:14px 0}html #au-app #au-question-heading{outline:none}html #au-app .au-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
html #au-app .au-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}html #au-app .au-stat{padding:18px;border:1px solid var(--px-line,#383247);border-radius:12px;background:var(--px-surface,#181321)}html #au-app .au-stat strong{display:block;font:500 23px/1.3 var(--px-heading,Georgia,serif);color:var(--px-accent,#e1bc72)}html #au-app .au-stat small{display:block;font-size:12px;margin-bottom:8px}html #au-app .au-result-note{border-left:2px solid var(--px-accent,#e1bc72);padding-left:16px;margin:22px 0}
html #au-app .au-energy-bar{height:12px;background:var(--px-line,#383247);border-radius:8px;position:relative;margin:10px 0}html #au-app .au-energy-bar:after{content:'';position:absolute;left:50%;top:-3px;height:18px;border-left:1px solid var(--px-muted,#c5bac9)}html #au-app .au-energy-bar span{position:absolute;height:12px;border-radius:8px;background:#c2936d}html #au-app .au-energy-bar span.au-positive{background:#81b8b0}
html #au-app .au-timer{padding:24px;border:1px solid var(--px-line,#383247);border-radius:16px;margin-bottom:24px}html #au-app .au-timer time{display:block;font:42px Georgia,serif;font-variant-numeric:tabular-nums;color:var(--px-accent,#e1bc72);margin:12px 0}html #au-app .au-timer p{font-size:14px}html #au-app .au-recipe-step{display:grid;grid-template-columns:44px 1fr;gap:16px;margin:26px 0}html #au-app .au-recipe-step>span{width:42px;height:42px;border-radius:50%;border:1px solid var(--px-accent,#e1bc72);display:flex;align-items:center;justify-content:center;color:var(--px-accent,#e1bc72)}
html #au-app .au-symbols{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:24px 0}html #au-app .au-symbols button{display:flex;flex-direction:column;padding:7px;gap:6px;font-size:12px;justify-content:start}html #au-app .au-symbols img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:7px}html #au-app .au-sequence{display:flex;gap:8px;margin:24px 0;flex-wrap:wrap;justify-content:center}html #au-app .au-sequence figure{width:calc(14.285% - 8px);min-width:62px;max-width:108px}html #au-app .au-sequence img{display:block;width:100%;height:auto;border-radius:8px}html #au-app .au-sequence figcaption{font-size:11px;margin-top:5px}html #au-app .au-sequence .au-empty{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:1px dashed var(--px-line,#383247);border-radius:9px;color:var(--px-accent,#e1bc72)}html #au-app .au-sequence .au-wrong{border:2px solid #e5a18e}html #au-app .au-sequence .au-right{border:2px solid #8ac5ab}html #au-app .au-round-trace{margin:14px 0;padding:16px;border:1px solid var(--px-line,#383247);border-radius:10px}html #au-app .au-round-trace p{font-size:14px}html #au-app .au-memory-note{color:var(--px-muted,#c5bac9);margin-top:16px}
html #au-app .au-network{display:block;width:100%;max-width:520px;height:auto;margin:16px auto;background:#101625;border:1px solid #8f764a;border-radius:18px}html #au-app .au-network text{font:15px system-ui,sans-serif}html #au-app .au-network [role=button]{cursor:pointer}html #au-app .au-network [role=button]:focus{outline:none}html #au-app .au-network [role=button]:focus circle{stroke:#fff;stroke-width:4}html #au-app .au-center-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}html #au-app .au-center-buttons button{font-size:12px;padding:7px 12px;min-height:42px}html #au-app 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-center-info{margin:18px 0}
html #au-app .au-timeline{display:flex;gap:4px;width:100%;margin:22px 0;min-height:80px}html #au-app .au-timeline button{padding:8px 3px;min-width:0;flex-basis:0;flex-grow:1;display:flex;flex-direction:column;gap:5px;font-size:12px;min-height:80px}html #au-app .au-timeline span{font-size:26px}html #au-app .au-periods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}html #au-app .au-periods button{display:block;text-align:left;padding:13px;font-size:14px}html #au-app .au-periods small{display:block;font-size:11px;font-weight:400;margin-top:6px}html #au-app .au-periods b{display:block;color:var(--px-accent,#e1bc72);font-size:11px;margin-top:6px}html #au-app .au-date-controls{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin:18px 0}html #au-app .au-date-controls .au-field{margin:0}html #au-app .au-date-controls button{height:50px}html #au-app .au-phase-badge{display:inline-block;border:1px solid var(--px-line,#383247);border-radius:18px;padding:5px 12px;font-size:13px;color:var(--px-accent,#e1bc72);margin-bottom:12px}
@media(max-width:640px){html #au-app .au-deck{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}html #au-app .au-deck.au-ogham-deck{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}html #au-app .au-four{grid-template-columns:1fr 1fr}html #au-app .au-card-row{grid-template-columns:1fr 1fr;gap:18px}html #au-app .au-card-row.au-three{gap:9px}html #au-app .au-card-row.au-three figcaption{font-size:12px}html #au-app .au-card-row.au-three small{font-size:10px}html #au-app .au-review-grid{grid-template-columns:1fr}html #au-app .au-symbols{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}html #au-app .au-symbols button{font-size:10px;padding:5px}html #au-app .au-periods{grid-template-columns:1fr}html #au-app .au-date-controls{grid-template-columns:1fr}html #au-app .au-timeline{flex-wrap:wrap}html #au-app .au-timeline button{flex:1 0 calc(20% - 5px)!important}html #au-app .au-stat{padding:12px}html #au-app .au-stat strong{font-size:19px}html #au-app .au-recipe-step{grid-template-columns:30px 1fr;gap:10px}html #au-app .au-recipe-step>span{width:30px;height:30px}html #au-app .au-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html #au-app .au-deck button{transition:none;transform:none}}

html #au-app .au-timeline button{transition-property:color,background-color,border-color,box-shadow}

html #au-app .au-deck{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:8px;max-height:390px;overflow:auto;padding:10px 4px;margin:18px 0;scrollbar-color:var(--px-accent,#d3b26d) transparent}
html #au-app .au-deck button{min-width:0;min-height:66px;padding:0;border:1px solid var(--px-accent,#d3b26d);border-radius:8px;background:radial-gradient(ellipse at center,#383647,#121624);color:#e8c888;font-size:22px;aspect-ratio:2/3;transition-property:background-color,color,border-color,box-shadow}
html #au-app .au-deck button[aria-pressed=true]{background:#b18a42;color:#fff;font-size:24px;box-shadow:inset 0 0 0 3px #e9d49c}
html #au-app .au-picks{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}html #au-app .au-picks span{font-size:12px;border:1px solid var(--px-line,#393747);border-radius:30px;padding:6px 10px}html #au-app .au-picks .au-filled{color:var(--px-accent,#e8c888)}
html #au-app .au-five-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0;align-items:start}html #au-app .au-card{margin:0;min-width:0}html #au-app .au-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border:1px solid var(--px-line,#393747);border-radius:12px;display:block}html #au-app .au-card figcaption{display:grid;gap:3px;text-align:center;padding-top:10px;line-height:1.45}html #au-app .au-card figcaption small{color:var(--px-accent,#e8c888);font-size:12px}html #au-app .au-card figcaption strong{font-size:14px}
html #au-app .au-catalogue{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;padding-top:20px;max-height:600px;overflow:auto}html #au-app .au-catalogue p{font-size:13px;margin-top:10px;line-height:1.65}html #au-app .au-catalogue img{max-height:280px;object-fit:contain;border:0}
html #au-app .au-numbers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:20px 0}html #au-app .au-numbers article{display:grid;gap:7px;align-content:start;text-align:center;border:1px solid var(--px-line,#393747);border-radius:18px;padding:18px 9px;background:var(--px-surface,#151624)}html #au-app .au-numbers strong{font:500 48px/1.25 var(--px-heading,Georgia,serif);color:var(--px-accent,#e8c888)}html #au-app .au-numbers small{font-size:13px;text-transform:uppercase;letter-spacing:.05em}html #au-app .au-numbers span{font-size:12px}
html #au-app .au-question{padding:18px 0 0;border:0;margin:0}html #au-app .au-question legend{font-size:19px;font-weight:600;line-height:1.6;padding:0;float:none;width:100%;white-space:normal}html #au-app .au-question .au-check{border:1px solid var(--px-line,#393747);padding:15px;border-radius:10px;margin:10px 0;display:flex;gap:12px;align-items:start;cursor:pointer}html #au-app .au-question .au-check:has(input:checked){border-color:var(--px-accent,#e8c888);background:var(--px-bg,#101624)}html #au-app .au-progress{color:var(--px-accent,#e8c888);font-size:13px;margin:18px 0}
html #au-app .au-zones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}html #au-app .au-zones button{font-size:13px;padding:10px 8px;min-width:0;white-space:normal}html #au-app #au-water-live{max-width:440px;margin:20px auto}html #au-app #au-drop-status{text-align:center;color:var(--px-accent,#e8c888)}html #au-app .au-new-ripple{animation:au-ripple-in .7s ease-out both}@keyframes au-ripple-in{from{opacity:.15}to{opacity:1}}
html #au-app .au-muse-preview{display:flex;justify-content:center;gap:14px;margin:22px auto 0;max-width:420px}html #au-app .au-muse-preview img{width:calc(33.333% - 14px);height:auto;border-radius:12px;object-fit:cover;aspect-ratio:2/3;border:1px solid var(--px-line,#393747)}html #au-app .au-muse-preview img:nth-child(2){transform:translateY(-8px)}html #au-app .au-muse-result{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.3fr);gap:24px;align-items:center}html #au-app .au-muse-result .au-card{max-width:320px;margin:auto}
html #au-app .au-balance-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:22px 0}html #au-app .au-balance-fields fieldset{min-width:0;border:1px solid var(--px-line,#393747);border-radius:12px;padding:18px;margin:0}html #au-app .au-balance-fields legend{width:auto;padding:0 6px;font-size:18px}html #au-app .au-balance-fields p{font-size:14px}html #au-app .au-wheel-key{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 25px;padding-left:24px;margin:20px 0}html #au-app .au-wheel-key li{padding-left:4px;font-size:14px}html #au-app .au-wheel-key .au-priority{color:var(--px-accent,#e8c888);font-weight:650}
html #au-app .au-bones{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:start;margin:24px 0}html #au-app .au-bone{min-width:0;text-align:center;margin:0}html #au-app .au-bone img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:14px;border:1px solid var(--px-line,#393747)}html #au-app .au-bone figcaption{display:grid;gap:3px}html #au-app .au-bone small{font-size:11px;color:var(--px-muted,#c3becb)}html #au-app .au-bone strong{font:500 36px/1.2 var(--px-heading,Georgia,serif);color:var(--px-accent,#e8c888)}html #au-app .au-bone span{font-size:11px}html #au-app .au-bone-back{display:grid;place-items:center;aspect-ratio:1;background:var(--px-bg,#101624);border:1px solid var(--px-line,#393747);border-radius:12px;font-size:30px;color:var(--px-accent,#e8c888)}html #au-app .au-rolling{animation:au-bone-turn .7s ease-out}@keyframes au-bone-turn{0%{transform:translateY(0)}30%{transform:translateY(-12px) rotate(2deg)}70%{transform:translateY(3px) rotate(-1deg)}100%{transform:translateY(0)}}
html #au-app .au-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:20px 0}html #au-app .au-periods button{display:grid;gap:5px;text-align:left;min-width:0;white-space:normal;font-size:15px;padding:12px;transition-property:background-color,color,border-color,box-shadow}html #au-app .au-periods small{font-size:11px;font-weight:400;line-height:1.5}html #au-app .au-subperiods{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0}html #au-app .au-subperiods button{font-size:13px;min-width:0;padding:8px 12px;transition-property:background-color,color,border-color,box-shadow}html #au-app :is(.au-periods,.au-subperiods) button[aria-pressed=true]{border-color:var(--px-accent,#e8c888);background:var(--px-accent,#e8c888);color:#171921}
html #au-app .au-answer>.au-panel{margin:20px 0}html #au-app .au-panel>.au-panel{margin-top:16px;padding:18px}html #au-app :is(.au-panel,.au-field)>p+p{margin-top:14px}html #au-app :is(.au-field,fieldset,figure,article){min-width:0}html #au-app .au-field{margin-bottom:18px}html #au-app button{white-space:normal;max-width:100%;min-height:44px}html #au-app input[type=radio],html #au-app input[type=checkbox]{flex:0 0 auto;margin-top:5px;accent-color:var(--px-accent,#e8c888)}html #au-app #au-validation{border-left:3px solid var(--px-accent,#e8c888);padding:10px 15px;margin:18px 0}html #au-app #au-submit{margin-top:20px}
@media(max-width:760px){html #au-app .au-five-cards{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-numbers{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-deck{grid-template-columns:repeat(9,minmax(0,1fr))}html #au-app .au-periods{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){html #au-app .au-balance-fields,html #au-app .au-muse-result{grid-template-columns:1fr}html #au-app .au-catalogue{grid-template-columns:repeat(2,minmax(0,1fr))}html #au-app .au-deck{grid-template-columns:repeat(6,minmax(0,1fr));max-height:330px;gap:7px}html #au-app .au-five-cards{grid-template-columns:repeat(2,minmax(0,1fr))}html #au-app .au-numbers{grid-template-columns:repeat(2,minmax(0,1fr))}html #au-app .au-bones{gap:5px}html #au-app .au-bone strong{font-size:30px}html #au-app .au-bone span{font-size:10px}html #au-app .au-wheel-key{gap:10px 15px}html #au-app .au-periods button{padding:9px;font-size:14px}html #au-app .au-muse-result .au-card{max-width:230px}}
@media(prefers-reduced-motion:reduce){html #au-app .au-new-ripple,html #au-app .au-rolling{animation:none!important}}

html #au-app .au-periods button[aria-pressed=true] :is(strong,small){color:inherit}
html #au-app legend[tabindex]{scroll-margin-top:110px}

.au-etteilla-card{margin:0;min-width:0;text-align:center}.au-etteilla-card h3{font-size:1rem;min-height:2.6em;margin:.5rem 0}.au-card-image{position:relative;max-width:200px;margin:auto}.au-card-image img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:10px}.au-reversed{transform:rotate(180deg)}.au-card-number{position:absolute;left:7px;top:7px;min-width:28px;padding:3px 6px;border-radius:20px;background:#111827;color:#f7d38b;border:1px solid #b4955d;font-size:.85rem}.au-etteilla-card figcaption{display:grid;gap:5px;margin:12px 0}.au-etteilla-card figcaption small{font-size:.8rem}.au-five-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.au-five-cards strong{font-size:.9rem}.au-catalogue{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px}.au-catalogue .au-card-image{max-width:150px}.au-catalogue details{text-align:left;font-size:.9rem}.au-reading-question{white-space:pre-wrap}.au-reading-prose p{font-size:1.08rem;line-height:1.8}.au-diagram-layout{display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,1fr);gap:24px;align-items:start}.au-diagram-layout .au-chart{width:100%;height:auto;max-height:650px}.au-node-readings{display:grid;gap:14px}.au-node-readings .au-panel{margin:0}.au-flight-preview{position:relative;max-width:760px;margin:20px auto;overflow:hidden;border-radius:16px}.au-flight-preview>img:first-child{display:block;width:100%;height:auto}.au-flight-bird{position:absolute;left:35%;top:30%;width:25%;height:auto}.au-flight-result img{display:block;width:100%;height:auto;max-width:900px;margin:auto;border-radius:16px}.au-stats{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.au-stat{flex:1 1 120px}.au-action-copy{white-space:pre-wrap;border-left:3px solid var(--ae-gold,#c6a76e);padding:12px 18px}.au-symbol-preview{display:flex;justify-content:center;gap:12px;background:#111827;border-radius:14px;padding:18px}.au-symbol-preview svg{width:clamp(25px,8vw,70px);height:auto}.au-board{display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:8px;width:100%;max-width:560px;margin:20px auto;padding:12px;background:#101625;border-radius:16px}.au-board button,.au-board>span{display:block;width:100%;aspect-ratio:1;border:2px solid #516077;border-radius:8px;background:#182338;padding:5px;min-width:0;min-height:0}.au-board svg{display:block;width:100%;height:100%}.au-board button:hover:not(:disabled){border-color:#efd28e;background:#23314a}.au-board .au-found{border-color:#86dcc9;background:#24473e;box-shadow:0 0 0 2px #86dcc9}.au-board .au-miss{border-color:#edb0ac;opacity:.6}.au-board button:disabled{cursor:default}.au-game-top{display:flex;align-items:center;justify-content:space-between;gap:15px}.au-table-wrap{overflow-x:auto;margin:18px 0}.au-table-wrap table{width:100%;border-collapse:collapse;text-align:left}.au-table-wrap th,.au-table-wrap td{padding:10px 12px;border-bottom:1px solid #ffffff24;vertical-align:top}.au-table-wrap thead th{font-size:.9rem}.au-chart-shell{max-width:660px;margin:0 auto}.au-chart-shell .au-chart{height:auto;width:100%}.au-events{display:flex;flex-wrap:wrap;gap:8px}.au-events button[aria-pressed=true]{background:#ead19b;color:#142036}.au-panchanga-elements{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.au-panchanga-elements .au-panel{margin:0}.au-fields .au-chart{max-width:360px;max-height:550px;margin:12px auto;display:block}.au-result .au-chart text{font-family:Georgia,serif}.au-result .au-note{font-size:.92rem;line-height:1.65}.au-test-evidence{font-size:.94rem}.au-question legend{line-height:1.6}.au-deck{max-height:400px;overflow:auto}.au-deck button{aspect-ratio:2/3}.au-letter-breakdown{overflow-wrap:anywhere}.au-location-caption{overflow-wrap:anywhere}.au-game-top p{font-variant-numeric:tabular-nums}.au-node-label{font-size:.9rem}.au-result[hidden],.au-play[hidden]{display:none!important}@media(max-width:700px){.au-five-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.au-five-cards .au-card-image{max-width:145px}.au-diagram-layout{grid-template-columns:1fr}.au-diagram-layout .au-chart{max-height:570px}.au-etteilla-card h3{font-size:.9rem}.au-table-wrap th,.au-table-wrap td{padding:9px 7px}.au-board{gap:5px;padding:8px}.au-board button,.au-board>span{padding:3px}.au-stats{gap:8px}}@media(max-width:420px){.au-five-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.au-etteilla-card h3{min-height:0}.au-game-top{align-items:flex-start}.au-panchanga-elements{grid-template-columns:1fr}.au-symbol-preview{gap:6px}}
.au-board-note{margin-top:12px}
html #au-app .au-board button,html #au-app .au-board>span{display:block;width:100%;aspect-ratio:1;min-width:0;min-height:0;padding:5px;border:2px solid #516077;border-radius:8px;background:#182338;line-height:1;gap:0}
html #au-app .au-board svg{display:block;width:100%;height:100%}
html #au-app .au-board button.au-found{border-color:#86dcc9;background:#24473e;box-shadow:0 0 0 2px #86dcc9}
html #au-app .au-board button.au-miss{border-color:#edb0ac;opacity:.6}
html #au-app #au-fields>.au-chart{display:block;width:100%;height:auto;max-width:330px;max-height:520px;margin:18px auto}

#au-app .au-five{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0}#au-app .au-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}#au-app .au-card{margin:0;text-align:center;min-width:0}#au-app .au-card img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:12px;border:1px solid var(--eo-line,var(--au-line,#655637))}#au-app .au-card figcaption{padding:12px 0}#au-app .au-card small,#au-app .au-card strong{display:block}#au-app .au-card small{color:var(--au-accent,#dabb73);margin-bottom:6px}#au-app .au-catalogue{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:12px;max-height:620px;overflow:auto;padding:16px 2px}#au-app .au-catalogue .au-card{font-size:.85rem}#au-app .au-sky{margin:20px 0}#au-app .au-sky img,#au-app .au-sky-result{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:14px}#au-app .au-person{margin:20px 0}#au-app .au-remove{margin-top:12px}#au-app .au-bars>div{display:grid;grid-template-columns:1fr auto;gap:8px;margin:18px 0}#au-app .au-bar{grid-column:1/-1;height:10px;background:linear-gradient(to right,#d4b16c var(--value),#273249 var(--value));border-radius:8px}#au-app #au-controls{margin:20px 0}#au-app #au-controls:empty{display:none}#au-app #au-support-map{max-width:720px;margin:0 auto;touch-action:none}#au-app #au-support-map [data-person]{cursor:grab}#au-app .au-word-board{display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:3px;max-width:650px;margin:20px auto;touch-action:none;user-select:none}#au-app .au-word-board button{font-family:inherit;font-weight:700;font-size:clamp(12px,2.2vw,22px);padding:0;min-height:0;min-width:0;width:100%;aspect-ratio:1;border-radius:5px;background:#172439;color:#f6f0e6;border:1px solid #4c5570;line-height:1}#au-app .au-word-board .au-selected{background:#72568c;color:white;outline:2px solid #c7a3e6}#au-app .au-word-board .au-hinted{outline:3px dashed #e6bd5f;outline-offset:-4px}#au-app .au-word-board .au-found{background:#dabb73;color:#141827}#au-app .au-word-list{display:flex;flex-wrap:wrap;gap:10px 22px;padding:0;list-style:none}#au-app .au-found-word{text-decoration:line-through;color:#dabb73}#au-app .au-puzzle-snapshot{max-width:650px;margin:auto}#au-app .au-chart{display:block;width:100%;height:auto}#au-app .au-grid>figure{margin:0;min-width:0}#au-app .au-grid>figure figcaption{text-align:center;margin:10px 0}#au-app .au-question legend{line-height:1.65}#au-app #au-year-detail{scroll-margin-top:80px}#au-app .au-answer table{font-size:.95rem}#au-app .au-reading p{line-height:1.85}#au-app [hidden]{display:none!important}#au-app button:focus-visible,#au-app input:focus-visible,#au-app select:focus-visible,#au-app textarea:focus-visible{outline:3px solid #e8c775;outline-offset:3px}
@media(max-width:800px){#au-app .au-three{grid-template-columns:1fr}#au-app .au-three .au-card{max-width:260px;margin:auto}#au-app .au-five{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:460px){#au-app .au-five{grid-template-columns:repeat(2,minmax(0,1fr))}#au-app .au-word-board{gap:2px}#au-app .au-word-board button{font-size:14px;border-radius:3px}#au-app .au-deck{grid-template-columns:repeat(8,minmax(0,1fr))}#au-app .au-person{padding:12px}#au-app .au-three>.au-panel{padding:16px}}
#au-app .au-table-wrap{max-width:100%;overflow:auto;overscroll-behavior-x:contain}#au-app .au-table-wrap table{min-width:620px;width:100%;table-layout:auto}#au-app [tabindex="-1"]{scroll-margin-top:110px}#au-app #au-answer>details{border:1px solid #554c3e;border-radius:12px;margin:12px 0;padding:16px;background:rgba(6,10,20,.25)}#au-app #au-answer>details>summary{font-size:1rem;cursor:pointer;min-height:24px;line-height:1.5}#au-app .au-table-wrap th,#au-app .au-table-wrap td{overflow-wrap:normal;word-break:normal}
#au-app .au-board-scroll{max-width:100%;overflow:auto;overscroll-behavior-x:contain}#au-app .au-word-board.au-zoom{min-width:calc(var(--columns)*37px);touch-action:pan-x}#au-app .au-word-board.au-zoom button{font-size:22px}#au-app .au-board-scroll::-webkit-scrollbar{height:12px}#au-app .au-board-scroll::-webkit-scrollbar-thumb{background:#ab8c4e;border-radius:8px}

html #au-app .au-question>div.au-scale{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}html #au-app .au-question .au-scale .au-check{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;padding:12px 8px;margin:0}html #au-app .au-scale .au-check span{font-size:13px;line-height:1.4}
html #au-app .au-profile-list{display:grid;gap:15px;margin:24px 0}html #au-app .au-score-row{display:grid;grid-template-columns:minmax(120px,1fr) 2fr minmax(80px,auto);gap:16px;align-items:center;font-size:14px}html #au-app .au-score-track{height:9px;background:var(--px-line,#343347);border-radius:6px;overflow:hidden}html #au-app .au-score-track span{display:block;height:100%;background:var(--px-accent,#e1bc72)}html #au-app .au-enneagram{max-width:360px;margin:auto}
html #au-app .au-lot{display:flex;align-items:center;justify-content:center;width:110px;height:140px;margin:24px auto;border:1px solid var(--px-accent,#e1bc72);border-radius:60px 60px 12px 12px;font:500 56px/1 Georgia,serif;color:var(--px-accent,#e1bc72);background:radial-gradient(ellipse at center,var(--px-surface,#242536),var(--px-bg,#111426));flex-shrink:0}
html #au-app .au-book-result,html #au-app .au-sign-result{display:flex;align-items:center;gap:28px;margin-bottom:24px}html #au-app .au-sign-result>.au-chart{width:260px;flex-shrink:0}html #au-app .au-sign-catalogue{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:20px}html #au-app .au-sign-catalogue figcaption{font-size:12px;text-align:center}html #au-app .au-sign-catalogue svg{width:100%;height:auto}html #au-app #au-play>.au-chart{display:block;max-width:320px;margin:24px auto}html #au-app .au-card-back{aspect-ratio:2/3;border:1px solid var(--px-accent,#e1bc72);border-radius:12px;background:radial-gradient(ellipse,#302943,#101526);color:#e4c580;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:10px;text-align:center;gap:12px}html #au-app .au-card-back>span{font-size:38px}html #au-app .au-card-back small{font-size:12px}html #au-app .au-five{margin:24px 0}
html #au-app .au-star-chart{max-width:520px;margin:24px auto}html #au-app .au-answer>h3{margin-top:30px}html #au-app #au-controls details{padding:22px;border:1px solid var(--px-line,#383247);border-radius:14px;margin-bottom:24px}html #au-app #au-controls textarea{margin-bottom:16px}
html #au-app .au-puzzle-preview{max-width:440px;margin:20px auto}html #au-app .au-puzzle-preview svg{width:100%;height:auto;display:block;border-radius:12px}html #au-app .au-puzzle-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;max-width:600px;margin:22px auto;padding:4px;border:1px solid var(--px-line,#383247);background:#11172b}html #au-app .au-puzzle-board button{display:block;aspect-ratio:1;width:100%;height:auto;min-height:0;margin:0;padding:0;border:0;border-radius:0;overflow:hidden;position:relative;touch-action:manipulation}html #au-app .au-puzzle-board button[aria-pressed=true]{outline:3px solid #f1d181;outline-offset:-3px;z-index:1}html #au-app .au-puzzle-board button:focus-visible{outline:3px solid #8ad6e4;outline-offset:-3px;z-index:2}html #au-app .au-tile{display:block;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;pointer-events:none}html #au-app .au-tile img{position:absolute;max-width:none;object-fit:fill;display:block;pointer-events:none}html #au-app .au-game-stats{display:flex;justify-content:space-between;gap:16px;font-size:14px;margin-top:20px}html #au-app .au-puzzle-reference{display:block;width:100%;max-width:440px;height:auto;margin:24px auto}html #au-app #au-final-board{display:block;width:100%;max-width:800px;height:auto;border-radius:12px;margin:24px auto}html #au-app #au-game-message{margin-top:15px}
@media(max-width:640px){html #au-app .au-question>div.au-scale{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-score-row{grid-template-columns:1fr auto;gap:8px}html #au-app .au-score-track{grid-row:2;grid-column:1/-1}html #au-app .au-book-result,html #au-app .au-sign-result{flex-direction:column;gap:8px}html #au-app .au-five{grid-template-columns:repeat(3,minmax(0,1fr))}html #au-app .au-card-back small{font-size:11px}}

html #au-app .au-question .au-scale .au-check{align-items:center;min-height:80px;gap:8px;margin:0;padding:10px 6px}
