:root{--text-main: #edf5ff;--text-muted: #b5c6dc;--panel: rgba(14, 28, 44, .88);--surface: #0c1d2f;--border: #274561;--border-strong: #3e5f7e;--accent: #6ab6ff;font-family:SUIT Variable,Pretendard,Noto Sans KR,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text-main);background-color:#071120;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 0%,rgba(52,104,161,.42),transparent 40%),radial-gradient(circle at 88% 14%,rgba(29,80,127,.35),transparent 42%),linear-gradient(180deg,#081527,#040c18 60%)}#root{max-width:1180px;margin:0 auto;padding:2.5rem 1.5rem 4rem}@media(max-width:720px){#root{padding:1rem .85rem 2rem}}.app{display:flex;flex-direction:column;gap:1.4rem}.header{background:linear-gradient(130deg,#0b213de6,#14385ccc);border:1px solid var(--border-strong);border-radius:22px;padding:1.5rem 1.3rem;box-shadow:0 16px 40px #06112073;animation:rise-in .45s ease both}.header-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;background:#8ec4ff2e;border:1px solid rgba(149,205,255,.34);color:#d4ebff;font-size:.75rem;font-weight:600;margin-bottom:.65rem}.header h1{margin:0 0 .3rem;font-size:clamp(1.5rem,3vw,2.2rem);letter-spacing:-.02em}.header p{margin:0;color:var(--text-muted)}.summary-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.summary-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.2rem}.summary-label{color:var(--text-muted);font-size:.8rem}.summary-card strong{font-size:1.05rem;color:var(--text-main)}.input-section{display:flex;flex-direction:column;gap:.75rem;background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:1rem;animation:rise-in .55s ease both}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.section-head h2{margin:0;font-size:1rem}.section-head span{color:var(--text-muted);font-size:.82rem}textarea{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text-main);padding:.85rem;resize:vertical;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #6ab6ff33}.input-actions{display:flex;gap:.5rem;flex-wrap:wrap}.guide{border:1px solid var(--border);background:#132031cc;color:var(--text-muted);border-radius:12px;font-size:.85rem;padding:.6rem .8rem;animation:rise-in .65s ease both}.guide span{color:var(--text-main);font-weight:600;margin-right:.35rem}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;align-items:stretch}.column{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:1rem;height:auto;display:flex;flex-direction:column;gap:.75rem;transition:border .2s ease,box-shadow .2s ease}.column.over{border-color:var(--accent);box-shadow:0 0 0 2px #6ab6ff40}.column-title{display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-weight:600;color:var(--text-main)}.column-title-right{display:flex;align-items:center;gap:.45rem}.column-count{color:var(--text-muted);font-size:.84rem;font-weight:700}.column-body{display:flex;flex-direction:column;gap:.75rem;padding-right:0;overflow:visible}.column.fixed-body .column-body{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:.45rem;scrollbar-width:thin;scrollbar-color:#4a88be transparent}.column.fixed-body{height:560px}.column.fixed-body .column-body::-webkit-scrollbar{width:8px}.column.fixed-body .column-body::-webkit-scrollbar-track{background:transparent}.column.fixed-body .column-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#5a9bd4,#3d6e9b);border-radius:999px}.column.fixed-body .column-body::-webkit-scrollbar-button{width:0!important;height:0!important;display:none!important;-webkit-appearance:none}.column.fixed-body .column-body::-webkit-scrollbar-button:single-button{width:0!important;height:0!important;display:none!important;background:transparent}.column.fixed-body .column-body::-webkit-scrollbar-button:vertical:start:decrement,.column.fixed-body .column-body::-webkit-scrollbar-button:vertical:end:increment{width:0!important;height:0!important;display:none!important;background:transparent}.empty{border:1px dashed var(--border-strong);border-radius:12px;padding:.8rem;color:var(--text-muted);text-align:center;font-size:.9rem}.player-card{display:flex;flex-direction:column;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.75rem;max-width:100%;cursor:grab;touch-action:none;transition:transform .2s ease,box-shadow .2s ease}.player-card.selected{border-color:#67a8de;box-shadow:0 0 0 2px #5aa4e438}.player-card.ghosted{opacity:.22}.player-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #040c166b}.drag-overlay-card{width:min(420px,80vw);box-shadow:0 14px 32px #030a1385;border-color:#4e7ca1;transform:none;position:relative}.drag-group-count{position:absolute;top:-10px;right:-8px;background:#58d9f6;color:#05212c;border:1px solid #8de9fb;border-radius:999px;font-size:.72rem;font-weight:700;padding:.15rem .45rem}.player-main{display:flex;flex-direction:column;gap:.5rem}.player-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.6rem}.player-name-wrap{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.player-name{font-weight:600;color:var(--text-main)}.tier-pill{font-size:.75rem;font-weight:600;color:#e9f3ff;background:#94b6d629;border:1px solid rgba(148,182,214,.35);border-radius:999px;padding:.16rem .48rem}.tier-default{color:#e9f3ff;background:#94b6d629;border-color:#94b6d659}.tier-iron{color:#ddd6ce;background:#61554f38;border-color:#796c668c}.tier-bronze{color:#f0d4bd;background:#7d4e323d;border-color:#a86b4394}.tier-silver{color:#ebf3ff;background:#6f849a3b;border-color:#92aac294}.tier-gold{color:#ffe7b4;background:#a87c283d;border-color:#e0af4a94}.tier-platinum{color:#d5fff1;background:#2d86763d;border-color:#54c1ac94}.tier-emerald{color:#d9ffe5;background:#2c8c4f3d;border-color:#4cc67894}.tier-diamond{color:#dff2ff;background:#3474bd3d;border-color:#63a3ec94}.tier-master{color:#f6dcff;background:#7c3ca63d;border-color:#ad62e094}.tier-grandmaster{color:#ffdce2;background:#9e34463d;border-color:#d3586f94}.tier-challenger{color:#eefdff;background:#58d9f63d;border-color:#58d9f6}.player-positions{display:flex;flex-wrap:wrap;gap:.4rem}.delete-top{padding:.22rem .58rem;font-size:.72rem;background:#4a1d2b;border:1px solid #743144;color:#ffd8e1;flex-shrink:0}.pill{font-size:.8rem;background:#74c3ff21;border:1px solid rgba(120,198,255,.25);padding:.2rem .5rem;border-radius:999px;color:#d6ecff}.player-actions{display:flex;gap:.4rem;flex-wrap:wrap}button{border-radius:999px;border:1px solid transparent;padding:.45rem .9rem;font-size:.85rem;font-weight:600;color:var(--text-main);background:#1a334d;cursor:pointer;transition:transform .15s ease,border-color .2s ease,background-color .2s ease}button:hover{border-color:var(--accent);background:#224368;transform:translateY(-1px)}button.tiny{padding:.28rem .58rem;font-size:.72rem}button.active,button.mini-check.active{background:#2a5177;border-color:#6fb2ea}button.ghost{background:transparent;border:1px solid var(--border-strong)}button.danger{background:#4a1d2b;border:1px solid #743144;color:#ffd8e1}.modal-backdrop{position:fixed;inset:0;background:#02080fa8;display:grid;place-items:center;z-index:40;padding:1rem}.pool-modal{width:min(920px,96vw);max-height:86vh;overflow:auto;background:#0b1a2a;border:1px solid var(--border-strong);border-radius:16px;box-shadow:0 18px 40px #0208108c;padding:.9rem}.popup-empty-tier{border:1px dashed var(--border);border-radius:8px;padding:.35rem .45rem;font-size:.78rem;color:var(--text-muted)}.popup-tier-group{border:1px solid var(--border);border-radius:12px;background:#0c1c2dbf;padding:.55rem;margin-bottom:.55rem}.popup-tier-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.popup-tier-title strong{color:var(--text-muted);font-size:.82rem}.popup-list{display:flex;flex-direction:column;gap:.45rem}.popup-line-row{display:flex;justify-content:space-between;align-items:center;gap:.6rem;border:1px solid var(--border);border-radius:10px;background:#091523c7;padding:.45rem .5rem}.popup-line-main{display:flex;align-items:center;gap:.55rem;min-width:0;flex:1;flex-wrap:wrap}.pool-modal-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.7rem}.pool-modal-header h3{margin:0;font-size:1rem}.pool-tier-group{border:1px solid var(--border);border-radius:12px;background:#0c1c2dbf;padding:.7rem;margin-bottom:.65rem}.pool-tier-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:.55rem}.pool-tier-title strong{font-size:.88rem;color:var(--text-muted)}.pool-tier-list{display:flex;flex-direction:column;gap:.45rem}.pool-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:10px;padding:.5rem .55rem;background:#091523c7}.pool-row-main{display:flex;align-items:center;gap:.45rem;min-width:0;flex-wrap:wrap}.pool-row-name{color:var(--text-main);font-size:.9rem}.pool-row-pos{color:var(--text-muted);font-size:.82rem;white-space:nowrap}.pool-row-actions{display:flex;gap:.35rem}.team-chip{font-size:.72rem;font-weight:700;border-radius:999px;padding:.14rem .42rem;border:1px solid var(--border-strong);color:var(--text-muted)}.team-chip.pool{background:#4f7ca829;border-color:#70a4d673;color:#d8ecff}.team-chip.teamA{background:#34855933;border-color:#5bb28373;color:#d6ffe8}.team-chip.teamB{background:#88495438;border-color:#bc667673;color:#ffe0e6}.site-footer{margin-top:.4rem;padding:.85rem .95rem;border-radius:12px;border:1px solid var(--border);background:#0a1624bd;color:var(--text-muted);font-size:.82rem;text-align:center}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.summary-section{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head{flex-direction:column;align-items:flex-start;gap:.4rem}.input-actions,.player-actions,.pool-row-actions,.pool-modal-header{flex-direction:column;align-items:stretch}.column{height:auto}.column.fixed-body{height:500px}.pool-row{flex-direction:column;align-items:flex-start}.pool-row-main{flex-wrap:wrap}.popup-line-row{flex-direction:column;align-items:flex-start}.popup-line-main{width:100%}}
