@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700;800&family=Permanent+Marker&display=swap");:root{--black-tee:#444444;--blue-tee:#2563eb;--white-tee:#e8e5e0;--red-tee:#dc2626;--bg:#2c2a28;--bg-light:#f5f3f0;--surface:rgba(255,255,255,0.04);--border:rgba(255,255,255,0.10);--border-strong:rgba(255,255,255,0.18);--text-primary:#e8e5e0;--text-secondary:#9a9590;--text-tertiary:#857f7a;--text-on-blue:#ffffff;--padding-x:16px;--safe-bottom:80px;--max-width:430px;--header-blur:blur(20px);--font-ui:"Albert Sans",-apple-system,BlinkMacSystemFont,sans-serif;--font-rating:"Permanent Marker",cursive;--stroke-lg:3px;--stroke-md:1.8px;--stroke-sm:1.2px}*,:after,:before{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{height:100%}body,html{background:var(--bg)}body{color:var(--text-primary);font-family:var(--font-ui);font-size:14px;line-height:1.55;max-width:var(--max-width);margin:0 auto;min-height:100%;display:flex;flex-direction:column;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#main-content,main{background:var(--bg);min-height:100vh}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--blue-tee);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;top:-100px;left:var(--padding-x);z-index:9999;padding:12px 20px;background:var(--blue-tee);color:#ffffff;font-family:var(--font-ui);font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:env(safe-area-inset-top,8px)}.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}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes draw{to{stroke-dashoffset:0}}.annotation-svg circle,.annotation-svg path,.annotation-svg rect{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.draw-circle{stroke-dasharray:277;stroke-dashoffset:277;animation:draw 1.8s ease forwards}.draw-circle-inner{stroke-dasharray:252;stroke-dashoffset:252;animation:draw 1.6s ease forwards}.draw-circle-outer{stroke-dasharray:302;stroke-dashoffset:302;animation:draw 1.6s ease .5s forwards}.draw-rect{stroke-dasharray:332;stroke-dashoffset:332;animation:draw 1.8s ease forwards}.draw-rect-inner{stroke-dasharray:285;stroke-dashoffset:285;animation:draw 1.6s ease forwards}.draw-rect-outer{stroke-dasharray:363;stroke-dashoffset:363;animation:draw 1.6s ease .5s forwards}.rating-num-lg{font-size:38px;-webkit-text-stroke:var(--stroke-lg) var(--bg)}.rating-num-lg,.rating-num-md{font-family:var(--font-rating);line-height:1}.rating-num-md{font-size:22px;-webkit-text-stroke:var(--stroke-md) var(--bg)}.rating-num-sm{font-size:18px;-webkit-text-stroke:var(--stroke-sm) var(--bg)}.rating-num-sm,.rating-num-xl{font-family:var(--font-rating);line-height:1}.rating-num-xl{font-size:80px;-webkit-text-stroke:var(--stroke-lg) var(--bg)}.rdot{display:inline-block;width:9px;height:9px;border-radius:50%;background:currentColor;vertical-align:baseline;margin:0 2px;position:relative;top:-2px}.rdot-sm{width:5px;height:5px;top:-1px}.rdot-lg{width:9px;height:9px;top:-9px}