.DetailedContent-module__rgczBG__detailed_wrapper .DetailedContent-module__rgczBG__section_title{font-size:calc(32px * var(--font-scale-multiplier,1));color:var(--header-text);margin-bottom:.96rem;font-weight:700;line-height:1.3}.DetailedContent-module__rgczBG__accordion{flex-direction:column;display:flex}.DetailedContent-module__rgczBG__item{background-color:var(--bg-grey);border:1px solid #0000;border-radius:10px;transition:background-color .3s,border-color .3s}.DetailedContent-module__rgczBG__item[data-state=open]{background-color:var(--light-sky-blue);border-color:color-mix(in srgb, var(--royal-blue) 20%, transparent)}.DetailedContent-module__rgczBG__trigger{width:100%;color:var(--card-foreground);gap:16px}.DetailedContent-module__rgczBG__trigger:focus-visible{outline-offset:-2px}.DetailedContent-module__rgczBG__item_title{font-size:calc(16px * var(--font-scale-multiplier,1));color:var(--card-foreground);font-weight:500;line-height:1.5;transition:color .3s}.DetailedContent-module__rgczBG__trigger[data-state=open] .DetailedContent-module__rgczBG__item_title{color:var(--header-text);font-weight:700}.DetailedContent-module__rgczBG__icon{color:var(--royal-blue)}.DetailedContent-module__rgczBG__panel{overflow:hidden}.DetailedContent-module__rgczBG__panel_inner{opacity:0;visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.33,1,.68,1),opacity .2s,visibility 0s linear .32s;display:grid}.DetailedContent-module__rgczBG__panel[data-state=open] .DetailedContent-module__rgczBG__panel_inner{opacity:1;visibility:visible;grid-template-rows:1fr;transition:grid-template-rows .32s cubic-bezier(.33,1,.68,1),opacity .28s 60ms,visibility linear}.DetailedContent-module__rgczBG__panel_row{min-height:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.DetailedContent-module__rgczBG__item,.DetailedContent-module__rgczBG__item_title,.DetailedContent-module__rgczBG__panel_inner,.DetailedContent-module__rgczBG__panel[data-state=open] .DetailedContent-module__rgczBG__panel_inner{transition:none}}.DetailedContent-module__rgczBG__content{border-top:1px solid color-mix(in srgb, var(--royal-blue) 18%, transparent);font-size:calc(16px * var(--font-scale-multiplier,1));color:var(--card-foreground);margin:0 20px;padding:18px 0 24px;line-height:26px}@media (min-width:768px){.DetailedContent-module__rgczBG__content{margin:0 28px}}.DetailedContent-module__rgczBG__content>:last-child{margin-bottom:0}.DetailedContent-module__rgczBG__content h2,.DetailedContent-module__rgczBG__content h3,.DetailedContent-module__rgczBG__content h4,.DetailedContent-module__rgczBG__content h5,.DetailedContent-module__rgczBG__content h6{color:var(--header-text);margin-bottom:10px;font-weight:700;line-height:1.4}.DetailedContent-module__rgczBG__content h2{font-size:calc(22px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__content h3{font-size:calc(20px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__content h4{font-size:calc(18px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__content h5,.DetailedContent-module__rgczBG__content h6{font-size:calc(16px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__content :is(h2,h3,h4,h5,h6):not(:first-child){margin-top:20px}.DetailedContent-module__rgczBG__content p{margin-bottom:14px}.DetailedContent-module__rgczBG__content strong,.DetailedContent-module__rgczBG__content b{color:var(--header-text);font-weight:700}.DetailedContent-module__rgczBG__content em,.DetailedContent-module__rgczBG__content i{font-style:italic}.DetailedContent-module__rgczBG__content a{color:var(--royal-blue);text-underline-offset:3px;text-decoration:underline}.DetailedContent-module__rgczBG__content a:hover{text-decoration:none}.DetailedContent-module__rgczBG__content small{font-size:calc(13px * var(--font-scale-multiplier,1));color:var(--muted-foreground)}.DetailedContent-module__rgczBG__content hr{border:0;border-top:1px solid var(--border);margin:20px 0}.DetailedContent-module__rgczBG__content img{border-radius:8px;max-width:100%;height:auto}.DetailedContent-module__rgczBG__content blockquote{border-left:3px solid var(--royal-blue);background-color:color-mix(in srgb, var(--royal-blue) 6%, transparent);border-radius:0 8px 8px 0;margin:0 0 16px;padding:12px 18px}.DetailedContent-module__rgczBG__content blockquote p:last-child{margin-bottom:0}.DetailedContent-module__rgczBG__content code{font-size:calc(14px * var(--font-scale-multiplier,1));background-color:color-mix(in srgb, var(--royal-blue) 8%, transparent);border-radius:4px;padding:2px 6px}.DetailedContent-module__rgczBG__content ul,.DetailedContent-module__rgczBG__content ol{margin:0 0 16px;padding-left:22px}.DetailedContent-module__rgczBG__content ul{list-style:outside}.DetailedContent-module__rgczBG__content ol{list-style:decimal}.DetailedContent-module__rgczBG__content li{margin-bottom:8px;padding-left:4px;line-height:26px}.DetailedContent-module__rgczBG__content li:last-child{margin-bottom:0}.DetailedContent-module__rgczBG__content li::marker{color:var(--royal-blue)}.DetailedContent-module__rgczBG__content li p{margin-bottom:6px}.DetailedContent-module__rgczBG__content ul ul,.DetailedContent-module__rgczBG__content ol ol,.DetailedContent-module__rgczBG__content ul ol,.DetailedContent-module__rgczBG__content ol ul{margin:8px 0 0}.DetailedContent-module__rgczBG__content ul ul{list-style:circle}.DetailedContent-module__rgczBG__content ol ol{list-style:lower-alpha}.DetailedContent-module__rgczBG__content dl{margin:0 0 16px}.DetailedContent-module__rgczBG__content dt{color:var(--header-text);font-weight:700}.DetailedContent-module__rgczBG__content dd{margin:0 0 10px;padding-left:16px}.DetailedContent-module__rgczBG__content figure,.DetailedContent-module__rgczBG__content .DetailedContent-module__rgczBG__table_scroll{scrollbar-width:thin;scrollbar-color:var(--royal-blue) transparent;-webkit-overflow-scrolling:touch;width:100%;margin:0 0 20px;overflow-x:auto}.DetailedContent-module__rgczBG__content figure::-webkit-scrollbar{height:6px}.DetailedContent-module__rgczBG__content .DetailedContent-module__rgczBG__table_scroll::-webkit-scrollbar{height:6px}.DetailedContent-module__rgczBG__content figure::-webkit-scrollbar-thumb{background:var(--royal-blue);border-radius:5px}.DetailedContent-module__rgczBG__content .DetailedContent-module__rgczBG__table_scroll::-webkit-scrollbar-thumb{background:var(--royal-blue);border-radius:5px}.DetailedContent-module__rgczBG__content figure figcaption{font-size:calc(13px * var(--font-scale-multiplier,1));color:var(--muted-foreground);padding-top:8px}.DetailedContent-module__rgczBG__content table{border-collapse:collapse;border-spacing:0;width:100%;font-size:calc(15px * var(--font-scale-multiplier,1));background-color:var(--card);border:1px solid var(--border);border-radius:8px;overflow:hidden}.DetailedContent-module__rgczBG__content>table{margin-bottom:20px;display:block;overflow-x:auto}.DetailedContent-module__rgczBG__content th{background-color:var(--royal-blue);color:#fff;text-align:left;white-space:nowrap;border-right:1px solid #ffffff38;padding:12px 14px;font-weight:700}.DetailedContent-module__rgczBG__content td{text-align:left;color:var(--card-foreground);border-top:1px solid var(--border);border-right:1px solid var(--border);vertical-align:top;padding:12px 14px}.DetailedContent-module__rgczBG__content th:last-child,.DetailedContent-module__rgczBG__content td:last-child{border-right:0}.DetailedContent-module__rgczBG__content table p{margin-bottom:0}@media (max-width:768px){.DetailedContent-module__rgczBG__detailed_wrapper .DetailedContent-module__rgczBG__section_title{font-size:calc(22px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__item_title{font-size:calc(15px * var(--font-scale-multiplier,1))}.DetailedContent-module__rgczBG__content{font-size:calc(14px * var(--font-scale-multiplier,1));padding:16px 0 20px;line-height:24px}.DetailedContent-module__rgczBG__content li{line-height:24px}.DetailedContent-module__rgczBG__content th,.DetailedContent-module__rgczBG__content td{font-size:calc(13px * var(--font-scale-multiplier,1));padding:10px}}
