:root{color:#130c0e;background:#130c0e;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{box-sizing:border-box;background:linear-gradient(135deg,#130c0e,#2a1a1f);min-height:100vh;margin:0;padding:32px}.modal-backdrop{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#f0f0f0;border:1px solid #c8921159;border-radius:20px;flex-direction:column;width:min(90vw,700px);height:500px;max-height:500px;padding:24px;display:flex;overflow-y:auto;box-shadow:0 30px 60px -20px #0009,0 10px 20px -5px #0006}.modal header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal h2{color:#c89211;margin:0;font-size:1.5rem}.modal-close{cursor:pointer;color:#475569;background:0 0;border:none;font-size:1.5rem;line-height:1}.modal-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.modal-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.modal-card strong{text-transform:uppercase;letter-spacing:.05em;color:#475569;margin-bottom:6px;font-size:.85rem;display:block}.app-shell{background:#f0f0f0;border:1px solid #c8921159;border-radius:20px;flex-direction:column;gap:24px;max-width:1400px;margin:0 auto;padding:32px;display:flex;box-shadow:0 20px 45px -10px #130c0e99,0 10px 20px -5px #130c0e66}h1{color:#c89211;letter-spacing:.04em;margin:0;font-size:2.5rem}.hero{color:#f8f8f8;text-align:center;background:linear-gradient(120deg,#130c0ef2,#28181cf2);border:1px solid #c8921159;border-radius:20px;padding:20px;box-shadow:0 20px 40px -20px #0009,0 10px 20px -10px #0006}.hero h1{letter-spacing:.05em;margin:4px 0;font-size:2rem}.hero p{color:#f8f8f8cc;max-width:640px;margin:0 auto;font-size:.85rem}.controls{background:#fff;border:1px solid #130c0e14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:16px 24px;display:flex;box-shadow:inset 0 0 0 1px #f8f8f880}.controls-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sort-container{flex-direction:column;gap:4px;display:flex}.sort-select{color:#130c0e;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23130c0e' d='M6 9L1 4h10z'/%3E%3C/svg%3E") right 14px center/12px no-repeat;border:1px solid #130c0e26;border-radius:999px;padding:10px 32px 10px 18px;font-size:.9rem;font-weight:600}.sort-hint{color:#475569;font-size:.8rem;font-weight:500}.control-label{text-transform:uppercase;letter-spacing:.05em;color:#4c4043;font-weight:600}.cheat-sheet-toggle{cursor:pointer;color:#c89211;box-shadow:none;background:0 0;border:1px solid #c8921199;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-weight:600;display:inline-flex}.cheat-sheet-panel{background:#fff;border:1px solid #130c0e14;border-radius:12px;margin-top:12px;padding:16px;display:none}.cheat-sheet-panel.visible{display:block}label{color:#475569;flex-direction:column;font-size:.9rem;font-weight:600;display:flex}input{border:1px solid #cbd5f5;border-radius:8px;min-width:120px;margin-top:8px;padding:8px 12px;font-size:1rem}button{color:#130c0e;cursor:pointer;background:#c89211;border:none;border-radius:8px;padding:10px 18px;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 10px #130c0e33}button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #130c0e4d}.primary-btn{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:12px 28px;font-size:1rem}.board{grid-template-columns:320px 1fr;align-items:flex-start;gap:24px;display:grid}.column{background:#fff;border:1px solid #130c0e14;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:inset 0 0 0 1px #f8f8f899}.column-scroll{max-height:90.75vh;padding-right:8px;overflow-y:auto}.list.empty:after{content:"No teams";color:#94a3b8;font-style:italic}.slot.drag-over{background:#c892111f;border-color:#c89211}.column h2{color:#0f172a;justify-content:space-between;align-items:center;margin:0;font-size:1.25rem;display:flex}.list{flex-direction:column;gap:8px;min-height:400px;transition:border .2s,background .2s;display:flex}.list.drag-over{background:#c8921114;border:1px dashed #c89211}.grid{grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;display:grid}.team-card{cursor:grab;background:#fff;border:1px solid #130c0e14;border-radius:12px;min-height:80px;padding:12px;position:relative;box-shadow:0 4px 12px #130c0e14}.team-card.revealed{justify-content:center;align-items:center;display:flex;position:relative}.team-card.revealed .team-logo{object-fit:contain;max-width:100%;max-height:90px;display:block}.team-card.revealed header{justify-content:flex-end;margin:0;display:flex;position:absolute;top:12px;right:12px}.team-card.revealed header h3{display:none}.team-card.revealed .record{display:inline-block}.team-card.revealed .resume-snippet,.team-card.revealed .metric-badges,.team-card:not(.revealed) .team-logo{display:none}.team-logo{width:auto;height:auto}.team-card.dragging{opacity:.5}.team-card header{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.team-card h3{color:#0f172a;margin:0;font-size:1rem}.team-card .record{color:#c89211;font-weight:600}.resume-snippet{color:#4c4043;font-size:.9rem}.wins-losses{flex-shrink:0;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;min-height:0;margin-top:12px;display:grid}.wins-losses section{background:#f1f5f9;border-radius:10px;flex-direction:column;height:230px;padding:10px;display:flex}.wins-losses h4{text-transform:uppercase;letter-spacing:.05em;color:#475569;margin:0 0 6px;font-size:.8rem}.wins-losses ul{color:#0f172a;margin:0;padding:0;font-size:.85rem;list-style:none}.result-list{flex-direction:column;flex:1;gap:8px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.result-list::-webkit-scrollbar{width:6px}.result-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.result-list::-webkit-scrollbar-thumb{background:#c892114d;border-radius:3px}.result-list::-webkit-scrollbar-thumb:hover{background:#c8921180}.result-line{background:#fff;border:1px solid #130c0e14;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.result-badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.result-badge.win{background:#16a34a}.result-badge.loss{background:#dc2626}.result-body{flex-direction:column;flex:1;gap:4px;display:flex}.result-main{color:#130c0e;justify-content:space-between;align-items:center;gap:8px;font-weight:600;display:flex}.expand-btn{cursor:pointer;background:0 0;border:4px solid #0000;border-top:6px solid #130c0e;border-bottom:none;flex-shrink:0;width:0;height:0;padding:0;font-size:0;line-height:0;transition:transform .2s}.expand-btn:hover{opacity:.7}.expand-btn.expanded{transform:rotate(180deg)}.result-meta{color:#475569;flex-wrap:wrap;gap:12px;font-size:.8rem;display:flex}.opponent-stats-expanded{background:#f8fafc;border:1px solid #c8921133;border-radius:6px;margin-top:8px;padding:8px}.opponent-stats-expanded .opponent-stats-grid{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px;display:grid}.opponent-stats-expanded .opponent-stat-item{font-size:.8rem}.opponent-stats-expanded .opponent-stat-item strong{text-transform:uppercase;letter-spacing:.05em;color:#475569;margin-bottom:2px;font-size:.7rem;display:block}.slot{background:#fff;border:1px dashed #c8921166;border-radius:12px;flex-direction:column;gap:8px;min-height:110px;padding:12px;display:flex}.metric-badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.metric-badges .badge{color:#130c0e;background:#c8921114;border:1px solid #c892114d}.slot-header{text-transform:uppercase;letter-spacing:.05em;color:#4c4043;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.slot-header span:last-child{color:#c89211;font-weight:600}.slot.filled.revealed{justify-content:center;align-items:center;position:relative}.slot.filled.revealed .slot-header{z-index:1;position:absolute;top:12px;left:12px;right:12px}.slot.filled.revealed .slot-content{display:none}.slot.filled.revealed .team-logo{object-fit:contain;max-width:100%;max-height:80px;margin-top:25px;display:block}.slot.filled:not(.revealed) .team-logo{display:none}.badge{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.badge.win{color:#15803d;background:#22c55e26}.badge.loss{color:#b91c1c;background:#f8717126}@media (max-width:768px){.controls{flex-direction:column;align-items:stretch}label,input{width:100%}}
