.game-textarea{resize:vertical;box-sizing:border-box;background:#f7fafc;border:1.7px solid #e3e7ea;border-radius:12px;width:100%;min-height:180px;margin-bottom:1rem;padding:1em;font-family:Inter,Noto Sans KR,sans-serif;font-size:1.15em}.game-controls{justify-content:center;align-items:center;gap:1.3rem;margin-top:1.3rem;display:flex}.game-controls .calculate-btn,.game-controls .reset-btn{white-space:normal;box-sizing:border-box;flex:1;justify-content:center;align-items:center;min-width:120px;max-width:150px;min-height:48px;padding:.35rem .5rem;font-size:1rem;display:flex}@media (width<=768px){.game-controls{gap:1rem}.game-controls .calculate-btn,.game-controls .reset-btn{min-width:100px;max-width:130px;min-height:44px;font-size:.95em}}@media (width<=480px){.game-controls .calculate-btn,.game-controls .reset-btn{min-width:90px;max-width:120px;min-height:44px;font-size:.9em}}.game-error-message{margin-top:1rem}.seat-result-box{text-align:left;background:#eaf6ff;border-radius:16px;min-width:0;max-width:100%;margin-bottom:1.5rem;padding:2rem 1.5rem;box-shadow:0 2px 12px #37b4ff14}.seat-row{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;margin:.5rem 0;padding:.75rem;display:flex}.seat-row:nth-child(odd){background:#fff}.seat-row-num{color:#495057;font-weight:700}.seat-row-name{overflow-wrap:break-word;word-break:keep-all;line-break:strict;text-align:right;min-width:0;font-size:1.1em}.seat-placeholder{text-align:center;color:#6c757d;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;min-width:0;margin-bottom:1.5rem;padding:3rem}.seat-placeholder-icon{margin-bottom:1rem;font-size:3em}@media (width<=420px){.seat-result-box,.seat-placeholder{padding:1.25rem}.seat-row{align-items:flex-start}}
