/* RECATOOLS — Random Team Generator */
.tg-wrap { padding: 1.25rem; }
.tg-input { width: 100%; min-height: 140px; padding: .75rem .9rem; font-size: .95rem; line-height: 1.5; border: 1px solid #ebebeb; border-radius: 10px; resize: vertical; font-family: inherit; }
.tg-input:focus { outline: none; border-color: #e8622a; box-shadow: 0 0 0 3px rgba(232,98,42,.15); }
.tg-hint { font-size: .75rem; color: #9b968d; margin: .35rem 0 1rem; }
.tg-options { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 1rem; font-size: .85rem; }
.tg-options label { display: inline-flex; align-items: center; gap: .4rem; }
.tg-options input[type="number"] { width: 64px; padding: .35rem .5rem; border: 1px solid #ebebeb; border-radius: 8px; }
.tg-gen-btn { width: 100%; padding: .8rem 1.5rem; font-size: 1rem; font-weight: 700; color: #fff; background: #e8622a; border: none; border-radius: 999px; cursor: pointer; }
.tg-gen-btn:hover { background: #c9531f; }
.tg-status { text-align: center; font-size: .82rem; color: #6b6760; margin: .8rem 0; min-height: 1.1em; }
.tg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: .8rem; }
.tg-team { border: 1px solid #ebebeb; border-top: 4px solid #e8622a; border-radius: 12px; padding: .9rem 1rem; background: #fff; }
.tg-team-head { font-weight: 800; color: #1a1814; margin-bottom: .5rem; }
.tg-team-total { font-weight: 500; font-size: .78rem; color: #9b968d; margin-left: .3rem; }
.tg-members { margin: 0; padding-left: 1.1rem; }
.tg-members li { font-size: .9rem; padding: .12rem 0; }
.tg-copy-btn { display: block; margin: 1rem auto 0; padding: .5rem 1.1rem; font-size: .82rem; font-weight: 600; color: #c9531f; background: #fff; border: 1px solid #e8622a; border-radius: 999px; cursor: pointer; }
