#navbar-body{display:flex;position:fixed;top:0;width:100vw;height:70px;justify-content:space-between;border-bottom:1px solid #666;background:#08090cf2;box-shadow:0 6px 16px #00000061;z-index:1001}#navbar-body .item-slot{display:flex;width:fit-content;min-width:20px;height:100%;gap:1.5rem;margin:0 1.5rem 0 1rem;align-items:center;z-index:1000}#navbar-body a{display:flex;width:fit-content;height:100%;gap:.5rem;align-items:center;min-height:2.5rem;padding:0 .65rem;border:1px solid transparent;filter:none;transition:border-color .2s ease-out,background .2s ease-out}#navbar-body a:hover{border-color:#8f8f8f;background:#2d313a}#navbar-body .navbar-icon{height:35px;aspect-ratio:1/1;object-fit:contain;border-radius:25%}#navbar-body .navbar-icon.title{height:3.25rem}#navbar-body .item-slot p{color:#fff;font-size:1rem;font-weight:300;white-space:nowrap}#navbar-body .item-slot p.title{font-size:1.5rem;font-weight:600}#navbar-body .sidebar-toggle-btn{display:flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;padding:.25rem;border:1px solid #555;border-radius:0;background:#1b1e25;cursor:pointer;filter:drop-shadow(0 0 2px #000);-webkit-tap-highlight-color:transparent;transition:background .2s ease-out,border-color .2s ease-out,transform .2s ease-out}#navbar-body .sidebar-toggle-btn:hover{border-color:#ffd764;background:#55461f}#navbar-body .sidebar-toggle-btn:focus,#navbar-body .sidebar-toggle-btn:focus-visible,#navbar-body .sidebar-toggle-btn:active{outline:0}#navbar-body .sidebar-toggle-btn::-moz-focus-inner{outline:0}#navbar-body .sidebar-toggle-btn .navbar-icon{width:100%;height:100%;border-radius:0}#navbar-sidebar{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:4.4rem;height:100vh;gap:.6rem;padding:88px .55rem .7rem;border:1px solid #666;border-left:0;border-radius:0;background:#101216f5;box-shadow:0 16px 34px #0000005c;box-sizing:border-box;overflow:hidden;transition:width .25s ease-out,transform .25s ease-out,background .25s ease-out;z-index:1000}#navbar-sidebar.active{width:15rem;background:#101216fa}#navbar-sidebar a{display:flex;width:100%;min-height:2.55rem;gap:.65rem;padding:0;align-items:center;justify-content:center;color:#fff;border-radius:0;font-size:.9rem;font-weight:700;white-space:nowrap;box-sizing:border-box;border:1px solid transparent;background:transparent;transition:border-color .2s ease-out,background .2s ease-out}#navbar-sidebar.active a{justify-content:flex-start;padding:0 .75rem}#navbar-sidebar a:hover{border-color:#8f8f8f;background:#2d313a}#navbar-sidebar .navbar-icon{width:1.75rem;height:1.75rem;flex:0 0 auto;border-radius:0;object-fit:contain}#navbar-sidebar p{display:none;min-width:0;margin:0;color:#f5f8ff;overflow:hidden;text-overflow:ellipsis}#navbar-sidebar.active p{display:block}.sidebar-head-slot{display:flex;min-height:1.25rem;align-items:center;justify-content:center}.sidebar-head-slot span{display:none;color:#ffd764;font-size:.68rem;font-weight:900;letter-spacing:.08rem}#navbar-sidebar.active .sidebar-head-slot{justify-content:space-between}#navbar-sidebar.active .sidebar-head-slot span{display:block}.sidebar-close-btn{display:none;position:relative;width:1.45rem;height:1.45rem;padding:0;border:1px solid #555;border-radius:0;background:#1b1e25;cursor:pointer}#navbar-sidebar.active .sidebar-close-btn{display:block}.sidebar-close-btn:before,.sidebar-close-btn:after{content:"";position:absolute;top:50%;left:22%;width:56%;height:2px;border-radius:1px;background:#ffffffd1}.sidebar-close-btn:before{transform:rotate(45deg)}.sidebar-close-btn:after{transform:rotate(-45deg)}.sidebar-select-slot{display:none;width:100%}#navbar-sidebar.active .sidebar-select-slot{display:block}.sidebar-link-slot{display:flex;flex-direction:column;gap:.35rem;padding-top:.35rem;border-top:1px solid #494949}#navbar-sidebar:not(.active) .sidebar-link-slot{padding-top:0;border-top:0}.sidebar-bottom-slot{display:flex;flex-direction:column;gap:.45rem;margin-top:auto}.sidebar-profile-slot{min-height:5.1rem!important;border-top:1px solid #494949}#navbar-sidebar:not(.active) .sidebar-profile-slot{border-top:0}.sidebar-social-slot{display:grid;grid-template-columns:1fr;gap:.35rem;padding-top:.45rem;border-top:1px solid #494949}#navbar-sidebar.active .sidebar-social-slot{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar-social-slot a{min-height:2.2rem!important;padding:0!important;justify-content:center!important}.sidebar-social-slot a:hover{border-color:#ffd764!important;background:#55461f!important}.sidebar-social-slot .navbar-icon{width:1.35rem;height:1.35rem;aspect-ratio:1 / 1;border-radius:50%!important}@media(max-width:1024px){#navbar-body .item-slot{gap:.5rem;margin-right:.75rem}#navbar-body a:not(.title){padding:0 .45rem}#navbar-body a:not(.title) p{display:none}}@media(max-width:780px){#navbar-body a{display:none}#navbar-body a.title{display:flex}#navbar-body .item-slot p.title{font-size:1rem}#navbar-sidebar{top:.75rem;left:.75rem;width:14.5rem;height:calc(100vh - 1.5rem);padding:.85rem;border-left:1px solid rgba(255,255,255,.18);border-radius:0;transform:translate(calc(-100% - 1.5rem))}#navbar-sidebar.active{width:14.5rem;transform:translate(0)}#navbar-sidebar a{justify-content:flex-start;padding:0 .75rem}#navbar-sidebar p,#navbar-sidebar.active p,#navbar-sidebar .sidebar-select-slot,#navbar-sidebar.active .sidebar-select-slot{display:block}#navbar-sidebar .sidebar-head-slot{justify-content:space-between}#navbar-sidebar .sidebar-head-slot span,#navbar-sidebar.active .sidebar-head-slot span,#navbar-sidebar .sidebar-close-btn,#navbar-sidebar.active .sidebar-close-btn{display:block}#navbar-sidebar .sidebar-social-slot,#navbar-sidebar.active .sidebar-social-slot{display:grid}}@media(max-width:420px){#navbar-body .navbar-icon.title{height:2.25rem}}#footer-body{display:flex;position:static;width:calc(100% - 2rem);padding:.6rem 1rem;justify-content:space-between;align-items:center;border-top:1px solid #666;background:#101216f2;box-shadow:0 -6px 16px #00000061;transition:height .2s ease-out;z-index:1001}#footer-body .item-slot{display:flex;width:fit-content;min-width:20px;height:100%;gap:1rem;margin:0 1rem;color:#fff;align-items:center;white-space:pre;line-height:1.15rem;font-size:.72rem;filter:none}#footer-body a{display:flex;width:fit-content;height:fit-content;align-items:center;padding:.3rem;border:1px solid #555;background:#1b1e25;transition:border-color .2s ease-out,background .2s ease-out}#footer-body .footer-icon{height:30px;aspect-ratio:1/1;object-fit:contain;border-radius:0;background:#fff;box-shadow:none}#footer-body a:hover{border-color:#ffd764;background:#55461f}@media(max-width:560px){#footer-body{flex-direction:column-reverse;height:95px;padding-top:5px;padding-bottom:10px;align-items:center}#footer-body .item-slot{text-align:center}}#main-container{display:flex;flex-direction:column;width:calc(100vw - 4.4rem);height:fit-content;min-height:100vh;margin-left:4.4rem;padding-top:100px;padding-bottom:32px;box-sizing:border-box;overflow-x:hidden;transition:width .25s ease-out,margin-left .25s ease-out}footer{width:calc(100vw - 4.4rem);margin-left:4.4rem;box-sizing:border-box;transition:width .25s ease-out,margin-left .25s ease-out}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;color:#f4f7ff;background-color:#101216}body.page-home{background-image:url(/cardBg.jpg)}body.page-characters{background-image:url(/cardBg.jpg)}body.page-card{background-image:url(/cardBg.jpg)}body.page-card:before{content:"";position:fixed;inset:0;mix-blend-mode:overlay;opacity:.25;pointer-events:none;background:url(test.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}body.page-profile{background-image:url(/cardBg.jpg)}@media(max-width:780px){#main-container{width:100vw;margin-left:0;padding-top:80px}footer{width:100vw;margin-left:0}}.overlay-backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:1rem;box-sizing:border-box;background:#030407c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .15s ease-out}.overlay-panel{display:flex;flex-direction:column;width:min(75vw,70rem);min-width:min(45rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);aspect-ratio:120 / 89;overflow:hidden;border-radius:0;border:1px solid #8f8f8f;box-shadow:0 14px 38px #000000d9;background:#101216f5;color:#f4f7ff;font-size:1rem;animation:scaleIn .15s ease-out}.overlay-panel:has(.ocr-data-editor){width:min(92vw,70rem,calc((100dvh - 2rem) * 120 / 89));aspect-ratio:120 / 89}.overlay-panel:has(.ocr-data-editor) .overlay-body{overflow:hidden}.overlay-panel .overlay-header-text{min-width:0;overflow:hidden;color:#ffd764;font-size:1.05rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.overlay-header{display:flex;width:100%;min-height:3.25rem;align-items:center;justify-content:space-between;padding:.55rem .75rem .55rem 1rem;box-sizing:border-box;color:#fff;border-bottom:1px solid #666;background:#08090cf2;gap:.75rem}.overlay-body{display:flex;width:100%;min-width:0;min-height:0;flex:1;padding:1rem;box-sizing:border-box;overflow:auto;scrollbar-color:#777 #17191e}.overlay-close-btn{display:flex;position:relative;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;align-items:center;justify-content:center;border:1px solid #555;border-radius:0;background:#1b1e25;cursor:pointer;transition:border-color .2s ease-out,background .2s ease-out}.overlay-close-btn:before,.overlay-close-btn:after{content:"";position:absolute;width:55%;height:2px;background:#f4f7ff}.overlay-close-btn:before{transform:rotate(45deg)}.overlay-close-btn:after{transform:rotate(-45deg)}.overlay-close-btn:hover,.overlay-close-btn:focus-visible{outline:none;border-color:#ffd764;background:#55461f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:1024px){.overlay-panel{width:min(92vw,70rem);min-width:0;aspect-ratio:auto}}@media(max-width:560px){.overlay-backdrop{padding:.5rem}.overlay-panel{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem)}.overlay-header{min-height:3rem;padding-left:.75rem}.overlay-panel .overlay-header-text{font-size:.92rem}.overlay-body{padding:.65rem}}.character-slot{display:flex;position:relative;flex-direction:column;width:180px;min-width:180px;height:240px;min-height:240px;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(#4d4d4d,#d8d8d8,#fff,#d8d8d8,#4d4d4d);border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem;filter:drop-shadow(4px 6px 4px #00000055);transition:width .3s ease-out,height .3s ease-out,transform .3s ease-out}.character-slot:hover,.character-slot:focus{border:0;outline:none;text-decoration:none;transform:scale(1.05)}.character-slot.elite{background:linear-gradient(45deg,#a47a1e,#d3a84c,#ffec94,#e6be69,#ffd87c,#b58f3e,#956d13)}.character-slot .character-image-slot{display:flex;position:absolute;width:calc(100% - 2.5px);height:calc(100% - 2.5px);align-items:center;justify-content:center;margin:1.25px;object-fit:cover;overflow:hidden;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.character-slot .character-image-slot:hover{border:0;outline:none}.character-slot .overlay{position:absolute;width:100%;height:100%;border-top-left-radius:1.5rem;opacity:.75;background:linear-gradient(0deg,#000,transparent 50%);z-index:3}.character-slot .card-bg{position:absolute;width:220px;height:280px;background:url(/ui/card_bg.png);background-size:cover;background-repeat:no-repeat;background-position:center}.character-slot .card-bg.empty{background:linear-gradient(#4d4d4d,#d8d8d8,#fff,#d8d8d8,#4d4d4d);filter:saturate(.1)}.character-slot .card-bg:after{content:"";position:absolute;inset:0;mix-blend-mode:multiply;opacity:.5;pointer-events:none;background:url(/ui/card_bg.png);background-size:cover;background-repeat:no-repeat;background-position:center}.character-slot .card-bg.aero:after{mix-blend-mode:overlay;background:#41a33a}.character-slot .card-bg.fusion:after{mix-blend-mode:overlay;background:#f66}.character-slot .card-bg.electro:after{mix-blend-mode:overlay;background:#83c}.character-slot .card-bg.glacio:after{mix-blend-mode:overlay;background:#6cf}.character-slot .card-bg.spectro:after{mix-blend-mode:overlay;background:#ff6}.character-slot .card-bg.havoc:after{mix-blend-mode:overlay;background:#c39}.character-slot .character-image-slot .character-image{width:auto;height:105%;z-index:2;filter:drop-shadow(0 0 5px #000000aa)}.character-slot .character-image-slot .character-image.Empty{filter:saturate(.1)}.character-slot .character-image-slot .character-image:hover{border:0;outline:none}.character-slot .rank-icon{position:absolute;width:40%;height:auto;bottom:2rem;right:50%;align-items:center;justify-content:center;overflow:hidden;transform:translate(50%,15%);filter:drop-shadow(0 0 2px #000) drop-shadow(0 2px 4px #fff);z-index:11}.character-slot .character-info-slot{display:flex;position:absolute;width:95%;height:100%;align-items:flex-start;justify-content:flex-end;color:#fff;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem;filter:saturate(1.5) contrast(1.5) drop-shadow(0 0 10px #000000cc);z-index:10}.character-slot .character-info-slot{border:0;outline:none}.character-slot .character-info-slot .name{position:absolute;bottom:.5rem;right:50%;width:120%;font-size:1.25rem;font-weight:600;white-space:nowrap;margin-right:auto;text-align:center;filter:drop-shadow(0 0 5px #00000099);transform:translate(50%)}.character-slot .character-info-slot img{margin-top:1px;width:auto;height:1.3rem}.character-slot .character-info-slot img.bigger{width:auto;height:2.75rem;filter:saturate(2)}@media(max-width:780px){.character-slot{width:120px;min-width:120px;height:160px;min-height:160px;border-top-left-radius:1rem;border-bottom-right-radius:1rem}.character-slot .character-image-slot{border-top-left-radius:1rem;border-bottom-right-radius:1rem}}@media(max-width:420px){.character-slot{width:90px;min-width:90px;height:120px;min-height:120px;border-top-left-radius:.75rem;border-bottom-right-radius:.75rem}.character-slot .character-image-slot{border-top-left-radius:.75rem;border-bottom-right-radius:.75rem}}.youtube-card{display:flex;flex-direction:column;gap:.75rem;width:97.5%;height:100%;margin:0 auto}.youtube-thumb-button{position:relative;width:100%;aspect-ratio:16 / 9;padding:0;border:0;background:none;cursor:pointer;overflow:hidden;border-radius:0;border:1px solid #666}.youtube-thumb,.youtube-iframe{width:100%;height:100%;display:block;object-fit:cover;border:0;border-radius:0}.youtube-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#00000040;color:#fff}.youtube-meta{height:4%;margin-left:auto;margin-right:2.5%}.youtube-panel-control{display:flex;width:100%;height:10%;margin:0 auto;align-items:center;justify-content:center}.youtube-panel-control>button{width:auto;height:70%;aspect-ratio:3.5 / 1;color:#fff;font-size:min(1.5vw,1.5rem);background-color:#1b1e25;border:1px solid #555;transition:all .2s ease-out}.youtube-panel-control>button:hover{color:#fff;border-color:#ffd764;background-color:#55461f}#page-slot{display:flex;flex-direction:column;width:80%;max-width:1500px;height:fit-content;min-height:100%;margin:0 auto;align-items:center;justify-content:flex-start}@media(max-width:780px){#page-slot{width:95%}}.home-slot{width:90%!important;max-width:1320px!important;gap:1rem;align-items:stretch!important;color:#f4f7ff;font-family:Pretendard,Noto Sans KR,system-ui,sans-serif;box-sizing:border-box;overflow:visible}.home-slot button{font:inherit}.banner-slot{display:grid;place-items:center;min-height:64px;overflow:hidden;border:1px solid #8f8f8f;border-radius:0;background:linear-gradient(90deg,#08090cf2,#101216b8,#08090cf2),url(/bg.jpg) center 42% / cover;box-shadow:0 6px 16px #00000061}.banner-slot h1{margin:0;color:#fff;font-size:min(2.1vw,2.1rem);font-weight:900;letter-spacing:0;text-shadow:0 3px 10px rgba(0,0,0,.85)}.summary-slot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch;min-width:0}.summary-item{display:flex;flex-direction:column;min-height:164px;padding:1rem;overflow:hidden;border:1px solid #8f8f8f;border-radius:0;background:#101216e6;box-shadow:0 6px 16px #00000061;box-sizing:border-box}.summary-item h2,.display-slot h2{margin:-1rem -1rem .85rem;padding:.8rem 1rem;color:#fff;border-bottom:1px solid #666;background:#08090cbf;font-size:.95rem;font-weight:900;letter-spacing:0}.notice-slot ul{display:flex;flex-direction:column;gap:.15rem;padding:0;margin:0;list-style:none}.notice-slot li{display:block;border-bottom:1px solid #494949;color:#d8dae0;font-size:.78rem;font-weight:800}.notice-item{display:flex;width:100%;min-height:1.65rem;align-items:center;justify-content:space-between;gap:.75rem;padding:0;border:0;border-radius:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.notice-item:hover{color:#ffd764}.notice-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice-item time{flex:0 0 auto;color:#8f939d;font-size:.72rem}.notice-slot>button{height:1.9rem;margin-top:auto;border:1px solid #555;border-radius:0;background:#1b1e25;color:#fff;font-size:.82rem;font-weight:900}.notice-slot>button:hover{border-color:#ffd764;background:#55461f}.notice-detail-slot,.notice-list-detail-slot{display:flex;width:100%;flex-direction:column;gap:1rem;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.65)}.notice-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.notice-detail-head h3{margin:0;font-size:1.1rem;font-weight:900;line-height:1.35;letter-spacing:0}.notice-detail-head time{flex:0 0 auto;color:#d8e6ff;font-size:.82rem;font-weight:900}.notice-detail-body{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:#eef4ff;font-size:.92rem;font-weight:700;line-height:1.55;white-space:pre-line}.notice-detail-body p{margin:0}.notice-detail-body .subtitle{display:block;margin-top:.4rem;color:#fff;font-size:1rem;font-weight:900}.notice-detail-body .subtitle.start{margin-top:0}.notice-detail-body .indent{padding-left:1rem}.notice-detail-body em{color:#fdd;font-style:normal}.notice-list-detail-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid #666;border-radius:0;background:#101216e6}.video-slot{min-width:0}.video-main-item{display:flex;flex-direction:column;gap:.45rem;padding:0;border:0;background:transparent;color:#fff;text-align:left}.video-main-item img{width:100%;aspect-ratio:16 / 9;border:1px solid #555;border-radius:0;object-fit:cover}.video-main-item span{overflow:hidden;color:#d8dae0;font-size:.78rem;line-height:1.3;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.video-button-slot{display:flex;gap:.4rem;margin-top:5%}.video-button-slot button{flex:1;min-width:0;aspect-ratio:4 / 1;padding:0 .5rem;border:1px solid #555;border-radius:0;color:#fff;background-color:#1b1e25;background-position:center;background-size:cover;box-shadow:none;font-size:.7rem;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.video-button-slot button:hover{border-color:#ffd764;background-color:#55461f}.info-slot{background:#101216e6;display:flex;justify-content:space-between}.game-info-slot{display:flex;flex-direction:column;height:87.5%;min-height:0;justify-content:space-between;place-items:center;color:#bfc2ca;text-align:center}.game-info-slot>.inner-slot{display:flex;flex-direction:column;position:relative;height:22.5%;width:100%;overflow:hidden;border:1px solid #555;border-radius:0;gap:10%;align-items:flex-end;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover}.game-info-slot>.inner-slot:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#10121666,#101216b8 45%,#08090cf2 72%);pointer-events:none}.game-info-slot>.inner-slot.tower{background-image:url(/ui/tower.webp)}.game-info-slot>.inner-slot.wastes{background-image:url(/ui/wastes.webp)}.game-info-slot>.inner-slot.gateway{background-image:url(/ui/gateway.webp)}.game-info-slot>.inner-slot.matrix{background-image:url(/ui/matrix.webp)}.game-info-slot>.inner-slot>span{color:#fff;margin-right:5%;z-index:1;font-size:min(.75vw,.75rem)}.game-info-slot>.inner-slot>span>em{margin-left:min(.35vw,.35rem);font-size:min(1vw,1rem);color:#ffd764;text-decoration:none}.game-info-slot>.inner-slot>span.title{color:#fff;font-size:min(1.5vw,1.5rem);font-weight:700;filter:drop-shadow(0 2px 4px #ffffff44)}.display-slot{display:flex;flex-direction:column;gap:.75rem;padding:1rem;overflow:hidden;border:1px solid #8f8f8f;background:#101216e6;box-shadow:0 6px 16px #00000061;box-sizing:border-box}.display-slot h2{margin-bottom:0;text-shadow:none}.display-list-slot{display:flex;width:100%;gap:1.5rem;flex-wrap:wrap;justify-content:space-evenly}@media(max-width:1180px){.summary-slot{grid-template-columns:repeat(2,minmax(0,1fr))}.notice-slot{grid-column:1 / -1}.display-list-slot{gap:1rem}.video-main-item img{aspect-ratio:21 / 9}.game-info-slot>.inner-slot{align-items:center;justify-content:space-between;flex-direction:row}.game-info-slot>.inner-slot>span{font-size:min(1vw,1rem)}.game-info-slot>.inner-slot>span>em{font-size:min(1.25vw,1.25rem)}.game-info-slot>.inner-slot>span.title{text-align:start;margin-left:5%;font-size:min(1.5vw,1.5rem)}}@media(max-width:560px){.home-slot{width:94%!important}.banner-slot h1{font-size:1.5rem}.summary-slot{grid-template-columns:1fr}.notice-slot{grid-column:auto}.video-main-item img{aspect-ratio:30 / 9}.game-info-slot>.inner-slot{min-height:3rem;margin-top:.5rem}.game-info-slot>.inner-slot>span{font-size:.8rem}.game-info-slot>.inner-slot>span>em{font-size:1rem}.game-info-slot>.inner-slot>span.title{text-align:start;margin-left:5%;font-size:1rem}}.image-picker-slot{position:relative;width:100%;height:100%;overflow:hidden}.image-picker-slot img{position:absolute;top:50%;left:50%;transform-origin:center center;cursor:all-scroll}.stat-slot-body{display:flex;width:95%;aspect-ratio:12 / 1;gap:2.5%;background-color:#fff2;overflow:hidden;align-items:center;justify-content:space-between}.stat-slot-body .container{display:flex;width:79%;height:100%;gap:2.5%;color:#fff;align-items:center}.stat-slot-body .container img{width:auto;height:90%;aspect-ratio:1/1;margin-left:1%}.stat-slot-body .container span{position:relative;font-size:min(.925vw,.925rem);white-space:nowrap;transform:translateY(-3%)}.stat-slot-body .container p{margin:0 0 0 auto;font-size:min(1vw,1rem)}.stat-slot-body .container p.blank{margin-right:1%}.stat-slot-body em{margin:0 auto 0 0;color:#fa0;padding-right:2.5%;font-size:min(.7vw,.7rem);transform:translateY(15%) scaleX(.95)}.echo-slot-body{display:flex;flex-direction:column;width:calc(19.5% - 2px);height:calc(100% - 2pxs);border:1px solid #ccc;align-items:center;justify-content:flex-start}.echo-slot-body.select{border:1px solid #f00}.echo-slot-body .echo-image-slot{display:flex;position:relative;flex-direction:column;margin-top:2.5%;width:95%;aspect-ratio:1 / 1;align-items:center}.echo-slot-body .echo-image-slot .echo-image{position:absolute;width:calc(min(4.8vw,4.4rem) - 2px);top:50%;left:50%;border:1px solid #ffffff33;transform:translate(-50%,-50%)}.echo-slot-body .echo-image-slot .harmony-image{position:absolute;width:min(2vw,1.2rem);bottom:0;left:50%;transform:translate(-50%,50%);z-index:250}.echo-slot-body .stat-container{display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;margin-top:2%}.echo-slot-body .stat-container .echo-stat-slot{display:flex;width:85%;aspect-ratio:3.5 / 1;margin:3% 0;overflow:hidden;align-items:center;justify-content:space-between}.echo-slot-body .stat-container.main{margin-top:10%;margin-bottom:2%}.echo-slot-body .echo-stat-slot img{height:90%}.echo-slot-body .echo-stat-slot span{color:#f0f0f0;font-size:min(1vw,1rem);transform:scaleX(.925)}.echo-slot-body .score-container{display:flex;position:relative;flex-direction:column;width:100%;height:fit-content;margin-top:auto;margin-bottom:2.5%;color:#f0f0f0;align-items:center}.echo-slot-body .score-container .slot{display:flex;width:85%;height:fit-content;align-items:flex-end;justify-content:space-between;font-size:min(.7vw,.7rem)}.echo-slot-body .score-container img{position:absolute;bottom:0;left:50%;height:min(2.75vw,2.75rem);transform:translate(-50%,-50%)}.echo-slot-body .score-container span{white-space:nowrap}.echo-slot-body .score-container em{text-decoration:underline}.echo-slot-body .divider{width:100%;height:1px;background-color:#888}.echo-slot-body .divider.echo{position:absolute;bottom:0;transform:translateY(50%)}.echo-slot-body .divider.stat{width:85%}.ocr-drag-select{display:flex;align-items:center;width:100%;height:100%}.ocr-drag-select__list{display:flex;width:100%;height:100%;gap:1.5%;flex-direction:row;min-height:0}.ocr-drag-select__base-fields,.ocr-drag-select__sub-fields,.ocr-drag-select__action-fields{display:flex;flex-direction:column;min-width:0;min-height:0;gap:2%}.ocr-drag-select__base-fields{flex:1 1 0;width:33.333%;overflow:hidden}.ocr-drag-select__sub-fields{flex:1 1 0;width:33.333%}.ocr-drag-select__action-fields{flex:1 1 0;width:33.333%;align-items:center;justify-content:center}.ocr-drag-select__main-stat{display:flex;align-items:center}.ocr-drag-select__list>.divider{width:95%;height:1px;margin:0 auto;background-color:#fff}.ocr-drag-select__list .stat-select-wrap{width:50%}.ocr-drag-select__list .stat-select-wrap.stat{width:30%}.ocr-drag-item{display:flex;flex-direction:row;width:calc(100% - 2px);min-height:0;aspect-ratio:6 / 1;align-items:center;border:1px solid #000;background-color:#fff6;cursor:grab;-webkit-user-select:none;user-select:none;filter:brightness(.5);transition:background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.ocr-drag-item.selected{border:1px solid #fc0;filter:drop-shadow(0px 2px 4px #ffcc0066)}.ocr-drag-item .ocr-drag-item__inner{display:flex;width:100%;height:100%;align-items:center;transition:all .2s ease-out}.ocr-drag-item .ocr-drag-item__inner:hover{transform:scale(1.05)}.ocr-drag-item .ocr-drag-item__inner .ocr-drag-item__label{font-size:min(1.125vw,1.125rem)!important}.ocr-drag-item .ocr-drag-item__inner .ocr-drag-item__handle{margin:0;padding:0;width:auto;height:100%;aspect-ratio:1 / 1;background-color:transparent}.ocr-drag-item .ocr-drag-item__inner .ocr-drag-item__image{width:auto;height:95%;aspect-ratio:1 / 1;background-color:#0006}.ocr-drag-select__apply-button{width:92%;height:auto;aspect-ratio:5 / 1;margin:0;padding:0;color:#fff}.ocr-drag-select__apply-button:disabled{opacity:.25}.ocr-drag-select__apply-button span{font-size:min(1vw,1rem)!important}@media(max-width:560px){.ocr-drag-select__list{min-height:27rem}.ocr-drag-item{min-height:2.75rem;aspect-ratio:auto}.ocr-drag-select__apply-button{width:100%;min-height:2.75rem;aspect-ratio:auto}.ocr-drag-select__apply-button span{font-size:min(3vw,.95rem)!important}}.echo-select-wrapper{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:space-between}.echo-select-reset-button{width:100%;min-height:min(7vw,2.5rem);padding:2% 3%;color:#f4f7ff;font-size:min(1.1vw,.85rem);font-weight:600;border:1px solid #666;border-radius:0;background:#1b1e25;cursor:pointer}.echo-select-reset-button:hover,.echo-select-reset-button:focus-visible{outline:none;color:#ffd764;border-color:#ffd764;background:#55461f}.echo-reset-confirm{display:flex;flex-direction:column;width:100%;gap:min(2vw,1rem);color:#fff}.echo-reset-confirm p{margin:0;line-height:1.5;white-space:normal;word-break:keep-all}.echo-reset-confirm__actions{display:flex;width:100%;gap:min(1vw,.75rem);justify-content:flex-end}.echo-reset-confirm__actions button{min-width:6rem;padding:.65rem 1rem;color:#f4f7ff;font-weight:700;border:1px solid #666;background:#1b1e25;cursor:pointer}.echo-reset-confirm__actions button:hover,.echo-reset-confirm__actions button:focus-visible{outline:none;color:#ffd764;border-color:#ffd764;background:#55461f}.echo-reset-confirm__actions button.confirm{border-color:#ffd764}.echo-select-wrapper .divider{width:90%;min-height:1px;background-color:#fff}.echo-select-wrapper .drop-slot{display:flex;width:100%;height:8%;align-items:center;justify-content:center;gap:2.5%}.echo-select-wrapper .drop-slot.large{height:10%}.echo-select-wrapper .drop-slot .main-stat-icon{width:10%;aspect-ratio:1 / 1}.echo-select-wrapper .drop-slot .main-stat-span{width:26%;margin:0 2%;font-size:min(1.5vw,1.5rem);font-weight:700;color:#fff}.echo-drag-select{display:flex;flex-direction:column;width:100%;height:100%}.echo-drag-list{display:flex;height:100%;flex-direction:column;justify-content:space-between;overflow:hidden}.echo-drag-item{display:flex;flex-direction:row;width:calc(97.5% - 2px);aspect-ratio:6 / 1;padding-left:2.5%;align-items:center;border:1px solid #000;background-color:#fff6;cursor:grab;-webkit-user-select:none;user-select:none;overflow:hidden;transition:all .2s ease-out}.echo-drag-item.selected{border:1px solid #fc0;filter:drop-shadow(0px 2px 4px #ffcc0066)}.echo-drag-item.main{border:1px solid #5cf;filter:drop-shadow(0px 2px 4px #55ccff66)}.echo-drag-item.dragging{background:#dbeafe;box-shadow:0 4px 14px #0000001f}.echo-drag-item.disable{filter:brightness(.5)}.echo-drag-item.activated{border:1px solid #f66;filter:drop-shadow(0px 2px 10px #ff6666)}.echo-drag-item .hover-motion{display:flex;width:100%;height:100%;gap:2.5%;align-items:center;transition:all .2s ease-out}.echo-drag-item .hover-motion:hover{transform:scale(1.05)}.echo-drag-item .hover-motion .echo-drag-label{white-space:"nowrap";text-overflow:ellipsis;word-break:keep-all;font-size:min(1vw,1rem)!important}.echo-drag-item .hover-motion .echo-img{width:auto;height:95%;aspect-ratio:1/1;background-color:#0006}.echo-drag-item .hover-motion .score-img{margin-left:auto;height:80%;width:auto;filter:drop-shadow(0px 2px 2px #000)}.ocr-select-layout{display:flex;position:relative;width:100%;min-width:0;height:100%;min-height:0;aspect-ratio:3 / 4;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.ocr-select-body{display:flex;width:100%;height:100%;gap:5%;align-items:stretch;object-fit:contain;overflow:hidden;justify-content:space-evenly}.ocr-select-body .select-item-slot{display:flex;flex-direction:column;width:45%;height:100%;min-height:0;align-items:center;gap:3.5%}.ocr-select-body .select-item-slot .item-slot-title{width:100%;height:5%;text-align:center}.ocr-select-body .select-item-slot .item-slot-container{display:flex;width:100%;min-width:0;min-height:0;height:100%}.ocr-select-body .select-item-slot:last-child .item-slot-container{height:auto;min-height:0;flex:1}.ocr-select-actions{display:flex;width:100%;flex:0 0 auto}.ocr-select-actions button{width:100%;min-width:0;min-height:min(7vw,2.5rem);padding:2% 3%;overflow:hidden;color:#f4f7ff;font-size:min(1.1vw,.85rem);font-weight:600;text-overflow:ellipsis;white-space:nowrap;border:1px solid #666;border-radius:0;background:#1b1e25;cursor:pointer}.ocr-select-actions button:hover,.ocr-select-actions button:focus-visible{outline:none;color:#ffd764;border-color:#ffd764;background:#55461f}.ocr-select-body .select-item-slot .echo-item{display:flex;width:95%;height:100%;align-items:center;justify-content:flex-start;gap:5%;border:1px solid #000;background-color:#fff4;font-size:min(1vw,.75rem)}.ocr-select-body .select-item-slot .echo-item.selected{border:1px solid #fc0;filter:drop-shadow(0px 1px 2px #fc0)}.ocr-select-body .select-item-slot .echo-item.locked{background-color:#0004;filter:brightness(.5);cursor:not-allowed;pointer-events:none}.ocr-select-body .select-item-slot .echo-item img{display:flex;width:auto;height:90%;margin-left:.5%;border:1px solid #000;aspect-ratio:1 / 1}.ocr-select-body .select-item-slot .echo-item span{font-size:min(1vw,.85rem)}@media(max-width:780px){.ocr-select-body{gap:3%}.ocr-select-body .select-item-slot{width:48.5%}.ocr-select-actions button{font-size:min(2vw,.8rem)}}@media(max-width:560px){.ocr-data-editor,.ocr-data-editor>div{height:auto!important;overflow:visible}.ocr-select-body{height:auto;flex-direction:row;align-items:stretch;gap:2%;overflow-x:hidden;overflow-y:visible}.ocr-select-body .select-item-slot{width:49%;min-width:0;max-width:49%;height:100%;flex:1 1 0;aspect-ratio:auto;gap:1.5%;box-sizing:border-box}.ocr-select-body .select-item-slot .item-slot-container,.ocr-select-body .select-item-slot .echo-drag-select,.ocr-select-body .select-item-slot .echo-select-wrapper{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.ocr-select-body .select-item-slot:first-child{min-height:min(115vw,32rem)}.ocr-select-body .select-item-slot:last-child{min-height:min(122vw,34rem)}.ocr-select-body .select-item-slot .item-slot-title{height:auto;min-height:min(5vw,1.5rem)}.ocr-select-actions{display:flex}.ocr-select-actions button{width:100%;min-height:min(11vw,2.75rem);font-size:min(3vw,.9rem)}}.ocr-comp-body{display:flex;flex-direction:row;width:100%;height:100%;min-width:0;min-height:0;align-items:flex-start;justify-content:space-between}.ocr-comp-body>.divider{width:1px;height:100%;background-color:#fff}.ocr-comp-body .ocr-slot{display:flex;position:relative;flex-direction:column;min-width:0;min-height:0;align-items:center;gap:1%;height:100%}.ocr-comp-body .ocr-slot.ocr{flex-direction:row;width:55%}.ocr-comp-body .ocr-slot.echo{display:flex;width:100%;height:100%}.ocr-comp-body.echo-data-manager{min-height:0;align-items:center;justify-content:center}.ocr-comp-body.echo-data-manager .ocr-slot.echo{height:100%;justify-content:center;overflow:hidden}.ocr-data-editor{display:flex;width:auto;max-width:100%;height:100%;max-height:100%;aspect-ratio:3/4;margin:auto;overflow:hidden}.ocr-data-editor>div{min-width:0;min-height:0}.ocr-image-input-panel{position:relative;width:auto;max-width:100%;height:100%;max-height:100%;aspect-ratio:4 / 3;min-height:0;margin:auto;overflow:hidden}.ocr-request-slot{display:flex;width:100%;height:20%;flex-direction:column}.ocr-message{white-space:pre;text-align:center;font-size:min(1vw,1rem)!important}.ocr-result-data{display:flex;width:100%;min-height:0;height:100%;flex-direction:column;align-items:center}.ocr-image-input-content{display:flex;width:100%;height:100%;min-width:0;min-height:0}.ocr-comp-body .ocr-slot img{width:100%;max-height:240px;object-fit:contain}.ocr-comp-body .ocr-slot span{color:#eee;filter:drop-shadow(0px 2px 4px #000);font-weight:500;font-size:min(1.5vw,1.5rem)}.ocr-comp-body .ocr-slot .container{display:flex;flex-direction:column;width:50%;min-width:0;min-height:0;height:100%;align-items:center}.ocr-comp-body .ocr-slot .container.checking,.ocr-image-input-panel>.container.checking{display:flex;position:absolute;flex-direction:column;width:100%;height:100%;gap:5%;padding:5% 0;align-items:center;justify-content:center;z-index:100}.ocr-comp-body .ocr-slot .container.checking>img,.ocr-image-input-panel>.container.checking>img{width:50%;height:auto;aspect-ratio:1/1}.ocr-comp-body .ocr-slot .container.checking>span,.ocr-image-input-panel>.container.checking>span{font-size:min(2vw,2rem)}.ocr-comp-body .ocr-slot .container.disable,.ocr-image-input-content.disable{opacity:.3;pointer-events:none;cursor:not-allowed}.ocr-image-input-top,.ocr-image-input-bottom{display:flex;width:100%;min-width:0;min-height:0;gap:min(1.4vw,1rem)}.ocr-image-input-top{flex:0 0 34%;align-items:stretch}.ocr-image-input-bottom{flex:1 1 auto;flex-direction:column;align-items:center;overflow:hidden}.ocr-image-card{display:flex;min-width:0;min-height:0;flex-direction:column;align-items:center}.ocr-image-card>span,.ocr-image-input-bottom>span{color:#eee;filter:drop-shadow(0px 2px 4px #000);font-weight:500;font-size:min(1.2vw,1.2rem)}.ocr-drag-select__base-fields>.ocr-image-card{flex:0 1 34%;max-height:34%}.ocr-drag-select__sub-fields>.ocr-image-card{flex:0 0 34%;max-height:34%}.ocr-comp-body .ocr-slot .file-slot,.ocr-image-card>.file-slot{display:flex;width:calc(95% - 2px);height:100%;min-height:0;align-items:center;justify-content:center;margin:2.5% 0;background:transparent;background:#0004;border:1px dashed #ccc;border-radius:5%;transition:all .2s ease-out;overflow:hidden}.ocr-comp-body .ocr-slot .file-slot>img,.ocr-image-card>.file-slot>img{width:100%;height:100%;object-fit:contain}.ocr-comp-body .ocr-slot .inner-slot{display:flex;flex-direction:column;width:100%;height:50%;align-items:center}.ocr-image-card--preview>.file-slot{border:1px solid #666}.ocr-image-card--input>.file-slot,.ocr-image-card--preview>.file-slot{flex:1 1 auto;margin:min(.7vw,.5rem) 0}.ocr-comp-body .ocr-slot .file-slot.focused,.ocr-image-card>.file-slot.focused{background:#fcc4;border:1px dashed #000}.ocr-comp-body .ocr-slot .file-slot .image-input,.ocr-image-card>.file-slot .image-input{display:none}.ocr-comp-body .ocr-slot .inner-slot .text-box{display:flex;flex-direction:column;width:70%;height:90%;gap:min(.1vw,.085rem);padding:min(.2vw,.17rem) 10%;align-items:flex-start;justify-content:center;white-space:auto;border:1px solid #ffffff66;background-color:#0006}.ocr-comp-body .ocr-slot .ocr-button,.ocr-image-card .ocr-button{aspect-ratio:4 / 1;margin:2.5% auto;color:#000;border:1px solid #000;background-color:#666;transition:all .2s ease-out;cursor:pointer}.ocr-comp-body .ocr-slot .ocr-button:disabled,.ocr-image-card .ocr-button:disabled{opacity:.5;cursor:not-allowed}.ocr-comp-body .ocr-slot .ocr-button:hover,.ocr-image-card .ocr-button:hover{color:#fff;background-color:#222}.ocr-comp-body .ocr-slot .ocr-button:disabled:hover,.ocr-image-card .ocr-button:disabled:hover{color:#000;background-color:#666}.ocr-comp-body .ocr-slot .ocr-loading-slot,.ocr-image-card .ocr-loading-slot{display:flex;width:80%;margin:2.5% auto;align-items:center;justify-content:space-around}.ocr-comp-body .ocr-slot .ocr-loading-slot span,.ocr-image-card .ocr-loading-slot span{white-space:nowrap;font-size:min(1vw,1rem)}.ocr-comp-body .ocr-slot .ocr-loading-slot .ocr-loading,.ocr-image-card .ocr-loading-slot .ocr-loading{width:50%;aspect-ratio:40 / 1;background:#ffffff1a;overflow:hidden;border-radius:999px;border:1px solid #00000066}.ocr-comp-body .ocr-slot .ocr-loading-slot .ocr-loading:before,.ocr-image-card .ocr-loading-slot .ocr-loading:before{content:"";display:block;height:200%;width:50%;background:#f88;transform:translate(-100%);animation:ocrBar 1.1s infinite ease-in-out}.ocr-span-font-sizing{font-size:min(1vw,.85rem)!important}@keyframes ocrBar{0%{transform:translate(-100%)}to{transform:translate(300%)}}@media(max-width:780px){.ocr-comp-body.echo-data-manager .ocr-slot.echo{gap:1.5%}}@media(max-width:560px){.ocr-comp-body.ocr-image-input-panel{width:100%;height:auto;min-height:62rem;aspect-ratio:auto}.ocr-image-input-content .ocr-drag-select__list,.ocr-drag-select__list{flex-direction:column}.ocr-image-input-top{flex:none;min-height:34rem}.ocr-image-input-bottom{min-height:34rem}.ocr-comp-body.ocr-image-input-panel .ocr-slot .file-slot{max-width:24rem}}.card-detail-body{display:flex;width:100%;aspect-ratio:2.5 / 1;flex-direction:column;overflow:hidden;border:1px solid #8f8f8f;border-radius:0;background:#101216e6;box-shadow:0 6px 16px #00000061;color:#f4f7ff;box-sizing:border-box}.card-detail-body .header{display:none}.card-detail-body .title-area{display:flex;width:100%;min-height:3rem;flex:0 0 3rem;align-items:center;gap:1%;padding:1%;border-bottom:1px solid #666;background:#08090cf2;box-sizing:border-box}.card-detail-body .title-area>img{width:2.25rem;height:2.25rem;object-fit:cover;border:1px solid #666;background:#1b1e25}.card-detail-body .title-area>span{min-width:0;overflow:hidden;color:#ffd764;font-size:min(1.5vw,1.5rem);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.card-detail-body .content-area{display:grid;width:100%;min-height:0;flex:1;grid-template-columns:minmax(0,1.45fr) minmax(0,1.05fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,1.1fr);gap:.8%;padding:1.1%;box-sizing:border-box}.card-detail-body .content-area>.inner-slot{display:flex;flex-direction:column;overflow:hidden}.card-detail-body .content-area .inner-slot>span{display:flex;min-height:1.45rem;flex:0 0 1.45rem;align-items:center;margin:0 0 2.5%;padding:0 3%;overflow:hidden;border-left:3px solid #ffd764;background:#08090cbf;color:#fff;font-size:min(1.1vw,1.1rem);font-weight:500;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}.card-detail-body .divider{width:100%;height:1px;flex:0 0 1px;margin:1.5% 0;background:#494949}.card-detail-body .detail-area .party-slot{display:flex;min-height:0;flex:1;align-items:stretch;gap:3%}.card-detail-body .detail-area .party-slot>img{width:40%;min-width:0;height:100%;object-fit:cover;object-position:center;border:1px solid #555;background:#0d0f13;box-sizing:border-box}.card-detail-body .party-detail-slot{display:flex;min-width:0;min-height:0;flex:1;flex-direction:column;justify-content:space-around;overflow:hidden}.card-detail-body .party-detail-slot>span{overflow:hidden;color:#d8dae0;font-size:min(.9vw,.9rem);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.card-detail-body .character-icon-slot{display:flex;min-height:0;gap:2%}.card-detail-body .character-icon-slot>img{width:27.5%;object-fit:cover;border:1px solid #555;background:#0d0f13}.card-detail-body .detail-area .inner-title{margin-top:2.5%!important}.card-detail-body .skill-slot{display:flex;min-height:2.65rem;flex:0 0 2.65rem;align-items:stretch;justify-content:space-between;gap:2%}.card-detail-body .skill-slot .container{display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:2%;overflow:hidden;border:1px solid #494949;background:#1b1e25}.card-detail-body .skill-slot .container img{width:1.25rem;height:1.25rem;object-fit:contain}.card-detail-body .skill-slot .container span{width:100%;overflow:hidden;color:#bfc2ca;font-size:min(.7vw,.7rem);text-align:center;text-overflow:ellipsis;white-space:nowrap}.card-detail-body .weapon-image-slot{display:flex;min-height:0;align-items:flex-end;gap:2%}.card-detail-body .weapon-image-slot>img{width:35%;object-fit:contain;border:1px solid #666;background:#0d0f13;box-sizing:border-box}.card-detail-body .weapon-image-slot>img.sub{width:25%;border-color:#7951a8}.card-detail-body .equipment-area>span:nth-of-type(2){margin-top:2.5%}.card-detail-body .echo-recommend-slot{display:flex;min-height:0;flex:1;align-items:stretch;gap:3%}.card-detail-body .echo-recommend-slot>img{width:38%;height:auto;align-self:flex-start;aspect-ratio:1;object-fit:contain;border:1px solid #666;background:#0d0f13}.card-detail-body .echo-data-field{display:flex;min-width:0;min-height:0;flex:1;flex-direction:column;gap:2%}.card-detail-body .echo-data-field>span{overflow:hidden;color:#fff;font-size:min(1vw,1rem);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.card-detail-body .harmony-slot{display:flex;min-height:1.35rem;align-items:center;gap:3%;padding:2% 3%;overflow:hidden;border:1px solid #494949;background:#1b1e25;box-sizing:border-box}.card-detail-body .harmony-slot>img{width:1rem;height:1rem;object-fit:contain}.card-detail-body .harmony-slot>span{overflow:hidden;color:#bfc2ca;font-size:min(.7vw,.7rem);text-overflow:ellipsis;white-space:nowrap}.card-detail-body .stat-list-slot{display:flex;min-height:0;flex:1;flex-direction:column;gap:1.5%;overflow:hidden}.card-detail-body .stat-list-slot>span{color:#ffd764;font-size:min(.8vw,.8rem);font-weight:600}.card-detail-body .stat-list-slot .split{min-height:.25rem;flex:0 0 .25rem}.card-detail-body .stat-slot{display:flex;min-width:0;min-height:1.2rem;align-items:center;gap:4%;padding:2% 4%;overflow:hidden;border:1px solid #494949;background:#1b1e25;box-sizing:border-box}.card-detail-body .stat-slot>img{width:.95rem;height:.95rem;flex:0 0 .95rem;object-fit:contain}.card-detail-body .stat-slot>span{min-width:0;overflow:hidden;color:#d8dae0;font-size:min(.8vw,.8rem);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.card-detail-body .content-area .stat-area{background:#15181ee8}.card-detail-body .stat-area .stat-info{display:flex;min-height:0;flex:1;flex-direction:column;gap:2.5%;padding:3%;border:1px solid #666;background:#0d0f13;box-sizing:border-box}.card-detail-body .stat-area .stat-info.extra{flex:0 0 auto;margin-top:3%;border-color:#d2af4a;background:#272417}.card-detail-body .stat-area .stat-slot{flex:1;min-height:1.35rem}.card-detail-body .stat-area .stat-slot>span{color:#fff;font-size:min(.8vw,.8rem)}@media(max-width:1024px){.card-detail-body{aspect-ratio:auto}.card-detail-body .content-area{grid-template-columns:repeat(2,minmax(0,1fr));gap:1%;padding:1.4%}.card-detail-body .content-area>.inner-slot{min-height:11rem;padding:2%}.card-detail-body .content-area>.stat-area{grid-column:1 / -1;min-height:7rem}.card-detail-body .stat-area .stat-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.card-detail-body .stat-area .stat-info.extra{display:flex}.card-detail-body .content-area .inner-slot>span{padding-left:3%;font-size:min(1.7vw,.64rem)}}#card-page-slot{display:flex;flex-direction:column;width:95%;min-width:780px;max-width:1500px;height:fit-content;min-height:100%;gap:0;margin:0 auto;margin-top:1rem;align-items:flex-start;justify-content:space-between}#card-page-slot .card-section{display:flex;flex-direction:column;height:fit-content;min-height:10vh;align-items:center}#card-page-slot .card-section.left{min-width:400px;width:85%;gap:2rem;margin:0 auto}#card-page-slot .card-section.right{width:20%}#card-page-slot .card-section.right .card-section-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;gap:.4rem}#card-page-slot .card-section.right button{display:flex;width:calc(100% - 2px);height:2rem;margin:0;padding:0;align-items:center;justify-content:center;color:#ccc;border:1px solid #ccc;border-radius:0;font-size:1rem;overflow:hidden;background-color:#fff1;transition:all .3s ease-out}#card-page-slot .card-section.right button.active{color:#000;font-size:1.1rem;background-color:#fff5}#card-page-slot .card-section.right button:hover{color:#000;font-size:1.1rem;background-color:#fff9}#card-page-slot .card-section.right .card-slot{display:flex;flex-wrap:wrap;width:calc(100% - 2px);height:0;gap:5% 0;align-items:flex-start;align-content:flex-start;justify-content:space-evenly;border:1px solid transparent;transition:all .3s ease-out;overflow-x:hidden;overflow-y:hidden}#card-page-slot .card-section.right .card-slot.active{height:min(20vw,22.2rem);border:1px solid #ccc;transform:translateY(-1rem);transition:all .3s ease-in;overflow-y:auto}#card-page-slot .card-section.right .filter-slot{display:flex;width:100%;height:fit-content;align-items:center;justify-content:space-evenly}#card-page-slot .card-section.right .filter-item{display:flex;width:20%;aspect-ratio:1 / 1}#card-page-slot .card-section.right .filter-item img{width:100%}#card-page-slot .card-section.right .card-preview{display:flex;width:calc(100% - 2px);height:0;overflow:hidden;align-items:center;justify-content:center;color:transparent;border:1px solid transparent;pointer-events:none;white-space:nowrap;transform:translateY(-.5rem);transition:all .3s ease-out}#card-page-slot .card-section.right .card-preview.active{color:#fff;border:1px solid #fff;height:min(5vw,5.55rem);pointer-events:auto;background-color:#0006}#card-page-slot .card-section.right .card-preview img{width:100%;filter:brightness(.5)}#card-page-slot .card-section.right .card-preview span{position:absolute;inset:auto;text-decoration:underline;font-size:min(2vw,2.2rem);filter:drop-shadow(0 0 min(.25vw,.275rem) #ffffffaa)}#card-page-slot .card-section.right .card-preview:active,#card-page-slot .card-section.right .card-preview:focus,#card-page-slot .card-section.right .card-preview:focus-visible{border:1px solid transparent;outline:0}#card-page-slot .card-section.right .filter-item{display:flex;position:relative;width:min(2.5vw,2.25rem);height:min(2.5vw,2.25rem);outline:0;padding:0;overflow:hidden;border:1px solid transparent;background:linear-gradient(0deg,#336,#0b0b44,#336)}#card-page-slot .card-section.right .filter-item:hover{border:1px solid #fff;background:linear-gradient(0deg,#66a,#3e3e77,#66a)}#card-page-slot .card-section.right .filter-item img{height:100%;aspect-ratio:1 / 1;filter:brightness(.5)}#card-page-slot .card-section.right .filter-item.active img{filter:brightness(1)}#card-page-slot .card-section.right .filter-item.active:after{content:"";position:absolute;inset:0;background-color:#fff;mix-blend-mode:overlay;opacity:.5;z-index:0;transition:opacity .1s ease-out}#card-page-slot .card-section.right .card-item{display:flex;position:relative;flex-direction:column;width:27.5%;min-width:2.5rem;aspect-ratio:5 / 6;align-items:center;justify-content:space-evenly;overflow:hidden;color:#fff;white-space:nowrap;border:1px solid #aaa;background:linear-gradient(#4d4d4d,#d8d8d8,#fff,#d8d8d8,#4d4d4d,#2f2f2f);transition:transform .3s ease-out;font-size:min(.8vw,.65rem)}#card-page-slot .card-section.right .card-item.weapon{display:flex;position:relative;background:linear-gradient(45deg,#4d4d4d,#d8d8d8,#fff,#d8d8d8,#4d4d4d);flex-direction:row;padding:0 2.5%;width:85%;gap:5%;aspect-ratio:4 / 1;justify-content:flex-start;color:#000;font-size:min(1.2vw,.975rem)}#card-page-slot .card-section.right .card-item.weapon>img{width:auto;height:100%;aspect-ratio:1 / 1}#card-page-slot .card-section.right .card-item.weapon>div>span{transform:translate(min(4.8vw,4.8rem))}#card-page-slot .card-section.right .card-item:after{content:"";position:absolute;inset:0;mix-blend-mode:multiply;opacity:.5;pointer-events:none}#card-page-slot .card-section.right .card-item:hover{transform:scale(1.1)}#card-page-slot .card-section.right .card-item.selected{border:1px solid rgb(255,215,100);filter:drop-shadow(0 0 .5vw rgb(255,215,100))}#card-page-slot .card-section.right .card-item img{width:90%;aspect-ratio:1 / 1;background-color:#0006;overflow:hidden;border:1px solid #666;z-index:5}#card-page-slot .card-section.right .card-item.weapon img{position:absolute;width:25%}#card-page-slot .card-section.right .card-item span{z-index:5}#card-page-slot .card-section.right .card-item.aero:after{background:#41a33a}#card-page-slot .card-section.right .card-item.fusion:after{background:#f66}#card-page-slot .card-section.right .card-item.electro:after{background:#83c}#card-page-slot .card-section.right .card-item.glacio:after{background:#6cf}#card-page-slot .card-section.right .card-item.spectro:after{background:#ff6}#card-page-slot .card-section.right .card-item.havoc:after{background:#c39}.card-header{display:flex;flex-direction:column;width:100%;height:fit-content;min-height:10px;gap:1rem;align-items:center}.card-header .header-slot{display:flex;width:100%;justify-content:space-between}.card-contents{display:flex;flex-direction:column;width:100%;height:fit-content;align-items:center}.card-contents .card-contents-slot.header,.card-contents .card-contents-slot.footer{display:flex;width:97%;min-width:400px;height:min(2.75vw,2.75rem);justify-content:space-between;z-index:99}.card-contents .card-contents-slot.main{display:flex;position:relative;width:calc(100% - 2px);aspect-ratio:2140 / 940;border:1px solid #888;box-shadow:0 5px 10px #0008;z-index:100}.card-page-button{display:flex;position:relative;width:fit-content;gap:1vw;outline:0;border:1px solid transparent;padding:0;overflow:hidden;align-items:center;justify-content:center;color:#fff;font-size:min(1.1vw,1.1rem);font-weight:500;text-align:center;border-radius:4px;background:linear-gradient(0deg,#336,#0b0b44,#336);transition:all .2s ease-out;cursor:pointer}.card-page-button:disabled{color:#fff2;background:linear-gradient(0deg,#114,#0e0e22,#114);cursor:not-allowed}.card-page-button span{padding:0 1vw}.card-page-button:hover{border:1px solid #fff;background:linear-gradient(0deg,#66a,#3e3e77,#66a)}.card-page-button:disabled:hover{color:#fff2;background:linear-gradient(0deg,#114,#0e0e22,#114)}.card-page-button:active,.card-page-button:focus,.card-page-button:focus-visible{outline:0}.card-page-button::-moz-focus-inner{outline:0}.card-page-button:after{content:"";position:absolute;inset:0;background-color:#fff;mix-blend-mode:overlay;opacity:0;z-index:0;transition:opacity .1s ease-out}.card-page-button.active:after{opacity:.8}.card-page-button.filter{width:fit-content;min-width:35px;height:35px}.card-page-button.content{width:fit-content;height:100%;border:1px solid #888;border-radius:0}.card-page-button.content.top{border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px}.card-page-button.content.bottom{border-bottom:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.card-page-button img{height:100%;z-index:1}.card-header .item-slot,.card-contents .item-slot{display:flex;flex-direction:row;width:fit-content;height:100%;gap:min(.5vw,1rem)}@media(max-width:780px){#card-page-slot{width:100%;min-width:400px;flex-direction:column;gap:2vh;margin:0;align-items:center}#card-page-slot .card-section.left,#card-page-slot .card-section.right{min-width:400px;width:95%}.card-contents .card-contents-slot.header,.card-contents .card-contents-slot.footer{height:2rem}.card-header .item-slot.filter{flex-direction:column}.card-page-button,.card-page-button.content{font-size:.7rem}.card-header .item-slot,.card-contents .item-slot{gap:.5rem}#card-page-slot .card-section.right{flex-direction:row;justify-content:space-between}#card-page-slot .card-section.right .card-section-wrapper{width:49%;align-items:center}#card-page-slot .card-section.right .card-preview{height:5vh!important}#card-page-slot .card-section.right .card-slot{height:30vh!important;border:1px solid #fff!important;overflow-y:scroll!important}.card-contents .card-contents-slot.header,.card-contents .card-contents-slot.footer{height:min(3vh,1.5rem)!important}.card-page-button{height:min(3vh,1.5rem)!important;font-size:min(1vh,.5rem)!important}#card-page-slot .card-section.right .card-item.weapon{width:85%;aspect-ratio:4 / 1}#card-page-slot .card-section.right .card-item.weapon>img{width:auto;height:100%;aspect-ratio:1 / 1}#card-page-slot .card-section.right .card-slot.active{transform:none!important}#card-page-slot .card-section.right .card-item.weapon>div>span{transform:translate(max(8vw,1rem))}}.card-contents .card-contents-slot.main{background-image:url(/cardBg.jpg);background-size:contain;background-repeat:no-repeat;background-position:center}.card-contents .card-contents-slot.main .main-item-slot{display:flex;flex-direction:column;position:absolute}.card-contents .card-contents-slot.main .main-item-slot.character{width:30.75%;height:96.25%;top:2.5%;left:1%}.card-contents .card-contents-slot.main .main-item-slot.weapon{flex-direction:row;width:28%;height:20%;top:2.5%;left:32.75%;background-color:transparent}.card-contents .card-contents-slot.main .main-item-slot.stats{align-items:center;gap:2.5%;padding-top:.7%;padding-bottom:.75%;width:28%;height:72.5%;bottom:1.5%;left:32.75%;background-color:#0003}.card-contents .card-contents-slot.main .main-item-slot.description{flex-direction:row;width:37.5%;height:5.5%;top:1.75%;right:.8%}.card-contents .card-contents-slot.main .main-item-slot.namecard{flex-direction:row;width:37.5%;height:23.5%;top:7.5%;right:.8%;align-items:center;justify-content:space-evenly;background-color:#ffffff19}.card-contents .card-contents-slot.main .main-item-slot.echos{flex-direction:row;width:37.5%;height:66.25%;right:.8%;bottom:1.5%;justify-content:space-between}.main-item-slot.character .card-character-slot{width:calc(99% - 2px);height:calc(88% - 2px);border:1px solid #bbb;border-top-left-radius:1.25vw;box-shadow:.2vw .2vw #000;object-fit:contain;overflow:hidden}.main-item-slot.character .card-character-slot .character-img{height:100%;width:100%;object-fit:cover;transition:all .2s ease-out;cursor:pointer}.main-item-slot.character .card-character-slot .character-img:hover{transform:scale(1.1);filter:drop-shadow(0 4px 4px #ff0)}.main-item-slot.character .card-character-slot .constell-overlay{position:absolute;top:0;left:0;width:99%;height:88%;pointer-events:none}.main-item-slot.character .card-character-slot .constell-overlay img{width:100%;height:100%;pointer-events:none}.main-item-slot.character .card-character-slot .constell-overlay .constell-button{display:flex;position:absolute;width:min(2.5vw,2.8rem);aspect-ratio:1 / 1;border:0;outline:0;margin:0;padding:0;border-radius:0;background:transparent;overflow:hidden;transform:translate(-50%,-50%);pointer-events:all!important}.main-item-slot.character .card-character-slot .constell-overlay .constell-button:active,.main-item-slot.character .card-character-slot .constell-overlay .constell-button:focus,.main-item-slot.character .card-character-slot .constell-overlay .constell-button:focus-visible{border:0;outline:0}.main-item-slot.character .card-character-slot .constell-overlay .constell-button img{width:50%;height:50%;margin:25%;opacity:.5;transition:transform .3s ease-out;filter:drop-shadow(0 0 0 #00000088)}.main-item-slot.character .card-character-slot .constell-overlay .constell-button.active img{width:70%;height:70%;margin:15%;opacity:1}.main-item-slot.character .card-character-slot .constell-overlay .constell-button:hover img{transform:scale(1.25)}.main-item-slot.character .card-character-slot .account-info{position:absolute;left:1%;color:#fff;font-size:min(.7vw,.8rem);font-weight:500;white-space:nowrap}.main-item-slot.character .card-character-slot .account-info.region{bottom:7%}.main-item-slot.character .card-character-slot .account-info.player-name{bottom:3.5%}.main-item-slot.character .card-character-slot .account-info.player-uid{bottom:0}.main-item-slot.character .card-character-slot .character-name{position:absolute;right:1%;bottom:-.5%;color:#fff;font-size:min(1.75vw,2rem);font-weight:500;white-space:nowrap}.main-item-slot.character .card-character-slot .character-icon{position:absolute;bottom:6.5%;height:min(1.1vw,1.3rem);aspect-ratio:1 / 1}.main-item-slot.character .card-character-slot .character-icon.element{height:min(1.3vw,1.5rem);bottom:calc(6.5% - .05vw);aspect-ratio:1 / 1;right:calc(19% - .1vw)}.main-item-slot.character .card-character-slot .character-icon.stat-type{right:13%}.main-item-slot.character .card-character-slot .character-icon.attack-type{right:7%}.main-item-slot.character .card-character-slot .character-icon.weapon-type{right:1%}.main-item-slot.weapon .weapon-info-slot{position:absolute;bottom:0;width:100%;height:72.5%;background-color:#ffffff19}.main-item-slot.weapon .weapon-info-img{position:absolute;left:2%;width:calc(25% - 2px);aspect-ratio:1 / 1;border:1px solid #bbb;overflow:hidden;z-index:250;background:linear-gradient(30deg,#0b0b44,#336)}.main-item-slot.weapon .weapon-constell-select{position:absolute;left:calc(-10% - 1px);bottom:-10%;width:calc(50% - 3px);height:auto;aspect-ratio:4 / 1;z-index:500;align-items:center;justify-content:center;transform:scale(.5);border:1px solid #fff}.main-item-slot.weapon .weapon-info-img img{width:100%;height:100%}.main-item-slot.weapon .weapon-stat,.main-item-slot.weapon .weapon-name{position:absolute;color:#fff}.main-item-slot.weapon .weapon-name{font-size:min(1vw,.98rem);bottom:40%;left:30%;width:70%;white-space:nowrap;transform:translateY(-50%)}.main-item-slot.weapon .weapon-stat-icon{position:absolute;top:77.5%;width:8%;height:auto;transform:translateY(-50%)}.main-item-slot.weapon .weapon-stat{font-size:min(1.3vw,1.274rem);top:77.5%;transform:translateY(-50%)}.main-item-slot.weapon .weapon-stat em{font-size:min(1vw,.98rem)}.main-item-slot.weapon .weapon-stat-icon.main{left:29%}.main-item-slot.weapon .weapon-stat-icon.sub{left:62.5%}.main-item-slot.weapon .weapon-stat.main{right:45%}.main-item-slot.weapon .weapon-stat.sub{right:5%}.main-item-slot.stats .harmony-slot{display:flex;position:absolute;flex-direction:column;bottom:2.75%;left:50%;width:100%;height:min(3.75vw,3.7rem);gap:min(.5vw,.55rem);align-items:center;justify-content:center;color:#fff;white-space:nowrap;transform:translate(-50%,-50%)}.main-item-slot.stats .harmony-slot .container{display:flex;width:fit-content;max-width:90%;height:40%;gap:min(.22vw,.242rem);padding:0 min(.2vw,.2rem);align-items:center;background-color:#ffffff19;font-size:min(1vw,.9rem)}.main-item-slot.stats .harmony-slot .container img{width:auto;height:80%;aspect-ratio:1 / 1}.main-item-slot.stats .score-slot{display:flex;width:100%;height:fit-content;color:#fff;font-size:min(1.2vw,1.2rem);margin-top:auto;justify-content:space-evenly}.main-item-slot.stats .score-slot em{text-decoration:underline;font-size:min(1.3vw,1.365rem)}.main-item-slot.description span{position:absolute;color:#bbb;white-space:nowrap}.main-item-slot.description span.kuro{left:0;bottom:0;font-size:min(.78vw,.85rem)}.main-item-slot.description span.powered{right:0;bottom:60%;font-size:min(.65vw,.71rem)}.main-item-slot.description span.link{right:0;bottom:0;font-size:min(.78vw,.85rem)}.main-item-slot.description span.link em{text-decoration:underline}.main-item-slot.description span.link img.link-image{position:absolute;height:70%;transform:translate(-120%,10%)}.main-item-slot.namecard .namecard-score{position:relative;width:31%;height:90%}.main-item-slot.namecard .namecard-score img{position:absolute;width:100%;height:auto;top:42.5%;left:50%;transform:translate(-50%,-50%)}.main-item-slot.namecard .namecard-score span{position:absolute;bottom:1%;left:50%;color:#fff;white-space:nowrap;transform:translate(-52%,20%);font-size:min(1.2vw,1.2rem)}.main-item-slot.namecard .namecard-score em{text-decoration:underline;font-size:min(1.3vw,1.3rem)}.main-item-slot.namecard .namecard-image{display:flex;width:65%;height:90%;border:1px solid #fff}.card-character-select{display:flex;width:100%;min-height:0;gap:1rem}.card-character-select__panel{display:flex;flex-direction:column;min-width:0;min-height:0;width:67.5%;overflow:hidden;border:1px solid #8f8f8f;background:#101216e6}.card-character-select__panel.weapon{width:30%}.card-character-select__header{display:flex;min-height:2.75rem;align-items:center;justify-content:space-between;gap:.75rem;padding:0 .9rem;color:#fff;border-bottom:1px solid #666;background:#08090cbf}.card-character-select__header>span{font-size:.95rem}.card-character-select__header>strong{min-width:0;overflow:hidden;color:#ffd764;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.card-character-select__header>img{width:1.75rem;height:1.75rem;object-fit:contain}.card-character-select__filters{display:flex;padding:1% 0;width:100%;border-bottom:1px solid #494949;justify-content:space-between}.card-character-select__filter-row{display:flex;width:45%;align-items:center;justify-content:space-around}.card-character-select__filter-row.element{width:55%}.card-character-select__filter-row button{width:auto;height:80%;max-height:3rem;aspect-ratio:1/1;place-items:center;padding:.2rem;cursor:pointer;border:1px solid #555;background:#1b1e25}.card-character-select__filter-row button:hover{border-color:#fff}.card-character-select__filter-row button.active{border-color:#ffd764;background:#55461f;box-shadow:inset 0 0 0 1px #ffd76466}.card-character-select__filter-row img{width:100%;height:100%;object-fit:contain;filter:brightness(.55)}.card-character-select__filter-row button.active img{filter:brightness(1)}.card-character-select__character-list,.card-character-select__weapon-list{min-height:0;overflow-y:auto;scrollbar-color:#777 #17191e}.card-character-select__character-list{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-evenly;gap:.5rem .2rem;padding:.5rem 1%}.card-character-select__character{display:flex;flex-direction:column;position:relative;height:6rem;flex:0 0 auto;aspect-ratio:3 / 4;align-items:center;justify-content:space-between;gap:.25rem;padding:.35rem;cursor:pointer;color:#fff;border:1px solid #666;background:#252832;overflow:hidden}.card-character-select__character:after{position:absolute;inset:0;z-index:0;content:"";opacity:.32;pointer-events:none}.card-character-select__character.aero:after{background:#41a33a}.card-character-select__character.fusion:after{background:#e65353}.card-character-select__character.electro:after{background:#7839b8}.card-character-select__character.glacio:after{background:#4ba8c9}.card-character-select__character.spectro:after{background:#d1b82f}.card-character-select__character.havoc:after{background:#9f456f}.card-character-select__character:hover{border-color:#fff}.card-character-select__character.selected,.card-character-select__weapon.selected{border-color:#ffd764;box-shadow:inset 0 0 0 1px #ffd764,0 0 .5rem #ffd76466}.card-character-select__character img{position:relative;z-index:1;width:min(100%,5.5rem);min-height:0;flex:1;object-fit:cover;background:#090a0d99}.card-character-select__character span{position:relative;z-index:1;width:100%;overflow:hidden;font-size:.72rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.card-character-select__weapon-list{display:flex;flex-direction:column;gap:.55rem;padding:.75rem}.card-character-select__weapon{display:flex;width:100%;min-height:5rem;grid-template-columns:5rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.35rem .75rem .35rem .35rem;cursor:pointer;color:#fff;text-align:left;border:1px solid #d2af4a;background:#22252c;transition:background .2s ease-out}.card-character-select__weapon:hover{border-color:#d3bf4c;background:#ffd76466}.card-character-select__weapon.rarity-4{border-color:#7951a8}.card-character-select__weapon.rarity-4:hover{border-color:#c58cff;background:#352a43}.card-character-select__weapon.recommended:not(.selected){border-color:#d2af4a}.card-character-select__weapon>img{height:100%;aspect-ratio:1;object-fit:contain;background:#0d0f13}.card-character-select__weapon-info{display:flex;min-width:0;flex-direction:column;gap:.2rem}.card-character-select__weapon-info small{color:#ffd764;font-size:.65rem}.card-character-select__weapon.rarity-4 .card-character-select__weapon-info small{color:#c58cff}.card-character-select__weapon-info strong{overflow:hidden;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.card-character-select__weapon-info>span{color:#bfc2ca;font-size:.72rem}@media(max-width:1024px){.card-character-select__filters{display:flex;flex-direction:column;gap:.45rem}}@media(max-width:780px){.card-character-select{min-width:42rem}}.characters-page{gap:1rem;align-items:stretch!important}.characters-toolbar{display:flex;width:100%;min-height:3.75rem;align-items:center;gap:.65rem;padding:0;box-sizing:border-box;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#777 transparent}.characters-toolbar.secondary{display:flex;justify-content:flex-end}.characters-sort{display:flex;flex:0 0 auto;min-width:0;gap:.3rem}.characters-sort button{display:flex;min-height:2.35rem;align-items:center;justify-content:center;gap:.4rem;padding:0 .75rem;border:1px solid #555;border-radius:0;background:#1b1e25;color:#d8dae0;font:inherit;font-size:.86rem;font-weight:900;white-space:nowrap;cursor:pointer;transition:border-color .2s ease-out,background .2s ease-out}.characters-sort button:hover{border-color:#fff;background:#2d313a}.characters-sort button.active{border-color:#ffd764;background:#55461f;color:#fff;box-shadow:inset 0 0 0 1px #ffd76466}.characters-sort button.characters-setting-toggle{color:#bfc2ca;background:#101216}.characters-sort button.characters-setting-toggle:hover{color:#fff;border-color:#8f8f8f;background:#2d313a}.characters-sort button.characters-setting-toggle[aria-pressed=true]{color:#fff;border-color:#ffd764;background:#55461f}.characters-sort-arrow{display:inline-grid;width:.9rem;place-items:center;color:#ffd764;font-size:1rem;line-height:1}.characters-search{display:flex;width:min(18rem,24vw);min-width:10rem;max-width:20rem;flex:1 0 10rem;margin-left:auto}.characters-search input{width:100%;height:2.35rem;padding:0 .9rem;border:1px solid #555;border-radius:0;outline:none;background:#1b1e25;color:#fff;font:inherit;font-size:.88rem;box-sizing:border-box;transition:border-color .2s ease-out,background .2s ease-out}.characters-search input::placeholder{color:#8f939d}.characters-search input:focus{border-color:#ffd764;background:#22252c;box-shadow:inset 0 0 0 1px #ffd76466}.characters-search input::-webkit-search-cancel-button{cursor:pointer}.characters-filter-options{display:flex;flex:0 0 auto;gap:.3rem}.characters-filter-group{display:none;flex:0 0 auto;align-items:center;gap:.4rem}.characters-filter-group.secondary{display:flex}.characters-filter-group>span{color:#d8dae0;font-size:.78rem;font-weight:900;white-space:nowrap}.characters-filter-options button{display:grid;width:2.35rem;height:2.35rem;place-items:center;padding:.25rem;border:1px solid #555;border-radius:0;background:#1b1e25;cursor:pointer;transition:border-color .2s ease-out,background .2s ease-out}.characters-filter-options button:hover{border-color:#fff;background:#2d313a}.characters-filter-options button.active{border-color:#ffd764;background:#55461f;box-shadow:inset 0 0 0 1px #ffd76466}.characters-filter-options img{width:100%;height:100%;object-fit:contain;filter:brightness(.55)}.characters-filter-options button.active img{filter:brightness(1)}.characters-list{display:flex;width:100%;min-height:18rem;align-content:flex-start;justify-content:space-evenly;flex-wrap:wrap;gap:1.5rem;padding:1rem 0;box-sizing:border-box}.characters-empty{align-self:center;margin:auto;color:#bfc2ca;font-size:.9rem;font-weight:800}@media(max-width:1024px){.characters-toolbar{flex-direction:column;min-height:0;gap:.5rem;overflow-x:visible}.characters-toolbar.secondary{display:none}.characters-filter-group{display:flex}.characters-sort,.characters-filter-group,.characters-search{width:100%;min-width:0;margin:0}.characters-sort button{flex:1;min-width:0;padding:0 .55rem;font-size:.75rem}.characters-filter-group{justify-content:space-between}.characters-filter-options{flex-wrap:wrap;justify-content:flex-end}.characters-search{max-width:none}.characters-list{gap:1rem;padding:.75rem .5rem}}.game-setting-shell{width:100%;color:#f3f6ff}.game-setting-wrap{display:flex;flex-direction:column;width:100%;margin:0 auto}.game-setting-hero{display:flex;flex-direction:column;justify-content:space-between;gap:24px;margin-bottom:24px;padding:28px 32px;border:1px solid #ffffff44;border-radius:28px;background:#0004;box-shadow:0 20px 50px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.game-setting-hero__text{flex:1}.game-setting-hero__eyebrow{margin:0 0 12px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ab1ff}.game-setting-hero__title{margin:0;font-size:clamp(32px,5vw,52px);line-height:1.08;font-weight:800;letter-spacing:-.03em}.game-setting-hero__desc{margin:14px 0 0;font-size:15px;line-height:1.7;color:#f3f6ffb8}.game-setting-hero__meta{display:flex;width:100%;gap:12px}.game-setting-stat{padding:16px 18px;border-radius:18px;width:50%;background:#080c1880;border:1px solid rgba(255,255,255,.08)}.game-setting-stat__label{display:block;margin-bottom:6px;font-size:12px;color:#f3f6ff94}.game-setting-stat__value{display:block;white-space:nowrap;color:#fff;font-size:min(1vw,1rem)}.game-setting-stat__value.hide{filter:blur(.4rem)}.game-setting-panel{display:grid;grid-column:1;gap:20px}.game-setting-summary{display:grid;padding:24px 28px;border-radius:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #0000002e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.game-setting-block__head{margin-bottom:18px}.game-setting-block__head h2{margin:0;font-size:22px;font-weight:800;color:#fff}.game-setting-block__head p{margin:8px 0 0;font-size:14px;color:#f3f6ffad}.game-setting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.game-setting-field{display:flex;flex-direction:column;gap:8px}.game-setting-field label{font-size:14px;font-weight:700;color:#f3f6ffeb}.game-setting-field input,.game-setting-field select{height:52px;width:100%;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#070b16c2;color:#fff;font-size:15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.game-setting-field input::placeholder{color:#ffffff4d}.game-setting-field input:focus,.game-setting-field select:focus{border-color:#799afff2;box-shadow:0 0 0 4px #6e8cff29;background:#090e1cf2}.game-setting-summary{display:flex;flex-direction:column;gap:12px}.game-setting-summary__row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:0 2px}.game-setting-summary__row>input{width:9rem;height:70%;padding:0 .5rem;color:#fff;border:0;background:linear-gradient(330deg,#336,#0b0b44)}.game-setting-summary__row:last-child{border-bottom:0}.game-setting-summary__row span{color:#f3f6ff9e;font-size:14px}.game-setting-summary__row strong{color:#fff;font-size:15px;text-align:right;word-break:break-word}.game-setting-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 4px 0}.game-setting-message{flex:1;min-height:24px;display:flex;align-items:center}.game-setting-message__text,.game-setting-message__placeholder{margin:0;font-size:14px}.game-setting-message__placeholder{color:#f3f6ff6b}.game-setting-message__text.is-success{color:#77e68c}.game-setting-message__text.is-error{color:#ff8d8d}.game-setting-submit{min-width:220px;height:54px;border:0;border-radius:16px;background:linear-gradient(135deg,#7087ff,#8a67ff);color:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:transform .15s ease,opacity .2s ease,box-shadow .2s ease;box-shadow:0 12px 24px #585cff42}.game-setting-submit:hover:not(:disabled){transform:translateY(-1px)}.game-setting-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.game-setting-empty{max-width:720px;margin:120px auto 0;text-align:center;border-radius:28px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.game-setting-empty-title{margin:0;font-size:34px;font-weight:800}.game-setting-empty-desc{margin:14px 0 0;font-size:15px;line-height:1.7;color:#f3f6ffad}@media(max-width:960px){.game-setting-hero{flex-direction:column}.game-setting-hero__meta{width:100%;grid-template-columns:1fr 1fr}.game-setting-grid{grid-template-columns:1fr}.game-setting-footer{flex-direction:column;align-items:stretch}.game-setting-submit{width:100%}}@media(max-width:640px){.game-setting-shell{padding:24px 14px 48px}.game-setting-hero,.game-setting-block,.game-setting-summary{padding:20px 18px;border-radius:20px}.game-setting-hero__title{font-size:30px}.game-setting-hero__meta{grid-template-columns:1fr}}.profile-info-field{display:flex;position:relative;width:calc(100% - 2px);max-width:940px;height:auto;aspect-ratio:21 / 9;align-items:center;border:1px solid #fc0;border-radius:min(2vw,1.6rem);background-image:url(/cardBg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.profile-info-field>.main-stand-image{position:absolute;height:100%;right:-10%;mix-blend-mode:luminosity}.profile-info-field .container{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:space-evenly;z-index:1}.profile-info-field .container .user-info{display:flex;width:75%;height:20%;margin-right:20%;gap:2%;align-items:center}.profile-info-field .container .user-info .profile-image-wrap{width:auto;height:100%;aspect-ratio:1 / 1;padding:1px;border-radius:25%;background:linear-gradient(45deg,#a47a1e,#d3a84c,#ffec94,#e6be69,#ffd87c,#b58f3e,#956d13);overflow:hidden;flex-shrink:0}.profile-info-field .container .user-info .profile-image-wrap .profile-image{width:100%;height:100%;object-fit:cover;border-radius:25%;display:block;background-image:url(/cardBg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.profile-info-field .container .user-info .text-box{display:flex;flex-direction:column;height:100%;justify-content:flex-end;gap:2%;white-space:pre}.profile-info-field .container .user-info .text-box>span{color:#fff;font-size:min(1vw,.8rem);font-weight:500}.profile-info-field .container .user-info .text-box>span>em{text-decoration:underline}.profile-info-field .container .user-info .text-box>span>img{width:auto;height:min(1vw,.8rem);transform:scale(1.5) translateY(min(.08vw,.066rem))}.profile-info-field .container .user-info .button-box{display:flex;width:40%;height:100%;gap:5%;align-items:center;justify-content:flex-end;margin-left:auto}.profile-info-field .container .user-info .button-box button{width:auto;height:40%;aspect-ratio:3.5 / 1;padding:0;color:#000;background-color:#ccc;border:1px solid #444;font-size:min(1.1vw,.88rem);transition:all .2s ease-out}.profile-info-field .container .user-info .button-box button:hover{color:#fff;background-color:#444;border:1px solid #fff}.profile-info-field .container .user-info .profile-button{display:flex;width:100%;height:auto;aspect-ratio:8 / 1;align-items:center;margin:0;border:0;padding:0 2.5%;border-radius:0;color:#000;background-color:#fff;transition:all .2s ease-out}.profile-info-field .container .game-info{display:flex;flex-direction:column;width:95%;height:65%;gap:min(.7vw,.55rem);align-items:flex-start;justify-content:flex-start;overflow:visible}.profile-info-field .container .game-info h2{margin:0;color:#fff;font-size:min(1.45vw,1.1rem);font-weight:800;text-shadow:0 0 6px #000,0 2px 4px #000}.profile-info-field .container .game-info .profile-display-list{display:flex;width:100%;height:calc(100% - min(2.2vw,1.8rem));gap:min(2vw,1.5rem);align-items:center;justify-content:flex-start;overflow:visible}.profile-info-field .container .game-info .profile-display-list .character-slot{width:auto;min-width:0;height:100%;min-height:0;aspect-ratio:3 / 4;flex:0 0 auto}.profile-info-field .container .game-info .profile-display-list .character-slot .character-info-slot .name{font-size:min(1.4vw,1.1rem)}@media(max-width:780px){.profile-info-field .container .game-info .profile-display-list{gap:.75rem}}.profile-page{display:flex;flex-direction:column;width:100%;max-width:900px;min-height:0;gap:1rem;box-sizing:border-box;color:#f4f7ff}.profile-info,.profile-card{border:1px solid #8f8f8f;border-radius:0;background:#101216e6;box-shadow:0 6px 16px #00000061}.profile-info{display:flex;width:100%;min-width:0;margin-top:0;padding:1.25rem;box-sizing:border-box}.profile-info-inner{display:flex;flex-direction:column;justify-content:center;width:100%}.profile-info-eyebrow{margin:-1.25rem -1.25rem 1rem;padding:.85rem 1rem;border-bottom:1px solid #666;background:#08090cbf;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase;color:#ffd764}.profile-info-title{margin:0;color:#fff;font-size:1.45rem;line-height:1.35;font-weight:900;letter-spacing:0;white-space:normal;word-break:keep-all;filter:drop-shadow(0 2px 4px rgba(0,0,0,.75))}.profile-info-title>em{color:#ffd764;font-style:normal;text-decoration:none}.profile-info-desc{margin:.7rem 0 0;color:#c7c9cf;font-size:.88rem;line-height:1.65;word-break:keep-all;white-space:nowrap}.profile-info-list{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0 0;padding:0;list-style:none}.profile-info-list li{position:relative;display:flex;align-items:center;min-width:12rem;min-height:2.75rem;flex:1 1 12rem;padding:0 1rem 0 1.15rem;border:1px solid #555;border-radius:0;background:#1b1e25;color:#fff;font-size:.9rem;font-weight:900;text-shadow:0 1px 3px rgba(0,0,0,.72);box-shadow:none}.profile-info-list li:before{content:"";position:absolute;left:0;top:.55rem;bottom:.55rem;width:3px;border-radius:0;background:#ffd764;box-shadow:0 0 8px #ffd76480}.profile-panel{display:flex;align-items:stretch;justify-content:stretch;width:100%;min-width:0;height:auto}.profile-card{display:flex;flex-direction:column;width:100%;max-width:none;min-height:0;height:auto;padding:0;box-sizing:border-box}.profile-card-header{margin:0;padding:.9rem 1.25rem;border-bottom:1px solid #666;background:#08090cbf}.profile-card-header h2{margin:0;color:#fff;font-size:1rem;font-weight:900;letter-spacing:0;text-shadow:0 1px 3px rgba(0,0,0,.75)}.profile-card-header p{margin:.35rem 0 0;color:#bfc2ca;font-size:.8rem;line-height:1.5}.profile-card-body{display:flex;flex-direction:column;padding:1.25rem}.profile-field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:.95rem}.profile-login-card .profile-card-body>*{width:100%;max-width:25rem;align-self:center;box-sizing:border-box}.profile-field label{color:#ecf5ffe6;font-size:.86rem;font-weight:800}.profile-field input{width:100%;height:2.85rem;padding:0 .9rem;box-sizing:border-box;border:1px solid #555;border-radius:0;background:#1b1e25;color:#fff;font-size:.92rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.profile-field input::placeholder{color:#ffffff5c}.profile-field input:focus{border-color:#ffd764;box-shadow:inset 0 0 0 1px #ffd76466;background:#22252c}.profile-password-field{position:relative;display:flex;width:100%}.profile-password-field input{width:100%;padding-right:4rem;box-sizing:border-box}.profile-password-toggle{position:absolute;top:50%;right:.45rem;height:2rem;min-width:3rem;padding:0 .65rem;border:1px solid rgba(190,218,255,.28);border-radius:0;background:#ffffff14;color:#fffc;font-size:.78rem;font-weight:900;cursor:pointer;transform:translateY(-50%)}.profile-password-toggle:hover{background:#ffffff29;color:#fff}.profile-find-row{display:flex;align-items:center;justify-content:flex-end;gap:.55rem;margin:-.35rem 0 .95rem}.profile-find-row button{padding:0;border:0;background:transparent;color:#ecf5ffbd;font-size:.8rem;font-weight:800;cursor:pointer}.profile-find-row button:hover{color:#fff;text-decoration:underline}.profile-find-row span{width:1px;height:.75rem;background:#bedaff57}.profile-field-hint{height:1rem;margin:.1rem 0 0;font-size:.8rem}.profile-field-hint.success{color:#138a3d}.profile-field-hint.error{color:#c92a2a}.profile-check{display:flex;align-items:flex-start;gap:.6rem;margin:.25rem 0 1rem;color:#ecf5ffc7;font-size:.86rem;line-height:1.55}.profile-check input{margin-top:.25rem}.profile-check>span>em{color:#9fd4ff;font-style:normal;font-weight:800;text-decoration:underline;cursor:pointer}.profile-submit{width:100%;height:2.85rem;border:1px solid #666;border-radius:0;background:#22252c;color:#fff;font-size:.94rem;font-weight:900;cursor:pointer;transition:opacity .2s ease,transform .15s ease,background .2s ease}.profile-submit:hover:not(:disabled){transform:translateY(-1px);border-color:#ffd764;background:#55461f}.profile-submit:disabled{opacity:.45;cursor:not-allowed}.profile-submit.google{border-color:#666;background:#1b1e25}.profile-submit.google:hover:not(:disabled){border-color:#fff;background:#2d313a}.profile-card-footer{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;color:#ecf5ffad;font-size:.86rem}.profile-text-button{padding:0;border:0;background:transparent;color:#ffd764;font-size:.86rem;font-weight:900;cursor:pointer}.profile-recovery-slot{display:flex;flex-direction:column;gap:1rem;min-width:min(20rem,100%);color:#f4f7ff}.profile-recovery-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;padding:.3rem;border:1px solid rgba(190,218,255,.42);border-radius:0;background:#040a1880}.profile-recovery-tabs button{height:2.25rem;border:0;border-radius:0;background:transparent;color:#ecf5ffb3;font-size:.84rem;font-weight:900;cursor:pointer}.profile-recovery-tabs button.active{background:linear-gradient(0deg,#336,#0b0b44,#336);color:#fff}.profile-recovery-guide{padding:1rem;border:1px solid rgba(190,218,255,.42);border-radius:0;background:#040a1875}.profile-recovery-guide h3{margin:0;color:#fff;font-size:1rem;font-weight:900}.profile-recovery-guide p{margin:.75rem 0 0;color:#ecf5ffc2;font-size:.88rem;line-height:1.65;word-break:keep-all}.profile-recovery-form{display:flex;flex-direction:column}.profile-recovery-message{margin:.8rem 0 0;font-size:.84rem;font-weight:800;line-height:1.5}.profile-recovery-message.success{color:#138a3d}.profile-recovery-message.error{color:#c92a2a}@media(max-width:980px){.profile-info-desc{white-space:normal}}@media(max-width:560px){.profile-page{gap:.75rem}.profile-info,.profile-card-body{padding:.9rem;border-radius:0}.profile-info-eyebrow{margin:-.9rem -.9rem .9rem}.profile-info-title{font-size:1.25rem}.profile-info-list li{min-height:2.7rem;padding:0 .8rem}}.elevated-overlay-backdrop{position:fixed;inset:0;z-index:10001;display:grid;place-items:center;padding:1rem;box-sizing:border-box;background:#030407d1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:elevatedOverlayFadeIn .15s ease-out}.elevated-overlay-panel{display:flex;flex-direction:column;width:min(62vw,56rem);min-width:min(24rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);overflow:hidden;border:1px solid #8f8f8f;border-radius:0;box-shadow:0 14px 40px #000d;background:#101216f5;color:#f4f7ff;font-size:1rem;animation:elevatedOverlayScaleIn .15s ease-out}.elevated-overlay-panel:has(.ocr-image-input-panel){width:min(92vw,64rem,calc((100dvh - 2rem) * 4 / 3));aspect-ratio:4 / 3}.elevated-overlay-panel:has(.ocr-image-input-panel) .elevated-overlay-body{overflow:hidden}.elevated-overlay-header{display:flex;width:100%;min-height:3.25rem;align-items:center;justify-content:space-between;padding:.55rem .75rem .55rem 1rem;box-sizing:border-box;color:#fff;border-bottom:1px solid #666;background:#08090cf2;gap:.75rem}.elevated-overlay-header-text{min-width:0;overflow:hidden;color:#ffd764;font-size:1.05rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.elevated-overlay-body{display:flex;width:100%;min-width:0;min-height:0;flex:1;padding:1rem;box-sizing:border-box;overflow:auto;scrollbar-color:#777 #17191e}.elevated-overlay-close-btn{position:relative;display:flex;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;align-items:center;justify-content:center;border:1px solid #555;border-radius:0;background:#1b1e25;cursor:pointer;transition:border-color .2s ease-out,background .2s ease-out}.elevated-overlay-close-btn:before,.elevated-overlay-close-btn:after{content:"";position:absolute;width:55%;height:2px;background:#f4f7ff}.elevated-overlay-close-btn:before{transform:rotate(45deg)}.elevated-overlay-close-btn:after{transform:rotate(-45deg)}.elevated-overlay-close-btn:hover,.elevated-overlay-close-btn:focus-visible{outline:none;border-color:#ffd764;background:#55461f}@keyframes elevatedOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes elevatedOverlayScaleIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:1024px){.elevated-overlay-panel{width:min(90vw,56rem);min-width:0}}@media(max-width:560px){.elevated-overlay-backdrop{padding:.5rem}.elevated-overlay-panel{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem);aspect-ratio:auto}.elevated-overlay-header{min-height:3rem;padding-left:.75rem}.elevated-overlay-header-text{font-size:.92rem}.elevated-overlay-body{padding:.65rem}}@font-face{font-family:krFont;src:url(/assets/PretendardVariable-Bh9nN6Cq.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:enFont;src:url(/assets/Roboto-Medium-B-WQFzlZ.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:jpFont;src:url(/assets/NotoSansJP-Regular-BPcEjQkM.ttf) format("truetype");font-weight:500 900;font-style:normal;font-display:swap}@font-face{font-family:zhFont;src:url(/assets/NotoSansTC-Regular-DExyUsSR.ttf) format("truetype");font-weight:500 900;font-style:normal;font-display:swap}@font-face{font-family:numFont;src:url(/assets/WantedSans-Medium-D6lrcwoC.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}.kr-font{font-family:krFont,sans-serif}.en-font{font-family:enFont,sans-serif}.jp-font{font-family:jpFont,zhFont,sans-serif}.zh-font{font-family:zhFont,sans-serif}.num-font{font-family:numFont,sans-serif}:root{display:flex;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}::-webkit-scrollbar{width:0;height:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
