:root{--ink:#101b35;--paper:#f7f5ef;--card:#fffdf9;--lime:#d7ee9c;--pink:#f2b5c3;--blue:#a9d4ef;--correct:#6aaa64;--near:#c9b458;--muted:#697080;--line:#d9d6cc}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}header,footer{max-width:1140px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:22px 28px}.brand{font-family:Georgia,serif;font-size:29px;font-weight:900;color:var(--ink);text-decoration:none;letter-spacing:-1.8px}.brand span{color:#e94f78}nav{display:flex;gap:20px}nav a{font-size:14px;color:var(--ink);text-decoration:none}.hero{max-width:1140px;margin:0 auto;padding:58px 28px 70px}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#e94f78;margin:0 0 12px}.hero h1{max-width:780px;font-family:Georgia,serif;font-size:clamp(42px,7vw,78px);line-height:.96;letter-spacing:-4px;margin:0}.hero h1 em{font-style:normal;color:#e94f78}.lede{max-width:610px;font-size:18px;line-height:1.55;margin:24px 0 32px;color:#40495b}.modebar{display:flex;gap:5px;margin-bottom:-1px;position:relative;z-index:2}.modebar button{border:1px solid var(--line);background:#ece9df;padding:11px 17px;border-radius:10px 10px 0 0;font-weight:700;color:var(--ink);cursor:pointer}.modebar button.active{background:var(--card);border-bottom-color:var(--card)}.game{background:var(--card);border:1px solid var(--line);border-radius:0 16px 16px 16px;padding:26px;box-shadow:0 12px 0 rgba(16,27,53,.06)}.gamehead{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.gamehead p{font-size:10px;letter-spacing:1px;font-weight:800;margin:0;color:#e94f78}.gamehead h2{margin:4px 0 0;font-size:26px}.tries{display:flex;align-items:center;gap:7px}.tries b{font-size:38px;line-height:1}.tries span{font-size:11px;line-height:1.15;text-transform:uppercase;letter-spacing:.5px}.status{min-height:24px;color:var(--muted);font-size:14px;margin:18px 0 8px}.guessbox{position:relative}.guessbox label{display:block;font-size:12px;font-weight:800;margin-bottom:5px}.guessbox>div{display:flex}.guessbox input{width:100%;font:inherit;padding:14px;border:1px solid #aeb4bd;border-radius:9px 0 0 9px;background:white}.guessbox button{border:0;background:var(--ink);color:white;padding:0 22px;border-radius:0 9px 9px 0;font-weight:800;cursor:pointer}.suggestions{display:block!important;position:absolute;top:72px;left:0;right:95px;background:white;border:1px solid var(--line);z-index:5;border-radius:8px;overflow:hidden}.suggestions:empty{display:none!important}.suggestions button{display:block!important;width:100%;padding:10px!important;border:0!important;background:white!important;color:var(--ink)!important;text-align:left!important;border-radius:0!important}.suggestions button:hover{background:#f0efe9!important}.legend{display:flex;gap:15px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin:17px 0}.legend i{display:inline-grid;place-items:center;width:11px;height:11px;border-radius:3px;margin-right:4px}.exact{background:var(--correct)}.near{background:var(--near)}.off{background:#d8d8d6}.legend .arrow{font-style:normal;background:#81c8ff;font-weight:900;font-size:10px}.gridwrap{overflow:auto}table{width:100%;min-width:820px;table-layout:fixed;border-collapse:separate;border-spacing:4px}th:nth-child(1),td:nth-child(1){width:25%}th:nth-child(2),td:nth-child(2){width:12%}th:nth-child(3),td:nth-child(3){width:12%}th:nth-child(4),td:nth-child(4){width:13%}th:nth-child(5),td:nth-child(5){width:10%}th:nth-child(6),td:nth-child(6){width:14%}th:nth-child(7),td:nth-child(7){width:8%}th{font-size:10px;text-transform:uppercase;letter-spacing:.7px;text-align:center;color:var(--muted);padding:4px}td{background:#e5e5e0;text-align:center;padding:12px 7px;font-size:13px;font-weight:700;border-radius:5px}.artist-cell{display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.artist-avatar{width:46px;height:46px;flex:0 0 46px;border:2px solid rgba(255,255,255,.7);border-radius:50%;background:#d8d8d6;object-fit:cover}.exactcell{background:var(--correct)}.nearcell{background:var(--near)}.empty td{font-weight:400;color:var(--muted);background:#f0eee8}.actions{display:flex;align-items:center;gap:12px;margin-top:14px}.textbtn{border:0;background:transparent;color:var(--muted);text-decoration:underline;cursor:pointer}.secondary{border:1px solid var(--ink);background:var(--card);padding:9px 14px;border-radius:7px;font-weight:700;cursor:pointer}.hidden{display:none}.strip{background:var(--ink);color:white;display:flex;justify-content:center;gap:90px;padding:35px 28px}.strip div{display:flex;flex-direction:column;align-items:center}.strip b{font-size:28px;color:var(--lime)}.strip span{font-size:12px;color:#cad0dc}.content{max-width:1050px;margin:0 auto;padding:90px 28px}.content h2{font-size:clamp(30px,4vw,48px);letter-spacing:-2px;max-width:720px;margin:0 0 28px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps article{border:1px solid var(--line);border-radius:12px;padding:24px;background:#fbfaf6}.steps article>b{color:#e94f78;font-size:13px}.steps h3{font-size:20px;margin:24px 0 8px}.steps p,.two p,.faq p{color:#565f70;line-height:1.6}.two{display:grid;grid-template-columns:1.6fr 1fr;gap:50px;align-items:center}.two aside{background:var(--pink);padding:30px;border-radius:12px;font-family:Georgia,serif;font-size:23px;line-height:1.25}.two aside p{color:var(--ink)}.cta{display:inline-flex;gap:15px;color:var(--ink);font-weight:800;text-decoration:none;border-bottom:2px solid #e94f78;padding-bottom:5px}.faq{padding-top:30px}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:800;font-size:18px}.faq details:last-child{border-bottom:1px solid var(--line)}footer{border-top:1px solid var(--line);padding-top:35px;padding-bottom:35px}footer p{font-size:13px;color:var(--muted)}@media(max-width:700px){header nav{gap:11px}header nav a{font-size:12px}.hero{padding-top:32px}.hero h1{letter-spacing:-2.5px}.game{padding:17px}.strip{gap:25px}.strip b{font-size:21px}.strip span{font-size:10px}.steps,.two{grid-template-columns:1fr}.content{padding:58px 22px}footer{align-items:flex-start;flex-direction:column;gap:15px}}.modebar a{border:1px solid var(--line);background:#ece9df;padding:11px 17px;border-radius:10px 10px 0 0;font-weight:700;color:var(--ink);cursor:pointer;text-decoration:none}.modebar a.active{background:var(--card);border-bottom-color:var(--card)}.clue-help-wrap{display:flex;justify-content:flex-end;margin:4px 0 12px}.clue-help{position:relative}.clue-help summary{display:flex;align-items:center;justify-content:center;width:32px;height:32px;list-style:none;cursor:pointer;color:var(--muted)}.clue-help summary::-webkit-details-marker{display:none}.clue-help svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.clue-help .help-dot{fill:currentColor;stroke:none}.clue-help[open] summary{color:var(--ink)}.clue-popover{position:absolute;z-index:6;right:0;top:38px;width:min(330px,calc(100vw - 76px));padding:15px;border:1px solid var(--line);border-radius:10px;background:var(--card);box-shadow:0 10px 24px rgba(16,27,53,.14);font-size:12px;line-height:1.5;color:var(--muted)}.clue-popover strong{color:var(--ink);font-size:13px}.clue-popover p{margin:7px 0 0}.clue-popover b{color:var(--ink)}body:not([data-mode]) .hero{padding-top:34px;padding-bottom:46px}body:not([data-mode]) .hero h1{font-size:clamp(34px,5vw,56px);line-height:1;letter-spacing:-2.5px}body:not([data-mode]) .hero .lede{margin:13px 0 25px;font-size:16px;max-width:540px}.yesterday-reveal{display:flex;align-items:center;gap:14px;margin-top:15px;padding:14px 16px;border-radius:10px;background:var(--ink);color:#fff}.yesterday-reveal[hidden]{display:none}.yesterday-reveal .artist-avatar{width:52px;height:52px;flex-basis:52px;border-color:rgba(255,255,255,.35)}.yesterday-reveal span{display:block;margin-bottom:3px;color:var(--lime);font-size:10px;font-weight:800;letter-spacing:1px}.yesterday-reveal strong{font-family:Georgia,serif;font-size:24px;font-weight:400}.stats-modal{position:fixed;z-index:20;inset:0;display:grid;place-items:center;padding:20px;background:rgba(16,27,53,.62)}.stats-modal[hidden]{display:none}.stats-panel{position:relative;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:34px;border-radius:14px;background:#262626;color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.35)}.stats-panel h2{margin:0 0 28px;text-align:center;text-transform:uppercase;font-size:32px}.stats-panel h3{margin:26px 0 12px;text-transform:uppercase;font-size:18px}.stats-close{position:absolute;top:13px;right:17px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}.stats-summary b{display:block;font-size:32px}.stats-summary span{display:block;margin-top:7px;color:#c7c7c7;font-size:12px;font-weight:700}.stats-best{padding:2px 0}.stats-best p{margin:0;color:#c7c7c7}.stats-distribution label{display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:10px;margin:10px 0;color:#d5d5d5;font-weight:800}.stats-distribution i{display:block;height:28px;overflow:hidden;border-radius:5px;background:#4c4c4c}.stats-distribution em{display:block;height:100%;min-width:0;border-radius:5px;background:#836de0}.stats-distribution label>b{text-align:center;border-radius:5px;background:#836de0;padding:5px 0}.stats-open{overflow:hidden}@media(max-width:520px){.stats-panel{padding:30px 20px}.stats-summary b{font-size:26px}.stats-summary span{font-size:10px}}.nav-help{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:var(--ink);color:#fff;font:800 21px/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer}.nav-help:hover{background:#e94f78}.guide-help{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.guide-help:hover{color:var(--ink);background:#f0eee8}.guide-help svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.guide-help .help-dot{fill:currentColor;stroke:none}.guide-modal{position:fixed;z-index:21;inset:0;display:grid;place-items:center;padding:20px;background:rgba(16,27,53,.62)}.guide-modal[hidden]{display:none}.guide-panel{position:relative;width:min(720px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:36px;border-radius:16px;background:var(--card);box-shadow:0 24px 60px rgba(0,0,0,.28)}.guide-panel h2{margin:0;font-size:clamp(28px,5vw,44px);letter-spacing:-2px}.guide-close{position:absolute;top:14px;right:17px;border:0;background:transparent;color:var(--ink);font-size:40px;line-height:1;cursor:pointer}.guide-lede{max-width:590px;color:var(--muted);line-height:1.55}.guide-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:25px 0}.guide-steps article{padding:16px;border:1px solid var(--line);border-radius:10px;background:#fbfaf6}.guide-steps b{color:#e94f78}.guide-steps h3,.guide-clues h3,.guide-modes h3{margin:10px 0 6px;font-size:17px}.guide-steps p,.guide-clues p,.guide-modes p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.guide-clues,.guide-modes{margin-top:22px}.guide-example{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:5px;margin:12px 0 10px;font-size:12px;font-weight:800}.guide-example>div{padding:11px 7px;border-radius:5px;text-align:center}.guide-artist{background:#e5e5e0;text-align:left!important}.guide-match{background:var(--correct)}.guide-close-cell{background:var(--near)}.guide-off{background:#d8d8d6}.guide-key{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:11px}.guide-key i{display:inline-block;width:10px;height:10px;margin-right:4px;border-radius:3px}.guide-panel #guideDone{margin-top:28px;background:var(--ink);color:#fff}@media(max-width:560px){.guide-panel{padding:30px 20px}.guide-steps{grid-template-columns:1fr}.guide-example{grid-template-columns:1.45fr repeat(3,1fr);font-size:10px}.guide-example>div{padding:9px 4px}}.hero-tools{display:flex;gap:9px;margin:15px 0 25px}.hero-tool{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--card);color:var(--ink);cursor:pointer}.hero-tool:hover{border-color:#e94f78;color:#e94f78}.hero-tool svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.hero-tool .help-dot{fill:currentColor;stroke:none}.hero-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-heading h1{max-width:none}.hero-heading .hero-tools{flex:0 0 auto;margin:0}@media(max-width:520px){.hero-heading{gap:12px}.hero-heading h1{font-size:clamp(30px,9vw,44px)}.hero-tool{width:34px;height:34px}}.sound-small{display:grid;place-items:center;width:34px;height:34px;margin-left:auto;margin-right:10px;border:1px solid var(--line);border-radius:50%;background:var(--card);color:var(--ink);cursor:pointer}.sound-small svg,.hero-tool svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hero-tool.muted .sound-wave,.sound-small.muted .sound-wave{display:none}.hero-tool.muted:after,.sound-small.muted:after{content:"";position:absolute;width:20px;border-top:2px solid currentColor;transform:rotate(-45deg)}.hero-tool{position:relative}.sound-small{position:relative}.result-modal{position:fixed;z-index:22;inset:0;display:grid;place-items:center;padding:20px;background:rgba(16,27,53,.68)}.result-modal[hidden]{display:none}.result-panel{position:relative;width:min(440px,100%);padding:32px;border-radius:16px;background:var(--card);box-shadow:0 24px 60px rgba(0,0,0,.3);text-align:center}.result-close{position:absolute;top:12px;right:16px;border:0;background:transparent;color:var(--ink);font-size:38px;line-height:1;cursor:pointer}.result-panel h2{margin:0;font-size:36px;letter-spacing:-1.5px}.result-artist{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 10px;text-align:left}.result-artist .artist-avatar{width:62px;height:62px;flex-basis:62px}.result-artist span{display:block;color:#e94f78;font-size:10px;font-weight:800;letter-spacing:1px}.result-artist strong{display:block;font-family:Georgia,serif;font-size:27px;font-weight:400}.result-score{margin:0 0 18px;color:var(--muted);font-size:14px}.result-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;max-width:290px;margin:0 auto}.result-grid i{height:17px;border-radius:3px;background:#d8d8d6}.result-grid i.exactcell{background:var(--correct)}.result-grid i.nearcell{background:var(--near)}.result-grid i.result-off{background:#d8d8d6}.result-actions{display:flex;justify-content:center;align-items:center;gap:13px;margin-top:24px}.result-actions .secondary{background:var(--ink);color:#fff}.result-open{overflow:hidden}.confetti-piece{position:fixed;z-index:30;top:-16px;width:10px;height:16px;pointer-events:none;animation:confetti-fall 1s ease-in forwards}@keyframes confetti-fall{to{top:105vh;opacity:0}}@media(max-width:520px){.result-panel{padding:30px 20px}.result-panel h2{font-size:31px}.result-artist strong{font-size:24px}}.share-toast{position:fixed;z-index:40;left:50%;bottom:28px;display:flex;align-items:center;gap:10px;min-width:240px;padding:12px 16px;border-radius:12px;background:var(--ink);color:#fff;box-shadow:0 14px 30px rgba(16,27,53,.28);transform:translate(-50%,130%);animation:share-toast-in .35s cubic-bezier(.2,.9,.3,1) forwards,share-toast-out .35s ease 2.25s forwards}.share-toast>span{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--lime);color:var(--ink);font-weight:900}.share-toast b,.share-toast small{display:block}.share-toast b{font-size:13px}.share-toast small{margin-top:2px;color:#cbd2df;font-size:11px}.result-actions .secondary.copied,#shareBtn.copied{background:var(--lime);color:var(--ink);transform:scale(1.04)}@keyframes share-toast-in{to{transform:translate(-50%,0)}}@keyframes share-toast-out{to{transform:translate(-50%,130%);opacity:0}}@media(max-width:700px){.gridwrap{overflow:visible}.gridwrap table{display:block;min-width:0;border-spacing:0}.gridwrap thead{display:none}.gridwrap tbody{display:grid;gap:10px}.gridwrap tr:not(.empty){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:5px;border:1px solid var(--line);border-radius:10px;background:#f0eee8}.gridwrap td{display:flex;width:auto!important;min-height:64px;flex-direction:column;align-items:center;justify-content:center;padding:8px 6px;font-size:13px}.gridwrap td::before{content:attr(data-label);margin-bottom:5px;color:#697080;font-size:9px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.gridwrap td:first-child{grid-column:1/-1;align-items:flex-start;padding:9px 11px}.gridwrap td:first-child::before{display:none}.gridwrap .artist-cell{gap:10px}.gridwrap .artist-avatar{width:42px;height:42px;flex-basis:42px}.gridwrap tr.empty{display:block}.gridwrap .empty td{display:block;min-height:0;padding:15px}.gridwrap .empty td::before{display:none}}@media(max-width:700px){.gridwrap tr:not(.empty){grid-template-columns:repeat(3,minmax(0,1fr))}.gridwrap td:first-child{grid-column:1/-1}.gridwrap td:nth-child(7){grid-column:auto}}.guide-attributes{margin-top:23px}.guide-attributes dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:10px 0 0}.guide-attributes dl>div{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fbfaf6}.guide-attributes dt{font-size:13px;font-weight:800}.guide-attributes dd{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.guide-note{margin:22px 0 0;padding:11px 13px;border-left:3px solid #e94f78;background:#f9edf0;color:var(--ink)!important;font-size:13px!important}@media(max-width:560px){.guide-steps{grid-template-columns:1fr}.guide-attributes dl{grid-template-columns:1fr}}.guide-tabs{display:flex;gap:7px;margin:0 42px 25px 0}.guide-tab{padding:10px 16px;border:0;border-radius:8px;background:transparent;color:var(--ink);font:800 14px/1 Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer}.guide-tab.active{background:#836de0;color:#fff}.guide-page[hidden]{display:none}.guide-demo{margin-top:24px;padding:17px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6}.guide-demo-label{margin:0 0 10px!important;color:#e94f78!important;font-size:10px!important;font-weight:800;letter-spacing:1px}.guide-demo-artist{display:flex;align-items:center;gap:10px;margin-bottom:10px}.guide-demo-artist i{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,#e94f78,#836de0);color:#fff;font-size:11px;font-style:normal;font-weight:800}.guide-demo-artist strong{font-size:16px}.guide-demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.guide-demo-grid>div{padding:9px 6px;border-radius:6px;text-align:center}.guide-demo-grid span{display:block;font-size:9px;letter-spacing:.5px}.guide-demo-grid b{display:block;margin-top:3px;font-size:13px}.guide-match-tile{background:var(--correct)}.guide-near-tile{background:var(--near)}.guide-off-tile{background:#d8d8d6}.guide-demo>p:last-child{margin:13px 0 0}.attribute-list{display:grid;gap:11px;margin-top:23px}.attribute-list article{padding:15px;border:1px solid var(--line);border-radius:10px;background:#fbfaf6}.attribute-list h3{margin:0;font-size:18px}.attribute-list p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.attribute-states{display:flex;gap:6px;flex-wrap:wrap;margin:11px 0 8px}.attribute-states span{padding:7px 10px;border-radius:5px;font-size:12px;font-weight:800}.state-off{background:#d8d8d6}.state-near{background:var(--near)}.state-exact{background:var(--correct)}.attribute-list small{color:var(--muted);font-size:12px}.attribute-list small b{color:var(--ink)}@media(max-width:560px){.guide-tabs{margin-bottom:20px}.guide-tab{padding:9px 12px}.guide-demo-grid{grid-template-columns:repeat(2,1fr)}}.seo-copy{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:58px;max-width:1050px;margin:0 auto;padding:86px 28px 40px}.seo-copy h2{max-width:720px;margin:0 0 18px;font-size:clamp(29px,4vw,46px);letter-spacing:-1.8px}.seo-copy p:not(.eyebrow){max-width:710px;color:#565f70;font-size:16px;line-height:1.7}.seo-copy aside{align-self:start;margin-top:28px;padding:23px;border-radius:12px;background:#edf2df}.seo-copy ul{margin:13px 0 0;padding-left:19px;color:#414959;font-size:14px;line-height:1.65}.seo-copy-secondary{display:block;padding-top:36px;padding-bottom:88px}.seo-copy-secondary>div{max-width:720px}@media(max-width:700px){.seo-copy{grid-template-columns:1fr;gap:0;padding:56px 22px 25px}.seo-copy aside{margin-top:6px}.seo-copy-secondary{padding-top:25px;padding-bottom:58px}}.seo-faq{max-width:1050px;margin:0 auto;padding:26px 28px 88px}.seo-faq h2{margin:0 0 22px;font-size:clamp(28px,4vw,43px);letter-spacing:-1.7px}.seo-faq details{background:var(--card)}@media(max-width:700px){.seo-faq{padding:24px 22px 58px}}.brand-logo{display:block;width:148px;height:auto}@media(max-width:520px){.brand-logo{width:128px}}
.result-actions .new-game-button{display:inline-flex;align-items:center;gap:7px;background:#e94f78;color:#fff;border-color:#e94f78}.result-actions .new-game-button:hover{background:#d94069;border-color:#d94069}.new-game-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-actions .new-game-button{grid-column:1/-1;grid-row:1;justify-content:center;min-height:48px;padding:12px 18px;font-size:15px}.result-actions #resultShare{grid-column:1;grid-row:2;background:var(--card);color:var(--ink);border-color:var(--line);padding:10px 12px}.result-actions #resultDone{grid-column:2;grid-row:2;align-self:center;color:var(--muted);font-weight:700;text-decoration:none}.result-actions #resultDone:hover{text-decoration:underline;color:var(--ink)}
.legal-content{max-width:860px;padding-top:62px;padding-bottom:72px}.legal-content h1{max-width:none;margin-bottom:16px;font-size:clamp(34px,5vw,48px);letter-spacing:-1.8px}.legal-content h2{max-width:none;margin:38px 0 10px;font-size:22px;letter-spacing:-.5px;line-height:1.2}.legal-content p{max-width:760px;margin:0 0 16px;color:#565f70;font-size:16px;line-height:1.7}.legal-content p strong{color:var(--ink);font-size:13px}.legal-content a{color:var(--ink);text-decoration-color:#e94f78;text-underline-offset:3px}
