@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:2000}.header--scrolled{padding:1rem 0;background:#0b0f1ab3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px -10px #00000080}.header__nav{display:flex;justify-content:space-between;align-items:center}.header__logo{font-family:Playfair Display,serif;font-size:2rem;font-weight:800;color:#f8fafc;letter-spacing:-.02em}.header__logo span{color:#fbbf24;text-shadow:0 0 15px rgba(251,191,36,.3)}@media (max-width: 1023px){.header__desktop-nav{display:none}}.header__nav-list{display:flex;align-items:center;gap:3rem}.header__nav-link{color:#cbd5e1;font-weight:600;font-size:1rem;font-family:Outfit,sans-serif;position:relative;padding:.5rem 0}.header__nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#818cf8;transition:width .3s ease;box-shadow:0 0 20px #4f46e566}.header__nav-link:hover,.header__nav-link.active{color:#f8fafc}.header__nav-link:hover:after,.header__nav-link.active:after{width:100%}.header__cta{background:#4f46e5;color:#fff;padding:.75rem 1.75rem;border-radius:99px;font-weight:700;font-size:1rem;font-family:Outfit,sans-serif;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.header__cta:hover{background:#818cf8;transform:translateY(-2px);box-shadow:0 0 20px #4f46e566}.header__profile-container{position:relative}.header__profile-trigger{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.header__profile-trigger:hover{border-color:#fbbf24;box-shadow:0 0 15px #fbbf244d}.header__profile-trigger img{width:100%;height:100%;object-fit:cover}.header__dropdown{position:absolute;top:calc(100% + 1.25rem);right:0;min-width:220px;padding:.75rem;border-radius:20px}.header__dropdown-link{display:block;padding:.8rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:500;color:#cbd5e1;width:100%;text-align:left}.header__dropdown-link:hover{background:#ffffff0d;color:#f8fafc}.header__dropdown-link--logout{color:#ef4444}.header__dropdown-link--logout:hover{background:#ef44441a}.header__burger{display:none;width:32px;height:24px;position:relative;z-index:2001}@media (max-width: 1023px){.header__burger{display:block}}.header__burger span{display:block;position:absolute;height:3px;width:100%;background:#f8fafc;border-radius:10px;transition:.3s ease-in-out}.header__burger span:nth-child(1){top:0}.header__burger span:nth-child(2){top:10px;width:70%;right:0}.header__burger span:nth-child(3){top:20px}.header__burger--open span:nth-child(1){top:10px;transform:rotate(135deg)}.header__burger--open span:nth-child(2){opacity:0;transform:translate(20px)}.header__burger--open span:nth-child(3){top:10px;transform:rotate(-135deg)}.header__mobile-menu{position:fixed;top:0;right:0;bottom:0;width:300px;padding:8rem 2.5rem;z-index:2000;border-radius:0;border-left:1px solid rgba(255,255,255,.1)}.header__mobile-list{display:flex;flex-direction:column;gap:2.5rem}.header__mobile-list a,.header__mobile-list button{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#f8fafc;width:100%;text-align:left}.header__mobile-list .header__cta{font-family:Outfit,sans-serif;font-size:1.25rem;text-align:center}.footer{padding:3rem 2rem;color:#cbd5e1;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem}.footer__nav-list{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer__link{color:#cbd5e1;transition:all .2s ease}.footer__link:hover{color:#f8fafc}.footer__copyright{color:#64748b;font-size:.85rem}@media (min-width: 768px){.footer{flex-direction:row;justify-content:space-between;padding:2.5rem 4rem;margin-top:6rem}}.home{padding-top:10rem;padding-bottom:5rem;overflow:hidden;position:relative}.home__bg-decor{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;pointer-events:none}.home__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2}.home__blob--1{top:10%;left:10%;width:400px;height:400px;background:#4f46e5;animation:float 20s infinite alternate}.home__blob--2{bottom:20%;right:10%;width:350px;height:350px;background:#db2777;animation:float 15s infinite alternate-reverse}.home__hero{display:grid;grid-template-columns:1fr;gap:5rem;align-items:center}@media (min-width: 1024px){.home__hero{grid-template-columns:1.1fr .9fr}}.home__tag{display:inline-flex;padding:.5rem 1rem;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);border-radius:99px;width:fit-content}.home__tag span{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#fbbf24}.home__content{display:flex;flex-direction:column;gap:2rem;z-index:10}.home__title{color:#f8fafc;margin:0}.home__title span{color:#fbbf24;text-shadow:0 0 15px rgba(251,191,36,.3)}.home__sub-title{font-family:Outfit,sans-serif;font-size:1.5rem;color:#cbd5e1;font-weight:600;margin-top:-1rem}.home__description{font-size:1.25rem;color:#64748b;max-width:580px;line-height:1.7}.home__actions{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.home__btn{padding:1.25rem 2.5rem;border-radius:16px;font-weight:800;font-size:1.15rem;font-family:Outfit,sans-serif;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;gap:.75rem}@media (max-width: 640px){.home__btn{width:100%}}.home__btn--primary{background:#4f46e5;color:#fff;box-shadow:0 0 20px #4f46e566}.home__btn--primary:hover{background:#818cf8;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 30px #4f46e566}.home__btn--secondary{background:#ffffff08;color:#f8fafc;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home__btn--secondary:hover{background:#ffffff14;border-color:#cbd5e1;transform:translateY(-4px)}.home__account-links{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.home__account-links span{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700}.home__account-links .links{display:flex;align-items:center;gap:.75rem}.home__account-links a{color:#f8fafc;font-size:1.1rem;font-weight:600;border-bottom:1px solid transparent}.home__account-links a:hover{color:#fbbf24;border-color:#fbbf24}.home__account-links .separator{color:#64748b66}.home__visual{position:relative;padding:2rem}@media (max-width: 1023px){.home__visual{order:-1;max-width:500px;margin:0 auto}}.home__image-wrapper{position:relative}.home__image-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle,rgba(79,70,229,.3),transparent 70%);filter:blur(40px);z-index:-1}.home__image-container{border-radius:40px;padding:1.25rem;transform:perspective(1000px) rotateY(-12deg) rotateX(4deg);transition:transform .6s cubic-bezier(.16,1,.3,1)}.home__image-container:hover{transform:perspective(1000px) rotateY(-2deg) rotateX(1deg)}.home__image-container img{width:100%;border-radius:28px;display:block;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.home__floating-card{position:absolute;padding:1rem 1.5rem;border-radius:20px;white-space:nowrap;font-weight:700;font-size:1rem;font-family:Outfit,sans-serif;animation:float 4s infinite ease-in-out;display:flex;align-items:center;gap:.75rem}.home__floating-card .icon-gold{color:#fbbf24}.home__floating-card--1{top:-20px;left:-40px;animation-delay:0s}.home__floating-card--2{bottom:20px;right:-30px;animation-delay:1s}@media (max-width: 640px){.home__floating-card{display:none}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.login-page__decor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.login-page__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.15) 0%,transparent 70%);filter:blur(60px)}.login-page__container{width:100%;max-width:480px;z-index:10}.login-card{padding:3rem 2.5rem;border-radius:32px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.login-card__header{text-align:center;margin-bottom:2.5rem}.login-card__title{font-size:3rem;margin-bottom:.5rem;background:linear-gradient(to bottom,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-card__subtitle{color:#64748b;font-weight:500}.login-card__form{display:flex;flex-direction:column;gap:1.5rem}.login-card__field{display:flex;flex-direction:column;gap:.5rem}.login-card__field label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;padding-left:.5rem}.login-card .input-wrapper,.login-card .password-input{position:relative}.login-card .input-wrapper input,.login-card .password-input input{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:1.1rem 1.25rem 1.1rem 3.25rem;border-radius:16px;color:#f8fafc;font-size:1rem;transition:all .3s ease}.login-card .input-wrapper input::placeholder,.login-card .password-input input::placeholder{color:#64748b80}.login-card .input-wrapper input:focus,.login-card .password-input input:focus{background:#ffffff0f;border-color:#818cf8;box-shadow:0 0 0 4px #4f46e51a;outline:none}.login-card .input-wrapper .input-icon,.login-card .password-input .input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#64748b;display:flex;align-items:center;pointer-events:none;transition:color .3s ease}.login-card .input-wrapper input:focus+.input-icon,.login-card .input-wrapper input:focus~.input-icon,.login-card .password-input input:focus+.input-icon,.login-card .password-input input:focus~.input-icon{color:#818cf8}.login-card .password-input input{padding-right:3.5rem}.login-card .password-input .password-toggle{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#64748b;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.login-card .password-input .password-toggle:hover{color:#f8fafc}.login-card__error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#fca5a5;padding:1rem;border-radius:12px;font-size:.9rem;display:flex;align-items:center;gap:.75rem}.login-card__error span{font-size:.9rem}.login-card__submit{margin-top:1rem;background:#4f46e5;color:#fff;padding:1.1rem;border-radius:16px;font-weight:800;font-size:1.1rem;box-shadow:0 0 20px #4f46e566}.login-card__submit:hover{background:#818cf8;transform:translateY(-2px);box-shadow:0 10px 20px #4f46e54d}.login-card__submit:active{transform:translateY(0)}.login-card__footer{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.95rem}.login-card__footer span{color:#64748b}.login-card__footer a{color:#fbbf24;font-weight:700}.login-card__footer a:hover{text-decoration:underline}.register-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:6rem 2rem 4rem}.register-page__container{width:100%;max-width:500px}.register-card{padding:3rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem}.register-card__title{font-size:2rem;text-align:center;color:#f8fafc}.register-card__subtitle{font-size:1rem;color:#cbd5e1;text-align:center;margin-top:-.5rem;margin-bottom:1rem}.register-card__form{display:flex;flex-direction:column;gap:1.25rem}.register-card__field{display:flex;flex-direction:column;gap:.5rem}.register-card__field label{font-size:.8rem;font-weight:600;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em}.register-card__field input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.8rem 1rem;color:#fff;transition:all .2s ease}.register-card__field input::placeholder{color:#fff3}.register-card__field input:focus{outline:none;border-color:#4f46e5;background:#ffffff14}.register-card .password-input{position:relative}.register-card .password-input input{width:100%;padding-right:3rem}.register-card .password-input .password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:1.25rem;opacity:.5;transition:opacity .2s}.register-card .password-input .password-toggle:hover{opacity:1}.register-card__error-text{color:#ef4444;font-size:.8rem;margin:0}.register-card__submit{background:#4f46e5;color:#fff;padding:1rem;border-radius:12px;font-weight:700;font-size:1.1rem;margin-top:1rem;box-shadow:0 0 20px #4f46e566;transition:all .2s ease}.register-card__submit:hover:not(:disabled){background:#818cf8;transform:translateY(-1px)}.register-card__submit:disabled{opacity:.5;cursor:not-allowed}.register-card__footer{display:flex;justify-content:center;gap:.5rem;font-size:.9rem;margin-top:.5rem}.register-card__footer span{color:#64748b}.register-card__footer a{color:#4f46e5;font-weight:600}.register-card__footer a:hover{text-decoration:underline}.error{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5}.error__section{max-width:700px;text-align:start;background-color:#fff;padding:3rem 2.5rem;border-radius:1rem;box-shadow:0 0 20px #0000000d;position:relative;height:fit-content}.error__section:before{position:absolute;content:"";top:0;left:0;width:100%;border-bottom:2px solid black;width:100vw}.error__section:after{position:absolute;content:"";clip-path:circle(50% at 50% 50%);top:-12px;left:-20px;background-color:#ef4444;width:30px;height:30px}.error__title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#f8fafc}.error__message{font-size:1.1rem;line-height:1.6;color:#000;margin-bottom:2rem}.error__link{display:inline-block;padding:.75rem 1.5rem;background-color:#5c6ac4;color:#fff;border-radius:.5rem;transition:background-color .3s}.error__link:hover{background-color:#434eb4}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;height:100vh}.loading-screen__text{font-size:1.5rem;margin-bottom:.8rem}.loading-screen__dots{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px}.loading-screen__dot{width:20px;height:20px;border-radius:50%;background:red}.confirm-dialog{all:unset;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#0009;width:100vw;height:100vh;z-index:1000}.confirm-dialog__container{background:#fff;padding:2rem;border-radius:10px;max-width:450px;box-shadow:0 4px 12px #0000004d;text-align:center;animation:fadeInPopup .3s ease-in-out}.confirm-dialog__title{margin:0 0 1rem;font-size:1.5rem}.confirm-dialog__message{margin:0 0 1.5rem}.confirm-dialog__actions{display:flex;justify-content:space-around}.confirm-dialog__button{padding:.6rem 1.5rem;border-radius:4px;font-weight:700;cursor:pointer}.confirm-dialog__button--cancel{background-color:#ccc;color:gray}.confirm-dialog__button--confirm{background-color:#e74c3c;color:#fff}@keyframes fadeInPopup{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.profil-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;background:transparent;max-width:48rem;width:100%;z-index:100}.profil-dialog__container{padding:2rem;background:#fff;border-radius:1rem;max-width:600px;margin:auto}.profil-dialog__title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.profil-dialog__gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.profil-dialog__image-btn{width:100%}.profil-dialog__image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s,box-shadow .3s}.profil-dialog__image:hover{transform:scale(1.05);box-shadow:0 0 10px #0003}.profil-dialog__actions{display:flex;justify-content:flex-end;gap:1rem}.profil-dialog__button{padding:.5rem 1rem;border-radius:5px;font-weight:700;transition:background .2s}.profil-dialog__button--cancel{background:#ddd}.profil-dialog__button--cancel:hover{background:#ccc}.banner-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;background:transparent;max-width:48rem;z-index:100}.banner-dialog__container{padding:2rem;background:#fff;border-radius:1rem;max-width:600px;width:34rem;margin:auto}.banner-dialog__title{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.banner-dialog__gallery{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-bottom:1.5rem}.banner-dialog__image-btn{width:100%}.banner-dialog__image{width:100%;height:5rem;aspect-ratio:1/1;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s,box-shadow .3s}.banner-dialog__image:hover{transform:scale(1.05);box-shadow:0 0 10px #0003}.banner-dialog__actions{display:flex;justify-content:flex-end;gap:1rem}.banner-dialog__button{padding:.5rem 1rem;border-radius:5px;font-weight:700;transition:background .2s}.banner-dialog__button--cancel{background:#ddd}.banner-dialog__button--cancel:hover{background:#ccc}.profile{min-height:100vh;padding-bottom:5rem}.profile__section{display:flex;flex-direction:column;align-items:center;gap:3rem}.profile__banner-wrapper{position:relative;width:100%;max-width:1000px;margin-top:1rem}.profile__score-list{position:absolute;top:1.5rem;left:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:10}.profile__score-item{background:#161c2e66;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-left:3px solid #fbbf24;border-radius:12px;padding:.6rem 1.2rem;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.profile__score-item .profile__score-text{font-size:.9rem;font-weight:700;color:#f8fafc;margin:0;display:flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.profile__score-item .profile__score-text span{color:#fbbf24;font-family:Outfit,sans-serif}.profile__banner-container{position:relative;overflow:hidden;border-radius:24px;height:240px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.profile__banner-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(11,15,26,.8))}.profile__banner{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;cursor:pointer}.profile__banner:hover{transform:scale(1.05)}.profile__banner-edit-btn{position:absolute;bottom:1.5rem;right:1.5rem;background:#161c2e66;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem 1.2rem;cursor:pointer;font-weight:600;font-size:.85rem;z-index:5;transition:all .3s ease}.profile__banner-edit-btn:hover{background:#ffffff14;border-color:#fbbf24;color:#fbbf24;transform:translateY(-2px)}.profile__avatar{width:160px;height:160px;border-radius:50%;border:4px solid #0b0f1a;outline:2px solid #fbbf24;position:absolute;bottom:-80px;left:1.5rem;background:#161c2e;cursor:pointer;overflow:hidden;transition:all .3s ease;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;z-index:15}.profile__avatar img{width:100%;height:100%;object-fit:cover}.profile__avatar:hover{outline-width:4px;transform:scale(1.05)}.profile__avatar:hover:after{opacity:1}.profile__avatar:after{content:"MODIFIER";position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0f1a99;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.8rem;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile__buttons{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:2rem;width:100%;max-width:1000px;padding-left:180px}@media (max-width: 768px){.profile__buttons{padding-left:0;justify-content:center;margin-top:6rem}}.profile__start-game{background:#4f46e5;color:#fff;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;text-decoration:none;box-shadow:0 0 20px #4f46e566;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.profile__start-game:hover{background:#818cf8;transform:translateY(-2px);box-shadow:0 0 30px #4f46e599}.profile__logout{background:#ffffff0d;color:#cbd5e1;padding:.8rem 1.5rem;border-radius:12px;font-weight:600;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.profile__logout:hover{background:#ffffff1a;color:#fff;border-color:#ef4444}.profile__form{margin-top:3rem;background:#161c2e66;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;width:100%;max-width:1000px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.profile__fields{display:grid;grid-template-columns:1fr 1fr;gap:2rem;list-style:none;padding:0}@media (max-width: 768px){.profile__fields{grid-template-columns:1fr}}.profile__field{display:flex;flex-direction:column;gap:.5rem}.profile__field--full{grid-column:1/-1}.profile__field--actions{grid-column:1/-1;flex-direction:row;gap:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.profile__label{font-size:.8rem;font-weight:700;color:#fbbf24;text-transform:uppercase;letter-spacing:.1em}.profile__input{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;color:#fff;font-family:Inter,sans-serif;font-size:1rem;transition:all .3s ease}.profile__input:focus{outline:none;border-color:#4f46e5;background:#ffffff14;box-shadow:0 0 0 4px #4f46e51a}.profile__input:read-only{opacity:.6;cursor:not-allowed;border-style:dashed}.profile__password-container{position:relative}.profile__confirm-show-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:color .3s ease}.profile__confirm-show-password:hover{color:#fff}.profile__error{margin-top:.5rem;color:#ef4444;font-size:.8rem;font-weight:600}.profile__played-games,.profile__date-inscription{font-size:.9rem;color:#64748b;margin:0}.profile__edit-btn,.profile__save-btn{flex:1;background:#4f46e5;color:#fff;padding:1rem;border-radius:12px;font-weight:700;cursor:pointer;border:none;transition:all .3s ease}.profile__edit-btn:hover,.profile__save-btn:hover{background:#818cf8;transform:translateY(-2px)}.profile__cancel-btn{flex:1;background:#ffffff0d;color:#cbd5e1;padding:1rem;border-radius:12px;font-weight:600;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.profile__cancel-btn:hover{background:#ffffff1a;color:#fff}.profile__delete-account{margin-top:1rem;background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.8rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.profile__delete-account:hover{background:#ef44441a;border-color:#ef4444}.ranking{min-height:100vh;padding-bottom:5rem}.ranking__section{display:flex;flex-direction:column;gap:4rem}.ranking__header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.ranking__title{margin-bottom:.5rem}.ranking__subtitle{color:#64748b;font-size:1.2rem;font-weight:500}.ranking__icon.icon-gold{color:#fbbf24;filter:drop-shadow(0 0 15px rgba(251,191,36,.4))}.ranking__content{max-width:900px;margin:0 auto;width:100%}.ranking-card{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;border-radius:20px;position:relative;overflow:hidden;transition:transform .3s ease,border-color .3s ease}.ranking-card:hover{transform:translate(5px);border-color:#818cf84d}.ranking-card--podium{background:#ffffff14;border-width:2px;padding:1.25rem 2rem}.ranking-card__rank{width:40px;display:flex;justify-content:center;align-items:center}.ranking-card__rank .rank-number{font-family:Outfit,sans-serif;font-weight:800;color:#64748b;font-size:1.1rem}.ranking-card__rank .rank-icon{filter:drop-shadow(0 0 8px rgba(255,255,255,.2))}.ranking-card__rank .rank-icon--gold{color:#fbbf24}.ranking-card__rank .rank-icon--silver{color:#e2e8f0}.ranking-card__rank .rank-icon--bronze{color:#b45309}.ranking-card__avatar{position:relative;width:50px;height:50px}.ranking-card--podium .ranking-card__avatar{width:60px;height:60px}.ranking-card__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1)}.ranking-card__avatar .crown{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-size:1.2rem}.ranking-card__content{flex:1;display:flex;justify-content:space-between;align-items:center}@media (max-width: 640px){.ranking-card__content{flex-direction:column;align-items:flex-start;gap:.5rem}}.ranking-card__main{display:flex;flex-direction:column;gap:.25rem}.ranking-card__name{font-size:1.25rem;font-weight:700;color:#f8fafc;margin:0}.ranking-card__elo{display:flex;align-items:center;gap:.5rem;color:#818cf8;font-weight:700;font-size:.9rem;font-family:Outfit,sans-serif}.ranking-card__stats{display:flex;gap:1.5rem}.ranking-card__stats .stat{display:flex;align-items:center;gap:.4rem;color:#64748b;font-size:.9rem;font-weight:500}.ranking-card__stats .stat span{white-space:nowrap}.ranking-card__highlight{position:absolute;top:0;left:0;bottom:0;width:4px;background:#4f46e5}.rank-icon--gold~.ranking-card__highlight{background:#fbbf24}.rank-icon--silver~.ranking-card__highlight{background:#e2e8f0}.rank-icon--bronze~.ranking-card__highlight{background:#b45309}.ranking-list__users{display:flex;flex-direction:column;gap:1rem;width:100%;padding:0;background:transparent;list-style:none}.ranking-list__item{display:flex;flex-direction:column;list-style:none}.instrument-detail{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;background:transparent;max-width:48rem;width:100%;box-shadow:0 10px 25px #2e2e2e0b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100}.instrument-detail__container{background-color:#fff;width:100%;padding:1.5rem;position:relative;overflow:hidden;max-height:100vh}.instrument-detail__close{position:absolute;top:.5rem;right:.5rem;color:#4b5563;background:none;border:none;cursor:pointer}.instrument-detail__close:hover{color:#111827}.instrument-detail__close:focus{outline:2px solid #111}.instrument-detail__icon{width:1.5rem;height:1.5rem}.instrument-detail__content{display:flex;flex-direction:column;gap:1rem}.instrument-detail__title{font-size:1.5rem;font-weight:600;color:#1f2937;text-align:center}.instrument-detail__image-container{display:flex;justify-content:center;margin-bottom:1rem;height:23rem;transition:transform .25s ease-in-out}.instrument-detail__image-container:hover{transform:scale(1.1)}.instrument-detail__image{object-fit:contain;border-radius:.5rem;height:100%}.instrument-detail__description{font-size:.875rem;color:#374151}.instrument-detail__info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.instrument-detail__info-item{display:flex;flex-direction:column;gap:.25rem}.instrument-detail__subtitle{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.instrument-detail__text{font-size:.875rem;color:#374151;line-height:1.5}.instrument-detail__year{font-size:.875rem;font-weight:600;color:#1f2937;margin-top:1rem}.instrument-card{border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a}.instrument-card__image-wrapper{background-color:#f0eded}.instrument-card__image{display:block;width:100%;height:auto;object-fit:contain}.instrument-card__content{padding:1rem;background-color:#fff}.instrument-card__title{font-size:1.25rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.instrument-card__button{margin:1rem 0 0;width:100%;padding:.8rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#d946ef);color:#fff;box-shadow:0 4px 12px 0 4px 14px 0 #8b5cf64d;text-align:center}.instrument-card__button:hover{background:linear-gradient(135deg,#a78bfa,#f0abfc);transform:translateY(-2px)}.instrument-card__button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.instrument-card__button--secondary{margin:.5rem 0 0;width:100%;padding:.8rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#ef4444,#f43f5e);color:#fff;box-shadow:0 4px 12px 0 4px 14px 0 #ef44444d;text-align:center}.instrument-card__button--secondary:hover{background:linear-gradient(135deg,#f87171,#fb7185);transform:translateY(-2px)}.instrument-card__button--secondary:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.list__filter-instrument{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.5rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:1rem auto 2rem;max-width:800px}.list__instruments{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;padding:2rem}.filter-instrument__button{padding:.8rem 1.8rem;border:2px solid transparent;border-radius:30px;background-color:#fff;color:#333;font-size:1rem;text-transform:uppercase;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.filter-instrument__button:hover,.filter-instrument__button:focus{background-color:#7c80ff;color:#fff;box-shadow:0 4px 12px #7c80ff66;transform:translateY(-2px)}.filter-instrument__button:active{transform:scale(.98);box-shadow:inset 0 2px 6px #0000001a}.filter-instrument__button--active{background-color:#7c80ff;color:#fff;box-shadow:0 0 0 3px #7c80ff4d}.list-instruments__title{text-align:center;margin:1rem 0 0}.droppable-zone{position:relative;width:45px;min-width:45px;height:240px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#161c2e66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px dashed rgba(251,191,36,.3);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}.droppable-zone__icon{color:#fbbf2499;transition:all .3s ease}.droppable-zone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(251,191,36,.2),transparent);opacity:0;transition:opacity .3s ease}.droppable-zone:hover{background:#161c2e99;border-color:#fbbf2499;transform:scaleY(1.05)}.droppable-zone:hover .droppable-zone__icon{color:#fbbf24;transform:scale(1.2)}.droppable-zone:hover:before{opacity:1}.droppable-zone.droppable-zone--active{background:#4f46e51a;border-color:#4f46e580;border-style:solid;transform:scale(1.05)}.droppable-zone.droppable-zone--active .droppable-zone__icon{color:#4f46e5}.droppable-zone.droppable-zone--valid{background:#10b98126;border-color:#10b981;box-shadow:0 0 20px #10b9814d}.droppable-zone.droppable-zone--valid .droppable-zone__icon{color:#10b981}@media (min-width: 640px){.droppable-zone{width:35px;min-width:35px;height:180px}.droppable-zone .droppable-zone__icon{transform:scale(.8)}}.draggable-instrument{width:160px;border-radius:1rem;background:#161c2e66;box-shadow:0 10px 20px #0006;cursor:grab;transition:all .3s ease;transform-origin:center;animation:pop-in .3s ease-out;margin:0 0 3.5rem}.draggable-instrument:hover{transform:scale(1.05);box-shadow:0 12px 25px #00000026;background:#ffffff14}.draggable-instrument__image{width:100%;object-fit:contain;background-color:#f9f9f9;transition:transform .3s ease;border-radius:1rem 1rem 0 0}.draggable-instrument__name{font-size:1.3rem;text-align:center;border-radius:0 0 1rem 1rem;padding:.7rem;font-weight:600;background-color:#fdfdfd;color:#000;border-top:1px solid rgba(255,255,255,.2)}@keyframes pop-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.card{min-width:170px;width:170px;height:240px;position:relative;transform-style:preserve-3d;perspective:1200px;border-radius:20px;margin:0 .75rem;cursor:pointer}.card--disabled{cursor:default;pointer-events:none;opacity:.8}.card__face{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;background:#161c2e;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;transition:border-color .3s ease,box-shadow .3s ease}.card__face--front{padding:1.25rem;align-items:center;justify-content:space-between}.card__face--back{padding:1.5rem;transform:rotateY(180deg);background:linear-gradient(135deg,#161c2e,#0e121d);justify-content:center;gap:1rem}.card__face:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(11,15,26,.4));pointer-events:none}.card__image-wrapper{width:100%;flex:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card__image-wrapper img{max-width:100%;max-height:120px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}.card__name{font-size:.9rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem}.card__data-mode{padding:.4rem 1rem;border-radius:10px;font-size:1.1rem;font-weight:800;font-family:Outfit,sans-serif;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 10px #0003;z-index:5}.card__info-group{display:flex;flex-direction:column;gap:.25rem}.card__info-group .label{font-size:.65rem;text-transform:uppercase;color:#64748b;letter-spacing:.1em;font-weight:800}.card__info-group .value{font-size:.85rem;color:#f8fafc;font-weight:600;line-height:1.4}.card__desc{font-size:.75rem;color:#cbd5e1;line-height:1.5;font-style:italic;opacity:.9}.card:hover:not(.card--disabled) .card__face{border-color:#fbbf2466;box-shadow:0 15px 35px #0006}@media (min-width: 640px){.card{min-width:130px;width:130px;height:180px}.card__image-wrapper img{max-height:80px}.card__name{font-size:.75rem}.card__data-mode{font-size:.9rem;padding:.25rem .6rem}}.timeline{min-height:100vh;padding-bottom:5rem}.timeline__section{display:flex;flex-direction:column;gap:3rem}.timeline__list-parameters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem 2rem;border-radius:24px;align-items:center}@media (max-width: 768px){.timeline__list-parameters{grid-template-columns:1fr}}.timeline__title{font-size:1.5rem;display:flex;flex-direction:column;gap:.25rem}.timeline__subtitle{font-family:Inter,sans-serif;font-size:.9rem;color:#64748b;font-weight:500}.timeline__list-parameters-text{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#cbd5e1;margin:0}.timeline__list-parameters-text span{color:#818cf8;font-size:1.2rem}.timeline__list-parameters-text svg{color:#64748b}.timeline__pause-btn{width:36px;height:36px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);color:#f8fafc;margin-left:1rem}.timeline__pause-btn:hover{background:#ffffff1a;border-color:#818cf8;color:#818cf8}.timeline__controls{display:flex;justify-content:flex-end;margin-top:-1.5rem}.timeline__music-toggle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.timeline__music-toggle.active{color:#fbbf24;box-shadow:0 0 15px #fbbf244d}.timeline__music-toggle.muted{color:#64748b}.timeline__game-area{min-height:300px;display:flex;justify-content:center;align-items:center}.timeline__play-zone{width:100%;display:flex;justify-content:center}.timeline__current-card{display:flex;flex-direction:column;align-items:center;gap:2rem}.timeline__hint{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border-radius:12px;max-width:400px}.timeline__hint p{margin:0;font-size:.95rem;font-weight:500;color:#cbd5e1}.timeline__hint .icon-gold{color:#fbbf24}.timeline__results{width:100%;max-width:600px;padding:4rem 3rem;border-radius:32px;display:flex;flex-direction:column;align-items:center;gap:2.5rem;text-align:center}.timeline__results .icon-gold{color:#fbbf24;filter:drop-shadow(0 0 15px rgba(251,191,36,.4))}.timeline__results-title{font-size:3.5rem}.timeline__results-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%}.timeline__results-grid .result-item{display:flex;flex-direction:column;gap:.5rem;background:#ffffff08;padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.timeline__results-grid .result-item .label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700}.timeline__results-grid .result-item .value{font-size:1.5rem;font-weight:800;color:#f8fafc}.timeline__results-grid .result-item:last-child:nth-child(odd){grid-column:span 2}.timeline__results-actions{display:flex;gap:1.5rem;width:100%}.timeline__results-actions button,.timeline__results-actions a{flex:1;padding:1.25rem;border-radius:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:Outfit,sans-serif;text-transform:uppercase;font-size:.9rem}.timeline__results-actions .btn-primary{background:#4f46e5;color:#fff;box-shadow:0 0 20px #4f46e566}.timeline__results-actions .btn-primary:hover{background:#818cf8;transform:translateY(-3px)}.timeline__results-actions .btn-secondary{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#f8fafc}.timeline__results-actions .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.timeline__dropzones{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:2rem 0}.settings{min-height:100vh;padding-bottom:5rem}.settings__section{display:flex;flex-direction:column;gap:3rem}.settings__title-wrapper{text-align:center;margin-bottom:1rem}.settings__title{margin-bottom:.5rem}.settings__subtitle{color:#64748b;font-size:1.1rem;font-weight:500}.settings__content{display:flex;flex-direction:column;gap:4rem;width:100%;max-width:1000px;margin:0 auto}.settings__group{display:flex;flex-direction:column;gap:2rem}.settings__group-title{font-size:1.5rem;color:#f8fafc;display:flex;align-items:center;gap:.75rem}.settings__group-title svg{color:#fbbf24}.settings__group-title:after{content:"";flex:1;height:1px;background:linear-gradient(to right,rgba(255,255,255,.1),transparent);margin-left:1rem}.settings__instrument-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;list-style:none;padding:0}@media (max-width: 640px){.settings__instrument-list{grid-template-columns:1fr}}.settings__instrument-radio{display:none}.settings__instrument-radio:checked+.settings__instrument-card{border-color:#fbbf24;box-shadow:0 0 15px #fbbf244d;transform:translateY(-8px)}.settings__instrument-radio:checked+.settings__instrument-card .settings__instrument-icon{color:#fbbf24;transform:scale(1.1)}.settings__instrument-radio:checked+.settings__instrument-card:before{opacity:.2}.settings__instrument-card{background:#161c2e66;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.settings__instrument-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#fbbf24,transparent);opacity:0;transition:opacity .4s ease;z-index:0}.settings__instrument-card:hover{background:#ffffff14;border-color:#fbbf2480;transform:translateY(-5px)}.settings__instrument-icon{width:64px;height:64px;background:#0b0f1a80;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .3s ease;z-index:1}.settings__instrument-label{font-size:1.25rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:1;text-align:center}.settings__instrument-desc{font-size:.9rem;color:#64748b;text-align:center;line-height:1.5;z-index:1}.settings__difficulty-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;list-style:none;padding:0}@media (max-width: 1024px){.settings__difficulty-list{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.settings__difficulty-list{grid-template-columns:1fr}}.settings__difficulty-radio{display:none}.settings__difficulty-radio:checked+.settings__difficulty-button{border-color:#4f46e5;box-shadow:0 0 20px #4f46e566;background:#4f46e51a}.settings__difficulty-radio:checked+.settings__difficulty-button .settings__difficulty-label{color:#fff}.settings__difficulty-button{background:#161c2e66;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.settings__difficulty-button:hover{background:#ffffff14;transform:scale(1.02)}.settings__difficulty-label{font-size:1rem;font-weight:700;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em}.settings__difficulty-info{font-size:.8rem;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:.25rem}.settings__custom-options{background:#161c2e80;border-radius:24px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 768px){.settings__custom-options{grid-template-columns:1fr}}.settings__parameter-item{display:flex;flex-direction:column;gap:1.25rem}.settings__label{font-size:.9rem;font-weight:700;color:#cbd5e1;display:flex;justify-content:space-between;align-items:center}.settings__label span{color:#fbbf24;background:#fbbf241a;padding:.2rem .6rem;border-radius:6px;font-family:Outfit,sans-serif}.settings__input-group{display:flex;flex-direction:column;gap:1rem}.settings__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:#ffffff1a;border-radius:3px;outline:none}.settings__range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#fbbf24;border-radius:50%;cursor:pointer;box-shadow:0 0 10px #fbbf2466;border:3px solid #0b0f1a;transition:all .2s ease}.settings__range::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 20px #fbbf2499}.settings__checkbox-wrapper{display:flex;align-items:center;gap:1rem;background:#ffffff08;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.settings__checkbox-wrapper:hover{background:#ffffff0f}.settings__checkbox-wrapper.active{border-color:#fbbf2480;background:#fbbf240d}.settings__checkbox-wrapper.active .settings__checkbox-label{color:#fff}.settings__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border:2px solid rgba(255,255,255,.1);border-radius:6px;position:relative;cursor:pointer;transition:all .3s ease}.settings__checkbox:checked{background:#fbbf24;border-color:#fbbf24}.settings__checkbox:checked:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#0b0f1a;font-weight:900;font-size:14px}.settings__checkbox-label{font-size:.9rem;font-weight:600;color:#64748b}.settings__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#161c2e66;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);padding:2rem 3rem;border-radius:24px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;position:sticky;bottom:2rem;z-index:50}@media (max-width: 768px){.settings__footer{flex-direction:column;text-align:center;padding:2rem}}.settings__recap{display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;padding:0;margin:0}@media (max-width: 768px){.settings__recap{justify-content:center}}.settings__recap li{display:flex;flex-direction:column;gap:.25rem}.settings__recap li span{font-size:.7rem;text-transform:uppercase;color:#64748b;font-weight:800;letter-spacing:.1em}.settings__recap li strong{font-size:1rem;color:#f8fafc;font-family:Outfit,sans-serif}.settings__start-button{background:#4f46e5;color:#fff;padding:1.25rem 3rem;border-radius:16px;font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;box-shadow:0 0 20px #4f46e566;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.75rem}.settings__start-button:hover{background:#818cf8;transform:translateY(-4px) scale(1.02);box-shadow:0 10px 40px #4f46e599}.settings__start-button:active{transform:translateY(-2px)}.admin{display:flex;justify-content:center;align-items:center}.admin__section{max-width:550px;width:100%;background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 0 15px #0000000d;height:fit-content}.admin__title{text-align:center;font-size:1.8rem;margin:0 0 2rem;color:#000}.admin__form{display:flex;flex-direction:column}.admin__legend{font-weight:700;margin:0 0 1rem;font-size:1.2rem}.admin__list{margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.admin__item{display:flex;flex-direction:column}.admin__label{font-weight:500;margin:0 0 .5rem}.admin__input{padding:.75rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem}.admin__input:focus{outline:2px solid #5c6ac4}.admin__buttons{display:flex;justify-content:space-between;gap:1rem}.admin__button{padding:.75rem 1.5rem;font-weight:700;font-size:1rem;border-radius:.5rem;transition:background-color .2s ease}.admin__button--reset{width:100%;padding:.8rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#475569,#94a3b8);color:#fff;box-shadow:0 4px 12px 0 4px 14px 0 #64748b4d;text-align:center}.admin__button--reset:hover{background:linear-gradient(135deg,#64748b,#cbd5e1);transform:translateY(-2px)}.admin__button--reset:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.admin__button--submit{width:100%;padding:.8rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#0ea5e9);color:#fff;box-shadow:0 4px 12px 0 4px 14px 0 #3b82f64d;text-align:center}.admin__button--submit:hover{background:linear-gradient(135deg,#60a5fa,#38bdf8);transform:translateY(-2px)}.admin__button--submit:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.admin__button-item--submit{width:100%}.hub{padding:2rem}.hub__section{max-width:600px;margin:0 auto;border-radius:12px;padding:2rem;box-shadow:0 0 10px #0000000d;text-align:center;height:fit-content;background-color:#fff}.hub__title{font-size:2rem;margin:0 0 .5rem}.hub__subtitle{margin-bottom:0 0 2rem 0}.hub__list{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:1rem 0 0}.hub__item{flex:1 1 auto}.hub__button{width:100%;padding:.8rem 1.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;text-transform:uppercase;border:none;transition:all .3s ease;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#0ea5e9);color:#fff;box-shadow:0 4px 12px 0 4px 14px 0 #3b82f64d;text-align:center}.hub__button:hover{background:linear-gradient(135deg,#60a5fa,#38bdf8);transform:translateY(-2px)}.hub__button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.instrument-edit{padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;transition:all .3s ease-in-out;border:2px solid black;margin:1rem 0}.instrument-edit__title{font-size:1.5rem;margin-bottom:1rem}.instrument-edit__form{display:flex;flex-direction:column;gap:1rem}.instrument-edit__list{display:flex;flex-direction:column;gap:.8rem}.instrument-edit__item{display:flex;flex-direction:column}.instrument-edit__label{font-weight:600;font-size:.875rem;margin:0 0 .2rem}.instrument-edit__input,.instrument-edit__textarea{padding:.75rem;border:1px solid #ccc;border-radius:.375rem;font-size:1rem;transition:border .2s}.instrument-edit__input:focus,.instrument-edit__textarea:focus{border-color:#4f46e5;outline:none}.instrument-edit__input{height:2.4rem}.instrument-edit__textarea{resize:vertical;height:7rem}.instrument-edit__actions{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 0}.instrument-edit__button{padding:.5rem 1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-weight:600;transition:background-color .3s ease}.instrument-edit__button--submit{background-color:#4f46e5;color:#fff}.instrument-edit__button--submit:hover{background-color:#4338ca}.instrument-edit__button--cancel{background-color:#4b5563;color:#fff}.instrument-edit__button--cancel:hover{background-color:#374151}.instrument-edit__button--delete{background-color:#dc2626;color:#fff}.instrument-edit__button--delete:hover{background-color:#b91c1c}.user-edit{padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;transition:all .3s ease-in-out;border:2px solid black;margin:1rem 0}.user-edit__title{font-size:1.5rem;margin-bottom:1rem}.user-edit__form{display:flex;flex-direction:column;gap:1rem}.user-edit__list{display:flex;flex-direction:column;gap:.8rem}.user-edit__item{display:flex;flex-direction:column}.user-edit__label{font-weight:600;font-size:.875rem;margin:0 0 .2rem}.user-edit__input{padding:.75rem;border:1px solid #ccc;border-radius:.375rem;font-size:1rem;transition:border .2s;height:2.4rem}.user-edit__input:focus{border-color:#4f46e5;outline:none}.user-edit__actions{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;flex-wrap:wrap;gap:.5rem}.user-edit__button{padding:.5rem 1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-weight:600;transition:background-color .3s ease}.user-edit__button--submit{background-color:#4f46e5;color:#fff}.user-edit__button--submit:hover{background-color:#4338ca}.user-edit__button--cancel{background-color:#4b5563;color:#fff}.user-edit__button--cancel:hover{background-color:#374151}.user-edit__button--delete{background-color:#dc2626;color:#fff}.user-edit__button--delete:hover{background-color:#b91c1c}.instrument-manage{display:flex;gap:1.5rem;padding:1rem}@media (min-width: 1024px){.instrument-manage{flex-direction:row}}.instrument-manage__section{flex:1;min-width:0;width:100%}@media (min-width: 1024px){.instrument-manage__section--editing{width:66.66%}}.instrument-manage__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.instrument-manage__aside{width:100%;max-width:33.33%;position:sticky;top:0;height:100vh;align-self:flex-start;overflow:hidden;transition:all .3s ease-in-out;overflow-y:auto}.instrument-manage__aside--visible{width:100%}@media (min-width: 1024px){.instrument-manage__aside--visible{width:33.33%}}.instrument-manage__aside--hidden{width:0}.user-card{border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a}.user-card__images-container{position:relative;height:20rem;overflow:hidden;background-color:#f0f0f0}.user-card__banner-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.user-card__profile-picture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:50%;border:.3rem solid white;object-fit:cover;box-shadow:0 0 10px #00000026;background-color:#fff;z-index:10}.user-card__image-wrapper{height:20rem;overflow:hidden}.user-card__image{width:100%;height:100%;object-fit:contain;object-position:top}.user-card__content{padding:1rem;background-color:#fff}.user-card__name{font-size:1.25rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__button{margin-top:.5rem;padding:.5rem 1rem;font-weight:500;border-radius:10px;border:2px solid;transition:all .3s ease-in-out;box-shadow:0 2px 4px #0000001a;transform:scale(1);color:#2563eb;border-color:#2563eb}.user-card__button:hover{transform:scale(1.05);background-color:#2563eb;color:#fff}.list__users{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;padding:2rem}.user-manage{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;height:100%}@media (min-width: 1024px){.user-manage{flex-direction:row}}.user-manage__section{flex:1;min-width:0;width:100%}@media (min-width: 1024px){.user-manage__section--editing{width:66.66%}}.user-manage__title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.user-manage__aside{transition:all .3s ease-in-out;overflow:hidden;height:100vh;align-self:flex-start;position:sticky;top:0;overflow-y:auto}.user-manage__aside--visible{width:100%}@media (min-width: 1024px){.user-manage__aside--visible{width:33.33%}}.user-manage__aside--hidden{width:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0b0f1a}::-webkit-scrollbar-thumb{background:#4f46e533;border-radius:10px;border:3px solid #0b0f1a}::-webkit-scrollbar-thumb:hover{background:#4f46e5}::selection{background-color:#fbbf24;color:#0b0f1a}html,*{scroll-behavior:smooth;box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background-color:#0b0f1a;background-image:radial-gradient(circle at 20% 20%,rgba(79,70,229,.15) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(219,39,119,.1) 0%,transparent 40%),radial-gradient(circle at 50% 50%,#161c2e80,#0b0f1a);background-attachment:fixed;color:#f8fafc;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{display:flex;flex-direction:column;min-height:100vh}header{flex-shrink:0;z-index:1000}main{flex:1 0 auto;position:relative;padding-top:100px}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:700;margin:0;line-height:1.1;color:#f8fafc}h1{font-size:clamp(3rem,10vw,5.5rem);letter-spacing:-.01em}h2{font-family:Outfit,sans-serif;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:600;color:#cbd5e1}p,input,button,a,label{font-family:Inter,sans-serif;font-size:1rem}a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}button{cursor:pointer;border:none;background:none;outline:none;transition:all .3s ease}ul{list-style:none;padding:0;margin:0}.glass{background:#161c2e66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}ul,li,ol{list-style-type:none;list-style:none}button,input,dialog{border:none}input{outline:none}button{background:transparent}a{text-decoration:none}select::-ms-expand{display:none}fieldset{border:none}
