.transparent-scrollbar{scrollbar-color:transparent transparent;-ms-overflow-style:none}.transparent-scrollbar::-webkit-scrollbar{background:transparent}.transparent-scrollbar::-webkit-scrollbar-thumb{background-color:transparent}.favorite-btn{cursor:pointer;position:absolute;transition:all .3s ease;z-index:10}.favorite-icon{color:#9ca3af;opacity:0;transform:scale(.8);transition:all .3s ease}.group\/parent:hover .favorite-icon{opacity:1;transform:scale(1)}.favorite-btn.is-favorite .favorite-icon{color:#ef4444!important;opacity:1;transform:scale(1)}.favorite-btn:hover .favorite-icon{color:#ef4444;opacity:1;transform:scale(1.1)}.favorite-btn.is-favorite .favorite-icon{animation:favoriteAdded .4s ease-in-out}@keyframes favoriteAdded{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.favorite-btn.just-added .favorite-icon{animation:favoritePulse 1s ease-in-out}@keyframes favoritePulse{0%,to{opacity:1}50%{opacity:.7;transform:scale(1.1)}}.favorite-item{position:relative;transition:all .3s ease}.favorite-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.favorite-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));height:1em;width:1em}.favorite-icon svg{height:100%;width:100%}@media (max-width:640px){.favorite-btn{right:4px;top:-2px}}@media (min-width:641px) and (max-width:1023px){.favorite-btn{right:6px;top:-1px}}@media (min-width:1024px){.favorite-btn{right:8px;top:0}}.favorites-empty{color:#6b7280;font-style:italic;padding:1rem;text-align:center}.favorites-loading{align-items:center;display:flex;justify-content:center;padding:1rem}.favorites-loading:after{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;content:"";height:20px;width:20px}.favorite-count{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.favorite-count.hidden{display:none}.favorite-btn,.favorite-count,.favorite-icon,.favorite-item{transition:all .3s cubic-bezier(.4,0,.2,1)}.error-report-btn{cursor:pointer;position:absolute;transition:all .3s ease;z-index:5}.error-report-btn svg{color:rgba(59,130,246,.3);transition:all .3s ease}.group\/parent:hover .error-report-btn{opacity:1}.group\/parent:hover .error-report-btn svg{color:rgba(59,130,246,.6)}.error-report-btn:hover svg{color:#ef4444!important;transform:scale(1.1)}.error-report-btn.reported{cursor:not-allowed;opacity:1!important}.error-report-btn.reported span,.error-report-btn.reported svg{color:#ef4444!important;opacity:1!important}.error-report-btn.reporting{cursor:wait}.error-report-btn.reporting svg{animation:reportingPulse 1s ease-in-out infinite}@keyframes reportingPulse{0%,to{opacity:.5}50%{opacity:1}}.error-report-btn.report-success svg{animation:reportSuccess .6s ease-in-out}@keyframes reportSuccess{0%{transform:scale(1)}50%{color:#10b981;transform:scale(1.3)}to{color:#ef4444;transform:scale(1)}}@media (max-width:1023px){.group\/parent:active .error-report-btn,.group\/parent:focus-within .error-report-btn{opacity:1}}.error-report-notification{border-left:4px solid hsla(0,0%,100%,.3);box-shadow:0 10px 25px rgba(0,0,0,.1)}.error-report-notification.error,.error-report-notification.success{border-left-color:hsla(0,0%,100%,.6)}.error-report-btn.reported{pointer-events:none}.error-report-btn:disabled{cursor:not-allowed;opacity:.6}.error-report-btn svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.error-report-btn.reported:after{background:rgba(0,0,0,.8);border-radius:4px;bottom:-25px;color:#fff;content:attr(title);font-size:10px;left:50%;opacity:0;padding:2px 6px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;white-space:nowrap;z-index:1000}.error-report-btn.reported:hover:after{opacity:1}.error-report-modal{animation:fadeIn .3s ease;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.error-report-overlay{backdrop-filter:blur(4px);background:rgba(0,0,0,.6);bottom:0;left:0;position:absolute;right:0;top:0}.error-report-popup{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);margin:10vh auto 0;max-width:500px;position:relative;width:90%;z-index:10000}.error-report-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.error-report-title{color:#1f2937;font-size:20px;font-weight:600;margin:0}.error-report-close{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:4px;transition:color .2s ease}.error-report-close:hover{background:#f3f4f6;color:#1f2937}.error-report-close svg{display:block}.error-report-body{padding:24px}.error-report-item-info{background:#f9fafb;border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:20px;padding:12px}.error-report-item-name{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 4px}.error-report-item-type{color:#6b7280;font-size:13px;margin:0}.error-report-form{display:flex;flex-direction:column;gap:20px}.error-report-field{display:flex;flex-direction:column;gap:8px}.error-report-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:4px}.error-report-label .required{color:#ef4444;font-weight:600}.error-report-input{border:2px solid #e5e7eb;border-radius:8px;color:#1f2937;font-size:14px;padding:10px 12px;transition:all .2s ease;width:100%}.error-report-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.error-report-input::-moz-placeholder{color:#9ca3af}.error-report-input::placeholder{color:#9ca3af}.error-report-hint{color:#6b7280;font-size:12px;margin:0}.error-report-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.error-report-btn-cancel,.error-report-btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.error-report-btn-cancel{background:#f3f4f6;color:#374151}.error-report-btn-cancel:hover{background:#e5e7eb}.error-report-btn-submit{background:#3b82f6;color:#fff;min-width:120px}.error-report-btn-submit:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px rgba(59,130,246,.3);transform:translateY(-1px)}.error-report-btn-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.error-report-popup{margin-top:5vh;width:95%}.error-report-header{padding:16px 20px}.error-report-title{font-size:18px}.error-report-body{padding:20px}.error-report-actions{flex-direction:column-reverse}.error-report-btn-cancel,.error-report-btn-submit{width:100%}}.search-suggestions{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);margin-top:4px;max-height:400px;overflow-y:auto;z-index:50}.suggestion-item{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .2s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item.selected,.suggestion-item:hover{background-color:#f9fafb}.suggestion-item .logo-container{align-items:center;background:var(--primary-color,#1f2937);border-radius:12px 6px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.suggestion-item .logo-container img{height:32px;-o-object-fit:contain;object-fit:contain;width:32px}.suggestion-item .fallback-logo{align-items:center;background:#fff;border-radius:6px;display:none;height:32px;justify-content:center;width:32px}.suggestion-item .fallback-logo span{color:var(--primary-color,#1f2937);font-size:12px;font-weight:700}.suggestion-item .content{flex:1;min-width:0}.suggestion-item .content h4{color:#111827;font-size:14px;font-weight:700}.suggestion-item .content h4,.suggestion-item .content p{margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-item .content p{color:#6b7280;font-size:12px}.suggestion-item .content .category-badge{background:var(--primary-color,#1f2937);border-radius:4px;color:#fff;display:inline-block;font-size:10px;font-weight:500;margin-top:4px;padding:2px 8px}.suggestion-item .action-icon{color:#9ca3af;flex-shrink:0;height:16px;width:16px}.search-suggestions .loading,.search-suggestions .no-results{color:#6b7280;font-size:14px;padding:16px;text-align:center}.search-suggestions .loading:after{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;content:"";display:inline-block;height:16px;margin-left:8px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.search-suggestions{border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin-left:-12px;margin-right:-12px}.suggestion-item{gap:10px;padding:10px 12px}.suggestion-item .logo-container{height:40px;width:40px}.suggestion-item .logo-container img{height:24px;width:24px}.suggestion-item .content h4{font-size:13px}.suggestion-item .content p{font-size:11px}}
.general-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.general-content{line-height:1.625;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}@media (min-width:1024px){.general-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}}.general-content figure{max-width:100%}.general-content footer>:not([hidden])~:not([hidden]),.general-content header>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:1024px){.general-content footer>:not([hidden])~:not([hidden]),.general-content header>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}}.general-content section{padding:1rem}.general-content section article>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:1024px){.general-content section article>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}}.general-content h1{font-size:1rem;font-weight:800;line-height:1.5rem;margin-bottom:.5rem;text-align:justify}@media (min-width:1024px){.general-content h1{font-size:1.125rem;line-height:1.75rem;margin-bottom:1rem}}.general-content h2{font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.5rem;margin-top:.5rem;text-align:justify}@media (min-width:1024px){.general-content h2{font-size:1.125rem;line-height:1.75rem;margin-bottom:1rem;margin-top:1rem}}.general-content h3,.general-content h4,.general-content h5,.general-content h6{font-size:.875rem;font-weight:600;line-height:1.25rem;margin-bottom:1rem;text-align:justify}@media (min-width:1024px){.general-content h3,.general-content h4,.general-content h5,.general-content h6{font-size:1rem;line-height:1.5rem}}.general-content p{font-size:.875rem;line-height:1.25rem;line-height:1.625;margin-bottom:.5rem;text-align:justify;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}@media (min-width:1024px){.general-content p{font-size:1rem;line-height:1.5rem;margin-bottom:1rem}}.general-content strong{font-weight:700}.general-content em{font-style:italic}.general-content code{border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;padding:.125rem .25rem}@media (min-width:1024px){.general-content code{font-size:.875rem;line-height:1.25rem}}.general-content a{font-weight:600;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1));text-decoration-line:underline;text-underline-offset:2px;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.general-content a:hover{--tw-text-opacity:1;color:rgb(32 142 163/var(--tw-text-opacity,1))}.general-content ul{list-style:none}.general-content ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.general-content ul{padding-left:1rem}@media (min-width:1024px){.general-content ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.general-content ul{padding-left:1.5rem}}.general-content ul>li:before{content:"•\2003";font-weight:700;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}.general-content ul li{font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;text-align:justify}@media (min-width:1024px){.general-content ul li{font-size:1rem;line-height:1.5rem;margin-bottom:.5rem}}.general-content ol{counter-reset:level1;list-style:none;padding-left:1rem}@media (min-width:1024px){.general-content ol{padding-left:1.5rem}}.general-content ol>li{counter-increment:level1;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;text-align:justify}@media (min-width:1024px){.general-content ol>li{font-size:1rem;line-height:1.5rem;margin-bottom:.5rem}}.general-content ol>li:before{content:counter(level1,upper-roman) ".\2003";font-weight:700;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}.general-content ol ol{counter-reset:level2;margin-top:.25rem;padding-left:1rem}@media (min-width:1024px){.general-content ol ol{margin-top:.5rem;padding-left:1.5rem}}.general-content ol ol>li{counter-increment:level2}.general-content ol ol>li:before{content:counter(level2,decimal) ".\2003";font-weight:600;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}.general-content ol ol ol{counter-reset:level3;margin-top:.25rem;padding-left:1rem}@media (min-width:1024px){.general-content ol ol ol{margin-top:.5rem;padding-left:1.5rem}}.general-content ol ol ol>li{counter-increment:level3}.general-content ol ol ol>li:before{content:counter(level3,lower-alpha) ".\2003";--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}.general-content blockquote{border-left-width:4px;margin-bottom:.5rem;margin-top:.5rem;--tw-border-opacity:1;border-color:rgb(35 44 43/var(--tw-border-opacity,1));font-style:italic;padding-left:.75rem}@media (min-width:1024px){.general-content blockquote{margin-bottom:1rem;margin-top:1rem;padding-left:1rem}}.general-content blockquote p{font-size:.875rem;line-height:1.25rem;text-align:justify}@media (min-width:1024px){.general-content blockquote p{font-size:1rem;line-height:1.5rem}}.general-content blockquote footer{font-size:.75rem;font-weight:600;line-height:1rem;margin-top:.25rem;text-align:right}@media (min-width:1024px){.general-content blockquote footer{font-size:.875rem;line-height:1.25rem;margin-top:.5rem}}.general-content figure{margin-bottom:.5rem;margin-top:.5rem}@media (min-width:1024px){.general-content figure{margin-bottom:1rem;margin-top:1rem}}.general-content figure.aligncenter{margin-left:auto;margin-right:auto;text-align:center;width:auto}.general-content img{border-radius:.5rem;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.general-content figure figcaption{font-size:.75rem;font-style:italic;line-height:1rem;margin-top:.25rem}@media (min-width:1024px){.general-content figure figcaption{font-size:.875rem;line-height:1.25rem;margin-top:.5rem}}.general-content table{border-collapse:collapse;font-size:.75rem;line-height:1rem;margin-bottom:.5rem;margin-top:.5rem;width:100%}@media (min-width:1024px){.general-content table{font-size:.875rem;line-height:1.25rem;margin-bottom:1rem;margin-top:1rem}}.general-content td,.general-content th{border-color:rgba(35,44,43,.3);border-width:1px;padding:.25rem;text-align:left;vertical-align:top}@media (min-width:1024px){.general-content td,.general-content th{padding:.5rem}}.general-content thead th{border-color:rgba(35,44,43,.3);font-weight:600}.general-content pre{border-color:rgba(35,44,43,.1);border-radius:.25rem;margin-bottom:.5rem;margin-top:.5rem;overflow-x:auto;--tw-bg-opacity:1;background-color:rgb(35 44 43/var(--tw-bg-opacity,1));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;padding:.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:1024px){.general-content pre{font-size:.875rem;line-height:1.25rem;margin-bottom:1rem;margin-top:1rem;padding:1rem}}.general-content hr{border-top-width:1px;margin-bottom:.5rem;margin-top:.5rem;--tw-border-opacity:1;border-color:rgb(35 44 43/var(--tw-border-opacity,1))}@media (min-width:1024px){.general-content hr{margin-bottom:1rem;margin-top:1rem}}.general-content details{background-color:rgba(235,240,236,.4);border-radius:.375rem;margin-bottom:.5rem;margin-top:.5rem;padding:.5rem}@media (min-width:1024px){.general-content details{margin-bottom:1rem;margin-top:1rem;padding:1rem}}.general-content summary{cursor:pointer;font-weight:600;--tw-text-opacity:1;color:rgb(35 44 43/var(--tw-text-opacity,1))}.general-content abbr{cursor:help;text-decoration-line:underline;text-decoration-style:dotted}.general-content del{opacity:.7;text-decoration-line:line-through}.general-content ins{background-color:rgba(170,255,213,.3);border-radius:.25rem;padding-left:.25rem;padding-right:.25rem;--tw-text-opacity:1;color:rgb(32 142 163/var(--tw-text-opacity,1));text-decoration-line:none}.general-content small{font-size:.75rem;line-height:1rem;opacity:.8}.general-content sub{font-size:.75em;vertical-align:sub}.general-content sup{font-size:.75em;vertical-align:super}.general-content u{text-decoration-line:underline}.odds-content section{padding:1rem}.odds-content section article>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:1024px){.odds-content section article>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}}.odds-content h1{font-size:1rem;font-weight:800;line-height:1.5rem;margin-bottom:.5rem;text-align:justify}@media (min-width:1024px){.odds-content h1{font-size:1.125rem;line-height:1.75rem;margin-bottom:1rem}}.odds-content h2{font-size:1rem;font-weight:700;line-height:1.5rem;margin-bottom:.5rem;margin-top:.5rem;text-align:justify}@media (min-width:1024px){.odds-content h2{font-size:1.125rem;line-height:1.75rem;margin-bottom:1rem;margin-top:1rem}}.odds-content h3,.odds-content h4,.odds-content h5,.odds-content h6{font-size:.875rem;font-weight:600;line-height:1.25rem;margin-bottom:1rem;text-align:justify}@media (min-width:1024px){.odds-content h3,.odds-content h4,.odds-content h5,.odds-content h6{font-size:1rem;line-height:1.5rem}}.odds-content strong{font-weight:700}