.body--light{--bt-bg:#fcfcfc;--bt-txt:#424242;--bt-border:#78909c;--bt-drawer:#eceff1;--bt-txt-alert:#d32f2f;--bt-link:#2a759a;--bt-filled-bg:#fcfaff;--bt-tbl-head-bg:#e0e0e0;--bt-tbl-sort:#37474f;--bt-tbl-border:var(--bt-bg);--bt-tbl-bg:#fafafa;--bt-tbl-expand-bg:#353e42;--bt-tbl-col-modern-bg:#e3f2fd;--bt-tbl-col-modern-head-bg:#bbdefb;--bt-tbl-col-classic-bg:#e8f5e9;--bt-tbl-col-classic-head-bg:#c8e6c9}body.body--dark{--bt-bg:#1f1f23;--bt-txt:#f5f5f5;--bt-border:#455a64;--bt-drawer:#263238;--bt-txt-alert:#e57373;--bt-link:#72a4bd;--bt-filled-bg:#37474f;--bt-tbl-head-bg:#37474f;--bt-tbl-sort:#78909c;--bt-tbl-border:#131f25;--bt-tbl-bg:#263238;--bt-tbl-expand-bg:#353e42;--bt-tbl-col-modern-bg:#1c2838;--bt-tbl-col-modern-head-bg:#202e40;--bt-tbl-col-classic-bg:#1c322e;--bt-tbl-col-classic-head-bg:#203a35;--q-dark:var(--bt-filled-bg);--q-dark-page:var(--bt-bg)}body.body--dark .q-badge{filter:brightness(.9)}body.body--dark .q-badge .q-icon{color:#fff;filter:brightness(1.2)}body,html{overscroll-behavior-x:none}body{background-color:var(--bt-bg);overflow:hidden}body,body .q-dark{color:var(--bt-txt)}#app .q-drawer,#app .q-panel{background-color:var(--bt-drawer);border-color:var(--bt-border);color:var(--bt-txt)}#app .q-separator{background-color:var(--bt-border);margin:0 auto;opacity:.4;width:calc(100% - 20px)}#app .q-header{background-color:#37474f;border-color:#455a64;color:#f5f5f5}#app .q-page{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%237f7f7f' stroke-opacity='.45'%3E%3Cpath d='m769 229 268 31.9M927 880 731 737l-211-77-211-122-269 61 255 165-168.5 115.5L40 599l-237-106 299-111-133-153L126.5 79.5-69-63'/%3E%3Cpath d='m-31 229 268 32 153 121 213 111-294.5 44.5-207-156M370 905l-75-141'/%3E%3Cpath d='m520 660 58 182 153-105 109-138-237-106-83 167-225 104 14-226 81-156 149-113 230-40L577.5 41.5 370 105 295-36 126.5 79.5 237 261 102 382 40 599-69 737l196 143'/%3E%3Cpath d='m520-140 58.5 182.5L731-63M603 493l-64-224-302-8 133-156m532 277L539 269M390 382H102'/%3E%3Cpath d='m-222 42 348.5 37.5L370 105l169 164 38.5-227.5L927 80 769 229l133 153-299 111 128 244M295-36l282.5 77.5M578 842l-283-78M40-201l87 281m-25 302-363-113'/%3E%3C/g%3E%3Cg fill='%23333A44' fill-opacity='.5'%3E%3Ccircle cx='769' cy='229' r='3'/%3E%3Ccircle cx='539' cy='269' r='3'/%3E%3Ccircle cx='603' cy='493' r='3'/%3E%3Ccircle cx='731' cy='737' r='3'/%3E%3Ccircle cx='520' cy='660' r='3'/%3E%3Ccircle cx='309' cy='538' r='3'/%3E%3Ccircle cx='295' cy='764' r='3'/%3E%3Ccircle cx='40' cy='599' r='3'/%3E%3Ccircle cx='102' cy='382' r='3'/%3E%3Ccircle cx='127' cy='80' r='3'/%3E%3Ccircle cx='370' cy='105' r='3'/%3E%3Ccircle cx='578' cy='42' r='3'/%3E%3Ccircle cx='237' cy='261' r='3'/%3E%3Ccircle cx='390' cy='382' r='3'/%3E%3C/g%3E%3C/svg%3E")}*{scrollbar-color:#6b6b6e #0000;scrollbar-width:thin}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background-color:#6b6b6e;border:3px solid #0000;border-radius:6px}.scroll-stable{scrollbar-gutter:stable}a{color:var(--bt-link);text-decoration:none}a:hover{text-decoration:underline}h3{font-size:200%;font-weight:300;margin:0;text-transform:uppercase}.logo{fill:var(--q-primary);height:40px;width:40px}.filled{background-color:var(--bt-filled-bg)}.contra{filter:contrast(.5)}.info{border-radius:10px;margin:12px;padding:15px 22px;position:relative}.info>.q-icon.corner-icon{position:absolute;right:-10px;top:-10px}.rounded{border-radius:50%}.icon-badge[label]:before{background-color:#d32f2f;border-radius:50%;color:#fff;content:attr(label);font-size:.65rem;line-height:normal;padding:0 3px;position:absolute;right:-1px;text-align:center;top:-3px}.curr-icon{align-items:center;border-radius:20px;display:flex;height:24px;justify-content:space-around;margin:0 10px;overflow:hidden;position:relative;width:24px}.curr-icon.curr-icon__lg{min-height:32px;min-width:32px}.curr-icon .q-icon{transform:scale(1.4)}.curr-icon:after{border-radius:20px;box-shadow:inset 2px 2px 3px #00000080;content:"";height:100%;inset:0;position:absolute;width:100%}.rotate-anim{animation:roll-around .4s ease-in-out infinite}@keyframes roll-around{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}.semifade-anim{animation:semi-fade 8s ease-in-out infinite alternate}@keyframes semi-fade{0%{color:#e57373}40%{color:#e57373}50%{color:var(--bt-tbl-bg)}60%{color:#4caf50}to{color:#4caf50}}.grower-enter-active{transition:max-height .5s cubic-bezier(1,0,1,0),opacity .7s ease-in}.grower-enter-to{max-height:4320px}.grower-enter-from{max-height:0;opacity:0}.content-ctrl{margin:auto;min-width:min(760px,100%);padding:0 15px}.ex-data-tbl .row-expander{display:none}.ex-data-tbl.denom-tbl .row-expander{cursor:pointer;display:inline-block;position:absolute;right:0;top:calc(50% - 7px);width:5px}.ex-data-tbl.digi-tbl .ctable-cat-Digital,.ex-data-tbl.note-tbl .ctable-cat-Notes{display:table-cell}.ex-data-tbl tbody td,.ex-data-tbl thead tr{background-color:var(--bt-tbl-bg);cursor:default;height:unset}.ex-data-tbl .expansion td:before{content:""}.ex-data-tbl th{background:var(--bt-tbl-head-bg);text-transform:uppercase}.ex-data-tbl th .sort-icon{color:var(--bt-tbl-sort);opacity:.5;position:absolute;transform:translate(-17px,4px) rotate(-1turn);transition:.3s ease-out}.ex-data-tbl th .sort-icon.flipped{transform:translate(-17px,6px) rotate(180deg)}.ex-data-tbl th .sort-icon-enter-active{transition:all .25s ease-in}.ex-data-tbl th .sort-icon-enter-from{opacity:0}.ex-data-tbl th .q-icon{margin-right:5px;margin-top:-2px}.ex-data-tbl .q-td,.ex-data-tbl th,.ex-data-tbl tr:last-child th:first-child{border-bottom:1px solid var(--bt-tbl-border);border-left:1px solid var(--bt-tbl-border);font-variant-numeric:tabular-nums;padding:8px;text-align:center}.ex-data-tbl .q-td:first-child,.ex-data-tbl th:first-child{border-left:none}.ex-data-tbl tr:last-child td{border-bottom:none}.ex-data-tbl .ctable-col-type{min-width:32px;padding:0}.ex-data-tbl th.ctable-col-type{padding:0}.ex-data-tbl th.ctable-col-type span{writing-mode:vertical-lr}.ex-data-tbl th.ctable-cat-Digital{background-color:var(--bt-tbl-col-modern-head-bg);display:none}.ex-data-tbl td.ctable-cat-Digital{background-color:var(--bt-tbl-col-modern-bg);display:none}.ex-data-tbl th.ctable-cat-Notes{background-color:var(--bt-tbl-col-classic-head-bg);display:none}.ex-data-tbl th.ctable-cat-Notes .q-icon{margin-right:8px}.ex-data-tbl td.ctable-cat-Notes{background-color:var(--bt-tbl-col-classic-bg);display:none}@media (max-width:600px){.ex-data-tbl .q-td,.ex-data-tbl th,.ex-data-tbl tr:last-child th:first-child{font-size:11px}.ex-data-tbl .ctable-col-type,.ex-data-tbl .ctable-col-when{display:none}.ex-data-tbl th{background:var(--bt-tbl-head-bg);text-transform:uppercase}.ex-data-tbl th .sort-icon{transform:translate(-14px,3px) rotate(-1turn)}.ex-data-tbl th .sort-icon.flipped{transform:translate(-14px,5px) rotate(180deg)}.scroll-stable{scrollbar-gutter:auto}.content-ctrl{padding:0}}