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