.tcgse-page,.tcgse-panel,.tcgse-list{box-sizing:border-box;color:#111;line-height:1.6}
.tcgse-page{max-width:1120px;margin:32px auto 64px;padding:0 20px}.tcgse-page>h1{text-align:center;font-size:clamp(28px,4vw,44px)}.tcgse-hero{display:block;width:100%;max-width:480px;aspect-ratio:1;object-fit:contain;margin:0 auto 24px;border-radius:18px}.tcgse-description{margin:24px 0}.tcgse-panel,.tcgse-registration,.tcgse-session{background:#fff;border:1px solid #e1e1e1;border-radius:16px;padding:24px;margin:20px 0}.tcgse-page .tcgse-notice,.tcgse-panel .tcgse-notice{background:#fff7d9;border-radius:12px;padding:16px 20px}.tcgse-error{background:#fff0ef;color:#8a1f16;padding:16px;border-left:4px solid #a32419}.tcgse-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tcgse-panel label,.tcgse-page label{display:block}.tcgse-panel label>input:not([type=checkbox]),.tcgse-panel textarea,.tcgse-panel select,.tcgse-page label>input:not([type=checkbox]),.tcgse-page textarea{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:8px;padding:10px 12px;background:#fff;color:#111;min-height:44px;margin-top:5px}.tcgse-panel textarea{min-height:90px}.tcgse-edit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:18px;margin:14px 0;background:#f5f5f5;border:1px solid #ddd;border-radius:12px}.tcgse-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tcgse-page .tcgse-button,.tcgse-panel .tcgse-button,.tcgse-list .tcgse-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;box-sizing:border-box;padding:10px 18px;border:1px solid #ffc000;border-radius:10px;background:#ffc000;color:#111;text-decoration:none;font-size:14px;font-weight:700;line-height:1.35;white-space:normal;cursor:pointer}.tcgse-page .tcgse-button.secondary{background:#fff;border-color:#ccc}.tcgse-button:focus-visible,.tcgse-navigation button:focus-visible{outline:3px solid #111;outline-offset:3px}.tcgse-actions{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}.tcgse-player{border:1px solid #ddd;border-radius:12px;padding:20px;margin:20px 0;min-width:0}.tcgse-player legend{font-weight:700;padding:0 8px}.tcgse-player dl{margin:12px 0}.tcgse-player dl>div{display:flex;gap:12px;flex-wrap:wrap}.tcgse-player dt{font-weight:600}.tcgse-player dd{margin:0}.tcgse-option{display:grid;grid-template-columns:auto minmax(0,1fr) 90px;gap:14px;align-items:center;border-top:1px solid #e4e4e4;padding:16px 0}.tcgse-option:not(:has(img)){grid-template-columns:minmax(0,1fr) 90px}.tcgse-option img{width:70px;height:70px;object-fit:contain}.tcgse-option small,.tcgse-option span{display:block}.tcgse-option small{color:#666}.tcgse-separator{background:#ddd;border-left:4px solid #666;border-radius:8px;padding:12px 16px;font-weight:700;margin:20px 0}.tcgse-remove-player{background:none!important;border:0!important;color:#333!important;text-decoration:underline;padding:10px 0!important;font-size:13px!important;cursor:pointer}.tcgse-timer{font-size:14px;color:#444}.tcgse-session-choice{font-weight:700;padding:12px 0}.tcgse-session fieldset[data-session-fields]{border:0;margin:0;padding:0;min-width:0}.tcgse-total{font-size:20px;font-weight:700;margin:24px 0}.tcgse-inline{display:inline-block;margin:5px}.tcgse-table-wrap{overflow:auto}.tcgse-table-wrap table{border-collapse:collapse;width:100%}.tcgse-table-wrap td,.tcgse-table-wrap th{text-align:left;padding:12px;border-bottom:1px solid #ddd}.tcgse-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tcgse-stat-grid p{background:#f1f1f1;border-radius:12px;padding:16px}.tcgse-stat-grid strong{display:block;font-size:28px}.tcgse-cancelled{color:#777;background:#f3f3f3}.tcgse-qr{max-width:180px;margin:15px 0}.tcgse-qr svg{width:100%;height:auto}.tcgse-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.tcgse-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:10px}.tcgse-card{box-sizing:border-box;border:1px solid #e4e4e4;border-radius:16px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:8px;min-width:0}.tcgse-carousel .tcgse-card{flex:0 0 calc((100% - 72px)/5);scroll-snap-align:start}.tcgse-card img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:9px}.tcgse-card h3{font-size:16px!important;line-height:1.4;color:#111;margin:8px 0}.tcgse-card p{font-size:13px;margin:0}.tcgse-card>a{text-decoration:none!important;color:#111}.tcgse-card>.tcgse-button{margin-top:auto}.tcgse-badge{font-size:11px;font-weight:700;color:#555}.tcgse-navigation{display:flex;gap:10px;justify-content:flex-end;margin:16px 0;align-items:center;flex-wrap:wrap}.tcgse-navigation button,.tcgse-navigation>a:not(.tcgse-button){width:44px;height:44px;border:1px solid #ddd;border-radius:50%;background:#ffc000;color:#111;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;cursor:pointer}.tcgse-navigation [aria-current=page]{outline:2px solid #111}.tcgse-session [hidden]{display:none!important}
@media(max-width:1024px){.tcgse-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tcgse-carousel .tcgse-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:767px){.tcgse-page{padding:0 14px}.tcgse-panel,.tcgse-session{padding:16px}.tcgse-fields,.tcgse-edit-row,.tcgse-stat-grid{grid-template-columns:1fr}.tcgse-player{padding:14px}.tcgse-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tcgse-carousel .tcgse-card{flex-basis:calc((100% - 12px)/2)}.tcgse-card{padding:10px}.tcgse-card h3{font-size:14px!important}.tcgse-card .tcgse-button{font-size:12px;padding:8px}.tcgse-navigation{justify-content:center}.tcgse-actions .tcgse-button{max-width:100%}.tcgse-option img{width:48px;height:48px}.tcgse-option{gap:9px}.tcgse-option small{font-size:12px}}
.tcgse-page .tcgse-button:hover,.tcgse-page .tcgse-button:focus,.tcgse-page .tcgse-button:active,.tcgse-panel .tcgse-button:hover,.tcgse-panel .tcgse-button:focus,.tcgse-list .tcgse-button:hover,.tcgse-list .tcgse-button:focus{color:#111!important}
.tcgse-list--archive{padding:96px 0 24px;margin-bottom:48px}
@media(max-width:767px){.tcgse-list--archive{padding-top:64px}}
