@charset "UTF-8";#root{margin:0 auto;font-family:Outfit;padding:0}body{background-color:#f1f1f1;font-family:Outfit;font-size:1rem}.appWrapper:has(.checkout-page){display:flex;align-items:center}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit}.error-message{position:absolute;bottom:-.7rem;color:red}.spinner-container{display:flex;justify-content:center;align-items:center;height:50vh}.ant-input-outlined{font-size:1rem;font-family:Outfit}.ant-input-outlined:focus-within{border-color:#7f5fff}.ant-input-outlined:hover{border-color:#7f5fff}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#7f5fff!important;border-color:#7f5fff!important}.custom-input-number .ant-input-number-handler-wrap{opacity:1!important;visibility:visible!important;display:flex!important;transition:none!important}.custom-input-number .ant-input-number-handler-wrap{opacity:1!important;visibility:visible!important;display:flex!important}.startGamesWrapper{display:flex;justify-content:center;align-items:center}.startGamesWrapper span{text-align:center;margin:5px}.startGamesWrapper .main-content{font-size:1.5rem;font-weight:600;text-transform:capitalize}.custom-confirm-modal .ant-modal-content{border-radius:8px;background:linear-gradient(135deg,#fdfbfb,#ebedee);box-shadow:0 4px 12px #0003}.custom-confirm-modal .ant-modal-header{background-color:#ff4d4f;border-radius:8px 8px 0 0;color:#fff}.custom-confirm-modal .ant-modal-title{font-size:18px;font-weight:700}.custom-confirm-modal .ant-modal-body{font-size:14px;color:#555}.custom-confirm-modal .ant-modal-footer{background-color:#f5f5f5;border-top:none}.custom-confirm-modal .ant-modal-footer .ant-btn-primary{background-color:#ff4d4f;border:none;box-shadow:0 2px 8px #ff4d4f99}.custom-confirm-modal .ant-modal-footer .ant-btn-default{border:none;color:#555}.outlineButton{color:#7f5fff;border:1px solid #7f5fff;transition:all ease .2s;background-color:#fff}.outlineButton:hover{background-color:#7f5fff;color:#fff}.defaultButton{background-color:#7f5fff;color:#fff;border:1px solid #7f5fff;transition:all ease .2s}.defaultButton:hover{border-color:#7f5fff;background-color:#fff;color:#7f5fff}.ant-modal .ant-modal-close{position:absolute;top:12px;display:flex;align-items:center;inset-inline-end:12px;z-index:1010;padding:0;color:#00000073;font-weight:600;line-height:1;text-decoration:none;background:transparent;border-radius:4px;width:32px;height:32px;border:0;outline:0;cursor:pointer;transition:color .2s,background-color .2s}.ant-pagination .ant-pagination-prev .ant-pagination-item-link,:where(.css-dev-only-do-not-override-1m206sv).ant-pagination .ant-pagination-next .ant-pagination-item-link{display:flex;width:100%;height:100%;padding:0;font-size:12px;text-align:center;background-color:transparent;border:1px solid transparent;border-radius:6px;outline:none;transition:all .2s;justify-content:left;align-items:center}.ant-form-item .ant-form-item-label>label{position:relative;display:inline-flex;align-items:center;max-width:100%;height:32px;color:#000000e0;font-size:1rem}.ant-form-item .ant-form-item-feedback-icon-success{color:#7f5fff}.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:none;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.toastify-progress-bar{background-color:#7f5fff!important}.toastify-icon--success{color:#7f5fff!important}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:9999}.loader{display:flex;justify-content:space-between;align-items:flex-end;width:80px}.dot{width:15px;height:15px;border-radius:50%;background-color:#1677ff;animation:bouncee .3s infinite alternate}.dot:nth-child(2){animation-delay:.1s;background-color:#3498db}.dot:nth-child(3){background-color:#323488;animation-delay:.2s}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.loader-container-dashboard{top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#fffc;z-index:9999}.loaderr{display:flex;justify-content:space-between;align-items:flex-end;width:80px}.dott{width:15px;height:15px;border-radius:50%;background-color:#1677ff;animation:bouncee .3s infinite alternate}.dott:nth-child(2){animation-delay:.1s;background-color:#3498db}.dott:nth-child(3){background-color:#323488;animation-delay:.2s}@keyframes bouncee{0%{transform:translateY(0)}to{transform:translateY(-20px)}}.progress-container{display:flex;justify-content:center;margin:2rem 0;width:100%;padding:0 1rem;box-sizing:border-box}.progress-bar{display:flex;justify-content:space-between;position:relative;width:100%}.progress-bar.long-progress{gap:2rem}.progress-bar .tail{position:absolute;width:100%;z-index:0;height:1px;top:50%;background-color:#a0a0a0}.progress-step{width:24px;height:24px;background-color:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:0s;transition:background-color .3s ease}.progress-step .step-number{font-size:12px;color:#fff}.progress-step .check-icon{color:#fff;font-size:16px;opacity:0;transform:scale(.8);transition:opacity .3s ease,transform .3s ease}.progress-step.current{background-color:#603af8}.progress-step.current .dot-icon{fill:#fff;animation:pulse 2s infinite}.progress-step.completed{background-color:#603af8}.progress-step.completed .check-icon{opacity:1;transform:scale(1)}.progress-line{position:absolute;height:3px;background-color:#e0e0e0;top:50%;left:0;transform:translateY(-50%);z-index:0;transition:width .5s ease}.completed-line{background-color:#603af8}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(2);opacity:.8}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.progress-bar{gap:1rem}.progress-step{width:20px;height:20px}.progress-step .step-number{font-size:11px}.progress-container{margin:1rem 0}}.waveform-container{width:100%;margin:0 auto;z-index:0;position:relative;text-align:center;cursor:pointer}.waveform{z-index:-1;height:80px;border-radius:10px;overflow:hidden;margin-bottom:20px;cursor:pointer}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__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:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__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:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__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)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__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:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{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)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-layout{overflow-y:auto;display:flex;height:100vh;width:100%;margin:0 auto}@media screen and (max-width: 1550px){.dashboard-layout{height:100vh}}@media screen and (max-width: 2000px){.dashboard-layout{max-width:2000px}}.dashboard-layout .dashboardContent{margin:24px 16px;padding:24}@media screen and (max-width: 768px){.dashboard-layout .dashboardContent{margin:.2rem;padding:0}}.dashboard-layout .dashboard-sider{position:relative}.dashboard-layout .dashboard-sider .logo-container{display:flex;align-items:center;justify-content:center}.dashboard-layout .dashboard-sider .logo-container h1{font-size:1.6rem;color:#fff;margin:1rem 0}.dashboard-layout .dashboard-sider .seperator{height:1px;margin-bottom:1rem;background:linear-gradient(to right,transparent,#9ba3c2,transparent)}.dashboard-layout .dashboard-sider .sider-bottom-menu{position:absolute;bottom:1rem;width:100%;background-color:#0c0129}@media screen and (max-width: 768px){.dashboard-layout .dashboard-sider .sider-bottom-menu{position:relative;padding-top:.5rem}}.dashboard-layout .header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.dashboard-layout .header .header-right{display:flex;align-items:center}.dashboard-layout .header .header-right .language-select,.dashboard-layout .header .header-right .notification-badge{margin-right:20px}.dashboard-layout .header .header-right .ant-avatar{cursor:pointer}.dashboard-layout .ant-layout-content{padding:24px;background-color:#f0f2f5;overflow-y:auto}@media (max-width: 768px){.dashboard-layout .dashboard-layout .ant-layout-sider{width:100px;max-width:100px;min-width:100px;flex-basis:0}.dashboard-layout .dashboard-layout .logo-container h1{font-size:1rem}.dashboard-layout .dashboard-layout .header{height:56px}.dashboard-layout .dashboard-layout .ant-layout-content{padding:16px}}.ant-menu-dark .ant-menu-item-selected{background-color:#7654ff}.ant-select-selector{display:flex;align-items:center}.language-option{display:flex;align-items:center;gap:8px}.language-option .flag-icon{width:16px;height:16px}.ant-breadcrumb ol{display:flex}.ant-breadcrumb ol li span a{font-size:1.4rem;font-weight:400;color:#0a0a0a66}.ant-breadcrumb ol li span a:hover{background-color:#fff}.ant-breadcrumb ol li span.current-breadcrumb{font-size:1.4rem;font-weight:500;color:#7f5fff;pointer-events:none}.ant-breadcrumb ol .ant-breadcrumb-separator{font-size:1rem;margin:.5rem 1rem 0}.commonButton{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:1px solid transparent;cursor:pointer;margin-top:2rem;font-size:1rem;transition:all ease .3s;font-weight:500}.commonButton:hover{background-color:#fff;color:#603af8;border-radius:8px;padding:1rem 3.5rem;border:1px solid #603af8;cursor:pointer;margin-top:2rem;font-size:1rem;font-weight:500}.outline{background-color:#fff;color:#603af8;border-radius:8px;padding:1rem 3.5rem;border:1px solid #603af8;cursor:pointer;margin-top:2rem;font-size:1rem;transition:all ease .3s;font-weight:500}.outline:hover{background-color:#603af8;color:#fff;border-radius:8px;cursor:pointer}.authButton{width:100%;padding:.75rem;background-color:#603af833;color:#0a0a0a66;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin:0 auto 1rem .68rem;font-weight:700}.authButton:hover{width:100%;padding:.75rem;background-color:#603af833;color:#000;border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin:0 auto 1rem .68rem;font-weight:700}.Buttondisabled{background-color:#613ede91;cursor:not-allowed}.Buttondisabled:hover{background-color:#613ede91;cursor:not-allowed;color:#fff}.modal-content{position:relative;padding:20px;border-radius:8px;font-family:Outfit;background-color:#000;z-index:99;box-shadow:0 4px 8px #0003}.modal-content h2{margin-top:0}.modal-content .countdown{display:flex;justify-content:center;align-items:center;margin:20px 0}.modal-content .countdown .circle-border{width:100px;height:100px;border:5px solid #f00;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;font-size:24px;color:red}.modal-content .countdown .circle-border.countdown-active{animation:countdownAnimation 3s linear forwards}.modal-content .countdown .circle-border .countdown-text{position:absolute}.modal-content button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:16px;transition:background-color .3s;display:flex;justify-content:center;margin:0 auto}.modal-content button:hover{background-color:#0056b3}@keyframes countdownAnimation{0%{border-color:red}to{border-color:transparent}}@keyframes blinkBackground{0%,to{background-color:transparent}50%{background-color:#f009}}.countDownWrapper.blinking{animation:blinkBackground 1s ease-in-out 3}.break-modal__content{text-align:center;padding:20px}.break-modal__title{font-size:24px;font-weight:700;margin-bottom:16px}.break-modal__message{font-size:16px;margin-bottom:24px;color:#555}.break-modal__hint{font-size:14px;margin-bottom:16px;color:#603af8}.break-modal__timer{font-size:18px;font-weight:700;margin-bottom:24px;color:#8a4eff}.break-modal__actions{display:flex;justify-content:center;gap:10px}.break-modal__actions .break-modal__skip{background-color:#ff4d4f;border-color:#ff4d4f}.break-modal__actions .break-modal__skip:hover{background-color:#ff7875;border-color:#ff7875}.break-page{text-align:center;width:100%;margin:0 auto;height:calc(100vh - 89px);align-items:center;display:flex;background-color:#8a4eff}.break-page div{padding:50px;width:fit-content;background-color:#fff;margin:0 auto;border-radius:10px;border:1px solid #555}.break-page__title{font-size:32px;font-weight:700;margin-bottom:16px}.break-page__message{font-size:18px;margin-bottom:24px;color:#555}.break-page__hint{font-size:16px;margin-bottom:16px;color:#603af8}.break-page__timer{font-size:24px;font-weight:700;margin-bottom:24px;color:#8a4eff}.pagination{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}@media screen and (max-width: 576px){.pagination{display:flex;flex-direction:column;gap:1rem}}.ant-modal.ant-modal-confirm{top:35%!important}.custom-modal .ant-modal-content{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 30px #0000004d;border:1px solid rgba(127,95,255,.4);transition:all .3s ease-in-out}.custom-modal .ant-modal-content:hover{box-shadow:0 8px 30px #0000004d;transform:scale(1)}.custom-modal .modal-title{font-size:1.5rem;font-weight:700;color:#7f5fff;text-align:center;margin-bottom:1rem;text-shadow:0 2px 5px rgba(127,95,255,.5);letter-spacing:1px}.custom-modal .modal-content{font-size:1.2rem;line-height:1.75;color:#444;margin-bottom:1.5rem;text-align:center}.custom-modal .ant-btn-primary{border:1px solid #7f5fff;background-color:#fff;color:#7f5fff;font-weight:700;font-size:1rem;padding:.75rem 1.5rem;border-radius:10px;box-shadow:none;width:50%;transition:all .3s ease-in-out}.custom-modal .ant-btn-primary:hover{background-color:#7f5fff;box-shadow:none}.custom-modal .ant-btn-default{background:transparent;color:#fff;background-color:#7f5fff;border:1px solid #7f5fff;font-weight:400;padding:.75rem 1.5rem;border-radius:10px;width:50%}.custom-modal .ant-btn-default:hover{background:#7f5fff;color:#fff;box-shadow:none}.custom-modal.modal-success .ant-modal-content{border:1px solid rgba(40,167,69,.4)}.custom-modal.modal-success .modal-title{color:#28a745;text-shadow:0 2px 5px rgba(40,167,69,.5)}.custom-modal.modal-error .ant-modal-content{border:1px solid rgba(220,53,69,.4)}.custom-modal.modal-error .modal-title{color:#dc3545;text-shadow:0 2px 5px rgba(220,53,69,.5)}.custom-modal.modal-warning .ant-modal-content{border:1px solid rgba(255,193,7,.4)}.custom-modal.modal-warning .modal-title{color:#ffc107;text-shadow:0 2px 5px rgba(255,193,7,.5)}.custom-modal .ant-modal-confirm .ant-modal-confirm-body{display:flex;flex-direction:column;text-align:center;gap:1rem}.custom-modal .ant-modal-confirm .ant-modal-confirm-body>.anticon{font-size:60px;color:#7f5fff;animation:heartbeat 1.5s infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1)}}.ant-modal-confirm .ant-modal-confirm-body{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;text-align:center}.ant-modal-confirm .ant-modal-confirm-title{color:#000000e0;font-weight:600;font-size:20px;line-height:1.5}.ant-modal-confirm .ant-modal-confirm-content{color:#000000e0;font-size:15px;line-height:1.5714285714}.ant-modal-confirm .ant-modal-confirm-body>.anticon{flex:none;font-size:40px;margin-inline-end:12px;margin-top:0}.ant-modal-confirm .ant-modal-confirm-btns{text-align:end;margin-top:12px;display:flex;justify-content:center}.ant-btn-variant-solid{color:#fff;background:#7f5fff}.ant-btn-color-primary{color:#fff;box-shadow:0 2px #0591ff1a}.ant-btn-primary:hover{background:#7f5fff!important}.ant-btn-default:hover{color:#7f5fff!important;border-color:#7f5fff!important}.anticon svg{display:inline-block;margin-left:.6rem}.country-picker-container{position:relative;width:100%}.country-input{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:16px;color:inherit;background-color:inherit}.dropdown-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#999;pointer-events:none}.playWithCard{padding:0 3rem;display:flex;justify-content:space-between;gap:10rem}@media (max-width: 768px){.playWithCard{flex-direction:column;padding:0 1.5rem}}.playWithCard .playWithCardLeft{flex:1}.playWithCard .playWithCardLeft h1:nth-child(1){color:#603af8;margin-bottom:2rem}.playWithCard .playWithCardLeft .payWIthCardBackBtn{text-decoration:none;display:flex;align-items:center;gap:.5rem;color:#131313;background-color:#0a0a0a0d;width:fit-content;padding:.4rem;border-radius:4px;margin-bottom:1rem}.playWithCard .playWithCardLeft h2{margin-bottom:1rem}.playWithCard .playWithCardLeft p{color:#0a0a0a66;margin-bottom:2rem}.playWithCard .playWithCardLeft span{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.playWithCard .playWithCardLeft span h1{display:flex;align-items:center}.playWithCard .playWithCardLeft span h1 span{color:#0a0a0a66;font-size:medium}@media (max-width: 768px){.playWithCard .playWithCardLeft span{flex-direction:column;align-items:flex-start}.playWithCard .playWithCardLeft span h1{font-size:1.5rem}.playWithCard .playWithCardLeft span h4,.playWithCard .playWithCardLeft span h3{font-size:1.2rem}.playWithCard .playWithCardLeft p,.playWithCard .playWithCardLeft h2{font-size:1rem}}.playWithCard .playWithCardForm{flex:1;padding:1rem 0}@media (max-width: 768px){.playWithCard .playWithCardForm{margin-top:2rem}}.playWithCardForm{box-shadow:0 0 5px #0a0a0a33;border:1px solid rgba(10,10,10,.2);margin:3rem 0 0;border-radius:1rem}.playWithCardForm form{padding:0 3rem 1rem 1rem}.playWithCardForm form h2{margin-bottom:.3rem}.playWithCardForm form .form-group{position:relative}.playWithCardForm form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.playWithCardForm form .form-group input{padding:.75rem;width:100%;border:1px solid #ccc;border-radius:5px;font-size:.9rem;background-color:transparent}.playWithCardForm form .form-group label{display:flex;align-items:center;justify-content:space-between;font-weight:400;margin-bottom:.2rem;margin-top:.3rem;color:#000}.playWithCardForm form .payButton{text-decoration:none;gap:.5rem;color:#131313;background-color:transparent;width:100%;padding:.1rem;border-radius:4px;margin-bottom:1rem}.playWithCardForm form .payButton button{width:100%;padding:.5rem;background-color:#603af833;color:#0a0a0a66}.playWithCardForm form .payButton button:hover{background-color:#603af833;color:#000;padding:.5rem;border:1px solid black}.playWithCardForm form .twoInputs{display:flex;justify-content:space-between;gap:.5rem}@media (max-width: 768px){.playWithCardForm form .twoInputs{flex-direction:column;gap:1rem}}.playWithCardForm form .checkBox{display:flex}.playWithCardForm form .checkBox input{margin-right:.5rem}.playWithCardForm form .checkBox p{margin:0;line-height:1.4;font-size:.9rem;margin-top:1rem}@media (max-width: 768px){.playWithCardForm form .checkBox{flex-direction:flex}.playWithCardForm form .checkBox p{margin-top:.5rem;font-size:.7rem}}@media (max-width: 768px){.playWithCardForm form{padding:.75rem 2.5rem .75rem .75rem}.playWithCardForm form input,.playWithCardForm form button{padding:.6rem;font-size:.85rem}}@media (max-width: 480px){.playWithCardForm form{padding:.5rem 2rem .5rem .5rem}.playWithCardForm form input,.playWithCardForm form button{padding:.5rem;font-size:.8rem}}.AdminButtons button{background-color:#66bbd6;color:#fff;font-weight:600;padding:1.2rem .8rem}.AdminButtons button:hover{background-color:transparent}.not-found-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#141e30,#243b55)}.not-found-content{text-align:center;color:#fff}.not-found-content .error{font-size:8rem;font-weight:700;letter-spacing:.1em;color:#e94560;animation:float 3s infinite ease-in-out}.not-found-content .message{font-size:1.5rem;margin:1rem 0;color:#d1d1d1}.not-found-content .home-link{font-size:1.2rem;color:#fff;padding:.5rem 1.5rem;border:2px solid #ffffff;border-radius:25px;text-decoration:none;transition:background .3s ease,color .3s ease}.not-found-content .home-link:hover{background:#fff;color:#141e30}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.notification-icon{font-size:24px;margin-left:20px;cursor:pointer;color:#7f5fff;transition:color .3s}.notification-icon:hover{color:#6a4feb}.notification-drawer .ant-drawer-title{font-weight:700;color:#333;margin-bottom:10px}.notification-drawer .ant-drawer-body{background-color:#fff}.notification-drawer .notification-item{border-bottom:1px solid #e8e8e8;margin-bottom:.5rem;padding:12px 15px;transition:background-color .3s,transform .2s}.notification-drawer .notification-item:hover{transform:scale(1.02);background-color:#f0f0f0}.notification-drawer .notification-item:last-child{border-bottom:none}.notification-drawer .notification-title{font-weight:600;color:#333;font-size:16px}.notification-drawer .notification-description{font-size:14px;color:#777}.notification-item{padding:12px;border-radius:8px;transition:background-color .3s,transform .2s}.notification-item.unread{background-color:#f0f5ff;border-left:4px solid #7f5fff}.notification-item.read{background-color:#fff}.notification-item:hover{transform:scale(1.02);background-color:#f0f0f0}.notification-actions{display:flex;gap:10px;align-items:center}.delete-icon{font-size:18px;cursor:pointer;color:#7f5fff;transition:color .3s}.delete-icon:hover{color:#6a4feb}.ant-drawer .ant-drawer-header-title{display:flex;flex:1;align-items:center;min-width:0;min-height:0;flex-direction:row-reverse}.ant-drawer .ant-drawer-close{width:30px;height:30px;margin:0 0 0 auto;border-radius:4px;display:flex;justify-content:left;align-items:center;margin-inline-end:8px;color:#00000073;font-weight:600;font-size:16px;font-style:normal;line-height:1;text-align:center;text-transform:none;text-decoration:none;background:transparent;border:0;cursor:pointer;transition:all .2s;text-rendering:auto}.ant-drawer .ant-drawer-close:hover{color:red}.aia-loader-container{display:flex;justify-content:center;align-items:center;height:70vh}.aia-text{font-size:3rem;font-weight:700;color:#7f5fff;font-family:Arial,sans-serif;display:flex;align-items:center}.letter{opacity:0;animation:fadeInn .3s ease-in-out forwards}.letter:nth-child(1){animation-delay:0s}.letter:nth-child(2){animation-delay:.2s}.letter:nth-child(3){animation-delay:.3s}.dot{animation:blinkk 1.5s infinite;margin-left:5px;font-size:2.5rem;color:#e74c3c}.dot:nth-child(4){animation-delay:.3s}@keyframes fadeInn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blinkk{0%,50%,to{opacity:0}25%,75%{opacity:1}}.CandidateAssessmentLayout{width:90%;min-height:95vh;margin:1rem auto;box-shadow:0 0 10px #0000001a;border:1px solid #e0e0e0;background-color:#fff;padding:1rem;border-radius:1rem;position:relative;display:flex;flex-direction:column}.CandidateAssessmentLayout .CandidateLogo{display:flex;justify-content:flex-start;align-items:center;padding:0 1rem;margin-bottom:2rem}.CandidateAssessmentLayout .CandidateAssessmentLayoutContent{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.CandidateAssessmentLayout .CandidateAssessmentIcons{display:flex;flex-direction:column;position:absolute;right:3rem;top:60%;transform:translateY(-50%);gap:1.5rem}.CandidateAssessmentLayout .CandidateAssessmentIcons div{background-color:#603af8;padding:.5rem .7rem;border-radius:.4rem;cursor:pointer;transition:all ease .3s;border:1px solid transparent}.CandidateAssessmentLayout .CandidateAssessmentIcons div svg{color:#fff}.CandidateAssessmentLayout .CandidateAssessmentIcons div:hover{background-color:#fff;border-color:#603af8}.CandidateAssessmentLayout .CandidateAssessmentIcons div:hover svg{color:#603af8}.CandidateAssessmentLayout .CandidateAssessmentButton{display:flex;justify-content:center;padding:1.5rem 0 1rem;margin-top:auto}@media (max-width: 1024px){.CandidateAssessmentLayout{width:98%;min-height:95vh;height:auto;padding:.5rem}.CandidateAssessmentLayout .CandidateLogo{margin-bottom:1rem;padding:0 .5rem}.CandidateAssessmentLayout .CandidateAssessmentLayoutContent{order:1}.CandidateAssessmentLayout .CandidateAssessmentIcons{order:2;position:static;transform:none;flex-direction:row;justify-content:center;gap:1rem;margin:1.5rem 0}.CandidateAssessmentLayout .CandidateAssessmentButton{order:3;padding-bottom:1.5rem;margin-top:1rem}}.AssessmentModalTypeIcons{display:flex;justify-content:center;margin:1rem 0;gap:2rem;flex-wrap:wrap}.AssessmentModalTypeIcons div{background-color:#9b83ff;padding:.7rem;border-radius:.4rem;display:flex;flex-direction:column;width:120px;gap:.5rem;align-items:center;transition:background-color .3s,transform .2s}.AssessmentModalTypeIcons div:hover{cursor:pointer;background-color:#7858ff}.AssessmentModalTypeIcons div.selected{background-color:#603af8;transform:scale(1.05)}.AssessmentModalTypeIcons div img{aspect-ratio:3/1}.AssessmentModalTypeIcons div p{color:#fff;font-weight:500;text-align:center}@media (max-width: 768px){.AssessmentModalTypeIcons{gap:1rem}.AssessmentModalTypeIcons div{width:100px;padding:.5rem}}.languageSelector{display:flex;gap:10px;align-items:center;position:absolute;right:2rem;top:2rem;z-index:20}.countDownWrapper{position:absolute;right:2rem;top:5rem;display:flex;gap:10px;align-items:center;border:2px solid #603af8;padding:1rem;border-radius:20px;box-shadow:0 0 10px #603af8}@media screen and (max-width: 768px){.countDownWrapper{position:absolute;top:.8rem;right:.8rem;width:auto;margin:0;padding:.45rem .6rem;border-radius:12px;gap:6px;font-size:.9rem;z-index:950}}.backToDashboard{display:flex;gap:10px;align-items:center;position:absolute;right:2rem;bottom:2rem;cursor:pointer}.removeAssessment{display:flex;gap:10px;align-items:center;position:absolute;bottom:2rem;left:2rem;cursor:pointer;font-weight:700;color:#603af8}@media screen and (max-width: 1400px){.removeAssessment{top:7.5rem;bottom:auto}}@media screen and (max-width: 1228px){.removeAssessment{top:5rem;bottom:auto}}@media screen and (max-width: 768px){.removeAssessment{position:fixed;bottom:1rem;left:1rem;margin:0;justify-content:center;z-index:850}}.CandidateAssessmentButton .removeAssessment{position:static;bottom:auto;left:auto;margin:0 1rem 0 0;display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#603af8;font-weight:700}@media screen and (max-width: 768px){.CandidateAssessmentIcons{z-index:5;position:relative}}.CandidateGamesLayout{width:90%;height:90vh;min-height:unset;max-height:100vh;margin:2vh auto;box-shadow:0 0 1px #656565;border:1px solid rgb(180,180,180);background-color:#fff;padding:1rem;border-radius:1rem;position:relative;display:flex;flex-direction:column;overflow:hidden}.CandidateGamesLayout .CandidateLogo{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;width:100%;padding-right:160px;box-sizing:border-box;margin-bottom:0;z-index:15}.CandidateGamesLayout .CandidateLogo img{width:150px;flex-shrink:0}.CandidateGamesLayout .CandidateLogo .progress-container{flex:1;width:auto!important;margin:0 0 0 2rem!important;padding:0!important;display:flex;justify-content:center}.CandidateGamesLayout .CandidateLogo .progress-container .progress-bar{width:100%;max-width:600px;display:flex;justify-content:space-between;align-items:center;position:relative}@media screen and (max-width: 992px){.CandidateGamesLayout .CandidateLogo{flex-direction:column;align-items:center;padding-right:0;margin-bottom:1rem}.CandidateGamesLayout .CandidateLogo .progress-container{width:100%!important;margin:1rem 0 0!important}.CandidateGamesLayout .CandidateLogo .progress-container .progress-bar{max-width:100%}}.CandidateGamesLayout .CandidateProgressBar{margin:5rem 0}.CandidateGamesLayout .featuredImage img{border:2px solid #6747e6;border-radius:5px;box-sizing:content-box;box-shadow:#6747e6 0 0 10px;padding:4px}.CandidateGamesLayout .CandidateAssessmentIcons{display:flex;flex-direction:column;position:absolute;right:3rem;top:25%;gap:2rem}.CandidateGamesLayout .CandidateAssessmentIcons svg{color:#fff}@media screen and (max-width: 768px){.CandidateGamesLayout .CandidateAssessmentIcons{position:relative;flex-direction:row;justify-content:center;right:0;top:auto;margin-bottom:1rem}}.CandidateGamesLayout .CandidateAssessmentIcons div{background-color:#603af8;padding:.5rem .7rem;cursor:pointer;border-radius:.4rem}.CandidateGamesLayout .CandidateAssessmentLayoutContent{display:flex;justify-content:center;flex:1;overflow:hidden;align-items:flex-start;padding:0 1rem;padding-top:0}.CandidateGamesLayout .CandidateAssessmentLayoutContent>div{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;margin-top:0!important}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion{display:flex;flex-direction:column;width:70%;height:auto;max-height:100%;margin:0 auto;justify-content:center;gap:1.5vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion::-webkit-scrollbar{display:none}@media screen and (max-width: 992px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion{width:90%;gap:1rem}}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion h1{text-align:center;margin-bottom:.5rem;flex-shrink:0;font-size:clamp(1.4rem,3vh,1.8rem);line-height:1.2}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion p{text-align:center;flex-shrink:1;margin-bottom:0;overflow-y:auto}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesQuestion p::-webkit-scrollbar{display:none}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer{display:flex;width:100%;text-align:center;margin:0 auto;flex-direction:column;justify-content:center;flex:1;min-height:0;gap:.5rem;margin-bottom:.5rem;margin-top:1rem}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .gameContentWrapper{display:grid;place-content:center;place-items:center;height:auto;flex:1;width:100%;min-height:0;overflow:hidden;max-height:75vh}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container){display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:25px;column-gap:60px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.aleatoryMotion,.static){display:flex;justify-content:center}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .static{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;column-gap:60px;gap:25px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .static.bulk{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) .aleatoryMotion{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:25px;column-gap:60px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) img{width:80px;height:80px;object-fit:fill;cursor:pointer}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container) img.selected{border:2px solid #6747e6;border-radius:5px;box-sizing:content-box;box-shadow:#6747e6 0 0 10px;padding:4px}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.drawingImage,.phaseAudio){display:block}.audioAnswer .CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer:not(.visual-game-container):has(.drawingImage,.phaseAudio) img{width:200px;height:200px;object-fit:fill}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);width:100%;max-width:100%}@media screen and (max-width: 1500px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1000px){.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper{grid-template-columns:repeat(1,1fr)}}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper>div{width:100%;max-width:100%}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper audio{width:100%;max-width:100%;min-width:0;display:block}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer .phaseAudioWrapper audio[aria-disabled=true]{cursor:not-allowed;opacity:.5}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateGamesAnswer h1{text-align:center;font-size:clamp(1.2rem,2.5vh,1.6rem);margin-bottom:.5rem}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentAnswer{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;margin-top:2rem;width:700px}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentAnswer .candidateCheckbox{border:1px solid rgb(207,207,207);border-radius:.4rem;display:flex;align-items:center;gap:1rem;padding:.8rem;width:100%;margin-left:0}.CandidateGamesLayout .CandidateAssessmentLayoutContent div .CandidateAssessmentFeedback{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem;margin-top:2rem;width:700px}.CandidateGamesLayout .CandidateGamesButton{display:flex;justify-content:center;flex-shrink:0;padding-bottom:1rem;z-index:9999}#videoExplaination{position:fixed;z-index:999999;bottom:0;right:0}#videoExplaination iframe{width:460px;height:300px;border-radius:10px}#videoExplaination .videoActions{position:absolute;background:gray;border:none;border-radius:5px;width:43px;height:43px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.5rem;top:50%}#videoExplaination .videoActions svg *{fill:#fff}#videoExplaination .videoActions.next-icon{right:5px}#videoExplaination .videoActions.back-icon{left:5px}#videoExplaination .close-icon{position:absolute;top:12px;right:11px;background:red;color:#fff;border:none;border-radius:5px;width:43px;height:43px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:1.5rem;line-height:1}@keyframes aleatoryMotion{0%{transform:translate(0)}to{transform:translate(0)}}.aleatoryMotion img:nth-child(1){animation:aleatoryMotion1 5s ease-in-out infinite}@keyframes aleatoryMotion1{0%{transform:translate(-76px,-34px)}50%{transform:translate(-50px,75px)}to{transform:translate(-71px,61px)}}.aleatoryMotion img:nth-child(2){animation:aleatoryMotion2 5s ease-in-out infinite}@keyframes aleatoryMotion2{0%{transform:translate(-34px,46px)}50%{transform:translate(67px,128px)}to{transform:translate(69px,-4px)}}.aleatoryMotion img:nth-child(3){animation:aleatoryMotion3 5s ease-in-out infinite}@keyframes aleatoryMotion3{0%{transform:translate(9px,43px)}50%{transform:translate(91px,49px)}to{transform:translate(-100px,67px)}}.aleatoryMotion img:nth-child(4){animation:aleatoryMotion4 5s ease-in-out infinite}@keyframes aleatoryMotion4{0%{transform:translate(-57px,18px)}50%{transform:translate(36px,84px)}to{transform:translate(-73px,19px)}}.aleatoryMotion img:nth-child(5){animation:aleatoryMotion5 5s ease-in-out infinite}@keyframes aleatoryMotion5{0%{transform:translate(-25px,-7px)}50%{transform:translate(118px,-119px)}to{transform:translate(78px,69px)}}.aleatoryMotion img:nth-child(6){animation:aleatoryMotion6 5s ease-in-out infinite}@keyframes aleatoryMotion6{0%{transform:translate(-77px,-6px)}50%{transform:translate(114px,102px)}to{transform:translate(91px,45px)}}.aleatoryMotion img:nth-child(7){animation:aleatoryMotion7 5s ease-in-out infinite}@keyframes aleatoryMotion7{0%{transform:translate(6px,-44px)}50%{transform:translate(136px,58px)}to{transform:translate(-62px,-11px)}}.aleatoryMotion img:nth-child(8){animation:aleatoryMotion8 5s ease-in-out infinite}@keyframes aleatoryMotion8{0%{transform:translate(35px,-18px)}50%{transform:translate(-13px,62px)}to{transform:translate(17px,-39px)}}.aleatoryMotion img:nth-child(9){animation:aleatoryMotion9 5s ease-in-out infinite}@keyframes aleatoryMotion9{0%{transform:translate(-21px,47px)}50%{transform:translate(113px,16px)}to{transform:translate(83px,81px)}}.aleatoryMotion img:nth-child(10){animation:aleatoryMotion10 5s ease-in-out infinite}@keyframes aleatoryMotion10{0%{transform:translate(41px,85px)}50%{transform:translate(129px,-71px)}to{transform:translate(-34px,79px)}}.aleatoryMotion img:nth-child(11){animation:aleatoryMotion11 5s ease-in-out infinite}@keyframes aleatoryMotion11{0%{transform:translate(-88px,-60px)}50%{transform:translate(-29px,143px)}to{transform:translate(-77px,22px)}}.aleatoryMotion img:nth-child(12){animation:aleatoryMotion12 5s ease-in-out infinite}@keyframes aleatoryMotion12{0%{transform:translate(44px,-64px)}50%{transform:translate(101px,30px)}to{transform:translate(-51px,-68px)}}.aleatoryMotion img:nth-child(13){animation:aleatoryMotion13 5s ease-in-out infinite}@keyframes aleatoryMotion13{0%{transform:translate(98px,-48px)}50%{transform:translate(140px,-93px)}to{transform:translate(-29px,-56px)}}.aleatoryMotion img:nth-child(14){animation:aleatoryMotion14 5s ease-in-out infinite}@keyframes aleatoryMotion14{0%{transform:translate(10px,51px)}50%{transform:translate(-91px,8px)}to{transform:translate(-31px,98px)}}.aleatoryMotion img:nth-child(15){animation:aleatoryMotion15 5s ease-in-out infinite}@keyframes aleatoryMotion15{0%{transform:translate(32px,-41px)}50%{transform:translate(61px,128px)}to{transform:translate(75px,-97px)}}.aleatoryMotion img:nth-child(16){animation:aleatoryMotion16 5s ease-in-out infinite}@keyframes aleatoryMotion16{0%{transform:translate(66px,73px)}50%{transform:translate(-114px,17px)}to{transform:translate(-63px,-55px)}}.aleatoryMotion img:nth-child(17){animation:aleatoryMotion17 5s ease-in-out infinite}@keyframes aleatoryMotion17{0%{transform:translate(57px,87px)}50%{transform:translate(-94px,-121px)}to{transform:translate(-60px,34px)}}.aleatoryMotion img:nth-child(18){animation:aleatoryMotion18 5s ease-in-out infinite}@keyframes aleatoryMotion18{0%{transform:translate(-93px,30px)}50%{transform:translate(50px,-48px)}to{transform:translate(6px,-73px)}}.aleatoryMotion img:nth-child(19){animation:aleatoryMotion19 5s ease-in-out infinite}@keyframes aleatoryMotion19{0%{transform:translate(96px,-86px)}50%{transform:translate(59px,-28px)}to{transform:translate(19px,-49px)}}.aleatoryMotion img:nth-child(20){animation:aleatoryMotion20 5s ease-in-out infinite}@keyframes aleatoryMotion20{0%{transform:translate(-39px,1px)}50%{transform:translate(70px,143px)}to{transform:translate(80px,24px)}}@media (max-width: 800px){.layout-content.keyboard-padding{padding-bottom:340px}}.CandidateDashboard{box-sizing:border-box}.CandidateDashboard .candidate-dashboard-layout__header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:0 20px;position:relative;z-index:1000}.CandidateDashboard .candidate-dashboard-layout__logo{height:48px;flex:0 0 auto}.CandidateDashboard .candidate-dashboard-layout__nav{flex:1 1 auto;min-width:0}.CandidateDashboard .candidate-dashboard-layout__nav{margin-top:16px;margin-bottom:8px;display:flex;align-items:center;justify-content:flex-start;position:relative;top:0;z-index:900}.CandidateDashboard .candidate-dashboard-layout__actions{display:flex;align-items:center;gap:1rem;margin-left:auto}.CandidateDashboard .candidate-dashboard-layout__profile{display:flex;align-items:center;gap:.5rem}.CandidateDashboard .buttons{display:flex;gap:.5rem}.CandidateDashboard .candidate-dashboard-layout__nav .buttons button{background-color:#fff;color:#7f5fff;border:1px solid #7f5fff;padding:6px 10px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .18s ease}.CandidateDashboard .candidate-dashboard-layout__nav .buttons button:hover,.CandidateDashboard .candidate-dashboard-layout__nav .buttons button.active{background-color:#7f5fff;color:#fff}@media (max-width: 768px){.CandidateDashboard .candidate-dashboard-layout__header{padding:0 12px;flex-direction:column;align-items:stretch;gap:8px}.CandidateDashboard .candidate-dashboard-layout__nav{order:2;width:100%;margin-top:12px;position:relative;top:0;z-index:900}.CandidateDashboard .candidate-dashboard-layout__profile{order:1;width:100%;justify-content:flex-start}.CandidateDashboard .buttons{justify-content:flex-start;width:100%}}@media (max-width: 576px){.CandidateDashboard .candidate-dashboard-layout__header{padding:6px 8px;gap:6px;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap}.CandidateDashboard .candidate-dashboard-layout__logo{height:36px;flex:0 0 36px}.CandidateDashboard .candidate-dashboard-layout__nav{flex:1 1 auto;min-width:0;margin:8px 8px 0;position:relative;top:0;z-index:900;display:flex;align-items:center;justify-content:center;overflow:hidden}.CandidateDashboard .candidate-dashboard-layout__actions{gap:6px;flex:0 0 auto}.CandidateDashboard .buttons{gap:6px}.CandidateDashboard .buttons button{flex:0 0 auto;font-size:13px;padding:6px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.admin-dashboard-layout{overflow-y:auto;display:flex;height:100vh;max-width:1550px;min-width:320px;width:100%;margin:0 auto}.admin-dashboard-layout ::-webkit-scrollbar{display:none}.admin-dashboard-layout .dashboard-sider .ant-menu-item-selected{background-color:#66bbd6!important;border-radius:0;color:#fff}.admin-dashboard-layout .dashboard-sider .ant-menu-item-selected:hover{background-color:#57b7d4!important}.admin-dashboard-layout .dashboard-sider .ant-menu-item:hover{background-color:#00f3}@media screen and (max-width: 1550px){.admin-dashboard-layout{height:100vh}}@media screen and (max-width: 2000px){.admin-dashboard-layout{max-width:2000px}}.admin-dashboard-layout .dashboardContent{margin:24px 16px;padding:24}@media screen and (max-width: 768px){.admin-dashboard-layout .dashboardContent{margin:.2rem;padding:0}}.admin-dashboard-layout .dashboard-sider{position:relative}.admin-dashboard-layout .dashboard-sider .logo-container{display:flex;align-items:center;justify-content:left}.admin-dashboard-layout .dashboard-sider .logo-container h1{font-size:1.6rem;color:#000;margin:1rem}.admin-dashboard-layout .dashboard-sider .seperator{height:1px;margin-bottom:1rem;background:linear-gradient(to right,transparent,#9BA3C2,transparent)}.admin-dashboard-layout .dashboard-sider .sider-bottom-menu{position:absolute;bottom:1rem;width:100%;background-color:#0c0129}@media screen and (max-width: 768px){.admin-dashboard-layout .dashboard-sider .sider-bottom-menu{position:relative;padding-top:.5rem}}.admin-dashboard-layout .header{display:flex;justify-content:space-between;align-items:center;padding:0 16px}.admin-dashboard-layout .header .header-right{display:flex;align-items:center}.admin-dashboard-layout .header .header-right .language-select,.admin-dashboard-layout .header .header-right .notification-badge{margin-right:20px}.admin-dashboard-layout .header .header-right .ant-avatar{cursor:pointer}.admin-dashboard-layout .ant-layout-content{padding:24px;background-color:#f0f2f5;overflow-y:auto}@media (max-width: 768px){.admin-dashboard-layout .dashboard-layout .ant-layout-sider{width:100px;max-width:100px;min-width:100px;flex-basis:0}.admin-dashboard-layout .dashboard-layout .logo-container h1{font-size:1rem}.admin-dashboard-layout .dashboard-layout .header{height:56px}.admin-dashboard-layout .dashboard-layout .ant-layout-content{padding:16px}}.audio{margin:1.5rem;background-color:#fff;border:1px solid rgba(197,197,197,.5019607843);border-radius:25px;padding:1rem;height:100%;position:relative}.audio .audioLogo{display:flex;justify-content:center}.audio .audioHead{background-color:#f6f6f6;display:flex;border-radius:5px;justify-content:space-between;padding:1rem 4rem}.audio .audioHead h2{font-weight:400;color:#757575;font-size:large;display:flex;align-items:center;gap:.5rem}.audio .audioHead h2:nth-child(2){font-size:medium}.audio .audioMain{display:flex;justify-content:center;position:relative;padding:1rem}.audio .audioMain .slide-in-audio{animation:fadeIn 1s ease-in-out forwards}.audio .audioMain .slide-out-audio{animation:fadeOut 1s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.audio .audioMain .audioIcons{display:flex;flex-direction:column;position:absolute;right:0;top:50%;transform:translateY(-50%);gap:2rem;margin-right:2rem}.audio .audioMain .audioIcons svg{color:#fff;transition:background-color .3s ease}.audio .audioMain .audioIcons svg:hover{background-color:#4a2fbd}.audio .audioMain .audioIcons button{border:none;background-color:#603af8;border-radius:5px;padding:.8rem .8rem .5rem;cursor:pointer}.audio .audioBackButton{display:flex;position:absolute;bottom:1rem}.audio .audioBackButton h3{display:flex;align-items:center;gap:.9rem;font-weight:500}.audio .audioBackButton h3 .audioBackLink{text-decoration:none;color:#000;transition:color .3s ease}.audio .audioBackButton h3 .audioBackLink:hover{color:#603af8}@media (max-width: 768px){.audio .audioMain{flex-direction:column;align-items:center;padding:0}.audio .audioMain .audioIcons{flex-direction:row;position:relative;margin:2rem 0;gap:1rem;right:0;transform:none}.audio .audioHead{margin:1rem 0}.audio .audioHead h2{font-size:1.2rem;padding:.5rem}.audio .audioBackButton{margin-top:1.5rem}.audio .audioBackButton h3{font-size:1rem;gap:.5rem}}.audioContent{display:flex;flex-direction:column;width:75%;margin:.9rem auto 0;gap:4rem}.audioContent h1{text-align:center}.audioContent h3{font-weight:500}@media (max-width: 768px){.audioContent{width:90%;margin:.5rem auto}.audioContent h1{font-size:1.5rem}.audioContent p{font-size:.9rem}}.audioContent .audioButton{display:flex;justify-content:center}.audioMusic{display:flex;flex-direction:column;margin:1rem auto 0;text-align:center;gap:1.1rem}.audioMusic .audioButton{display:flex;justify-content:center}.audioHeadBetween{display:flex}.wizard-progress{display:table;width:70%;margin:0rem auto 0;table-layout:fixed;position:relative}.wizard-progress .step{display:table-cell;text-align:center;vertical-align:top;overflow:visible;position:relative;font-size:14px;color:#6f6f6f;padding-top:40px}.wizard-progress .step:not(:last-child):before{content:"";display:block;position:absolute;left:50%;top:12px;background-color:#fff;height:6px;width:100%}.wizard-progress .step .node{display:inline-block;border:6px solid #fff;background-color:#fff;border-radius:18px;height:18px;width:18px;position:absolute;top:.3rem;left:50%;margin-left:-12px}.wizard-progress .step.complete:before{background-color:#603af8}.wizard-progress .step.complete .node{border-color:#603af8;background-color:#603af8}.wizard-progress .step.complete .node:before{content:"✓";color:#fff;position:absolute;top:-.3rem;left:-.1rem}.wizard-progress .step.in-progress:before{background:#603af8;background:-moz-linear-gradient(left,#603AF8 0%,#fff 100%);background:-webkit-linear-gradient(left,#603AF8 0%,#fff 100%);background:linear-gradient(to right,#603af8,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#603AF8",endColorstr="#fff",GradientType=1)}.wizard-progress .step.in-progress .node{border-color:#603af8}.VisualIcons{display:flex;flex-direction:column;margin:0rem auto 0;gap:4rem;text-align:center}.VisualIcons img{width:32%;height:32%}.VisualIcons .audioButton{display:flex;justify-content:center}.VisualIcons .audioButton button{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:none;cursor:pointer;font-size:1rem;font-weight:500}.audioLogoBetween{display:flex;justify-content:space-between}.audioLogoBetween div{display:flex;gap:1rem}.audioLogoBetween div p{display:flex;align-items:center;gap:.5rem}.MCQ{margin:1.5rem;background-color:#fff;border:1px solid #939393;border-radius:25px;padding:1rem}.MCQ .audioBackButton{display:flex}.MCQ .audioBackButton h3{display:flex;align-items:center;gap:.9rem;font-weight:500}.MCQ .audioBackButton h3 .audioBackLink{text-decoration:none;color:#000;transition:color .3s ease}.MCQ .audioBackButton h3 .audioBackLink:hover{color:#603af8}.MCQ .audioButton{display:flex;justify-content:center}.MCQ .audioButton button{background-color:#603af8;color:#fff;border-radius:8px;padding:1rem 3.5rem;border:none;cursor:pointer;font-size:1rem;font-weight:500}.MCQ .MCQMain{width:70%;margin:1.9rem auto 3rem;gap:5rem;display:flex;justify-content:space-around}.MCQ .MCQMain .MCQContent h3{margin-bottom:1rem}.MCQ .MCQMain .MCQContent .schedule{display:grid;gap:.8rem;background-color:#ebebeb;padding-bottom:2rem;padding:0 1rem 2rem}.MCQ .MCQMain .MCQContent .schedule .schedule-item{margin-top:1rem;display:flex;flex-direction:column;text-align:center}.MCQ .MCQMain .MCQContent .schedule .schedule-item h4{color:#fff;background-color:#000;padding:.3rem}.MCQ .MCQMain .MCQContent .schedule .schedule-item h4:nth-child(2){background-color:#fff;color:#000}.MCQ .MCQMain .MCQContent .bottom-text{text-align:center;font-size:1.2rem;margin-top:-1rem;font-weight:700;background-color:#ebebeb;padding-top:1rem;padding-bottom:1rem}.MCQ .MCQMain .MCQContent p{margin:1rem 0;color:#a4a4a4}.MCQ .MCQMain .selection{width:80%}.MCQ .MCQMain .selection h3{margin-bottom:1rem}.MCQ .MCQMain .selection .form-group{display:flex;align-items:center;gap:1rem;border:1px solid #E4E4E4;border-radius:5px;padding:10px 16px;margin-bottom:2rem}@media (max-width: 768px){.MCQ .MCQMain{flex-direction:column;align-items:center}.MCQ .MCQMain .selection{width:100%}.MCQ .schedule{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px) and (max-width: 1024px){.MCQ .schedule{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1025px){.MCQ .schedule{grid-template-columns:repeat(7,1fr)}}.CandidateAssessment{position:relative;min-height:80%;flex-direction:column;justify-content:flex-start;width:100%}.removeAssessment{margin-top:auto;align-self:center;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:700;color:#6c44fc;background:#fff;border-radius:8px;padding:4px 12px;z-index:2}.CandidateAssessmentAnswer{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;max-width:700px;margin:1rem auto}.CandidateAssessmentAnswer .candidateCheckbox{width:100%;border:1px solid #dcdcdc;border-radius:8px;padding:1rem;margin-left:0!important;cursor:pointer;transition:all .3s ease-in-out}.CandidateAssessmentAnswer .candidateCheckbox:hover{background-color:#f7f5ff;border-color:#d6cffc;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.internal-keyboard{position:fixed;bottom:0;left:0;right:0;width:100%;padding:8px 4px;background-color:#dcdcde;box-shadow:0 -2px 10px #00000026;z-index:1000;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;user-select:none;-webkit-user-select:none}.keyboard-row{display:flex;justify-content:center;gap:6px}.key-button{font-family:Outfit,sans-serif;font-weight:500;font-size:1rem;height:48px;flex-grow:1;flex-basis:0;padding:0 5px;border-radius:6px;border:none;border-bottom:2px solid #aaa;background-color:#fff;color:#333;cursor:pointer;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:center;align-items:center;-webkit-tap-highlight-color:transparent}.key-button:active{background-color:#d8d8d8;transform:scale(.98);border-bottom:1px solid #aaa}.key-spacer{flex-grow:.5;visibility:hidden;border:none;background:none;box-shadow:none}.letter-key{min-width:28px}.special-key{background-color:#adb5bd;color:#000;font-weight:600;flex-grow:1.5}.space-button{flex-grow:5;font-size:1rem;background-color:#fff;color:#333}.enter-button{flex-grow:2.5;font-size:1.2rem;background-color:#4c8bf5;color:#fff;border-bottom-color:#2a6ed9}.keyboard-wrapper.hidden-keyboard .internal-keyboard{display:none!important;visibility:hidden!important}.music-audio-player{width:400px;max-width:100%}@media (max-width: 768px){.music-audio-player{width:240px;height:30px}.musical-note-item{padding:1px!important;gap:2px!important}}@media (min-width: 1024px){.internal-keyboard{display:none!important;visibility:hidden!important}}.visual-game-container:has(.floatingAlphabets){display:grid!important;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:60vh;min-height:500px;align-items:center;justify-items:center;position:relative;margin-bottom:2rem;padding-bottom:60px}.visual-game-container .floatingAlphabets-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:100%;width:100%;grid-column:1 / -1;grid-row:1 / -1;pointer-events:none}.floatingAlphabets-wrapper .floatingAlphabets{pointer-events:auto}.floatingAlphabets{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.floatingAlphabets.up_left{grid-column:1;grid-row:1}.floatingAlphabets.up{grid-column:2;grid-row:1}.floatingAlphabets.up_right{grid-column:3;grid-row:1}.floatingAlphabets.left{grid-column:1;grid-row:2}.floatingAlphabets.right{grid-column:3;grid-row:2}.floatingAlphabets.down_left{grid-column:1;grid-row:3;align-self:start;padding-top:20px}.floatingAlphabets.down{grid-column:2;grid-row:3;align-self:start;padding-top:0}.floatingAlphabets.down_right{grid-column:3;grid-row:3;align-self:start;padding-top:20px}.floatingAlphabets .letter{border:3px solid #000;border-radius:12px;padding:15px 25px;font-size:2rem;font-weight:700;background-color:#fff;box-shadow:0 4px 10px #0000001a;min-width:60px;text-align:center;color:#333;position:relative;z-index:999;opacity:1;visibility:visible}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.visual-game-container:has(.floatingAlphabets){height:55vh;min-height:450px;padding-bottom:80px}.floatingAlphabets .letter{font-size:1.5rem;padding:10px 20px}}.visual-game-container:has(.floatingAlphabets) .internal-keyboard{z-index:5}.visual-game-container .internal-keyboard{z-index:5!important}.drawingImage img,.drawingImage.featuredImage img{max-width:100%;height:auto;display:block;margin:0 auto}.CandidateGamesQuestion,.CandidateGamesAnswer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:min(92vw,980px);max-width:980px;margin:4rem auto 0;padding:0 12px;font-family:Outfit,sans-serif}.CandidateGamesQuestion h1,.CandidateGamesAnswer h1{font-size:2rem;margin-bottom:2rem;word-break:break-word}.CandidateGamesQuestion p,.CandidateGamesAnswer p{font-size:1.2rem;line-height:1.6}.CandidateGamesQuestion .gameContentWrapper,.CandidateGamesAnswer .gameContentWrapper{display:flex;justify-content:center;align-items:center;width:100%}.CandidateGamesQuestion .CandidateGamesAnswer .audioAnswer,.CandidateGamesAnswer .CandidateGamesAnswer .audioAnswer{margin-top:5rem}.CandidateGamesQuestion .drawingImage,.CandidateGamesAnswer .drawingImage{margin-top:0;margin-bottom:2rem}.CandidateGamesQuestion .drawingImage.featuredImage img,.CandidateGamesAnswer .drawingImage.featuredImage img{width:80px;height:80px;margin-bottom:2rem}.CandidateGamesQuestion .phaseAudioWrapper,.CandidateGamesAnswer .phaseAudioWrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:100%}.CandidateGamesQuestion .phaseAudioWrapper>div,.CandidateGamesAnswer .phaseAudioWrapper>div{display:flex;align-items:center;gap:10px;width:100%;max-width:100%}.CandidateGamesQuestion .phaseAudioWrapper>div audio,.CandidateGamesAnswer .phaseAudioWrapper>div audio{width:100%;max-width:100%;min-width:0;display:block}@media (max-width: 768px){.CandidateGamesQuestion,.CandidateGamesAnswer{width:95%;padding:1rem;margin-top:2rem}.CandidateGamesQuestion p,.CandidateGamesAnswer p{font-size:1.1rem}.CandidateGamesQuestion h1,.CandidateGamesAnswer h1{font-size:1.5rem;margin-bottom:2rem}.CandidateGamesQuestion .gameContentWrapper,.CandidateGamesQuestion .phaseAudioWrapper,.CandidateGamesQuestion .gameContentWrapper .audioAnswer,.CandidateGamesAnswer .gameContentWrapper,.CandidateGamesAnswer .phaseAudioWrapper,.CandidateGamesAnswer .gameContentWrapper .audioAnswer{flex-direction:column;align-items:center;gap:1.5rem}.CandidateGamesQuestion .phaseAudioWrapper>div,.CandidateGamesQuestion .phaseAudioWrapper audio,.CandidateGamesAnswer .phaseAudioWrapper>div,.CandidateGamesAnswer .phaseAudioWrapper audio{width:100%;min-width:0;max-width:100%}.CandidateGamesQuestion .drawingImage.featuredImage img,.CandidateGamesAnswer .drawingImage.featuredImage img{width:70px;height:70px;margin-bottom:2rem}.CandidateGamesQuestion .audioAnswer,.CandidateGamesAnswer .audioAnswer{margin-top:2rem}.CandidateGamesQuestion .drawingImage,.CandidateGamesAnswer .drawingImage{width:80%;height:70%;margin-top:0;margin-bottom:2rem}}.static.bulk{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box}.static.bulk img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer}.static.bulk img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (max-width: 768px){.static.bulk{gap:1rem}}@media (max-width: 480px){.static.bulk{gap:.5rem;padding:0 8px}}.intrusive-designs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;justify-content:start;justify-items:start;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px);margin-left:0;margin-right:auto;padding:0 8px;box-sizing:border-box}.intrusive-designs-grid img{width:15%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.intrusive-designs-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 561px){.intrusive-designs-grid{grid-template-columns:repeat(6,1fr);max-width:min(520px,55vh);gap:12px;margin-top:2rem;margin-bottom:2.5rem}.intrusive-designs-grid img{width:40px;height:40px}}@media (min-width: 391px) and (max-width: 560.99px){.intrusive-designs-grid{grid-template-columns:repeat(5,minmax(45px,1fr));gap:8px;max-width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.intrusive-designs-grid{grid-template-columns:repeat(5,minmax(40px,1fr));gap:6px;margin-top:2rem}}.designs-that-repeat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;justify-content:start;justify-items:start;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px);margin-left:0;margin-right:auto;padding:0 8px;box-sizing:border-box}.designs-that-repeat-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.designs-that-repeat-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 561px){.designs-that-repeat-grid{grid-template-columns:repeat(6,1fr);max-width:min(520px,55vh);gap:12px;margin-top:2rem;margin-bottom:2.5rem;height:auto}.designs-that-repeat-grid img{width:100%;height:auto;max-width:80px}}@media (min-width: 391px) and (max-width: 560.99px){.designs-that-repeat-grid{grid-template-columns:repeat(5,minmax(45px,1fr));gap:8px;max-width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.designs-that-repeat-grid{grid-template-columns:repeat(5,1fr);max-width:min(520px,55vh);gap:12px;margin-top:2rem;margin-bottom:2.5rem;height:auto;gap:6px;margin-top:1rem}}.design-color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;justify-content:start;justify-items:start;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px);margin-left:0;margin-right:auto;padding:0 8px;box-sizing:border-box}.design-color-grid img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.design-color-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 711px){.design-color-grid{grid-template-columns:repeat(10,1fr);width:80%;gap:20px;margin-top:6rem;margin-bottom:3rem;margin-left:10%}}@media (min-width: 531px) and (max-width: 710.99px){.design-color-grid{grid-template-columns:repeat(5,minmax(10px,1fr));gap:6px;width:45%;margin-top:1rem;margin-bottom:1.5rem;margin-left:25%}}@media (min-width: 391px) and (max-width: 530.99px){.design-color-grid{grid-template-columns:repeat(5,minmax(10px,1fr));gap:8px;max-width:100%;width:65%;margin-top:1rem;margin-bottom:1.5rem;margin-left:15%}}@media (min-width: 0px) and (max-width: 390.99px){.design-color-grid{grid-template-columns:repeat(5,minmax(15px,1fr));gap:9px;margin-top:1rem;margin-bottom:1.25rem;width:80%;margin-left:15%}}.assemble-the-drawing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;justify-content:start;justify-items:start;margin-top:clamp(16px,3vh,32px);margin-bottom:clamp(20px,4vh,40px);margin-left:0;margin-right:auto;padding:0 8px;box-sizing:border-box}.assemble-the-drawing-grid img{width:100%;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.assemble-the-drawing-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 711px){.assemble-the-drawing-grid{grid-template-columns:repeat(5,1fr);width:100%;gap:20px;margin-top:2rem;margin-bottom:2.5rem}}@media (min-width: 531px) and (max-width: 710.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(5,minmax(15px,1fr));gap:8px;width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 391px) and (max-width: 530.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(3,minmax(25px,1fr));gap:8px;max-width:100%;width:100%;margin-top:1rem;margin-bottom:1.5rem}}@media (min-width: 0px) and (max-width: 390.99px){.assemble-the-drawing-grid{grid-template-columns:repeat(3,minmax(25px,1fr));gap:9px;margin-top:1rem;margin-bottom:1.25rem;width:100%}}.visual-game-container{display:block;width:100%;max-width:680px;margin:0 auto;padding:0;height:auto;min-height:unset;overflow:visible}.logic-by-design-grid{display:grid;justify-content:center;justify-items:center;align-items:center;gap:12px;grid-template-columns:repeat(6,64px);grid-auto-rows:64px;width:auto;margin:0 auto;padding:0;box-sizing:border-box}.logic-by-design-grid img{width:56px;height:56px;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.logic-by-design-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (min-width: 768px) and (max-width: 1023.99px){.logic-by-design-grid{grid-template-columns:repeat(5,64px);grid-auto-rows:64px;gap:12px}}@media (min-width: 561px) and (max-width: 767.99px){.logic-by-design-grid{grid-template-columns:repeat(5,56px);grid-auto-rows:56px;gap:10px}.logic-by-design-grid img{width:50px;height:50px}}@media (min-width: 391px) and (max-width: 560.99px){.logic-by-design-grid{grid-template-columns:repeat(4,52px);grid-auto-rows:52px;gap:10px}.logic-by-design-grid img{width:48px;height:48px}}@media (max-width: 390.99px){.logic-by-design-grid{grid-template-columns:repeat(4,46px);grid-auto-rows:46px;gap:8px}.logic-by-design-grid img{width:42px;height:42px}}.visual-game-container>.designs-by-theme-grid{grid-column:1/-1;display:grid;place-items:center;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:clamp(16px,3vh,32px) auto clamp(20px,4vh,40px);padding:0 8px;box-sizing:border-box;--amp: 1}.visual-game-container>.designs-by-theme-grid img{width:86%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;will-change:transform;transform-origin:center;backface-visibility:hidden}.visual-game-container>.designs-by-theme-grid img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666}@media (prefers-reduced-motion: reduce){.visual-game-container>.designs-by-theme-grid img{animation:none!important;transform:none!important}}@media (min-width: 1024px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(6,1fr);max-width:500px;gap:12px;margin-left:15%;margin-right:0;margin-top:2rem;margin-bottom:2.25rem;width:74%;--amp: 2.2}.visual-game-container>.designs-by-theme-grid img{width:50px;height:auto}.designs-by-theme-grid{height:300px}.visual-game-container{height:330px}.CandidateGamesQuestion{width:80%!important;padding:0 5px!important;margin-top:.5rem!important}.CandidateGamesQuestion h1{font-size:1.2rem!important;margin-bottom:.5rem!important}.CandidateGamesQuestion p,.CandidateGamesQuestion p span{font-size:.9rem!important;line-height:1.3!important}.visual-game-container>.intrusive-designs-grid img{width:50px;height:50px}.visual-game-container>.designs-that-repeat-grid img{width:50px;height:50px}.visual-game-container>.drawingImage img{width:160px;height:160px}.visual-game-container>.assemble-the-drawing-grid img{width:75px;height:75px}}@media (min-width: 768px) and (max-width: 1023.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(6,minmax(64px,1fr));gap:12px;margin-left:15%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:50%;--amp: 2.7}.visual-game-container>.designs-by-theme-grid img{width:45px;height:45px}.visual-game-container>.intrusive-designs-grid img{width:45px;height:45px}.visual-game-container>.assemble-the-drawing-grid img{width:65px;height:65px}.visual-game-container>.designs-that-repeat-grid img{width:45px;height:45px}.visual-game-container>.drawingImage img{width:160px;height:160px}.designs-by-theme-grid{height:270px}.visual-game-container{height:330px}.CandidateGamesQuestion{width:80%!important;padding:0 5px!important;margin-top:.5rem!important}.CandidateGamesQuestion h1{font-size:1.2rem!important;margin-bottom:.5rem!important}.CandidateGamesQuestion p,.CandidateGamesQuestion p span{font-size:.9rem!important;line-height:1.3!important}}@media (min-width: 561px) and (max-width: 767.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(4,minmax(64px,1fr));gap:12px;margin-left:30%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(20px,4vh,36px);width:30%;max-width:361px;--amp: 2.7}.visual-game-container>.designs-by-theme-grid img{width:45px;height:45px}.visual-game-container>.intrusive-designs-grid img{width:45px;height:45px}.visual-game-container>.designs-that-repeat-grid img{width:45px;height:45px}.visual-game-container>.assemble-the-drawing-grid img{width:65px;height:65px}.visual-game-container>.drawingImage img{width:160px;height:160px}.designs-by-theme-grid{height:200px}.visual-game-container{height:330px}.CandidateAssessmentIcons{top:25px!important}.CandidateGamesQuestion{width:100%!important;padding:0 5px!important;margin-top:.5rem!important}.CandidateGamesQuestion h1{font-size:1.2rem!important;margin-bottom:.5rem!important}.CandidateGamesQuestion p,.CandidateGamesQuestion p span{font-size:.9rem!important;line-height:1.3!important}}@media (min-width: 391px) and (max-width: 560.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(4,minmax(15%,1fr));gap:12px;margin-left:38%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(10px,4vh,36px);width:25%;max-width:261px;--amp: 2.2}.visual-game-container>.designs-by-theme-grid img{width:40px;height:40px}.visual-game-container>.assemble-the-drawing-grid img{width:55px;height:55px}.visual-game-container>.intrusive-designs-grid img{width:40px;height:40px}.visual-game-container>.designs-that-repeat-grid img{width:40px;height:40px}.visual-game-container>.drawingImage img{width:160px;height:160px}.designs-by-theme-grid{height:200px}.visual-game-container{height:330px}.CandidateAssessmentIcons{top:25px!important}.CandidateGamesQuestion{width:100%!important;padding:0 5px!important;margin-top:.5rem!important;max-height:100%;overflow-y:auto;overflow-x:hidden}.CandidateGamesQuestion h1{font-size:1.2rem!important;margin-bottom:.5rem!important}.CandidateGamesQuestion p,.CandidateGamesQuestion p span{font-size:.8rem!important;line-height:1.3!important}}@media (max-width: 390.99px){.visual-game-container>.designs-by-theme-grid{grid-template-columns:repeat(3,minmax(15%,1fr));gap:12px;margin-left:38%;margin-right:0;margin-top:clamp(20px,3.5vh,32px);margin-bottom:clamp(10px,4vh,36px);width:25%;max-width:261px;--amp: 2.2}.visual-game-container>.designs-by-theme-grid img{width:40px;height:40px}.visual-game-container>.assemble-the-drawing-grid img{width:55px;height:55px}.visual-game-container>.intrusive-designs-grid img{width:40px;height:40px}.visual-game-container>.designs-that-repeat-grid img{width:40px;height:40px}.visual-game-container>.drawingImage img{width:160px;height:160px}.designs-by-theme-grid{height:200px}.visual-game-container{height:330px}.CandidateAssessmentIcons{top:25px!important}.CandidateGamesQuestion{width:100%!important;padding:0 5px!important;margin-top:.5rem!important}.CandidateGamesQuestion h1{font-size:1.2rem!important;margin-bottom:.5rem!important}.CandidateGamesQuestion p,.CandidateGamesQuestion p span{font-size:.7rem!important;line-height:1.3!important}}.visual-game-container>.designs-by-theme-grid img:nth-child(1){animation-name:themeFloat-1;animation-duration:4.3s;animation-delay:2671ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-1{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(2){animation-name:themeFloat-2;animation-duration:4.2s;animation-delay:1463ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-2{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * -20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(3){animation-name:themeFloat-3;animation-duration:4.7s;animation-delay:1775ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-3{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(4){animation-name:themeFloat-4;animation-duration:4.9s;animation-delay:2764ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-4{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 18px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(5){animation-name:themeFloat-5;animation-duration:4.2s;animation-delay:2.6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-5{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * 22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -18px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(6){animation-name:themeFloat-6;animation-duration:5s;animation-delay:2732ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-6{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * -22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(7){animation-name:themeFloat-7;animation-duration:4.4s;animation-delay:1894ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-7{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(8){animation-name:themeFloat-8;animation-duration:4.2s;animation-delay:1503ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-8{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 17px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -17px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * 19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(9){animation-name:themeFloat-9;animation-duration:4.5s;animation-delay:1109ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-9{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -26px),calc(var(--amp) * -19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(10){animation-name:themeFloat-10;animation-duration:4.4s;animation-delay:2.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-10{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * 15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * 18px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -21px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(11){animation-name:themeFloat-11;animation-duration:4.6s;animation-delay:1371ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-11{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * -19px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -14px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * -24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(12){animation-name:themeFloat-12;animation-duration:4s;animation-delay:1408ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-12{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * -15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(13){animation-name:themeFloat-13;animation-duration:4.3s;animation-delay:2767ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-13{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * -22px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(14){animation-name:themeFloat-14;animation-duration:4.5s;animation-delay:1633ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-14{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * -16px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(15){animation-name:themeFloat-15;animation-duration:4.4s;animation-delay:1.26s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-15{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(16){animation-name:themeFloat-16;animation-duration:4.4s;animation-delay:1222ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-16{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * -20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -26px),calc(var(--amp) * 24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(17){animation-name:themeFloat-17;animation-duration:4.8s;animation-delay:2448ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-17{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 24px),calc(var(--amp) * 21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -26px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * -23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(18){animation-name:themeFloat-18;animation-duration:4.4s;animation-delay:2523ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-18{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 22px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(19){animation-name:themeFloat-19;animation-duration:4.7s;animation-delay:2454ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-19{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * 15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(20){animation-name:themeFloat-20;animation-duration:5s;animation-delay:2356ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-20{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * 22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -17px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * -19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(21){animation-name:themeFloat-21;animation-duration:4.2s;animation-delay:1376ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-21{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 28px),calc(var(--amp) * -17px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * 23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(22){animation-name:themeFloat-22;animation-duration:4.5s;animation-delay:2511ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-22{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -19px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * 18px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(23){animation-name:themeFloat-23;animation-duration:4s;animation-delay:1762ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-23{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * 14px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * 14px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(24){animation-name:themeFloat-24;animation-duration:4.6s;animation-delay:2361ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-24{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * -22px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 28px),calc(var(--amp) * 17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(25){animation-name:themeFloat-25;animation-duration:4.8s;animation-delay:1084ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-25{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * 18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(26){animation-name:themeFloat-26;animation-duration:4.1s;animation-delay:2701ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-26{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * 19px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * -24px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(27){animation-name:themeFloat-27;animation-duration:4.7s;animation-delay:1.48s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-27{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(28){animation-name:themeFloat-28;animation-duration:4.9s;animation-delay:2702ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-28{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * 16px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * 21px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(29){animation-name:themeFloat-29;animation-duration:4.9s;animation-delay:1647ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-29{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 18px),calc(var(--amp) * -14px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -17px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(30){animation-name:themeFloat-30;animation-duration:4.7s;animation-delay:2669ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-30{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -24px),calc(var(--amp) * -19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 23px),calc(var(--amp) * 15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(31){animation-name:themeFloat-31;animation-duration:4.5s;animation-delay:1.02s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-31{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * 20px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 21px),calc(var(--amp) * 18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(32){animation-name:themeFloat-32;animation-duration:4.4s;animation-delay:1216ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-32{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -16px),calc(var(--amp) * 24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * 19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 25px),calc(var(--amp) * -15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(33){animation-name:themeFloat-33;animation-duration:4.8s;animation-delay:1614ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-33{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * -20px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -16px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(34){animation-name:themeFloat-34;animation-duration:4.3s;animation-delay:2121ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-34{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -21px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 17px),calc(var(--amp) * -15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * -20px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(35){animation-name:themeFloat-35;animation-duration:5s;animation-delay:2167ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-35{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -20px),calc(var(--amp) * -15px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -15px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * 19px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(36){animation-name:themeFloat-36;animation-duration:4.7s;animation-delay:2399ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-36{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -19px),calc(var(--amp) * -24px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * -27px),calc(var(--amp) * 19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -25px),calc(var(--amp) * 23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(37){animation-name:themeFloat-37;animation-duration:5s;animation-delay:1631ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-37{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * -14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * 22px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * -24px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(38){animation-name:themeFloat-38;animation-duration:4.9s;animation-delay:2708ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-38{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -17px),calc(var(--amp) * 17px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 26px),calc(var(--amp) * -23px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * -22px),calc(var(--amp) * 23px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(39){animation-name:themeFloat-39;animation-duration:4.3s;animation-delay:2653ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-39{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * -23px),calc(var(--amp) * 14px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 27px),calc(var(--amp) * -17px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 20px),calc(var(--amp) * -15px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container>.designs-by-theme-grid img:nth-child(40){animation-name:themeFloat-40;animation-duration:4.9s;animation-delay:2684ms;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}@keyframes themeFloat-40{0%{transform:translate(0) scale(1)}25%{transform:translate(calc(var(--amp) * 16px),calc(var(--amp) * 18px)) scale(1.015)}50%{transform:translate(calc(var(--amp) * 22px),calc(var(--amp) * 19px)) scale(1.03)}75%{transform:translate(calc(var(--amp) * 19px),calc(var(--amp) * -18px)) scale(1.02)}to{transform:translate(0) scale(1)}}.visual-game-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:clamp(8px,2vw,16px);width:100%;max-width:680px;margin:0 auto;padding:0 8px;box-sizing:border-box}.visual-game-container img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.visual-game-container img.selected{border:3px solid #6747e6;border-radius:8px;box-shadow:0 0 12px #6747e666;transform:scale(1.05)}@media (max-width: 768px){.CandidateGamesQuestion,.CandidateGamesAnswer{padding-bottom:20px}}@media (max-width: 768px){.CandidateGamesAnswer{margin-top:1rem!important;gap:.5rem!important}.phaseAudioWrapper{gap:.2rem!important}.CandidateGamesQuestion,.CandidateGamesAnswer{padding-bottom:5px!important}}.ant-table-wrapper .ant-table-thead>tr>th,:where(.css-dev-only-do-not-override-qnu6hi).ant-table-wrapper .ant-table-thead>tr>td{position:relative;color:#000000e0;font-weight:600;text-align:start;background:#fff;border-bottom:1px solid #f0f0f0;transition:background .2s ease}.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before,:where(.css-dev-only-do-not-override-qnu6hi).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{position:absolute;top:50%;inset-inline-end:0;width:0px;height:1.6em;background-color:#f0f0f0;transform:translateY(-50%);transition:background-color .2s;content:"";display:none}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected{color:#000;background-color:transparent}.ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:2px;border-bottom-color:#7f5fff}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:3px;border-bottom-color:#7f5fff}.ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-item-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light.ant-menu-horizontal>.ant-menu-submenu-selected:after,:where(.css-dev-only-do-not-override-qnu6hi).ant-menu-light>.ant-menu.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom-width:2px;border-bottom-color:#7f5fff}.ant-table-wrapper .ant-table-tbody>tr>td{transition:background .2s,border-color .2s;border-bottom:0px solid #f0f0f0}.CandidateDashboardTable{min-height:350px}.CandidateDashboardTable .CandidateDashboardNotFound{display:flex;flex-direction:column;align-items:center;gap:1rem;align-content:center;justify-content:center;justify-items:center;margin-top:4rem}.CandidateDashboardTable td{color:#607d8b}.candidate-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:24px 0 10px;flex-wrap:wrap}.candidate-dashboard-title{font-size:30px;font-weight:700;color:#1f1f1f;margin:0}.custom-tabs{flex:1 1 auto;min-width:260px;margin-left:auto}.custom-tabs .ant-tabs-nav{margin:0}.custom-tabs .ant-tabs-nav-list{width:auto;display:flex;gap:.5rem}.custom-tabs .ant-tabs-tab{flex:0 0 auto;justify-content:center}.candidate-dashboard-banner-wrapper{display:flex;width:100%;margin-bottom:1rem}.demo-banner{width:100%;background-color:#fef2dd;color:#8a4eff;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;border:1px solid #91d5ff;margin-bottom:1rem;text-align:left;box-shadow:0 4px 6px #0000001a}.demo-banner .demo-text{font-size:1rem;margin:0;flex:1 1 auto}.demo-banner .ant-btn.demo-button{background-color:#8a4eff;border-color:#8a4eff;color:#fff;font-weight:600}.demo-banner .ant-btn.demo-button:hover,.demo-banner .ant-btn.demo-button:focus{background-color:#6d3fe6;border-color:#6d3fe6;color:#fff}.demo-banner .ant-btn.demo-button.ant-btn-disabled{background-color:#d9d9d9;border-color:#d9d9d9;color:#666}.demo-banner .ant-btn.demo-button.demo-button--hidden{display:none!important;visibility:hidden!important;pointer-events:none!important}.candidate-dashboard-table-wrapper{padding:0;background-color:#fff;border-radius:20px;cursor:pointer;overflow-x:auto;overflow-y:hidden}.candidate-dashboard-pagination{display:flex;justify-content:flex-end;padding:16px 16px 0}.candidate-dashboard-date{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.candidate-dashboard-date__item{display:flex;align-items:center;gap:.25rem;color:#4a4a4a}.candidate-dashboard-date__icon{color:#8a4eff}.candidate-dashboard-status{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:10px;font-weight:600;width:fit-content}.candidate-dashboard-status__label{text-transform:capitalize}.candidate-dashboard-status--completed{background-color:#d0e9ff}.candidate-dashboard-status--in-progress{background-color:#ffefd5}.candidate-dashboard-status--sent{background-color:#d0e9ff}.candidate-dashboard-status--expired{background-color:#fdd}.candidate-dashboard-status__label--completed{color:#1677ff}.candidate-dashboard-status__label--in-progress,.candidate-dashboard-status__label--sent{color:#389e0d}.candidate-dashboard-status__label--expired{color:#d4380d}@media (max-width: 992px){.custom-tabs{width:100%;margin-left:0}.custom-tabs .ant-tabs-nav-list{display:flex;flex-direction:row;width:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.5rem;scroll-behavior:smooth;padding-bottom:6px}.custom-tabs .ant-tabs-tab{flex:0 0 auto;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.custom-tabs .ant-tabs-ink-bar{transition:none!important;will-change:auto!important}}@media (max-width: 768px){.candidate-dashboard-header{flex-direction:column;align-items:flex-start}.candidate-dashboard-title{font-size:24px}.candidate-dashboard-banner-wrapper{flex-direction:column}.demo-banner{align-items:flex-start}.candidate-dashboard-table-wrapper{border-radius:12px}.candidate-dashboard-pagination{justify-content:center}}@media (max-width: 576px){.demo-banner{flex-direction:column;gap:.75rem}.candidate-dashboard-title{font-size:22px}.custom-tabs .ant-tabs-tab{font-size:14px;padding:12px}.candidate-dashboard-header{margin-top:8px}.custom-tabs{margin-top:6px}.candidate-dashboard-header{padding:8px 0;gap:.6rem;align-items:stretch}.candidate-dashboard-banner-wrapper{margin-top:8px}.custom-tabs .ant-tabs-nav-list{padding-bottom:6px;-webkit-overflow-scrolling:touch}}.candidate-result{display:flex;flex-direction:column;gap:24px}.candidate-result__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin:24px 0 30px}.candidate-result__title{font-size:30px;font-weight:700;margin:0}.candidate-result__search{width:100%;max-width:400px;background-color:transparent}.candidate-result__table{padding:0;background-color:#fff;border-radius:20px;overflow:hidden}.candidate-result__profile-card{background-color:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px}.candidate-result__profile-card-header{display:flex;flex-direction:column;gap:4px}.candidate-result__profile-card-subtitle{margin:0;color:#6f6c90;font-size:14px}.candidate-result__profile-card-loading{display:flex;align-items:center;justify-content:center;padding:24px 0}.candidate-result__profile-card-empty{margin:0;color:#6f6c90}.candidate-result__profile-list{display:grid;gap:16px}.candidate-result__profile-list-item{display:flex;flex-direction:column;gap:4px}.candidate-result__profile-list-item dt{font-weight:600;color:#120f3e}.candidate-result__profile-list-item dd{margin:0;color:#47445c;white-space:pre-line}.candidate-result__profile-resume a{color:#7f5fff;font-weight:600;word-break:break-all}.candidate-result__promo{background:linear-gradient(180deg,#f6f5ff,#fff);border:1px solid #e5e4ff;border-radius:20px;padding:24px;display:grid;gap:16px}.candidate-result__promo-text{display:flex;flex-direction:column;gap:8px}.candidate-result__promo-text h2{margin:0;font-size:24px;color:#120f3e}.candidate-result__promo-description{margin:0;color:#47445c;font-size:16px}.candidate-result__promo-hint{margin:0;color:#6f6c90;font-size:14px}.candidate-result__promo-form{display:flex;flex-direction:column;gap:12px}.candidate-result__promo-label{font-weight:600;color:#120f3e}.candidate-result__promo-input{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.candidate-result__promo-input .ant-input{flex:1 1 240px;min-width:200px}.candidate-result__promo-error{margin:0;color:#d92d20;font-size:14px}.candidate-result__promo-emails-list{display:flex;flex-wrap:wrap;gap:8px;min-height:32px;align-items:center}.candidate-result__promo-empty{color:#6f6c90;font-size:14px}.candidate-result__promo-summary{display:grid;gap:4px;color:#47445c;font-size:14px}.candidate-result__promo-summary strong{color:#120f3e}.candidate-result__promo-cta{align-self:flex-start}.candidate-result__empty{text-align:center}.candidate-result__empty h2{color:gray}.candidate-result__pagination{display:flex;justify-content:flex-end;padding:16px}.resultTable .ant-table-wrapper .ant-table-pagination.ant-pagination{margin:16px 0;display:flex;justify-content:center;align-items:end;position:absolute;bottom:-10rem;right:0}@media (max-width: 768px){.candidate-result{gap:16px}.candidate-result__header{flex-direction:column;align-items:flex-start;margin:16px 0 20px}.candidate-result__title{font-size:24px}.candidate-result__search{max-width:none}.candidate-result__table{border-radius:16px}.candidate-result__pagination{justify-content:center}.candidate-result__profile-card,.candidate-result__promo{padding:20px}.candidate-result__promo-input{flex-direction:column;align-items:stretch}.candidate-result__promo-input .ant-input{min-width:100%}.candidate-result__promo-cta{width:100%}.CandidateDashboardTable{min-width:600px}.resultTable{overflow-x:auto}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountry{position:relative;align-self:stretch;padding:.5rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;background:transparent;border:1px solid rgb(221,221,221);display:flex;margin-right:var(--PhoneInputCountrySelect-marginRight);align-items:center}.PhoneInputInput{width:100%;padding:.75rem;border-radius:5px;border:1px solid rgb(221,221,221);background:#fff}.feedback{display:flex;justify-content:center;align-items:center;background-color:#f9f9f9;min-height:100vh;padding:20px}.feedback .ratingButtonsWrapper{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.feedback .ratingButtonsWrapper button{border-radius:50px;padding:.5rem .75rem;height:2.2rem;min-width:110px;text-align:center;white-space:nowrap;flex:1 1 auto}.feedback .ratingButtonsWrapper button.active{background-color:#7f5fff;color:#fff}.feedback .feedback-container{width:100%;max-width:700px;background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #00000026;padding:30px}.feedback .feedback-container .profile-section{margin-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.feedback .feedback-container .profile-section h2{margin-top:15px;font-size:1.8rem;color:#7f5fff;font-weight:600}.feedback .feedback-container .headings-section{margin:30px 0}.feedback .feedback-container .headings-section h4{font-size:1.2rem;font-weight:700;color:#333;margin:10px 0}.feedback .feedback-container .headings-section .checkout-buttons .checkout-button{background-color:#eae8fe;color:#7f5fff;border:1px solid #7f5fff;border-radius:5px;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:all .3s}.feedback .feedback-container .headings-section .checkout-buttons .checkout-button.checked,.feedback .feedback-container .headings-section .checkout-buttons .checkout-button:hover{background-color:#7f5fff;color:#fff}.feedback .feedback-container .submit-button{background-color:#7f5fff;color:#fff;width:100%;padding:12px 20px;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;text-align:center;transition:background-color .3s}.feedback .feedback-container .submit-button:hover{background-color:#6b4ee3}@media (max-width: 768px){.feedback .feedback-container{padding:20px}.feedback .headings-section .checkout-buttons{justify-content:center}.feedback .submit-button{font-size:1rem}}@media (max-width: 480px){.feedback .ratingButtonsWrapper{gap:.75rem}.feedback .ratingButtonsWrapper button{flex:1 1 100%;min-width:0}}.logo-wrapper{width:120px;margin:0 auto 18px;display:flex;justify-content:center;align-items:center}.logo-wrapper img{width:100%;height:auto;object-fit:contain;display:block}.admin-dashboard .main-content{margin-top:24px}.admin-dashboard .main-content .ant-card-head-title{font-weight:700;font-size:20px}.admin-dashboard .main-content .companyCards{background-color:transparent}.admin-dashboard .main-content .companyCards .company-list{display:flex;flex-direction:column;gap:.3rem}.admin-dashboard .main-content .companyCards .company-list .company-card{display:flex;background-color:#fff;justify-content:space-between;align-items:center;border-radius:1rem;box-shadow:0 0 5px #e7e7e7;border-bottom:1px solid #f0f0f0;padding:.9rem}.admin-dashboard .main-content .companyCards .company-list .company-card .user-info{display:flex;align-items:center;gap:.5rem}.admin-dashboard .main-content .companyCards .company-list .company-card .link-info{display:flex;flex-direction:column}.admin-dashboard .main-content .companyCards .company-list .company-card button{width:fit-content;background-color:transparent;border:none;box-shadow:none}.admin-dashboard .lower-section{margin-top:24px}.admin-dashboard .chart-placeholder,.admin-dashboard .graph-placeholder{background-color:#f0f2f5;height:200px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#999}.admin-dashboard .bgCard{background-color:#66bbd6;color:#fff}.admin-dashboard .bgCard .report-section{padding:0 10px;display:flex;flex-direction:column;gap:1rem}.admin-dashboard .bgCard .report-section p:nth-child(1){background-color:#fff;font-weight:700;color:#66bbd6;width:fit-content;padding:.5rem 1.2rem;border-radius:100px}.admin-dashboard .bgCard .report-section h5{font-size:15px}.admin-dashboard .bgCard .report-section p:nth-child(3){font-size:14px}.admin-dashboard .bgCard .report-section button{background-color:#fff;color:#66bbd6;padding:1.2rem;width:100%;border-radius:100px}.admin-dashboard .upload-section{display:flex;flex-direction:column;gap:.5rem}.admin-dashboard .upload-section .category-btns{display:flex;padding:0;gap:.5rem}.admin-dashboard .upload-section .category-btns button{display:flex;flex-direction:column;width:100%;height:60px;padding:.2rem}.admin-dashboard .upload-section .send-consent{background-color:#66bbd6;color:#fff}.admin-dashboard .sideCards{display:flex;flex-direction:column;gap:.5rem}.chart-container{background-color:#fff;border-radius:8px;max-width:600px;margin:0 auto}.chart-container h2{font-size:1.2rem;margin-bottom:10px}.chart-container .dropdown{position:absolute;right:20px;top:20px;font-size:.9rem;background-color:#f0f0f0;padding:5px 10px;border-radius:5px}.recharts-line{stroke-width:2}.recharts-tooltip-wrapper{background-color:#fff;border-radius:4px;padding:10px;box-shadow:0 2px 10px #0000001a}.Admin-management div div .Management-Cards{display:flex;justify-content:space-between;align-items:center}.Admin-management div div .Management-Cards .Management-Card{display:flex;flex-direction:column;gap:.5rem}.Admin-management div div .Management-Cards .Management-Card span{display:flex;align-items:center;gap:.5rem}.Admin-management .custom-tabs .ant-tabs-nav{background-color:#ececec;border-radius:8px;padding:8px}.Admin-management .custom-tabs .ant-tabs-tab{padding:8px 20px;color:#4a4a4a;border-radius:8px;background-color:transparent;transition:background-color .3s ease,color .3s ease}.Admin-management .custom-tabs .ant-tabs-tab-active{background-color:#66bbd6;color:#fff;font-weight:500;transition:background-color .3s ease,color .3s ease}.Admin-management .custom-tabs .ant-tabs-tab:hover{color:#4a4a4a;transition:color .3s ease}.Admin-management .custom-tabs .ant-tabs-ink-bar{display:none}.Admin-management .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#fff;text-shadow:0 0 .25px currentcolor}.Admin-management .ant-tabs-top>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-bottom>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-top>div>.ant-tabs-nav,.Admin-management :where(.css-dev-only-do-not-override-qnu6hi).ant-tabs-bottom>div>.ant-tabs-nav{margin:0}.demo-screen{max-width:100%;margin:0 auto;padding:20px;font-family:Arial,sans-serif;color:#333;position:relative}.demo-screen .logo{font-size:24px;font-weight:700;margin-bottom:10px;position:absolute;color:#3f51b5;top:1rem;left:1rem}.demo-screen .demo-header{text-align:center;margin-bottom:40px;margin-top:2rem}.demo-screen .demo-header h1{font-size:32px;margin-bottom:10px}.demo-screen .demo-header p{font-size:16px;color:#666}.demo-screen .demo-content{display:flex;border:1px solid #afafaf;border-radius:20px;background-color:#efefef;padding:20px;align-items:start;justify-content:space-evenly;gap:20px;box-shadow:#110c2e26 0 48px 100px}.demo-screen .demo-content .instructions{min-width:300px}.demo-screen .demo-content .instructions h2{font-size:20px;margin-bottom:10px}.demo-screen .demo-content .instructions ul{margin-left:20px}.demo-screen .demo-content .instructions ul li{margin-bottom:10px}.demo-screen .demo-content .instructions p{margin-top:20px;font-size:14px;color:#999}.demo-screen .demo-content .demo-image{display:flex;justify-content:center;align-items:center}.demo-screen .demo-content .demo-image img{width:500px;border-radius:10px}.demo-screen .demo-footer{display:flex;gap:1rem;align-items:center;margin-top:-5rem}.demo-screen .demo-footer button{font-size:16px;width:150px}@media (max-width: 768px){.demo-screen .demo-header h1{font-size:24px}.demo-screen .demo-content{flex-direction:column;align-items:center}.demo-screen .instructions h2{font-size:18px}.demo-screen .instructions ul li{font-size:14px}.demo-screen .instructions p{font-size:12px}.demo-screen .demo-image img{max-width:300px}.demo-screen .demo-footer button{width:100px}}@media (max-width: 480px){.demo-screen .demo-header h1{font-size:20px}.demo-screen .demo-content{padding:10px}.demo-screen .instructions h2{font-size:16px}.demo-screen .instructions ul li{font-size:12px}.demo-screen .instructions p{font-size:10px}.demo-screen .demo-footer button{font-size:14px;width:auto;padding:5px 10px}}.demo-screen-end{max-width:100%;width:90%;height:90%;display:flex;box-shadow:0 0 10px #ccc;flex-direction:column;align-items:center;justify-content:center;background:#e6e6fa;border-radius:16px;padding:20px;font-family:Arial,sans-serif;color:#333;position:relative}.demo-screen-end .logo{position:absolute;top:20px;left:20px}.demo-screen-end .logo img{width:150px}.demo-screen-end .demo-content{text-align:center}.demo-screen-end .demo-content .demo-image{margin-bottom:1.5rem}.demo-screen-end .demo-content .demo-image img{max-width:100%;width:450px}.demo-screen-end .demo-content .demo-header h1{font-size:36px;font-weight:700;color:#4e4bbf;margin-bottom:10px}.demo-screen-end .demo-content .demo-header p{font-size:18px;color:#666}.demo-screen-end .demo-footer{display:flex;justify-content:center;gap:20px;margin-top:20px}.demo-screen-end .demo-footer button{font-size:16px;padding:10px 20px;border-radius:8px}@media (max-width: 768px){.demo-screen-end .demo-header h1{font-size:28px}.demo-screen-end .demo-footer{flex-direction:column;gap:10px}.demo-screen-end .demo-footer button{width:100%}}.aia-loader-containerr{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.aia-textt{font-size:3rem;font-weight:700;color:#7f5fff;font-family:Arial,sans-serif;display:flex;align-items:center}.letterr{opacity:0;animation:fadeIn .3s ease-in-out forwards}.letterr:nth-child(1){animation-delay:0s}.letterr:nth-child(2){animation-delay:.2s}.letterr:nth-child(3){animation-delay:.3s}.dott{animation:blink 1.5s infinite;margin-left:5px;font-size:2.5rem;color:#e74c3c;margin-top:-1rem}.dott:nth-child(4){animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,50%,to{transform:translateY(0)}25%,75%{transform:translateY(20px)}}.complete_assessment{border:1px solid grey;width:90%;height:90vh;max-width:1400px;margin:0 auto;padding:1rem;border-radius:20px;background-color:#fff;position:relative;box-shadow:0 0 10px #a6a6a6}.complete_assessment h1{font-size:3.5rem}.verify-email{display:flex;justify-content:center;align-items:center;height:100vh;padding:20px}.verify-email .verify-email-card{max-width:650px;width:100%;text-align:center;padding:40px 30px;border-radius:12px;box-shadow:0 10px 30px #d1caec;background:#fff}.verify-email .verify-email-card:hover{transform:scale(1.02);transition:transform .3s ease}.verify-email .verify-email-card .title{color:#7f5fff;font-weight:700;font-size:2rem}.verify-email .verify-email-card .description{color:#555;font-size:1rem}.verify-email .verify-email-card .footer-text{font-size:14px;color:#7f5fff}.faq-wrapper{border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.faq-wrapper h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.faq-wrapper .faq-panel{border-bottom:1px solid #d9d9d9}.faq-wrapper .faq-panel .ant-collapse-header{font-size:1rem;font-weight:500}.faq-wrapper .faq-panel .ant-collapse-content{font-size:.875rem;color:#666}.faq-wrapper .faq-panel .anticon{font-size:1.5rem;color:#737373}.faq-wrapper .ant-collapse{background-color:transparent!important}.articles-wrapper{width:40%}.articles-wrapper .articles-card{width:100%;border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.articles-wrapper .articles-card .articles-title{font-size:1.5rem;font-weight:600}.articles-wrapper .articles-card .articles-list{list-style:none;padding:0}.articles-wrapper .articles-card .articles-list .article-link{display:block;color:#7f5fff;font-size:1rem;margin:.3125rem 0;text-decoration:underline;transition:color .3s ease}.articles-wrapper .articles-card .articles-list .article-link:hover{color:#562cff}.articles-wrapper .articles-card .video-wrapper{display:flex;align-items:center;flex-direction:row;justify-content:flex-start;gap:1rem}.articles-wrapper .articles-card .video-wrapper iframe{border-radius:.5rem}.query-form-container{width:60%;min-height:77vh;border-radius:1rem;box-shadow:0 .25rem .5rem #0000001a}.query-form-container h3{text-align:left;margin-bottom:20px;font-size:1.8rem;font-weight:600;color:#333}.query-form-container .query-form .ant-form-item{margin-bottom:15px}.query-form-container .query-form .ant-form-item label{font-size:1rem;color:#555;font-weight:600}.query-form-container .query-form .ant-form-item input{border-radius:.5rem;font-size:.95rem}.query-form-container .query-form .ant-form-item .ant-input-prefix{margin-right:5px;color:#999}.query-form-container .query-form .ant-form-item .select-query{border-radius:5px;padding:1rem;font-size:.95rem}.query-form-container .query-form .ant-form-item textarea{border-radius:5px;padding:10px;font-size:.95rem}.query-form-container .query-form .ant-form-item .ant-select-selector{border-radius:5px;padding:10px}.query-form-container .query-form .submit-button{width:100%;font-size:1rem;font-weight:500;padding:1.1rem 0;border:1px solid #7f5fff;background-color:#7f5fff;transition:all .3s ease}.query-form-container .query-form .submit-button:hover{background-color:transparent;border:1px solid #7f5fff;color:#7f5fff}.query-form-container .query-form .ant-form-item .ant-select-selector{border-radius:5px;padding:1.2rem .6rem}.help-support-wrapper .support-data{display:flex;justify-content:center}.report-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;width:100%;box-sizing:border-box;overflow-x:hidden}#report-container{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}#report-container .cover-page,#report-container .page{width:min(210mm,100%);max-width:100%;box-sizing:border-box;height:100%;background:#fff;border:1px solid #ddd;box-shadow:#0000003d 0 3px 8px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s}#report-container .cover-page{background:url(/assets/ReportCover-C5CUmq88.png) no-repeat center center/cover;color:#fff;display:flex;flex-direction:column;justify-content:end;border-radius:10px}#report-container .cover-page .cover1{background:url("data:image/svg+xml,%3csvg%20width='792'%20height='357'%20viewBox='0%200%20792%20357'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_2846_7797)'%3e%3cpath%20d='M601.856%200L827%2085.1545L792.624%20357H0V25.0213L601.856%200Z'%20fill='%23603AF8'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_2846_7797'%20x='-70.5479'%20y='-70.5479'%20width='968.096'%20height='498.096'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='35.274'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2846_7797'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2846_7797'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;width:100%;height:350px;position:relative}#report-container .cover-page .cover1 .cover2{background:url("data:image/svg+xml,%3csvg%20width='792'%20height='357'%20viewBox='0%200%20792%20357'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_b_2846_7798)'%3e%3cpath%20d='M601.856%200L827%2085.1545L792.624%20357H0V25.0213L601.856%200Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_b_2846_7798'%20x='-70.5479'%20y='-70.5479'%20width='968.096'%20height='498.096'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='35.274'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_2846_7798'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_2846_7798'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;width:100%;height:330px;position:absolute;bottom:0;padding:2rem}#report-container .cover-page .cover1 .cover2 .content{color:#000;position:absolute;top:2rem;display:flex;flex-direction:column;justify-content:space-between;height:250px}#report-container .cover-page .title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}#report-container .cover-page .details{font-size:1.2rem;color:#fff;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:auto}#report-container .cover-page .details p{display:flex;align-items:center;gap:.5rem}#report-container .cover-page .details p svg{color:#ddd}#report-container .page{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}#report-container .page .content-item{font-size:1.1rem;color:#333;margin-bottom:1rem}#report-container .page .content-item:last-child{margin-bottom:0}.h4dot{position:relative}.h4dot:before{content:"";position:absolute;width:12px;height:12px;background-color:#603af8;top:7px;left:0rem;border-radius:500px}.title-bars{display:flex;margin-top:7.5rem}.title-bar{width:100%;height:30px}.title-bar.yellow{background-color:#ffd666}.title-bar.pink{background-color:#f3a0c1}@media (max-width: 480px){.title-bars{margin-top:9.5rem}}.progresss-bar-container{width:100%;max-width:700px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.progresss-bar-container .tail{width:calc(100% - 4rem);margin:0 2rem;height:7px;background-color:#603af81a;position:relative;display:flex;justify-content:space-between;align-items:center}.progresss-bar-container .tail .progress-line{position:absolute;height:8px;background-color:#603af8}.progresss-bar-container .tail .stepp{position:absolute;width:5px;height:70px;background-color:#603af81a;box-sizing:border-box}.progresss-bar-container .tail .stepp img{position:absolute;height:29px;width:29px;top:-2.3rem;left:50%;transform:translate(-50%);opacity:1}.progresss-bar-container .tail .stepp1{left:0%}.progresss-bar-container .tail .stepp1.active{background-color:#603af8}.progresss-bar-container .tail .stepp1.active:after{content:"PHI";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp1:after{content:"PHI";color:#000;padding:.5rem 1rem;position:absolute;bottom:-2rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp2{left:33.3333333333%}.progresss-bar-container .tail .stepp2.active{background-color:#603af8}.progresss-bar-container .tail .stepp2.active:after{content:"PSI";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp2:after{content:"PSI";position:absolute;bottom:-1.8rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp3{left:66.6666666666%}.progresss-bar-container .tail .stepp3.active{background-color:#603af8}.progresss-bar-container .tail .stepp3.active:after{content:"OMEGA";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp3:after{content:"OMEGA";position:absolute;bottom:-1.8rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp4{left:100%}.progresss-bar-container .tail .stepp4.active{background-color:#603af8}.progresss-bar-container .tail .stepp4.active:after{content:"PALLIUM";background-color:#603af8;color:#fff;padding:.5rem 1rem;border-radius:8px;position:absolute;bottom:-1.4rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp4:after{content:"PALLIUM";position:absolute;bottom:-1.8rem;left:50%;transform:translate(-50%)}#report-container .page p span{display:inline-block;flex:0 1 auto;margin-bottom:.35rem}@media (max-width: 480px){#report-container .page p span{font-size:.85rem;padding:2px 6px}}#report-container .page p:has(span){display:inline-flex;flex-wrap:wrap;gap:.4rem;margin:0;margin-top:.25rem;align-items:center}@media (max-width: 480px){#report-container .page p:has(span){width:100%}}@media (max-width: 480px){.progresss-bar-container{max-width:100%;padding:0 .75rem}.progresss-bar-container .tail{height:6px}.progresss-bar-container .tail .stepp{height:50px}.progresss-bar-container .tail .stepp img{height:24px;width:24px;top:-1.6rem;left:50%;transform:translate(-50%)}.progresss-bar-container .tail .stepp:after{font-size:.8rem;padding:.35rem .6rem;bottom:-1.2rem}}.thank-you-container{background-color:#0e0120;color:#fff;font-family:Arial,sans-serif;display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:2rem;box-sizing:border-box;width:100%}.thank-you-container .header{display:flex;flex-direction:column;align-items:start}.thank-you-container .header .logo{font-size:2rem;font-weight:700}.thank-you-container .header .subtitle{font-size:1rem;color:#ddd}.thank-you-container .content{text-align:center}.thank-you-container .content .thank-you-title{font-size:5rem;font-weight:700;margin-bottom:.5rem}.thank-you-container .content .thank-you-title .underline{width:50px;height:3px;background-color:#f4b400;margin:.5rem auto 0}.thank-you-container .content .question-text{font-size:1.5rem;color:#ccc}.thank-you-container .contact{text-align:left;font-size:.9rem}.thank-you-container .contact .contact-email{color:#603af8;text-decoration:none}.thank-you-container .contact .contact-email:hover{text-decoration:underline}.reminders{background-color:#7030a0;color:#fff;padding:2rem;margin-top:2rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.reminders h3{color:#fbba87;margin-bottom:1rem}.reminders div{display:flex;flex-direction:column;gap:1rem}.reminders div li::marker{color:#fbba87}.reminders .icon-image{width:200px}.cognative_list{margin-top:5rem}.cognative_list div:nth-child(1){background-color:#fff6df}.cognative_list div:nth-child(2){background-color:#fcc}.cognative_list div:nth-child(3){background-color:#dde3b8}.registerDataLi li::marker{color:#fbba87;font-size:1.2em}.sensory-card{background-color:#0a0a0a0d;padding:2rem;border-radius:1rem;margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.sensory-card .sensory-header{display:flex;align-items:center;gap:.5rem}.sensory-card .sensory-header .sensory-icon{font-size:24px;color:#1890ff}.sensory-card .sensory-header h3{margin:0}.sensory-card .sensory-description{font-weight:400;color:#0a0a0a99;font-size:18px;margin:0}.sensory-card .sensory-content{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.sensory-card .sensory-content{flex-direction:column;text-align:center}.sensory-card .sensory-content .sensory-chart-container{order:-1;margin-bottom:.75rem;display:flex;justify-content:center}.sensory-card .sensory-content>div:not(.sensory-chart-container){width:100%}}.sensory-card .sensory-chart-container{width:250px;flex-shrink:0}@media (max-width: 768px){.sensory-card .sensory-chart-container{width:100%;max-width:250px;margin-top:1rem}}.sensoryChartUl li{list-style:none;display:flex;align-items:center;gap:.3rem}@media (max-width: 768px){.report-wrapper{padding:1.5rem;align-items:stretch}#report-container{gap:1.5rem}#report-container .cover-page,#report-container .page{border-radius:8px}#report-container .page{padding:1.25rem}#report-container .cover-page .cover1{height:260px}#report-container .cover-page .cover1 .cover2{height:240px;padding:1.5rem}#report-container .cover-page .cover1 .cover2 .content{top:1.5rem;height:auto;position:relative}#report-container .cover-page .title{font-size:2.2rem}#report-container .cover-page .details{font-size:1rem}.reminders{flex-direction:column-reverse;text-align:center;gap:2rem;padding:1.5rem}.reminders div{align-items:center}.reminders .icon-image{width:150px}}@media (max-width: 480px){.report-wrapper{padding:1rem}#report-container{gap:1rem}#report-container .page{padding:1rem}#report-container .cover-page .cover1{height:220px}#report-container .cover-page .cover1 .cover2{height:200px;padding:1rem}#report-container .cover-page .title{font-size:1.9rem}.reminders{flex-direction:column-reverse;text-align:center;gap:2rem;padding:1.5rem}.reminders div{align-items:center}.reminders .icon-image{width:150px}}.registration-data-card{background-color:#f4f4f4;padding:1.5rem;border-radius:1rem}.registration-data-card h1{text-align:center;color:#7030a0;margin-bottom:1rem;font-size:1.8rem}.registration-data-card .registration-info-container{display:flex;width:100%;gap:1rem}@media (max-width: 768px){.registration-data-card .registration-info-container{flex-direction:column;gap:0}}.registration-data-card .registration-column{width:50%;margin-bottom:1rem}@media (max-width: 768px){.registration-data-card .registration-column{width:100%}}.registration-data-card .registration-column h3{color:#7030a0;margin-bottom:1rem;font-size:1.1rem}.registration-data-card .registration-column p{display:flex;align-items:center;margin-bottom:1rem;font-size:.95rem;flex-wrap:wrap}.registration-data-card .registration-column p svg{margin-right:.5rem;color:#7030a0;flex-shrink:0}.registration-data-card .registration-column p span{font-weight:500;margin-left:.5rem}.registration-data-card .incorrect-details-link{color:#7030a0;font-weight:600;text-decoration:underline;display:block;text-align:center;margin-top:1rem}@media (max-width: 768px){.registration-data-card{padding:1rem}.registration-data-card h1{font-size:1.5rem}}.report-main-title{margin:2rem 0;font-size:25px;font-weight:600;color:#7030a0;border-bottom:2px solid #7030A0;padding-bottom:8px;display:inline-block;line-height:1.4}@media (max-width: 768px){.report-main-title{font-size:20px;display:block;text-align:center}}.learning-container{display:flex;flex-direction:column;gap:1rem}.learning-row{display:flex;gap:1rem;align-items:center}.learning-textbox{width:50%;padding:1rem;border-radius:1rem;box-sizing:border-box}.learning-image{width:50%;display:flex;justify-content:center}@media (max-width: 768px){.learning-row{flex-direction:column;align-items:stretch}.learning-image{order:-1;width:100%;display:flex;justify-content:center;margin-bottom:.5rem}.learning-textbox{width:100%}.learning-image img{max-width:160px;width:100%;height:auto}}.cognitive-profile-card{background:linear-gradient(135deg,#7f5fff,#4a3f8e);color:#fff;border-radius:12px;padding:20px;margin-top:2rem;box-shadow:0 4px 15px #0003;border:1px solid rgba(255,255,255,.2)}.cognitive-profile-card .card-header{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;margin-bottom:15px}.cognitive-profile-card .card-header .header-icon{font-size:1.8rem;margin-right:15px}.cognitive-profile-card .card-header .header-title{margin:0;font-size:1.2rem;font-weight:600}.cognitive-profile-card .card-body .profile-name{font-size:1.5rem;font-weight:700;margin:0 0 10px;color:#f0f0f0}.cognitive-profile-card .card-body .profile-description{font-size:.9rem;font-style:italic;color:#d1c4e9;margin:0;line-height:1.4}:root{--accent: 258 85% 58%;--border: 250 15% 90%;--muted-foreground: 250 10% 46%;--sphere-perceive: 262 60% 55%;--sphere-manipulate: 340 65% 55%;--sphere-elaborate: 200 80% 50%}.new-report-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.new-report-header .header-top{display:flex;align-items:center;justify-content:space-between}.new-report-header .header-top .logo{height:2.5rem}.new-report-header .header-top .completion-date{font-size:.75rem;color:#666;margin:0}.new-report-header .candidate-card{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.new-report-header .candidate-card .candidate-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}@media (min-width: 1024px){.new-report-header .candidate-card .candidate-container{flex-direction:row;align-items:center;justify-content:space-between}}.new-report-header .candidate-card .candidate-container .candidate-info{display:flex;align-items:center;gap:1rem}.new-report-header .candidate-card .candidate-container .candidate-info .candidate-avatar{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:#7f5fff1a;color:#7f5fff;font-size:1.125rem;font-weight:700}.new-report-header .candidate-card .candidate-container .candidate-info .candidate-name{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.new-report-header .candidate-card .candidate-container .candidate-info .candidate-details{display:flex;flex-wrap:wrap;gap:.25rem 1rem;margin-top:.25rem;font-size:.75rem;color:#666}.new-report-header .candidate-card .candidate-container .candidate-info .candidate-details .detail-item{display:inline-flex;align-items:center;gap:.25rem}.new-report-header .candidate-card .candidate-container .candidate-info .candidate-details .detail-item .icon{width:.75rem;height:.75rem}.new-report-header .candidate-card .candidate-container .classification-badge{display:flex;align-items:center;gap:1rem;background:#f5f5f599;border-radius:.75rem;padding:.75rem 1.5rem}.new-report-header .candidate-card .candidate-container .classification-badge .classification-label{font-size:.625rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value{margin-top:.25rem;border-radius:.5rem;padding:.375rem 1.25rem;text-align:center}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value span{font-size:1.125rem;font-weight:700;color:#fff}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value.from-performance-low{background:linear-gradient(to right,#ef4444,#f59e0b)}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value.from-performance-moderate{background:linear-gradient(to right,#f59e0b,#7f5fff)}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value.from-accent{background:linear-gradient(to right,#7f5fff,#22c55e)}.new-report-header .candidate-card .candidate-container .classification-badge .classification-value.from-performance-good{background:linear-gradient(to right,#22c55e,#2dd4bf)}.new-report-header .candidate-card .candidate-container .classification-badge .level-indicator{display:flex;flex-direction:column;align-items:center;gap:.25rem}.new-report-header .candidate-card .candidate-container .classification-badge .level-indicator .level-dots{display:flex;gap:.25rem}.new-report-header .candidate-card .candidate-container .classification-badge .level-indicator .level-dots .level-dot{height:.375rem;width:1.25rem;border-radius:9999px;background:#e0e0e0}.new-report-header .candidate-card .candidate-container .classification-badge .level-indicator .level-dots .level-dot.active{background:#7f5fff}.new-report-header .candidate-card .candidate-container .classification-badge .level-indicator .score-range{font-size:.625rem;color:#666;margin:0}.new-report-header .candidate-card .description{margin-top:1rem;font-size:.875rem;line-height:1.5;color:#1a1a1ab3;background:#f5f5f54d;border-radius:.5rem;padding:.75rem;margin-bottom:0}.job-compatibility-section{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.job-compatibility-section.no-vacancy .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.job-compatibility-section.no-vacancy .section-header .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.job-compatibility-section.no-vacancy .section-header h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.job-compatibility-section.no-vacancy .no-vacancy-message{text-align:center;color:#666;font-size:.875rem;padding:1rem;background:#f5f5f5;border-radius:.5rem}.job-compatibility-section .compat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.job-compatibility-section .compat-header .header-left{display:flex;align-items:center;gap:.5rem}.job-compatibility-section .compat-header .header-left .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.job-compatibility-section .compat-header .header-left h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.job-compatibility-section .compat-header .compat-badge{font-size:.75rem;padding:.25rem .625rem;border-radius:9999px;border:1px solid;font-weight:600}.job-compatibility-section .compat-header .compat-badge.high{background:#2dd4bf26;color:#2dd4bf;border-color:#2dd4bf4d}.job-compatibility-section .compat-header .compat-badge.moderate{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d}.job-compatibility-section .compat-header .compat-badge.low{background:#ef444426;color:#ef4444;border-color:#ef44444d}.job-compatibility-section .compat-header .compat-badge.very-low{background:#ef444433;color:#ef4444;border-color:#ef444466}.job-compatibility-section .compat-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}@media (min-width: 768px){.job-compatibility-section .compat-grid{grid-template-columns:repeat(2,1fr)}}.job-compatibility-section .compat-grid .compat-box{border-radius:.75rem;border:1px solid;padding:1rem}.job-compatibility-section .compat-grid .compat-box.success{background:#22c55e0d;border-color:#22c55e33}.job-compatibility-section .compat-grid .compat-box.success .box-header .icon{color:#22c55e}.job-compatibility-section .compat-grid .compat-box.warning{background:#f59e0b0d;border-color:#f59e0b33}.job-compatibility-section .compat-grid .compat-box.warning .box-header .icon{color:#f59e0b}.job-compatibility-section .compat-grid .compat-box .box-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.job-compatibility-section .compat-grid .compat-box .box-header .icon{width:1rem;height:1rem}.job-compatibility-section .compat-grid .compat-box .box-header h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.job-compatibility-section .compat-grid .compat-box .tags-container{display:flex;flex-wrap:wrap;gap:.375rem}.job-compatibility-section .compat-grid .compat-box .tags-container .tag{font-size:.625rem;padding:.25rem .625rem;border-radius:9999px;background:#f5f5f5;color:#1a1a1a;border:1px solid transparent;transition:background .2s ease}.job-compatibility-section .compat-grid .compat-box .tags-container .tag:hover{background:#f5f5f5cc}.job-compatibility-section .compat-grid .compat-box .note{font-size:.625rem;color:#666;margin-top:.5rem;margin-bottom:0;font-style:italic}.job-compatibility-section .adaptations-section .adaptations-button{width:100%;display:flex;align-items:center;justify-content:space-between;border-radius:.75rem;border:1px solid #e0e0e0;background:#7f5fff0d;padding:1rem;text-align:left;cursor:pointer;transition:background .2s ease;outline:none}.job-compatibility-section .adaptations-section .adaptations-button:hover{background:#7f5fff1a}.job-compatibility-section .adaptations-section .adaptations-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px}.job-compatibility-section .adaptations-section .adaptations-button .button-left{display:flex;align-items:center;gap:.5rem}.job-compatibility-section .adaptations-section .adaptations-button .button-left .icon{width:1rem;height:1rem;color:#7f5fff}.job-compatibility-section .adaptations-section .adaptations-button .button-left .button-title{font-size:.875rem;font-weight:600;color:#1a1a1a}.job-compatibility-section .adaptations-section .adaptations-button .button-left .count-badge{font-size:.625rem;padding:.25rem .625rem;border-radius:9999px;background:#f5f5f5;color:#1a1a1a;border:1px solid transparent}.job-compatibility-section .adaptations-section .adaptations-button .chevron{width:1rem;height:1rem;color:#666}.job-compatibility-section .adaptations-section .adaptations-list{margin-top:.75rem;padding:0 1rem;list-style:none;display:flex;flex-direction:column;gap:.5rem;animation:fadeIn .3s ease}.job-compatibility-section .adaptations-section .adaptations-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:#1a1a1acc;line-height:1.5}.job-compatibility-section .adaptations-section .adaptations-list li .bullet{color:#7f5fff;margin-top:.125rem;flex-shrink:0}.sensory-performance-section{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.sensory-performance-section .section-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.sensory-performance-section .sensory-bars{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.sensory-performance-section .sensory-bars .sensory-bar .bar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.sensory-performance-section .sensory-bars .sensory-bar .bar-header .bar-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#1a1a1a}.sensory-performance-section .sensory-bars .sensory-bar .bar-header .bar-label .icon{width:.875rem;height:.875rem}.sensory-performance-section .sensory-bars .sensory-bar .bar-header .bar-label .icon.visual-icon{color:#7f5fff}.sensory-performance-section .sensory-bars .sensory-bar .bar-header .bar-label .icon.auditive-icon{color:#ec4899}.sensory-performance-section .sensory-bars .sensory-bar .bar-header .bar-value{font-size:.75rem;font-weight:700;color:#1a1a1a}.sensory-performance-section .sensory-bars .sensory-bar .progress-bar{height:.625rem;width:100%;border-radius:9999px;background:#f5f5f5;overflow:hidden}.sensory-performance-section .sensory-bars .sensory-bar .progress-bar .progress-fill{height:100%;border-radius:9999px;transition:width .7s ease}.sensory-performance-section .sensory-bars .sensory-bar .progress-bar .progress-fill.visual-fill{background:#7f5fff}.sensory-performance-section .sensory-bars .sensory-bar .progress-bar .progress-fill.auditive-fill{background:#ec4899}.sensory-performance-section .sensory-concept{font-size:.625rem;color:#1a1a1ab3;line-height:1.5;background:#f5f5f580;border-radius:.5rem;padding:.5rem;margin:0}.sensory-performance-section .sensory-concept strong{font-weight:600}.top-abilities-section{margin-bottom:1.5rem}.top-abilities-section .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.top-abilities-section .section-header .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.top-abilities-section .section-header h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.top-abilities-section .abilities-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.top-abilities-section .abilities-grid{grid-template-columns:repeat(3,1fr)}}.top-abilities-section .abilities-grid .ability-card{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.top-abilities-section .abilities-grid .ability-card:hover{box-shadow:0 4px 6px #00000026}.top-abilities-section .abilities-grid .ability-card .ability-button{width:100%;padding:1.25rem;text-align:left;background:none;border:none;cursor:pointer;outline:none}.top-abilities-section .abilities-grid .ability-card .ability-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .rank-badge{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:#7f5fff1a;color:#7f5fff;font-size:.875rem;font-weight:700}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .level-badge{font-size:.625rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .level-badge.altissimo{background:#2dd4bf26;color:#2dd4bf;border-color:#2dd4bf4d}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .level-badge.alto{background:#7f5fff26;color:#7f5fff;border-color:#7f5fff4d}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .level-badge.moderado{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d}.top-abilities-section .abilities-grid .ability-card .ability-button .card-header .level-badge.baixo{background:#ef444426;color:#ef4444;border-color:#ef44444d}.top-abilities-section .abilities-grid .ability-card .ability-button .ability-title{font-size:.875rem;font-weight:700;color:#1a1a1a;margin-bottom:.125rem}.top-abilities-section .abilities-grid .ability-card .ability-button .ability-title .stimulus{margin-left:.25rem;font-size:.75rem;font-weight:400;color:#666}.top-abilities-section .abilities-grid .ability-card .ability-button .score-bar-container{margin-top:.5rem;margin-bottom:.75rem}.top-abilities-section .abilities-grid .ability-card .ability-button .score-bar-container .score-labels{display:flex;justify-content:space-between;font-size:.625rem;color:#666;margin-bottom:.25rem}.top-abilities-section .abilities-grid .ability-card .ability-button .score-bar-container .score-labels .score-value{font-weight:600;color:#1a1a1a}.top-abilities-section .abilities-grid .ability-card .ability-button .score-bar-container .score-bar{height:.5rem;width:100%;border-radius:9999px;background:#f5f5f5;overflow:hidden}.top-abilities-section .abilities-grid .ability-card .ability-button .score-bar-container .score-bar .score-fill{height:100%;border-radius:9999px;background:#7f5fff;transition:width .7s ease}.top-abilities-section .abilities-grid .ability-card .ability-button .card-footer{display:flex;align-items:center;justify-content:space-between}.top-abilities-section .abilities-grid .ability-card .ability-button .card-footer .tags{display:flex;flex-wrap:wrap;gap:.25rem}.top-abilities-section .abilities-grid .ability-card .ability-button .card-footer .tags .tag{font-size:.625rem;padding:0 .5rem;background:#f5f5f5;color:#1a1a1a;border-radius:.25rem}.top-abilities-section .abilities-grid .ability-card .ability-button .card-footer .icon{width:1rem;height:1rem;color:#666;flex-shrink:0}.top-abilities-section .abilities-grid .ability-card .ability-details{padding:0 1.25rem 1.25rem;border-top:1px solid #e0e0e0;animation:fadeIn .3s ease}.top-abilities-section .abilities-grid .ability-card .ability-details .practical-example{font-size:.75rem;color:#1a1a1acc;line-height:1.5;margin-top:.75rem;margin-bottom:.5rem}.top-abilities-section .abilities-grid .ability-card .ability-details .practical-example .label{font-weight:600;color:#1a1a1a;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em}.top-abilities-section .abilities-grid .ability-card .ability-details .development-tip{border-radius:.5rem;background:#7f5fff0d;padding:.625rem;border:1px solid rgba(127,95,255,.1)}.top-abilities-section .abilities-grid .ability-card .ability-details .development-tip p{font-size:.625rem;color:#1a1a1acc;margin:0}.top-abilities-section .abilities-grid .ability-card .ability-details .development-tip p .tip-label{font-weight:600}.dominant-sphere-section{border-radius:1rem;border:2px dashed;padding:1.25rem;margin-bottom:1.5rem}.dominant-sphere-section.perceive{background:linear-gradient(to bottom right,#9333ea0d,#9333ea26);border-color:#9333ea4d}.dominant-sphere-section.manipulate{background:linear-gradient(to bottom right,#ec48990d,#ec489926);border-color:#ec48994d}.dominant-sphere-section.elaborate{background:linear-gradient(to bottom right,#3b82f60d,#3b82f626);border-color:#3b82f64d}.dominant-sphere-section .sphere-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dominant-sphere-section .sphere-header .sphere-icon{font-size:1.25rem}.dominant-sphere-section .sphere-header .header-text .label{display:flex;align-items:center;gap:.375rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#7f5fff;margin-bottom:.125rem}.dominant-sphere-section .sphere-header .header-text .label .icon{width:.875rem;height:.875rem}.dominant-sphere-section .sphere-header .header-text h2{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.dominant-sphere-section .sphere-description{font-size:.75rem;line-height:1.5;color:#1a1a1acc;margin-bottom:1rem}.dominant-sphere-section .compatible-activities .activities-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:.5rem}.dominant-sphere-section .compatible-activities .activities-grid{display:grid;grid-template-columns:1fr;gap:.375rem}@media (min-width: 640px){.dominant-sphere-section .compatible-activities .activities-grid{grid-template-columns:repeat(2,1fr)}}.dominant-sphere-section .compatible-activities .activities-grid .activity-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#1a1a1acc}.dominant-sphere-section .compatible-activities .activities-grid .activity-item .icon{width:.75rem;height:.75rem;color:#7f5fff;flex-shrink:0}.cognitive-spheres-chart{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.cognitive-spheres-chart .section-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.cognitive-spheres-chart .chart-container{display:grid;gap:1.5rem}@media (min-width: 1024px){.cognitive-spheres-chart .chart-container{grid-template-columns:repeat(2,1fr)}}.cognitive-spheres-chart .chart-container .radar-container{display:flex;align-items:center;justify-content:center}.cognitive-spheres-chart .chart-container .spheres-summary{display:flex;flex-direction:column;gap:.75rem}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button{width:100%;border-radius:.75rem;border:1px solid #e0e0e0;padding:1rem;text-align:left;background:#fff;cursor:pointer;transition:box-shadow .3s ease}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button:hover{box-shadow:0 1px 3px #0000001a}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info{display:flex;align-items:center;gap:.5rem}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info .sphere-icon{font-size:1rem}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info .sphere-name{font-size:.875rem;font-weight:600}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info .sphere-name.perceive{color:#9333ea}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info .sphere-name.manipulate{color:#ec4899}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-info .sphere-name.elaborate{color:#3b82f6}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-score{font-size:.875rem;font-weight:700}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-score.perceive{color:#9333ea}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-score.manipulate{color:#ec4899}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .button-header .sphere-score.elaborate{color:#3b82f6}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-progress{height:.5rem;width:100%;border-radius:9999px;background:#f5f5f5;overflow:hidden}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-progress .progress-fill{height:100%;border-radius:9999px;transition:width .7s ease}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-progress .progress-fill.perceive{background:#9333ea}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-progress .progress-fill.manipulate{background:#ec4899}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-progress .progress-fill.elaborate{background:#3b82f6}.cognitive-spheres-chart .chart-container .spheres-summary .sphere-button .sphere-description{font-size:.75rem;color:#666;margin-top:.5rem;animation:fadeIn .3s ease}.conative-abilities-section{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.conative-abilities-section .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.conative-abilities-section .section-header .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.conative-abilities-section .section-header h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.conative-abilities-section .abilities-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.conative-abilities-section .abilities-grid{grid-template-columns:repeat(2,1fr)}}.conative-abilities-section .abilities-grid .ability-card{border-radius:.75rem;border:1px solid #e0e0e0;padding:1rem;transition:box-shadow .3s ease}.conative-abilities-section .abilities-grid .ability-card:hover{box-shadow:0 1px 3px #0000001a}.conative-abilities-section .abilities-grid .ability-card .card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.conative-abilities-section .abilities-grid .ability-card .card-header h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.conative-abilities-section .abilities-grid .ability-card .card-header .level-badge{font-size:.625rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid}.conative-abilities-section .abilities-grid .ability-card .card-header .level-badge.altissimo{background:#2dd4bf26;color:#2dd4bf;border-color:#2dd4bf4d}.conative-abilities-section .abilities-grid .ability-card .card-header .level-badge.alto{background:#7f5fff26;color:#7f5fff;border-color:#7f5fff4d}.conative-abilities-section .abilities-grid .ability-card .card-header .level-badge.moderado{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d}.conative-abilities-section .abilities-grid .ability-card .card-header .level-badge.baixo{background:#ef444426;color:#ef4444;border-color:#ef44444d}.conative-abilities-section .abilities-grid .ability-card .concept{font-size:.75rem;color:#1a1a1ab3;line-height:1.5;margin:0}.modern-tab-navigation{position:relative;width:100%;background:#f5f5f5f2;border-bottom:1px solid #e0e0e0;padding:0 1rem}@media (min-width: 768px){.modern-tab-navigation{position:relative;background:#f5f5f5;padding:0 1.5rem}}.modern-tab-navigation .modern-tabs-container{display:flex;gap:.25rem}.modern-tab-navigation .modern-tabs-container .modern-tab-button{padding:.75rem 1rem;font-size:.875rem;font-weight:500;border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;color:#666;transition:all .15s ease;outline:none}.modern-tab-navigation .modern-tabs-container .modern-tab-button:hover{color:#1a1a1a;border-bottom-color:#e0e0e0}.modern-tab-navigation .modern-tabs-container .modern-tab-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px;border-radius:2px}.modern-tab-navigation .modern-tabs-container .modern-tab-button.active{border-bottom-color:#7f5fff;color:#7f5fff}.modern-tab-spacer{height:0px;transition:height .12s ease}.modern-tab-navigation.is-fixed{position:fixed;top:0;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:80rem;padding:0 1rem;z-index:1100;box-shadow:0 6px 18px #16171b0f}.tab-navigation{position:sticky;top:0;z-index:10;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e0e0e0;margin:0 -1rem;padding:0 1rem}.tab-navigation .tabs-container{display:flex;gap:.25rem}.tab-navigation .tabs-container .tab-button{padding:.75rem 1rem;font-size:.875rem;font-weight:500;border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;color:#666;transition:all .2s ease;outline:none}.tab-navigation .tabs-container .tab-button:hover{color:#1a1a1a;border-bottom-color:#e0e0e0}.tab-navigation .tabs-container .tab-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px}.tab-navigation .tabs-container .tab-button.active{border-bottom-color:#7f5fff;color:#7f5fff}.report-footer{border-top:1px solid #e0e0e0;padding-top:1rem;padding-bottom:2rem;text-align:center;margin-top:2rem}.report-footer p{font-size:.625rem;color:#666;margin:0}.new-report-wrapper{min-height:100vh;background:#f5f5f5}.new-report-wrapper .report-content{max-width:80rem;margin:0 auto;padding:1.5rem 1rem}@media (min-width: 640px){.new-report-wrapper .report-content{padding:1.5rem}}@media (min-width: 1024px){.new-report-wrapper .report-content{padding:1.5rem 2rem}}.new-report-wrapper .report-content .content-section{display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease}.sphere-sensory-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 1024px){.sphere-sensory-grid{grid-template-columns:3fr 2fr}}.sphere-sensory-grid>*:only-child{grid-column:1/-1}.dominant-sphere-section.compact{border-radius:1rem;border:2px dashed;padding:1.25rem}.dominant-sphere-section.compact.perceive{background:linear-gradient(135deg,#9333ea0d,#9333ea26);border-color:#9333ea4d}.dominant-sphere-section.compact.manipulate{background:linear-gradient(135deg,#ec48990d,#ec489926);border-color:#ec48994d}.dominant-sphere-section.compact.elaborate{background:linear-gradient(135deg,#3b82f60d,#3b82f626);border-color:#3b82f64d}.dominant-sphere-section.compact .sphere-header-compact{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.dominant-sphere-section.compact .sphere-header-compact .sphere-icon-compact{font-size:1.25rem}.dominant-sphere-section.compact .sphere-header-compact .header-text-compact .label-compact{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem}.dominant-sphere-section.compact .sphere-header-compact .header-text-compact .label-compact .icon-compact{width:.875rem;height:.875rem;color:#7f5fff}.dominant-sphere-section.compact .sphere-header-compact .header-text-compact .label-compact p{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#7f5fff;margin:0}.dominant-sphere-section.compact .sphere-header-compact .header-text-compact h2{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.dominant-sphere-section.compact .sphere-description-compact{font-size:.75rem;line-height:1.5;color:#1a1a1acc;margin:0 0 1rem}.dominant-sphere-section.compact .compatible-activities-compact .activities-label-compact{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;margin:0 0 .5rem}.dominant-sphere-section.compact .compatible-activities-compact .activities-grid-compact{display:grid;grid-template-columns:1fr;gap:.375rem}@media (min-width: 640px){.dominant-sphere-section.compact .compatible-activities-compact .activities-grid-compact{grid-template-columns:1fr 1fr}}.dominant-sphere-section.compact .compatible-activities-compact .activities-grid-compact .activity-item-compact{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#1a1a1acc}.dominant-sphere-section.compact .compatible-activities-compact .activities-grid-compact .activity-item-compact .icon-compact{width:.75rem;height:.75rem;color:#7f5fff;flex-shrink:0}.sensory-performance-section.compact-card{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.sensory-performance-section.compact-card .section-title-compact{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.sensory-performance-section.compact-card .sensory-bars-compact{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact .bar-label-compact{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:#1a1a1a}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact .bar-label-compact .icon-compact{width:.875rem;height:.875rem}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact .bar-label-compact .icon-compact.visual-icon{color:#7f5fff}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact .bar-label-compact .icon-compact.auditive-icon{color:#ec4899}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .bar-header-compact .bar-value-compact{font-size:.75rem;font-weight:700;color:#1a1a1a}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .progress-bar-compact{width:100%;height:.625rem;border-radius:9999px;background:#f5f5f5;overflow:hidden}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .progress-bar-compact .progress-fill-compact{height:100%;border-radius:9999px;transition:width .7s ease}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .progress-bar-compact .progress-fill-compact.visual-fill{background:#7f5fff}.sensory-performance-section.compact-card .sensory-bars-compact .sensory-bar-compact .progress-bar-compact .progress-fill-compact.auditive-fill{background:#ec4899}.sensory-performance-section.compact-card .sensory-concept-compact{font-size:.625rem;line-height:1.5;color:#1a1a1ab3;background:#f5f5f580;border-radius:.5rem;padding:.5rem;margin:0}.sensory-performance-section.compact-card .sensory-concept-compact strong{font-weight:600;color:#1a1a1a}.recruiter-recommendations-section .section-title{font-size:1rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.recruiter-recommendations-section .section-title .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.recruiter-recommendations-section .recommendations-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 768px){.recruiter-recommendations-section .recommendations-grid{grid-template-columns:repeat(3,1fr)}}.recruiter-recommendations-section .recommendations-grid .recommendation-card{border-radius:.75rem;border:1px solid #e0e0e0;background:#fff;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.recruiter-recommendations-section .recommendations-grid .recommendation-card .card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.recruiter-recommendations-section .recommendations-grid .recommendation-card .card-header .icon{width:1rem;height:1rem;color:#7f5fff}.recruiter-recommendations-section .recommendations-grid .recommendation-card .card-header h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.recruiter-recommendations-section .recommendations-grid .recommendation-card .recommendation-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.recruiter-recommendations-section .recommendations-grid .recommendation-card .recommendation-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:1.5;color:#1a1a1acc}.recruiter-recommendations-section .recommendations-grid .recommendation-card .recommendation-list li .icon{width:.75rem;height:.75rem;color:#7f5fff;flex-shrink:0;margin-top:.125rem}.accessibility-info-card{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.accessibility-info-card h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.accessibility-info-card p{font-size:.875rem;line-height:1.5;color:#1a1a1ab3;margin:0}.accessibility-section{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000f;margin-bottom:1.5rem}.accessibility-section .accessibility-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.accessibility-section .accessibility-header .header-left{display:flex;align-items:center;gap:.5rem}.accessibility-section .accessibility-header .header-left .icon{width:1.25rem;height:1.25rem;color:#7f5fff;flex-shrink:0}.accessibility-section .accessibility-header .header-left h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.accessibility-section .accessibility-header .header-right{display:flex;align-items:center}.accessibility-section .accessibility-header .header-right .variant-pill{font-size:.8125rem;font-weight:600;color:#1a1a1a;background:transparent}.accessibility-section .accessibility-sub{margin:.25rem 0 1rem;color:#666;font-size:.875rem}.accessibility-section .resources-grid{display:grid;gap:.75rem;grid-template-columns:1fr;margin-bottom:.75rem}@media (min-width: 768px){.accessibility-section .resources-grid{grid-template-columns:repeat(3,1fr)}}.accessibility-section .resources-grid .resource-card{border-radius:.75rem;border:1px solid #e0e0e0;background:#fff;padding:1rem;box-shadow:0 1px 2px #0000000a}.accessibility-section .resources-grid .resource-card .resource-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.accessibility-section .resources-grid .resource-card .resource-top h3{font-size:.9375rem;font-weight:700;margin:0;color:#1a1a1a}.accessibility-section .resources-grid .resource-card .resource-top .pill{font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;align-self:start}.accessibility-section .resources-grid .resource-card .resource-top .pill.free{background:#22c55e1f;color:#22c55e;border:1px solid rgba(34,197,94,.18)}.accessibility-section .resources-grid .resource-card .resource-top .pill.paid{background:#f59e0b14;color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.accessibility-section .resources-grid .resource-card .resource-desc{font-size:.875rem;color:#1a1a1ad9;margin-bottom:.5rem}.accessibility-section .resources-grid .resource-card .resource-objective{background:#7f5fff0a;border:1px solid rgba(127,95,255,.06);padding:.5rem;border-radius:.5rem}.accessibility-section .resources-grid .resource-card .resource-objective .label{font-weight:700;margin-right:.25rem}.accessibility-section .resources-grid .resource-card .resource-objective p{margin:0;font-size:.8rem;color:#1a1a1acc}.accessibility-section .resources-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1rem 0}.accessibility-section .resources-pagination .page-btn{background:none;border:1px solid #e0e0e0;padding:.375rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.accessibility-section .resources-pagination .page-btn:disabled{opacity:.45;cursor:default}.accessibility-section .resources-pagination .page-dots{display:flex;gap:.5rem}.accessibility-section .resources-pagination .page-dots .dot{width:.6rem;height:.6rem;border-radius:50%;background:#e0e0e0}.accessibility-section .resources-pagination .page-dots .dot.active{background:#7f5fff;width:.75rem;height:.75rem}.accessibility-section .recommendations-section{margin-top:.75rem}.accessibility-section .recommendations-section .rec-heading{font-size:1.125rem;font-weight:700;margin:0 0 .75rem}.accessibility-section .recommendations-section .rec-grid{display:grid;gap:.75rem;grid-template-columns:1fr}@media (min-width: 768px){.accessibility-section .recommendations-section .rec-grid{grid-template-columns:repeat(3,1fr)}}.accessibility-section .recommendations-section .rec-grid .rec-card{border-radius:.75rem;border:1px solid #e0e0e0;background:#fff;padding:1rem;box-shadow:0 1px 2px #0000000a}.accessibility-section .recommendations-section .rec-grid .rec-card h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:700}.accessibility-section .recommendations-section .rec-grid .rec-card ul{margin:0;padding-left:1rem}.accessibility-section .recommendations-section .rec-grid .rec-card ul li{margin-bottom:.35rem;font-size:.875rem;color:#1a1a1ad9;line-height:1.4}.fade-in{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.spheres-overview-section{border-radius:1rem;border:1px solid #e0e0e0;background:#fff;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.spheres-overview-section .section-title-modern{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.spheres-overview-section .spheres-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 1024px){.spheres-overview-section .spheres-grid{grid-template-columns:1fr 1fr}}.spheres-overview-section .spheres-grid .radar-container{display:flex;align-items:center;justify-content:center;max-width:100%}.spheres-overview-section .spheres-grid .radar-container .recharts-wrapper{max-width:439px!important}.spheres-overview-section .spheres-grid .radar-container .recharts-layer.recharts-radar{animation:radarGrowFromCenter 2s cubic-bezier(.22,1,.36,1) both;transform-box:fill-box;transform-origin:center center}.spheres-overview-section .spheres-grid .radar-container .recharts-polygon{filter:brightness(1.1) saturate(1.2)}.spheres-overview-section .spheres-grid .radar-container .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes radarGrowFromCenter{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.spheres-overview-section .spheres-grid .sphere-cards{display:flex;flex-direction:column;gap:.75rem}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card{width:100%;border-radius:.75rem;border:1px solid #e0e0e0;padding:1rem;text-align:left;background:#fff;cursor:pointer;transition:all .2s ease;outline:none}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card:hover{box-shadow:0 1px 3px #0000001a}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card:focus-visible{outline:2px solid #7f5fff;outline-offset:2px}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title{display:flex;align-items:center;gap:.5rem}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title .sphere-emoji{font-size:1rem}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title h3{font-size:.875rem;font-weight:600;margin:0}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title h3.perceive{color:#9333ea}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title h3.manipulate{color:#ec4899}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-card-title h3.elaborate{color:#3b82f6}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-header .sphere-percentage{font-size:.875rem;font-weight:700}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.perceive h3,.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.perceive .sphere-percentage{color:#9333ea}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.manipulate h3,.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.manipulate .sphere-percentage{color:#ec4899}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.elaborate h3,.spheres-overview-section .spheres-grid .sphere-cards .sphere-card.elaborate .sphere-percentage{color:#3b82f6}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-progress-bar{height:.5rem;width:100%;border-radius:9999px;background:#f5f5f5;overflow:hidden}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-progress-bar .sphere-progress-fill{height:100%;border-radius:9999px;transition:width .7s ease}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-progress-bar .sphere-progress-fill.perceive{background:#9333ea}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-progress-bar .sphere-progress-fill.manipulate{background:#ec4899}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-progress-bar .sphere-progress-fill.elaborate{background:#3b82f6}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-description{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.spheres-overview-section .spheres-grid .sphere-cards .sphere-card .sphere-card-description p{font-size:.75rem;line-height:1.5;color:#666;margin:0}.detailed-abilities-section .detailed-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.detailed-abilities-section .detailed-header .header-left{display:flex;align-items:center;gap:.5rem}.detailed-abilities-section .detailed-header .header-left .icon{width:1.25rem;height:1.25rem;color:#7f5fff}.detailed-abilities-section .detailed-header .header-left h2{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.detailed-abilities-section .detailed-header .filter-buttons{display:flex;align-items:center;gap:.375rem}.detailed-abilities-section .detailed-header .filter-buttons .filter-icon{width:.875rem;height:.875rem;color:#666}.detailed-abilities-section .detailed-header .filter-buttons .filter-btn{font-size:.625rem;padding:.25rem .625rem;border-radius:9999px;border:1px solid #e0e0e0;background:#fff;color:#666;cursor:pointer;transition:all .2s ease;outline:none}.detailed-abilities-section .detailed-header .filter-buttons .filter-btn:hover{background:#f5f5f5}.detailed-abilities-section .detailed-header .filter-buttons .filter-btn:focus-visible{outline:2px solid #7f5fff;outline-offset:2px}.detailed-abilities-section .detailed-header .filter-buttons .filter-btn.active{background:#7f5fff;color:#fff;border-color:#7f5fff}.detailed-abilities-section .abilities-list{display:flex;flex-direction:column;gap:.5rem}.detailed-abilities-section .abilities-list .ability-card-compact{border-radius:.75rem;border:1px solid #e0e0e0;background:#fff;overflow:hidden;transition:box-shadow .2s ease}.detailed-abilities-section .abilities-list .ability-card-compact:hover{box-shadow:0 1px 3px #0000000d}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem;text-align:left;background:none;border:none;cursor:pointer;outline:none}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button:focus-visible{outline:2px solid #7f5fff;outline-offset:-2px}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .score-circle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#f5f5f5;flex-shrink:0}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .score-circle span{font-size:.75rem;font-weight:700;color:#1a1a1a}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info{flex:1;min-width:0}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .ability-name{font-size:.875rem;font-weight:500;color:#1a1a1a}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .sensory-type{font-size:.625rem;color:#666}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .sphere-tag{font-size:.625rem;font-weight:500}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .sphere-tag.sphere-perceive{color:#9333ea}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .sphere-tag.sphere-manipulate{color:#ec4899}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .ability-name-row .sphere-tag.sphere-elaborate{color:#3b82f6}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .progress-bar-mini{height:.375rem;width:100%;max-width:180px;border-radius:9999px;background:#f5f5f5;overflow:hidden}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .ability-info .progress-bar-mini .progress-fill-mini{height:100%;border-radius:9999px;background:#7f5fff;transition:width .5s ease}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .level-badge{font-size:.625rem;padding:.25rem .625rem;border-radius:9999px;border:1px solid;font-weight:600;flex-shrink:0}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .level-badge.performance-high{background:#2dd4bf26;color:#2dd4bf;border-color:#2dd4bf4d}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .level-badge.performance-good{background:#22c55e26;color:#22c55e;border-color:#22c55e4d}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .level-badge.performance-moderate{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .level-badge.performance-low{background:#ef444426;color:#ef4444;border-color:#ef44444d}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .chevron-icon{width:1rem;height:1rem;color:#666;flex-shrink:0;transition:transform .2s ease}.detailed-abilities-section .abilities-list .ability-card-compact .ability-button .chevron-icon.rotated{transform:rotate(180deg)}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details{padding:.75rem .875rem .875rem;border-top:1px solid #e0e0e0;animation:slideDown .3s ease-out}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content{display:grid;gap:.75rem;margin-top:.75rem}@media (min-width: 768px){.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content{grid-template-columns:1fr 1fr}}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content .details-block-conceito .details-label,.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content .details-block-pratica .details-label{font-size:.625rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content .details-block-conceito .details-text,.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .details-content .details-block-pratica .details-text{font-size:.75rem;line-height:1.625;color:#1a1a1acc;margin:0}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .development-tip-box{margin-top:.5rem;padding:.625rem;border-radius:.5rem;background:#7f5fff0d;border:1px solid rgba(127,95,255,.1)}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .development-tip-box .tip-text{font-size:.625rem;color:#1a1a1acc;margin:0;display:flex;gap:.25rem;align-items:flex-start}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .development-tip-box .tip-text .tip-icon{flex-shrink:0}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .development-tip-box .tip-text .tip-label{font-weight:600}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .application-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.5rem}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .application-tags .app-tag{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;border:1px solid transparent;font-size:.625rem;font-weight:600;background:#f5f5f5;color:#1a1a1acc;transition:background-color .2s ease}.detailed-abilities-section .abilities-list .ability-card-compact .ability-details .application-tags .app-tag:hover{background:#f5f5f5cc}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.feedbackk{height:100vh;display:flex;justify-content:center;align-items:center}.feedbackk .feedback-container{width:100%;background-color:#fff;max-width:90%;margin:0 auto;padding:100px;box-shadow:0 4px 12px #0000001a;border-radius:10px}.instructions ul li{text-align:justify;font-size:1.1rem;margin-bottom:1rem}html,body{min-height:100vh;height:100%;overflow-y:auto}.feedbackk{height:100vh;display:flex;justify-content:center;align-items:center;overflow-y:auto}.feedbackk .feedback-container{width:100%;height:auto;background-color:#fff;max-width:90%;margin:32px auto;padding:36px 48px;box-shadow:0 4px 12px #0000001a;border-radius:10px}.feedbackk .feedback-container img{max-width:120px;margin:0 auto 24px;display:block}.feedbackk .feedback-container h3{margin-bottom:1rem;text-align:justify;width:100%}.feedbackk .feedback-container p{text-align:justify;width:100%}.feedbackk .feedback-container .profile-section{text-align:center;margin-bottom:20px}.feedbackk .feedback-container .profile-section h2{margin-top:10px;font-size:1.5rem}.feedbackk .feedback-container .rating-section{text-align:center;margin-bottom:20px}.feedbackk .feedback-container .rating-section h3{margin-bottom:10px}.feedbackk .feedback-container .recommend-section{margin-bottom:20px}.feedbackk .feedback-container .recommend-section h4{margin-bottom:10px}.feedbackk .feedback-container .comment-section{margin-bottom:20px}.feedbackk .feedback-container .comment-section h4{margin-bottom:10px}.feedbackk .feedback-container .comment-section textarea{border:1px solid #e5e5e5;border-radius:8px}.feedbackk .feedback-container .intro-text-container{display:flex;flex-direction:column;gap:1rem;width:100%}.feedbackk .feedback-container .intro-text-container .text-block{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.feedbackk .feedback-container .checkbox-row{display:flex;align-items:flex-start;gap:.5rem}.feedbackk .feedback-container .ant-checkbox-wrapper{width:100%;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;transition:all .3s ease-in-out;cursor:pointer}.feedbackk .feedback-container .ant-checkbox-wrapper:hover{background-color:#f7f5ff;border-color:#d6cffc;transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.feedbackk .feedback-container .ant-checkbox-wrapper .ant-checkbox{top:.15em}.participationModal .ant-modal-title{margin:0;color:#7f5fff;font-weight:700;font-size:25px;line-height:1.5;word-wrap:break-word}.participationModal .ant-modal-body p,.participationModal .ant-modal-body li{text-align:justify;font-size:17px;line-height:1.6}.agreement-container{margin:0 auto;padding:20px 50px;font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a}.agreement-container h1{font-size:1.8em;margin-bottom:15px}.agreement-container h2{font-size:1.4em;margin-top:20px}.agreement-container p,.agreement-container li{margin-bottom:10px;text-align:justify}.ant-checkbox{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";position:relative;white-space:nowrap;cursor:pointer;border-radius:4px;align-self:flex-start;margin-top:.1rem}@media (max-width: 600px){.feedbackk{min-height:100vh!important;height:auto!important;overflow-y:auto!important;align-items:flex-start!important;justify-content:center!important;padding:0!important}.feedback-container{width:96vw!important;max-width:500px!important;min-width:0!important;margin:20px auto!important;padding:12px 2vw 32px!important;border-radius:12px!important;box-sizing:border-box!important;background:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important}.feedback-container img{max-width:90px!important;margin-bottom:10px!important}.feedback-container h3,.feedback-container p,.feedback-container .ant-checkbox-wrapper{font-size:1rem!important;text-align:justify!important;margin-bottom:10px!important;word-break:break-word!important;width:100%;overflow:visible!important}.feedback-container .outlineButton{width:100%!important;min-width:unset!important}}.local-checkout .checkout-head{display:flex;justify-content:space-between;padding:1rem 1rem 10rem;align-items:center;background-color:#0c0129;color:#fff;text-align:center}.local-checkout .PaymentForm{background-color:#fff;width:50%;padding:2rem;border-radius:1rem;box-shadow:0 0 5px #504d4d80}.local-checkout .details{background-color:#fff;width:35%;padding:2rem;border-radius:1rem;box-shadow:0 0 5px #504d4d80;height:fit-content;display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width: 1024px){.local-checkout .details,.local-checkout .PaymentForm{width:100%}}.local-checkout .icon-container{border:1px solid white;padding:.3rem .6rem;border-radius:.3rem}@font-face{font-family:Outfit;src:url(/assets/Sora-VariableFont_wght-B-NSZvbM.ttf)}
