@font-face{font-family:'M PLUS Rounded 1c';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/rounded-400.ttf') format('truetype');}
@font-face{font-family:'M PLUS Rounded 1c';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/rounded-700.ttf') format('truetype');}
:root{--ink:#342932;--muted:#726570;--primary:#8b3655;--line:#e5dbe0;--paper:#fffdfd;--pink:#f5e8ed}*{box-sizing:border-box}body{margin:0;background:#faf7f8;color:var(--ink);font-family:'Noto Sans JP','Yu Gothic',sans-serif;font-size:16px;line-height:1.8}button,a,input{touch-action:manipulation}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible{outline:3px solid #225c96;outline-offset:4px}header{max-width:1200px;margin:auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{color:var(--ink);text-decoration:none;font-family:Georgia,serif;font-size:22px;letter-spacing:.14em}.brand span{display:block;font-family:sans-serif;font-size:12px;letter-spacing:.12em;color:var(--muted)}.course{font-size:13px;color:var(--muted)}main{max-width:1120px;margin:48px auto 64px;padding:0 32px}.layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:56px}.intro{position:sticky;top:32px;align-self:start}.eyebrow{font:12px Georgia,serif;letter-spacing:.18em;color:var(--primary)}h1{font-family:'Yu Mincho','Hiragino Mincho ProN',serif;font-weight:500;font-size:38px;line-height:1.6;letter-spacing:.07em;margin:16px 0}p{margin:12px 0}.intro p{color:var(--muted);font-size:14px}.line{width:42px;height:2px;background:var(--primary);margin:28px 0}.stat{display:flex;align-items:baseline;gap:5px;margin-top:24px}.stat b{font:38px Georgia,serif}.stat span{color:var(--muted);font-size:14px}.progress{height:5px;background:#e9e0e5;border-radius:8px;margin:10px 0 24px;overflow:hidden}.progress div{height:100%;background:var(--primary);transition:width .25s}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.step{border:1px solid var(--line);border-radius:8px;background:transparent;font-size:13px;padding:7px 0;color:var(--muted)}.step.complete{background:#e9d8e1;color:#713348}.step.current{border-color:var(--primary);color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary)}.privacy{font-size:12px!important;margin-top:24px!important}.pagebar{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:14px;margin:0 0 20px}.pagebar strong{color:var(--primary);font-weight:500}.question{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:24px 28px;margin:0 0 16px;min-width:0}.qhead{display:flex;align-items:baseline;gap:16px;margin-bottom:20px}.qnum{font:italic 20px Georgia,serif;color:#a37385;flex-shrink:0}.qtext{font-size:16px;line-height:1.9;margin:0;font-weight:500}.options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.option{position:relative;cursor:pointer}.option input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}.option span{display:flex;min-height:65px;align-items:center;justify-content:center;flex-direction:column;border:1px solid var(--line);border-radius:8px;font-size:13px;line-height:1.5;background:#fff;transition:background .15s}.option small{font:14px Georgia,serif;color:#978491;margin-bottom:3px}.option:hover span{border-color:#a96a82}.option input:checked+span{background:var(--primary);color:white;border-color:var(--primary)}.option input:checked+span small{color:#f0dce5}.option input:focus-visible+span{outline:3px solid #225c96;outline-offset:3px}.nav{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:20px}.primary,.secondary{border:1px solid var(--primary);padding:12px 26px;border-radius:8px;font-size:14px}.primary{background:var(--primary);color:#fff}.secondary{background:transparent;color:var(--primary)}.hint{text-align:right;font-size:13px;color:var(--muted);min-height:24px}.result{max-width:850px;margin:auto}.result-top{text-align:center;background:linear-gradient(120deg,#f4e0e8,#fffafb);border:1px solid #e6cbd6;border-radius:16px;padding:40px 30px}.result-top h1{margin:8px 0;font-size:44px}.result-top .star{font-size:15px;color:var(--primary);letter-spacing:.2em}.result-top .lead{font-family:'Yu Mincho',serif;font-size:22px;line-height:1.9}.result-top .note{font-size:13px;color:var(--muted)}h2{font-size:20px;font-weight:500;margin:32px 0 18px}h3{font-size:16px;font-weight:600;margin:0 0 10px}.scorecard,.detail{background:white;border:1px solid var(--line);border-radius:12px;padding:26px;margin-top:20px}.scoreline{display:grid;grid-template-columns:65px 1fr 60px;align-items:center;gap:15px;margin:15px 0;font-size:14px}.track{height:12px;background:#f3edf0;border-radius:10px;overflow:hidden}.fill{height:100%;border-radius:10px;background:var(--c)}.scoreline b{text-align:right;font-weight:500}.scoremeta{font-size:12px;color:var(--muted)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid2 .detail{margin:0}.detail p,.detail li{font-size:15px;color:#62545f}.detail ul{padding-left:20px;margin:0}.detail li+li{margin-top:12px}.accent{border-top:3px solid var(--primary)}details{border:1px solid var(--line);border-radius:10px;background:#fff;margin:10px 0;padding:0 22px}summary{padding:18px 0;cursor:pointer;font-size:15px}details p{font-size:14px;color:var(--muted)}.bottom-note{font-size:13px;color:var(--muted);margin:24px 0}.result-actions{display:flex;gap:12px;flex-wrap:wrap}.live{font-size:13px;color:var(--primary)}footer{max-width:1120px;margin:auto;border-top:1px solid var(--line);padding:24px 32px;color:var(--muted);font-size:13px;letter-spacing:.05em}footer span{margin-left:16px}footer p{font-size:12px;letter-spacing:0}.review{margin:24px 0} .review summary{font-size:14px} .review p{padding:12px 0;border-bottom:1px solid var(--line)}@media(max-width:760px){header{padding:20px}.brand{font-size:18px}.course{font-size:12px}main{padding:0 18px;margin-top:26px}.layout{display:block}.intro{position:static}h1{font-size:30px;margin:10px 0}.intro h1 br{display:none}.intro .line{display:none}.intro .stat{margin-top:16px}.intro p{margin:8px 0}.stat b{font-size:28px}.steps{grid-template-columns:repeat(10,1fr);gap:5px;margin-bottom:20px}.step{font-size:12px;padding:5px 0}.privacy{margin:14px 0 22px!important}.question{padding:20px 16px}.qhead{gap:12px}.qtext{font-size:16px}.options{gap:5px}.option span{font-size:12px;min-height:66px}.pagebar{margin-top:24px}.grid2{grid-template-columns:1fr}.result-top{padding:30px 20px}.result-top h1{font-size:36px}.result-top .lead{font-size:19px}.scorecard,.detail{padding:20px}.primary,.secondary{padding:12px 20px}.scoreline{gap:10px}.intro .eyebrow{font-size:11px}footer{padding:24px 18px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{header,.result-actions,footer,.review{display:none}.result{max-width:none}main{margin:0;padding:0}details{break-inside:avoid}.detail,.scorecard,.result-top{break-inside:avoid}.track,.fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Reference direction: rose / lilac aurora, frosted panels, editorial serif. */
:root{--ink:#2b2029;--muted:#705469;--primary:#79556f;--line:rgba(255,255,255,.62);--paper:rgba(255,250,253,.32);--pink:#eed5e5}
body{background:#e7c5da;background-image:radial-gradient(ellipse at 28% 18%,rgba(245,165,191,.76),transparent 48%),radial-gradient(ellipse at 92% 57%,rgba(249,206,177,.72),transparent 49%),radial-gradient(ellipse at 8% 87%,rgba(195,157,222,.86),transparent 52%),linear-gradient(135deg,#ebcedb,#dec6e7 70%,#edd0d5);background-attachment:fixed;min-height:100vh}
header{border-color:rgba(255,255,255,.4);padding-top:28px;padding-bottom:28px}.brand{font-family:'Bodoni MT',Didot,Georgia,serif;font-weight:400;letter-spacing:.09em}.brand span{margin-top:5px;color:#71566b}.course{background:rgba(255,255,255,.55);padding:6px 15px;border-radius:24px;color:#705269}
h1{font-family:'Yu Mincho','Hiragino Mincho ProN','Noto Serif JP',serif;letter-spacing:.04em;font-size:42px}.eyebrow{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:19px;letter-spacing:.025em;color:#81622e}.intro p{color:#62465b}.intro .line{background:#947445;width:56px;height:1px}.stat b{font-family:Georgia,serif;font-style:italic}.progress{background:rgba(255,255,255,.4);height:6px}.progress div{background:linear-gradient(90deg,#9a7094,#78516d)}.steps{gap:7px}.step{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.45);border-radius:50px;color:#6b4d64}.step.complete{background:rgba(255,255,255,.7);color:#62435d}.step.current{background:#fff8fc;border-color:#fff8fc;box-shadow:0 3px 14px #87617c20;color:#684a63}.pagebar{color:#674b60}.pagebar strong{font-size:13px;letter-spacing:.075em;color:#73516b}.question{background:var(--paper);border:1px solid rgba(255,255,255,.75);border-radius:24px;box-shadow:0 6px 25px rgba(109,66,96,.035);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:27px 28px;margin-bottom:22px}.qnum{color:#836437;font-size:24px}.qtext{color:#31212d;font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;font-size:18px;line-height:1.85}.option span{background:rgba(255,255,255,.55);border-color:rgba(255,255,255,.68);border-radius:16px;color:#684b61;font-size:14px;min-height:70px}.option small{color:#80637b}.option:hover span{background:rgba(255,255,255,.8);border-color:#ad88a1}.option input:checked+span{background:#79556f;color:#fff;border-color:#79556f;box-shadow:0 4px 12px #73516b22}.option input:checked+span small{color:#f1e4ed}.primary,.secondary{border-radius:40px;min-height:49px;padding:12px 28px}.primary{background:#79556f;border-color:#79556f;box-shadow:0 6px 18px #6d456522}.secondary{background:rgba(255,255,255,.62);border-color:rgba(255,255,255,.8);color:#68485f}.hint{color:#684b60}.result-top{border:1px solid rgba(255,255,255,.8);background:rgba(255,249,253,.35);border-radius:32px;padding:44px 32px;backdrop-filter:blur(18px)}.result-top .eyebrow{font-size:23px;color:#81622e}.result-top .star{color:#705067;margin-top:24px}.result-top h1{font-size:48px}.result-top .lead{color:#4d3547}.result-top .note{color:#62465b}.scorecard,.detail{background:rgba(255,250,253,.45);border-color:rgba(255,255,255,.76);border-radius:24px;backdrop-filter:blur(16px)}h2{font-family:'Yu Mincho','Hiragino Mincho ProN',serif;font-size:23px;color:#352330}h3{color:#553b4e}.detail p,.detail li{color:#5c4355;font-size:16px}.accent{border-top:1px solid rgba(255,255,255,.76)}.track{background:rgba(255,255,255,.55);height:10px}.scoremeta{color:#664b5e}.scoreline{font-size:15px}.scoreline b{color:#5d4055}.scorecard h2{font-size:21px}details{background:rgba(255,250,253,.36);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:0 24px;backdrop-filter:blur(12px)}summary{color:#523849}details p,details li{color:#604858;font-size:15px}.bottom-note{color:#62485b}.privacy{color:#684f61!important}footer{border-color:rgba(255,255,255,.5);color:#65495d}footer p{color:#65495d}
@media(max-width:760px){header{padding:23px 20px}.brand{font-size:18px}.course{padding:5px 10px;font-size:12px}.intro h1{font-size:34px;margin:12px 0}.intro .eyebrow{font-size:19px}.intro p{font-size:14px}.question{border-radius:23px;padding:23px 16px;margin-bottom:18px}.qtext{font-size:18px}.qnum{font-size:22px}.option span{font-size:12px;min-height:68px;border-radius:13px}.options{gap:6px}.result-top{border-radius:28px;padding:32px 22px}.result-top h1{font-size:40px}.result-top .lead{font-size:21px}.steps .step{border-radius:30px}.scorecard,.detail{border-radius:22px}.primary,.secondary{padding:12px 22px}.pagebar{margin-top:24px}.result h2{font-size:22px}}
@media print{body{background:white}.question,.detail,.scorecard,.result-top,details{background:white;backdrop-filter:none}.primary,.secondary{box-shadow:none}}

/* Soft storybook styling, paired with the supplied rabbit characters. */
:root{--ink:#4b3030;--muted:#785959;--primary:#b95467;--line:#f0cdd0;--paper:#fffdfb;--pink:#fff0f1}
body{background:#fff4f3;background-image:radial-gradient(ellipse at 8% 15%,#ffe5e8 0,transparent 48%),radial-gradient(ellipse at 95% 80%,#ffe9ef 0,transparent 50%),linear-gradient(180deg,#fff5f3,#fffafb);color:var(--ink)}header{border-color:#efcfd2}.brand{font-family:'Yu Gothic','Hiragino Kaku Gothic ProN',sans-serif;font-size:20px;font-weight:700;letter-spacing:.1em;color:#73454b}.brand span{color:#886466;font-weight:400}.course{background:#fffdfb;border:1px solid #f0ced3;color:#845158}.eyebrow{font-family:Georgia,serif;font-style:normal;font-size:13px;font-weight:600;letter-spacing:.14em;color:#ad5968}h1,h2,h3{font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;color:#573637}h1{font-size:36px;font-weight:700;letter-spacing:.025em;line-height:1.5}.intro p{color:#785959}.intro .line{display:none}.rabbit{display:inline-block;flex-shrink:0;width:64px;height:64px;border-radius:50%;background-image:url('assets/charm-rabbits.png');background-size:663.492063% 373.412698%;background-repeat:no-repeat;vertical-align:middle;box-shadow:0 3px 10px #a65d5d0c}.rabbit-0{background-position:49.43662% 18.57765%}.rabbit-1{background-position:69.22535% 48.33091%}.rabbit-2{background-position:60.49296% 90.56604%}.rabbit-3{background-position:34.36620% 90.56604%}.rabbit-4{background-position:29.71831% 48.62119%}.rabbit-lineup{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:26px 0}.rabbit-lineup>div{text-align:center}.rabbit-lineup .rabbit{width:46px;height:46px;display:block;margin:auto}.rabbit-lineup>div>span:last-child{font-size:12px;color:#815a5d;display:block;margin-top:5px}.stat b{font-style:normal;font-family:inherit;font-size:30px;font-weight:600;color:#a74d5e}.progress{background:#f4dce1}.progress div{background:#d48496}.step{background:#fff9f9;color:#8e636b;border:1px solid #f0d0d6}.step.complete{background:#f9e0e7;color:#8b4050}.step.current{background:#b95467;border-color:#b95467;color:#fff;box-shadow:none}.question{background:#fffdfbdc;border:1px solid #f1d1d5;border-radius:24px;box-shadow:0 5px 0 #f7e4e6;backdrop-filter:none;-webkit-backdrop-filter:none;margin-bottom:24px}.qnum{background:#ffedf0;border:1px solid #f4d8de;color:#af5c6c;width:37px;height:37px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:inherit;font-style:normal;font-size:14px;font-weight:700}.qhead{align-items:flex-start;gap:14px}.qtext{font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;font-size:17px;color:#4b3030;line-height:1.9;font-weight:600}.option span{background:#fff8f8;border:1px solid #efd4d9;color:#82555e;border-radius:15px}.option small{color:#a4747e}.option:hover span{background:#fff0f3;border-color:#cf8090}.option input:checked+span{background:#b95467;border-color:#b95467;box-shadow:0 3px 0 #953f51;color:white}.primary{background:#b95467;border-color:#b95467;box-shadow:0 4px 0 #984659}.secondary{background:#fffdfb;border:1px solid #e6bdc6;color:#984f60;box-shadow:0 3px 0 #f5e2e6}.primary:hover{background:#a8475b}.pagebar strong{color:#b26172}.pagebar,.hint,.privacy{color:#805d64!important}.result-top{background:#fffaf9;border:2px solid #f1cdd2;border-radius:32px;backdrop-filter:none;box-shadow:0 7px 0 #fae3e8}.result-rabbit{display:block;width:206px;height:206px;margin:23px auto 17px}.result-top .eyebrow{font-family:Georgia,serif;font-size:14px;color:#b06676}.result-top .star{margin:12px 0 0;color:var(--type-color);font-weight:600}.result-top h1{color:var(--type-color);font-size:38px;font-weight:700}.result-top .lead{font-family:inherit;font-size:21px;font-weight:600;color:#614247}.result-top p{color:#705055}.scorecard,.detail{background:#fffdfb;border:1px solid #edd5d7;box-shadow:0 4px 0 #f8e8e9;backdrop-filter:none}.score-label{display:flex;align-items:center;gap:10px}.mini-rabbit{width:44px;height:44px}.scoreline{grid-template-columns:92px 1fr 58px;gap:14px}.track{background:#f9eeee;height:11px}.scorecard h2{font-family:inherit;font-weight:600}.scoremeta{color:#7d6060}.detail p,.detail li{color:#6f5254}.accent{border-top:3px solid #e9acb8}.result h2{font-size:22px;font-weight:600}.type-detail{background:#fffdfb;border:1px solid #efd3d6;backdrop-filter:none;box-shadow:0 3px 0 #f9e9ec}.type-detail summary{display:flex;align-items:center;gap:18px;font-size:17px;font-weight:600;color:var(--type-color);padding:17px 0}.type-detail summary::after{content:'＋';margin-left:auto;color:#a57d85;font-size:21px}.type-detail[open] summary::after{content:'−'}.summary-rabbit{width:66px;height:66px}.type-subtitle{display:block;font-size:13px;color:#86656c;font-weight:400;margin-top:3px}.type-detail p,.type-detail li{color:#73545b}.bottom-note{color:#7b5e65}footer{border-color:#efcfd2;color:#875f69}footer p{color:#875f69}
@media(max-width:760px){.brand{font-size:17px}.intro h1{font-size:30px}.intro .eyebrow{font-size:13px}.rabbit-lineup{max-width:340px;margin:19px 0}.rabbit-lineup .rabbit{width:52px;height:52px}.question{padding:22px 15px;border-radius:21px}.qtext{font-size:16px}.qhead{gap:11px}.qnum{width:31px;height:31px;font-size:12px}.option span{font-size:12px}.result-rabbit{width:185px;height:185px}.result-top h1{font-size:34px}.result-top .lead{font-size:19px}.scoreline{grid-template-columns:81px minmax(0,1fr) 51px;gap:9px;font-size:14px}.mini-rabbit{width:36px;height:36px}.score-label{gap:7px}.summary-rabbit{width:54px;height:54px}.type-detail{padding:0 17px}.type-detail summary{gap:12px;font-size:16px}.result h2{font-size:20px}}
@media print{body{background:white}.result-top,.scorecard,.detail,.type-detail{box-shadow:none}.rabbit{-webkit-print-color-adjust:exact;print-color-adjust:exact}}

/* Reference palette: blush background, white surfaces, coral controls. */
:root{--ink:#49383c;--muted:#80666e;--primary:#ac3f56;--line:#f9dfe6;--paper:#fff;--pink:#ffedf2}
body{background:#ffedf2;background-image:radial-gradient(ellipse at 8% 12%,#ffe2eb 0,transparent 48%),linear-gradient(160deg,#fff0f4,#ffe7ef);color:var(--ink)}header{align-items:flex-start;gap:24px;border-color:#f8d8e2}.brand{color:#543c44;max-width:780px;line-height:1.7}.brand span{font-family:'Noto Sans JP','Yu Gothic','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;font-size:14px;line-height:1.95;letter-spacing:0;max-width:740px;margin-top:8px;color:#785660;font-weight:400;overflow-wrap:anywhere}.course{white-space:nowrap;flex-shrink:0;background:white;border-color:white;color:#976272;margin-top:4px}.eyebrow{color:#ae4a63}h1,h2,h3{color:#50363f}.intro p{color:#805d6b}.stat b{color:#b54c65}.progress{background:#ffd5e1}.progress div{background:#f8899c}.step{background:white;border-color:#ffe0e8;color:#895263}.step.complete{background:#ffc6d7;border-color:#ffc6d7;color:#77394d}.step.current{background:#fa91a3;border-color:#fa91a3;color:#652c3b}.question{background:#fff;border-color:#fff;box-shadow:0 9px 26px #ce66800a}.qnum{background:#ffe9f0;border:0;color:#a8425b}.qtext{color:#4d373f}.option span{background:#fff4f7;border-color:#ffe3eb;color:#854356}.option small{color:#9b5c6d}.option:hover span{background:#ffe4ed;border-color:#f89aac}.option input:checked+span{background:#ffb3c5;border-color:#f88ca4;color:#602e3d;box-shadow:0 3px 9px #f585a02a}.option input:checked+span small{color:#713549}.primary{background:#fa91a3;border-color:#fa91a3;color:#642a3a;box-shadow:0 5px 16px #f38ca139;font-weight:600}.primary:hover{background:#f68096}.secondary{background:white;border-color:#ffcfdd;color:#99445e;box-shadow:none}.pagebar strong{color:#a85169}.result-top{background:#ffcfdd;border:1px solid #ffcfdd;box-shadow:0 8px 30px #ed92ab18}.result-top .eyebrow{color:#9b435b}.result-top .lead{color:#63414c}.result-top p{color:#76515f}.scorecard,.detail{background:white;border:1px solid white;box-shadow:0 8px 24px #cd79900a}.accent{border-top:3px solid #ffb6ca}.track{background:#fff0f4}.detail p,.detail li{color:#765360}.type-detail{background:white;border:1px solid white;box-shadow:0 6px 20px #dd8ba30a}.type-detail summary::after{color:#c36480}.type-subtitle{color:#8c6172}.review{background:#fff;border-color:#ffe0e9}.bottom-note,.scoremeta{color:#805d6b}footer{border-color:#f5d7e1;color:#825565}footer p{color:#825565}
@media(max-width:760px){header{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:21px 20px}.brand{font-size:19px;max-width:100%}.brand span{font-size:14px;line-height:1.9;margin-top:7px}.course{justify-self:start;margin:0;font-size:12px;padding:4px 11px}.question{box-shadow:0 7px 20px #ce66800a}.result-top{background:#ffcfdd}}
@media print{body{background:white}.result-top,.scorecard,.detail,.question{background:white;box-shadow:none}}

/* Rounded editorial direction: ink, warm white, playful pastel accents. */
:root{--ink:#242424;--muted:#69645f;--primary:#242424;--line:#e9e4df;--paper:#fffdfb;--pink:#f8bdca;--rounded:'M PLUS Rounded 1c','Hiragino Maru Gothic ProN','Yu Gothic',Meiryo,sans-serif}
body{background:#f7f3ef;background-image:none;color:#242424;font-family:var(--rounded)}header{border-color:#e9e4df;align-items:center}.brand,.brand span,h1,h2,h3,.qtext,.eyebrow,.stat b,.result-top .lead,.result-top .eyebrow,.qnum{font-family:var(--rounded);color:#242424}.brand{font-weight:700;letter-spacing:.06em;max-width:730px}.brand span{color:#65605a;font-size:14px;font-weight:400;letter-spacing:.04em;max-width:680px;line-height:1.9}.course{white-space:normal;max-width:250px;text-align:center;color:#35332a;font-weight:700;line-height:1.7;background:#ffe78d;border:0;border-radius:19px;padding:12px 17px;font-size:13px}h1{font-weight:800;letter-spacing:.08em;line-height:1.65;font-size:39px}h2,h3{font-weight:700}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em}.intro p{color:#5f5b57;font-size:15px;line-height:1.95}.stat b{font-size:30px;font-weight:700}.stat span,.pagebar,.hint,.privacy{color:#6f6a65!important}.progress{background:#e8e3dd}.progress div{background:#262626}.step{background:#fffdfb;border:1px solid #e5dfd9;color:#595650;border-radius:11px}.step.complete{background:#b7e1d1;border-color:#b7e1d1;color:#283d34}.step.current{background:#262626;border-color:#262626;color:#fff}.pagebar strong{color:#37332f;font-size:13px;font-weight:700;letter-spacing:.07em}.question{background:#fffdfb;border:1px solid #f0ece7;border-radius:26px;box-shadow:none;padding:27px 28px}.qnum{border:0;background:#ffe78d;color:#383428;border-radius:12px;font-size:14px;width:37px;height:37px;font-weight:700}.question:nth-of-type(2) .qnum{background:#f8bdca}.question:nth-of-type(3) .qnum{background:#b7e1d1}.question:nth-of-type(4) .qnum{background:#badcf4}.question:nth-of-type(5) .qnum{background:#e0d3ef}.qtext{font-size:18px;font-weight:700;line-height:1.9;letter-spacing:.025em}.options{gap:9px}.option span{background:#f8f5f1;border:1px solid #eae4dc;border-radius:13px;color:#57534e;font-size:14px}.option small{color:#787169;font-family:var(--rounded);font-size:13px}.option:hover span{background:#fff2b4;border-color:#dfc66e}.option input:checked+span{background:#ffe78d;border-color:#dac15d;color:#242424;box-shadow:inset 0 0 0 1px #dac15d}.option input:checked+span small{color:#514b32}.primary{background:#242424;border:1px solid #242424;color:#fffdfb;border-radius:40px;font-weight:700;box-shadow:none;letter-spacing:.025em}.primary:hover{background:#404040}.secondary{background:#fffdfb;color:#353535;border:1px solid #d8d1c9;border-radius:40px;box-shadow:none}.primary:focus-visible,.secondary:focus-visible{outline-color:#678eaf}.rabbit-lineup{background:#fffdfb;border:1px solid #ece6e0;border-radius:22px;padding:12px 6px;gap:4px}.rabbit-lineup>div>span:last-child{color:#5d5550}.result-top{background:#fffdfb;border:1px solid #ece6e0;box-shadow:none;border-radius:30px}.result-top .eyebrow{color:#5c5751;font-size:13px;letter-spacing:.1em;font-weight:700}.result-top .lead{font-weight:700;color:#2a2825}.result-top p{color:#635a55}.result-top h1{font-family:var(--rounded);font-weight:800}.scorecard,.detail{background:#fffdfb;border:1px solid #ece6e0;border-radius:25px;box-shadow:none}.scorecard h2,.result h2{color:#292623;font-family:var(--rounded);font-weight:700}.accent{border-top:5px solid #ffe78d}.accent:nth-child(2){border-top-color:#b7e1d1}.detail h3{color:#38332f}.detail p,.detail li{color:#615a54}.track{background:#f0ece6}.scoreline b{color:#443e38}.scoremeta,.bottom-note{color:#716960}.type-detail{background:#fffdfb;border:1px solid #e9e3dc;border-radius:23px;box-shadow:none}.type-detail summary::after{color:#252525;background:#ffe78d;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.type-subtitle,.type-detail p,.type-detail li{color:#69605a}.review{background:#fffdfb;border-color:#e6ded6}footer{border-color:#e5ddd5;color:#575149}footer p{color:#6c655d;font-size:13px;line-height:2;max-width:950px}.result .detail:last-of-type{background:#fff5c6}
@media(max-width:760px){header{align-items:start;gap:14px}.brand{font-size:20px;line-height:1.7}.brand span{font-size:14px;letter-spacing:.015em;line-height:1.85}.course{font-size:12px;max-width:none;text-align:left;padding:8px 14px;border-radius:12px}.intro h1{font-size:33px}.intro .eyebrow{font-size:12px}.intro p{font-size:15px}.rabbit-lineup{max-width:345px;padding:12px 8px}.rabbit-lineup .rabbit{width:49px;height:49px}.question{padding:23px 16px;border-radius:24px;box-shadow:none}.qtext{font-size:17px;line-height:1.9}.qnum{width:32px;height:32px;border-radius:10px;font-size:12px}.option span{font-size:12px}.options{gap:6px}.result-top{background:#fffdfb}.result-top .lead{font-size:19px}.result-top h1{font-size:34px}}
@media print{body{background:#fff}.question,.result-top,.detail,.scorecard{box-shadow:none;background:#fff}}

/* Expanded result reading layout. */
.scoremeta{font-size:16px;line-height:2.05;color:#514b44;margin:24px 0 0;padding:22px;background:#fff8da;border-radius:18px;letter-spacing:.015em}.expanded-type{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;margin-top:20px}.expanded-type .detail{margin:0;padding:28px 30px}.expanded-type h3{font-size:19px;line-height:1.75;margin:0 0 20px;overflow-wrap:anywhere}.expanded-type .detail p,.expanded-type .detail li{font-size:16px;line-height:2;color:#5a534d}.expanded-type .detail p+p{margin-top:18px}.expanded-type .detail li+li{margin-top:15px}.expanded-type .detail:nth-child(1){border-top:4px solid #f8bdca}.expanded-type .detail:nth-child(2){border-top:4px solid #badcf4}.expanded-type .detail:nth-child(3){border-top:4px solid #ffe78d}.expanded-type .detail:nth-child(4){border-top:4px solid #e0d3ef}.expanded-type .detail:nth-child(5){border-top:4px solid #b7e1d1}.expanded-type .detail:last-of-type{background:#fffdfb}.drift-title{font-weight:700;color:#37312b!important;padding:12px 16px;background:#f6f0fa;border-radius:12px;margin-bottom:20px}.type-comparison+.type-comparison{border-top:1px solid #eae4dc;margin-top:22px;padding-top:22px}.type-comparison h4{font-size:16px;font-weight:700;margin:0 0 8px;color:#453b33}.type-comparison p{margin:0}.type-detail .expanded-type{margin-bottom:24px}.type-detail .expanded-type .detail{background:#faf7f2}.type-detail .expanded-type .detail:last-of-type{background:#faf7f2}.other-lead{font-size:18px!important;font-weight:700}.type-detail .expanded-type h3{font-size:18px}
@media(max-width:760px){.scoremeta{font-size:16px;line-height:2;padding:18px 15px}.expanded-type{gap:16px}.expanded-type .detail{padding:24px 20px}.expanded-type h3{font-size:18px}.expanded-type .detail p,.expanded-type .detail li{font-size:16px}.type-detail .expanded-type .detail{padding:21px 16px}.type-detail .expanded-type h3{font-size:17px}.type-comparison h4{font-size:16px}}

/* Applying the result: readable guidance and the supplied illustrated map. */
.application-guide{margin:44px 0 28px}.application-copy{padding:28px 30px}.application-copy p{font-size:16px;line-height:2.05;color:#5a534d}.application-copy p+p{margin-top:22px}.application-copy p:last-child{padding:18px 20px;background:#fff5c6;border-radius:16px;color:#4b4335}.cooperation{margin-top:38px}.cooperation-intro{font-size:16px;line-height:2;color:#5a534d;margin-bottom:24px}.cooperation-figure{margin:0 0 26px}.cooperation-figure a{display:block;border-radius:22px;overflow:hidden;border:1px solid #eee0df;background:#fff5f5}.cooperation-figure img{display:block;width:100%;height:auto}.cooperation-figure figcaption{font-size:13px;color:#716960;margin-top:10px;text-align:center}.role-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.role-card{display:flex;align-items:flex-start;gap:18px;padding:22px;background:#fffdfb;border:1px solid #eae3da;border-top:4px solid var(--role-color);border-radius:22px}.role-card:last-child{grid-column:1/-1}.role-rabbit{width:78px;height:78px}.role-type{font-size:13px;color:#6d6258;font-weight:700}.role-card h3{font-size:22px;color:var(--role-color);margin:2px 0 10px}.role-card p{font-size:15px;line-height:1.95;margin:0;color:#5a534d}.role-card>div{min-width:0}
@media(max-width:760px){.application-guide{margin-top:34px}.application-copy{padding:23px 20px}.application-copy p:last-child{padding:16px}.role-cards{grid-template-columns:minmax(0,1fr);gap:14px}.role-card{padding:20px 18px;gap:16px}.role-card:last-child{grid-column:auto}.role-rabbit{width:72px;height:72px}.role-card p{font-size:16px}.cooperation-figure a{border-radius:16px}.cooperation-figure figcaption{font-size:12px}}
@media print{.role-card,.application-copy{break-inside:avoid}.cooperation-figure{break-inside:avoid}}

/* Align the final guidance paragraph with the preceding text. */
.application-copy p:last-child{padding:0;background:transparent;border-radius:0;color:#5a534d;text-indent:0}
.share-panel{margin:24px 0;background:#fffdfb;border:1px solid #e9e3dc;padding:24px;border-radius:22px}.share-buttons{display:flex;gap:12px;flex-wrap:wrap}.share-info{font-size:14px;color:#6c635b;line-height:1.8;margin-bottom:0}#share-status{font-size:14px;color:#3d6353;margin:8px 0 0}#share-status:empty{display:none}.shared-label{font-size:14px;color:#6b6259}#manual-copy{margin-top:16px}#manual-copy label{display:block;font-size:14px;margin-bottom:8px}#share-link{width:100%;font-family:inherit;font-size:16px;padding:12px;border:1px solid #cfc6bc;border-radius:10px;resize:vertical;color:#333;background:#fff}.invalid-share{padding:18px;background:#fff2be;border-radius:14px;color:#4e4436;margin-bottom:24px}@media(max-width:760px){.share-panel{padding:20px 18px}.share-buttons{display:grid;grid-template-columns:1fr;width:100%}.share-buttons button{width:100%}.application-copy p:last-child{padding:0}}@media print{.share-panel{display:none}}

/* Individual supplied characters, shared everywhere including the map. */
.rabbit{background:none!important;object-fit:contain;object-position:center;box-shadow:none}.cooperation-map{position:relative;aspect-ratio:1.15;max-width:700px;margin:0 auto;background:#fffdfb;border:1px solid #eee5dd;border-radius:28px;overflow:hidden}.map-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke-width:1;stroke-linecap:round}.map-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:5px;width:24%;text-align:center}.map-node-0{left:50%;top:18%}.map-node-1{left:83%;top:43%}.map-node-2{left:71%;top:80%}.map-node-3{left:29%;top:80%}.map-node-4{left:17%;top:43%}.map-rabbit{width:clamp(64px,14vw,138px);height:auto;aspect-ratio:1}.map-node>span{font-size:18px;font-weight:700;line-height:1.4;background:#fffdfb;padding:0 6px;border-radius:8px}.map-center{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);font-size:18px;font-weight:700;text-align:center;line-height:1.9;background:#fff9df;border-radius:50%;padding:26px 22px;color:#66553c}.share-toast{position:fixed;left:50%;bottom:calc(26px + env(safe-area-inset-bottom));transform:translateX(-50%);width:max-content;max-width:calc(100vw - 32px);z-index:1000;padding:20px 26px;border:1px solid #e6dba5;border-radius:18px;background:#fff6ca;color:#332e20;box-shadow:0 12px 45px #45361e30;font-size:16px;font-weight:700;line-height:1.8;pointer-events:none}.share-toast[hidden]{display:none}.share-buttons .primary{min-width:220px}@media(max-width:760px){.map-rabbit{width:clamp(58px,18vw,110px)}.map-center{font-size:13px;padding:13px 12px;line-height:1.7}.map-node>span{font-size:14px}.cooperation-map{border-radius:20px;aspect-ratio:1}.share-toast{padding:17px 20px;font-size:15px;width:calc(100vw - 36px)}}

/* Illustrated chapter cards: varied rhythm without hiding the reading. */
.illustrated-reading{gap:28px}.illustrated-reading .detail{overflow:hidden;border:1px solid #e9e3dc!important;border-radius:28px;background:#fffdfb!important;padding:28px!important}.chapter-head{display:flex;align-items:flex-start;gap:16px;max-width:none;margin:0 0 24px;padding:0;border:0}.chapter-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:#ffd6e0;color:#65414e;font-size:20px;font-weight:700;transform:rotate(-5deg)}.chapter-head>div{min-width:0}.chapter-caption{font-size:12px!important;letter-spacing:.05em;color:#766e64!important;margin:0 0 5px!important;line-height:1.6!important}.chapter-head h3{margin:0!important;font-size:19px!important;line-height:1.7!important}.weaknesses-card .chapter-number,.comparison-card .chapter-number{background:#cde6f7;transform:rotate(5deg)}.methods-card .chapter-number,.jobs-card .chapter-number{background:#ffe78d}.drift-card .chapter-number{background:#e9dbf5;transform:rotate(5deg)}.mentors-card .chapter-number,.manual-card .chapter-number{background:#c7e8db}.character-callout{display:flex;align-items:center;gap:24px;margin:0 0 28px;padding:18px 24px;border-radius:24px;background:#fff5c6}.reading-rabbit{width:106px;height:106px}.character-callout>p{margin:0!important;padding:16px 20px;background:#fffdfb;border-radius:20px;font-weight:700;flex:1;font-size:18px!important;line-height:1.8!important}.reading-steps{list-style:none;counter-reset:reading;display:grid;gap:14px;padding:0;margin:0}.reading-steps>li{counter-increment:reading;position:relative;background:#faf7f2;border-radius:18px;padding:19px 20px 19px 61px;margin:0!important}.reading-steps>li::before{content:counter(reading,decimal-leading-zero);position:absolute;left:16px;top:20px;width:31px;height:31px;background:#ffe9a6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#615339}.reading-steps p{margin:0!important}.mentors-card .reading-steps>li::before{background:#c7e8db}.feelings-card>ul,.weaknesses-card>ul,.drift-card>ul,.manual-card>ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.feelings-card>ul>li,.weaknesses-card>ul>li,.drift-card>ul>li,.manual-card>ul>li{margin:0!important;padding:17px 20px;border-radius:16px;background:#fff1f4;border-left:4px solid #efb0c0}.weaknesses-card>ul>li{background:#f0f7fc;border-color:#a6cce7}.drift-card>ul>li{background:#f7f1fb;border-color:#cbb0df}.manual-card>ul>li{background:#eff8f3;border-color:#acd4be}.job-content{display:flex;align-items:center;gap:25px;background:#eff8f3;padding:24px;border-radius:22px}.job-rabbit{width:104px;height:104px}.job-content>p{margin:0!important}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.comparison-grid .type-comparison{padding:20px;background:#faf7f2;border:0;margin:0;border-radius:20px}.comparison-title{display:flex;gap:12px;align-items:center;margin-bottom:14px}.comparison-rabbit{width:57px;height:57px}.comparison-title h4{margin:0;font-size:15px!important}.comparison-grid .type-comparison p{font-size:15px!important;line-height:1.95!important}.type-detail .illustrated-reading{margin:20px 0}.type-detail .illustrated-reading .detail{padding:23px!important}.result>.share-panel{margin:32px 0 0;text-align:center;background:#fff5c6;border:1px solid #f0dfaa;padding:30px}.result>.share-panel .share-buttons{justify-content:center}.result>.share-panel #manual-copy{text-align:left}.result-actions{margin-top:28px}
@media(max-width:760px){.illustrated-reading{gap:22px}.illustrated-reading .detail{padding:21px 17px!important;border-radius:23px}.chapter-head{display:flex;gap:12px;padding:0;margin-bottom:20px}.chapter-number{width:41px;height:41px;font-size:16px;border-radius:14px}.chapter-head h3{font-size:17px!important}.chapter-caption{font-size:12px!important}.character-callout{gap:12px;padding:15px 12px;border-radius:18px}.reading-rabbit{width:74px;height:74px}.character-callout>p{padding:13px;font-size:15px!important;border-radius:15px}.reading-steps>li{padding:16px 15px 16px 50px}.reading-steps>li::before{left:11px;top:18px;width:28px;height:28px;font-size:11px}.feelings-card>ul>li,.weaknesses-card>ul>li,.drift-card>ul>li,.manual-card>ul>li{padding:15px}.job-content{gap:15px;padding:18px;align-items:flex-start}.job-rabbit{width:64px;height:64px}.comparison-grid{grid-template-columns:1fr}.comparison-grid .type-comparison{padding:18px}.comparison-grid .type-comparison p{font-size:16px!important}.comparison-rabbit{width:54px;height:54px}.type-detail .illustrated-reading .detail{padding:19px 14px!important}.result>.share-panel{padding:24px 18px}}
