.AuthModal-module-scss-module__UaozQa__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s AuthModal-module-scss-module__UaozQa__fadeIn;display:flex;position:fixed;inset:0}.AuthModal-module-scss-module__UaozQa__modal{background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border:2px solid gold;border-radius:16px;width:100%;max-width:420px;padding:2rem;animation:.3s AuthModal-module-scss-module__UaozQa__slideUp;position:relative;box-shadow:0 20px 60px #00000080,0 0 40px #ffd7001a}@media (max-width:480px){.AuthModal-module-scss-module__UaozQa__modal{margin:.5rem;padding:1.5rem}}.AuthModal-module-scss-module__UaozQa__closeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.25rem;line-height:1;transition:all .2s;position:absolute;top:1rem;right:1rem}.AuthModal-module-scss-module__UaozQa__closeButton:hover{color:gold;transform:scale(1.1)}.AuthModal-module-scss-module__UaozQa__header{text-align:center;margin-bottom:1.5rem}.AuthModal-module-scss-module__UaozQa__title{color:gold;text-shadow:2px 2px 4px #00000080;margin:0;font-size:1.5rem;font-weight:700}.AuthModal-module-scss-module__UaozQa__tabs{background:#0000004d;border-radius:10px;gap:.5rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.AuthModal-module-scss-module__UaozQa__tab{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s}.AuthModal-module-scss-module__UaozQa__tab:hover{color:#fffc;background:#ffffff0d}.AuthModal-module-scss-module__UaozQa__tabActive{color:#0a0a0a;background:linear-gradient(135deg,gold 0%,orange 100%);font-weight:700}.AuthModal-module-scss-module__UaozQa__tabActive:hover{color:#0a0a0a}.AuthModal-module-scss-module__UaozQa__form{flex-direction:column;gap:1rem;display:flex}.AuthModal-module-scss-module__UaozQa__field{flex-direction:column;gap:.375rem;display:flex}.AuthModal-module-scss-module__UaozQa__field label{color:#ffffffb3;font-size:.875rem;font-weight:500}.AuthModal-module-scss-module__UaozQa__field input{color:#fff;background:#0006;border:2px solid #64646466;border-radius:8px;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.AuthModal-module-scss-module__UaozQa__field input::placeholder{color:#ffffff4d}.AuthModal-module-scss-module__UaozQa__field input:focus{border-color:gold;outline:none;box-shadow:0 0 0 3px #ffd7001a}.AuthModal-module-scss-module__UaozQa__field input:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module-scss-module__UaozQa__checkbox{background:#ffd7000d;border:1px solid #ffd70033;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.AuthModal-module-scss-module__UaozQa__checkbox input[type=checkbox]{cursor:pointer;accent-color:gold;width:18px;height:18px;margin-top:2px}.AuthModal-module-scss-module__UaozQa__checkbox label{cursor:pointer;flex-direction:column;gap:.25rem;display:flex}.AuthModal-module-scss-module__UaozQa__checkboxLabel{color:#ffffffe6;font-size:.9375rem;font-weight:500}.AuthModal-module-scss-module__UaozQa__checkboxHint{color:#ffffff80;font-size:.8125rem}.AuthModal-module-scss-module__UaozQa__error{color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.AuthModal-module-scss-module__UaozQa__submitButton{color:#0a0a0a;cursor:pointer;background:linear-gradient(135deg,gold 0%,orange 100%);border:none;border-radius:8px;margin-top:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:all .2s}.AuthModal-module-scss-module__UaozQa__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffd7004d}.AuthModal-module-scss-module__UaozQa__submitButton:active:not(:disabled){transform:translateY(0)}.AuthModal-module-scss-module__UaozQa__submitButton:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module-scss-module__UaozQa__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.AuthModal-module-scss-module__UaozQa__divider:before,.AuthModal-module-scss-module__UaozQa__divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.AuthModal-module-scss-module__UaozQa__divider span{color:#fff6;white-space:nowrap;font-size:.8125rem}.AuthModal-module-scss-module__UaozQa__googleButton{color:#333;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.AuthModal-module-scss-module__UaozQa__googleButton:hover:not(:disabled){background:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.AuthModal-module-scss-module__UaozQa__googleButton:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module-scss-module__UaozQa__googleIcon{width:20px;height:20px}.AuthModal-module-scss-module__UaozQa__switchMode{text-align:center;color:#ffffff80;margin-top:1.5rem;margin-bottom:0;font-size:.875rem}.AuthModal-module-scss-module__UaozQa__switchMode button{color:gold;cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0}.AuthModal-module-scss-module__UaozQa__switchMode button:hover{text-decoration:underline}@keyframes AuthModal-module-scss-module__UaozQa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AuthModal-module-scss-module__UaozQa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.YugiohHeader-module-scss-module__mAvlsG__header{z-index:10;background:#000;border-bottom:3px solid gold;position:relative}.YugiohHeader-module-scss-module__mAvlsG__header:after{content:"";background:linear-gradient(90deg,#0000 0%,gold 20% 80%,#0000 100%);height:3px;position:absolute;bottom:-3px;left:0;right:0}.YugiohHeader-module-scss-module__mAvlsG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__container{flex-direction:column;gap:1rem;padding:1rem}}.YugiohHeader-module-scss-module__mAvlsG__logo{padding:.75rem 0}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__logo{text-align:center;padding:.5rem 0}}.YugiohHeader-module-scss-module__mAvlsG__logoLink{color:inherit;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s;display:flex}.YugiohHeader-module-scss-module__mAvlsG__logoLink:hover{transform:translateY(-1px)}.YugiohHeader-module-scss-module__mAvlsG__logoLink:hover .YugiohHeader-module-scss-module__mAvlsG__title{color:#ffd700e6}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__logoLink{flex-direction:column;gap:.5rem}}.YugiohHeader-module-scss-module__mAvlsG__titleGroup{flex-direction:column;gap:.125rem;display:flex}.YugiohHeader-module-scss-module__mAvlsG__title{color:gold;text-shadow:2px 2px 4px #00000080;letter-spacing:.5px;font-size:1.5rem;font-weight:800;font-family:var(--font-yugioh),"Crimson Text",serif;margin:0;transition:color .3s}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__title{text-align:center;font-size:1.25rem}}.YugiohHeader-module-scss-module__mAvlsG__titleIcon{filter:drop-shadow(2px 2px 4px #00000080);flex-shrink:0;justify-content:center;align-items:center;display:flex}.YugiohHeader-module-scss-module__mAvlsG__titleIcon img{-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__titleIcon img{width:36px;height:36px}}.YugiohHeader-module-scss-module__mAvlsG__centerLogo{flex:1;justify-content:center;align-items:center;display:flex}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__centerLogo{display:none}}.YugiohHeader-module-scss-module__mAvlsG__yugiohLogoCenter{width:auto;height:60px;transition:all .3s}.YugiohHeader-module-scss-module__mAvlsG__yugiohLogoCenter:hover{transform:scale(1.05)}.YugiohHeader-module-scss-module__mAvlsG__subtitle{color:#ffffffb3;margin:0;font-size:.875rem;font-weight:400;line-height:1.4}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__subtitle{text-align:center;font-size:.8125rem}}.YugiohHeader-module-scss-module__mAvlsG__authSection{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__authSection{flex-direction:column;width:100%}}.YugiohHeader-module-scss-module__mAvlsG__languageToggle{background:#0a0a0ae6;border:2px solid gold;border-radius:8px;gap:.5rem;padding:.25rem;display:flex}.YugiohHeader-module-scss-module__mAvlsG__langButton{color:#ffffff80;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border:2px solid #0000;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s}.YugiohHeader-module-scss-module__mAvlsG__langButton:hover{color:gold;background:#ffd70026;border-color:#ffd7004d;transform:translateY(-1px)}.YugiohHeader-module-scss-module__mAvlsG__langButton:active{transform:translateY(0)scale(.98)}.YugiohHeader-module-scss-module__mAvlsG__langButtonActive{color:#0a0a0a;background:linear-gradient(135deg,gold 0%,orange 100%);border-color:gold;font-weight:800}.YugiohHeader-module-scss-module__mAvlsG__langButtonActive:hover{color:#0a0a0a;background:linear-gradient(135deg,orange 0%,gold 100%);transform:translateY(-1px)}.YugiohHeader-module-scss-module__mAvlsG__authInfo{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__authInfo{justify-content:center;width:100%}}.YugiohHeader-module-scss-module__mAvlsG__authBadge{color:#22c55e;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(135deg,#22c55e33 0%,#10b98133 100%);border:2px solid #22c55e;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:700}.YugiohHeader-module-scss-module__mAvlsG__btnAdminIcon{color:gold;cursor:pointer;z-index:10;background:#ffd7001a;border:2px solid #ffd7004d;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;padding:.5rem;font-size:1.25rem;transition:all .2s;display:flex;position:relative}.YugiohHeader-module-scss-module__mAvlsG__btnAdminIcon:hover{background:#ffd70033;border-color:gold;transform:scale(1.05)}.YugiohHeader-module-scss-module__mAvlsG__btnAdminIcon:active{transform:scale(.95)}.YugiohHeader-module-scss-module__mAvlsG__btnLogin,.YugiohHeader-module-scss-module__mAvlsG__btnLogout{color:#0a0a0a;cursor:pointer;z-index:10;letter-spacing:.5px;background:linear-gradient(135deg,gold 0%,orange 100%);border:2px solid gold;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:800;transition:all .2s;position:relative}.YugiohHeader-module-scss-module__mAvlsG__btnLogin:hover,.YugiohHeader-module-scss-module__mAvlsG__btnLogout:hover{background:linear-gradient(135deg,orange 0%,gold 100%);transform:translateY(-1px)}.YugiohHeader-module-scss-module__mAvlsG__btnLogin:active,.YugiohHeader-module-scss-module__mAvlsG__btnLogout:active{transform:translateY(0)scale(.98)}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__btnLogin,.YugiohHeader-module-scss-module__mAvlsG__btnLogout{width:100%}}.YugiohHeader-module-scss-module__mAvlsG__btnLogout{color:#fff;background:linear-gradient(135deg,#ef4444e6 0%,#dc2626e6 100%);border:2px solid #ef4444}.YugiohHeader-module-scss-module__mAvlsG__btnLogout:hover{background:linear-gradient(135deg,#dc2626e6 0%,#ef4444e6 100%)}.YugiohHeader-module-scss-module__mAvlsG__loadingAuth{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.YugiohHeader-module-scss-module__mAvlsG__spinner{border:2px solid #ffd70033;border-top-color:gold;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite YugiohHeader-module-scss-module__mAvlsG__spin}@keyframes YugiohHeader-module-scss-module__mAvlsG__spin{to{transform:rotate(360deg)}}.YugiohHeader-module-scss-module__mAvlsG__userSection{position:relative}.YugiohHeader-module-scss-module__mAvlsG__userButton{cursor:pointer;background:#ffd7001a;border:2px solid #ffd7004d;border-radius:50px;align-items:center;gap:.5rem;padding:.375rem .75rem;transition:all .2s;display:flex}.YugiohHeader-module-scss-module__mAvlsG__userButton:hover{background:#ffd70033;border-color:gold}.YugiohHeader-module-scss-module__mAvlsG__userAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:32px;height:32px}.YugiohHeader-module-scss-module__mAvlsG__userInitials{color:#0a0a0a;background:linear-gradient(135deg,gold 0%,orange 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.YugiohHeader-module-scss-module__mAvlsG__userName{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.875rem;font-weight:600;overflow:hidden}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__userName{display:none}}.YugiohHeader-module-scss-module__mAvlsG__chevron{color:#ffffff80;font-size:.625rem;transition:transform .2s}.YugiohHeader-module-scss-module__mAvlsG__userMenu{z-index:100;background:linear-gradient(135deg,#1a1a1a 0%,#0a0a0a 100%);border:2px solid gold;border-radius:12px;min-width:200px;animation:.2s YugiohHeader-module-scss-module__mAvlsG__slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 40px #00000080}@keyframes YugiohHeader-module-scss-module__mAvlsG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.YugiohHeader-module-scss-module__mAvlsG__userMenuHeader{background:#0000004d;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.YugiohHeader-module-scss-module__mAvlsG__userMenuEmail{color:#fff9;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;overflow:hidden}.YugiohHeader-module-scss-module__mAvlsG__adminBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#7b2cbf 0%,#5a1f8c 100%);border-radius:4px;flex-shrink:0;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.YugiohHeader-module-scss-module__mAvlsG__userMenuDivider{background:#ffd70033;height:1px}.YugiohHeader-module-scss-module__mAvlsG__userMenuItem{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s;display:flex;color:#fff!important;text-decoration:none!important}.YugiohHeader-module-scss-module__mAvlsG__userMenuItem:hover{background:#ffd7001a;color:gold!important}.YugiohHeader-module-scss-module__mAvlsG__userMenuItem:visited{color:#fff!important}.YugiohHeader-module-scss-module__mAvlsG__adminMenuItem{background:#7b2cbf1a;border-left:3px solid #7b2cbf}.YugiohHeader-module-scss-module__mAvlsG__adminMenuItem:hover{background:#7b2cbf33;color:#a855f7!important}.YugiohHeader-module-scss-module__mAvlsG__nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:linear-gradient(135deg,#0a0a0af2 0%,#141414f2 100%);border-top:2px solid #ffd7004d;overflow-x:auto;box-shadow:inset 0 2px 8px #0006}.YugiohHeader-module-scss-module__mAvlsG__nav::-webkit-scrollbar{display:none}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__nav{-webkit-mask-image:linear-gradient(90deg,#000 0 calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#000 0 calc(100% - 32px),#0000 100%)}}.YugiohHeader-module-scss-module__mAvlsG__nav .YugiohHeader-module-scss-module__mAvlsG__container{justify-content:flex-start;gap:0;padding:0}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__nav .YugiohHeader-module-scss-module__mAvlsG__container{flex-direction:row}}.YugiohHeader-module-scss-module__mAvlsG__navLink{white-space:nowrap;cursor:pointer;z-index:1;letter-spacing:.5px;background:0 0;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;position:relative;color:#fff!important;text-decoration:none!important}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__navLink{padding:.75rem 1rem;font-size:.8125rem}}.YugiohHeader-module-scss-module__mAvlsG__navLink:visited{color:#fff!important}.YugiohHeader-module-scss-module__mAvlsG__navLink:hover{background:linear-gradient(#ffd70026 0%,#ffd7000d 100%);border-bottom-color:#ffd70080;transform:translateY(-1px);color:gold!important}.YugiohHeader-module-scss-module__mAvlsG__navLinkActive{background:linear-gradient(#ffd70033 0%,#ffd7001a 100%);border-bottom-color:gold;font-weight:800;color:#fff!important}.YugiohHeader-module-scss-module__mAvlsG__navIcon{font-size:1.25rem}@media (max-width:768px){.YugiohHeader-module-scss-module__mAvlsG__navIcon{font-size:1.125rem}}.YugiohHeader-module-scss-module__mAvlsG__modal{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s YugiohHeader-module-scss-module__mAvlsG__fadeIn;display:flex;position:fixed;inset:0}.YugiohHeader-module-scss-module__mAvlsG__modalContent{z-index:10000;width:100%;max-width:400px;position:relative}@keyframes YugiohHeader-module-scss-module__mAvlsG__fadeIn{0%{opacity:0}to{opacity:1}}
.YugiohFooter-module-scss-module__xJSQKa__footer{color:#ffffffe6;background:linear-gradient(135deg,#0a0a0afa 0%,#1a1a1afa 50%,#0a0a0afa 100%);border-top:3px solid gold;margin-top:auto;position:relative}.YugiohFooter-module-scss-module__xJSQKa__footer:before{content:"";background:linear-gradient(90deg,#0000 0%,gold 20% 80%,#0000 100%);height:3px;position:absolute;top:-3px;left:0;right:0}.YugiohFooter-module-scss-module__xJSQKa__container{max-width:1400px;margin:0 auto;padding:1.5rem 1.5rem 1rem}@media (max-width:768px){.YugiohFooter-module-scss-module__xJSQKa__container{padding:1rem 1rem .75rem}}.YugiohFooter-module-scss-module__xJSQKa__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:968px){.YugiohFooter-module-scss-module__xJSQKa__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.YugiohFooter-module-scss-module__xJSQKa__section{text-align:center}}.YugiohFooter-module-scss-module__xJSQKa__heading{color:gold;text-shadow:2px 2px 4px #00000080;letter-spacing:.5px;text-transform:uppercase;margin:0 0 .75rem;font-size:1rem;font-weight:800}.YugiohFooter-module-scss-module__xJSQKa__text{color:#fffc;margin:0;font-size:.875rem;line-height:1.6}.YugiohFooter-module-scss-module__xJSQKa__links{flex-direction:column;gap:.625rem;display:flex}@media (max-width:968px){.YugiohFooter-module-scss-module__xJSQKa__links{align-items:center}}.YugiohFooter-module-scss-module__xJSQKa__link{padding:.25rem 0;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-block;position:relative;color:#fff!important;text-decoration:none!important}.YugiohFooter-module-scss-module__xJSQKa__link:after{content:"";background:linear-gradient(90deg,gold 0%,orange 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.YugiohFooter-module-scss-module__xJSQKa__link:visited{color:#fff!important}.YugiohFooter-module-scss-module__xJSQKa__link:hover{transform:translate(4px);color:gold!important}.YugiohFooter-module-scss-module__xJSQKa__link:hover:after{width:100%}@media (max-width:968px){.YugiohFooter-module-scss-module__xJSQKa__link:hover{transform:translate(0)scale(1.05)}}.YugiohFooter-module-scss-module__xJSQKa__logoColumn{justify-content:center;align-items:flex-start;padding-top:.5rem;display:flex}@media (max-width:968px){.YugiohFooter-module-scss-module__xJSQKa__logoColumn{justify-content:center;padding-top:0}}.YugiohFooter-module-scss-module__xJSQKa__yugiohLogo{opacity:.9;width:100%;max-width:180px;height:auto;transition:all .3s}.YugiohFooter-module-scss-module__xJSQKa__yugiohLogo:hover{opacity:1;transform:scale(1.05)}@media (max-width:968px){.YugiohFooter-module-scss-module__xJSQKa__yugiohLogo{max-width:200px}}.YugiohFooter-module-scss-module__xJSQKa__copyright{text-align:center;border-top:2px solid #ffd7004d;padding-top:1.25rem;position:relative}.YugiohFooter-module-scss-module__xJSQKa__copyright:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffd70080 50%,#0000 100%);width:50%;height:2px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.YugiohFooter-module-scss-module__xJSQKa__copyright p{color:#ffffffb3;margin:.375rem 0;font-size:.8125rem;font-weight:500}.YugiohFooter-module-scss-module__xJSQKa__disclaimer{font-style:italic;color:#ffffff80!important;font-size:.75rem!important}.YugiohFooter-module-scss-module__xJSQKa__homeLink{margin-top:.5rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;color:gold!important}.YugiohFooter-module-scss-module__xJSQKa__homeLink:hover{opacity:.8;text-decoration:underline}
@keyframes Toast-module-scss-module__elMDZq__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Toast-module-scss-module__elMDZq__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.Toast-module-scss-module__elMDZq__toast{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border:2px solid;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;min-width:300px;max-width:500px;padding:1rem 1.25rem;animation:.3s ease-out Toast-module-scss-module__elMDZq__slideInRight;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 8px 32px #0006}@media (max-width:768px){.Toast-module-scss-module__elMDZq__toast{min-width:auto;inset:auto 1rem 1rem}}.Toast-module-scss-module__elMDZq__toastContent{flex:1;align-items:center;gap:.75rem;display:flex}.Toast-module-scss-module__elMDZq__toastIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1rem;font-weight:700;display:flex}.Toast-module-scss-module__elMDZq__toastMessage{font-size:.9375rem;font-weight:600;line-height:1.4}.Toast-module-scss-module__elMDZq__toastClose{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;transition:all .2s;display:flex}.Toast-module-scss-module__elMDZq__toastClose:hover{color:#ffffffe6;background:#ffffff1a}.Toast-module-scss-module__elMDZq__success{border-color:#22c55e}.Toast-module-scss-module__elMDZq__success .Toast-module-scss-module__elMDZq__toastIcon{color:#22c55e;background:#22c55e33}.Toast-module-scss-module__elMDZq__success .Toast-module-scss-module__elMDZq__toastMessage{color:#fffffff2}.Toast-module-scss-module__elMDZq__error{border-color:#ef4444}.Toast-module-scss-module__elMDZq__error .Toast-module-scss-module__elMDZq__toastIcon{color:#ef4444;background:#ef444433}.Toast-module-scss-module__elMDZq__error .Toast-module-scss-module__elMDZq__toastMessage{color:#fffffff2}.Toast-module-scss-module__elMDZq__info{border-color:gold}.Toast-module-scss-module__elMDZq__info .Toast-module-scss-module__elMDZq__toastIcon{color:gold;background:#ffd70033}.Toast-module-scss-module__elMDZq__info .Toast-module-scss-module__elMDZq__toastMessage{color:#fffffff2}.Toast-module-scss-module__elMDZq__warning{border-color:#f59e0b}.Toast-module-scss-module__elMDZq__warning .Toast-module-scss-module__elMDZq__toastIcon{color:#f59e0b;background:#f59e0b33}.Toast-module-scss-module__elMDZq__warning .Toast-module-scss-module__elMDZq__toastMessage{color:#fffffff2}
@font-face{font-family:Crimson Text;font-style:normal;font-weight:700;font-display:swap;src:url(../media/150c9981d4a73e67-s.04a_~.3giqb3k.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Crimson Text;font-style:normal;font-weight:700;font-display:swap;src:url(../media/fdeb920f9c9b2114-s.0b.0s~k0vz~ik.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Crimson Text;font-style:normal;font-weight:700;font-display:swap;src:url(../media/96517858ba4c7305-s.p.0804re43tl1td.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Crimson Text Fallback;src:local(Times New Roman);ascent-override:97.5%;descent-override:36.01%;line-gap-override:0.0%;size-adjust:97.36%}.crimson_text_f9e1ea4-module__h2fA0q__className{font-family:Crimson Text,Crimson Text Fallback;font-style:normal;font-weight:700}.crimson_text_f9e1ea4-module__h2fA0q__variable{--font-yugioh:"Crimson Text", "Crimson Text Fallback"}
.yugioh-body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#0a0a0a;min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.yugioh-layout{color:#fff;background:#0a0a0a;flex-direction:column;min-height:100vh;display:flex;position:relative}.yugioh-layout:before,.yugioh-layout:after{content:"";pointer-events:none;z-index:0;width:calc(50vw - 700px);display:none;position:fixed;top:0;bottom:0}@media (min-width:1500px){.yugioh-layout:before,.yugioh-layout:after{display:block}}.yugioh-layout:before{background:url(/images/yugioh-sidebar-left.webp) 100%/cover no-repeat;left:0}.yugioh-layout:after{background:url(/images/yugioh-sidebar-right.webp) 0/cover no-repeat;right:0}.yugioh-layout h1,.yugioh-layout h2,.yugioh-layout h3,.yugioh-layout h4,.yugioh-layout h5,.yugioh-layout h6{color:gold}[data-theme=light] .yugioh-layout h1,[data-theme=light] .yugioh-layout h2,[data-theme=light] .yugioh-layout h3,[data-theme=light] .yugioh-layout h4,[data-theme=light] .yugioh-layout h5,[data-theme=light] .yugioh-layout h6{color:gold!important}.yugioh-main{z-index:1;background:linear-gradient(#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%);flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1.5rem;position:relative}@media (max-width:768px){.yugioh-main{padding:1.5rem 1rem}}.yugioh-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2acc;border:2px solid #64646480;border-radius:12px;padding:1.5rem;transition:all .3s}.yugioh-card:hover{border-color:gold;transform:translateY(-4px);box-shadow:0 8px 24px #ffd70033}@media (max-width:768px){.yugioh-card{padding:1rem}}.yugioh-button{color:#2a2a2a;cursor:pointer;background:linear-gradient(135deg,gold 0%,orange 100%);border:none;border-radius:8px;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 12px #ffd7004d}.yugioh-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffd70066}.yugioh-button:active{transform:translateY(0)}.yugioh-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.yugioh-button-secondary{color:gold;background:#64646480;border:2px solid #4a4a4a}.yugioh-button-secondary:hover{background:#646464b3;border-color:gold}.yugioh-input{color:#fff;background:#1a1a1acc;border:2px solid #64646480;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.yugioh-input:focus{border-color:gold;outline:none;box-shadow:0 0 0 3px #ffd7001a}.yugioh-input::placeholder{color:#fff6}.yugioh-heading{color:gold;text-shadow:2px 2px 4px #00000080;letter-spacing:1px;font-family:Bangers,cursive}.yugioh-text{color:#ffffffe6;line-height:1.6}.yugioh-text-muted{color:#fff9}.yugioh-badge{color:gold;background:#64646480;border:1px solid #ffd7004d;border-radius:9999px;padding:.375rem .875rem;font-size:.875rem;font-weight:600;display:inline-block}.yugioh-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;display:grid}@media (max-width:768px){.yugioh-grid{grid-template-columns:1fr;gap:1rem}}.yugioh-loading{color:gold;justify-content:center;align-items:center;padding:4rem 2rem;font-size:1.125rem;display:flex}.yugioh-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.yugioh-empty .icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.yugioh-empty h3{color:gold;margin:0 0 .5rem;font-size:1.5rem}.yugioh-empty p{color:#fff9;max-width:400px;margin:0}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.yugioh-skeleton{background:linear-gradient(90deg,#2a2a2a66 0%,#2a2a2acc 50%,#2a2a2a66 100%) 0 0/1000px 100%;border-radius:8px;animation:2s infinite shimmer}.yugioh-body ::-webkit-scrollbar{width:10px;height:10px}.yugioh-body ::-webkit-scrollbar-track{background:#1a1a1a}.yugioh-body ::-webkit-scrollbar-thumb{background:#4a4a4a;border-radius:5px}.yugioh-body ::-webkit-scrollbar-thumb:hover{background:#3a3a3a}
