@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";.notification-container{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.notification{display:flex;align-items:center;background-color:#1a1a1ae6;color:var(--color-text-light);padding:.75rem 1rem;border-radius:8px;min-width:250px;box-shadow:0 2px 6px #00000080;animation:slideIn .3s ease-out}.notification-icon{width:24px;height:24px;margin-right:.75rem}.notification-message{flex:1}.notification-close{background:transparent;border:none;color:var(--color-text-light);font-size:1.2rem;font-weight:700;cursor:pointer;opacity:.7;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:opacity .2s ease,background-color .2s ease}.notification-close:hover{opacity:1;background-color:#ffffff1a}.notification.info{border-left:4px solid #38b6ff}.notification.success{border-left:4px solid #00bf63}.notification.warn{border-left:4px solid #FFC107}.notification.error{border-left:4px solid #FF5722}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.notification-container{top:1rem;right:1rem;bottom:auto}.notification{animation:slideDown .3s ease-out}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Space Grotesk,sans-serif!important;font-size:16px;line-height:1.5;color:#293042}:root{--cookie-hover-bg: rgba(255, 255, 255, .05)}.fcc-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;z-index:1000}.fcc-modal.active{display:flex}.fcc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.fcc-content{position:relative;background:linear-gradient(160deg,var(--color-bg-main) 0%,#1A1A1A 100%);max-width:640px;width:90%;max-height:90%;overflow-y:auto;padding:2rem 1.75rem;border-radius:10px;box-shadow:0 4px 18px #0000001f}.fcc-content h2{font-size:1.5rem;font-weight:700;margin:0}.fcc-title-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.fcc-title-container img{flex:0 0 2.75rem;height:2.75rem}.fcc-body p{margin-bottom:1rem;font-size:1rem;color:#fff}.fcc-buttons{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.75rem}.fcc-buttons button{--btn-bg: #3abba7;--btn-border: #3abba7;--hover-fill: #140d36;--text-color: #fff;position:relative;display:inline-block;padding:.55rem 1.4rem;font-size:1rem;font-weight:600;color:var(--text-color);background:var(--btn-bg);border:1px solid var(--btn-border);border-radius:6px;cursor:pointer;overflow:hidden;z-index:1;transition:color .3s ease}.fcc-buttons button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--hover-fill);transform:scale(0);transform-origin:center;transition:transform .45s ease;border-radius:20px 0}.fcc-buttons button:hover:before,.fcc-buttons button:focus-visible:before{transform:scale(1)}.fcc-buttons button[data-ghost]{--btn-bg: transparent;--btn-border: #3abba7;--hover-fill: #3abba7;--text-color: #fff}.fcc-buttons button[data-alt=red]{--btn-bg: #e5243b;--btn-border: #e5243b;--hover-fill: #50152a;--text-color: #fff}.fcc-buttons button[data-size=small]{padding:.4rem 1rem;font-size:.875rem}.fcc-cookie-item{border-top:1px solid #e0e0e099}.fcc-cookie-toggle{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;cursor:pointer;transition:background .2s ease;position:relative;border-radius:6px}.fcc-cookie-toggle:after{content:"";width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);transition:transform .3s ease;margin-left:.75rem;flex-shrink:0}.fcc-cookie-toggle.open:after{transform:rotate(-135deg)}.checkbox-container{margin-right:.75rem}.checkbox-container input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:20px;height:20px;border-radius:4px;cursor:pointer;position:relative;outline:none;border:2px solid transparent;background:#e5243b}.checkbox-container input[type=checkbox]:focus-visible{box-shadow:0 0 0 3px #007bff99}.checkbox-container input[type=checkbox]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center;background-size:13px 13px;transition:background-color .25s ease,background-image .25s ease;background-image:url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>          <line x1='4' y1='4' x2='12' y2='12' stroke='%23ffffff' stroke-width='2'/>          <line x1='12' y1='4' x2='4' y2='12' stroke='%23ffffff' stroke-width='2'/>        </svg>")}.checkbox-container input[type=checkbox]:checked{background:#3abba7}.checkbox-container input[type=checkbox]:checked:after{background-image:url("data:image/svg+xml;utf8,        <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>          <polyline points='3 8 7 12 13 4' fill='none'                     stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>        </svg>")}.checkbox-container input[type=checkbox][disabled]{background:#555;cursor:default}.fcc-cookie-label-content{flex-grow:1;font-weight:500;color:#fff}.fcc-cookie-content{display:none;padding:0 0 .8rem;font-size:.94rem;color:#fff}.fcc-cookie-content.active{display:block}.fcc-tabs{display:flex;gap:1.25rem;margin:1.25rem 0}.fcc-tabs button{background:none;border:none;padding:.5rem 0;cursor:pointer;font-weight:600;font-size:1rem;color:#fff;border-bottom:2px solid transparent;transition:border-color .2s ease,color .2s ease}.fcc-tabs button:hover{color:#3abba7}.fcc-tabs button.active{border-color:#3abba7;color:#3abba7}.fcc-table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.9rem}.fcc-table thead th{padding:.55rem .65rem;font-weight:600;color:#fff;border:none;background:transparent}.fcc-table thead{border-bottom:2px solid #0d2536}.fcc-table tbody td{padding:.55rem .65rem;color:#fff;border:none}.fcc-table tbody tr+tr td{border-top:1px solid #0d2536}.fcc-table th:nth-child(1),.fcc-table td:nth-child(1){text-align:left}.fcc-table th:nth-child(2),.fcc-table td:nth-child(2){text-align:center}.fcc-table th:nth-child(3),.fcc-table td:nth-child(3){text-align:right}.fcc-open-btn{position:fixed;bottom:1rem;left:1rem;background:#3abba7;border:none;border-radius:50%;width:3.25rem;height:3.25rem;display:none;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:1.35rem;box-shadow:0 2px 8px #00000040;transition:transform .25s ease,background .25s ease,opacity .25s ease}.fcc-open-btn:hover{transform:scale(1.05);background:#32a596}.fcc-open-btn.show-button{display:flex}.fcc-open-btn.hide{transform:translate(-150%);opacity:0}.fcc-close-btn{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:#fff;transition:opacity .25s ease}.fcc-close-btn:hover,.fcc-close-btn:focus-visible{opacity:.75}@media (max-width: 767px){.fcc-buttons{flex-direction:column;gap:.5rem}.fcc-buttons button{width:100%;padding:.75rem 1rem;font-size:1rem}}@media (max-width: 480px){.fcc-content{padding:1.5rem 1rem}.fcc-title-container{gap:.75rem}.fcc-content h2{font-size:1.25rem}.fcc-body p{font-size:.94rem}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:var(--color-bg-main)}.spinner{width:48px;height:48px;border:4px solid rgba(100,108,255,.2);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--color-bg-main: #140d36;--color-bg-header: #1A1A1A;--color-bg-footer: #1A1A1A;--color-accent: #646CFF;--color-text: #ECECEC;--color-text-light: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select,textarea,button{font-family:Space Grotesk,sans-serif!important}body{line-height:1.4;color:var(--color-text)}.container{max-width:1200px;margin:0 auto;padding:1rem}.no-copy{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}img.no-copy{-webkit-user-drag:none;user-drag:none}img.no-copy{pointer-events:none}a{color:#3abba7;text-decoration:none;transition:filter .2s ease-out}a:hover,a:focus{filter:brightness(.85)}html,body{height:100%;margin:0}#root{flex-direction:column;min-height:100%;background:linear-gradient(160deg,var(--color-bg-main) 0%,#1A1A1A 100%)}main{flex:1}
