:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#080807;background-color:#f1f0ee;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}body{margin:0;overflow-x:hidden}*{box-sizing:border-box}#root{margin:0;text-align:center}.app-div{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;width:100%;min-height:100vh;box-sizing:border-box}.home-div{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;width:100%;max-width:40rem;box-sizing:border-box}.text{padding:0;margin:0}.orange-text{color:#d73f09}.p-text{font-size:16px}.italic-text{font-style:italic}.bold-text{font-weight:700}.title-text{font-size:36px}.subtitle-text{font-size:24px;margin-bottom:1rem}.website-description{font-size:18px;margin-bottom:2rem}.critter-wrapper{position:relative;display:inline-block}.critter-trigger{background:none;border:none;padding:0;margin:0;font:inherit;color:#d73f09;font-weight:600;cursor:pointer;text-decoration:underline dotted;text-underline-offset:3px}.critter-trigger:hover{color:#e55a2b}.definition-popover{position:absolute;top:calc(100% + .5rem);left:0;z-index:10;display:block;width:max-content;max-width:min(22rem,calc(100vw - 2rem));background:#fffdf8;border:1px solid #D9D5CC;border-radius:8px;padding:.9rem 1rem;text-align:left;font-family:Georgia,Times New Roman,serif;color:#080807;box-shadow:0 8px 24px #0000002e;font-weight:400}.definition-popover:before{content:"";position:absolute;top:-7px;left:1.25rem;width:12px;height:12px;background:#fffdf8;border-left:1px solid #D9D5CC;border-top:1px solid #D9D5CC;transform:rotate(45deg)}.definition-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;border-bottom:1px solid #D9D5CC;padding-bottom:.4rem;margin-bottom:.5rem}.definition-word{font-size:1.15rem;font-weight:700}.definition-pron{font-size:.85rem;color:#555;font-style:italic}.definition-pos{font-size:.8rem;color:#555;font-style:italic}.definition-body{display:block;font-size:.95rem;line-height:1.5;margin-bottom:.55rem}.definition-italic{font-style:italic;color:#555}.definition-origin{display:block;border-top:1px solid #D9D5CC;padding-top:.45rem;font-size:.85rem;color:#333}.score-div{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem}.section-heading{font-size:1.15rem;font-weight:700;color:#d73f09;margin:1.75rem 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid #D9D5CC;scroll-margin-top:1rem}.section-heading:first-child{margin-top:0}.section-nav{position:fixed;top:50%;right:1.5rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:5;padding:.75rem .6rem;background:#fffdf8d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #D9D5CC;border-radius:8px;box-shadow:0 4px 12px #0000000f}.section-nav-item{display:flex;align-items:center;gap:.6rem;color:#555;text-decoration:none;font-size:.85rem;padding:.25rem .4rem;border-radius:4px;transition:color .15s ease,background .15s ease}.section-nav-item:hover{color:#d73f09;background:#d73f0914}.section-nav-num{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid #D9D5CC;background:#fffdf8;font-size:.72rem;font-weight:600;flex-shrink:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.section-nav-label{white-space:nowrap}.section-nav-active{color:#d73f09;font-weight:600}.section-nav-active .section-nav-num{background:#d73f09;border-color:#d73f09;color:#fff}@media (max-width: 1100px){.section-nav{display:none}}.checklist-item{display:flex;align-items:flex-start;margin-bottom:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.checklist-item:focus-visible{outline:2px solid #D73F09;outline-offset:2px;border-radius:4px}.checklist-item .text{word-break:break-word;overflow-wrap:anywhere;flex:1;min-width:0}.checklist-item a{-webkit-user-select:auto;user-select:auto}.checkbox{accent-color:#D73F09}.text-link{color:#d73f09;text-decoration:none;font-weight:inherit;transition:color .2s ease;font-weight:600}.text-link:hover{color:#e55a2b;text-decoration:none}.text-link:visited{color:#cc5529}.checkbox-unchecked{display:flex;align-items:center;justify-content:center;width:15px;height:15px;margin-right:.5rem;border-radius:4px;border:1px solid #080807;flex-shrink:0;margin-top:.35rem;cursor:pointer}.checkbox-checked{display:flex;align-items:center;justify-content:center;width:15px;height:15px;margin-right:.5rem;border-radius:4px;background-color:#d73f09;border:1px solid #D73F09;flex-shrink:0;margin-top:.35rem;cursor:pointer}.check-icon{width:15px;height:15px}.calculate-button-div{display:flex;justify-content:center;margin-top:2rem}.calculate-button{background-color:#d73f09;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:16px;width:100%;max-width:24rem}.calculate-button-div a{width:100%;max-width:24rem;display:block}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem}.footer-text{font-size:14px}.results-div{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;width:100%;max-width:30rem;padding:2rem;box-sizing:border-box}.score-title{font-size:30px;margin-bottom:.5rem}.score-title-row{display:flex;flex-direction:column;align-items:center;gap:0;margin-bottom:.5rem}.score-title-row .score-title{margin-bottom:0}.score-explain-trigger{font-size:.85rem;font-style:italic;font-weight:400;color:#666;text-decoration:none}.score-explain-trigger:hover{color:#d73f09}.score-explain-popover{left:50%;transform:translate(-50%);font-size:.95rem}.score-explain-popover:before{left:50%;margin-left:-6px}.score-text{font-size:48px;margin-bottom:1rem}.try-again-button{background-color:#d73f09;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:12px}.result-buttons-div{display:flex;justify-content:center;margin-top:2rem}.stats-details{margin-top:2rem;text-align:left;border-top:1px solid #D9D5CC;padding-top:1rem}.stats-summary{cursor:pointer;font-weight:600;font-size:1rem;color:#d73f09;list-style:none;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes stats-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}.stats-details:not([open]) .stats-summary{animation:stats-pulse 1.6s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.stats-details:not([open]) .stats-summary{animation:none}}.stats-summary::-webkit-details-marker{display:none}.stats-summary:before{content:"▸";display:inline-block;transition:transform .15s ease;font-size:.85rem}.stats-details[open] .stats-summary:before{transform:rotate(90deg)}.stats-bars{margin-top:1rem;display:flex;flex-direction:column;gap:.6rem}.stats-status{text-align:center;color:#555}.stats-row{display:flex;flex-direction:column;gap:.2rem;position:relative}.stats-row-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.85rem;line-height:1.3}.stats-mine-dot{position:absolute;left:-.9rem;top:.45rem;width:.5rem;height:.5rem;border-radius:50%;background:#d73f09}.stats-label{word-break:break-word;overflow-wrap:anywhere;flex:1;min-width:0}.stats-count{font-variant-numeric:tabular-nums;color:#555;flex-shrink:0}.stats-bar-track{background:#e5e1d8;border-radius:4px;height:6px;overflow:hidden}.stats-bar-fill{background:#d73f09;height:100%;transition:width .3s ease}.back-button{background-color:#d73f09;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:16px}@media (max-width: 640px){.app-div,.results-div{padding:1rem}.title-text{font-size:28px}.subtitle-text{font-size:20px}.website-description{font-size:16px}.score-text{font-size:38px}.score-title{font-size:24px}}@media (max-width: 380px){.app-div{padding:.75rem}.title-text{font-size:24px}.subtitle-text{font-size:18px}.p-text,.website-description{font-size:15px}}
