@charset "UTF-8";:root{--cp-text-light: rgb(32, 32, 32);--cp-text-dark: rgb(220, 220, 220);--cp-page-bg-light: rgb(255, 255, 255);--cp-page-bg-dark: rgb(32, 32, 32);--cp-primary-light: rgb(30, 58, 138);--cp-primary-dark: rgb(191, 219, 254);--cp-secondary-light: rgb(220, 235, 254);--cp-secondary-dark: rgb(37, 48, 55);--cp-border-light: .1rem solid rgb(229, 231, 235);--cp-border-dark: .1rem solid rgb(48, 48, 48);--cp-border-color-light: rgb(229, 231, 235);--cp-border-color-dark: rgb(48, 48, 48);--cp-grey-bg-light: rgb(229, 231, 235);--cp-grey-bg-dark: rgb(48, 48, 48);--cp-grey-text-light: rgb(107, 114, 128);--cp-grey-text-dark: rgb(175, 175, 175);--cp-info-text-light: rgb(30, 58, 138);--cp-info-text-dark: rgb(191, 219, 254);--cp-info-bg-light: rgb(220, 235, 254);--cp-info-bg-dark: rgb(21, 30, 54);--cp-info-border-light: .05rem solid rgb(191, 219, 254);--cp-info-border-dark: .05rem solid rgb(72, 87, 114);--cp-success-text-light: rgb(0, 62, 0);--cp-success-text-dark: rgb(127, 255, 170);--cp-success-bg-light: rgb(240, 255, 240);--cp-success-bg-dark: rgb(46, 65, 52);--cp-success-border-light: .05rem solid rgb(191, 219, 254);--cp-success-border-dark: .05rem solid rgb(90, 111, 113);--cp-warning-text-light: rgb(113, 63, 18);--cp-warning-text-dark: rgb(254, 240, 138);--cp-warning-bg-light: rgb(254, 252, 232);--cp-warning-bg-dark: rgb(61, 42, 14);--cp-warning-border-light: .05rem solid rgb(254, 249, 195);--cp-warning-border-dark: .05rem solid rgb(119, 101, 51);--cp-error-text-light: rgb(127, 29, 29);--cp-error-text-dark: rgb(254, 192, 192);--cp-error-bg-light: rgb(254, 231, 231);--cp-error-bg-dark: rgb(60, 31, 31);--cp-error-border-light: .05rem solid rgb(254, 202, 202) --cp-error-border-dark: .05rem solid rgb(112, 75, 75);--cp-gold-color-light: rgb(255, 114, 0);--cp-gold-color-dark: rgb(255, 215, 0);--cp-legendary-color-light: rgb(230, 0, 230);--cp-legendary-color-dark: rgb(225, 80, 225);--dvh: 1dvh}html{font-family:SF Pro Text,Roboto,Segoe UI,PingFang SC,Noto Sans SC,Microsoft Yahei,sans-serif;font-size:16px;width:100%;overflow-x:hidden;overflow-y:scroll;-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth}:focus{outline:none}body{width:100%;margin:0;padding:0;-webkit-tap-highlight-color:transparent;background-color:var(--cp-page-bg-light);scrollbar-gutter:stable both-edges}body.cp-theme-dark{background-color:var(--cp-page-bg-dark)}*{box-sizing:border-box;line-height:1.75;color:var(--cp-text-light)}.cp-theme-dark *{color:var(--cp-text-dark)}iframe{display:none!important}iframe.useful-iframe{display:inherit!important}button{display:flex;justify-content:center;align-items:center;min-height:2.5rem;line-height:1;font-size:.9375rem;font-family:inherit;padding:.5rem 1rem;border-radius:9999px;cursor:pointer}button.btn-primary{border:.1rem solid var(--cp-primary-light);color:#ebebeb;background-color:var(--cp-primary-light)}button.btn-primary p,button.btn-primary div{color:#ebebeb}button.btn-primary svg{stroke:#ebebeb}button.btn-primary:hover{border:.1rem solid rgb(60,88,166);background-color:#3c58a6}button.btn-primary:focus{outline:.15rem solid rgb(255,215,0)}button.btn-secondary{border:var(--cp-border-light);background-color:var(--cp-bg-light)}button.btn-secondary:hover{background-color:var(--cp-grey-bg-light)}button.btn-secondary:focus{outline:.15rem solid rgb(218,165,32)}button:disabled,button:disabled:hover{background-color:#1a1c181f!important;border:.1rem solid rgba(26,28,24,.12)!important;color:#1a1c18b3!important;cursor:not-allowed}button:disabled p,button:disabled div,button:disabled:hover p,button:disabled:hover div{color:#1a1c18b3!important}button:disabled svg,button:disabled:hover svg{stroke:#1a1c18b3!important}.cp-theme-dark button.btn-primary{border:.1rem solid var(--cp-primary-dark);color:#0f0f0f;background-color:var(--cp-primary-dark)}.cp-theme-dark button.btn-primary p,.cp-theme-dark button.btn-primary div{color:#0f0f0f}.cp-theme-dark button.btn-primary svg{stroke:#0f0f0f}.cp-theme-dark button.btn-primary:hover{border:.1rem solid rgb(158,230,255);background-color:#9ee6ff}.cp-theme-dark button.btn-primary:focus{outline:.15rem solid rgb(218,165,32)}.cp-theme-dark button.btn-secondary{border:var(--cp-border-dark);background-color:var(--cp-bg-dark)}.cp-theme-dark button.btn-secondary:hover{background-color:var(--cp-grey-bg-dark)}.cp-theme-dark button.btn-secondary:focus{outline:.1rem solid var(--cp-primary-dark)}.cp-theme-dark button:disabled,.cp-theme-dark .cp-theme-dark button:disabled:hover{background-color:#e3e3dc1f!important;border:.1rem solid rgba(227,227,220,.12)!important;color:#e3e3dcb3!important}.cp-theme-dark button:disabled p,.cp-theme-dark button:disabled div,.cp-theme-dark .cp-theme-dark button:disabled:hover p,.cp-theme-dark .cp-theme-dark button:disabled:hover div{color:#e3e3dcb3!important}.cp-theme-dark button:disabled svg,.cp-theme-dark .cp-theme-dark button:disabled:hover svg{stroke:#e3e3dcb3!important}sub,sup{display:inline-block;font-size:.875rem}table th sub,table td sub,.cp-unit-property-value sub{transform:translateY(.25rem)}table th sup,table td sup,.cp-unit-property-value sup{transform:translateY(-.25rem)}div:not(.cp-table-container)::-webkit-scrollbar{width:.375rem;height:.375rem}div:not(.cp-table-container)::-webkit-scrollbar-thumb{border-radius:9999px;background-color:#8b8b8b}.cp-theme-dark div:not(.cp-table-container)::-webkit-scrollbar-thumb{background-color:#9f9f9f}@supports (scrollbar-width: thin){div:not(.cp-table-container){scrollbar-width:thin}}a{text-decoration:none;color:#006be6}.cp-theme-dark a{color:#80ccff}a:hover,a:focus{text-decoration:underline}a.header-anchor{display:none}a s,s a{text-decoration:line-through;color:#006be6}.cp-theme-dark a s,.cp-theme-dark s a{color:#80ccff}h1{font-size:1.375rem;font-weight:700;margin-top:.25rem;margin-bottom:1rem}h2{font-size:1.25rem;font-weight:600}h3{font-size:1.125rem;font-weight:500}h4{font-size:1rem;font-weight:500}@media (min-width: 1024px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.125rem}}h2,h3,h4{padding-bottom:.25rem;border-bottom:.1rem solid rgba(229,229,229,.7)}h2.cp-title-with-icon,h3.cp-title-with-icon,h4.cp-title-with-icon{display:flex;align-items:center}h2.cp-title-with-icon .cp-img-container,h3.cp-title-with-icon .cp-img-container,h4.cp-title-with-icon .cp-img-container{display:inline-block;width:2rem;margin:0 .375rem 0 0}.cp-theme-dark h2,.cp-theme-dark h3,.cp-theme-dark h4{border-bottom:.1rem solid rgba(224,243,255,.1)}p{margin:1rem 0}hr{margin:1.5rem 0;border:.0625rem solid rgb(209,213,219)}hr.cp-light-row-division{border:.0625rem solid rgba(229,229,229,.7)}.cp-theme-dark hr.cp-light-row-division{border:.0625rem solid rgba(224,243,255,.1)}ul,ol{margin-left:1.25rem;padding-left:0}@media (min-width: 1024px){ul,ol{margin-left:1.5rem}}li{margin:.5rem 0}img{vertical-align:bottom;display:inline-block;height:auto;max-width:100%;max-height:100%}video{display:inline-block;width:750px;height:auto;max-width:100%;max-height:100%}figcaption{text-align:center;font-size:.875rem;margin-top:.5rem;color:var(--cp-grey-text-light)}.cp-theme-dark figcaption{color:var(--cp-grey-text-dark)}.cp-browser-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;padding:0 1rem;z-index:9999;background-color:#0000004d}.cp-browser-dialog{padding:0;border-radius:.375rem;background:#fee7e7;max-width:750px;max-height:calc(100vh - 8rem);overflow-y:hidden;display:flex;flex-direction:column}.cp-browser-title{margin:1rem 1.125rem .5rem;font-size:1.5rem;font-weight:700;color:#7f1d1d;flex-basis:3rem}.cp-browser-content{margin:0 1.125rem 1rem;height:calc(100% - 5rem);overflow-y:auto}.cp-browser-content p{color:#7f1d1d}.cp-browser-content p:first-child{margin-top:0}.cp-browser-content p:last-child{margin-bottom:0}.cp-browser-content a.cp-browser-download-links{text-decoration:none}.cp-browser-content a.cp-browser-download-links .cp-browser-download-icon{float:left;width:3rem;height:3rem;margin-right:.375rem;transform:translateY(.125rem)}.cp-browser-content a.cp-browser-download-links .cp-browser-download-name{color:#006be6}.cp-browser-content a.cp-browser-download-links .cp-browser-download-description{color:#006be6;font-size:.875rem}.cp-browser-content ul.cp-browser-download{color:#7f1d1d;list-style:none;margin:0}.cp-browser-content ul.cp-browser-download li{display:inline-block;width:100%;height:3.25rem;margin:0;margin-bottom:.25rem;overflow-y:hidden}@media (min-width: 576px){.cp-browser-content ul.cp-browser-download li{width:50%}}@media (min-width: 768px){.cp-browser-content ul.cp-browser-download li{width:33%}}.cp-table-container{width:100%;height:100%;margin:0 auto;overflow-x:auto;overflow-y:hidden;border:var(--cp-border-light);border-radius:.5rem}.cp-theme-dark .cp-table-container{border:var(--cp-border-dark)}.cp-table-container.cp-table-width-limited{max-width:32rem;margin:0 auto}table{width:100%;border-collapse:collapse}table thead tr,table tbody tr{border-top:var(--cp-border-light);border-bottom:var(--cp-border-light)}table thead tr:first-child{border-top:none}table tbody tr:last-child{border-bottom:none}table th,table td{text-align:center;line-height:1.5;padding:.25rem;background-clip:padding-box}table th:first-child,table td:first-child{padding-left:.5rem}table th:last-child,table td:last-child{padding-right:.5rem}table th{font-size:.9375rem;font-weight:700;white-space:nowrap;color:var(--cp-grey-text-light)}table th sub,table th sup{color:var(--cp-grey-text-light)}@media (min-width: 768px){table th,table td{padding:.375rem}table th:first-child,table td:first-child{padding-left:.75rem}table th:last-child,table td:last-child{padding-right:.75rem}}.cp-theme-dark table tr{border-top:var(--cp-border-dark);border-bottom:var(--cp-border-dark)}.cp-theme-dark table th,.cp-theme-dark table th sub,.cp-theme-dark table th sup{color:var(--cp-grey-text-dark)}.cp-table-with-all-borders table tr th,.cp-table-with-all-borders table tr td{border-left:var(--cp-border-light);border-right:var(--cp-border-light)}.cp-table-with-all-borders table tr th:first-child,.cp-table-with-all-borders table tr td:first-child{padding-left:.25rem;border-left:none!important}.cp-table-with-all-borders table tr th:last-child,.cp-table-with-all-borders table tr td:last-child{padding-right:.25rem;border-right:none!important}.cp-table-with-all-borders table tr:hover td{border-left:.1rem solid rgb(220,220,220);border-right:.1rem solid rgb(220,220,220)}.cp-theme-dark .cp-table-with-all-borders table tr th,.cp-theme-dark .cp-table-with-all-borders table tr td{border-left:var(--cp-border-dark);border-right:var(--cp-border-dark)}.cp-theme-dark .cp-table-with-all-borders table tr:hover td{border-left:.1rem solid rgb(64,64,64);border-right:.1rem solid rgb(64,64,64)}.cp-table-without-hover-bg table tr:hover td{border-left:var(--cp-border-light);border-right:var(--cp-border-light);background-color:var(--cp-page-bg-light)}.cp-theme-dark .cp-table-without-hover-bg table tr:hover td{border-left:var(--cp-border-dark);border-right:var(--cp-border-dark);background-color:var(--cp-page-bg-dark)}table thead th{position:relative;z-index:2}table thead th:first-child{position:sticky;left:0;z-index:3}table tbody td:first-child{position:sticky;left:0;z-index:1}.cp-table-nosticky-column table thead th:first-child,.cp-table-nosticky-column table tbody td:first-child{position:inherit}table thead th,table tbody tr td:first-child{background-color:var(--cp-page-bg-light)}table tbody tr:hover td{background-color:#e5e7eb}.cp-theme-dark table thead th,.cp-theme-dark table tbody tr td:first-child{background-color:var(--cp-page-bg-dark)}.cp-theme-dark table tbody tr:hover td{background-color:#282828}table th.cp-table-col-numeric,table td.cp-table-col-numeric{text-align:right}table th.cp-table-col-numeric{min-width:100px}table th.cp-table-col-numeric.cp-table-col-num-small{min-width:0}table th.cp-table-col-icon,table td.cp-table-col-icon{padding-left:.375rem;width:65px}table th.cp-table-col-icon img,table td.cp-table-col-icon img{max-width:55px;border-radius:0}table th.cp-table-col-name,table td.cp-table-col-name{min-width:96px}table th.cp-table-col-description,table td.cp-table-col-description{text-align:left;padding-left:.75rem;padding-right:.75rem}table th.cp-table-col-description{min-width:150px}@media (min-width: 768px){table th.cp-table-col-icon,table td.cp-table-col-icon{width:75px}table th.cp-table-col-icon img,table td.cp-table-col-icon img{max-width:65px}}@media (min-width: 1280px){table th.cp-table-col-icon,table td.cp-table-col-icon{width:85px}table th.cp-table-col-icon img,table td.cp-table-col-icon img{max-width:75px}}table th figure.cp-img-container,table td figure.cp-img-container{margin:0}#cp-daily-cost-help-icon{display:none}.cp-icon{stroke:var(--cp-text-light);cursor:pointer}.cp-theme-dark .cp-icon{stroke:var(--cp-text-dark)}.cp-icon-property-key,.cp-icon-thead-key{stroke:var(--cp-grey-text-light)}.cp-theme-dark .cp-icon-property-key,.cp-theme-dark .cp-icon-thead-key{stroke:var(--cp-grey-text-dark)}.cp-icon-thead-key{margin-left:.1rem;transform:translateY(.25rem)}.cp-icon-sidebar-item{width:1.125rem;height:1.125rem;margin-left:.125rem;stroke:var(--cp-grey-text-light)}.cp-theme-dark .cp-icon-sidebar-item{stroke:var(--cp-grey-text-dark)}mjx-container{padding-bottom:.5rem;margin:1rem 0 .5rem!important;overflow-x:auto;vertical-align:-.25rem}mjx-container svg{margin:.25rem 0}blockquote{border-left:5px solid var(--cp-border-color-light);margin:1rem 0;padding-left:1.25rem;border-left-width:2px}blockquote p{margin:0}.cp-theme-dark blockquote{border-left:5px solid var(--cp-text-dark)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=search]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cp-color-gold{color:var(--cp-gold-color-light)}.cp-theme-dark .cp-color-gold{color:var(--cp-gold-color-dark)}.cp-color-legendary{color:var(--cp-legendary-color-light)}.cp-theme-dark .cp-color-legendary{color:var(--cp-legendary-color-dark)}.cp-toast-container{width:100%;height:0;display:flex;flex-direction:column;align-items:center;position:fixed;top:unset;bottom:-4rem;z-index:9999;transition:all .3s cubic-bezier(0,0,.2,1)}.cp-toast-container.cp-fixed-top{flex-direction:column-reverse;top:-4rem;bottom:unset}.cp-toast-container.cp-toast-show{bottom:1.5rem}.cp-toast-container.cp-fixed-top.cp-toast-show{top:4.5rem}.cp-toast{display:flex;align-items:center;margin:.5rem;padding:.375rem .5rem;border-radius:.5rem;position:relative;top:unset;bottom:0}.cp-toast-container.cp-fixed-top .cp-toast{top:0;bottom:unset}.cp-toast-info{color:var(--cp-info-text-light);background-color:var(--cp-info-bg-light);border:var(--cp-info-border-light)}.cp-theme-dark .cp-toast-info{color:var(--cp-info-text-dark);background-color:var(--cp-info-bg-dark);border:var(--cp-info-border-dark)}.cp-toast-success{color:var(--cp-success-text-light);background-color:var(--cp-success-bg-light);border:var(--cp-success-border-light)}.cp-theme-dark .cp-toast-success{color:var(--cp-success-text-dark);background-color:var(--cp-success-bg-dark);border:var(--cp-success-border-dark)}.cp-toast-warning{color:var(--cp-warning-text-light);background-color:var(--cp-warning-bg-light);border:var(--cp-warning-border-light)}.cp-theme-dark .cp-toast-warning{color:var(--cp-warning-text-dark);background-color:var(--cp-warning-bg-dark);border:var(--cp-warning-border-dark)}.cp-toast-error{color:var(--cp-error-text-light);background-color:var(--cp-error-bg-light);border:var(--cp-error-border-light)}.cp-theme-dark .cp-toast-error{color:var(--cp-error-text-dark);background-color:var(--cp-error-bg-dark);border:var(--cp-error-border-dark)}#cp-dialog-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:none;background-color:#0006;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);z-index:1999}body.cp-dialog-show #cp-dialog-overlay{display:block}body.cp-dialog-sidebar-left #cp-dialog-overlay,body.cp-dialog-sidebar-right #cp-dialog-overlay{top:4rem;z-index:950}#cp-sidebar-left{display:flex;flex-direction:column;padding:.75rem .5rem 0;width:240px;position:fixed;left:-240px;top:4rem;height:calc(var(--dvh) * 100 - 4rem);overflow-x:hidden;overflow-y:auto;z-index:1000;scrollbar-gutter:stable;background-color:var(--cp-page-bg-light);transition:left .3s cubic-bezier(0,0,.3,1)}.cp-theme-dark #cp-sidebar-left{background-color:var(--cp-page-bg-dark)}@media (min-width: 768px){#cp-sidebar-left{left:0}}@media (min-width: 768px){#cp-sidebar-left{z-index:900}}@media (min-width: 1612px){#cp-sidebar-left{left:calc(50% - 792px)}}#cp-sidebar-left-contents{margin-bottom:auto}.cp-sidebar-left-list{display:flex;flex-direction:column;margin:0 0 -.25rem;padding-left:0;width:224px;list-style:none}.cp-sidebar-left-list .cp-module-item{display:flex;padding:.5rem;line-height:1.75;width:100%;justify-content:space-between;font-size:1rem;border-radius:.25rem;border:none;cursor:pointer;background-color:var(--cp-page-bg-light);color:var(--cp-grey-text-light)}.cp-sidebar-left-list .cp-module-item a{width:100%;text-decoration:none;color:var(--cp-grey-text-light)}.cp-sidebar-left-list .cp-module-item .cp-sidebar-left-arrow{display:flex;justify-content:center;align-items:center;width:2rem;height:100%;background-color:var(--cp-page-bg-light)}.cp-sidebar-left-list .cp-module-item .cp-sidebar-left-arrow svg{width:1.125rem;stroke:var(--cp-grey-text-light);transition:transform .2s cubic-bezier(0,0,.3,1)}.cp-sidebar-left-list .cp-module-item:hover,.cp-sidebar-left-list .cp-module-item:focus{border-radius:.25rem;background-color:var(--cp-grey-bg-light);text-decoration:none}.cp-sidebar-left-list .cp-module-item:hover div,.cp-sidebar-left-list .cp-module-item:focus div{background-color:var(--cp-grey-bg-light)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item{background-color:var(--cp-page-bg-dark);color:var(--cp-grey-text-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item a{color:var(--cp-grey-text-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item .cp-sidebar-left-arrow{background-color:var(--cp-page-bg-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item .cp-sidebar-left-arrow svg{stroke:var(--cp-grey-text-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item:hover,.cp-theme-dark .cp-sidebar-left-list .cp-module-item:focus{background-color:var(--cp-grey-bg-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item:hover div,.cp-theme-dark .cp-sidebar-left-list .cp-module-item:focus div{background-color:var(--cp-grey-bg-dark)}.cp-sidebar-left-list .cp-module-item.cp-module-item-active{font-weight:700;color:var(--cp-primary-light);background-color:var(--cp-secondary-light)}.cp-sidebar-left-list .cp-module-item.cp-module-item-active a,.cp-sidebar-left-list .cp-module-item.cp-module-item-active div{color:var(--cp-primary-light);background-color:var(--cp-secondary-light)}.cp-sidebar-left-list .cp-module-item.cp-module-item-active .cp-sidebar-left-arrow svg{stroke:var(--cp-primary-light)}.cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover,.cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus{color:#0a1c9e;background-color:#d2e1fe}.cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover a,.cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus a{color:#0a1c9e;background-color:#d2e1fe}.cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover .cp-sidebar-left-arrow,.cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus .cp-sidebar-left-arrow{background-color:#d2e1fe}.cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover .cp-sidebar-left-arrow svg,.cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus .cp-sidebar-left-arrow svg{stroke:#0a1c9e}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active a,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active div{color:var(--cp-primary-dark);background-color:var(--cp-secondary-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active .cp-sidebar-left-arrow svg{stroke:var(--cp-primary-dark)}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus{color:#c9e4ff;background-color:#2f3b43}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover a,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus a{color:#c9e4ff;background-color:#2f3b43}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover .cp-sidebar-left-arrow,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus .cp-sidebar-left-arrow{background-color:#2f3b43}.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:hover .cp-sidebar-left-arrow svg,.cp-theme-dark .cp-sidebar-left-list .cp-module-item.cp-module-item-active:focus .cp-sidebar-left-arrow svg{stroke:#c9e4ff}.cp-sidebar-left-list .cp-module-item.cp-module-item-with-arrow{padding-top:0;padding-bottom:0;padding-right:0}.cp-sidebar-left-list .cp-module-item.cp-module-item-with-arrow a{display:flex;align-items:center}.cp-sidebar-left-list .cp-module-item.cp-module-item-with-arrow .cp-sidebar-left-arrow{width:2.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.cp-sidebar-left-list li{margin:0 0 .25rem;display:grid;grid-template-rows:2.75rem 0fr;transition:grid-template-rows .2s cubic-bezier(0,0,.3,1);overflow-y:hidden}.cp-sidebar-left-list li ul{min-height:0;height:auto;padding-left:.75rem;margin:0 0 0 1rem;list-style:none;border-left:var(--cp-border-light);transition:margin .3s cubic-bezier(0,0,.3,1)}.cp-sidebar-left-list li ul li{margin:0}.cp-sidebar-left-list li:last-child{margin:0}.cp-theme-dark .cp-sidebar-left-list li ul{border-left:var(--cp-border-dark)}.cp-sidebar-left-list li.cp-module-sublist-expanded{grid-template-rows:2.75rem 1fr}.cp-sidebar-left-list li.cp-module-sublist-expanded ul{margin:.25rem 0 .25rem 1rem}.cp-sidebar-left-list li.cp-module-sublist-expanded svg{transform:rotate(90deg)}#cp-sidebar-left-settings{margin-bottom:1rem}.cp-toc-bottom-line{margin:.75rem .5rem;border:.05rem solid var(--cp-border-color-light)}.cp-theme-dark .cp-toc-bottom-line{border:.05rem solid var(--cp-border-color-dark)}.cp-dialog-background{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;border-radius:.375rem;width:100%;height:calc(var(--dvh) * 100);overflow:hidden;background-color:transparent;z-index:2000;transform:scale(0);transition:transform .3s cubic-bezier(0,0,.2,1)}body.cp-dialog-show .cp-dialog-background.cp-dialog-active{transform:scale(1)}.cp-dialog-container{width:92%;max-width:728px;grid-template-rows:4.5rem 0fr 4.5rem;max-height:85%;display:grid;background-color:var(--cp-page-bg-light);border:.375rem solid var(--cp-page-bg-light);border-radius:.375rem}body.cp-dialog-show .cp-dialog-background.cp-dialog-active .cp-dialog-container{grid-template-rows:1fr auto 4.5rem}.cp-theme-dark .cp-dialog-container{background-color:var(--cp-page-bg-dark);border:.375rem solid var(--cp-page-bg-dark)}@media (min-width: 768px){.cp-dialog-container{width:85%;max-height:70%}}@media (min-width: 1440px){.cp-dialog-container{max-height:55%}}.cp-dialog-title{box-sizing:content-box;font-size:1.5rem;font-weight:500;padding:1.2rem;background-color:inherit;display:flex;align-items:center}.cp-dialog-content{padding:0 1.2rem;flex:1;overflow-y:auto;color:#334155}.cp-theme-dark .cp-dialog-content{color:#a2a9b4}.cp-dialog-content p:first-child,.cp-dialog-content ul:first-child,.cp-dialog-content ol:first-child,.cp-dialog-content h1:first-child,.cp-dialog-content h2:first-child,.cp-dialog-content h3:first-child,.cp-dialog-content h4:first-child,.cp-dialog-content h5:first-child,.cp-dialog-content h6:first-child{margin-top:0}.cp-dialog-content p:last-child,.cp-dialog-content ul:last-child,.cp-dialog-content ol:last-child,.cp-dialog-content h1:last-child,.cp-dialog-content h2:last-child,.cp-dialog-content h3:last-child,.cp-dialog-content h4:last-child,.cp-dialog-content h5:last-child,.cp-dialog-content h6:last-child{margin-bottom:0}@media (min-width: 1024px){.cp-dialog-content::-webkit-scrollbar{display:block!important}}.cp-dialog-footer{box-sizing:content-box;padding:1.2rem;height:2.3rem;background-color:inherit;display:flex;justify-content:flex-end}.btn-dialog-secondary{margin-right:1rem}.cp-sidebar-right-toc{margin-bottom:auto;width:224px}.cp-sidebar-right-toc ul{margin:0;padding-left:0}.cp-sidebar-right-toc li{list-style:none}.cp-sidebar-right-toc li ul{margin-left:1rem}.cp-sidebar-right-toc button{font-weight:400}.cp-toc-scroll-to-top a{cursor:pointer}#cp-sidebar-right{display:flex;flex-direction:column;list-style:none;padding:.5rem .5rem 0;width:240px;position:fixed;right:-240px;top:4rem;height:calc(var(--dvh) * 100 - 4rem);overflow-x:hidden;overflow-y:auto;z-index:1000;scrollbar-gutter:stable;background-color:var(--cp-page-bg-light);transition:right .3s cubic-bezier(0,0,.3,1)}#cp-sidebar-right li{margin:0}#cp-sidebar-right a,#cp-sidebar-right button{display:flex;align-items:center;text-align:left;padding:.5rem;border:none;background-color:var(--cp-page-bg-light);color:var(--cp-grey-text-light)}#cp-sidebar-right a:hover,#cp-sidebar-right a:focus,#cp-sidebar-right button:hover,#cp-sidebar-right button:focus{border-radius:.25rem;background-color:var(--cp-grey-bg-light)}#cp-sidebar-right a:hover,#cp-sidebar-right a:focus{text-decoration:none}#cp-sidebar-right button{line-height:1.75;width:100%;justify-content:flex-start;font-size:1rem}.cp-theme-dark #cp-sidebar-right{background-color:var(--cp-page-bg-dark)}.cp-theme-dark #cp-sidebar-right a,.cp-theme-dark #cp-sidebar-right button{background-color:var(--cp-page-bg-dark);color:var(--cp-grey-text-dark)}.cp-theme-dark #cp-sidebar-right a:hover,.cp-theme-dark #cp-sidebar-right a:focus,.cp-theme-dark #cp-sidebar-right button:hover,.cp-theme-dark #cp-sidebar-right button:focus{background-color:var(--cp-grey-bg-dark)}@media (min-width: 1280px){#cp-sidebar-right{right:0rem}}@media (min-width: 1612px){#cp-sidebar-right{right:calc(50% - 792px)}}.cp-sidebar-right-title{margin:0;line-height:1.5rem;padding:.375rem .5rem;font-weight:700}#cp-nav-container{width:100%;height:4rem;position:fixed;top:0;z-index:1050;background-color:#ffffffd9;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);border-bottom:var(--cp-border-light)}.cp-theme-dark #cp-nav-container{background-color:#202020d9;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);border-bottom:var(--cp-border-dark)}body.cp-dialog-show #cp-nav-container{background-color:var(--cp-page-bg-light)}body.cp-theme-dark.cp-dialog-show #cp-nav-container{background-color:var(--cp-page-bg-dark)}#cp-nav-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1600px;height:3.875rem;position:absolute;top:0;left:0;margin-left:.25rem}@media (min-width: 768px){#cp-nav-header{margin-left:.25rem}}@media (min-width: 1612px){#cp-nav-header{margin-left:calc(50% - 788px)}}#cp-site-name{font-size:1.125rem;font-weight:700;line-height:1.5rem}.cp-nav-icon{width:3rem;height:3rem;margin:0;padding:0;border:0;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--cp-border-light);-webkit-user-select:none;user-select:none}.cp-nav-icon:hover,.cp-nav-icon:hover svg,.cp-nav-icon :hover{cursor:pointer;background-color:var(--cp-grey-bg-light)}.cp-nav-icon:focus{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-nav-icon{background-color:var(--cp-border-dark)}.cp-theme-dark .cp-nav-icon:hover,.cp-theme-dark .cp-nav-icon:hover svg,.cp-theme-dark .cp-nav-icon :hover{background-color:var(--cp-grey-bg-dark)}.cp-theme-dark .cp-nav-icon:focus{outline:.1rem solid var(--cp-primary-dark)}.cp-nav-icon svg{width:1.5rem;height:1.5rem}#cp-head-left{display:flex;align-items:center}#cp-site-menu-btn{width:48px;overflow:hidden;transition:width .3s cubic-bezier(0,0,.2,1)}#cp-site-name{margin-left:0}@media (min-width: 768px){#cp-site-menu-btn{width:0}#cp-site-name{margin-left:.875rem}}#cp-head-right{display:flex;position:relative;right:.5rem}@media (min-width: 768px){#cp-head-right{right:.75rem}}@media (min-width: 1280px){#cp-head-right{width:228px}}@media (min-width: 1600px){#cp-head-right{right:1.75rem}}#cp-toc-btn{width:48px;overflow:hidden;transition:width .3s cubic-bezier(0,0,.2,1)}@media (min-width: 1280px){#cp-toc-btn{width:0}}#cp-notification-btn{position:relative}#cp-notification-new{display:none;width:1rem;height:1rem;font-size:1rem;line-height:1;position:absolute;top:.375rem;right:.5rem;border-radius:50%;color:#fff;background-color:#dc3c3c;z-index:2000}.cp-theme-dark #cp-notification-new{color:#000;background-color:#ffdab9}#cp-search-input-container form{display:flex;position:relative}#cp-search-input{width:100%;margin-top:.25rem;padding:.375rem 2.375rem .375rem .625rem;border-radius:.5rem;border:none;font-size:1rem;background-color:#0000000d;color:#111827}#cp-search-input::placeholder{color:var(--cp-grey-text-light)}#cp-search-input:focus{background-color:var(--cp-page-bg-light);outline:.125rem solid var(--cp-text-light)}.cp-theme-dark #cp-search-input{background-color:#f9fafb1a;color:#d1d5db}.cp-theme-dark #cp-search-input::placeholder{color:var(--cp-grey-text-dark)}.cp-theme-dark #cp-search-input:focus{background-color:var(--cp-page-bg-dark);outline:.125rem solid var(--cp-text-dark)}#cp-search-clear-btn{display:none;height:2.5rem;position:absolute;top:.25rem;right:0;border:none;background-color:transparent}#cp-search-clear-btn svg{width:1.25rem}#cp-search-clear-btn.cp-btn-visible{display:block}#cp-search-input-tip{margin-top:1.25rem}.cp-breadcrumb-item{display:flex;align-items:center;margin-right:.5rem}.cp-breadcrumb-item:last-child{margin-right:0}.cp-breadcrumb-text{margin-right:.5rem;white-space:nowrap}.cp-breadcrumb-text a{color:var(--cp-grey-text-light)}.cp-theme-dark .cp-breadcrumb-text a{color:var(--cp-grey-text-dark)}.cp-breadcrumb-item:last-child .cp-breadcrumb-text span{color:#373d51;font-weight:700}.cp-theme-dark .cp-breadcrumb-item:last-child .cp-breadcrumb-text span{color:#f3f4f6}.cp-breadcrumb-icon{display:flex;align-items:center;width:1rem}.cp-breadcrumb-icon svg{stroke:var(--cp-grey-text-light)!important}.cp-theme-dark .cp-breadcrumb-icon svg{stroke:var(--cp-grey-text-light)!important}#cp-breadcrumb{display:flex;overflow-x:auto;margin:1rem 0 .5rem}.cp-select{position:relative;margin-left:0}.cp-select-button{width:100%;min-height:2.25rem;font-size:1rem;display:flex;justify-content:space-between;border-radius:.375rem;border:none;background-color:var(--cp-page-bg-light);box-shadow:#fff 0 0 inset,var(--cp-border-color-light) 0 0 0 1px inset,#0000 0 0}.cp-theme-dark .cp-select-button{background-color:var(--cp-page-bg-dark);box-shadow:#000 0 0 inset,var(--cp-border-color-dark) 0 0 0 1px inset,#fff0 0 0}.cp-select-button:focus{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-select-button:focus{outline:.1rem solid var(--cp-primary-dark)}.cp-select-button-icon{display:flex;align-items:center;position:relative;top:.125rem;left:.25rem}.cp-select-dropdowns{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2.5rem;right:0;width:100%;margin:.375rem 0 0;padding:0;z-index:100;border-radius:.375rem;box-shadow:#fff 0 0 inset,var(--cp-border-color-light) 0 0 0 1px inset,#0000 0 0;background-color:var(--cp-page-bg-light)}.cp-select-dropdowns ul{margin:0;min-height:0;overflow:hidden;border-radius:.375rem}.cp-select.cp-select-expand .cp-select-dropdowns{grid-template-rows:1fr}.cp-theme-dark .cp-select-dropdowns{box-shadow:#000 0 0 inset,var(--cp-border-color-dark) 0 0 0 1px inset,#fff0 0 0;background-color:var(--cp-page-bg-dark)}.cp-select-container{display:flex;flex-wrap:wrap;margin:1rem 0;justify-content:space-between}@media (max-width: 359.99px){.cp-select-container{display:block}}.cp-select-title{display:flex;align-items:center;text-align:left;font-weight:700;color:#4b5563;margin:.5rem 0}.cp-theme-dark .cp-select-title{color:#afb4b9}.cp-select-description{margin-top:1rem;width:100%}.cp-select-item{list-style:none;height:2.75rem;display:flex;align-items:center;margin:0;padding:.5rem .75rem;cursor:pointer}.cp-select-item .cp-select-item-text{display:inline-block;width:calc(100% - 1.5rem)}.cp-select-item .cp-select-item-check{display:none;transform:translate(6px,-1px)}.cp-select-item .cp-select-item-check svg{stroke:none;fill:var(--cp-text-light);position:relative;top:.25rem}.cp-select-item.cp-select-item-active .cp-select-item-text{font-weight:700;transform:translate(1px)}.cp-select-item.cp-select-item-active .cp-select-item-check{display:inherit}.cp-theme-dark .cp-select-item-check svg{fill:var(--cp-text-dark)}.cp-select-item:hover,.cp-select-item:focus{background-color:var(--cp-primary-light)}.cp-select-item:hover .cp-select-item-text,.cp-select-item:focus .cp-select-item-text{color:#f0f0f0}.cp-select-item:hover .cp-select-item-check svg,.cp-select-item:focus .cp-select-item-check svg{fill:#f0f0f0}.cp-theme-dark .cp-select-item:hover,.cp-theme-dark .cp-select-item:focus{background-color:var(--cp-primary-dark)}.cp-theme-dark .cp-select-item:hover .cp-select-item-text,.cp-theme-dark .cp-select-item:focus .cp-select-item-text{color:#202020}.cp-theme-dark .cp-select-item:hover .cp-select-item-check svg,.cp-theme-dark .cp-select-item:focus .cp-select-item-check svg{fill:#202020}#cp-gp-discount-container{display:flex;margin-top:.75rem}@media (min-width: 1024px){#cp-gp-discount-container{margin-top:0}}#cp-gp-discount-title{display:flex;align-items:center;margin-left:auto;color:#111827}.cp-theme-dark #cp-gp-discount-title{color:#e6ebee}#cp-gp-select{margin-left:.25rem}.cp-top-nav{display:block;margin:.375rem 0 0}.cp-top-nav .cp-select-container{display:flex;justify-content:flex-end;align-items:center;margin:0}.cp-top-nav .cp-select-title{font-weight:400;color:var(--cp-grey-text-light)}.cp-top-nav .cp-select{margin:0!important}.cp-theme-dark .cp-top-nav .cp-select-title{color:var(--cp-grey-text-dark)}@media (min-width: 1024px){.cp-top-nav{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.cp-top-nav .cp-select-container{margin:0}}main{width:100%;margin:0;padding-left:1rem;padding-right:1rem;padding-top:4rem}.cp-theme-dark main{background-color:var(--cp-page-bg-dark)}@media (min-width: 768px){main{padding-left:272px}}@media (min-width: 1280px){main{padding-right:272px}}@media (min-width: 1632px){main{padding-left:calc(50% - 528px);padding-right:calc(50% - 528px)}}#cp-footer{font-size:.875rem;text-align:center;margin:1.5rem auto}.cp-loading-icon{width:5rem;height:4rem;display:none;justify-content:center;align-items:center;position:fixed;top:calc(50% - 2.5rem);left:calc(50% - 2rem);z-index:9999;border-radius:.5rem}.cp-callout{display:flex;padding:.5rem .75rem;margin:1rem 0;border-radius:.5rem}.cp-callout a{color:#005fcc;text-decoration:underline;border-radius:.25rem;padding:.25rem .125rem}.cp-callout a:hover,.cp-callout a:focus{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-callout a{color:#87ceeb}.cp-theme-dark .cp-callout a:focus{outline:.1rem solid var(--cp-primary-dark)}.cp-callout-icon{font-size:1.125rem;margin-right:.25rem;transform:translateY(-.125rem)}.cp-callout-content,.cp-callout-content p,.cp-callout-content div,.cp-callout-content ul,.cp-callout-content li{color:var(--cp-info-text-light)}.cp-callout-content p,.cp-callout-content div,.cp-callout-content ul{margin-top:0;margin-bottom:0}.cp-callout-content li{margin-top:.25rem;margin-bottom:.25rem}.cp-theme-dark .cp-callout-content,.cp-theme-dark .cp-callout-content p,.cp-theme-dark .cp-callout-content div,.cp-theme-dark .cp-callout-content ul,.cp-theme-dark .cp-callout-content li{color:var(--cp-info-text-dark)}.cp-callout-info{background-color:var(--cp-info-bg-light);border:var(--cp-info-border-light)}.cp-theme-dark .cp-callout-info{background-color:var(--cp-info-bg-dark);border:var(--cp-info-border-dark)}.cp-callout-success{background-color:var(--cp-success-bg-light);border:var(--cp-success-border-light)}.cp-callout-success .cp-callout-content,.cp-callout-success .cp-callout-content p,.cp-callout-success .cp-callout-content div,.cp-callout-success .cp-callout-content li{color:var(--cp-success-text-light)}.cp-theme-dark .cp-callout-success{background-color:var(--cp-success-bg-dark);border:var(--cp-success-border-dark)}.cp-theme-dark .cp-callout-success .cp-callout-content,.cp-theme-dark .cp-callout-success .cp-callout-content p,.cp-theme-dark .cp-callout-success .cp-callout-content div,.cp-theme-dark .cp-callout-success .cp-callout-content li{color:var(--cp-success-text-dark)}.cp-callout-warning{background-color:var(--cp-warning-bg-light);border:var(--cp-warning-border-light)}.cp-callout-warning .cp-callout-content,.cp-callout-warning .cp-callout-content p,.cp-callout-warning .cp-callout-content div,.cp-callout-warning .cp-callout-content li{color:var(--cp-warning-text-light)}.cp-theme-dark .cp-callout-warning{background-color:var(--cp-warning-bg-dark);border:var(--cp-warning-border-dark)}.cp-theme-dark .cp-callout-warning .cp-callout-content,.cp-theme-dark .cp-callout-warning .cp-callout-content p,.cp-theme-dark .cp-callout-warning .cp-callout-content div,.cp-theme-dark .cp-callout-warning .cp-callout-content li{color:var(--cp-warning-text-dark)}.cp-callout-error{background-color:var(--cp-error-bg-light);border:var(--cp-error-border-light)}.cp-callout-error .cp-callout-content,.cp-callout-error .cp-callout-content p,.cp-callout-error .cp-callout-content div,.cp-callout-error .cp-callout-content li{color:var(--cp-error-text-light)}.cp-theme-dark .cp-callout-error{background-color:var(--cp-error-bg-dark);border:var(--cp-error-border-dark)}.cp-theme-dark .cp-callout-error .cp-callout-content,.cp-theme-dark .cp-callout-error .cp-callout-content p,.cp-theme-dark .cp-callout-error .cp-callout-content div,.cp-theme-dark .cp-callout-error .cp-callout-content li{color:var(--cp-error-text-dark)}.cp-callout.cp-callout-post-mark{transform:translateY(-.5rem)}.cp-callout.cp-callout-old-browser{margin-bottom:-.5rem}.cp-post-details{display:flex;align-items:center;font-size:.875rem;margin:1rem 0;color:var(--cp-grey-text-light);transform:translateY(-.5rem);overflow-x:auto;overflow-y:hidden}.cp-theme-dark .cp-post-details{color:var(--cp-grey-text-dark)}.cp-post-detail{display:flex;flex-shrink:0;align-items:center;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-post-detail{color:var(--cp-grey-text-dark)}.cp-post-detail:after{content:"·";font-size:1.25rem;margin:0 .375rem}.cp-post-detail:last-child:after{content:none}.cp-post-detail-author{display:flex;align-items:center;text-decoration:none!important}.cp-post-detail-author .cp-post-detail-author-avatar{display:flex;justify-content:center;text-decoration:none;width:1.5rem;height:1.5rem;margin:0;margin-right:.25rem}.cp-post-detail-author .cp-post-detail-author-avatar img{max-width:1.5rem;max-height:1.5rem;border-radius:50%}.cp-post-detail-author .cp-post-detail-author-name{color:var(--cp-grey-text-light)}.cp-post-detail-author:hover .cp-post-detail-author-name,.cp-post-detail-author:focus .cp-post-detail-author-name{text-decoration:underline}.cp-theme-dark .cp-post-detail-author .cp-post-detail-author-name{color:var(--cp-grey-text-dark)}.cp-top-callout{margin-bottom:-.5rem}.cp-tabs-container{background-color:var(--cp-page-bg-light);margin:1rem 0}body.cp-theme-dark .cp-tabs-container{background-color:var(--cp-page-bg-dark)}.cp-tabs-container.cp-sticky-tabs{position:sticky;top:4rem;z-index:20}.cp-tabs-container.cp-sticky-tabs{background-color:#ffffffd9;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}.cp-theme-dark .cp-tabs-container.cp-sticky-tabs{background-color:#202020d9;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}body.cp-dialog-show .cp-tabs-container.cp-sticky-tabs{background-color:var(--cp-page-bg-light)}body.cp-theme-dark.cp-dialog-show .cp-tabs-container.cp-sticky-tabs{background-color:var(--cp-page-bg-dark)}.cp-tabs-container.cp-average-tabs .cp-tab{flex:1;transition:flex .3s cubic-bezier(0,0,.2,1)}@media (min-width: 576px){.cp-tabs-container.cp-average-tabs .cp-tab{flex:0}}.cp-tabs{display:flex;overflow-x:auto;overflow-y:hidden;padding-bottom:.125rem}.cp-tabs-bottom-line{width:100%;height:.1rem;position:relative;bottom:.1875rem;background-color:#e5e5e5b3;z-index:-1}.cp-theme-dark .cp-tabs-bottom-line{background-color:#e0f3ff1a}.cp-tab{flex-shrink:0;padding:0 .5rem;margin-right:.5rem;background-color:inherit;min-width:3rem;height:2.75rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-user-select:none;user-select:none}.cp-tab:hover,.cp-tab:focus{background-color:var(--cp-grey-bg-light)}.cp-theme-dark .cp-tab:hover,.cp-theme-dark .cp-tab:focus{background-color:var(--cp-grey-bg-dark)}@media (min-width: 1024px){.cp-tab{min-width:4rem}}.cp-tab.cp-tab-active{color:var(--cp-primary-light)}.cp-theme-dark .cp-tab.cp-tab-active{color:var(--cp-primary-dark)}.cp-tab-bottom{width:calc(100% + 1rem);height:2px;margin-top:.75rem;z-index:1}.cp-tab.cp-tab-active .cp-tab-bottom{border-bottom:2px solid var(--cp-primary-light)}.cp-theme-dark .cp-tab.cp-tab-active .cp-tab-bottom{border-bottom:2px solid var(--cp-primary-dark)}button.cp-tab{border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.cp-small-subtitle{font-size:1rem;font-weight:700;margin:1rem .125rem;padding-bottom:0;color:#4b5563}.cp-theme-dark .cp-small-subtitle{color:#afb4b9}h2.cp-small-subtitle,h3.cp-small-subtitle,h4.cp-small-subtitle,h5.cp-small-subtitle,h6.cp-small-subtitle{border:none}.cp-units-container .cp-small-subtitle{margin:0 0 1rem .125rem}figure.cp-img-container{text-align:center;margin:1rem 0}figure.cp-img-container img{max-width:min(750px,100%);border-radius:.5rem;object-fit:scale-down}figure.cp-img-container figcaption{margin-top:.25rem}figure.cp-img-container.cp-img-float-right{float:right;margin:0 0 0 .5rem;background-color:var(--cp-page-bg-light)}figure.cp-img-container.cp-img-float-right img{border-radius:0}.cp-theme-dark figure.cp-img-container.cp-img-float-right{background-color:var(--cp-page-bg-dark)}figure.cp-img-container.cp-img-troop-matching{overflow-x:auto}figure.cp-img-container.cp-img-troop-matching img{width:auto;height:100px;max-width:none}figure.cp-video-container{text-align:center;margin:1rem 0}figure.cp-video-container video{max-width:min(750px,100%);border-radius:.5rem;aspect-ratio:1.77778/1}figure.cp-video-container figcaption{margin-top:.25rem}.cp-panel{display:grid;margin:1rem 0;background-color:#f5f5f5;grid-template-rows:3.25rem 0fr;transition:grid-template-rows .2s cubic-bezier(0,0,.2,1)}.cp-panel.cp-panel-expanded{grid-template-rows:3.25rem 1fr}.cp-panel,.cp-panel-title,.cp-panel-content{border-radius:.5rem}.cp-theme-dark .cp-panel{background-color:#282828}.cp-panel-title:active{cursor:pointer;background-color:#ebebeb}.cp-theme-dark .cp-panel-title:active{background-color:#303030}.cp-panel-title:focus{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-panel-title:focus{outline:.1rem solid var(--cp-primary-dark)}.cp-panel-title{display:flex;align-items:center;padding:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.cp-panel-title-arrow{display:flex;align-items:center;width:1rem;margin-right:.5rem;transition:transform .2s cubic-bezier(0,0,.2,1)}.cp-panel-title-text{font-size:1rem}.cp-panel.cp-panel-expanded .cp-panel-title-arrow{transform:rotate(90deg)}.cp-panel .cp-panel-content{overflow:hidden;padding:0 1rem;min-height:0;transition:padding .2s cubic-bezier(0,0,.2,1)}.cp-panel .cp-panel-content p:first-child,.cp-panel .cp-panel-content ul:first-child,.cp-panel .cp-panel-content ol:first-child{margin-top:0}.cp-panel .cp-panel-content p:last-child,.cp-panel .cp-panel-content ul:last-child,.cp-panel .cp-panel-content ol:last-child{margin-bottom:0}.cp-panel.cp-panel-expanded .cp-panel-content{padding:.75rem 1rem}.cp-p-center{display:block;margin:1rem 0;text-align:center;font-weight:700}.cp-p-caption{text-align:center;font-size:.875rem;margin-top:.5rem;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-p-caption{color:var(--cp-grey-text-dark)}figure.cp-img-resource-icon{display:inline-block;width:1.25rem;margin:0}figure.cp-img-resource-icon img{height:1.125rem;float:left;vertical-align:baseline;border-radius:0}.cp-unit-property-key .cp-img-resource-icon img,.cp-unit-property-value .cp-img-resource-icon img,table .cp-img-resource-icon img{position:relative;top:.125rem}.cp-unit-info{text-align:center;margin:.75rem 0}.cp-unit-info p{font-weight:700}.cp-unit-info-media{display:flex;justify-content:center;align-items:center;height:240px}.cp-unit-info-media img{width:auto;height:auto}.cp-unit-info-media-sm{height:160px}@media (min-width: 768px){.cp-unit-info-media{height:300px}.cp-unit-info-media-sm{height:200px}}.unit-img-group{border-bottom:.1rem solid rgb(205,205,205)}.unit-img-group:last-child{border-bottom:none}.unit-img-group-title{margin-left:.75rem;margin-bottom:.25rem;margin-top:.5rem}.unit-img-group:first-child .unit-img-group-title{margin-top:0}.unit-img-group-content{display:flex;flex-wrap:wrap;margin-bottom:.5rem;justify-content:space-between}.unit-img-group:last-child .unit-img-group-content{margin-bottom:0rem}@media (min-width: 768px){.unit-img-group-content{margin-right:-.25rem}}.cp-unit-img-item-placeholder{margin-bottom:0!important;height:0!important;min-height:0!important}.cp-unit-img-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:5rem;min-height:6rem;margin-right:.5rem;margin-bottom:.5rem}@media (min-width: 768px){.cp-unit-img-item{margin-right:.75rem;margin-bottom:.75rem}}.cp-unit-img-title{margin-bottom:.125rem}.cp-unit-img{width:auto;height:auto;max-width:5rem;max-height:6rem}.cp-unit-properties{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));border-radius:.5rem;overflow:hidden;border:var(--cp-border-light)}@media (min-width: 576px){.cp-unit-properties{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1280px){.cp-unit-properties{grid-template-columns:repeat(3,minmax(0,1fr))}}.cp-theme-dark .cp-unit-properties{border:var(--cp-border-dark)}.cp-unit-property{display:flex;position:relative;top:.1rem;left:.1rem;border-bottom:var(--cp-border-light);border-right:var(--cp-border-light)}.cp-unit-property .cp-img-container{margin-left:.125rem}.cp-theme-dark .cp-unit-property{border-bottom:var(--cp-border-dark);border-right:var(--cp-border-dark)}.cp-unit-property-key{font-size:.9375rem;font-weight:700;padding:.375rem .375rem .375rem .625rem;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-unit-property-key{color:var(--cp-grey-text-dark)}.cp-unit-property-key,.cp-unit-property-value{display:flex;align-items:center;flex-wrap:wrap}.cp-unit-property-key{width:45%}.cp-unit-property-value{width:55%;padding:.375rem .625rem .375rem .375rem}.cp-gp-item .cp-gp-discount-0,.cp-gp-item .cp-gp-discount-10,.cp-gp-item .cp-gp-discount-15,.cp-gp-item .cp-gp-discount-20{display:none}.cp-gp-item .cp-gp-discount-10,.cp-gp-item .cp-gp-discount-15,.cp-gp-item .cp-gp-discount-20{color:var(--cp-gold-color-light)}.cp-theme-dark .cp-gp-item .cp-gp-discount-10,.cp-theme-dark .cp-gp-item .cp-gp-discount-15,.cp-theme-dark .cp-gp-item .cp-gp-discount-20{color:var(--cp-gold-color-dark)}.cp-gp-item .cp-gp-showing-value{display:block}.cp-gp-type-dailyCost .cp-gp-discount-10,.cp-gp-type-dailyCost .cp-gp-discount-15,.cp-gp-type-dailyCost .cp-gp-discount-20{color:inherit}.cp-unit-property-donation-cost-line{width:100%}.cp-upgrade-table a{white-space:nowrap;line-height:2.25}.cp-table-district-level thead th:first-child,.cp-table-district-level tbody td:first-child{border-right:var(--cp-border-light)}.cp-theme-dark .cp-table-district-level thead th:first-child,.cp-theme-dark .cp-table-district-level tbody td:first-child{border-right:var(--cp-border-dark)}@media (min-width: 576px){.cp-table-district-level thead th:first-child,.cp-table-district-level tbody td:first-child{white-space:nowrap}}.cp-table-district-level tbody tr:hover td:first-child{border-right:.1rem solid rgb(220,220,220)}.cp-theme-dark .cp-table-district-level tbody tr:hover td:first-child{border-right:.1rem solid rgb(64,64,64)}.cp-table-district-level thead th:first-child{width:6.5rem;min-width:6.5rem;height:4.5rem;border-right:var(--cp-border-light)}.cp-table-district-level thead th:first-child span{color:var(--cp-grey-text-light);line-height:1.25rem}.cp-table-district-level thead th:first-child .cp-district-title-left{position:absolute;left:.5rem;bottom:.25rem}.cp-table-district-level thead th:first-child .cp-district-title-right{position:absolute;top:.125rem;right:.25rem;text-align:right}.cp-table-district-level thead th:first-child .cp-district-title-slash{position:absolute;display:block;top:0;left:0;width:7.906rem;height:.1rem;background-color:var(--cp-border-color-light);transform:rotate(34.64deg);transform-origin:top left}@media (min-width: 576px){.cp-table-district-level thead th:first-child{width:7.5rem;min-width:7.5rem;height:4.75rem}.cp-table-district-level thead th:first-child .cp-district-title-left{left:.625rem;bottom:.375rem}.cp-table-district-level thead th:first-child .cp-district-title-right{top:.25rem;right:.375rem}.cp-table-district-level thead th:first-child .cp-district-title-slash{width:8.817rem;transform:rotate(31.89deg)}}.cp-theme-dark .cp-table-district-level thead th:first-child{border-right:var(--cp-border-dark)}.cp-theme-dark .cp-table-district-level thead th:first-child span{color:var(--cp-grey-text-dark)}.cp-theme-dark .cp-table-district-level thead th:first-child .cp-district-title-slash{background-color:var(--cp-border-color-dark)}.cp-upgrade-building-num{overflow-x:auto;border:var(--cp-border-light);border-radius:.5rem}.cp-upgrade-building-num table{border-radius:.5rem}.cp-upgrade-building-num table tbody tr:hover td{background-color:var(--cp-page-bg-light)}.cp-upgrade-building-num table tbody tr:first-child{border-top:none}.cp-upgrade-building-num table tbody td{white-space:nowrap}.cp-upgrade-building-num table tbody td:first-child{font-weight:700;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-upgrade-building-num{border:var(--cp-border-dark)}.cp-theme-dark .cp-upgrade-building-num table tbody tr:hover td{background-color:var(--cp-page-bg-dark)}.cp-theme-dark .cp-upgrade-building-num table tbody td:first-child{color:var(--cp-grey-text-dark)}@media (max-width: 576px){.cp-upgrade-building-num table tbody td:first-child{min-width:7.5rem;white-space:normal}}.cp-timeline{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));margin-left:0;margin-bottom:-1rem}@media (min-width: 1024px){.cp-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}.cp-timeline-list-item{position:relative;list-style:none;margin:0 0 1rem;padding:.5rem 1rem .75rem;border-radius:.5rem;border:var(--cp-border-light)}.cp-theme-dark .cp-timeline-list-item{border:var(--cp-border-dark)}@media (min-width: 1024px){.cp-timeline-list-item:nth-child(odd){margin:0 1rem 1rem 0}.cp-timeline-list-item:nth-child(2n){margin:0 0 1rem}}.cp-timeline-date{font-weight:700;margin-bottom:.25rem}.cp-timeline-content ul{margin:0 0 0rem 1rem}.cp-timeline-row{margin:0}.cp-post-history{font-size:.875rem;font-style:italic;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-post-history{color:var(--cp-grey-text-dark)}.cp-download-component{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.cp-download-component .cp-download-info{width:15rem;height:6.5rem;padding:.25rem .625rem;border-radius:.5rem;border:var(--cp-border-light)}.cp-download-component .cp-download-info p{margin:.125rem}.cp-theme-dark .cp-download-component .cp-download-info{border:var(--cp-border-dark)}.cp-download-component .cp-download-btn{display:flex;justify-content:center;align-items:center;gap:.75rem;width:15rem;height:6.5rem;border-radius:.75rem}.cp-download-component .cp-download-btn .cp-download-btn-left{display:flex;align-items:center;width:1.75rem}.cp-download-component .cp-download-btn .cp-download-btn-right{display:flex;flex-direction:column;gap:.75rem}.cp-download-component .cp-download-btn .cp-download-btn-right p{line-height:1;margin:0}.cp-download-component .cp-download-btn .cp-download-btn-right .cp-download-text{font-size:1.25rem}.cp-download-component .cp-download-btn .cp-download-btn-right .cp-download-size{font-size:.875rem}.cp-featured-card-grid{width:100%;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}.cp-featured-card-grid a{color:inherit}.cp-featured-card-grid a:hover,.cp-featured-card-grid a:focus{text-decoration:none}@media (min-width: 360px){.cp-featured-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cp-featured-card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1600px){.cp-featured-card-grid{grid-template-columns:repeat(4,1fr)}}.cp-featured-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;line-height:24px;text-decoration:none;overflow:hidden;border-radius:1rem;border:.05rem solid rgb(229,231,235)}.cp-featured-card:hover{box-shadow:0 10px 15px -3px #0000001f,0 4px 6px -4px #0000001f}.cp-featured-card .cp-featured-card-text{padding:1rem 1rem .75rem;background-color:transparent}.cp-featured-card .cp-featured-card-text *{background-color:transparent}.cp-featured-card .cp-featured-card-img-container figure{margin:0}.cp-featured-card .cp-featured-card-img-container img{border-radius:0;aspect-ratio:3/2;object-fit:cover}.cp-theme-dark .cp-featured-card{border:.05rem solid rgb(42,42,42)}.cp-theme-dark .cp-featured-card:hover{box-shadow:0 10px 15px -3px #ffffff14,0 4px 6px -4px #ffffff14}.cp-featured-card-link:focus .cp-featured-card{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-featured-card-link:focus .cp-featured-card{outline:.1rem solid var(--cp-primary-dark)}@media (min-width: 768px){.cp-featured-card .cp-featured-card-text{padding:1.5rem 1.5rem 1.25rem}}.cp-featured-card-title{line-height:1.5rem;font-size:1.375rem;margin-bottom:.5rem}@media (min-width: 1024px){.cp-featured-card-title{font-size:1.5rem}}.cp-featured-card-subtitle{line-height:1.5rem;color:var(--cp-grey-text-light)!important;font-size:.875rem}.cp-theme-dark .cp-featured-card-subtitle{color:var(--cp-grey-text-dark)!important}#homepage-site-name{margin-top:.75rem;margin-bottom:.5rem;font-weight:700}#homepage-site-name h1{margin-bottom:0}#homepage-site-description{margin-bottom:1.5rem;font-size:1.2rem;margin-bottom:.75rem}.cp-theme-light #homepage-site-description{color:#4b5563}.cp-theme-dark #homepage-site-description{color:#a2a9b4}.homepage-countdown-cards{display:flex;flex-wrap:wrap}.homepage-countdown-group{width:50%;padding:.75rem;text-align:center;background-color:transparent;transition:width .3s cubic-bezier(0,0,.2,1)}.homepage-countdown-group *{background-color:transparent}@media (min-width: 1024px){.homepage-countdown-group{width:33%}}.homepage-countdown-title{margin-bottom:.25rem;font-weight:600}.homepage-recommend{display:flex;flex-wrap:wrap}.homepage-recommend-item{width:100%}@media (min-width: 1024px){.homepage-recommend-item{width:50%}}.homepage-recommend-item ul,.homepage-attention ul{margin-left:1.5rem;padding-left:0}.homepage-recommend-item ul:last-child,.homepage-attention ul:last-child{margin-bottom:.5rem}.homepage-attention ul{margin-top:1rem}main#layout-index{padding:1rem 1.5rem}@media (min-width: 1624px){main#layout-index{padding:1rem calc(824px - 50%)}}@media (min-width: 1600px){main#layout-index{padding:1rem .5rem}}.cp-featured-card img{margin:inherit}.cp-page-component{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1rem 0}@media (min-width: 768px){.cp-page-component{justify-content:flex-end}}.cp-page-btn{display:flex;justify-content:center;align-items:center;width:1.875rem;height:2rem;box-sizing:content-box;padding:.25rem;font-size:1rem;color:var(--cp-text-light);border:var(--cp-border-light);border-radius:.25rem;text-decoration:none;min-height:0;background-color:var(--cp-page-bg-light)}.cp-page-btn svg{width:1.125rem}.cp-page-btn:hover,.cp-page-btn:focus{text-decoration:none;background-color:#f0f0f0}.cp-theme-dark .cp-page-btn{color:var(--cp-text-dark);border:var(--cp-border-dark);background-color:var(--cp-page-bg-dark)}.cp-theme-dark .cp-page-btn:hover,.cp-theme-dark .cp-page-btn:focus{background-color:#303030}.cp-page-btn.cp-page-btn-active{background-color:var(--cp-primary-light);color:#ebebeb;border:.1rem solid var(--cp-primary-light)}.cp-page-btn.cp-page-btn-active:hover,.cp-page-btn.cp-page-btn-active:focus{background-color:#3c58a6;border:.1rem solid rgb(60,88,166)}.cp-theme-dark .cp-page-btn.cp-page-btn-active{background-color:var(--cp-primary-dark);color:#0f0f0f;border:.1rem solid var(--cp-primary-dark)}.cp-theme-dark .cp-page-btn.cp-page-btn-active:hover,.cp-theme-dark .cp-page-btn.cp-page-btn-active:focus{background-color:#9ee6ff;border:.1rem solid rgb(158,230,255)}.cp-page-btn.cp-page-btn-disabled{cursor:not-allowed;background-color:#1a1c1826;border:.1rem solid rgba(26,28,24,.15);color:#1a1c18b3}.cp-page-btn.cp-page-btn-disabled svg{stroke:#1a1c18b3}.cp-theme-dark .cp-page-btn.cp-page-btn-disabled{background-color:#e3e3dc40;border:.1rem solid rgba(227,227,220,.12);color:#e3e3dc99}.cp-theme-dark .cp-page-btn.cp-page-btn-disabled svg{stroke:#e3e3dc99}.cp-page-btn.cp-page-btn-dots{cursor:not-allowed}.cp-page-btn.cp-page-btn-dots:hover,.cp-page-btn.cp-page-btn-dots:focus{background-color:var(--cp-page-bg-light)}.cp-theme-dark .cp-page-btn.cp-page-btn-dots:hover,.cp-theme-dark .cp-page-btn.cp-page-btn-dots:focus{background-color:var(--cp-page-bg-light)}.cp-page-btn.cp-page-btn-jump{width:3rem}.cp-page-btn.cp-page-btn-jump .cp-page-btn-jump-text{display:inherit}.cp-page-btn.cp-page-btn-jump .cp-page-btn-jump-input{display:none}.cp-page-btn.cp-page-btn-jump .cp-page-btn-jump-input input{width:3rem;height:2rem;border:none;border-radius:.25rem;font-size:1rem;background-color:var(--cp-page-light)}.cp-page-btn.cp-page-btn-jump:hover,.cp-page-btn.cp-page-btn-jump:focus{background-color:inherit}.cp-theme-dark .cp-page-btn.cp-page-btn-jump .cp-page-btn-jump-input input{background-color:var(--cp-page-dark)}.cp-theme-dark .cp-page-btn.cp-page-btn-jump:hover,.cp-theme-dark .cp-page-btn.cp-page-btn-jump:focus{background-color:inherit}.cp-page-btn.cp-page-btn-jump.cp-page-input-show .cp-page-btn-jump-text{display:none}.cp-page-btn.cp-page-btn-jump.cp-page-input-show .cp-page-btn-jump-input{display:inherit}.cp-post-item{display:flex;flex-wrap:wrap;margin-top:.5rem;margin-bottom:-.5rem;padding:.75rem 0;border-bottom:var(--cp-border-light)}.cp-post-item:first-child{padding-top:0}.cp-post-item:last-child{padding-bottom:0;border-bottom:none}.cp-post-item-img{width:100%;text-align:center;margin-bottom:0}.cp-post-item-img figure.cp-img-container{display:inline-block;margin:0;overflow:hidden;border-radius:.5rem;text-align:center;width:24rem;max-width:100%;padding-bottom:13.5rem;padding-bottom:min(56.25%,13.5rem);position:relative}.cp-post-item-img figure.cp-img-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .4s cubic-bezier(0,0,.2,1)}.cp-post-item-img figure.cp-img-container img:hover{transform:scale(1.1)}@supports (aspect-ratio: 1.77778/1){.cp-post-item-img figure.cp-img-container{padding-bottom:0;position:static}.cp-post-item-img figure.cp-img-container img{position:static;width:24rem;max-width:100%;aspect-ratio:1.77778/1}@media (min-width: 1024px){.cp-post-item-img figure.cp-img-container img{aspect-ratio:auto}}}@media (min-width: 1024px){.cp-post-item{flex-wrap:nowrap;justify-content:flex-start}.cp-post-item-img{width:auto;margin-right:1.5rem;margin-bottom:-.5rem}.cp-post-item-img figure.cp-img-container{padding-bottom:0;position:static;width:auto;height:auto}.cp-post-item-img figure.cp-img-container img{width:18rem;height:10rem;position:static;max-width:inherit}.cp-post-item-link{height:calc(100% - 1.875rem)}.cp-post-item-link .cp-post-item-excerpt{max-height:none}}.cp-post-item-details{width:100%;overflow:hidden}@media (min-width: 1024px){.cp-post-item-details{max-height:10rem}}.cp-post-item-link{display:block;overflow:hidden;text-decoration:none!important}.cp-post-item-link .cp-post-item-title{font-size:1.25rem;font-weight:700;margin-bottom:.375rem}.cp-post-item-link .cp-post-item-excerpt{max-height:5.25rem}.cp-post-item-link:hover .cp-post-item-title,.cp-post-item-link:focus .cp-post-item-title{text-decoration:underline}.cp-post-item-bottom{display:flex;flex-wrap:wrap;margin-top:0rem}.cp-post-item-info{display:flex;align-items:center;font-size:.875rem;color:var(--cp-grey-text-light)}.cp-post-item-info:after{content:"·";font-size:1.25rem;margin:0 .375rem}.cp-post-item-info:last-child:after{content:none}.cp-theme-dark .cp-post-item-info{color:var(--cp-grey-text-dark)}.cp-post-item-author{display:flex;text-decoration:none!important}.cp-post-item-author .cp-post-item-author-avatar{display:flex;justify-content:center;width:1.5rem;height:1.5rem;margin:0;margin-right:.25rem;text-decoration:none}.cp-post-item-author .cp-post-item-author-avatar img{width:auto;height:auto;max-width:1.5rem;max-height:1.5rem;border-radius:50%}.cp-post-item-author .cp-post-item-author-name{color:var(--cp-grey-text-light)}.cp-post-item-author:hover .cp-post-item-author-name,.cp-post-item-author:focus .cp-post-item-author-name{text-decoration:underline}.cp-theme-dark .cp-post-item-author .cp-post-item-author-name{color:var(--cp-grey-text-dark)}.cp-post-item-time{width:4.875rem}.cp-img-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem}.cp-img-item.cp-img-placeholder{height:0;margin-top:0!important;margin-bottom:0!important}.cp-img-group-centered{justify-content:center}.cp-img-group-centered .cp-img-item.cp-img-placeholder{width:0;margin-left:0!important;margin-right:0!important}.cp-img-item{display:flex;flex-direction:column;align-items:center;width:calc(50% - 1rem)}.cp-img-item figure.cp-img-container{display:flex;justify-content:center;align-items:flex-end;margin:0}.cp-img-item figure.cp-img-container img{max-width:100%;border-radius:.25rem}.cp-img-item .cp-img-item-text{margin-bottom:.25rem;text-align:center}@media (min-width: 576px){.cp-img-item{width:calc(33% - 1rem)}}@media (min-width: 768px){.cp-img-item{width:calc(50% - 1rem)}}@media (min-width: 1024px){.cp-img-item{width:calc(33% - 1rem)}}@media (min-width: 1600px){.cp-img-item{width:calc(25% - 1rem)}}.cp-img-group-tiny .cp-img-item{width:80px}@media (min-width: 768px){.cp-img-group-tiny .cp-img-item{width:90px}}@media (min-width: 1280px){.cp-img-group-tiny .cp-img-item{width:100px}}.cp-img-group-small .cp-img-item{width:calc(33% - .5rem)}@media (min-width: 576px){.cp-img-group-big .cp-img-item{width:calc(25% - .5rem)}}@media (min-width: 768px){.cp-img-group-small .cp-img-item{width:160px}}@media (min-width: 1280px){.cp-img-group-small .cp-img-item{width:240px}}.cp-img-group-big .cp-img-item{width:100%}@media (min-width: 576px){.cp-img-group-big .cp-img-item{width:calc(50% - 1rem)}}@media (min-width: 1600px){.cp-img-group-big .cp-img-item{width:calc(33% - 1rem)}}table.cp-clan-badge-table{width:100%;max-width:360px;margin:0 auto}table.cp-clan-badge-table tr{border:none}table.cp-clan-badge-table tr:hover td{background-color:var(--cp-page-bg-light)}table.cp-clan-badge-table td figure.cp-img-container img{border-radius:0}.cp-theme-dark table.cp-clan-badge-table tr:hover td{background-color:var(--cp-page-bg-dark)}.cp-deco-img-group{display:flex;flex-wrap:wrap;justify-content:space-between;padding:.375rem .5rem;border:.1rem solid rgb(192,192,192);border-radius:.5rem;gap:.5rem}@media (min-width: 768px){.cp-deco-img-group{padding:.5rem .75rem;gap:.75rem}}@media (min-width: 1280px){.cp-deco-img-group{gap:1rem}}.cp-theme-dark .cp-deco-img-group{border:.1rem solid rgb(80,80,80)}.cp-deco-img-placeholder{height:0;margin-top:0!important;margin-bottom:0!important}.cp-deco-img{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:70px}.cp-deco-img figure.cp-img-container{margin:0}.cp-deco-img figure.cp-img-container img{max-width:55px}.cp-deco-img figcaption{color:inherit;font-size:inherit}@media (min-width: 768px){.cp-deco-img{width:75px}.cp-deco-img figure.cp-img-container img{max-width:65px}}@media (min-width: 1280px){.cp-deco-img{width:80px}.cp-deco-img figure.cp-img-container img{max-width:75px}}.cp-vh-card-grid{width:100%;display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}.cp-vh-card-grid a{color:inherit}.cp-vh-card-grid a:hover,.cp-vh-card-grid a:focus{text-decoration:none}@media (min-width: 360px){.cp-vh-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cp-vh-card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1600px){.cp-vh-card-grid{grid-template-columns:repeat(4,1fr)}}.cp-vh-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;text-decoration:none;overflow:hidden;border-radius:1rem;border:.05rem solid rgb(229,231,235)}.cp-vh-card:hover{box-shadow:0 10px 15px -3px #0000001f,0 4px 6px -4px #0000001f}.cp-vh-card .cp-vh-card-img-container figure{margin:0}.cp-vh-card .cp-vh-card-img-container img{border-radius:0;aspect-ratio:3/2;object-fit:cover}.cp-theme-dark .cp-vh-card{border:.05rem solid rgb(42,42,42)}.cp-theme-dark .cp-vh-card:hover{box-shadow:0 10px 15px -3px #ffffff14,0 4px 6px -4px #ffffff14}.cp-vh-card-link:focus .cp-vh-card{outline:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-vh-card-link:focus .cp-vh-card{outline:.1rem solid var(--cp-primary-dark)}.cp-vh-card-title{line-height:1.5rem;font-size:1.375rem;padding:.5rem .75rem}@media (min-width: 1024px){.cp-vh-card-title{font-size:1.5rem;padding:.75rem 1rem}}.cp-table-achievement td.cp-table-col-description{padding-left:.75rem!important}.cp-text-diff-container{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 768px){.cp-text-diff-container{grid-template-columns:repeat(2,1fr)}}.cp-text-diff-item{margin-top:-1rem;margin-bottom:-1rem}.cp-loot-cart-table{width:100%;max-width:450px;margin:0 auto}.cp-loot-cart-table tr{border:none}.cp-loot-cart-table tr:hover td{background-color:var(--cp-page-light)}.cp-loot-cart-table td{font-weight:700}.cp-loot-cart-table td img{border-radius:0}.cp-theme-dark .cp-loot-cart-table tr:hover td{background-color:var(--cp-page-dark)}.cp-inferno-attack-table .cp-inferno-attack-name{min-width:96px}.cp-inferno-attack-table .cp-inferno-attack-hp{min-width:68px;padding-right:.5rem}.cp-inferno-attack-table .cp-inferno-attack-time{min-width:80px}.cp-inferno-attack-table .cp-inferno-attack-better{color:#228b22}.cp-theme-dark .cp-inferno-attack-table .cp-inferno-attack-better{color:#90ee90}.cp-scenery-table table th.cp-scenery-col-img,.cp-scenery-table table td.cp-scenery-col-img{padding-left:16px}.cp-scenery-table table td.cp-scenery-col-icon img{max-width:90px;border-radius:.25rem}.cp-scenery-table table td.cp-scenery-col-img img{max-width:180px;border-radius:.25rem}.cp-scenery-table table th.cp-scenery-col-components,.cp-scenery-table table td.cp-scenery-col-components{width:30%}.cp-scenery-table table td.cp-scenery-col-components{padding:.5rem}.cp-scenery-table table td.cp-scenery-col-components img{max-width:90px;max-height:120px}@media (min-width: 1024px){.cp-scenery-table table td.cp-scenery-col-icon img{max-width:108px}.cp-scenery-table table td.cp-scenery-col-img img{max-width:240px}.cp-scenery-table table td.cp-scenery-col-components img{max-width:108px;max-height:144px}}.cp-scenery-boat-columns{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 1024px){.cp-scenery-boat-columns{grid-template-columns:repeat(2,1fr)}}.cp-scenery-features-table table th:first-child,.cp-scenery-features-table table td:first-child{min-width:100px}.cp-scenery-waterfull-images .cp-img-item-text{font-size:.875rem;color:var(--cp-grey-text-light)}.cp-theme-dark .cp-scenery-waterfull-images .cp-img-item-text{color:var(--cp-grey-text-dark)}.cp-scenery-table table tbody tr .cp-tabs-container{margin-top:0;margin-bottom:.25rem}.cp-scenery-table table tbody tr .cp-tabs-bottom-line{height:0}.cp-scenery-table table tbody tr:hover .cp-tabs{background-color:var(--cp-grey-bg-light)}.cp-theme-dark .cp-scenery-table table tbody tr:hover .cp-tabs{background-color:var(--cp-grey-bg-dark)}.cp-table-col-multi-img figure.cp-img-container{display:inline-block;width:50%}.cp-code-block{position:relative;border-radius:.5rem}.cp-code-title{padding:.5rem 1rem;font-size:.875rem;border-top-left-radius:.75rem;border-top-right-radius:.75rem;background-color:#e6f0f9}.cp-code-content{padding:.75rem 3.5rem .75rem 1rem;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;background-color:#f2f7fc;overflow-x:auto}.cp-code-content.cp-code-content-without-title{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.cp-theme-dark .cp-code-title{background-color:#28353e}.cp-theme-dark .cp-code-content{background-color:#1d2429}.cp-code-copy{display:flex;justify-content:center;align-items:center;position:absolute;top:.625rem;right:.75rem;width:2rem;height:2rem;cursor:pointer;background-color:#e5eff9;border-radius:.5rem}.cp-code-copy svg{width:1.25rem;stroke:#635563}.cp-code-copy:hover svg{stroke:#1a1827}.cp-theme-dark .cp-code-copy{background-color:#28353d}.cp-theme-dark .cp-code-copy svg{stroke:#9c9a9c}.cp-theme-dark .cp-code-copy:hover svg{stroke:#efe7ea}.cp-pets-matching-table table th{min-width:48px}.cp-skin-table table th.cp-skin-col-icon,.cp-skin-table table td.cp-skin-col-icon{max-width:78px}.cp-skin-table table th.cp-skin-col-icon figure.cp-img-container img,.cp-skin-table table td.cp-skin-col-icon figure.cp-img-container img{max-width:70px}@media (min-width: 1024px){.cp-skin-table table th.cp-skin-col-icon,.cp-skin-table table td.cp-skin-col-icon{max-width:91px}.cp-skin-table table th.cp-skin-col-icon figure.cp-img-container img,.cp-skin-table table td.cp-skin-col-icon figure.cp-img-container img{max-width:83px}}.cp-capital-reputation{max-width:550px}.cp-capital-reputation table{min-width:420px}.cp-clan-house-table{max-width:500px}.cp-clan-house-table .cp-table-col-icon img{max-width:80px}@media (min-width: 1024px){.cp-clan-house-table .cp-table-col-icon img{max-width:100px}}@media (min-width: 1280px){.cp-clan-house-table .cp-table-col-icon img{max-width:120px}}.cp-clan-house-vacant .cp-img-item{width:calc(50% - 1rem)}@media (min-width: 375px){.cp-clan-house-vacant .cp-img-item{width:calc(33% - 1rem)}}@media (min-width: 576px){.cp-clan-house-vacant .cp-img-item{width:calc(25% - 1rem)}}@media (min-width: 1024px){.cp-clan-house-vacant .cp-img-item{max-width:140px}}.cp-clan-house-number{width:100%}.cp-clan-house-number td{text-align:left}.cp-clan-house-number td:first-child{width:46%}@media (min-width: 576px){.cp-clan-house-number{width:50%}}@media (min-width: 1280px){.cp-clan-house-number{width:33%}}.cp-clan-roles-permission table td:first-child{min-width:80px}.cp-clan-roles-permission table td:nth-child(3){min-width:136px}.cp-clan-roles-permission table td:nth-child(4),.cp-clan-roles-permission table td:nth-child(5){min-width:120px}.cp-shield-time-table table tr:first-child th{min-width:60px}.cp-shield-time-table table tr:first-child th:first-child{width:160px;min-width:160px;height:75px;position:relative}.cp-shield-time-table table tr:first-child th:first-child .cp-shield-title-left{position:absolute;left:.5rem;bottom:.125rem}.cp-shield-time-table table tr:first-child th:first-child .cp-shield-title-slash1{position:absolute;display:block;top:0;left:0;width:6.2rem;height:.1rem;background-color:var(--cp-border-color-light);transform:rotate(48deg);transform-origin:top left}.cp-shield-time-table table tr:first-child th:first-child .cp-shield-title-middle{position:absolute;right:3.5rem;bottom:.125rem;line-height:1.25}.cp-shield-time-table table tr:first-child th:first-child .cp-shield-title-slash2{position:absolute;display:block;top:0;left:0;width:10.45rem;height:.1rem;background-color:var(--cp-border-color-light);transform:rotate(16deg);transform-origin:top left}.cp-shield-time-table table tr:first-child th:first-child .cp-shield-title-right{position:absolute;right:.5rem;top:.125rem}.cp-shield-time-table table th span{color:var(--cp-grey-text-light)}.cp-shield-time-table table th:first-child,.cp-shield-time-table table td:first-child{border-right:var(--cp-border-light)}.cp-theme-dark .cp-shield-time-table table th span{color:var(--cp-grey-text-dark)}.cp-theme-dark .cp-shield-time-table table th:first-child,.cp-theme-dark .cp-shield-time-table table td:first-child{border-right:var(--cp-border-dark)}.cp-shield-list-table{max-width:550px;border:none}.cp-shield-list-table tr{border:none}.cp-shield-list-table tr:hover td{background-color:inherit}.cp-shield-list-table td:first-child{position:inherit}.cp-shield-list-table td figure.cp-img-container{width:120px}.cp-theme-dark .cp-shield-list-table,.cp-theme-dark .cp-shield-list-table tr{border:none}.cp-theme-dark .cp-shield-list-table tr:hover td{background-color:inherit}.cp-settings-operation-btn{display:flex;justify-content:space-between}.cp-settings-operation-btn button{width:5rem}.cp-units-content{display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;margin:-1rem -.5rem 0}@media (min-width: 1024px){.cp-units-content{margin:-1rem -.75rem 0}}.cp-unit-card.cp-unit-placeholder{height:0;min-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;border-top:none!important;border-bottom:none!important}.cp-unit-card{width:4.25rem;min-height:5.375rem;display:flex;flex-direction:column;align-items:center;margin:1rem .5rem;padding-bottom:.375rem;border-radius:.375rem;border:var(--cp-border-light)}.cp-unit-card:hover,.cp-unit-card:focus{text-decoration:none}.cp-unit-card:hover{background-color:#f3f4f6;border:.1rem solid rgb(209,213,219)}.cp-unit-card:focus{border:.1rem solid var(--cp-primary-light)}.cp-theme-dark .cp-unit-card{border:var(--cp-border-dark)}.cp-theme-dark .cp-unit-card:hover{background-color:#262626;border:.1rem solid rgb(64,64,64)}.cp-theme-dark .cp-unit-card:focus{border:.1rem solid var(--cp-primary-dark)}.cp-unit-media{display:flex;justify-content:center;align-items:flex-end;width:100%;height:4.5rem;padding:.375rem 0}@media (min-width: 600px){.cp-unit-card{width:5.25rem;min-height:6.25rem}.cp-unit-media{height:5.625rem}}@media (min-width: 1024px){.cp-unit-card{margin:1rem .75rem;width:5.625rem;min-height:7.5rem}.cp-unit-media{height:6.375rem}}.cp-unit-text{margin:auto;text-align:center;line-height:1.25}.cp-upgrade-index-tip .cp-small-subtitle{margin:0 0 1rem .125rem}
