/* The Tool Bakery - Fantasy Draft Randomize (Light Sports Theme) */
.ttb-fdr{--bg:#ffffff;--card:#f9fbff;--ink:#0f172a;--muted:#5b6b7a;--line:#d9e2ec;--accent:#2b6cb0;--accent-2:#90cdf4;--win:#e6fffa;--shadow:0 8px 24px rgba(28, 55, 90, .08);}
.ttb-fdr{background:var(--bg);color:var(--ink);}
.ttb-fdr-header{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.ttb-fdr-brand{display:flex;align-items:center;gap:12px}
.ttb-fdr-brand h2{margin:0;font-size:28px;letter-spacing:.2px}
.ttb-fdr-sub{margin:0;color:var(--muted)}
.ttb-fdr-ball{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 30% 30%, #fff, #e2ecff);box-shadow:inset 0 0 0 2px #cbd5e1, inset 0 0 0 4px #e2e8f0}
.ttb-fdr-grid{display:flex; flex-direction: column;gap:16px}
@media (max-width: 900px){.ttb-fdr-grid{grid-template-columns:1fr}}

.ttb-fdr-panel{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow)}
.ttb-fdr-sec{margin:0 0 12px 0;font-size:16px;text-transform:uppercase;letter-spacing:.08em;color:#234e70}
.ttb-fdr-sec-sm{margin:12px 0 8px 0;font-size:14px;letter-spacing:.06em;color:#234e70}
.ttb-fdr-label{display:block;font-weight:600;margin:6px 0}
.ttb-fdr-textarea{width:100%;min-height:140px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff}
.ttb-fdr-row{display:flex;gap:12px}
.ttb-fdr-field{flex:1}
.ttb-fdr-input{width:100%;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:#fff}
.ttb-fdr-fieldset{border:1px dashed var(--line);padding:10px;border-radius:12px;margin:12px 0}
.ttb-fdr-radio{margin-right:12px}
.ttb-fdr-options{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0}
.ttb-fdr-check{display:flex;gap:6px;align-items:center}
.ttb-fdr-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.ttb-fdr-btn{appearance:none;border:0;background:var(--accent);color:#fff;padding:10px 14px;border-radius:999px;font-weight:700;box-shadow:0 2px 0 #1f4d7d;cursor:pointer;transition:transform .02s}
.ttb-fdr-btn:hover{transform:translateY(-1px)}
.ttb-fdr-btn:disabled{opacity:.55;cursor:not-allowed}
.ttb-fdr-btn.ghost{background:#eff6ff;color:#1e3a8a;box-shadow:none;border:1px solid #bfdbfe}

.ttb-fdr-note{font-size:12px;color:var(--muted);margin:8px 0 0 0}
.ttb-fdr-error{color:#9b1c1c;background:#ffe5e5;border:1px solid #ffc9c9;padding:8px 10px;border-radius:8px;display:none}

.ttb-fdr-tablewrap{background:#fff;border:1px solid var(--line);border-radius:12px;padding:8px;margin: 10px 0;}
.ttb-fdr-table{border-collapse:collapse;width:100%}
.ttb-fdr-table th,.ttb-fdr-table td{border:1px solid var(--line);padding:8px 10px;font-size:14px}
.ttb-fdr-table th{background:#f1f7ff;color:#1e3a8a;position:sticky;top:0;z-index:1}
.ttb-fdr-board-scroller{overflow:auto;max-width:100%}
.ttb-fdr-board th:first-child,.ttb-fdr-board td:first-child{position:sticky;left:0;background:#eef5ff;z-index:2}
.ttb-fdr-round-cell{background:#f8fbff;font-weight:700;text-align:center}
.ttb-fdr-pick{opacity:.75;font-size:12px}
.ttb-fdr-team{font-weight:600}
.ttb-fdr-colheader{white-space:nowrap}

.ttb-tag{display:inline-block;background:#edf2ff;border:1px solid #dbeafe;color:#1e3a8a;border-radius:999px;padding:2px 8px;font-size:12px;margin-right:6px}

.t-one{background:#fffef0}
.t-two{background:#f0fff4}
.t-three{background:#f0f9ff}
.t-four{background:#fdf2f8}
.t-five{background:#f0f5ff}
/* subtle column header striping */
.ttb-fdr-board thead th:nth-child(odd){background:#eaf3ff}

.ttb-fdr-fieldset legend { margin-bottom: 0; }
