*{box-sizing:border-box;margin:0;padding:0}body,body[data-variant="vault"]{--page-bg:#0a0b0e;--page-fg:#fff;--font-ui:'Space Grotesk',system-ui,sans-serif;--muted:#8d95ab;--card-bg:#14161f;--card-border:1px solid #262b3d;--card-radius:20px;--card-shadow:none;--rule:#1f2434;--star-empty:#2a3145;--star-on:#c8ff00;--star-gap:0.35rem;--label-fg:#eaf0ff;--label-weight:600;--label-transform:none;--label-spacing:0.02em;--focus:#c8ff00;--toolbar-border:#262b3d;--toolbar-active:#1d2130}body[data-variant="paper"]{--page-bg:#f4efe4;--page-fg:#26221b;--font-ui:Georgia,'Iowan Old Style','Times New Roman',serif;--muted:#7a7264;--card-bg:#fbf8f1;--card-border:1px solid #ddd3c0;--card-radius:4px;--card-shadow:none;--rule:#e6dccb;--star-empty:#ded3c0;--star-on:#b4531b;--star-gap:0.45rem;--label-fg:#26221b;--label-weight:400;--label-transform:none;--label-spacing:0.01em;--focus:#b4531b;--toolbar-border:#ddd3c0;--toolbar-active:#ece3d2}body[data-variant="brutal"]{--page-bg:#ffe14d;--page-fg:#111111;--font-ui:ui-monospace,'JetBrains Mono',Menlo,monospace;--muted:#111111;--card-bg:#ffffff;--card-border:3px solid #111111;--card-radius:0px;--card-shadow:8px 8px 0 #111111;--rule:#111111;--star-empty:#d6d2c4;--star-on:#ff2e63;--star-gap:0.3rem;--label-fg:#111111;--label-weight:700;--label-transform:uppercase;--label-spacing:0.12em;--focus:#111111;--toolbar-border:#111111;--toolbar-active:#ffffff}body{background:var(--page-bg);color:var(--page-fg);font-family:var(--font-ui);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.rating-card{width:100%;max-width:420px;background:var(--card-bg);border:var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:1.6rem 1.5rem;text-align:center}.rating + .rating{margin-top:1.4rem;padding-top:1.4rem;border-top:1px solid var(--rule)}.rating-stars{position:relative;display:inline-block;border:0;--star-size:46px}.rating--small .rating-stars{--star-size:26px}.rating-row{display:flex;gap:var(--star-gap)}.star{position:relative;display:block;width:var(--star-size);height:var(--star-size)}.star svg{display:block;width:var(--star-size);height:var(--star-size)}.star-base{fill:var(--star-empty)}.star-fill{position:absolute;top:0;left:0;height:100%;width:0;overflow:hidden}.star-fill svg{fill:var(--star-on)}.star.is-focus::after{content:'';position:absolute;inset:-6px;border:2px solid var(--focus);border-radius:6px}.rating-hits{position:absolute;inset:0;display:flex}.rating-hit{flex:1 1 0;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;-webkit-appearance:none;appearance:none}.rating-label{margin-top:0.85rem;font-size:0.95rem;font-weight:var(--label-weight);letter-spacing:var(--label-spacing);text-transform:var(--label-transform);color:var(--label-fg);min-height:1.3em}.rating--small .rating-label{font-size:0.78rem;color:var(--muted);margin-top:0.6rem}.sparkle{position:absolute;top:50%;left:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:9999px;pointer-events:none}html:not(.has-js) .star:nth-child(1) .star-fill{width:calc(100% * clamp(0,var(--nojs-fill,0) - 0,1))}html:not(.has-js) .star:nth-child(2) .star-fill{width:calc(100% * clamp(0,var(--nojs-fill,0) - 1,1))}html:not(.has-js) .star:nth-child(3) .star-fill{width:calc(100% * clamp(0,var(--nojs-fill,0) - 2,1))}html:not(.has-js) .star:nth-child(4) .star-fill{width:calc(100% * clamp(0,var(--nojs-fill,0) - 3,1))}html:not(.has-js) .star:nth-child(5) .star-fill{width:calc(100% * clamp(0,var(--nojs-fill,0) - 4,1))}.rating-stars:has(.rating-hit[value="0.5"]:checked){--nojs-fill:0.5}.rating-stars:has(.rating-hit[value="1"]:checked){--nojs-fill:1}.rating-stars:has(.rating-hit[value="1.5"]:checked){--nojs-fill:1.5}.rating-stars:has(.rating-hit[value="2"]:checked){--nojs-fill:2}.rating-stars:has(.rating-hit[value="2.5"]:checked){--nojs-fill:2.5}.rating-stars:has(.rating-hit[value="3"]:checked){--nojs-fill:3}.rating-stars:has(.rating-hit[value="3.5"]:checked){--nojs-fill:3.5}.rating-stars:has(.rating-hit[value="4"]:checked){--nojs-fill:4}.rating-stars:has(.rating-hit[value="4.5"]:checked){--nojs-fill:4.5}.rating-stars:has(.rating-hit[value="5"]:checked){--nojs-fill:5}html:not(.has-js) .rating-hit:focus-visible{outline:2px solid var(--focus);outline-offset:2px;opacity:1}@media (prefers-reduced-motion:reduce){*{animation-duration:0.001s !important;transition-duration:0.001s !important}}@media (max-width:420px){.rating-stars{--star-size:38px}}