@keyframes fadeIn{to{opacity:1}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{height:100%;scroll-behavior:smooth}body{height:100%;font-family:Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}#root{height:100%;scrollbar-width:none;-ms-overflow-style:none}#root::-webkit-scrollbar{display:none}:root{--font-primary: Eurostile, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--font-secondary: Eurostile Extd, Eurostile, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;--color-primary: #15a7e6;--color-primary-dark: rgb(18.9, 150.3, 207);--color-primary-light: rgb(41.4023904382, 176.990438247, 235.4976095618);--color-secondary: #030f21;--color-secondary-dark: rgb(2.7, 13.5, 29.7);--color-secondary-light: rgb(6.95, 34.75, 76.45);--color-success: #28a745;--color-danger: #dc3545;--color-warning: #ffc107;--color-info: #17a2b8;--color-gold: #ffd700;--color-silver: #c0c0c0;--color-bronze: #cd7f32;--color-white: #ffffff;--color-light: #21bddf;--color-dark: #010a14;--color-black: #000000;--bg-primary: var(--color-white);--bg-secondary: var(--color-light);--bg-dark: var(--color-dark);--text-primary: var(--color-dark);--text-secondary: var(--color-secondary);--text-muted: #030f21;--text-light: var(--color-white)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}p{margin:0}a{color:var(--color-primary);text-decoration:none;transition:color .15s ease-in-out}a:hover{color:var(--color-primary-dark);text-decoration:underline}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto;vertical-align:middle}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{border:none;background:none}input:focus,textarea:focus,select:focus{outline:none}table{border-collapse:collapse;border-spacing:0}th,td{padding:0;text-align:left}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background-color:#15a7e633;color:var(--text-primary)}@font-face{font-family:Eurostile;src:url(/assets/Eurostile-Reg-DdfoEp76.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Eurostile;src:url(/assets/Eurostile-Med-C7LIKFMH.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Eurostile;src:url(/assets/Eurostile-Bol-Cn39BS4T.woff2) format("woff2");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Eurostile;src:url(/assets/Eurostile-Hea-Cr1jS0t8.woff2) format("woff2");font-weight:800;font-style:normal;font-display:block}@font-face{font-family:Eurostile;src:url(/assets/Eurostile-Bla-B6EV2zp7.woff2) format("woff2");font-weight:900;font-style:normal;font-display:block}@font-face{font-family:Eurostile Extd;src:url(/assets/EurostileExt-Reg-B-D73kIB.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Eurostile Extd;src:url(/assets/EurostileExt-Med-BMFPpsEo.woff2) format("woff2");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:Eurostile Extd;src:url(/assets/EurostileExt-Bla-rTdl05_D.woff2) format("woff2");font-weight:900;font-style:normal;font-display:block}.app{min-height:100vh;display:flex;flex-direction:column}.login-form{display:flex;flex-direction:column;gap:1rem;min-width:300px}.status-indicator{text-align:center;padding:.5rem 1rem;border-radius:8px;background-color:#ffffff0d}.status{display:flex;gap:1rem;align-items:center}.connected{color:#4ade80}.disconnected{color:#f87171}.main-content{flex:1;padding:2rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}.admin-header{padding:.75rem 1.5rem;background:linear-gradient(180deg,#26a0caf7,#26a0ca91)}.admin-header .create-game-btn{padding:8px 16px;background:var(--primary-color, #15a7e6);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap;transition:background-color .2s}.admin-header .create-game-btn:hover{background:var(--primary-hover, rgb(18.9, 150.3, 207))}.user-menu{position:relative}.user-menu__trigger{display:flex;align-items:center;gap:8px;padding:6px 12px;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444444);border-radius:.375rem;color:var(--text-primary, #ffffff);font-size:13px;transition:background-color .2s,border-color .2s}.user-menu__trigger:hover{background:var(--bg-hover, #333333);border-color:#15a7e6}.user-menu__conn-dot{width:8px;height:8px;border-radius:9999px;flex-shrink:0}.user-menu__conn-dot.connected{background:#4ade80}.user-menu__conn-dot.disconnected{background:#ef4444}.user-menu__username{color:var(--text-primary, #ffffff);font-size:13px}.user-menu__arrow{font-size:10px;color:var(--text-secondary, #aaaaaa);margin-left:2px}.user-menu__panel{position:absolute;top:calc(100% + 4px);right:0;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444444);border-radius:.375rem;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:220px;overflow:hidden;padding:.25rem}.user-menu__discord-panel{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:#1a1a1a;border:1px solid var(--border-color, #444444);border-radius:.25rem;text-align:left;transition:background-color .15s,border-color .15s}.user-menu__discord-panel:hover{background:var(--bg-hover, #333333)}.user-menu__discord-panel.linked{border-color:#5865f2}.user-menu__discord-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.user-menu__discord-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.user-menu__discord-label{font-size:10px;color:var(--text-secondary, #aaaaaa);text-transform:uppercase;letter-spacing:.5px;line-height:1}.user-menu__discord-status{font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__discord-status.linked{color:var(--text-primary, #ffffff)}.user-menu__discord-status.unlinked{color:var(--text-secondary, #aaaaaa)}.user-menu__discord-indicator{width:8px;height:8px;border-radius:9999px;flex-shrink:0}.user-menu__discord-indicator.linked{background:#4ade80}.user-menu__discord-indicator.unlinked{background:#888}.game-panel__status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#0000;border:1px solid #444;border-radius:.375rem;color:#fff;font-size:13px;white-space:nowrap;transition:background-color .15s,border-color .15s}.game-panel__status-badge--clickable:hover{background:#333;border-color:#15a7e6}.game-panel__room-code-badge{display:inline-flex;align-items:stretch;background:#0000;border:1px solid #444;border-radius:.375rem;overflow:hidden;transition:border-color .15s}.game-panel__room-code-badge:hover{border-color:#15a7e6}.game-panel__room-code-badge:hover .game-panel__room-code-label{background:#15a7e6;color:#fff}.game-panel__room-code-badge--copied{border-color:#4ade80}.game-panel__room-code-badge--copied .game-panel__room-code-label{background:#4ade80;color:#fff}.game-panel__room-code-badge--copied .game-panel__room-code-value{color:#4ade80}.game-panel__room-code-label{display:flex;align-items:center;justify-content:center;padding:0 .5rem;background:#ffffff14;color:#aaa;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:pre-line;text-align:center;line-height:1.3;transition:background-color .15s,color .15s}.game-panel__room-code-value{padding:0 .5rem;font-family:monospace;font-size:20px;font-weight:600;color:#fff;letter-spacing:.08em;line-height:1;display:flex;align-items:center;transition:color .15s}.lifecycle-modal{max-width:720px;width:90vw}.lifecycle-modal__body{min-height:280px}.lifecycle-modal__left{width:200px;flex-shrink:0;border-right:1px solid #444;padding-right:1rem;display:flex;flex-direction:column;gap:.25rem}.lifecycle-modal__transition-item{display:block;width:100%;padding:.5rem .75rem;background:#0000;border:1px solid rgba(0,0,0,0);border-radius:.375rem;color:#fff;font-size:13px;text-align:left;transition:background-color .15s,border-color .15s}.lifecycle-modal__transition-item:hover{background:#333}.lifecycle-modal__transition-item--active{background:#15a7e626;border-color:#15a7e6}.lifecycle-modal__transition-item--danger{color:#f87171}.lifecycle-modal__transition-item--danger.lifecycle-modal__transition-item--active{background:#dc354526;border-color:#dc3545}.lifecycle-modal__right{flex:1;padding-left:1.5rem;display:flex;flex-direction:column;gap:.75rem}.lifecycle-modal__description{line-height:1.6;color:#aaa}.lifecycle-modal__conditions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.lifecycle-modal__condition-item{padding:.25rem .5rem;background:#dc354514;border-radius:.25rem;border-left:2px solid #dc3545;color:#f87171}.lifecycle-modal__activate-row{margin-top:auto;display:flex;justify-content:flex-end;gap:.5rem}.lifecycle-modal__activate-btn:disabled{opacity:.4}.leave-button{color:#fff;border:none;border-radius:6px;font-size:.875rem;transition:background-color .2s}.leave-button:hover{background-color:#dc2626}.leave-button:active{background-color:#dc3545}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:var(--bg-dark, #1a1a1a);border-radius:12px;width:100%;max-width:450px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0006}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color, #444)}.modal-header h2,.modal-header h3{margin:0;font-size:18px;color:var(--text-white, #fff)}.modal-close{background:none;border:none;color:var(--text-secondary, #888);font-size:24px;padding:0;line-height:1;transition:color .2s}.modal-close:hover{color:var(--text-primary, #fff)}.modal-body{padding:20px;color:var(--text-white, #fff)}.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6,.modal-body label,.modal-body p,.modal-body span,.modal-body li,.modal-body strong{color:var(--text-white, #fff)}.modal-body .form-group{margin-bottom:16px}.modal-body .form-group label{display:block;margin-bottom:6px;color:var(--text-white, #fff);font-size:14px}.modal-body .form-group.checkbox label{display:flex;align-items:center;gap:8px;color:var(--text-white, #fff)}.modal-body .error-message{padding:10px;background:#ff00001a;border:1px solid rgba(255,0,0,.3);border-radius:6px;color:#ff6b6b;font-size:14px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border-color, #444)}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-modal{background-color:#fff;padding:25px;border-radius:8px;max-width:450px;width:90%;box-shadow:0 4px 20px #0000004d}.confirm-modal h3{margin-top:0;margin-bottom:15px}.confirm-modal p{margin:10px 0}.confirm-modal .warning-text{background-color:#fff3cd;padding:10px;border-radius:4px;color:#856404}.confirm-modal-actions{display:flex;gap:10px;margin-top:20px;justify-content:flex-end}.card{background-color:var(--bg-primary);border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.card--hover{transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.card--hover:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.card--padding{padding:1.5rem}.card__header{padding:1rem 1.5rem;border-bottom:1px solid #dee2e6;background-color:var(--bg-secondary);border-radius:.5rem .5rem 0 0}.card__body{padding:1.5rem}.card__footer{padding:1rem 1.5rem;border-top:1px solid #dee2e6;background-color:var(--bg-secondary);border-radius:0 0 .5rem .5rem}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{outline:none;border-color:#15a7e6;box-shadow:0 0 0 2px #15a7e633}.form-control::placeholder{color:var(--text-muted);opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control--sm{padding:.25rem .5rem;font-size:.875rem}.form-control--lg{padding:.75rem 1rem;font-size:1.25rem}.form-control--error{border-color:#dc3545}.form-control--error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.25rem;font-weight:500;color:var(--text-primary)}.form-error{display:block;margin-top:.25rem;font-size:.875rem;color:#dc3545}.modal{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow:hidden;outline:0}.modal__backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__dialog{position:relative;width:auto;max-width:500px;margin:3rem auto;pointer-events:none;z-index:1050}@media (min-width: 640px){.modal__dialog{margin:4rem auto}}.modal__content{background-color:var(--bg-primary);border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;pointer-events:auto;background-clip:padding-box;outline:0}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #dee2e6;border-radius:.5rem .5rem 0 0}.modal__title{margin:0;line-height:1.5}.modal__close{padding:0;background:#0000;border:0;opacity:.5}.modal__close:hover{opacity:.75}.modal__body{position:relative;flex:1 1 auto;padding:1.5rem}.modal__footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-top:1px solid #dee2e6;border-radius:0 0 .5rem .5rem}.modal__footer>:not(:last-child){margin-right:.5rem}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.spinner--sm{width:16px;height:16px}.spinner--lg{width:32px;height:32px;border-width:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert{padding:.75rem 1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}.alert--success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert--danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert--warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert--info{color:#055160;background-color:#cff4fc;border-color:#b8daff}.badge{display:inline-block;padding:.25em .6em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:9999px}.badge--primary{color:#fff;background-color:#15a7e6}.badge--secondary{color:#fff;background-color:#030f21}.badge--success{color:#fff;background-color:#28a745}.badge--danger{color:#fff;background-color:#dc3545}.coord-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:12px;font-weight:600;font-family:monospace;color:#fff;background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-radius:4px;border:1px solid #ce93d8;box-shadow:0 1px 3px #0003}.role-badge{display:inline-block;padding:2px 6px;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:3px}.role-badge.hider{background-color:#f74dd3;color:#fff}.role-badge.seeker{background-color:#1de8f2;color:#000}.dq-indicator{color:#f44336;font-weight:600;font-size:12px}.penalty-badge{color:#f44336;font-size:.85em;font-weight:500;margin-left:4px}.player-score{font-weight:600;color:#4a9eff;font-size:.9em;margin-left:auto}.button{background-color:#0000;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-size:100% 100%;background-repeat:no-repeat;background-position:center center;position:relative;color:#fff;display:block;text-align:center;aspect-ratio:320/60}.button:before{content:"";width:calc(100% + 10px);position:absolute;left:-5px;top:-5px;height:calc(100% + 10px);border-radius:.75rem;border:1.5px solid var(--btn-border)}.button:hover{filter:brightness(115%) saturate(110%)}.button:hover:before{border-color:var(--btn-border-hover);box-shadow:0 0 8px 0 var(--btn-glow)}.button--cyan{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2060'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%235ad8ff;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='2259.7'%20x2='160.1'%20y2='2318'%20gradientTransform='translate(0%20-2259)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2332b7e9'/%3e%3cstop%20offset='1'%20stop-color='%231b5a79'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8c-5.5,0-10.1,4.8-10.1,10.6v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.5,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2Z'/%3e%3c/svg%3e");--btn-border: #6dd1ff;--btn-border-hover: rgb(123.6, 213.6, 255);--btn-glow: #008ade}.button--danger{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fc547d;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='-2197.7'%20x2='160.1'%20y2='-2256'%20gradientTransform='translate(0%20-2197)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23ff1f4b'/%3e%3cstop%20offset='1'%20stop-color='%237f0011'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3h0ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.5,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2Z'/%3e%3c/svg%3e");--btn-border: #ef4444;--btn-border-hover: rgb(240.6, 86.7, 86.7);--btn-glow: #ef4444}.button--green{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2325cf1d;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='-2197.7'%20x2='160.1'%20y2='-2256'%20gradientTransform='translate(0%20-2197)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2323ab1b'/%3e%3cstop%20offset='1'%20stop-color='%230b4108'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3h0ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.5,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2Z'/%3e%3c/svg%3e");--btn-border: #33ff4e;--btn-border-hover: rgb(71.4, 255, 95.7);--btn-glow: #09d326}.button--navy{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%235477e8;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='3533.9'%20x2='160.1'%20y2='3592.2'%20gradientTransform='translate(0%20-3533.1295)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230e5bd8'/%3e%3cstop%20offset='1'%20stop-color='%23001425'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3h0ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.4,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2,0Z'/%3e%3c/svg%3e");--btn-border: #008ade;--btn-border-hover: rgb(0, 155.9027027027, 250.8);--btn-glow: #008ade}.button--purple{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23a646d9;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='-2197.7'%20x2='160.1'%20y2='-2256'%20gradientTransform='translate(0%20-2197)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%237b1fb0'/%3e%3cstop%20offset='1'%20stop-color='%23381050'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3h0ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.5,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2Z'/%3e%3c/svg%3e");--btn-border: #ce93d8;--btn-border-hover: rgb(210.9, 157.8, 219.9);--btn-glow: #9c27b0}.button--yellow{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='right'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20320%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23ffb839;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='160.1'%20y1='-2197.7'%20x2='160.1'%20y2='-2256'%20gradientTransform='translate(0%20-2197)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23f8b813'/%3e%3cstop%20offset='1'%20stop-color='%23986000'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20class='st1'%20d='M309.6.7h-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H66.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-29.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h187.8l2.7-2.8c.3-.3.8-.5,1.2-.5h29.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h.3-.1Z'/%3e%3cpath%20class='st0'%20d='M309.3,59.7h-18.7l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H65.8l-2.9-3.1c-.2-.2-.4-.3-.6-.3h-29.2c-.2,0-.5,0-.7.3l-2.9,3H10.8c-6,0-10.8-5.1-10.8-11.3V11.3C0,5.1,4.9,0,10.8,0h18.8l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h188.6l2.9,3.1c.2.2.4.3.6.3h29.2c.2,0,.5,0,.7-.3l2.9-3h18.7c5.8.2,10.5,5.2,10.5,11.3v37.1c0,6.3-4.9,11.3-10.8,11.3v-.3h0ZM291.2,58.2h18.1c5.2,0,9.4-4.4,9.4-9.9V11.3c0-5.5-4.2-9.9-9.4-9.9h-17.8l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H66.6l-2.5,2.6c-.4.4-1.1.7-1.7.7h-29.2c-.6,0-1.2-.2-1.7-.7l-2.5-2.6H10.8C5.7,1.5,1.5,5.9,1.5,11.3v37.1c0,5.5,4.2,9.9,9.4,9.9h18.1l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h187.2l2.5-2.6c.4-.4,1.1-.7,1.7-.7h29.2c.6,0,1.2.2,1.7.7l2.5,2.6h-.2Z'/%3e%3c/svg%3e");--btn-border: #ffbb29;--btn-border-hover: rgb(255, 193.8, 62.4);--btn-glow: #ffbb29}.button--small{aspect-ratio:214.8/59.9}.button--small.button--cyan{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%235ad8ff;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='61.2'%20x2='107.5'%20y2='2.9'%20gradientTransform='translate(0%2062)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2332b7e9'/%3e%3cstop%20offset='1'%20stop-color='%231b5a79'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.button--small.button--danger{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23fc547d;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='2258.8'%20x2='107.5'%20y2='2317.1'%20gradientTransform='translate(0%20-2258)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23ff1f4b'/%3e%3cstop%20offset='1'%20stop-color='%237f0011'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.button--small.button--green{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2325cf1d;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='-2196.8'%20x2='107.5'%20y2='-2255.1'%20gradientTransform='translate(0%20-2196)%20scale(1%20-1)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%2323ab1b'/%3e%3cstop%20offset='1'%20stop-color='%230b4108'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.button--small.button--navy{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%235477e8;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='2258.8'%20x2='107.5'%20y2='2317.1'%20gradientTransform='translate(0%20-2258)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%230e5bd8'/%3e%3cstop%20offset='1'%20stop-color='%23001425'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.button--small.button--purple{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23a646d9;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='2258.8'%20x2='107.5'%20y2='2317.1'%20gradientTransform='translate(0%20-2258)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%237b1fb0'/%3e%3cstop%20offset='1'%20stop-color='%23381050'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.button--small.button--yellow{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20214.8%2059.9'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2030.6.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.4%20Build%20109)%20--%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%23ffb839;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='107.5'%20y1='2258.8'%20x2='107.5'%20y2='2317.1'%20gradientTransform='translate(0%20-2258)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23f8b813'/%3e%3cstop%20offset='1'%20stop-color='%23986000'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20id='right'%3e%3cpath%20class='st1'%20d='M204.2.8h.2-18.4l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H60.2l-2.7,2.8c-.3.3-.8.5-1.2.5h-23.2c-.5,0-.9-.2-1.2-.5l-2.7-2.8H10.8C5.3.7.7,5.5.7,11.3v37.1c0,5.9,4.6,10.5,10.1,10.5h18.4l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h94.6l2.7-2.8c.3-.3.8-.5,1.2-.5h23.2c.5,0,.9.2,1.2.5l2.7,2.8h18.4c5.5,0,10.1-4.8,10.1-10.5V11.3c0-5.9-4.6-10.5-10.1-10.5h0Z'/%3e%3c/g%3e%3cg%20id='Layer_2'%3e%3cpath%20class='st0'%20d='M204.3.2h-18.7l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H59.9l-2.9,3c-.2.3-.5.3-.7.3h-23.2c-.2,0-.4,0-.6-.3l-2.9-3.1H10.8C4.9,0,0,5.1,0,11.3v36.9c0,6.2,4.8,11.3,10.8,11.3h18.7l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h95.3l2.9-3c.2-.3.5-.3.7-.3h23.2c.2,0,.4,0,.6.3l2.9,3.1h18.6v.2c5.9,0,10.8-5,10.8-11.3V11.5c0-6.1-4.7-11.1-10.5-11.3ZM213.5,48.3c0,5.5-4.2,9.9-9.4,9.9h-18l-2.4-2.5c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H60.6l-2.5-2.6c-.5-.5-1.1-.7-1.7-.7h-23.2c-.6,0-1.3.3-1.7.7l-2.5,2.6H10.9c-5.2,0-9.4-4.4-9.4-9.9V11.3C1.5,5.9,5.7,1.5,10.8,1.4h18.2l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h94.1l2.5,2.6c.5.5,1.1.7,1.7.7h23.2c.6,0,1.3-.3,1.7-.7l2.5-2.6h17.8c5.2,0,9.4,4.4,9.4,9.9v37h0Z'/%3e%3c/g%3e%3c/svg%3e")}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out}.btn:focus{outline:none;box-shadow:0 0 0 2px #15a7e633}.btn:disabled{opacity:.6}.btn--sm{padding:.25rem .5rem;font-size:.875rem}.btn--lg{padding:1rem 1.5rem;font-size:1.25rem}.btn--primary{background-color:#15a7e6;border-color:#15a7e6;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1185b7;border-color:#1185b7}.btn--primary:active:not(:disabled){background-color:#0f74a0;border-color:#0f74a0}.btn--secondary{background-color:#030f21;border-color:#030f21;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#000;border-color:#000}.btn--secondary:active:not(:disabled){background-color:#000;border-color:#000}.btn--success{background-color:#28a745;border-color:#28a745;color:#fff}.btn--success:hover:not(:disabled){background-color:#1e7e34;border-color:#1e7e34}.btn--success:active:not(:disabled){background-color:#19692c;border-color:#19692c}.btn--danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn--danger:hover:not(:disabled){background-color:#bd2130;border-color:#bd2130}.btn--danger:active:not(:disabled){background-color:#a71d2a;border-color:#a71d2a}.btn--warning{background-color:#ffc107;border-color:#ffc107;color:#010a14}.btn--warning:hover:not(:disabled){background-color:#d39e00;border-color:#d39e00}.btn--warning:active:not(:disabled){background-color:#ba8b00;border-color:#ba8b00}.btn--info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn--info:hover:not(:disabled){background-color:#117a8b;border-color:#117a8b}.btn--info:active:not(:disabled){background-color:#0f6674;border-color:#0f6674}.btn--discord{background-color:#5865f2;border-color:#5865f2;color:#fff}.btn--discord:hover:not(:disabled){background-color:#2939ee;border-color:#2939ee}.btn--discord:active:not(:disabled){background-color:#1225eb;border-color:#1225eb}.btn--discord:hover:not(:disabled){background-color:#4752c4;border-color:#4752c4}.btn--discord:disabled{background-color:#8891f2}.btn--outline-primary{background-color:#0000;border-color:#15a7e6;color:#15a7e6}.btn--outline-primary:hover:not(:disabled){background-color:#15a7e6;color:#fff}.btn--outline-secondary{background-color:#0000;border-color:#030f21;color:#030f21}.btn--outline-secondary:hover:not(:disabled){background-color:#030f21;color:#fff}.btn--block{display:flex;width:100%}input[type=text],input[type=password],input[type=email],input[type=number],input[type=search],select,textarea{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,select:focus,textarea:focus{outline:none;border-color:#15a7e6;box-shadow:0 0 0 2px #15a7e633}input[type=text]::placeholder,input[type=password]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,select::placeholder,textarea::placeholder{color:var(--text-muted);opacity:1}input[type=text]:disabled,input[type=password]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=search]:disabled,select:disabled,textarea:disabled{background-color:#e9ecef;opacity:1}input[type=text],input[type=password],input[type=email],input[type=number],input[type=search],select,textarea{background-color:var(--bg-secondary, #2a2a2a);border-color:var(--border-color, #444);color:var(--text-primary, #fff);font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,select:focus,textarea:focus{border-color:#15a7e6}input[type=text]::placeholder,input[type=password]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,select::placeholder,textarea::placeholder{color:var(--text-muted, #666)}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;max-width:52px!important}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:28px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#28a745}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-switch input:focus+.toggle-slider{box-shadow:0 0 0 3px #28a74540}.toggle-switch input:disabled+.toggle-slider{background-color:#6c757d;opacity:.5}.segmented-control{display:flex;border-radius:.375rem;overflow:hidden;background:#0000004d;border:1px solid hsla(0,0%,100%,.2)}.segmented-control input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.segmented-control label{flex:1;padding:.4rem .75rem;text-align:center;font-size:.8rem;font-weight:500;transition:all .15s ease-in-out;background:#0000;color:#ffffffb3;border-right:1px solid hsla(0,0%,100%,.15);-webkit-user-select:none;user-select:none}.segmented-control label:last-of-type{border-right:none}.segmented-control label:hover{background:#ffffff1a;color:#ffffffe6}.segmented-control input[type=radio]:checked+label{background:#15a7e6;color:#fff}.segmented-control input[type=radio]:focus+label{box-shadow:0 0 0 2px #15a7e64d inset}.segmented-control--compact label{padding:.25rem .5rem;font-size:.75rem}.segmented-control[aria-disabled=true],.disabled .segmented-control{opacity:.5;pointer-events:none}.duration-slider{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#15a7e6,#15a7e6);outline:none}.duration-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#15a7e6;box-shadow:0 1px 2px #0000000d;transition:transform .15s ease-in-out}.duration-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.duration-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#15a7e6;border:none;box-shadow:0 1px 2px #0000000d;transition:transform .15s ease-in-out}.duration-slider::-moz-range-thumb:hover{transform:scale(1.1)}.setting-item,.overlay-setting-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background:#ffffff0d;border:1px solid hsla(0,0%,100%,.1);border-radius:.375rem}.setting-item label,.overlay-setting-item label{display:flex;flex-direction:column;gap:.15rem;flex:1;justify-content:center;white-space:nowrap}.setting-item__info{display:flex;flex-direction:column;gap:4px;flex:1}.setting-item__label{font-weight:500;font-size:.9rem;color:var(--text-white, #fff)}.setting-item__description{font-size:.75rem;opacity:.7;color:var(--text-white, #fff)}#room-code-input{width:100%;max-width:21rem;padding:1rem;border:2px solid #15a7e6;border-radius:.5rem;font-size:3rem;font-family:Eurostile Extd,Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:800;text-align:center;background-color:#030f21;color:#15a7e6;transition:box-shadow .15s ease-in-out;box-shadow:inset 0 0 .5rem #21bddf99}#room-code-input:focus{box-shadow:inset 0 0 .75rem #21bddf}#room-code-input:focus::placeholder{color:#0000}input[type=checkbox]{width:30px;height:30px;min-width:30px;min-height:30px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#030f21;border:2px solid #15a7e6;border-radius:4px;transition:all .15s ease-in-out;position:relative}input[type=checkbox]:hover{box-shadow:0 0 8px #15a7e666}input[type=checkbox]:checked{background-color:#15a7e6}input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;font-weight:700;color:#fff}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #15a7e640}input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}#display-duration,#max-visible,#fpr-sort-by{width:unset!important}.badge{display:inline-block;padding:2px 8px;border-radius:3px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;white-space:nowrap;vertical-align:middle}.badge .role-icon{display:inline-block;vertical-align:middle;flex-shrink:0}.badge--role-hider{background-color:#f74dd3;color:#fff}.badge--role-seeker{background-color:#1de8f2;color:#000}.badge--status-created{background-color:#6c757d}.badge--status-active{background-color:#28a745}.badge--status-completed{background-color:#15a7e6}.badge--status-cancelled{background-color:#dc3545}.badge--status-waiting{background-color:#6c757d}.badge--status-in-progress{background-color:#28a745}.badge--dq{background-color:#dc3545;color:#fff}.badge--captured{background:#f4433633;color:#f44336;border:1px solid rgba(244,67,54,.4)}.badge--penalty{background:#0000;color:#f44336;font-size:.85em;padding:0;text-transform:none;letter-spacing:0}.badge--bot-installed{color:#4ade80;background:#0000;font-weight:400;text-transform:none}.badge--bot-missing{color:#f87171;background:#0000;font-weight:400;text-transform:none}.badge--count{background:#15a7e633;color:#15a7e6;border-radius:9999px;padding:.25rem .625rem;font-weight:500;text-transform:none;letter-spacing:0}.card--round{border:1px solid var(--border-color, #444444);border-radius:.375rem;padding:1rem;background:var(--bg-secondary, #2a2a2a);transition:border-color .15s ease-in-out}.card--round.disabled{background:#f871710d;border-left:3px solid #dc3545;opacity:.85}.card--game{border:1px solid var(--border-color, #444444);border-radius:.375rem;padding:1rem;background:var(--bg-secondary, #2a2a2a);transition:border-color .15s ease-in-out}.card--game--completed{border-left:3px solid #28a745}.card--stats{border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.card--stats__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.15)}.stat-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#0003;border-radius:.375rem;transition:background .15s ease-in-out}.stat-item:hover{background:#0000004d}.stat-item__icon{font-size:1.5rem;min-width:2rem;text-align:center}.stat-item__value{font-size:1.5rem;font-weight:600;color:var(--text-white, #fff)}.stat-item__label{font-size:.75rem;color:var(--text-white, #999);text-transform:uppercase;letter-spacing:.025em}.game-stat-item{padding:1rem;background:#0003;border-radius:.375rem;transition:background .15s ease-in-out}.game-stat-item:hover{background:#0000004d}.game-stat-item__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.game-stat-item__header-icon{font-size:1.25rem}.game-stat-item__header-title{font-size:.875rem;color:var(--text-white, #999);text-transform:uppercase;letter-spacing:.025em}.game-stat-item__value{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.game-stat-item__value .player-names{font-size:1.1rem;font-weight:600;color:var(--text-white, #fff)}.game-stat-item__value .stat-detail{font-size:.875rem;color:#15a7e6;font-weight:500}.game-stat-item__value .no-data{font-size:.875rem;color:var(--text-secondary, #999);font-style:italic}.card--round-result{border-radius:.375rem;padding:1rem;border:1px solid var(--text-white, #ffffff)}.card--info{border:1px solid var(--border-color, #444444);border-radius:.375rem;background:var(--bg-secondary, #2a2a2a)}.card--info__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color, #444444)}.card--info__body{padding:1.5rem}.card--flashpoint{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444444);border-radius:.25rem;transition:background .15s ease-in-out}.card--flashpoint:hover{background:var(--bg-hover, #333333)}.card--preview{flex:1;background:#1a1a1a;border-radius:.75rem;padding:3rem;display:flex;align-items:center;justify-content:center;border:2px solid rgba(3,15,33,.3);min-height:300px}.timer{display:flex;flex-direction:column;align-items:center;text-align:center}.timer__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.9;margin-bottom:.25rem}.timer__value{font-weight:900;font-size:2rem;letter-spacing:1px;color:#fff;line-height:1;font-variant-numeric:tabular-nums}.timer__max{font-size:1rem;font-weight:400;opacity:.7;color:#fff}.timer__progress{width:100%;height:4px;background:#fff3;border-radius:2px;margin-top:.5rem;overflow:hidden}.timer__progress-bar{height:100%;background:#fff;border-radius:2px;transition:width .3s ease}.timer--hider{background-color:#f74dd326;border:2px solid #f74dd3;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;color:#8a1570}.timer--hider .timer__label{color:#f74dd3}.timer--seeker{background-color:#1de8f226;border:2px solid #1de8f2;border-radius:.5rem;padding:1rem;margin-bottom:.75rem;color:#0a5964}.timer--seeker .timer__label{color:#1de8f2}.timer .timer__value--warning{animation:pulse-warning .8s ease-in-out infinite}.timer--admin .timer__label{font-size:.875rem;font-weight:600}.timer--admin .timer__value{font-size:1.75rem;font-weight:700}.timer--admin .timer__max{font-size:1rem;opacity:.7}.timer--hiding{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:.25rem;padding:.5rem}.leaderboard__row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:.375rem;transition:transform .15s ease-in-out,background .15s ease-in-out}.leaderboard__row--1{background:linear-gradient(90deg,#ffd70033,#ffd7000d);border-left:3px solid gold}.leaderboard__row--2{background:linear-gradient(90deg,#c0c0c033,#c0c0c00d);border-left:3px solid silver}.leaderboard__row--3{background:linear-gradient(90deg,#cd7f3233,#cd7f320d);border-left:3px solid #cd7f32}.leaderboard__row--top-three{background:#ffd70014}.leaderboard__rank{font-size:1.25rem;min-width:2rem;text-align:center;flex-shrink:0}.leaderboard__name{flex:1;font-weight:600;color:var(--text-white, #fff)}.leaderboard__stats{font-size:.85rem;color:var(--text-white, #fff)}.leaderboard__score{font-weight:700;font-size:1.1rem;color:var(--accent-color, #15a7e6);min-width:4rem;text-align:right;font-variant-numeric:tabular-nums}.leaderboard__header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.leaderboard__header h2{margin:0;font-size:1.5rem;background:linear-gradient(90deg,gold,gold);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.leaderboard__footer{margin-top:1rem;padding-top:1rem;text-align:center}.leaderboard__footer p{margin:0;color:var(--text-white, #fff);font-size:.9rem}.score-row{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.125rem;background:#ffffff05}.score-row--top-three{background:#ffd7000d}.score-row--seeker{opacity:.7}.score-row--disqualified{opacity:.5}.score-row__rank{min-width:1.75rem;text-align:center;font-size:.9rem;flex-shrink:0}.score-row__role{font-size:.7rem;padding:.15rem .4rem;border-radius:.125rem;font-weight:600;text-transform:uppercase;flex-shrink:0}.score-row__role--hider{background:#f74dd333;color:#f74dd3}.score-row__role--seeker{background:#1de8f233;color:#1de8f2}.score-row__value{min-width:3.5rem;text-align:right;font-weight:600;color:var(--accent-color, #15a7e6);margin-left:auto;font-variant-numeric:tabular-nums}.score-row__penalty{color:#f44336;font-size:.85em;font-weight:500;flex-shrink:0}.score-row__captured{font-size:.65rem;padding:.15rem .35rem;border-radius:.2rem;background:#f4433633;color:#f44336;font-weight:600;flex-shrink:0}.role-rules-col{background:#ffffff0d;border-radius:.375rem;padding:.5rem}.role-rules-col--hiders{border-left:3px solid #f74dd3}.role-rules-col--hiders .role-rules-col__header{color:#f74dd3}.role-rules-col--seekers{border-left:3px solid #1de8f2}.role-rules-col--seekers .role-rules-col__header{color:#1de8f2}.role-rules-col__header{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.role-rules-col__rule{display:flex;justify-content:space-between;align-items:center;padding:3px 0;font-size:.75rem}.role-rules-col__rule--changed{background:#ffc1072e;border-left:2px solid #ffc107;padding-left:.25rem;border-radius:.125rem}.role-rules-col__rule-label{color:#fffc}.role-rules-col__rule-value{font-weight:600}.role-rules-col__rule-value--allowed{color:#28a745}.role-rules-col__rule-value--not-allowed{color:#dc3545}.player-item{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;gap:.5rem;border-radius:.375rem;transition:all .15s ease-in-out}.player-item--disabled{opacity:.6}.player-item--banned{border-left:3px solid #f87171;background:#f871711a}.player-item--disqualified{opacity:.7}.player-item__info{display:flex;flex-direction:column;gap:.25rem}.player-item__name{font-weight:500;color:var(--text-primary, #eee)}.player-item__discord{font-size:.875rem;color:#7289da}.player-item__ban-reason{font-size:.875rem;color:#f87171}.player-item__actions{display:flex;align-items:center;gap:.75rem}.player-item--overlay{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:4px;background:radial-gradient(circle at left,#010a1499 0,#010a1466)}.player-item--overlay .player-item__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.player-indicator{width:8px;height:8px;border-radius:50%;background-color:var(--color-success, #28a745);flex-shrink:0}.player-indicator--offline{background-color:var(--color-secondary, #030f21)}.ban-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out}.ban-button:focus{outline:none;box-shadow:0 0 0 2px #15a7e633}.ban-button:disabled{opacity:.6}.ban-button{background:#0000;border:1px solid #f87171;color:#f87171;padding:.4em .6em;font-size:.875rem;border-radius:.25rem}.ban-button:hover:not(:disabled){background:#f8717133}.unban-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out}.unban-button:focus{outline:none;box-shadow:0 0 0 2px #15a7e633}.unban-button:disabled{opacity:.6}.unban-button{background:#4ade80;color:#000;padding:.4em .8em;font-size:.875rem;font-weight:500;border-radius:.25rem}.unban-button:hover:not(:disabled){background:#22c55e}.player-toggle-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out}.player-toggle-btn:focus{outline:none;box-shadow:0 0 0 2px #15a7e633}.player-toggle-btn:disabled{opacity:.6}.player-toggle-btn{padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444444);color:var(--text-primary, #fff);width:100%;justify-content:flex-start;gap:.5rem}.player-toggle-btn--hider{border-color:#f74dd3;background:#f74dd31a}.player-toggle-btn--seeker{border-color:#1de8f2;background:#1de8f21a}.overlay-players{display:flex;flex-direction:column;gap:.25rem}.overlay-players--multi-column{flex-direction:row;gap:.5rem}.overlay-players--multi-column[data-columns="2"] .overlay-players-column{flex:0 0 calc(50% - .25rem)}.overlay-players--multi-column[data-columns="3"] .overlay-players-column{flex:0 0 calc(33.333% - .5rem*2/3)}.overlay-players-column{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.coord-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;font-weight:600;font-family:Consolas,Courier New,monospace;color:#fff;background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-radius:.25rem;border:1px solid #ce93d8;box-shadow:0 1px 2px #0000000d}.notification-container{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:radial-gradient(circle,#0009,#0000);width:100%}.notification-item{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;background:#0000;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8)}.notification-item--success,.notification-item--warning,.notification-item--error,.notification-item--info{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8)}.notification-item--round-start{font-size:1.8rem}.notification-item--admin-alert{flex-direction:column;gap:.5rem}.notification-item--admin-alert .notification__icon{font-size:1.8rem;line-height:1;text-align:center}.notification-item--admin-alert .notification__heading{font-weight:700;font-size:1.05rem;text-transform:uppercase;letter-spacing:.15em;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8)}.notification-item--admin-alert .notification__description{font-weight:500;font-size:.7rem;text-transform:none;letter-spacing:.05em;text-align:center;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8);opacity:.95}.notification-enter{animation:slideInBounce .4s ease-out forwards}.notification-exit{animation:fadeOut .5s ease-out forwards}@keyframes slideInBounce{0%{transform:translateY(-30px) scale(.8);opacity:0}60%{transform:translateY(5px) scale(1.05);opacity:1}to{transform:translateY(0) scale(1);opacity:1}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.notification-item--marco-polo{display:flex;flex-direction:column;align-items:center;background:#0000;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8);animation:slideInBounce .4s ease-out forwards}.notification-item--marco-polo.penalizing{animation:pulse-penalty .8s ease-in-out infinite}.notification-item--marco-polo .notification__content{display:flex;flex-direction:column;align-items:center}.notification-item--marco-polo .notification__title{font-weight:700;font-size:1.25rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.notification-item--marco-polo .notification__timer{font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums}.notification-item--marco-polo .notification__message{font-size:.875rem;opacity:.9;margin-top:.25rem}.notification-item--marco-polo .notification__progress{width:100%;height:6px;background:#fff3;border-radius:3px;margin-top:.75rem;overflow:hidden}.notification-item--marco-polo .notification__progress-bar{height:100%;background:#fffc;border-radius:3px;transition:width .1s linear}.notification-item--marco-polo .notification__progress-bar--penalizing{background:#f44336cc}.notification-item--marco-polo .notification__penalty{font-weight:900;font-size:1rem;color:#f44336cc}.border-img{border-style:solid;border-color:#0000;box-sizing:border-box}.border-img--1{border-width:48px;border-image-source:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20300%20300'%3e%3cdefs%3e%3cstyle%3e%20.st0%20{%20fill:%20%2310759d;%20}%20.st1%20{%20fill:%20url(%23linear-gradient);%20opacity:%20.2;%20}%20%3c/style%3e%3clinearGradient%20id='linear-gradient'%20x1='150'%20y1='298.5'%20x2='150'%20y2='1.5'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23002843'/%3e%3cstop%20offset='1'%20stop-color='%23053b63'/%3e%3c/linearGradient%3e%3cfilter%20id='glow'%20x='-15%25'%20y='-15%25'%20width='130%25'%20height='130%25'%3e%3cfeGaussianBlur%20in='SourceAlpha'%20stdDeviation='3'%20result='blur'/%3e%3cfeFlood%20flood-color='%2310759d'%20flood-opacity='0.8'%20result='color'/%3e%3cfeComposite%20in='color'%20in2='blur'%20operator='in'%20result='coloredBlur'/%3e%3cfeMerge%3e%3cfeMergeNode%20in='coloredBlur'/%3e%3cfeMergeNode%20in='SourceGraphic'/%3e%3c/feMerge%3e%3c/filter%3e%3c/defs%3e%3crect%20class='st1'%20x='1.5'%20y='1.5'%20width='297'%20height='297'%20rx='30.5'%20ry='30.5'/%3e%3cpath%20class='st0'%20filter='url(%23glow)'%20d='M268,3c16,0,29,13,29,29v236c0,16-13,29-29,29H32c-16,0-29-13-29-29V32C3,16,16,3,32,3h236M268,0H32C14.3,0,0,14.3,0,32v236c0,17.7,14.3,32,32,32h236c17.7,0,32-14.3,32-32V32c0-17.7-14.3-32-32-32h0Z'/%3e%3c/svg%3e");border-image-slice:48;border-image-width:48px;border-image-outset:0;border-image-repeat:stretch}.log-container{flex:1;overflow-y:auto;background:var(--surface-darkest, #0d0d1a);border:1px solid var(--border-color, #3a3a5a);border-radius:.375rem;font-family:Consolas,Courier New,monospace;font-size:.75rem;line-height:1.4}.log-container::-webkit-scrollbar{width:8px}.log-container::-webkit-scrollbar-track{background:var(--surface-dark, #1a1a2e)}.log-container::-webkit-scrollbar-thumb{background:var(--border-color, #3a3a5a);border-radius:4px}.log-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary, #a0a0a0)}.log-entry{display:flex;flex-wrap:wrap;gap:.5rem;padding:.25rem .5rem;border-bottom:1px solid var(--border-color-subtle, #2a2a4a);transition:background .15s ease-in-out}.log-entry:hover{background:var(--surface-hover, #252540)}.log-entry--warn{background:#ffc1071a}.log-entry--error{background:#dc354526}.log-entry__time{color:var(--text-secondary, #a0a0a0);flex-shrink:0}.log-entry__level{font-weight:600;text-transform:uppercase;min-width:50px;flex-shrink:0}.log-entry__level--debug{color:var(--debug-color, #6c757d)}.log-entry__level--info{color:var(--info-color, #17a2b8)}.log-entry__level--warn{color:var(--warn-color, #ffc107)}.log-entry__level--error{color:var(--error-color, #dc3545)}.log-entry__source{color:var(--accent-primary, #00d4ff);flex-shrink:0;min-width:50px}.log-entry__message{color:var(--text-primary, #e0e0e0);flex:1;word-break:break-word}.log-entry__context{color:var(--text-tertiary, #888);font-size:.7rem}.log-entry__data{color:var(--text-secondary, #a0a0a0);font-size:.7rem;word-break:break-all;max-width:100%}.log-search{padding:.375rem .75rem;background:var(--surface-dark, #1a1a2e);border:1px solid var(--border-color, #3a3a5a);border-radius:.125rem;color:var(--text-primary, #e0e0e0);font-size:.875rem;min-width:200px}.log-search::placeholder{color:var(--text-secondary, #a0a0a0)}.btn--clear-log{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn--clear-log:hover:not(:disabled){background-color:#bd2130;border-color:#bd2130}.btn--clear-log:active:not(:disabled){background-color:#a71d2a;border-color:#a71d2a}.btn--download-log{background-color:#6c63ff;border-color:#6c63ff;color:#fff}.btn--download-log:hover:not(:disabled){background-color:#3c30ff;border-color:#3c30ff}.btn--download-log:active:not(:disabled){background-color:#2417ff;border-color:#2417ff}.galaxy{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:-1;pointer-events:none;background:radial-gradient(circle at 20% 20%,rgba(23,80,111,.4),transparent 50%),radial-gradient(circle at 80% 70%,rgba(8,146,232,.3),transparent 55%),radial-gradient(circle at 50% 40%,rgba(255,255,255,.1),transparent 60%),#020813}#stars-layer,#shooting-stars-layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.star{position:absolute;animation-name:star-drift;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}.star-inner{display:block;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#ffffff 0,#bbdefb 40%,transparent 70%);box-shadow:0 0 3px #ffffffe6,0 0 6px #bbdefb80;opacity:0;animation-name:star-twinkle;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.shooting-star{position:absolute;width:180px;height:2px;border-radius:999px;background:linear-gradient(to right,#fff0,#fff6,#fffffff2);filter:blur(.4px);transform-origin:right center;animation-name:shooting-star-move;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes star-twinkle{0%,to{opacity:0;transform:scale(.7)}40%{opacity:1;transform:scale(1.3)}60%{opacity:.8;transform:scale(1)}}@keyframes star-drift{0%{transform:translateZ(0)}to{transform:translate3d(var(--drift-x, 40px),var(--drift-y, 30px),0)}}@keyframes shooting-star-move{0%{opacity:0;transform:rotate(var(--shoot-angle, 30deg)) translate(0) scaleX(.2)}10%{opacity:1;transform:rotate(var(--shoot-angle, 30deg)) translate(0) scaleX(1)}to{opacity:0;transform:rotate(var(--shoot-angle, 30deg)) translate(var(--shoot-distance, 500px)) scaleX(.9)}}.tab-navigation{display:flex;flex-direction:column;flex:1;min-height:0}.tab-header{display:flex;gap:.25rem;padding:.5rem .75rem 0;background:#001c27;justify-content:center}.tab-button{font-family:Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:800;text-transform:uppercase;padding:.125rem 2rem;background:#030f21;color:#21bddf;border:.125rem solid #43c4ef;border-bottom:none!important;border-top-left-radius:.25rem;border-top-right-radius:.25rem;transition:all .2s ease;position:relative;overflow:hidden}.tab-button span{position:relative;z-index:1}.tab-button.active{color:#030f21;border:.125rem solid #43c4ef;background-color:#43c4ef}.tab-button:hover:not(.active){color:#fff}.tab-content{flex:1;overflow-y:auto;z-index:1;display:flex;flex-direction:column;align-items:center;padding:2rem;border-radius:.5rem;border-top:.125rem solid #43c4ef}.title-bar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:stretch;background:#001c27;border-bottom:1px solid hsla(0,0%,100%,.15);-webkit-user-select:none;user-select:none;flex-shrink:0;height:100%}.title-bar-drag-region{display:flex;align-items:center;flex:1;-webkit-app-region:drag;app-region:drag}.title-bar-title{font-family:Eurostile Extd,Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;font-weight:500;color:#fff;padding-left:1rem}.title-bar-controls{display:flex;height:100%;-webkit-app-region:no-drag;app-region:no-drag}.title-bar-button{display:flex;align-items:center;justify-content:center;width:3rem;height:2.25rem;margin:0;padding:0;border-left:1px solid hsla(0,0%,100%,.15);background:#001c27;color:#29b1eb}.title-bar-button:hover{color:#fff;background-color:#29b1eb}.title-bar-button svg{flex-shrink:0}.create-game{max-width:600px;padding:20px}.create-game h2{margin-top:0}.success-message{padding:1.5rem;background-color:#4ade801a;border:1px solid #4ade80;border-radius:8px;margin-top:1rem}.success-message h3{margin-top:0;margin-bottom:1rem;color:#4ade80}.game-settings{padding:20px}.game-settings h2{margin:0 0 20px;color:var(--text-primary, #fff)}.game-settings .no-game-selected{text-align:center;padding:40px;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444444);border-radius:8px}.game-settings .no-game-selected h2{margin-bottom:12px}.game-settings .no-game-selected p{margin:0;color:var(--text-secondary, #888888)}.game-info-header{border-bottom:1px solid var(--border-color, #444444)}.game-status{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px}.game-status.status-active{background:#4ade8026;color:#4ade80}.game-status.status-waiting{background:#fbbf2426;color:#fbbf24}.game-status.status-completed{background:#9ca3af26;color:#9ca3af}.game-status-row{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.game-status-row strong{color:var(--text-secondary, #888888)}.setting-label{color:#fff;font-weight:500}.setting-description{color:#fff;font-size:13px}.room-code{background-color:#29b1eb;color:#fff;border-radius:.375rem;padding:.5rem;line-height:1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.room-code .label{font-family:Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:.75rem}.room-code .badge{font-family:Eurostile Extd,Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:900;font-size:1.25rem}.no-results{padding:40px;text-align:center;color:var(--text-secondary, #888888)}.games-table{width:100%}.games-table-header,.games-table-row{display:grid;grid-template-columns:60px 100px 1fr 80px 80px 150px 100px;gap:12px;padding:12px 16px;align-items:center}.games-table-header{background:var(--bg-hover, #333333);font-weight:600;font-size:12px;text-transform:uppercase;color:var(--text-secondary, #aaaaaa);border-bottom:1px solid var(--border-color, #444444)}.games-table-row{border-bottom:1px solid var(--border-color, #333333);transition:background-color .15s}.games-table-row:last-child{border-bottom:none}.games-table-row:hover{background:var(--bg-hover, #333333)}.games-table-row.selected{background:var(--primary-color-alpha, rgba(21, 167, 230, .15))}.games-table-row .status-icon{font-size:12px}.games-table-row .col-name{color:var(--text-primary, #fff);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-table-row .col-players,.games-table-row .col-rounds{text-align:center;color:var(--text-secondary, #aaaaaa)}.games-table-row .col-created{font-size:12px;color:var(--text-secondary, #888888)}.game-selector-dropdown{position:relative}.game-selector-button{display:flex;align-items:center;gap:6px;padding:8px 12px;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:6px;color:var(--text-primary, #fff);font-size:14px;transition:background-color .2s,border-color .2s;min-width:200px}.game-selector-button:hover{background:var(--bg-hover, #333);border-color:var(--primary-color, #007bff)}.game-selector-button .status-icon{font-size:10px}.game-selector-button .game-code{font-weight:600;font-family:monospace}.game-selector-button .game-name-separator{color:var(--text-secondary, #888)}.game-selector-button .game-name{color:var(--text-secondary, #aaa);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-selector-button .no-game{color:var(--text-secondary, #888)}.game-selector-button .dropdown-arrow{margin-left:auto;font-size:10px;color:var(--text-secondary, #888)}.game-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:250px;overflow:hidden}.dropdown-item{display:flex;align-items:center;gap:6px;width:100%;padding:10px 12px;background:none;border:none;color:var(--text-primary, #fff);text-align:left;font-size:14px;transition:background-color .15s}.dropdown-item:hover{background:var(--bg-hover, #333)}.dropdown-item.selected{background:var(--primary-color-alpha, rgba(0, 123, 255, .2))}.dropdown-item .status-icon{font-size:10px}.dropdown-item .game-code{font-weight:600;font-family:monospace}.dropdown-item .game-name-separator{color:var(--text-secondary, #888)}.dropdown-item .game-name{color:var(--text-secondary, #aaa);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-item.view-all{color:var(--primary-color, #007bff);font-weight:500}.dropdown-item.view-all:hover{background:var(--primary-color-alpha, rgba(0, 123, 255, .1))}.dropdown-divider{height:1px;background:var(--border-color, #444);margin:4px 0}.dropdown-empty{padding:12px;text-align:center;color:var(--text-secondary, #888);font-size:14px}.discord-settings{padding:20px}.discord-settings h2{margin-top:0;margin-bottom:10px}.discord-settings .linked-status{color:var(--text-secondary, #888888);margin:0 0 20px;font-size:14px}.discord-settings .not-linked-message,.discord-settings .no-game-message{text-align:center;padding:60px 20px;color:var(--text-secondary, #888888)}.discord-settings .not-linked-message p,.discord-settings .no-game-message p{margin:0 0 10px;font-size:16px}.discord-settings .not-linked-message .hint,.discord-settings .no-game-message .hint{font-size:14px}.settings-section{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin-bottom:20px}.settings-section h3{margin-top:0;margin-bottom:15px;font-size:18px;border-bottom:1px solid #dee2e6;padding-bottom:10px}.link-section{text-align:center}.link-section p{margin-bottom:15px}.discord-user{display:flex;align-items:center;gap:12px;background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #dee2e6}.discord-user .avatar{width:48px;height:48px;border-radius:50%}.discord-user .user-info{display:flex;flex-direction:column;gap:4px}.discord-user .username{font-weight:600;font-size:16px}.discord-user .status{font-size:12px;color:#28a745}.guild-selector{display:flex;flex-direction:column;gap:8px}.guild-selector label{font-weight:500}.guild-selector select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;background:#fff}.guild-list{max-height:400px;overflow-y:auto;border:1px solid #dee2e6;border-radius:.375rem;padding:.5rem}.guild-list>.hint{margin-bottom:.5rem}.guild-item{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.guild-item:hover{border-color:#6c757d}.guild-item.selected{border-color:#5865f2;box-shadow:0 0 0 2px #5865f233}.guild-item.needs-bot{background:#f8f9fa}.guild-icon{width:40px;height:40px;border-radius:50%}.guild-icon-placeholder{width:40px;height:40px;border-radius:50%;background:#5865f2;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.guild-name{font-weight:500;font-size:15px}.bot-status{font-size:12px;padding:4px 8px;border-radius:4px}.bot-status.installed{background:#d4edda;color:#155724}.bot-status.not-installed{background:#f8d7da;color:#721c24}.no-guilds{text-align:center;padding:20px;color:#6c757d}.no-guilds .hint{font-size:12px;margin-top:8px}.player-links-table{margin-top:15px;overflow-x:auto}.player-links-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px}.player-links-table th,.player-links-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #dee2e6}.player-links-table th{background:#e9ecef;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.player-links-table tr:last-child td{border-bottom:none}.player-links-table tr:hover{background:#f8f9fa}.discord-linked{color:#5865f2;font-weight:500}.discord-linked .discord-id{font-size:11px;color:#6c757d;font-weight:400;margin-left:6px}.discord-not-linked{color:#6c757d;font-style:italic}.discord-auto-link-failed{color:#ffc107;font-style:italic}.status-linked{color:#28a745}.status-not-linked{color:#aaa}.manual-link-form{display:flex;flex-direction:column;gap:6px}.input-small{padding:6px 10px;border:1px solid #ced4da;border-radius:4px;font-size:13px;width:100%;min-width:150px}.input-small:focus{outline:none;border-color:#5865f2;box-shadow:0 0 0 2px #5865f233}.member-search-container{position:relative;width:100%;min-width:220px}.member-search-input{width:100%}.member-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ced4da;border-radius:4px;box-shadow:0 4px 12px #00000026;max-height:250px;overflow-y:auto;z-index:100;margin-top:4px}.member-option{display:flex;align-items:center;gap:10px;padding:10px 12px;transition:background-color .15s}.member-option:hover{background-color:#e9ecef}.member-option.no-results{color:#6c757d;font-style:italic}.member-option.no-results:hover{background-color:#0000}.member-avatar{width:28px;height:28px;border-radius:50%;flex-shrink:0}.member-name{font-weight:500}.member-username{font-size:12px;color:#6c757d;margin-left:auto}.selected-member-tag{display:inline-flex;align-items:center;gap:4px;background-color:#d4edda;color:#155724;padding:4px 10px;border-radius:4px;font-size:13px;margin-top:6px}.discord-auth-modal{max-width:500px}.discord-auth-modal .discord-section{margin-bottom:24px}.discord-auth-modal .discord-section:last-child{margin-bottom:0}.discord-auth-modal .discord-section h3{margin:0 0 12px;font-size:16px;color:var(--text-primary, #fff)}.discord-auth-modal .link-section p{margin:0 0 12px;color:var(--text-secondary, #aaa)}.discord-auth-modal .linked-account{background:var(--bg-secondary, #2a2a2a);padding:12px;border-radius:8px}.discord-auth-modal .discord-user{display:flex;align-items:center;gap:12px}.discord-auth-modal .discord-user .avatar{width:40px;height:40px;border-radius:50%}.discord-auth-modal .discord-user .user-info{display:flex;flex-direction:column;gap:2px}.discord-auth-modal .discord-user .username{font-weight:600;color:var(--text-primary, #fff)}.discord-auth-modal .discord-user .status{font-size:12px;color:#4ade80}.discord-auth-modal .no-guilds{background:var(--bg-secondary, #2a2a2a);padding:16px;border-radius:8px;text-align:center}.discord-auth-modal .no-guilds p{margin:0;color:var(--text-secondary, #aaa)}.discord-auth-modal .hint{margin:0 0 12px;color:var(--text-secondary, #888);font-size:13px}.discord-auth-modal .guild-list{display:flex;flex-direction:column;gap:8px}.discord-auth-modal .guild-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--bg-secondary, #2a2a2a);border:1px solid var(--border-color, #444);border-radius:8px;transition:border-color .2s}.discord-auth-modal .guild-item.selected{border-color:var(--primary-color, #007bff);background:var(--primary-color-alpha, rgba(0, 123, 255, .1))}.discord-auth-modal .guild-info{display:flex;align-items:center;gap:10px}.discord-auth-modal .guild-icon{width:32px;height:32px;border-radius:50%}.discord-auth-modal .guild-icon-placeholder{width:32px;height:32px;border-radius:50%;background:var(--bg-hover, #333);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-primary, #fff)}.discord-auth-modal .guild-name{font-weight:500;color:var(--text-primary, #fff)}.discord-auth-modal .guild-actions{display:flex;align-items:center;gap:10px}.discord-auth-modal .bot-status{font-size:12px}.discord-auth-modal .bot-status.installed{color:#4ade80}.discord-auth-modal .bot-status.not-installed{color:var(--text-secondary, #888)}.round-creation{margin-bottom:30px;padding:20px;border:2px solid #15a7e6;border-radius:.375rem;background-color:#fff}.round-creation h3{margin-top:0;margin-bottom:15px}.round-creation-error{color:#dc3545;font-weight:500}.slider-group{margin-bottom:15px}.slider-group label{display:block;margin-bottom:5px}.slider-group input[type=range]{width:100%}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6c757d}.role-rules-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:15px;padding:15px;background-color:#00000040;border:1px solid #15a7e6;border-radius:.25rem;color:#fff}.role-rules-display{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:10px 0;padding:10px;background-color:#00000040;border-radius:.25rem;font-size:13px;color:#fff}.role-rules-display .role-col{display:flex;flex-direction:column;gap:4px}.role-rules-display .role-col strong{font-size:12px;margin-bottom:4px;color:#ffffffb3}.role-rules-display .role-col span{display:flex;align-items:center;gap:4px}.role-rules-display .role-col span.allowed{color:#28a745}.role-rules-display .role-col span.not-allowed{color:#dc3545}.flashpoint-rows-header{display:grid;grid-template-columns:1fr 140px 32px;gap:12px;padding:0 4px 4px;font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.flashpoint-row{display:grid;grid-template-columns:1fr 140px 32px;gap:12px;align-items:center;padding:8px;background:#00000040;border-radius:.375rem;border:1px solid #15a7e6;color:#fff;transition:background .15s ease-in-out}.flashpoint-row:hover{background:#00000059}.flashpoint-row-remove{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;-webkit-user-select:none;user-select:none;transition:all .15s ease-in-out}.flashpoint-row-remove:focus{outline:none;box-shadow:0 0 0 2px #15a7e633}.flashpoint-row-remove:disabled{opacity:.6}.flashpoint-row-remove{width:28px;height:28px;padding:0;background:#0000;border:none;color:#888;font-size:18px;font-weight:700;border-radius:.25rem;justify-content:center}.flashpoint-row-remove:hover:not(:disabled){background:#f8d7da;color:#dc3545}.flashpoint-row-remove:disabled{opacity:.3}.marco-polo-section{margin-top:15px;border-top:1px solid #dee2e6;padding-top:10px}.marco-polo-header{display:flex;align-items:center;gap:8px;padding:8px;background:#f8f9fa;border-radius:.25rem;-webkit-user-select:none;user-select:none;transition:background .15s ease-in-out}.marco-polo-header:hover{background:#e9ecef}.marco-polo-event{padding:12px;background:#fff;border:1px solid #dee2e6;border-radius:.25rem;border-left:4px solid #9c27b0}.marco-polo-event--cancelled{opacity:.6;border-left-color:#6c757d}.marco-polo-event__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.marco-polo-event__time{font-size:.75rem;color:#6c757d;font-family:Consolas,Courier New,monospace}.response-item{display:flex;align-items:center;gap:10px;padding:6px 8px;background:#f8f9fa;border-radius:.125rem;font-size:13px}.response-item--waiting{background:#fff3cd}.response-item--penalizing{background:#f8d7da;animation:pulse-red 1s ease-in-out infinite}.response-item__player{font-weight:500;min-width:120px}.response-item__coords{font-family:Consolas,Courier New,monospace;color:#9c27b0;font-weight:600}.response-item__penalty{color:#dc3545;font-size:.75rem;font-weight:500}.response-item__waiting{color:#ffc107;font-size:.75rem}@keyframes pulse-red{0%,to{background-color:#f8d7da}50%{background-color:#dee2e6}}.btn--marco-polo{background-color:#9c27b0;border-color:#9c27b0;color:#fff}.btn--marco-polo:hover:not(:disabled){background-color:#771e86;border-color:#771e86}.btn--marco-polo:active:not(:disabled){background-color:#641971;border-color:#641971}.player-controls{display:flex;gap:.5rem;margin-bottom:1rem}.player-controls button.active{background-color:#646cff;color:#fff}.player-discord{font-size:.875rem;color:#7289da}.ban-reason{font-size:.875rem;color:#f87171}.banned-list .player-item{background:#f871710d}.icon-select{padding:.75rem;font-size:1.25rem;border:2px solid rgba(3,15,33,.3);border-radius:.5rem;background:#030f211a;color:#fff;transition:border-color .15s ease-in-out}.icon-select:hover{border-color:#15a7e6}.icon-select:focus{outline:none;border-color:#15a7e6;box-shadow:0 0 0 3px #15a7e61a}.heading-input,.description-input{padding:.75rem;font-size:1rem;border:2px solid rgba(3,15,33,.3);border-radius:.5rem;background:#030f211a;color:#fff;font-family:inherit;transition:border-color .15s ease-in-out}.heading-input:focus,.description-input:focus{outline:none;border-color:#15a7e6;box-shadow:0 0 0 3px #15a7e61a}.heading-input{font-weight:600;text-transform:uppercase;letter-spacing:.05em}.description-input{resize:vertical;min-height:80px;line-height:1.5}.send-button{padding:1rem 3rem;font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,#15a7e6,#1184b5);color:#fff;border:none;border-radius:.5rem;transition:all .15s ease-in-out;box-shadow:0 4px 12px #15a7e64d}.send-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #15a7e666}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{opacity:.5;box-shadow:none}.status-message{padding:.75rem 1rem;border-radius:.5rem;font-weight:600;text-align:center;animation:slideInBounce .3s ease-out}.status-message--success{background:#28a7451a;color:#28a745;border:2px solid #28a745}.status-message--error{background:#dc35451a;color:#dc3545;border:2px solid #dc3545}@media (max-width: 1200px){.card--preview{min-height:250px}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-100s{animation-delay:.1s}.animated.delay-200s{animation-delay:.2s}.animated.delay-300s{animation-delay:.3s}.animated.delay-400s{animation-delay:.4s}.animated.delay-500s{animation-delay:.5s}.animated.delay-750s{animation-delay:.75s}.animated.delay-1000s{animation-delay:1s}.animated.delay-1500s{animation-delay:1.5s}.animated.delay-2000s{animation-delay:2s}.animated.delay-3000s{animation-delay:3s}.animated.delay-4000s{animation-delay:4s}.animated.delay-5000s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion){.animated{animation:unset!important;transition:none!important}}@keyframes pulse-warning{0%,to{transform:scale(1);text-shadow:0 2px 4px rgba(0,0,0,.8),0 0 calc(8px + 12px*var(--warning-urgency, 0)) rgba(calc(255 - 11 * var(--warning-urgency, 0)),calc(152 - 85 * var(--warning-urgency, 0)),calc(0 + 54 * var(--warning-urgency, 0)),.6)}50%{transform:scale(calc(1 + .02 * (1 + var(--warning-urgency, 0))));text-shadow:0 2px 4px rgba(0,0,0,.8),0 0 calc(15px + 20px*var(--warning-urgency, 0)) rgba(calc(255 - 11 * var(--warning-urgency, 0)),calc(152 - 85 * var(--warning-urgency, 0)),calc(0 + 54 * var(--warning-urgency, 0)),.9),0 0 calc(25px + 30px*var(--warning-urgency, 0)) rgba(calc(255 - 11 * var(--warning-urgency, 0)),calc(152 - 85 * var(--warning-urgency, 0)),calc(0 + 54 * var(--warning-urgency, 0)),.5)}}@keyframes pulse-penalty{0%,to{transform:scale(1);text-shadow:0 2px 4px rgba(0,0,0,.8)}50%{transform:scale(1.02);text-shadow:0 2px 8px rgba(244,67,54,.8),0 0 20px rgba(244,67,54,.4)}}.animation-pulse-warning{animation:pulse-warning .8s ease-in-out infinite}.animation-pulse-penalty{animation:pulse-penalty .8s ease-in-out infinite}.overlay-content{padding:.5rem;box-sizing:border-box}.overlay-root{position:fixed;top:0;left:0;right:0;bottom:0;color:var(--text-light);font-family:Eurostile,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;-webkit-user-select:none;user-select:none;font-size:1rem;transition:border .15s ease}.overlay-root.overlay-notifications,.overlay-root.overlay-players{background-color:#0000;padding:0}.overlay-root.overlay-game-info{padding:1rem;border-radius:.375rem;background:radial-gradient(circle at top,#010a1499 0,#010a1466)}.overlay-root.overlay-game-info.overlay-no-content{background:#0000;padding:0}.overlay-root.overlay-timers{border-radius:.375rem;background:radial-gradient(circle at top,#010a1499 0,#010a1466)}.overlay-root.overlay-timers.overlay-no-content{background:#0000;padding:0}.overlay-root.overlay-locked{border:none}.overlay-root.overlay-unlocked{border:2px dotted hsla(0,0%,100%,.6);-webkit-app-region:drag;box-shadow:0 0 10px #ffffff1a}.overlay-unlocked button{-webkit-app-region:no-drag}.overlay-resize-handle{position:absolute;display:none;z-index:100}.overlay-unlocked .overlay-resize-handle{display:block;-webkit-app-region:no-drag}.overlay-resize-handle.resize-n{top:0;left:8px;right:8px;height:8px;cursor:n-resize}.overlay-resize-handle.resize-s{bottom:0;left:8px;right:8px;height:8px;cursor:s-resize}.overlay-resize-handle.resize-e{right:0;top:8px;bottom:8px;width:8px;cursor:e-resize}.overlay-resize-handle.resize-w{left:0;top:8px;bottom:8px;width:8px;cursor:w-resize}.overlay-resize-handle.resize-nw{top:0;left:0;width:8px;height:8px;cursor:nw-resize}.overlay-resize-handle.resize-ne{top:0;right:0;width:8px;height:8px;cursor:ne-resize}.overlay-resize-handle.resize-sw{bottom:0;left:0;width:8px;height:8px;cursor:sw-resize}.overlay-resize-handle.resize-se{bottom:0;right:0;width:8px;height:8px;cursor:se-resize}.overlay-header{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:100;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none}.overlay-header .overlay-title{font-size:1.25rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em;text-align:center;padding:.5rem 1rem 2px;border-radius:4px;pointer-events:auto}.overlay-font-controls{display:none;gap:.25rem;z-index:101;pointer-events:auto}.overlay-unlocked .overlay-font-controls{display:flex}.overlay-font-controls button{width:28px;height:28px;padding:0;border:1px solid hsla(0,0%,100%,.4);border-radius:4px;background-color:#ffffff1a;color:var(--text-light);font-size:1.25rem;font-weight:700;transition:all .15s ease}.overlay-font-controls button:hover{background-color:#fff3;border-color:#fff9}.overlay-font-controls button:active{background-color:#ffffff4d}.overlay-font-controls button:disabled{opacity:.3}.overlay-content{flex:1;overflow-y:auto;overflow-x:hidden}.overlay-content::-webkit-scrollbar{width:6px}.overlay-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.overlay-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.overlay-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.overlay-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#fff9}.overlay-placeholder .placeholder-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.5}.overlay-placeholder .placeholder-text{font-size:1rem;font-style:italic}@keyframes fpr-card-glow-pulse{0%,to{box-shadow:0 0 8px #15a7e6b3}50%{box-shadow:0 0 20px #15a7e6e6}}@keyframes fpr-card-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}.fpr-fp-reveal{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.fpr-fp-reveal__slots{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:.5rem;width:100%}.fpr-fp-reveal__slots--single{justify-content:center}.fpr-fp-reveal__card{position:relative;overflow:hidden;flex:1;min-width:0;aspect-ratio:16/9;border-radius:.375rem;border:1px solid hsla(0,0%,100%,.15);background:#010a14b3;transition:opacity .4s ease,border-color .08s ease,background .08s ease,transform .08s ease}.fpr-fp-reveal__card--active{border-color:#15a7e6cc;background:#15a7e640;transform:scale(1.06)}.fpr-fp-reveal__card--active .fpr-fp-reveal__card-img{opacity:1}.fpr-fp-reveal__card--selected{border-color:#15a7e6;background:#15a7e64d;transform:scale(1.08);animation:fpr-card-glow-pulse 1s ease-in-out infinite}.fpr-fp-reveal__card--selected .fpr-fp-reveal__card-img{opacity:1}.fpr-fp-reveal__card--fading{opacity:0;pointer-events:none}.fpr-fp-reveal__card--exiting{animation:fpr-card-exit .8s ease-out forwards}.fpr-fp-reveal__card-img{display:block;width:100%;height:100%;object-fit:cover;opacity:.85;transition:opacity .08s ease}.fpr-fp-reveal__card-name{position:absolute;bottom:0;left:0;right:0;padding:1rem .25rem .25rem;background:linear-gradient(transparent,#000c);font-size:1rem;font-weight:600;color:var(--text-light);letter-spacing:.03em;line-height:1.2;text-align:center}.fpr-fp-reveal__card-diff{position:absolute;top:.25rem;right:.25rem;padding:2px 6px;background:#0009;border-radius:.125rem;font-size:.75rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em}.overlay-teams--fpr{display:flex;flex-direction:column;gap:.25rem;min-width:220px;background:#010a14b3;border-radius:.375rem;padding:.5rem 1rem}.overlay-teams--fpr.overlay-teams--empty{padding:.5rem}.overlay-teams__empty-label{font-size:.875rem;color:#fff6;text-align:center}.overlay-teams__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:2em}.overlay-teams__name{font-size:1rem;font-weight:600;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;min-width:0}.overlay-teams__score{font-size:1rem;font-weight:600;color:#ffffffbf;flex-shrink:0;min-width:2em;text-align:right}.overlay-teams__progress{display:flex;gap:3px;flex-shrink:0;align-items:center}.overlay-teams__boss-block{display:flex;align-items:center;justify-content:center;width:48px;height:1.75em;border-radius:.125rem;border:1px solid hsla(0,0%,100%,.2);background:#ffffff0d;font-size:.75rem;color:#0000;transition:background .2s ease,border-color .2s ease}.overlay-teams__boss-block--killed{border-color:#ffffff80;background:#15a7e666;color:var(--text-light)}.overlay-teams__boss-time{font-size:.75rem;font-weight:600;color:var(--text-light);white-space:nowrap;letter-spacing:-.02em}.overlay-teams__score-area{display:flex;align-items:center;gap:.25rem;flex-shrink:0;position:relative}.overlay-teams__round-pts{font-size:.875rem;font-weight:600;color:#15a7e6;white-space:nowrap}.overlay-teams__round-pts--zero{color:#ffffff4d}@keyframes fpr-pts-float{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2em)}}.overlay-teams__pts-badge{position:absolute;right:0;top:0;font-size:.875rem;font-weight:700;color:#15a7e6;white-space:nowrap;pointer-events:none;animation:fpr-pts-float 1s ease-out forwards}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.m-xs{margin:.25rem}.mt-xs{margin-top:.25rem}.mr-xs{margin-right:.25rem}.mb-xs{margin-bottom:.25rem}.ml-xs{margin-left:.25rem}.mx-xs{margin-left:.25rem;margin-right:.25rem}.my-xs{margin-top:.25rem;margin-bottom:.25rem}.m-sm{margin:.5rem}.mt-sm{margin-top:.5rem}.mr-sm{margin-right:.5rem}.mb-sm{margin-bottom:.5rem}.ml-sm{margin-left:.5rem}.mx-sm{margin-left:.5rem;margin-right:.5rem}.my-sm{margin-top:.5rem;margin-bottom:.5rem}.m-md{margin:.75rem}.mt-md{margin-top:.75rem}.mr-md{margin-right:.75rem}.mb-md{margin-bottom:.75rem}.ml-md{margin-left:.75rem}.mx-md{margin-left:.75rem;margin-right:.75rem}.my-md{margin-top:.75rem;margin-bottom:.75rem}.m-base{margin:1rem}.mt-base{margin-top:1rem}.mr-base{margin-right:1rem}.mb-base{margin-bottom:1rem}.ml-base{margin-left:1rem}.mx-base{margin-left:1rem;margin-right:1rem}.my-base{margin-top:1rem;margin-bottom:1rem}.m-lg{margin:1.5rem}.mt-lg{margin-top:1.5rem}.mr-lg{margin-right:1.5rem}.mb-lg{margin-bottom:1.5rem}.ml-lg{margin-left:1.5rem}.mx-lg{margin-left:1.5rem;margin-right:1.5rem}.my-lg{margin-top:1.5rem;margin-bottom:1.5rem}.m-xl{margin:2rem}.mt-xl{margin-top:2rem}.mr-xl{margin-right:2rem}.mb-xl{margin-bottom:2rem}.ml-xl{margin-left:2rem}.mx-xl{margin-left:2rem;margin-right:2rem}.my-xl{margin-top:2rem;margin-bottom:2rem}.m-2xl{margin:3rem}.mt-2xl{margin-top:3rem}.mr-2xl{margin-right:3rem}.mb-2xl{margin-bottom:3rem}.ml-2xl{margin-left:3rem}.mx-2xl{margin-left:3rem;margin-right:3rem}.my-2xl{margin-top:3rem;margin-bottom:3rem}.m-3xl{margin:4rem}.mt-3xl{margin-top:4rem}.mr-3xl{margin-right:4rem}.mb-3xl{margin-bottom:4rem}.ml-3xl{margin-left:4rem}.mx-3xl{margin-left:4rem;margin-right:4rem}.my-3xl{margin-top:4rem;margin-bottom:4rem}.m-auto{margin:auto}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.px-0{padding-left:0;padding-right:0}.py-0{padding-top:0;padding-bottom:0}.p-xs{padding:.25rem}.pt-xs{padding-top:.25rem}.pr-xs{padding-right:.25rem}.pb-xs{padding-bottom:.25rem}.pl-xs{padding-left:.25rem}.px-xs{padding-left:.25rem;padding-right:.25rem}.py-xs{padding-top:.25rem;padding-bottom:.25rem}.p-sm{padding:.5rem}.pt-sm{padding-top:.5rem}.pr-sm{padding-right:.5rem}.pb-sm{padding-bottom:.5rem}.pl-sm{padding-left:.5rem}.px-sm{padding-left:.5rem;padding-right:.5rem}.py-sm{padding-top:.5rem;padding-bottom:.5rem}.p-md{padding:.75rem}.pt-md{padding-top:.75rem}.pr-md{padding-right:.75rem}.pb-md{padding-bottom:.75rem}.pl-md{padding-left:.75rem}.px-md{padding-left:.75rem;padding-right:.75rem}.py-md{padding-top:.75rem;padding-bottom:.75rem}.p-base{padding:1rem}.pt-base{padding-top:1rem}.pr-base{padding-right:1rem}.pb-base{padding-bottom:1rem}.pl-base{padding-left:1rem}.px-base{padding-left:1rem;padding-right:1rem}.py-base{padding-top:1rem;padding-bottom:1rem}.p-lg{padding:1.5rem}.pt-lg{padding-top:1.5rem}.pr-lg{padding-right:1.5rem}.pb-lg{padding-bottom:1.5rem}.pl-lg{padding-left:1.5rem}.px-lg{padding-left:1.5rem;padding-right:1.5rem}.py-lg{padding-top:1.5rem;padding-bottom:1.5rem}.p-xl{padding:2rem}.pt-xl{padding-top:2rem}.pr-xl{padding-right:2rem}.pb-xl{padding-bottom:2rem}.pl-xl{padding-left:2rem}.px-xl{padding-left:2rem;padding-right:2rem}.py-xl{padding-top:2rem;padding-bottom:2rem}.p-2xl{padding:3rem}.pt-2xl{padding-top:3rem}.pr-2xl{padding-right:3rem}.pb-2xl{padding-bottom:3rem}.pl-2xl{padding-left:3rem}.px-2xl{padding-left:3rem;padding-right:3rem}.py-2xl{padding-top:3rem;padding-bottom:3rem}.p-3xl{padding:4rem}.pt-3xl{padding-top:4rem}.pr-3xl{padding-right:4rem}.pb-3xl{padding-bottom:4rem}.pl-3xl{padding-left:4rem}.px-3xl{padding-left:4rem;padding-right:4rem}.py-3xl{padding-top:4rem;padding-bottom:4rem}.p-auto{padding:auto}.pt-auto{padding-top:auto}.pr-auto{padding-right:auto}.pb-auto{padding-bottom:auto}.pl-auto{padding-left:auto}.px-auto{padding-left:auto;padding-right:auto}.py-auto{padding-top:auto;padding-bottom:auto}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.o-none{opacity:0;pointer-events:none!important;touch-action:none!important}.o-10{opacity:.1}.o-20{opacity:.2}.o-30{opacity:.3}.o-40{opacity:.4}.o-50{opacity:.5}.o-60{opacity:.6}.o-70{opacity:.7}.o-80{opacity:.8}.o-90{opacity:.9}.o-100{opacity:1}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-baseline{align-items:baseline}.align-stretch{align-items:stretch}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.gap-0{gap:0}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:.75rem}.gap-base{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.w-10{width:10%}.h-10{height:10%}.w-20{width:20%}.h-20{height:20%}.w-25{width:25%}.h-25{height:25%}.w-30{width:30%}.h-30{height:30%}.w-33{width:33.3333%}.h-33{height:33.3333%}.w-40{width:40%}.h-40{height:40%}.w-50{width:50%}.h-50{height:50%}.w-60{width:60%}.h-60{height:60%}.w-66{width:66.6667%}.h-66{height:66.6667%}.w-70{width:70%}.h-70{height:70%}.w-75{width:75%}.h-75{height:75%}.w-80{width:80%}.h-80{height:80%}.w-90{width:90%}.h-90{height:90%}.w-100{width:100%}.h-100{height:100%}.w-auto{width:auto}.h-auto{height:auto}.mw-100{max-width:100%}.mh-100{max-height:100%}.w-xs{width:100%;max-width:320px}.w-sm{width:100%;max-width:480px}.w-md{width:100%;max-width:768px}.w-base{width:100%;max-width:1024px}.w-lg{width:100%;max-width:1200px}.w-xl{width:100%;max-width:1600px}.w-1rem{width:1rem}.w-2rem{width:2rem}.w-3rem{width:3rem}.w-4rem{width:4rem}.w-5rem{width:5rem}.w-6rem{width:6rem}.w-7rem{width:7rem}.w-8rem{width:8rem}.w-9rem{width:9rem}.w-10rem{width:10rem}.w-11rem{width:11rem}.w-12rem{width:12rem}.w-13rem{width:13rem}.w-14rem{width:14rem}.w-15rem{width:15rem}.w-16rem{width:16rem}.w-17rem{width:17rem}.w-18rem{width:18rem}.w-19rem{width:19rem}.w-20rem{width:20rem}.w-21rem{width:21rem}.w-22rem{width:22rem}.w-23rem{width:23rem}.w-24rem{width:24rem}.w-25rem{width:25rem}.w-26rem{width:26rem}.w-27rem{width:27rem}.w-28rem{width:28rem}.w-29rem{width:29rem}.w-30rem{width:30rem}.w-icon-xs{width:10px;height:10px}.w-icon-sm{width:20px;height:20px}.w-icon-md{width:32px;height:32px}.w-icon-lg{width:48px;height:48px}.w-icon-xl{width:64px;height:64px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-light{font-weight:300}.font-weight-normal{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.text-underline{text-decoration:underline}.text-line-through{text-decoration:line-through}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.25rem}.text-xl{font-size:1.5rem}.text-2xl{font-size:2rem}.text-3xl{font-size:3rem}.text-4xl{font-size:4rem}.line-height-tight{line-height:1.25}.line-height-normal{line-height:1.5}.line-height-relaxed{line-height:1.75}.font-primary{font-family:var(--font-primary)!important}.font-secondary{font-family:var(--font-secondary)!important}.text-primary{color:#15a7e6}.text-secondary{color:#030f21}.text-success{color:#28a745}.text-danger{color:#dc3545}.text-warning{color:#ffc107}.text-info{color:#17a2b8}.text-light{color:#21bddf}.text-dark{color:#010a14}.text-white{color:#fff}.text-gold{color:gold}.text-silver{color:silver}.text-bronze{color:#cd7f32}.text-blue-dark{color:#0e3662}.text-blue-extra-dark{color:#001c27}.text-blue-light{color:#3ed3f4}.text-blue-light-medium{color:#43c4ef}.text-blue-medium{color:#008ade}.text-blue-medium-dark{color:#003d76}.text-blue-medium-glow{color:#0060ff}.text-bluegrey{color:#95a9b0}.text-cyan-dark{color:#224d6f}.text-cyan-extra-light{color:#b0f3ff}.text-cyan-extremely-light{color:#b2eaff}.text-cyan-light{color:#71d9ff}.text-cyan-lightest{color:#cdf7fe}.text-cyan-medium{color:#0f4d76}.text-cyan-medium-dark{color:#12697f}.text-cyan-medium-light{color:#6dd1ff}.text-cyan-muted{color:#5e7d8f}.text-amber{color:#efbc55}.text-amber-extremely-light{color:#fff8c6}.text-amber-light{color:#f5c542}.text-amber-medium{color:#ffbb29}.text-amber-medium-light{color:#fffbdf}.text-amber-outline{color:#ffa200}.text-green-dark{color:#046b12}.text-green-light{color:#b8ffc2}.text-green-medium{color:#09d326}.text-green-medium-dark{color:#317a3c}.text-green-medium-light{color:#33ff4e}.text-green-medium-mute{color:#00fb9f}.text-quality-artifact{color:#bf00fd}.text-quality-cheap{color:#959494}.text-quality-currency{color:#efbc55}.text-quality-legacy{color:#ebce5b}.text-quality-legendary{color:#ffdf5e}.text-quality-mission{color:#f5f537}.text-quality-moddable{color:#dc5d00}.text-quality-premium{color:#00fe00}.text-quality-prototype{color:#1d8cfe}.text-quality-standard{color:#fff}.bg-primary{background-color:#15a7e6}.bg-secondary{background-color:#030f21}.bg-success{background-color:#28a745}.bg-danger{background-color:#dc3545}.bg-warning{background-color:#ffc107}.bg-info{background-color:#17a2b8}.bg-light{background-color:#21bddf}.bg-dark{background-color:#010a14}.bg-white{background-color:#fff}.bg-gold{background-color:gold}.bg-silver{background-color:silver}.bg-bronze{background-color:#cd7f32}.bg-blue-dark{background-color:#0e3662}.bg-blue-extra-dark{background-color:#001c27}.bg-blue-light{background-color:#3ed3f4}.bg-blue-light-medium{background-color:#43c4ef}.bg-blue-medium{background-color:#008ade}.bg-blue-medium-dark{background-color:#003d76}.bg-blue-medium-glow{background-color:#0060ff}.bg-bluegrey{background-color:#95a9b0}.bg-cyan-dark{background-color:#224d6f}.bg-cyan-extra-light{background-color:#b0f3ff}.bg-cyan-extremely-light{background-color:#b2eaff}.bg-cyan-light{background-color:#71d9ff}.bg-cyan-lightest{background-color:#cdf7fe}.bg-cyan-medium{background-color:#0f4d76}.bg-cyan-medium-dark{background-color:#12697f}.bg-cyan-medium-light{background-color:#6dd1ff}.bg-cyan-muted{background-color:#5e7d8f}.bg-amber{background-color:#efbc55}.bg-amber-extremely-light{background-color:#fff8c6}.bg-amber-light{background-color:#f5c542}.bg-amber-medium{background-color:#ffbb29}.bg-amber-medium-light{background-color:#fffbdf}.bg-amber-outline{background-color:#ffa200}.bg-green-dark{background-color:#046b12}.bg-green-light{background-color:#b8ffc2}.bg-green-medium{background-color:#09d326}.bg-green-medium-dark{background-color:#317a3c}.bg-green-medium-light{background-color:#33ff4e}.bg-green-medium-mute{background-color:#00fb9f}.bg-quality-artifact{background-color:#bf00fd}.bg-quality-cheap{background-color:#959494}.bg-quality-currency{background-color:#efbc55}.bg-quality-legacy{background-color:#ebce5b}.bg-quality-legendary{background-color:#ffdf5e}.bg-quality-mission{background-color:#f5f537}.bg-quality-moddable{background-color:#dc5d00}.bg-quality-premium{background-color:#00fe00}.bg-quality-prototype{background-color:#1d8cfe}.bg-quality-standard{background-color:#fff}.bg-transparent{background-color:#0000}.bg-gradient{--_grad-size: 768px}.bg-gradient:before{content:"";position:absolute;width:var(--_grad-size);height:var(--_grad-size);pointer-events:none;touch-action:none;z-index:0;top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);--_grad-at: closest-side at center}.bg-gradient.bg-primary{background-color:#0000!important}.bg-gradient.bg-primary:before{background:radial-gradient(circle var(--_grad-at),#15a7e6 0%,transparent 100%)}.bg-gradient.bg-secondary{background-color:#0000!important}.bg-gradient.bg-secondary:before{background:radial-gradient(circle var(--_grad-at),#030f21 0%,transparent 100%)}.bg-gradient.bg-success{background-color:#0000!important}.bg-gradient.bg-success:before{background:radial-gradient(circle var(--_grad-at),#28a745 0%,transparent 100%)}.bg-gradient.bg-danger{background-color:#0000!important}.bg-gradient.bg-danger:before{background:radial-gradient(circle var(--_grad-at),#dc3545 0%,transparent 100%)}.bg-gradient.bg-warning{background-color:#0000!important}.bg-gradient.bg-warning:before{background:radial-gradient(circle var(--_grad-at),#ffc107 0%,transparent 100%)}.bg-gradient.bg-info{background-color:#0000!important}.bg-gradient.bg-info:before{background:radial-gradient(circle var(--_grad-at),#17a2b8 0%,transparent 100%)}.bg-gradient.bg-light{background-color:#0000!important}.bg-gradient.bg-light:before{background:radial-gradient(circle var(--_grad-at),#21bddf 0%,transparent 100%)}.bg-gradient.bg-dark{background-color:#0000!important}.bg-gradient.bg-dark:before{background:radial-gradient(circle var(--_grad-at),#010a14 0%,transparent 100%)}.bg-gradient.bg-white{background-color:#0000!important}.bg-gradient.bg-white:before{background:radial-gradient(circle var(--_grad-at),#ffffff 0%,transparent 100%)}.bg-gradient.bg-gold{background-color:#0000!important}.bg-gradient.bg-gold:before{background:radial-gradient(circle var(--_grad-at),#ffd700 0%,transparent 100%)}.bg-gradient.bg-silver{background-color:#0000!important}.bg-gradient.bg-silver:before{background:radial-gradient(circle var(--_grad-at),#c0c0c0 0%,transparent 100%)}.bg-gradient.bg-bronze{background-color:#0000!important}.bg-gradient.bg-bronze:before{background:radial-gradient(circle var(--_grad-at),#cd7f32 0%,transparent 100%)}.bg-gradient.bg-blue-dark{background-color:#0000!important}.bg-gradient.bg-blue-dark:before{background:radial-gradient(circle var(--_grad-at),#0e3662 0%,transparent 100%)}.bg-gradient.bg-blue-extra-dark{background-color:#0000!important}.bg-gradient.bg-blue-extra-dark:before{background:radial-gradient(circle var(--_grad-at),#001c27 0%,transparent 100%)}.bg-gradient.bg-blue-light{background-color:#0000!important}.bg-gradient.bg-blue-light:before{background:radial-gradient(circle var(--_grad-at),#3ed3f4 0%,transparent 100%)}.bg-gradient.bg-blue-light-medium{background-color:#0000!important}.bg-gradient.bg-blue-light-medium:before{background:radial-gradient(circle var(--_grad-at),#43c4ef 0%,transparent 100%)}.bg-gradient.bg-blue-medium{background-color:#0000!important}.bg-gradient.bg-blue-medium:before{background:radial-gradient(circle var(--_grad-at),#008ade 0%,transparent 100%)}.bg-gradient.bg-blue-medium-dark{background-color:#0000!important}.bg-gradient.bg-blue-medium-dark:before{background:radial-gradient(circle var(--_grad-at),#003d76 0%,transparent 100%)}.bg-gradient.bg-blue-medium-glow{background-color:#0000!important}.bg-gradient.bg-blue-medium-glow:before{background:radial-gradient(circle var(--_grad-at),#0060ff 0%,transparent 100%)}.bg-gradient.bg-bluegrey{background-color:#0000!important}.bg-gradient.bg-bluegrey:before{background:radial-gradient(circle var(--_grad-at),#95a9b0 0%,transparent 100%)}.bg-gradient.bg-cyan-dark{background-color:#0000!important}.bg-gradient.bg-cyan-dark:before{background:radial-gradient(circle var(--_grad-at),#224d6f 0%,transparent 100%)}.bg-gradient.bg-cyan-extra-light{background-color:#0000!important}.bg-gradient.bg-cyan-extra-light:before{background:radial-gradient(circle var(--_grad-at),#b0f3ff 0%,transparent 100%)}.bg-gradient.bg-cyan-extremely-light{background-color:#0000!important}.bg-gradient.bg-cyan-extremely-light:before{background:radial-gradient(circle var(--_grad-at),#b2eaff 0%,transparent 100%)}.bg-gradient.bg-cyan-light{background-color:#0000!important}.bg-gradient.bg-cyan-light:before{background:radial-gradient(circle var(--_grad-at),#71d9ff 0%,transparent 100%)}.bg-gradient.bg-cyan-lightest{background-color:#0000!important}.bg-gradient.bg-cyan-lightest:before{background:radial-gradient(circle var(--_grad-at),#cdf7fe 0%,transparent 100%)}.bg-gradient.bg-cyan-medium{background-color:#0000!important}.bg-gradient.bg-cyan-medium:before{background:radial-gradient(circle var(--_grad-at),#0f4d76 0%,transparent 100%)}.bg-gradient.bg-cyan-medium-dark{background-color:#0000!important}.bg-gradient.bg-cyan-medium-dark:before{background:radial-gradient(circle var(--_grad-at),#12697f 0%,transparent 100%)}.bg-gradient.bg-cyan-medium-light{background-color:#0000!important}.bg-gradient.bg-cyan-medium-light:before{background:radial-gradient(circle var(--_grad-at),#6dd1ff 0%,transparent 100%)}.bg-gradient.bg-cyan-muted{background-color:#0000!important}.bg-gradient.bg-cyan-muted:before{background:radial-gradient(circle var(--_grad-at),#5e7d8f 0%,transparent 100%)}.bg-gradient.bg-amber{background-color:#0000!important}.bg-gradient.bg-amber:before{background:radial-gradient(circle var(--_grad-at),#efbc55 0%,transparent 100%)}.bg-gradient.bg-amber-extremely-light{background-color:#0000!important}.bg-gradient.bg-amber-extremely-light:before{background:radial-gradient(circle var(--_grad-at),#fff8c6 0%,transparent 100%)}.bg-gradient.bg-amber-light{background-color:#0000!important}.bg-gradient.bg-amber-light:before{background:radial-gradient(circle var(--_grad-at),#f5c542 0%,transparent 100%)}.bg-gradient.bg-amber-medium{background-color:#0000!important}.bg-gradient.bg-amber-medium:before{background:radial-gradient(circle var(--_grad-at),#ffbb29 0%,transparent 100%)}.bg-gradient.bg-amber-medium-light{background-color:#0000!important}.bg-gradient.bg-amber-medium-light:before{background:radial-gradient(circle var(--_grad-at),#fffbdf 0%,transparent 100%)}.bg-gradient.bg-amber-outline{background-color:#0000!important}.bg-gradient.bg-amber-outline:before{background:radial-gradient(circle var(--_grad-at),#ffa200 0%,transparent 100%)}.bg-gradient.bg-green-dark{background-color:#0000!important}.bg-gradient.bg-green-dark:before{background:radial-gradient(circle var(--_grad-at),#046b12 0%,transparent 100%)}.bg-gradient.bg-green-light{background-color:#0000!important}.bg-gradient.bg-green-light:before{background:radial-gradient(circle var(--_grad-at),#b8ffc2 0%,transparent 100%)}.bg-gradient.bg-green-medium{background-color:#0000!important}.bg-gradient.bg-green-medium:before{background:radial-gradient(circle var(--_grad-at),#09d326 0%,transparent 100%)}.bg-gradient.bg-green-medium-dark{background-color:#0000!important}.bg-gradient.bg-green-medium-dark:before{background:radial-gradient(circle var(--_grad-at),#317a3c 0%,transparent 100%)}.bg-gradient.bg-green-medium-light{background-color:#0000!important}.bg-gradient.bg-green-medium-light:before{background:radial-gradient(circle var(--_grad-at),#33ff4e 0%,transparent 100%)}.bg-gradient.bg-green-medium-mute{background-color:#0000!important}.bg-gradient.bg-green-medium-mute:before{background:radial-gradient(circle var(--_grad-at),#00fb9f 0%,transparent 100%)}.bg-gradient.bg-quality-artifact{background-color:#0000!important}.bg-gradient.bg-quality-artifact:before{background:radial-gradient(circle var(--_grad-at),#bf00fd 0%,transparent 100%)}.bg-gradient.bg-quality-cheap{background-color:#0000!important}.bg-gradient.bg-quality-cheap:before{background:radial-gradient(circle var(--_grad-at),#959494 0%,transparent 100%)}.bg-gradient.bg-quality-currency{background-color:#0000!important}.bg-gradient.bg-quality-currency:before{background:radial-gradient(circle var(--_grad-at),#efbc55 0%,transparent 100%)}.bg-gradient.bg-quality-legacy{background-color:#0000!important}.bg-gradient.bg-quality-legacy:before{background:radial-gradient(circle var(--_grad-at),#ebce5b 0%,transparent 100%)}.bg-gradient.bg-quality-legendary{background-color:#0000!important}.bg-gradient.bg-quality-legendary:before{background:radial-gradient(circle var(--_grad-at),#ffdf5e 0%,transparent 100%)}.bg-gradient.bg-quality-mission{background-color:#0000!important}.bg-gradient.bg-quality-mission:before{background:radial-gradient(circle var(--_grad-at),#f5f537 0%,transparent 100%)}.bg-gradient.bg-quality-moddable{background-color:#0000!important}.bg-gradient.bg-quality-moddable:before{background:radial-gradient(circle var(--_grad-at),#dc5d00 0%,transparent 100%)}.bg-gradient.bg-quality-premium{background-color:#0000!important}.bg-gradient.bg-quality-premium:before{background:radial-gradient(circle var(--_grad-at),#00fe00 0%,transparent 100%)}.bg-gradient.bg-quality-prototype{background-color:#0000!important}.bg-gradient.bg-quality-prototype:before{background:radial-gradient(circle var(--_grad-at),#1d8cfe 0%,transparent 100%)}.bg-gradient.bg-quality-standard{background-color:#0000!important}.bg-gradient.bg-quality-standard:before{background:radial-gradient(circle var(--_grad-at),#ffffff 0%,transparent 100%)}.bg-gradient.bg-xs{--_grad-size: 320px}.bg-gradient.bg-sm{--_grad-size: 512px}.bg-gradient.bg-md{--_grad-size: 768px}.bg-gradient.bg-base{--_grad-size: 1024px}.bg-gradient.bg-lg{--_grad-size: 1440px}.bg-gradient.bg-xl{--_grad-size: 2048px}.bg-gradient.bg-center:before{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);--_grad-at: closest-side at center}.bg-gradient.bg-top-left:before{top:0;left:0;right:auto;bottom:auto;transform:none;--_grad-at: farthest-side at left top}.bg-gradient.bg-top-right:before{top:0;right:0;left:auto;bottom:auto;transform:none;--_grad-at: farthest-side at right top}.bg-gradient.bg-bottom-left:before{bottom:0;left:0;top:auto;right:auto;transform:none;--_grad-at: farthest-side at left bottom}.bg-gradient.bg-bottom-right:before{bottom:0;right:0;top:auto;left:auto;transform:none;--_grad-at: farthest-side at right bottom}.bg-primary.modify-transparent{background-color:#15a7e680}.bg-secondary.modify-transparent{background-color:#030f2180}.bg-success.modify-transparent{background-color:#28a74580}.bg-danger.modify-transparent{background-color:#dc354580}.bg-warning.modify-transparent{background-color:#ffc10780}.bg-info.modify-transparent{background-color:#17a2b880}.bg-light.modify-transparent{background-color:#21bddf80}.bg-dark.modify-transparent{background-color:#010a1480}.bg-white.modify-transparent{background-color:#ffffff80}.bg-gold.modify-transparent{background-color:#ffd70080}.bg-silver.modify-transparent{background-color:#c0c0c080}.bg-bronze.modify-transparent{background-color:#cd7f3280}.bg-blue-dark.modify-transparent{background-color:#0e366280}.bg-blue-extra-dark.modify-transparent{background-color:#001c2780}.bg-blue-light.modify-transparent{background-color:#3ed3f480}.bg-blue-light-medium.modify-transparent{background-color:#43c4ef80}.bg-blue-medium.modify-transparent{background-color:#008ade80}.bg-blue-medium-dark.modify-transparent{background-color:#003d7680}.bg-blue-medium-glow.modify-transparent{background-color:#0060ff80}.bg-bluegrey.modify-transparent{background-color:#95a9b080}.bg-cyan-dark.modify-transparent{background-color:#224d6f80}.bg-cyan-extra-light.modify-transparent{background-color:#b0f3ff80}.bg-cyan-extremely-light.modify-transparent{background-color:#b2eaff80}.bg-cyan-light.modify-transparent{background-color:#71d9ff80}.bg-cyan-lightest.modify-transparent{background-color:#cdf7fe80}.bg-cyan-medium.modify-transparent{background-color:#0f4d7680}.bg-cyan-medium-dark.modify-transparent{background-color:#12697f80}.bg-cyan-medium-light.modify-transparent{background-color:#6dd1ff80}.bg-cyan-muted.modify-transparent{background-color:#5e7d8f80}.bg-amber.modify-transparent{background-color:#efbc5580}.bg-amber-extremely-light.modify-transparent{background-color:#fff8c680}.bg-amber-light.modify-transparent{background-color:#f5c54280}.bg-amber-medium.modify-transparent{background-color:#ffbb2980}.bg-amber-medium-light.modify-transparent{background-color:#fffbdf80}.bg-amber-outline.modify-transparent{background-color:#ffa20080}.bg-green-dark.modify-transparent{background-color:#046b1280}.bg-green-light.modify-transparent{background-color:#b8ffc280}.bg-green-medium.modify-transparent{background-color:#09d32680}.bg-green-medium-dark.modify-transparent{background-color:#317a3c80}.bg-green-medium-light.modify-transparent{background-color:#33ff4e80}.bg-green-medium-mute.modify-transparent{background-color:#00fb9f80}.bg-quality-artifact.modify-transparent{background-color:#bf00fd80}.bg-quality-cheap.modify-transparent{background-color:#95949480}.bg-quality-currency.modify-transparent{background-color:#efbc5580}.bg-quality-legacy.modify-transparent{background-color:#ebce5b80}.bg-quality-legendary.modify-transparent{background-color:#ffdf5e80}.bg-quality-mission.modify-transparent{background-color:#f5f53780}.bg-quality-moddable.modify-transparent{background-color:#dc5d0080}.bg-quality-premium.modify-transparent{background-color:#00fe0080}.bg-quality-prototype.modify-transparent{background-color:#1d8cfe80}.bg-quality-standard.modify-transparent{background-color:#ffffff80}.glow-primary-xs{box-shadow:0 0 .25rem #15a7e680}.glow-primary-sm{box-shadow:0 0 .5rem #15a7e680}.glow-primary-base{box-shadow:0 0 1rem #15a7e680}.glow-primary-md{box-shadow:0 0 2rem #15a7e680}.glow-primary-lg{box-shadow:0 0 3rem #15a7e680}.glow-secondary-xs{box-shadow:0 0 .25rem #030f2180}.glow-secondary-sm{box-shadow:0 0 .5rem #030f2180}.glow-secondary-base{box-shadow:0 0 1rem #030f2180}.glow-secondary-md{box-shadow:0 0 2rem #030f2180}.glow-secondary-lg{box-shadow:0 0 3rem #030f2180}.glow-success-xs{box-shadow:0 0 .25rem #28a74580}.glow-success-sm{box-shadow:0 0 .5rem #28a74580}.glow-success-base{box-shadow:0 0 1rem #28a74580}.glow-success-md{box-shadow:0 0 2rem #28a74580}.glow-success-lg{box-shadow:0 0 3rem #28a74580}.glow-danger-xs{box-shadow:0 0 .25rem #dc354580}.glow-danger-sm{box-shadow:0 0 .5rem #dc354580}.glow-danger-base{box-shadow:0 0 1rem #dc354580}.glow-danger-md{box-shadow:0 0 2rem #dc354580}.glow-danger-lg{box-shadow:0 0 3rem #dc354580}.glow-warning-xs{box-shadow:0 0 .25rem #ffc10780}.glow-warning-sm{box-shadow:0 0 .5rem #ffc10780}.glow-warning-base{box-shadow:0 0 1rem #ffc10780}.glow-warning-md{box-shadow:0 0 2rem #ffc10780}.glow-warning-lg{box-shadow:0 0 3rem #ffc10780}.glow-info-xs{box-shadow:0 0 .25rem #17a2b880}.glow-info-sm{box-shadow:0 0 .5rem #17a2b880}.glow-info-base{box-shadow:0 0 1rem #17a2b880}.glow-info-md{box-shadow:0 0 2rem #17a2b880}.glow-info-lg{box-shadow:0 0 3rem #17a2b880}.glow-light-xs{box-shadow:0 0 .25rem #21bddf80}.glow-light-sm{box-shadow:0 0 .5rem #21bddf80}.glow-light-base{box-shadow:0 0 1rem #21bddf80}.glow-light-md{box-shadow:0 0 2rem #21bddf80}.glow-light-lg{box-shadow:0 0 3rem #21bddf80}.glow-dark-xs{box-shadow:0 0 .25rem #010a1480}.glow-dark-sm{box-shadow:0 0 .5rem #010a1480}.glow-dark-base{box-shadow:0 0 1rem #010a1480}.glow-dark-md{box-shadow:0 0 2rem #010a1480}.glow-dark-lg{box-shadow:0 0 3rem #010a1480}.glow-white-xs{box-shadow:0 0 .25rem #ffffff80}.glow-white-sm{box-shadow:0 0 .5rem #ffffff80}.glow-white-base{box-shadow:0 0 1rem #ffffff80}.glow-white-md{box-shadow:0 0 2rem #ffffff80}.glow-white-lg{box-shadow:0 0 3rem #ffffff80}.glow-gold-xs{box-shadow:0 0 .25rem #ffd70080}.glow-gold-sm{box-shadow:0 0 .5rem #ffd70080}.glow-gold-base{box-shadow:0 0 1rem #ffd70080}.glow-gold-md{box-shadow:0 0 2rem #ffd70080}.glow-gold-lg{box-shadow:0 0 3rem #ffd70080}.glow-silver-xs{box-shadow:0 0 .25rem #c0c0c080}.glow-silver-sm{box-shadow:0 0 .5rem #c0c0c080}.glow-silver-base{box-shadow:0 0 1rem #c0c0c080}.glow-silver-md{box-shadow:0 0 2rem #c0c0c080}.glow-silver-lg{box-shadow:0 0 3rem #c0c0c080}.glow-bronze-xs{box-shadow:0 0 .25rem #cd7f3280}.glow-bronze-sm{box-shadow:0 0 .5rem #cd7f3280}.glow-bronze-base{box-shadow:0 0 1rem #cd7f3280}.glow-bronze-md{box-shadow:0 0 2rem #cd7f3280}.glow-bronze-lg{box-shadow:0 0 3rem #cd7f3280}.glow-blue-dark-xs{box-shadow:0 0 .25rem #0e366280}.glow-blue-dark-sm{box-shadow:0 0 .5rem #0e366280}.glow-blue-dark-base{box-shadow:0 0 1rem #0e366280}.glow-blue-dark-md{box-shadow:0 0 2rem #0e366280}.glow-blue-dark-lg{box-shadow:0 0 3rem #0e366280}.glow-blue-extra-dark-xs{box-shadow:0 0 .25rem #001c2780}.glow-blue-extra-dark-sm{box-shadow:0 0 .5rem #001c2780}.glow-blue-extra-dark-base{box-shadow:0 0 1rem #001c2780}.glow-blue-extra-dark-md{box-shadow:0 0 2rem #001c2780}.glow-blue-extra-dark-lg{box-shadow:0 0 3rem #001c2780}.glow-blue-light-xs{box-shadow:0 0 .25rem #3ed3f480}.glow-blue-light-sm{box-shadow:0 0 .5rem #3ed3f480}.glow-blue-light-base{box-shadow:0 0 1rem #3ed3f480}.glow-blue-light-md{box-shadow:0 0 2rem #3ed3f480}.glow-blue-light-lg{box-shadow:0 0 3rem #3ed3f480}.glow-blue-light-medium-xs{box-shadow:0 0 .25rem #43c4ef80}.glow-blue-light-medium-sm{box-shadow:0 0 .5rem #43c4ef80}.glow-blue-light-medium-base{box-shadow:0 0 1rem #43c4ef80}.glow-blue-light-medium-md{box-shadow:0 0 2rem #43c4ef80}.glow-blue-light-medium-lg{box-shadow:0 0 3rem #43c4ef80}.glow-blue-medium-xs{box-shadow:0 0 .25rem #008ade80}.glow-blue-medium-sm{box-shadow:0 0 .5rem #008ade80}.glow-blue-medium-base{box-shadow:0 0 1rem #008ade80}.glow-blue-medium-md{box-shadow:0 0 2rem #008ade80}.glow-blue-medium-lg{box-shadow:0 0 3rem #008ade80}.glow-blue-medium-dark-xs{box-shadow:0 0 .25rem #003d7680}.glow-blue-medium-dark-sm{box-shadow:0 0 .5rem #003d7680}.glow-blue-medium-dark-base{box-shadow:0 0 1rem #003d7680}.glow-blue-medium-dark-md{box-shadow:0 0 2rem #003d7680}.glow-blue-medium-dark-lg{box-shadow:0 0 3rem #003d7680}.glow-blue-medium-glow-xs{box-shadow:0 0 .25rem #0060ff80}.glow-blue-medium-glow-sm{box-shadow:0 0 .5rem #0060ff80}.glow-blue-medium-glow-base{box-shadow:0 0 1rem #0060ff80}.glow-blue-medium-glow-md{box-shadow:0 0 2rem #0060ff80}.glow-blue-medium-glow-lg{box-shadow:0 0 3rem #0060ff80}.glow-bluegrey-xs{box-shadow:0 0 .25rem #95a9b080}.glow-bluegrey-sm{box-shadow:0 0 .5rem #95a9b080}.glow-bluegrey-base{box-shadow:0 0 1rem #95a9b080}.glow-bluegrey-md{box-shadow:0 0 2rem #95a9b080}.glow-bluegrey-lg{box-shadow:0 0 3rem #95a9b080}.glow-cyan-dark-xs{box-shadow:0 0 .25rem #224d6f80}.glow-cyan-dark-sm{box-shadow:0 0 .5rem #224d6f80}.glow-cyan-dark-base{box-shadow:0 0 1rem #224d6f80}.glow-cyan-dark-md{box-shadow:0 0 2rem #224d6f80}.glow-cyan-dark-lg{box-shadow:0 0 3rem #224d6f80}.glow-cyan-extra-light-xs{box-shadow:0 0 .25rem #b0f3ff80}.glow-cyan-extra-light-sm{box-shadow:0 0 .5rem #b0f3ff80}.glow-cyan-extra-light-base{box-shadow:0 0 1rem #b0f3ff80}.glow-cyan-extra-light-md{box-shadow:0 0 2rem #b0f3ff80}.glow-cyan-extra-light-lg{box-shadow:0 0 3rem #b0f3ff80}.glow-cyan-extremely-light-xs{box-shadow:0 0 .25rem #b2eaff80}.glow-cyan-extremely-light-sm{box-shadow:0 0 .5rem #b2eaff80}.glow-cyan-extremely-light-base{box-shadow:0 0 1rem #b2eaff80}.glow-cyan-extremely-light-md{box-shadow:0 0 2rem #b2eaff80}.glow-cyan-extremely-light-lg{box-shadow:0 0 3rem #b2eaff80}.glow-cyan-light-xs{box-shadow:0 0 .25rem #71d9ff80}.glow-cyan-light-sm{box-shadow:0 0 .5rem #71d9ff80}.glow-cyan-light-base{box-shadow:0 0 1rem #71d9ff80}.glow-cyan-light-md{box-shadow:0 0 2rem #71d9ff80}.glow-cyan-light-lg{box-shadow:0 0 3rem #71d9ff80}.glow-cyan-lightest-xs{box-shadow:0 0 .25rem #cdf7fe80}.glow-cyan-lightest-sm{box-shadow:0 0 .5rem #cdf7fe80}.glow-cyan-lightest-base{box-shadow:0 0 1rem #cdf7fe80}.glow-cyan-lightest-md{box-shadow:0 0 2rem #cdf7fe80}.glow-cyan-lightest-lg{box-shadow:0 0 3rem #cdf7fe80}.glow-cyan-medium-xs{box-shadow:0 0 .25rem #0f4d7680}.glow-cyan-medium-sm{box-shadow:0 0 .5rem #0f4d7680}.glow-cyan-medium-base{box-shadow:0 0 1rem #0f4d7680}.glow-cyan-medium-md{box-shadow:0 0 2rem #0f4d7680}.glow-cyan-medium-lg{box-shadow:0 0 3rem #0f4d7680}.glow-cyan-medium-dark-xs{box-shadow:0 0 .25rem #12697f80}.glow-cyan-medium-dark-sm{box-shadow:0 0 .5rem #12697f80}.glow-cyan-medium-dark-base{box-shadow:0 0 1rem #12697f80}.glow-cyan-medium-dark-md{box-shadow:0 0 2rem #12697f80}.glow-cyan-medium-dark-lg{box-shadow:0 0 3rem #12697f80}.glow-cyan-medium-light-xs{box-shadow:0 0 .25rem #6dd1ff80}.glow-cyan-medium-light-sm{box-shadow:0 0 .5rem #6dd1ff80}.glow-cyan-medium-light-base{box-shadow:0 0 1rem #6dd1ff80}.glow-cyan-medium-light-md{box-shadow:0 0 2rem #6dd1ff80}.glow-cyan-medium-light-lg{box-shadow:0 0 3rem #6dd1ff80}.glow-cyan-muted-xs{box-shadow:0 0 .25rem #5e7d8f80}.glow-cyan-muted-sm{box-shadow:0 0 .5rem #5e7d8f80}.glow-cyan-muted-base{box-shadow:0 0 1rem #5e7d8f80}.glow-cyan-muted-md{box-shadow:0 0 2rem #5e7d8f80}.glow-cyan-muted-lg{box-shadow:0 0 3rem #5e7d8f80}.glow-amber-xs{box-shadow:0 0 .25rem #efbc5580}.glow-amber-sm{box-shadow:0 0 .5rem #efbc5580}.glow-amber-base{box-shadow:0 0 1rem #efbc5580}.glow-amber-md{box-shadow:0 0 2rem #efbc5580}.glow-amber-lg{box-shadow:0 0 3rem #efbc5580}.glow-amber-extremely-light-xs{box-shadow:0 0 .25rem #fff8c680}.glow-amber-extremely-light-sm{box-shadow:0 0 .5rem #fff8c680}.glow-amber-extremely-light-base{box-shadow:0 0 1rem #fff8c680}.glow-amber-extremely-light-md{box-shadow:0 0 2rem #fff8c680}.glow-amber-extremely-light-lg{box-shadow:0 0 3rem #fff8c680}.glow-amber-light-xs{box-shadow:0 0 .25rem #f5c54280}.glow-amber-light-sm{box-shadow:0 0 .5rem #f5c54280}.glow-amber-light-base{box-shadow:0 0 1rem #f5c54280}.glow-amber-light-md{box-shadow:0 0 2rem #f5c54280}.glow-amber-light-lg{box-shadow:0 0 3rem #f5c54280}.glow-amber-medium-xs{box-shadow:0 0 .25rem #ffbb2980}.glow-amber-medium-sm{box-shadow:0 0 .5rem #ffbb2980}.glow-amber-medium-base{box-shadow:0 0 1rem #ffbb2980}.glow-amber-medium-md{box-shadow:0 0 2rem #ffbb2980}.glow-amber-medium-lg{box-shadow:0 0 3rem #ffbb2980}.glow-amber-medium-light-xs{box-shadow:0 0 .25rem #fffbdf80}.glow-amber-medium-light-sm{box-shadow:0 0 .5rem #fffbdf80}.glow-amber-medium-light-base{box-shadow:0 0 1rem #fffbdf80}.glow-amber-medium-light-md{box-shadow:0 0 2rem #fffbdf80}.glow-amber-medium-light-lg{box-shadow:0 0 3rem #fffbdf80}.glow-amber-outline-xs{box-shadow:0 0 .25rem #ffa20080}.glow-amber-outline-sm{box-shadow:0 0 .5rem #ffa20080}.glow-amber-outline-base{box-shadow:0 0 1rem #ffa20080}.glow-amber-outline-md{box-shadow:0 0 2rem #ffa20080}.glow-amber-outline-lg{box-shadow:0 0 3rem #ffa20080}.glow-green-dark-xs{box-shadow:0 0 .25rem #046b1280}.glow-green-dark-sm{box-shadow:0 0 .5rem #046b1280}.glow-green-dark-base{box-shadow:0 0 1rem #046b1280}.glow-green-dark-md{box-shadow:0 0 2rem #046b1280}.glow-green-dark-lg{box-shadow:0 0 3rem #046b1280}.glow-green-light-xs{box-shadow:0 0 .25rem #b8ffc280}.glow-green-light-sm{box-shadow:0 0 .5rem #b8ffc280}.glow-green-light-base{box-shadow:0 0 1rem #b8ffc280}.glow-green-light-md{box-shadow:0 0 2rem #b8ffc280}.glow-green-light-lg{box-shadow:0 0 3rem #b8ffc280}.glow-green-medium-xs{box-shadow:0 0 .25rem #09d32680}.glow-green-medium-sm{box-shadow:0 0 .5rem #09d32680}.glow-green-medium-base{box-shadow:0 0 1rem #09d32680}.glow-green-medium-md{box-shadow:0 0 2rem #09d32680}.glow-green-medium-lg{box-shadow:0 0 3rem #09d32680}.glow-green-medium-dark-xs{box-shadow:0 0 .25rem #317a3c80}.glow-green-medium-dark-sm{box-shadow:0 0 .5rem #317a3c80}.glow-green-medium-dark-base{box-shadow:0 0 1rem #317a3c80}.glow-green-medium-dark-md{box-shadow:0 0 2rem #317a3c80}.glow-green-medium-dark-lg{box-shadow:0 0 3rem #317a3c80}.glow-green-medium-light-xs{box-shadow:0 0 .25rem #33ff4e80}.glow-green-medium-light-sm{box-shadow:0 0 .5rem #33ff4e80}.glow-green-medium-light-base{box-shadow:0 0 1rem #33ff4e80}.glow-green-medium-light-md{box-shadow:0 0 2rem #33ff4e80}.glow-green-medium-light-lg{box-shadow:0 0 3rem #33ff4e80}.glow-green-medium-mute-xs{box-shadow:0 0 .25rem #00fb9f80}.glow-green-medium-mute-sm{box-shadow:0 0 .5rem #00fb9f80}.glow-green-medium-mute-base{box-shadow:0 0 1rem #00fb9f80}.glow-green-medium-mute-md{box-shadow:0 0 2rem #00fb9f80}.glow-green-medium-mute-lg{box-shadow:0 0 3rem #00fb9f80}.glow-quality-artifact-xs{box-shadow:0 0 .25rem #bf00fd80}.glow-quality-artifact-sm{box-shadow:0 0 .5rem #bf00fd80}.glow-quality-artifact-base{box-shadow:0 0 1rem #bf00fd80}.glow-quality-artifact-md{box-shadow:0 0 2rem #bf00fd80}.glow-quality-artifact-lg{box-shadow:0 0 3rem #bf00fd80}.glow-quality-cheap-xs{box-shadow:0 0 .25rem #95949480}.glow-quality-cheap-sm{box-shadow:0 0 .5rem #95949480}.glow-quality-cheap-base{box-shadow:0 0 1rem #95949480}.glow-quality-cheap-md{box-shadow:0 0 2rem #95949480}.glow-quality-cheap-lg{box-shadow:0 0 3rem #95949480}.glow-quality-currency-xs{box-shadow:0 0 .25rem #efbc5580}.glow-quality-currency-sm{box-shadow:0 0 .5rem #efbc5580}.glow-quality-currency-base{box-shadow:0 0 1rem #efbc5580}.glow-quality-currency-md{box-shadow:0 0 2rem #efbc5580}.glow-quality-currency-lg{box-shadow:0 0 3rem #efbc5580}.glow-quality-legacy-xs{box-shadow:0 0 .25rem #ebce5b80}.glow-quality-legacy-sm{box-shadow:0 0 .5rem #ebce5b80}.glow-quality-legacy-base{box-shadow:0 0 1rem #ebce5b80}.glow-quality-legacy-md{box-shadow:0 0 2rem #ebce5b80}.glow-quality-legacy-lg{box-shadow:0 0 3rem #ebce5b80}.glow-quality-legendary-xs{box-shadow:0 0 .25rem #ffdf5e80}.glow-quality-legendary-sm{box-shadow:0 0 .5rem #ffdf5e80}.glow-quality-legendary-base{box-shadow:0 0 1rem #ffdf5e80}.glow-quality-legendary-md{box-shadow:0 0 2rem #ffdf5e80}.glow-quality-legendary-lg{box-shadow:0 0 3rem #ffdf5e80}.glow-quality-mission-xs{box-shadow:0 0 .25rem #f5f53780}.glow-quality-mission-sm{box-shadow:0 0 .5rem #f5f53780}.glow-quality-mission-base{box-shadow:0 0 1rem #f5f53780}.glow-quality-mission-md{box-shadow:0 0 2rem #f5f53780}.glow-quality-mission-lg{box-shadow:0 0 3rem #f5f53780}.glow-quality-moddable-xs{box-shadow:0 0 .25rem #dc5d0080}.glow-quality-moddable-sm{box-shadow:0 0 .5rem #dc5d0080}.glow-quality-moddable-base{box-shadow:0 0 1rem #dc5d0080}.glow-quality-moddable-md{box-shadow:0 0 2rem #dc5d0080}.glow-quality-moddable-lg{box-shadow:0 0 3rem #dc5d0080}.glow-quality-premium-xs{box-shadow:0 0 .25rem #00fe0080}.glow-quality-premium-sm{box-shadow:0 0 .5rem #00fe0080}.glow-quality-premium-base{box-shadow:0 0 1rem #00fe0080}.glow-quality-premium-md{box-shadow:0 0 2rem #00fe0080}.glow-quality-premium-lg{box-shadow:0 0 3rem #00fe0080}.glow-quality-prototype-xs{box-shadow:0 0 .25rem #1d8cfe80}.glow-quality-prototype-sm{box-shadow:0 0 .5rem #1d8cfe80}.glow-quality-prototype-base{box-shadow:0 0 1rem #1d8cfe80}.glow-quality-prototype-md{box-shadow:0 0 2rem #1d8cfe80}.glow-quality-prototype-lg{box-shadow:0 0 3rem #1d8cfe80}.glow-quality-standard-xs{box-shadow:0 0 .25rem #ffffff80}.glow-quality-standard-sm{box-shadow:0 0 .5rem #ffffff80}.glow-quality-standard-base{box-shadow:0 0 1rem #ffffff80}.glow-quality-standard-md{box-shadow:0 0 2rem #ffffff80}.glow-quality-standard-lg{box-shadow:0 0 3rem #ffffff80}.border{border:1px solid #dee2e6}.border-top{border-top:1px solid #dee2e6}.border-right{border-right:1px solid #dee2e6}.border-bottom{border-bottom:1px solid #dee2e6}.border-left{border-left:1px solid #dee2e6}.border-0{border:0}.border-primary{border-color:#15a7e6}.border-secondary{border-color:#030f21}.border-success{border-color:#28a745}.border-danger{border-color:#dc3545}.border-warning{border-color:#ffc107}.border-info{border-color:#17a2b8}.border-light{border-color:#21bddf}.border-dark{border-color:#010a14}.border-white{border-color:#fff}.border-gold{border-color:gold}.border-silver{border-color:silver}.border-bronze{border-color:#cd7f32}.border-blue-dark{border-color:#0e3662}.border-blue-extra-dark{border-color:#001c27}.border-blue-light{border-color:#3ed3f4}.border-blue-light-medium{border-color:#43c4ef}.border-blue-medium{border-color:#008ade}.border-blue-medium-dark{border-color:#003d76}.border-blue-medium-glow{border-color:#0060ff}.border-bluegrey{border-color:#95a9b0}.border-cyan-dark{border-color:#224d6f}.border-cyan-extra-light{border-color:#b0f3ff}.border-cyan-extremely-light{border-color:#b2eaff}.border-cyan-light{border-color:#71d9ff}.border-cyan-lightest{border-color:#cdf7fe}.border-cyan-medium{border-color:#0f4d76}.border-cyan-medium-dark{border-color:#12697f}.border-cyan-medium-light{border-color:#6dd1ff}.border-cyan-muted{border-color:#5e7d8f}.border-amber{border-color:#efbc55}.border-amber-extremely-light{border-color:#fff8c6}.border-amber-light{border-color:#f5c542}.border-amber-medium{border-color:#ffbb29}.border-amber-medium-light{border-color:#fffbdf}.border-amber-outline{border-color:#ffa200}.border-green-dark{border-color:#046b12}.border-green-light{border-color:#b8ffc2}.border-green-medium{border-color:#09d326}.border-green-medium-dark{border-color:#317a3c}.border-green-medium-light{border-color:#33ff4e}.border-green-medium-mute{border-color:#00fb9f}.border-quality-artifact{border-color:#bf00fd}.border-quality-cheap{border-color:#959494}.border-quality-currency{border-color:#efbc55}.border-quality-legacy{border-color:#ebce5b}.border-quality-legendary{border-color:#ffdf5e}.border-quality-mission{border-color:#f5f537}.border-quality-moddable{border-color:#dc5d00}.border-quality-premium{border-color:#00fe00}.border-quality-prototype{border-color:#1d8cfe}.border-quality-standard{border-color:#fff}.rounded{border-radius:.25rem}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-0{border-radius:0}.border-xs{border-width:.0625rem!important}.border-sm{border-width:.125rem!important}.border-md{border-width:.25rem!important}.border-lg{border-width:.5rem!important}.border-xl{border-width:1rem!important}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-visible{overflow-x:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-visible{overflow-y:visible}.overflow-y-scroll{overflow-y:scroll}@media (min-width: 640px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-flex{display:flex}}@media (min-width: 1024px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-flex{display:flex}}
