/* Eight new experiences, using the host site's palette and typography. */
html #ae-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 #ae-app *{box-sizing:border-box}html #ae-app [hidden]{display:none!important}html #ae-app :is(h1,h2,p,figure,dl,dd){margin:0}html #ae-app :is(h2,p,button){scroll-margin-top:110px}
html #ae-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 #ae-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 #ae-app p{text-align:left}html #ae-app .ae-eyebrow{font-size:11px;line-height:1.6;letter-spacing:.13em;text-transform:uppercase;font-weight:650;color:var(--px-accent,#e1bc72)}
html #ae-app .ae-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(22px,4vw,42px);align-items:center;margin-bottom:30px}html #ae-app .ae-hero>div{min-width:0}html #ae-app .ae-intro{font-size:17px;line-height:1.7;color:var(--px-muted,#c5bac9);max-width:35ch}
html #ae-app .ae-hero figure{border:1px solid var(--px-line,#383247);border-radius:80px 18px 18px 18px;overflow:hidden;min-width:0}html #ae-app .ae-hero img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}html #ae-app .ae-ornament{display:flex;gap:14px;align-items:center;color:var(--px-accent,#e1bc72);margin-top:20px}html #ae-app .ae-ornament:after{content:'';height:1px;width:90px;background:currentColor;opacity:.35}
html #ae-app .ae-panel{width:100%;padding:clamp(18px,3vw,30px);border:1px solid var(--px-line,#383247);border-radius:16px;background:var(--px-surface,#181321)}
html #ae-app .ae-hint{font-size:13px;color:var(--px-muted,#c5bac9);line-height:1.6;margin:0 0 12px}html #ae-app .ae-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 #ae-app h2 label{font:inherit;color:inherit;text-transform:none;letter-spacing:inherit}
html #ae-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 #ae-app textarea::placeholder{color:var(--px-muted,#c5bac9);opacity:.8}html #ae-app #ae-dream{min-height:154px}html #ae-app #ae-context{min-height:86px}html #ae-app select{height:auto;min-height:48px}
html #ae-app .ae-count{text-align:right;font-size:11px;color:var(--px-muted,#c5bac9);margin:5px 0 18px}html #ae-app .ae-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:24px;align-items:start}html #ae-app .ae-fields>div{min-width:0}
html #ae-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 #ae-app button.ae-primary{background:var(--px-accent,#e1bc72);color:#19151d;border-color:var(--px-accent,#e1bc72)}html #ae-app button:hover{filter:brightness(1.08)}html #ae-app button:disabled{opacity:.6;cursor:wait}html #ae-app :is(button,textarea,select,summary):focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:4px}
html #ae-app .ae-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:8px 12px;margin:0 0 16px;color:var(--px-text,#f4ecdf)}html #ae-app [aria-invalid=true]{outline:2px solid var(--px-accent,#e1bc72)}
html #ae-app .ae-method{border-top:1px solid var(--px-line,#383247);padding-top:16px;margin-top:22px}html #ae-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 #ae-app details p{font-size:14px;color:var(--px-muted,#c5bac9);margin-top:10px}
html #ae-app .ae-wait{padding:46px 24px;text-align:center}html #ae-app .ae-wait :is(h2,p){text-align:center}html #ae-app .ae-moon{font:500 70px/1 Georgia,serif;color:var(--px-accent,#e1bc72);margin-bottom:22px;animation:ae-glow 2.8s ease-in-out infinite alternate}@keyframes ae-glow{from{opacity:.5;transform:translateY(3px)}to{opacity:1;transform:translateY(-3px)}}
html #ae-app .ae-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}html #ae-app #ae-error-text{white-space:pre-line}
html #ae-app.ae-has-result .ae-hero{display:none}html #ae-app .ae-result-header{display:flex;align-items:center;gap:24px;margin-bottom:26px}html #ae-app .ae-result-header img{display:block;flex:0 0 160px;width:160px;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px}html #ae-app .ae-result-header h2{margin:8px 0 0}html #ae-app .ae-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 #ae-app .ae-answer p+p{margin-top:1.2em}html #ae-app .ae-note{font-size:12px;color:var(--px-muted,#c5bac9);margin:14px 0 24px}
html #ae-app .ae-original{border-top:1px solid var(--px-line,#383247);padding-top:14px;margin-bottom:14px}html #ae-app .ae-original dl{margin:12px 0 20px}html #ae-app dt{font-weight:600;font-size:13px;color:var(--px-accent,#e1bc72);margin-top:14px}html #ae-app dd{font-size:14px;white-space:pre-wrap;color:var(--px-muted,#c5bac9)}html #ae-app .ae-privacy{max-width:74ch;margin-bottom:20px}
@media(max-width:640px){html #ae-app{margin:16px auto}html #ae-app .ae-hero{grid-template-columns:1fr;gap:20px}html #ae-app .ae-hero figure{max-height:240px;border-radius:38px 12px 12px 12px}html #ae-app .ae-hero img{max-height:240px}html #ae-app .ae-intro{max-width:none}html #ae-app .ae-ornament{display:none}html #ae-app .ae-fields{grid-template-columns:1fr;gap:18px}html #ae-app .ae-result-header{align-items:center;gap:14px}html #ae-app .ae-result-header img{flex-basis:80px;width:80px}html #ae-app .ae-result-header .ae-eyebrow{font-size:10px;letter-spacing:.08em}html #ae-app .ae-result-header h2{font-size:24px}html #ae-app .ae-actions{flex-direction:column}html #ae-app #ae-submit{width:100%}}
@media(prefers-reduced-motion:reduce){html #ae-app .ae-moon{animation:none}}
html #ae-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 #ae-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 #ae-app input:focus-visible{outline:2px solid var(--px-accent,#e1bc72);outline-offset:3px}
html #ae-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 #ae-app label{display:block;margin:0 0 8px}html #ae-app .ae-field{min-width:0;margin-bottom:20px}html #ae-app .ae-check{display:flex;align-items:center;gap:10px;margin:10px 0;font-weight:400;cursor:pointer}
html #ae-app fieldset{min-width:0;border:1px solid var(--px-line,#383247);border-radius:13px;padding:20px;margin:0 0 22px}html #ae-app legend{padding:0 8px;color:var(--px-accent,#e1bc72)}
html #ae-app .ae-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}html #ae-app .ae-grid>.ae-field{margin:0}html #ae-app .ae-grid{margin-bottom:20px}
html #ae-app #ae-validation{border-left:3px solid var(--px-accent,#e1bc72);padding:12px;margin-bottom:18px}
html #ae-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 #ae-app .ae-answer>.ae-panel{margin:18px 0}html #ae-app .ae-summary-data{padding:14px 0 22px;color:var(--px-muted,#c5bac9);white-space:pre-wrap}
html #ae-app .ae-hint{margin-top:14px}html #ae-app #ae-finish{margin-top:28px}html #ae-app .ae-deck{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:7px;margin:20px 0 26px}html #ae-app .ae-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 #ae-app .ae-deck button:disabled{cursor:default;opacity:.6}html #ae-app .ae-deck button:disabled:has(span:not(:empty)){filter:brightness(.9)}
html #ae-app .ae-picks{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}html #ae-app .ae-picks span{border:1px solid var(--px-line,#383247);padding:6px 10px;border-radius:20px;font-size:12px;color:var(--px-muted,#c5bac9)}html #ae-app .ae-picks .ae-filled{color:var(--px-accent,#e1bc72);border-color:currentColor}
html #ae-app .ae-five-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:26px 0}html #ae-app .ae-five-cards img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:8px;border:1px solid #a78047}html #ae-app figcaption{text-align:center;margin-top:12px;font-size:13px;line-height:1.4}html #ae-app figcaption strong,html #ae-app figcaption small{display:block}html #ae-app figcaption small{margin-bottom:6px;color:var(--px-accent,#e1bc72)}
html #ae-app .ae-catalogue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:20px}html #ae-app .ae-catalogue-grid img{display:block;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;border-radius:8px;margin-bottom:12px}html #ae-app .ae-catalogue-grid h3{font-size:19px}html #ae-app .ae-catalogue-grid p{font-size:14px}
html #ae-app .ae-editor{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:center}html #ae-app .ae-editor .ae-field{margin-bottom:0}html #ae-app .ae-editor input[type=range]{padding:0;accent-color:var(--px-accent,#e1bc72)}html #ae-app #ae-controls{margin-bottom:24px}html #ae-app #ae-download{margin-top:14px}
html #ae-app :is(.ae-sigil,.ae-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 #ae-app .ae-square{max-width:560px}html #ae-app .ae-answer .ae-sum-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0 14px}html #ae-app .ae-sum-controls button{font-size:12px;min-height:42px;padding:8px 12px}html #ae-app .ae-sum-controls button[aria-pressed=true]{background:var(--px-accent,#e1bc72);color:#17131b}html #ae-app .ae-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 #ae-app .ae-area-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}html #ae-app .ae-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 #ae-app .ae-folded p{text-align:center;color:#513b24;margin:20px 0}html #ae-app .ae-paper-seal{width:64px;height:64px;margin:0 auto;background:#8a3533;color:#e7c78b;border-radius:50%;font-size:36px;line-height:64px}
html #ae-app .ae-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 #ae-app .ae-paper :is(p,h3,h4){color:#493722}html #ae-app .ae-paper .ae-eyebrow{color:#915f26}html #ae-app .ae-paper .ae-paper-grade{font:500 clamp(28px,4vw,40px)/1.3 var(--px-heading,Georgia,serif);margin:20px 0 12px;color:#883c32}html #ae-app .ae-paper h3{font-size:22px}html #ae-app .ae-paper-areas{border-top:1px solid #c9b28b;margin-top:28px;padding-top:24px}html #ae-app .ae-paper-areas section+section{margin-top:24px}html #ae-app .ae-paper-areas h4{font-size:18px;color:#8a512b;margin:0 0 6px}
html #ae-app .ae-rolls{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:22px auto;max-width:550px}html #ae-app .ae-rolls>div{text-align:center}html #ae-app .ae-die{display:flex;align-items:center;justify-content:center;height:168px;font-size:44px;color:var(--px-accent,#e1bc72)}html #ae-app .ae-die-svg{display:block;width:120px;height:142px;max-width:100%;flex-shrink:0}html #ae-app .ae-result-dice{display:flex;align-items:center;justify-content:center;gap:20px;margin:24px 0;color:var(--px-accent,#e1bc72)}html #ae-app .ae-rolling{animation:ae-roll .2s linear infinite}@keyframes ae-roll{50%{transform:rotate(12deg) scale(.95)}}
html #ae-app .ae-progress{color:var(--px-accent,#e1bc72);font-size:18px;font-variant-numeric:tabular-nums;margin:18px 0}html #ae-app .ae-test-group{margin:28px 0 18px}html #ae-app .ae-question .ae-check{padding:10px;border:1px solid var(--px-line,#383247);border-radius:8px;align-items:flex-start;line-height:1.55}html #ae-app .ae-question .ae-check:has(input:checked){border-color:var(--px-accent,#e1bc72);background:var(--px-bg,#111426)}html #ae-app .ae-question input{margin-top:2px}html #ae-app .ae-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:22px}html #ae-app .ae-scores{display:grid;gap:18px;margin:24px 0 28px}html #ae-app .ae-scores>div>div:first-child{display:flex;justify-content:space-between;gap:16px;font-size:14px;line-height:1.5}html #ae-app .ae-track{height:8px;border-radius:8px;background:var(--px-line,#383247);margin-top:8px;overflow:hidden}html #ae-app .ae-track span{height:100%;display:block;background:var(--px-accent,#e1bc72);border-radius:8px}
@media(max-width:760px){html #ae-app .ae-deck{grid-template-columns:repeat(9,minmax(0,1fr))}html #ae-app .ae-profile-grid{grid-template-columns:1fr}html #ae-app .ae-editor{grid-template-columns:1fr 1fr}html #ae-app .ae-catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:500px){html #ae-app .ae-deck{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}html #ae-app .ae-deck button{font-size:18px}html #ae-app .ae-five-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 14px}html #ae-app .ae-five-cards figure:last-child{grid-column:1/-1;width:calc(50% - 7px);justify-self:center}html #ae-app .ae-editor{grid-template-columns:1fr}html #ae-app .ae-catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}html #ae-app .ae-rolls{gap:10px}html #ae-app .ae-rolls button{font-size:13px;padding:10px}html #ae-app .ae-area-grid{grid-template-columns:1fr}html #ae-app .ae-result-dice{gap:10px}}
@media(prefers-reduced-motion:reduce){html #ae-app .ae-rolling{animation:none}}

html #ae-app .ae-flower-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0}html #ae-app .ae-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 #ae-app .ae-flower-grid img{display:block;width:100%;height:140px;object-fit:contain;filter:drop-shadow(0 3px 6px #0003)}html #ae-app .ae-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 #ae-app .ae-flower-grid small{font-size:11px;opacity:.8}
html #ae-app .ae-selection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}html #ae-app .ae-selection>div{border:1px solid var(--px-line,#383247);border-radius:10px;padding:12px;min-width:0}html #ae-app .ae-selection p{font-size:12px}html #ae-app .ae-selection strong{display:block;margin:8px 0}html #ae-app .ae-selection button{font-size:12px;padding:6px;min-height:40px}
html #ae-app .ae-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 #ae-app .ae-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 #ae-app .ae-bouquet img:first-child{transform:rotate(-24deg)}html #ae-app .ae-bouquet img:nth-child(2){transform:rotate(24deg)}html #ae-app .ae-bouquet:after{content:'✦';position:absolute;left:calc(50% - 22px);bottom:14%;font-size:36px;color:#d9b776}
html #ae-app .ae-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}html #ae-app .ae-three .ae-panel{padding:20px}html #ae-app .ae-three h3{font-size:21px}html #ae-app .ae-three p{font-size:14px}html #ae-app .ae-three .ae-eyebrow{font-size:11px;margin-bottom:10px}
html #ae-app .ae-stick-reveal{text-align:center;padding:30px 16px}html #ae-app .ae-stick-reveal p{text-align:center}html #ae-app .ae-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 #ae-app .ae-scene{display:grid;grid-template-columns:.8fr 1fr;gap:26px;align-items:center;margin-bottom:26px}html #ae-app .ae-scene>img{width:100%;height:auto;border-radius:80px 14px 14px 14px;border:1px solid #ac874d}html #ae-app .ae-scene h3{font-size:28px}html #ae-app .ae-scene p+p{margin-top:12px}
html #ae-app .ae-chart{display:block;width:100%;height:auto;max-width:720px;margin:22px auto;border:1px solid #8f764a;border-radius:18px;background:#101625}html #ae-app .ae-chart text{font-family:Georgia,serif}html #ae-app .ae-table-wrap{overflow-x:auto;margin:20px 0}html #ae-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 #ae-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 #ae-app th{font-weight:650;color:var(--px-accent,#e1bc72)}html #ae-app .ae-compare{display:grid;grid-template-columns:1fr 1fr;gap:20px}html #ae-app .ae-compare>div{border-left:2px solid var(--px-accent,#e1bc72);padding-left:16px}html #ae-app .ae-compare h4{font-size:18px}
html #ae-app .ae-scores{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}html #ae-app .ae-score>div:first-child{display:flex;justify-content:space-between;gap:10px}html #ae-app .ae-score progress{width:100%;height:12px;accent-color:var(--px-accent,#e1bc72)}html #ae-app .ae-proof{font-size:13px;color:var(--px-muted,#c5bac9);margin-top:12px}html #ae-app .ae-revise{margin:24px 0}html #ae-app .ae-revise fieldset{margin-top:18px}html #ae-app #ae-update{margin:16px 0;font-size:14px}
html #ae-app .ae-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 #ae-app .ae-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 #ae-app .ae-wheel img{width:100%;aspect-ratio:1;height:auto;border-radius:50%;object-fit:cover;max-width:90px}html #ae-app .ae-wheel button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);box-shadow:0 0 0 2px var(--px-accent,#e1bc72)}html #ae-app .ae-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 #ae-app .ae-wheel-center strong{font:32px Georgia,serif}html #ae-app .ae-event-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0}html #ae-app .ae-event-list button{justify-content:space-between;font-size:13px;padding:12px}html #ae-app .ae-event-list small{font-weight:400}html #ae-app .ae-event-list button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72)}html #ae-app .ae-event-meta{font-size:13px;color:var(--px-accent,#e1bc72);margin-bottom:12px}
html #ae-app .ae-question .ae-check{align-items:flex-start;border:1px solid var(--px-line,#383247);border-radius:9px;padding:12px;font-size:15px}html #ae-app .ae-question input{flex:0 0 auto;margin-top:5px}html #ae-app .ae-question .ae-check:has(input:checked){border-color:var(--px-accent,#e1bc72)}html #ae-app .ae-question>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}html #ae-app .ae-progress{margin-bottom:22px;color:var(--px-accent,#e1bc72)}html #ae-app .ae-actions{display:flex;flex-wrap:wrap;gap:12px}html #ae-app input[type=range]{padding:0;accent-color:var(--px-accent,#e1bc72)}html #ae-app .ae-editor{grid-template-columns:1fr 1fr}html #ae-app a{color:var(--px-accent,#e1bc72);text-decoration:underline}html #ae-app .ae-answer p+p{margin-top:12px}
@media(max-width:640px){html #ae-app .ae-flower-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}html #ae-app .ae-flower-grid img{height:118px}html #ae-app .ae-three,html #ae-app .ae-scene,html #ae-app .ae-compare,html #ae-app .ae-question>div{grid-template-columns:1fr}html #ae-app .ae-scene>img{max-width:320px;margin:0 auto}html #ae-app .ae-bouquet{height:420px;border-radius:65px 16px}html #ae-app .ae-scores{grid-template-columns:1fr}html #ae-app .ae-wheel button{font-size:10px;padding:4px;border-radius:10px}html #ae-app .ae-wheel-center strong{font-size:23px}html #ae-app .ae-wheel-center small{font-size:11px}html #ae-app .ae-event-list{grid-template-columns:1fr}html #ae-app .ae-selection{gap:6px}html #ae-app .ae-selection>div{padding:8px}html #ae-app .ae-selection strong{font-size:12px}html #ae-app .ae-selection p{font-size:11px}html #ae-app .ae-editor{grid-template-columns:1fr}html #ae-app table{font-size:12px}html #ae-app :is(th,td){padding:9px 5px}}
@media(max-width:360px){html #ae-app .ae-bouquet{height:330px}html #ae-app .ae-flower-grid img{height:94px}}
html #ae-app .ae-bouquet-canvas{display:block;width:100%;max-width:580px;height:auto;margin:20px auto 26px;border:1px solid #a7834d;border-radius:100px 20px}

html #ae-app .ae-deck{grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;max-width:850px;margin:24px auto}html #ae-app .ae-deck.ae-ogham-deck{grid-template-columns:repeat(10,minmax(0,1fr))}html #ae-app .ae-deck button{font-size:32px;transition:transform .16s}html #ae-app .ae-deck button:hover{transform:translateY(-5px)}
html #ae-app .ae-picked{display:flex;justify-content:center;gap:12px;margin:20px 0;flex-wrap:wrap}html #ae-app .ae-picked img{width:72px;height:108px;object-fit:cover;border-radius:6px}html #ae-app .ae-picked span{display:flex;align-items:center;gap:8px;font-size:13px}
html #ae-app .ae-card-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:24px auto 30px;max-width:900px}html #ae-app .ae-card-row.ae-three{grid-template-columns:repeat(3,minmax(0,1fr));max-width:680px}html #ae-app .ae-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 #ae-app .ae-card-row figcaption{font-size:15px}html #ae-app .ae-card-row small{font-size:12px}
html #ae-app .ae-question{margin:24px 0}html #ae-app .ae-quiz-nav{display:flex;gap:12px;margin:12px 0;flex-wrap:wrap}html #ae-app .ae-step-progress{width:100%;height:6px;accent-color:var(--px-accent,#e1bc72);margin:14px 0}html #ae-app #ae-question-heading{outline:none}html #ae-app .ae-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
html #ae-app .ae-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}html #ae-app .ae-stat{padding:18px;border:1px solid var(--px-line,#383247);border-radius:12px;background:var(--px-surface,#181321)}html #ae-app .ae-stat strong{display:block;font:500 23px/1.3 var(--px-heading,Georgia,serif);color:var(--px-accent,#e1bc72)}html #ae-app .ae-stat small{display:block;font-size:12px;margin-bottom:8px}html #ae-app .ae-result-note{border-left:2px solid var(--px-accent,#e1bc72);padding-left:16px;margin:22px 0}
html #ae-app .ae-energy-bar{height:12px;background:var(--px-line,#383247);border-radius:8px;position:relative;margin:10px 0}html #ae-app .ae-energy-bar:after{content:'';position:absolute;left:50%;top:-3px;height:18px;border-left:1px solid var(--px-muted,#c5bac9)}html #ae-app .ae-energy-bar span{position:absolute;height:12px;border-radius:8px;background:#c2936d}html #ae-app .ae-energy-bar span.ae-positive{background:#81b8b0}
html #ae-app .ae-timer{padding:24px;border:1px solid var(--px-line,#383247);border-radius:16px;margin-bottom:24px}html #ae-app .ae-timer time{display:block;font:42px Georgia,serif;font-variant-numeric:tabular-nums;color:var(--px-accent,#e1bc72);margin:12px 0}html #ae-app .ae-timer p{font-size:14px}html #ae-app .ae-recipe-step{display:grid;grid-template-columns:44px 1fr;gap:16px;margin:26px 0}html #ae-app .ae-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 #ae-app .ae-symbols{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:24px 0}html #ae-app .ae-symbols button{display:flex;flex-direction:column;padding:7px;gap:6px;font-size:12px;justify-content:start}html #ae-app .ae-symbols img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:7px}html #ae-app .ae-sequence{display:flex;gap:8px;margin:24px 0;flex-wrap:wrap;justify-content:center}html #ae-app .ae-sequence figure{width:calc(14.285% - 8px);min-width:62px;max-width:108px}html #ae-app .ae-sequence img{display:block;width:100%;height:auto;border-radius:8px}html #ae-app .ae-sequence figcaption{font-size:11px;margin-top:5px}html #ae-app .ae-sequence .ae-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 #ae-app .ae-sequence .ae-wrong{border:2px solid #e5a18e}html #ae-app .ae-sequence .ae-right{border:2px solid #8ac5ab}html #ae-app .ae-round-trace{margin:14px 0;padding:16px;border:1px solid var(--px-line,#383247);border-radius:10px}html #ae-app .ae-round-trace p{font-size:14px}html #ae-app .ae-memory-note{color:var(--px-muted,#c5bac9);margin-top:16px}
html #ae-app .ae-network{display:block;width:100%;max-width:520px;height:auto;margin:16px auto;background:#101625;border:1px solid #8f764a;border-radius:18px}html #ae-app .ae-network text{font:15px system-ui,sans-serif}html #ae-app .ae-network [role=button]{cursor:pointer}html #ae-app .ae-network [role=button]:focus{outline:none}html #ae-app .ae-network [role=button]:focus circle{stroke:#fff;stroke-width:4}html #ae-app .ae-center-buttons{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}html #ae-app .ae-center-buttons button{font-size:12px;padding:7px 12px;min-height:42px}html #ae-app button[aria-pressed=true]{border-color:var(--px-accent,#e1bc72);box-shadow:inset 0 0 0 1px var(--px-accent,#e1bc72)}html #ae-app .ae-center-info{margin:18px 0}
html #ae-app .ae-timeline{display:flex;gap:4px;width:100%;margin:22px 0;min-height:80px}html #ae-app .ae-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 #ae-app .ae-timeline span{font-size:26px}html #ae-app .ae-periods{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}html #ae-app .ae-periods button{display:block;text-align:left;padding:13px;font-size:14px}html #ae-app .ae-periods small{display:block;font-size:11px;font-weight:400;margin-top:6px}html #ae-app .ae-periods b{display:block;color:var(--px-accent,#e1bc72);font-size:11px;margin-top:6px}html #ae-app .ae-date-controls{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin:18px 0}html #ae-app .ae-date-controls .ae-field{margin:0}html #ae-app .ae-date-controls button{height:50px}html #ae-app .ae-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 #ae-app .ae-deck{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}html #ae-app .ae-deck.ae-ogham-deck{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}html #ae-app .ae-four{grid-template-columns:1fr 1fr}html #ae-app .ae-card-row{grid-template-columns:1fr 1fr;gap:18px}html #ae-app .ae-card-row.ae-three{gap:9px}html #ae-app .ae-card-row.ae-three figcaption{font-size:12px}html #ae-app .ae-card-row.ae-three small{font-size:10px}html #ae-app .ae-review-grid{grid-template-columns:1fr}html #ae-app .ae-symbols{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}html #ae-app .ae-symbols button{font-size:10px;padding:5px}html #ae-app .ae-periods{grid-template-columns:1fr}html #ae-app .ae-date-controls{grid-template-columns:1fr}html #ae-app .ae-timeline{flex-wrap:wrap}html #ae-app .ae-timeline button{flex:1 0 calc(20% - 5px)!important}html #ae-app .ae-stat{padding:12px}html #ae-app .ae-stat strong{font-size:19px}html #ae-app .ae-recipe-step{grid-template-columns:30px 1fr;gap:10px}html #ae-app .ae-recipe-step>span{width:30px;height:30px}html #ae-app .ae-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html #ae-app .ae-deck button{transition:none;transform:none}}

html #ae-app .ae-timeline button{transition-property:color,background-color,border-color,box-shadow}

html #ae-app .ae-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 #ae-app .ae-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 #ae-app .ae-deck button[aria-pressed=true]{background:#b18a42;color:#fff;font-size:24px;box-shadow:inset 0 0 0 3px #e9d49c}
html #ae-app .ae-picks{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}html #ae-app .ae-picks span{font-size:12px;border:1px solid var(--px-line,#393747);border-radius:30px;padding:6px 10px}html #ae-app .ae-picks .ae-filled{color:var(--px-accent,#e8c888)}
html #ae-app .ae-five-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0;align-items:start}html #ae-app .ae-card{margin:0;min-width:0}html #ae-app .ae-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 #ae-app .ae-card figcaption{display:grid;gap:3px;text-align:center;padding-top:10px;line-height:1.45}html #ae-app .ae-card figcaption small{color:var(--px-accent,#e8c888);font-size:12px}html #ae-app .ae-card figcaption strong{font-size:14px}
html #ae-app .ae-catalogue{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;padding-top:20px;max-height:600px;overflow:auto}html #ae-app .ae-catalogue p{font-size:13px;margin-top:10px;line-height:1.65}html #ae-app .ae-catalogue img{max-height:280px;object-fit:contain;border:0}
html #ae-app .ae-numbers{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:20px 0}html #ae-app .ae-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 #ae-app .ae-numbers strong{font:500 48px/1.25 var(--px-heading,Georgia,serif);color:var(--px-accent,#e8c888)}html #ae-app .ae-numbers small{font-size:13px;text-transform:uppercase;letter-spacing:.05em}html #ae-app .ae-numbers span{font-size:12px}
html #ae-app .ae-question{padding:18px 0 0;border:0;margin:0}html #ae-app .ae-question legend{font-size:19px;font-weight:600;line-height:1.6;padding:0;float:none;width:100%;white-space:normal}html #ae-app .ae-question .ae-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 #ae-app .ae-question .ae-check:has(input:checked){border-color:var(--px-accent,#e8c888);background:var(--px-bg,#101624)}html #ae-app .ae-progress{color:var(--px-accent,#e8c888);font-size:13px;margin:18px 0}
html #ae-app .ae-zones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}html #ae-app .ae-zones button{font-size:13px;padding:10px 8px;min-width:0;white-space:normal}html #ae-app #ae-water-live{max-width:440px;margin:20px auto}html #ae-app #ae-drop-status{text-align:center;color:var(--px-accent,#e8c888)}html #ae-app .ae-new-ripple{animation:ae-ripple-in .7s ease-out both}@keyframes ae-ripple-in{from{opacity:.15}to{opacity:1}}
html #ae-app .ae-muse-preview{display:flex;justify-content:center;gap:14px;margin:22px auto 0;max-width:420px}html #ae-app .ae-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 #ae-app .ae-muse-preview img:nth-child(2){transform:translateY(-8px)}html #ae-app .ae-muse-result{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.3fr);gap:24px;align-items:center}html #ae-app .ae-muse-result .ae-card{max-width:320px;margin:auto}
html #ae-app .ae-balance-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:22px 0}html #ae-app .ae-balance-fields fieldset{min-width:0;border:1px solid var(--px-line,#393747);border-radius:12px;padding:18px;margin:0}html #ae-app .ae-balance-fields legend{width:auto;padding:0 6px;font-size:18px}html #ae-app .ae-balance-fields p{font-size:14px}html #ae-app .ae-wheel-key{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 25px;padding-left:24px;margin:20px 0}html #ae-app .ae-wheel-key li{padding-left:4px;font-size:14px}html #ae-app .ae-wheel-key .ae-priority{color:var(--px-accent,#e8c888);font-weight:650}
html #ae-app .ae-bones{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:start;margin:24px 0}html #ae-app .ae-bone{min-width:0;text-align:center;margin:0}html #ae-app .ae-bone img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:14px;border:1px solid var(--px-line,#393747)}html #ae-app .ae-bone figcaption{display:grid;gap:3px}html #ae-app .ae-bone small{font-size:11px;color:var(--px-muted,#c3becb)}html #ae-app .ae-bone strong{font:500 36px/1.2 var(--px-heading,Georgia,serif);color:var(--px-accent,#e8c888)}html #ae-app .ae-bone span{font-size:11px}html #ae-app .ae-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 #ae-app .ae-rolling{animation:ae-bone-turn .7s ease-out}@keyframes ae-bone-turn{0%{transform:translateY(0)}30%{transform:translateY(-12px) rotate(2deg)}70%{transform:translateY(3px) rotate(-1deg)}100%{transform:translateY(0)}}
html #ae-app .ae-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:20px 0}html #ae-app .ae-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 #ae-app .ae-periods small{font-size:11px;font-weight:400;line-height:1.5}html #ae-app .ae-subperiods{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0}html #ae-app .ae-subperiods button{font-size:13px;min-width:0;padding:8px 12px;transition-property:background-color,color,border-color,box-shadow}html #ae-app :is(.ae-periods,.ae-subperiods) button[aria-pressed=true]{border-color:var(--px-accent,#e8c888);background:var(--px-accent,#e8c888);color:#171921}
html #ae-app .ae-answer>.ae-panel{margin:20px 0}html #ae-app .ae-panel>.ae-panel{margin-top:16px;padding:18px}html #ae-app :is(.ae-panel,.ae-field)>p+p{margin-top:14px}html #ae-app :is(.ae-field,fieldset,figure,article){min-width:0}html #ae-app .ae-field{margin-bottom:18px}html #ae-app button{white-space:normal;max-width:100%;min-height:44px}html #ae-app input[type=radio],html #ae-app input[type=checkbox]{flex:0 0 auto;margin-top:5px;accent-color:var(--px-accent,#e8c888)}html #ae-app #ae-validation{border-left:3px solid var(--px-accent,#e8c888);padding:10px 15px;margin:18px 0}html #ae-app #ae-submit{margin-top:20px}
@media(max-width:760px){html #ae-app .ae-five-cards{grid-template-columns:repeat(3,minmax(0,1fr))}html #ae-app .ae-numbers{grid-template-columns:repeat(3,minmax(0,1fr))}html #ae-app .ae-deck{grid-template-columns:repeat(9,minmax(0,1fr))}html #ae-app .ae-periods{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){html #ae-app .ae-balance-fields,html #ae-app .ae-muse-result{grid-template-columns:1fr}html #ae-app .ae-catalogue{grid-template-columns:repeat(2,minmax(0,1fr))}html #ae-app .ae-deck{grid-template-columns:repeat(6,minmax(0,1fr));max-height:330px;gap:7px}html #ae-app .ae-five-cards{grid-template-columns:repeat(2,minmax(0,1fr))}html #ae-app .ae-numbers{grid-template-columns:repeat(2,minmax(0,1fr))}html #ae-app .ae-bones{gap:5px}html #ae-app .ae-bone strong{font-size:30px}html #ae-app .ae-bone span{font-size:10px}html #ae-app .ae-wheel-key{gap:10px 15px}html #ae-app .ae-periods button{padding:9px;font-size:14px}html #ae-app .ae-muse-result .ae-card{max-width:230px}}
@media(prefers-reduced-motion:reduce){html #ae-app .ae-new-ripple,html #ae-app .ae-rolling{animation:none!important}}

html #ae-app .ae-periods button[aria-pressed=true] :is(strong,small){color:inherit}
html #ae-app legend[tabindex]{scroll-margin-top:110px}
