@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.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:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#e0e0e0;background:#1a1a1a;width:100%;height:100%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;overflow-x:hidden}#__next{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#f36;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#f58}.characters-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.characters-header{text-align:center;margin-bottom:3rem;position:relative}.characters-header:after{content:"";background:linear-gradient(90deg,#f36,#ff6b6b);border-radius:3px;width:100px;height:3px;position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.characters-title{color:#333;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.characters-subtitle{color:#666;font-size:1.1rem}.characters-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.character-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 5px 15px #0000000d}.character-card:hover{border-color:#ff33664d;transform:translateY(-5px);box-shadow:0 10px 25px #ff336626}.character-image-container{background:linear-gradient(135deg,#f36,#ff6b6b);width:100%;padding-top:100%;position:relative;overflow:hidden}.character-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.character-image-placeholder{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;font-weight:700;display:flex;position:absolute;top:0;left:0}.character-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.character-name{color:#333;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.character-description{color:#666;flex-grow:1;font-size:.95rem;line-height:1.5}.characters-loading{flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.spinner{border:4px solid #ff33661a;border-top-color:#f36;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #ff33664d}50%{box-shadow:0 0 40px #f369}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.glow-effect{position:relative;overflow:hidden}.glow-effect:before{content:"";background:radial-gradient(circle,#f363 0%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite pulse-glow;position:absolute;top:-50%;left:-50%}.animated-gradient{background:linear-gradient(135deg,#f36,#f69,#f36) 0 0/200% 200%;animation:4s infinite gradient-shift}@media (max-width:768px){.characters-title{font-size:2rem}.characters-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media (max-width:480px){.characters-grid{grid-template-columns:1fr}}
