:root{--brand-orange:#f59e0b;--brand-yellow:#fbdb51;--brand-white:#f2f2f2;--brand-red-main:#d92b4b;--bg-main:#161618;--bg-secondary:#1e1c26;--bg-card:linear-gradient(135deg,rgba(30,28,38,.95),rgba(20,18,28,.95));--bg-hover:#252330;--primary:#f59e0b;--primary-hover:#d97706;--primary-text:#000;--brand-primary:var(--brand-orange);--brand-primary-hover:#d97706;--accent-highlight:var(--brand-yellow);--text-main:#fff;--text-secondary:#a5a8b4;--text-disabled:#4b5563;--border:rgba(150,100,200,.15);--border-light:rgba(150,100,200,.25);--success:#10b981;--danger:#ef4444;--warning:#f59e0b}*{box-sizing:border-box;padding:0;margin:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;background:var(--bg-main);color:var(--text-main);line-height:1.5;overflow-y:scroll}.container{margin:0 auto;padding:0 1rem;width:100%}@media (min-width:1025px){.container{width:1200px;padding:0 2rem}}@media (min-width:769px) and (max-width:1024px){.container{width:768px;padding:0 1.5rem}}@media (max-width:768px){.container{width:100%;max-width:100%;padding:0 1rem}}body{min-width:320px}.adaptive-wrapper{display:flex;justify-content:center;width:100%}.adaptive-content{width:100%}@media (min-width:1025px){.adaptive-content{width:1200px}}@media (min-width:769px) and (max-width:1024px){.adaptive-content{width:768px}}.mobile-only,.tablet-only{display:none!important}.desktop-only{display:block}@media (max-width:768px){.mobile-only{display:block!important}.desktop-only,.tablet-only{display:none!important}}@media (min-width:769px) and (max-width:1024px){.mobile-only{display:none!important}.tablet-only{display:block!important}.desktop-only{display:none!important}}.card{background:var(--bg-secondary);border-radius:8px;padding:1.5rem;border:1px solid var(--border);transition:transform .2s,border-color .2s,box-shadow .2s}.card:hover{border-color:var(--border-light);box-shadow:0 4px 6px -1px rgba(0,0,0,.5)}.btn{background:var(--primary);color:var(--primary-text);padding:.6rem 1.2rem;border-radius:4px;border:none;cursor:pointer;font-weight:700;font-size:calc(.9rem + 2px);transition:background .2s,transform .1s}.btn:hover{background:var(--primary-hover)}.btn:active{transform:translateY(1px)}.btn-outline{background:transparent;border:1px solid var(--border-light);color:var(--text-secondary);padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.input{background:var(--bg-main);color:var(--text-main);padding:.8rem 1rem;border:1px solid var(--border);border-radius:4px;outline:none;transition:border-color .2s}.input:focus{border-color:var(--primary)}.nav{display:flex;gap:2rem;align-items:center}@media (min-width:769px){.header-inner{position:relative}.nav{position:absolute;left:50%;transform:translateX(-50%)}}.nav a{text-decoration:none;color:var(--text-secondary);font-weight:600;font-size:calc(.95rem + 2px);transition:color .2s}.nav a.active,.nav a:hover{color:var(--primary)}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--text-secondary);font-weight:600;font-size:calc(.85rem + 2px);border-bottom:2px solid var(--border);text-transform:uppercase;letter-spacing:.05em}td,th{padding:1rem}td{border-bottom:1px solid var(--border);color:var(--text-main);font-size:calc(.95rem + 2px)}tr:hover td{background:var(--bg-hover)}.badge{padding:.25rem .6rem;border-radius:4px;font-size:calc(.75rem + 2px);font-weight:700;display:inline-block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-area{min-height:400px;animation:fadeIn .3s ease-in-out}.header-adaptive{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(22,22,24,.95);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;margin:0 auto}@media (min-width:1025px){.header-inner{width:1200px;height:60px;padding:0 2rem}.header-logo{height:28px}}@media (min-width:769px) and (max-width:1024px){.header-inner{width:768px;height:56px;padding:0 1.5rem}.header-logo{height:24px}}@media (max-width:768px){.header-inner{width:100%;height:52px;padding:0 1rem}.header-logo{height:22px}.nav{gap:1rem}.nav a{font-size:calc(.85rem + 2px)}}.hero-section-enhanced{position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:visible;padding:50px 1rem 1rem;background:var(--bg-main);border-bottom:1px solid hsla(0,0%,100%,.05)}.hero-background{position:absolute;inset:0;z-index:0}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px;width:100%}.hero-title{font-size:calc(3rem + 2px);font-weight:800;margin-bottom:1rem;color:var(--brand-white);letter-spacing:-.02em}.hero-title .highlight{color:var(--brand-red-main)}.hero-subtitle{font-size:calc(1.1rem + 2px);color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.quick-nav{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media (max-width:768px){.hero-title{font-size:calc(2rem + 2px)}.hero-subtitle{font-size:calc(1rem + 2px);padding:0 1rem}}.hero-section{position:relative;z-index:50;background:var(--bg-main);background-image:radial-gradient(circle at 50% 0,rgba(150,100,200,.08) 0,transparent 50%);border-bottom:1px solid hsla(0,0%,100%,.05)}.hero-inner{margin:0 auto;text-align:center}@media (min-width:1025px){.hero-section{padding:0 0 3rem}.hero-inner{width:800px;padding:0 2rem}.hero-logo{height:260px}.hero-title{font-size:calc(2.5rem + 2px)}.hero-subtitle{font-size:calc(1rem + 2px)}}@media (min-width:769px) and (max-width:1024px){.hero-section{padding:0 0 2rem}.hero-inner{width:768px;padding:0 1.5rem}.hero-logo{height:200px}.hero-title{font-size:calc(2rem + 2px)}.hero-subtitle{font-size:calc(.95rem + 2px)}}@media (max-width:768px){.hero-section{padding:0 0 1.5rem}.hero-inner{width:100%;padding:0 1rem}.hero-logo{height:140px}.hero-title{font-size:calc(1.5rem + 2px)}.hero-subtitle{font-size:calc(.875rem + 2px)}.hero-text-wrapper{margin-bottom:1.5rem!important}}.card-grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:1025px){.card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.card-grid-2{grid-template-columns:repeat(2,1fr)}.card-grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:769px) and (max-width:1024px){.card-grid{gap:1rem}.card-grid,.card-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.card-grid{gap:.75rem}.card-grid,.card-grid-2,.card-grid-4{grid-template-columns:1fr}td,th{padding:.75rem .5rem;font-size:calc(.85rem + 2px)}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.input{padding:.7rem .8rem;font-size:18px}.btn{padding:.7rem 1rem;font-size:calc(.85rem + 2px);width:100%}}.section-gap{margin-bottom:2rem}@media (max-width:768px){.section-gap{margin-bottom:1.5rem}}.MainCharacterModal_overlay___nzML{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.MainCharacterModal_modal__xMkrf{background:var(--bg-secondary,#1a1d29);border-radius:12px;width:100%;max-width:550px;max-height:85vh;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.5);display:flex;flex-direction:column;margin:auto;position:relative}.MainCharacterModal_header__91RUg{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid hsla(0,0%,100%,.1)}.MainCharacterModal_title__Ek3pL{font-size:20px;font-weight:600;color:var(--text-main,#e5e7eb);margin:0}.MainCharacterModal_closeButton__Z3ZGj{background:none;border:none;color:var(--text-secondary,#9ca3af);font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.MainCharacterModal_closeButton__Z3ZGj:hover{background:hsla(0,0%,100%,.1);color:var(--text-main,#e5e7eb)}.MainCharacterModal_body__stIz0{padding:24px;overflow-y:auto;flex:1 1}.MainCharacterModal_description___mCvP{color:var(--text-secondary,#9ca3af);font-size:14px;margin:0 0 24px;line-height:1.5}.MainCharacterModal_inputGroup__VGEJo{margin-bottom:20px}.MainCharacterModal_label__bhtqR{display:block;font-size:14px;font-weight:500;color:var(--text-main,#e5e7eb);margin-bottom:8px}.MainCharacterModal_serverButtons__iZFWF{display:flex;gap:8px}.MainCharacterModal_serverButton__pqEm5{flex:1 1;padding:10px 16px;background:var(--bg-main,#0b0d12);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:var(--text-secondary,#9ca3af);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.MainCharacterModal_serverButton__pqEm5:hover:not(:disabled){border-color:rgba(250,204,21,.5);color:var(--text-main,#e5e7eb)}.MainCharacterModal_serverButton__pqEm5.MainCharacterModal_active__iyNLI{background:rgba(250,204,21,.1);border-color:var(--primary,#facc15);color:var(--primary,#facc15)}.MainCharacterModal_serverButton__pqEm5:disabled{opacity:.5;cursor:not-allowed}.MainCharacterModal_searchBox__Gc0dO{display:flex;gap:8px}.MainCharacterModal_input__BHKGN{flex:1 1;padding:12px 14px;font-size:15px;background:var(--bg-main,#0b0d12);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:var(--text-main,#e5e7eb);transition:all .2s}.MainCharacterModal_input__BHKGN:focus{outline:none;border-color:var(--primary,#facc15);box-shadow:0 0 0 3px rgba(250,204,21,.1)}.MainCharacterModal_input__BHKGN:disabled{opacity:.5;cursor:not-allowed}.MainCharacterModal_input__BHKGN::placeholder{color:var(--text-tertiary,#6b7280)}.MainCharacterModal_searchButton___K_OP{display:flex;align-items:center;gap:6px;padding:12px 20px;background:var(--primary,#facc15);color:var(--bg-main,#0b0d12);border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.MainCharacterModal_searchButton___K_OP:hover:not(:disabled){background:#eab308;transform:translateY(-1px);box-shadow:0 4px 12px rgba(250,204,21,.3)}.MainCharacterModal_searchButton___K_OP:disabled{opacity:.5;cursor:not-allowed;transform:none}.MainCharacterModal_error__RxI8_{margin-bottom:20px;padding:12px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#ef4444;font-size:14px}.MainCharacterModal_resultsSection__0rDzf{margin-top:20px}.MainCharacterModal_resultsHeader__ucxoe{font-size:13px;font-weight:600;color:var(--text-secondary,#9ca3af);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.MainCharacterModal_resultsList__ILOLM{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.MainCharacterModal_resultItem__8Cku5{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-main,#0b0d12);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.MainCharacterModal_resultItem__8Cku5:hover:not(:disabled){border-color:var(--primary,#facc15);background:rgba(250,204,21,.05)}.MainCharacterModal_resultItem__8Cku5:disabled{opacity:.5;cursor:not-allowed}.MainCharacterModal_characterIcon__jre5a{width:40px;height:40px;border-radius:8px;background:rgba(250,204,21,.1);display:flex;align-items:center;justify-content:center;color:var(--primary,#facc15);flex-shrink:0}.MainCharacterModal_characterInfo__DKwm4{flex:1 1;min-width:0}.MainCharacterModal_characterName__oe9QC{font-size:15px;font-weight:600;color:var(--text-main,#e5e7eb);margin-bottom:4px}.MainCharacterModal_characterDetails__lnaok{font-size:13px;color:var(--text-secondary,#9ca3af)}.MainCharacterModal_selectButton__Kr7JC{padding:6px 16px;background:rgba(250,204,21,.1);border:1px solid var(--primary,#facc15);border-radius:6px;color:var(--primary,#facc15);font-size:13px;font-weight:500;flex-shrink:0}.MainCharacterModal_resultItem__8Cku5:hover .MainCharacterModal_selectButton__Kr7JC{background:var(--primary,#facc15);color:var(--bg-main,#0b0d12)}.MainCharacterModal_currentCharacter__H23AG{margin-top:20px;padding:12px;background:rgba(250,204,21,.05);border:1px solid rgba(250,204,21,.2);border-radius:8px}.MainCharacterModal_currentLabel__4nqPP{font-size:12px;font-weight:600;color:var(--text-secondary,#9ca3af);margin-bottom:4px}.MainCharacterModal_currentInfo__mb466{font-size:14px;color:var(--primary,#facc15);font-weight:500}.MainCharacterModal_footer__6D7ZJ{display:flex;gap:12px;padding:16px 24px;background:rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,100%,.1)}.MainCharacterModal_cancelButton__vt2sE{flex:1 1;padding:12px 20px;font-size:15px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s;border:none;background:hsla(0,0%,100%,.05);color:var(--text-secondary,#9ca3af)}.MainCharacterModal_cancelButton__vt2sE:hover:not(:disabled){background:hsla(0,0%,100%,.1);color:var(--text-main,#e5e7eb)}.MainCharacterModal_cancelButton__vt2sE:disabled{opacity:.5;cursor:not-allowed}