.quiz-is-open{overflow:hidden}.quiz-dialog{padding:0;border:1px solid #b99e74;border-radius:44px;width:min(610px,calc(100% - 28px));max-height:calc(100dvh - 36px);background:#fbfaf7;color:#171614;box-shadow:0 30px 130px #0009;overflow:auto}.quiz-dialog::backdrop{background:rgba(0,0,0,.8);backdrop-filter:blur(8px)}.quiz-shell{overflow:hidden;border-radius:43px}.quiz-top{display:flex;justify-content:space-between;align-items:center;padding:23px 29px;background:#11110f;color:#f9f5ec;gap:20px}.quiz-brand{display:flex;align-items:center;gap:14px;font-size:14px;font-weight:500;letter-spacing:.12em}.quiz-ring{width:40px;height:40px;display:block;border:2px solid #cbb083;border-radius:50%;box-shadow:inset 0 0 0 6px #11110f,inset 0 0 0 7px #8f7958}.quiz-close{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid #71634e;border-radius:50%;background:transparent;color:#fff;font-size:28px;font-weight:300;line-height:1}.quiz-close:hover{background:#28231b}.quiz-body{padding:30px 34px 26px}.quiz-counter{color:#736044;font-size:14px;font-weight:500;margin:0 0 14px}.quiz-progress{display:flex;gap:7px;margin-bottom:26px}.quiz-progress span{height:3px;flex:1;border-radius:5px;background:#e4dfd6}.quiz-progress .is-complete{background:#a08355}.quiz-body h2{font-size:clamp(28px,3vw,36px);line-height:1.35;font-weight:700;letter-spacing:-.025em}.quiz-body h2:focus{outline:none}.quiz-description{color:#746d63;font-size:16px;line-height:1.7;margin:13px 0 25px;min-height:27px}.quiz-choices{display:grid;grid-template-columns:1fr 1fr;gap:11px;border:0;margin:0;padding:0;min-width:0}.quiz-choice{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d6cdbf;border-radius:17px;padding:17px 16px;min-height:68px;background:#fff;cursor:pointer;font-size:16px;line-height:1.5;font-weight:500;transition:border-color .16s,background .16s,color .16s}.quiz-choice:last-child:nth-child(odd){grid-column:1/-1}.quiz-choice:hover{border-color:#9b8059;background:#f5eee4}.quiz-choice input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.quiz-choice:has(input:focus-visible){outline:3px solid #9d8050;outline-offset:3px}.quiz-choice:has(input:checked){background:#171714;border-color:#171714;color:#fff}.quiz-tick{border:1px solid #c7bcab;border-radius:50%;width:22px;height:22px;display:grid;place-items:center;flex:none;color:transparent;font-size:13px}.quiz-choice:has(input:checked) .quiz-tick{background:#cbb083;border-color:#cbb083;color:#17120c}.quiz-extra{margin-top:20px;padding:18px 20px;background:#eee7dc;border-radius:15px}.quiz-extra label{display:block;font-size:14px;font-weight:500;margin-bottom:10px}.quiz-extra input{display:block;width:100%;min-height:48px;background:#fff;border:1px solid #c6b99f;border-radius:9px;padding:10px 13px;color:#171614;color-scheme:light}.quiz-extra p{font-size:13px;color:#736a5a;margin:9px 0 0;line-height:1.6}.quiz-navigation{margin-top:26px;display:flex;justify-content:space-between;align-items:center;gap:18px}.quiz-back,.quiz-restart{border:0;background:transparent;color:#756448;padding:12px 6px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.quiz-back:hover,.quiz-restart:hover{color:#111}.quiz-next{margin-inline-start:auto;min-width:170px}.quiz-next:disabled{cursor:default;background:#ded8ce;border-color:#ded8ce;color:#968d7f;transform:none}.quiz-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #ded6c7;padding:19px 34px;background:#f2ede4;color:#827360;font-size:13px}.quiz-bottom-mark{font-family:Georgia,serif;font-size:20px;letter-spacing:.1em}.quiz-summary{margin:0 0 24px}.quiz-summary>div{display:grid;grid-template-columns:1fr auto;gap:4px 16px;padding:16px 0;border-bottom:1px solid #ddd4c6}.quiz-summary>div:first-child{padding-top:0}.quiz-summary dt{font-size:13px;color:#847661}.quiz-summary dd{margin:0;grid-column:1;font-size:17px;font-weight:500;line-height:1.6}.quiz-summary button{grid-column:2;grid-row:1/3;align-self:center;border:0;border-radius:8px;background:#eee7dc;color:#655235;padding:10px 12px;font-size:14px;min-height:44px}.quiz-summary button:hover{background:#e2d6c1}.quiz-send{width:100%;text-align:center}.quiz-send-note{font-size:13px;color:#7b7264;line-height:1.8;text-align:center;margin:14px 0 5px}.quiz-restart{display:block;margin:0 auto}.quiz-dialog [hidden]{display:none!important}
@media(max-width:760px){.quiz-dialog{border-radius:32px;max-height:calc(100dvh - 24px)}.quiz-shell{border-radius:31px}.quiz-top{padding:18px 22px}.quiz-body{padding:24px 22px}.quiz-body h2{font-size:29px}.quiz-description{font-size:16px;min-height:0;margin-bottom:22px}.quiz-choice{padding:14px 12px;min-height:66px;font-size:15px;border-radius:14px;gap:8px}.quiz-tick{width:20px;height:20px}.quiz-choices{gap:9px}.quiz-progress{margin-bottom:23px}.quiz-bottom{padding:17px 23px}.quiz-next{min-width:156px}.quiz-extra{padding:16px}.quiz-navigation{margin-top:23px}}
@media(max-width:350px){.quiz-body{padding:23px 17px}.quiz-choices{grid-template-columns:1fr}.quiz-body h2{font-size:26px}.quiz-choice{min-height:56px}.quiz-next{min-width:145px;padding-inline:16px}}
@media(prefers-reduced-motion:reduce){.quiz-choice{transition:none}}
