:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#e8edf3;background:#0f141a}*{box-sizing:border-box}body{margin:0}.page{max-width:1040px;margin:0 auto;padding:2rem 1rem 4rem}.hero h1{margin:0;font-size:2rem}.hero-row{display:flex;align-items:end;justify-content:space-between;gap:1rem}.language-select{display:grid;gap:.35rem;font-size:.9rem;color:#9fb0c2;min-width:160px}.hero p{margin-top:.5rem;color:#9fb0c2}.card{background:#16212d;border:1px solid #2a3848;border-radius:12px;padding:1rem 1.1rem}.form{margin-top:1rem;display:grid;gap:1rem}.field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem}.botlane-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem}.botlane-side h3{margin:0 0 .65rem;font-size:.96rem}label{display:grid;gap:.4rem;font-size:.95rem}.checkbox-row{display:flex;align-items:center;gap:.55rem}.checkbox-row input[type=checkbox]{width:16px;height:16px}select,button{border:1px solid #36506b;border-radius:8px;background:#0f1822;color:#e8edf3;padding:.65rem .75rem;font-size:.95rem}button{cursor:pointer;font-weight:600}button:disabled{opacity:.55;cursor:not-allowed}.result-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:.9rem}.admin-panel,.lane-coverage-card{margin-top:1rem}.lane-coverage-table{display:grid;gap:.75rem}.lane-row{border:1px solid #2a3848;border-radius:8px;padding:.6rem .7rem;background:#111b26}.lane-row-header{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.45rem;font-size:.92rem}.lane-bar-track{width:100%;height:8px;border-radius:999px;background:#233346;overflow:hidden}.lane-bar-fill{height:100%;background:linear-gradient(90deg,#4c89ff,#44d4b8)}.lane-row-meta{margin:.5rem 0 0}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}h2{margin-top:0;margin-bottom:.7rem;font-size:1.05rem}.title-row{display:flex;align-items:center;gap:.45rem}.help-chip{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:1px solid #3f5c78;color:#b9c8d8;font-size:.76rem;font-weight:700;cursor:help}.status-pill{display:inline-block;border-radius:999px;padding:.2rem .6rem;margin:0 0 .6rem;font-size:.82rem;font-weight:700}.status-pill.ok{background:#11311f;color:#74e49c;border:1px solid #2f6f47}.status-pill.warn{background:#382b13;color:#ffd27a;border:1px solid #7b5b22}.status-pill.error{background:#3a1717;color:#ff9f9f;border:1px solid #8a3d3d}.status-pill.neutral{background:#1d2733;color:#b8c7d8;border:1px solid #42566b}ul{margin:0;padding-left:1.1rem;display:grid;gap:.4rem}.difficulty{margin:0 0 .2rem;font-size:1.4rem;font-weight:700}.difficulty.easy{color:#6be585}.difficulty.even{color:#f5cf67}.difficulty.favored{color:#95e875}.difficulty.not_favored{color:#ffb46a}.difficulty.hard{color:#ff7b7b}.meta,.hint{color:#9fb0c2;font-size:.9rem}.error{color:#ff9b9b;margin:0}.champion-picker{position:relative;display:grid;gap:.4rem}.champion-picker-label{font-size:.95rem}.champion-picker-trigger{width:100%;display:flex;align-items:center;gap:.55rem;text-align:left}.champion-icon{width:22px;height:22px;border-radius:4px;object-fit:cover;border:1px solid #3a4f65;flex-shrink:0}.champion-icon.loading{opacity:0}.champion-icon-frame{width:22px;height:22px;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.champion-icon-skeleton{width:22px;height:22px;border-radius:4px;border:1px solid #2f4154;background:#1a2633;display:inline-block;flex-shrink:0}.champion-icon-skeleton.pulse{position:absolute;top:0;left:0;animation:championIconPulse 1.2s ease-in-out infinite}@keyframes championIconPulse{0%{opacity:.6}50%{opacity:.95}to{opacity:.6}}.champion-picker-popover{position:absolute;z-index:20;width:100%;margin-top:.1rem;border:1px solid #2e4358;border-radius:10px;background:#0f1822;box-shadow:0 8px 24px #00000059;padding:.45rem}.champion-picker-search{width:100%;border:1px solid #36506b;border-radius:8px;background:#0b141d;color:#e8edf3;padding:.55rem .65rem;font-size:.9rem}.champion-picker-options{list-style:none;margin:.45rem 0 0;padding:0;max-height:280px;overflow:auto;display:grid;gap:.2rem}.champion-picker-option{width:100%;border:1px solid transparent;border-radius:8px;background:transparent;color:#e8edf3;display:flex;align-items:center;gap:.55rem;padding:.42rem .5rem;cursor:pointer}.champion-picker-option.highlighted{background:#162636;border-color:#35516c}.champion-picker-option.selected{background:#1a2c3f;border-color:#3d6284}.champion-picker-empty{color:#9fb0c2;font-size:.88rem;padding:.35rem .45rem}.feedback-comment-container{display:flex;flex-direction:column;gap:.75rem;width:100%}.feedback-textarea{width:100%;min-height:80px;background:#0b141d;border:1px solid #36506b;border-radius:8px;color:#e8edf3;padding:.65rem;font-size:.9rem;resize:vertical}.feedback-submit-row{display:flex;justify-content:flex-end}.chip.active{background:#2a3f55;border-color:#4c89ff;color:#4c89ff}[lang=ja] .difficulty{letter-spacing:.05em}[lang=ja] .card h2,[lang=ja] .card h3{font-weight:700}
