html{scrollbar-gutter:stable}*,*:before,*:after{box-sizing:border-box}:root,button,input,textarea{font-family:Open Sans,sans-serif}::placeholder{color:var(--text-muted)}:focus-visible button:hover{outline-style:solid;outline-color:var(--primary-action);outline-width:.125rem}body{background-color:var(--bg-page);box-sizing:border-box;color:var(--text);margin:auto;width:var(--page-width)}a{color:var(--link)}h1,h2,h3,p{margin:0}header img{height:3.5rem}@media (max-width: 767px){header img{height:3rem}}header{display:grid;gap:1rem;margin-top:1rem}header #static-text{row-gap:.25rem;color:var(--primary-text);background-color:var(--surface);padding:1rem;border:1rem;border-radius:.75em;position:relative;max-height:66vh;overflow-y:auto}.collapsible{cursor:pointer}.collapsible:before{content:">";font-weight:700;background-color:var(--border);padding-left:.25rem;padding-right:.25rem;border-radius:.25rem}.active:before{font-weight:500;content:"v"}.content{transition:max-height .2s ease-out;overflow:hidden}header #tips-help{padding-left:3rem}@media (max-width: 767px){header #tips-help{padding-left:.5rem}}header #last-updated{display:flex;justify-content:space-between;padding-top:1rem}#theme-toggle{background:none;border:none;cursor:pointer;color:var(--primary-text);padding:.25rem;display:flex;align-items:center;border-radius:.25rem;transition:color .2s}#theme-toggle:hover{color:var(--accent)}header #title-bar{display:flex;justify-content:space-between;align-items:center}header ul{margin-block-start:0em;padding-inline-start:1.5em}header #logo-container{display:flex}header h1{color:var(--primary-text);font-size:2rem;font-weight:700}@media (max-width: 767px){header h1{font-size:1.5rem}}@media (min-width: 768px){#search{margin:auto;position:sticky;width:var(--search-results-width);top:1rem;margin-top:1.5rem;z-index:1}}@media (max-width: 767px){#search{font-size:1.5rem;position:fixed;bottom:1vh;padding-block-end:.5rem;width:var(--page-width);z-index:1}}#search .submit{background-color:var(--primary-action);border-radius:.25rem;border:0;box-shadow:inset 0 0 0 1px var(--border);cursor:pointer;font-size:1rem;padding:.3rem;position:absolute;right:1rem;top:.6rem;line-height:.6875rem}#search .submit:hover,#search .submit:focus{background-color:var(--accent);box-shadow:inset 0 0 0 1px var(--primary-action);outline:none}#search .submit[disabled]{background-color:transparent;cursor:default;box-shadow:inset 0 0 0 1px var(--primary-action)}#search .submit[disabled] .arrow{stroke:var(--primary-action);filter:none}#search textarea{overflow:hidden;background-color:var(--bg-input);color:var(--text);border-radius:.375rem;border:1px solid var(--border);box-shadow:var(--border) 0 0 1rem;font-size:1rem;padding:.875rem 6.875rem .875rem 3rem;width:100%;line-height:1.5rem;resize:none;scroll-padding:1rem 0}@media (max-width: 767px){#search textarea{overflow:hidden;background-color:var(--bg-input);color:var(--text);border-radius:.375rem;border:1px solid var(--border);box-shadow:var(--border) 0 0 1rem;font-size:1rem;padding:.875rem 6.875rem .875rem 3rem;width:100%;line-height:1.5rem;resize:none;scroll-padding:1rem 0}}#search textarea:focus-visible{box-shadow:none;outline:.188rem solid var(--accent)}#search .search-icon{left:1rem;position:absolute;top:1rem;width:1.25rem;pointer-events:none;fill:var(--primary-action)}#search .arrow{filter:drop-shadow(0 0 .125rem #0000002b);height:1.5rem;stroke:var(--bg-input);width:1.5rem}#search .submit:focus .arrow{filter:none;stroke:var(--primary-action)}#loading{margin-inline-start:1.1875rem;opacity:1;position:relative;transition:opacity ease-in .2s,transform ease-in .2s}#loading .loader__bbl-fad-in-out,#loading .loader__bbl-fad-in-out:before,#loading .loader__bbl-fad-in-out:after{border-radius:50%;width:2.5em;height:2.5em;animation-fill-mode:both;animation:bblFadInOut 1.8s infinite ease-in-out}#loading .loader__bbl-fad-in-out{color:var(--primary-text);display:block;font-size:4px;margin-inline-start:1rem;position:relative;text-indent:-9999em;transform:translateZ(0);animation-delay:-.16s}#loading .loader__bbl-fad-in-out:before,#loading .loader__bbl-fad-in-out:after{content:"";position:absolute;top:0}#loading .loader__bbl-fad-in-out:before{left:-4.5em;animation-delay:-.32s}#loading .loader__bbl-fad-in-out:after{left:4.5em}#error{position:relative;display:flex;align-items:center;gap:.75rem;padding-block-start:1rem}#error svg{fill:var(--red);stroke:var(--bg-input);min-width:2rem}#error p{font-size:.9375rem;line-height:1.8rem;position:relative}#results-and-sources{width:var(--search-results-width);margin:auto;padding-bottom:6rem}#result{transition:max-height ease 1s;padding-block-start:1.25rem;scroll-margin-top:4rem}#result strong{color:var(--primary-text)}@media (max-width: 767px){#result{padding-block-start:2rem}}#result h3{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;padding-block-end:.25rem;position:relative;color:var(--primary-text);scroll-margin-top:1rem}#result p{margin-block-end:.75rem;padding-inline-start:2.5rem;line-height:1.75rem;font-weight:500}#result .actions{display:flex;flex-direction:column;align-items:center;margin-block-end:.5rem;padding-inline-start:2.5rem;gap:1rem;margin-block-start:1rem}#result button[type=button]{background-color:var(--bg-button);border:1px solid var(--text-muted);font-size:.875rem;padding:.375rem .563rem;border-radius:.25rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;transition:background-color .2s,border-color .2s,color .2s;color:var(--text)}#result button[name=accurate].selected,#result button[name=accurate]:hover{background-color:var(--feedback-accurate-bg);border-color:var(--feedback-accurate-border);color:var(--feedback-accurate-text)}#result button[name=neutral].selected,#result button[name=neutral]:hover{background-color:var(--feedback-neutral-bg);border-color:var(--feedback-neutral-border);color:var(--feedback-neutral-text)}#result button[name=inaccurate].selected,#result button[name=inaccurate]:hover{background-color:var(--feedback-inaccurate-bg);border-color:var(--feedback-inaccurate-border);color:var(--feedback-inaccurate-text)}#feedback{border:0;border-radius:.25rem;margin:0;top:40%;left:50%;display:flex;flex-direction:column;gap:1rem;width:100%}#feedback .submit{background-color:var(--primary-action);border-radius:.25rem;border:0;box-shadow:inset 0 0 0 1px var(--border);cursor:pointer;font-size:1rem;line-height:.6875rem}#feedback .submit:hover,#feedback .submit:focus{background-color:var(--accent);box-shadow:inset 0 0 0 1px var(--primary-action);outline:none}#feedback .submit[disabled]{background-color:transparent;cursor:default;box-shadow:inset 0 0 0 1px var(--primary-action)}#feedback .submit[disabled] .arrow{stroke:var(--primary-action);filter:none}#feedback .arrow{filter:drop-shadow(0 0 .125rem #0000002b);height:1.5rem;stroke:var(--bg-input);width:1.5rem}#feedback .submit:focus .arrow{filter:none;stroke:var(--primary-action)}#feedback textarea{overflow:hidden;background-color:var(--bg-input);color:var(--text);caret-color:var(--text);border-radius:.375rem;border:1px solid var(--border);box-shadow:var(--border) 0 0 1rem;font-size:1rem;width:100%;line-height:1.5rem;resize:none;scroll-padding:1rem 0;padding:.5rem;height:2.5rem}.feedback-rating-hidden{position:absolute;top:0;bottom:0;left:50%;transform:translate(calc(-50% - .3rem));width:2px;opacity:0;pointer-events:none}.button-container{display:flex;width:fit-content}.button-container button{flex:1;margin-right:.6rem}#feedback textarea:focus-visible{box-shadow:none;outline:.188rem solid var(--accent)}#sources h3{display:flex;align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;margin:0;padding-block-end:.5rem;position:relative;color:var(--primary-text)}#sources ol{position:relative;display:flex;flex-direction:column;gap:2rem;list-style:none;margin-block:0;padding-inline-start:2.5rem}#sources li{counter-increment:sources;display:flex}#sources li:before{content:"[" counter(sources) "]";font-size:smaller;margin-inline-end:.25rem;vertical-align:super}#sources section{display:grid;row-gap:.5rem}#sources blockquote{margin-block:0;margin-inline:0;line-height:1.75rem}#sources div{display:flex;column-gap:.75rem;font-size:.875rem}#sources .metadata{display:grid;gap:.5rem}#sources>div{padding-inline-start:1rem;border-left:1px solid var(--border)}#sources .score{display:flex;column-gap:.75rem;align-items:center}#sources .label{font-weight:500;width:5rem}#sources .status{display:flex;column-gap:.25rem}#sources .status div{background-color:transparent;height:.75rem;width:.75rem;box-shadow:inset 0 0 0 1px var(--border)}#sources .status .green,#sources .status .yellow,#sources .status .red{box-shadow:inset 0 0 0 1px #00000060}#sources .status .green{background-color:var(--status-green)}#sources .status .yellow{background-color:var(--status-yellow)}#sources .status .red{background-color:var(--status-red)}#sources cite{font-style:normal;display:flex;justify-content:center}#sources a{color:var(--link);display:inline-flex;text-decoration:none}#sources a:hover{text-decoration:underline}@keyframes bblFadInOut{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em}}
