:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fafaf8;--surface:#fff;--surface-soft:#f4f3ef;--line:#e5e3df;--line-soft:#eeede9;--line-strong:#d2d0ca;--text:#2a2826;--muted:#8c8a84;--text-soft:#b8b6b0;--brand:#0d6e5e;--brand-strong:#0d6e5e;--brand-soft:#e3efeb;--brand-line:#bcd6cf;--accent:#0d6e5e;--warn:#b85a3a;--warn-soft:#f6ebe4;--danger:#b85a3a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.topbar{border-bottom:1px solid var(--line);background:#fff}.topbar-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:16px 20px;display:flex}.brand-block{gap:3px;display:grid}.brand-name{font-size:18px;font-weight:800}.brand-meta{color:var(--muted);font-size:13px}.main{max-width:1180px;margin:0 auto;padding:24px 20px 60px}.landing-main{padding-top:34px}.landing-hero{grid-template-columns:1fr;align-items:start;display:grid}.landing-copy{gap:16px;padding:12px 0;display:grid}.landing-brand{align-items:center;gap:14px;min-width:0;display:flex}.landing-logo{object-fit:contain;flex:0 0 58px;width:58px;height:58px}.landing-eyebrow{color:var(--brand-strong);margin:0;font-size:13px;font-weight:800}.landing-title{letter-spacing:0;margin:0;font-size:34px;line-height:1.18}.landing-description{max-width:460px;color:var(--muted);margin:0;font-size:16px;line-height:1.55}.landing-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.landing-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.landing-info dl{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin:0;padding:14px}.landing-info dt{color:var(--muted);margin-bottom:7px;font-size:12px;font-weight:800}.landing-info dd{margin:0;font-size:15px;font-weight:800;line-height:1.45}.empty-main{min-height:60vh}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px}.panel-header{border-bottom:1px solid var(--line);padding:16px 18px}.panel-body{padding:18px}.auth-panel{max-width:440px;margin:0 auto}.grid-2{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:18px;display:grid}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.stat{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.stat dt{color:var(--muted);margin:0 0 6px;font-size:12px}.stat dd{margin:0;font-size:15px;font-weight:800}.button-row{flex-wrap:wrap;gap:8px;display:flex}.button{border:1px solid var(--line-strong);min-height:40px;color:var(--text);cursor:pointer;background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:0 14px;font-weight:700;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.58}.tournament-button-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;display:grid}.tournament-select-button{border:1px solid var(--line);min-height:76px;color:var(--text);text-align:left;cursor:pointer;background:0 0;border-radius:8px;gap:6px;padding:14px;display:grid}.tournament-select-button strong{font-size:16px;line-height:1.35}.tournament-select-button span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.35}.tab-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.tab-button-group{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;width:100%;display:grid}.tab-actions{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.tab-button{border:1px solid var(--line-strong);width:100%;min-height:38px;color:var(--text);cursor:pointer;background:#fff;border-radius:6px;padding:0 14px;font-weight:800}.tab-button.active{border-color:var(--brand);background:var(--brand);color:#fff}.home-tabs{gap:14px;display:grid}.home-tab-panel{min-height:220px}.home-registration-form{gap:10px;display:grid}.home-tab-copy{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:18px}.home-tab-copy h2{letter-spacing:0;margin:0 0 12px;font-size:19px;line-height:1.35}.home-tab-copy p{color:var(--muted);margin:0;font-size:15px;line-height:1.7}.home-tab-copy p+p{margin-top:10px}.home-tab-copy .greeting-signature{text-align:right}.notice-board{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.notice-board-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;display:flex}.notice-board-header h2{letter-spacing:0;margin:0;font-size:19px;line-height:1.35}.notice-board-header span{color:var(--muted);white-space:nowrap;font-size:13px;font-weight:800}.notice-list{display:grid}.notice-row{border:0;border-bottom:1px solid var(--line);min-height:52px;color:var(--text);text-align:left;cursor:pointer;background:#fff;grid-template-columns:54px minmax(0,1fr) 96px 58px;align-items:center;gap:12px;padding:0 18px;display:grid}.notice-row:last-child{border-bottom:0}.notice-row:hover{background:var(--surface-soft)}.notice-number{color:var(--brand-strong);font-size:13px;font-weight:900}.notice-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.4;overflow:hidden}.notice-title-with-badges{align-items:center;gap:8px;min-width:0;display:flex}.notice-title-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.notice-attachment-badge{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:999px;flex:none;padding:2px 7px;font-size:11px;font-weight:700;line-height:1.4}.notice-row time,.notice-views{color:var(--muted);text-align:right;white-space:nowrap;font-size:13px;font-weight:700}.notice-page-board{max-width:none}.pagination{justify-content:center;align-items:center;gap:6px;margin-top:16px;display:flex}.pagination-button,.pagination-number{border:1px solid var(--line-strong);min-width:36px;height:36px;color:var(--text);background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:0 10px;font-size:14px;font-weight:800;display:inline-flex}.pagination-number.active{border-color:var(--brand);background:var(--brand);color:#fff}.pagination-ellipsis{min-width:28px;height:36px;color:var(--muted);justify-content:center;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.pagination-button.disabled{color:var(--muted);opacity:.5}.notice-article{overflow:hidden}.notice-article-header{border-bottom:1px solid var(--line);gap:12px;padding:22px;display:grid}.notice-article-badge{width:fit-content;color:var(--brand-strong);background:#ecfdf5;border:1px solid #99f6e4;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:900}.notice-article-header h1{letter-spacing:0;margin:0;font-size:24px;line-height:1.35}.notice-article-meta{flex-wrap:wrap;gap:12px 22px;margin:0;display:flex}.notice-article-meta div{align-items:center;gap:7px;display:flex}.notice-article-meta dt{color:var(--muted);font-size:12px;font-weight:800}.notice-article-meta dd{margin:0;font-size:13px;font-weight:800}.notice-article-body{background:#fff;gap:12px;min-height:240px;padding:24px 22px 34px;display:grid}.notice-article-body p{color:var(--muted);white-space:pre-line;margin:0;font-size:16px;line-height:1.7}.officer-list{gap:10px;display:grid}.officer-item{border-top:1px solid var(--line);align-items:center;gap:10px;padding-top:12px;display:flex}.officer-item:first-child{border-top:0;padding-top:0}.officer-item span{color:var(--brand-strong);font-size:13px;font-weight:800}.officer-item strong{font-size:16px;line-height:1.35}.home-tab-empty{min-height:120px;color:var(--muted);align-items:center;font-size:15px;display:flex}.section-title{margin:0 0 12px;font-size:18px}.help-list{color:var(--muted);gap:5px;margin:0;padding-left:20px;font-size:14px;line-height:1.45;display:grid}.muted{color:var(--muted)}.rule-list{gap:8px;margin:0;padding-left:18px;display:grid}.form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.registration-form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.registration-form-grid .field:nth-child(-n+4){min-width:160px}.club-form-grid{grid-template-columns:repeat(4,minmax(160px,1fr));overflow-x:auto}.manager-tab-row{justify-content:flex-start}.manager-tab-row .tab-button{width:auto;min-width:120px}.manager-box .section-title{margin-bottom:14px}.manager-box-actions,.manager-box-alert{margin-top:14px}.club-register-actions{flex-wrap:nowrap;justify-content:flex-end;align-self:end}.leader-register-actions{flex-wrap:nowrap;justify-content:flex-end;align-self:end}.notice-template-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.notice-template-actions select{border:1px solid var(--line);background:var(--surface);max-width:320px;min-height:40px;color:var(--ink);border-radius:8px;padding:0 12px;font-size:14px}.notice-image-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:12px;display:grid}.notice-image-preview img{object-fit:cover;border-radius:6px;width:100%;height:150px;display:block}.notice-manager-head{border-bottom:1px solid var(--line);margin:0;padding:22px 28px}.notice-manager-row{cursor:default}.notice-manager-row small{color:var(--brand)}.auth-form-grid,.auth-inline-row,.auth-compact-grid,.auth-compact-row{overflow-x:auto}.auth-inline-row,.auth-compact-row{align-items:center;gap:8px;display:flex}.auth-compact-grid{gap:8px;display:grid}.auth-inline-field{flex:0 0 150px;align-items:center;gap:6px;min-width:0;display:flex}.auth-inline-field span{color:var(--muted);white-space:nowrap;flex:none;font-size:12px;font-weight:800}.auth-inline-field input,.auth-inline-field select{border:1px solid var(--line-strong);background:#fff;border-radius:6px;width:100%;min-width:0;padding:8px 9px}.officer-auth-grid,.officer-auth-fields{overflow:visible}.officer-auth-grid{gap:12px}.officer-auth-fields{grid-template-columns:1fr;align-items:stretch;gap:12px;display:grid}.officer-auth-fields .auth-inline-field{flex:0 auto;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:12px;width:100%;display:grid}.officer-auth-fields .auth-inline-field input,.officer-auth-fields .auth-inline-field select{min-height:42px;padding:0 12px}.auth-club-field{flex-basis:360px}.auth-phone-field{flex-basis:220px}.auth-pin-field{flex-basis:128px}.club-auth-modal{width:min(420px,100vw - 40px)}.club-auth-grid{gap:12px;overflow:visible}.club-auth-grid .auth-inline-field{flex:0 auto;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:12px;width:100%;display:grid}.club-auth-grid .auth-inline-field input,.club-auth-grid .auth-inline-field select{min-height:42px;padding:0 12px}.club-auth-actions{justify-content:flex-end;gap:8px;margin-top:16px}.club-auth-close-button,.club-auth-submit-button{min-width:72px}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{border:1px solid var(--line-strong);background:#fff;border-radius:6px;width:100%;padding:9px 10px}.field textarea{resize:vertical;min-height:78px}.field-hint{color:var(--muted);text-align:right;font-size:12px}.display-field{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;gap:5px;padding:10px 12px}.display-field .field-label{color:var(--muted);font-size:12px;font-weight:800}.display-field strong{text-overflow:ellipsis;white-space:nowrap;min-height:20px;overflow:hidden}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.file-action-row{align-items:center;gap:8px;min-width:0;display:flex}.file-name-box{border:1px solid var(--line-strong);min-width:0;height:40px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:6px;flex:1;align-items:center;padding:0 10px;display:flex;overflow:hidden}.file-select-button,.file-reset-button,.file-register-button{flex:0 0 104px;padding:0 10px}.player-list{gap:12px;display:grid}.player-card{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:14px}.player-card-head{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.checkbox-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.check-pill{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:7px;padding:8px;font-size:13px;display:flex}.alert{white-space:pre-line;border-radius:8px;padding:12px;font-size:14px}.alert.error{color:var(--danger);background:#fef2f2;border:1px solid #fecaca}.alert.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.modal-backdrop{z-index:50;background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:min(640px,100%);padding:16px;box-shadow:0 18px 60px #0f172a38}.officer-auth-modal{width:min(320px,100vw - 40px)}.officer-auth-actions{justify-content:flex-end;gap:8px;margin-top:16px}.officer-auth-actions .button{width:78px}.modal-header{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.modal-header .section-title{margin-bottom:4px}.modal-header .muted{margin:0;line-height:1.45}.player-edit-modal{width:min(680px,100%)}.player-edit-body{gap:12px;display:grid}.player-edit-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.player-edit-control{align-items:center;gap:10px;min-width:0;display:flex}.player-edit-control label,.player-edit-event-section>label{color:var(--muted);flex:0 0 62px;font-size:13px;font-weight:800}.player-edit-control input,.player-edit-control select{border:1px solid var(--line-strong);min-width:0;height:40px;color:var(--text);background:#fff;border-radius:6px;flex:1;padding:0 10px;font-size:14px;font-weight:700}.player-edit-control input.readonly{background:var(--surface-soft);color:var(--muted);cursor:not-allowed}.player-edit-full{width:100%}.player-edit-segmented{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;min-width:0;display:grid}.player-edit-segmented button{background:var(--surface-soft);min-height:40px;color:var(--muted);cursor:pointer;border:0;border-radius:6px;font-size:14px;font-weight:800}.player-edit-segmented button.active{color:#fff}.player-edit-segmented button.active.male{background:#2563eb}.player-edit-segmented button.active.female{background:#db2777}.player-edit-segmented button.active.offline{background:#334155}.player-edit-segmented button.active.remote{background:#7c3aed}.player-edit-event-section{border-top:1px solid var(--line);grid-template-columns:62px minmax(0,1fr);align-items:start;gap:10px;padding-top:12px;display:grid}.event-multi-select{position:relative}.event-multi-trigger{border:1px solid var(--line-strong);width:100%;min-height:40px;color:var(--text);cursor:pointer;background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;display:flex}.event-multi-trigger span:first-child{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.event-multi-caret{color:var(--muted);flex:none;font-size:12px}.event-multi-menu{z-index:70;border:1px solid var(--line-strong);background:#fff;border-radius:8px;max-height:220px;padding:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 34px #0f172a2e}.event-multi-option{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px;font-weight:700;display:flex}.event-multi-option:hover{background:var(--surface-soft)}.event-multi-option input{flex:none;width:auto;margin:0}.event-multi-option span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.event-multi-empty{color:var(--muted);padding:10px 8px;font-weight:700}.event-team-code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.event-team-code-field{align-items:center;gap:8px;display:flex}.event-team-code-field span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12px;font-weight:800;overflow:hidden}.event-team-code-field input{text-align:center;flex:0 0 52px;width:52px}.preview-result{gap:18px;margin-top:18px;display:grid}.preview-summary{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px;font-weight:800}.preview-summary.error{color:var(--danger);background:#fef2f2;border-color:#fecaca}.preview-toolbar{align-items:center;gap:10px;display:flex}.row-action-buttons{gap:6px;display:flex}.row-action-buttons .button{min-height:34px;padding:0 10px}.error-report-modal{width:min(720px,100%)}.registered-players-modal{width:min(920px,100vw - 40px)}.registered-players-empty{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);text-align:center;border-radius:8px;padding:28px}.registered-players-table table{min-width:760px}.registered-players-table th,.registered-players-table td{padding:8px}.registered-players-pagination{margin-top:14px}.error-report-grid{grid-template-columns:1fr}.error-report-grid textarea{min-height:140px}.preview-error-modal{width:min(420px,100vw - 40px)}.preview-error-body{text-align:center;justify-items:center;gap:8px;padding:8px 4px 4px;display:grid}.preview-error-badge{color:var(--danger);background:#fef2f2;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.preview-error-body strong{color:var(--danger);font-size:36px;line-height:1}.preview-error-body .section-title{margin:6px 0 0}.preview-error-body p{color:var(--muted);margin:0;line-height:1.55}.preview-error-actions{justify-content:flex-end;margin-top:18px}.preview-error-actions .button{min-width:82px}.error-report-file-row{min-width:0}.error-report-image-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:10px}.error-report-image-preview img{object-fit:contain;border-radius:6px;max-width:100%;max-height:260px;margin:0 auto;display:block}.cell-danger{color:var(--danger);font-weight:700}.preview-name-col{width:110px;min-width:110px;max-width:110px}.preview-birth-col{width:118px;min-width:118px;max-width:118px}.preview-name-col input,.preview-birth-col input{width:100%}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:10px 8px}th{color:var(--muted);font-size:12px}.sort-header-button{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-weight:800;display:inline-flex}.sort-indicator{min-width:10px;color:var(--text);font-size:10px;line-height:1;display:inline-block}@media (max-width:900px){.landing-hero,.grid-2,.form-grid,.stat-grid,.checkbox-grid{grid-template-columns:1fr}.registration-form-grid{grid-template-columns:repeat(4,minmax(160px,1fr));overflow-x:auto}.club-form-grid{grid-template-columns:repeat(4,minmax(160px,1fr))}.club-register-grid,.leader-register-grid{grid-template-columns:1fr}.registration-form-grid .field:nth-child(n+5){grid-column:1/-1}.landing-title{font-size:28px}.landing-logo{flex-basis:50px;width:50px;height:50px}.topbar-inner{flex-direction:column;align-items:flex-start}.file-action-row{overflow-x:auto}.player-edit-row,.player-edit-event-section{grid-template-columns:1fr}.player-edit-event-section>label{flex-basis:auto}.event-team-code-grid{grid-template-columns:1fr}.notice-row{grid-template-columns:44px minmax(0,1fr) 88px;gap:8px;padding:0 12px}.notice-views{display:none}.notice-article-header h1{font-size:20px}}.wireframe-main{min-height:100vh;padding:0}.wireframe-shell{min-height:100vh}.home-tabs.wireframe-frame{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;gap:0;display:flex}.wire-topbar{border-bottom:1px solid var(--line);background:var(--surface);padding:20px 48px 0}.wire-topbar-main{justify-content:space-between;align-items:center;gap:24px;display:flex}.wire-logo-block{align-items:center;gap:12px;min-width:0;display:flex}.wire-logo-image{object-fit:contain;flex:0 0 44px;width:44px;height:44px}.wire-logo-text{gap:2px;min-width:0;display:grid}.wire-logo-text strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:800;line-height:1.2;overflow:hidden}.wire-logo-text span{color:var(--muted);font-size:11px;font-weight:700}.wire-topbar-meta{color:var(--muted);white-space:nowrap;justify-content:flex-end;align-items:center;gap:16px;font-size:12px;font-weight:700;display:flex}.wire-topbar-meta span+span{border-left:1px solid var(--line);padding-left:16px}.wire-small-link{color:var(--muted);font-size:12px;font-weight:700}.wire-small-link.primary{color:var(--brand)}.wire-tabs{gap:4px;margin-top:18px;display:flex}.wire-tab-button{min-width:116px;min-height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:0;padding:0 22px;font-size:14px;font-weight:700;position:relative}.wire-tab-button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.wire-tab-button.active{color:var(--text)}.wire-tab-button.active:after{background:var(--brand)}.wire-panel-area{flex:1;min-height:0}.wire-content{width:100%;padding:36px 48px}.wire-simple-content{gap:18px;display:grid}.wire-application-content{padding-top:32px}.wire-card{border:1px solid var(--line);background:var(--surface);border-radius:8px}.wire-eyebrow{color:var(--brand);margin-bottom:18px;font-size:11px;font-weight:800}.wire-section-label{color:var(--text);margin-bottom:14px;font-size:13px;font-weight:800}.wire-page-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px;display:flex}.wire-page-head h2{margin:0;font-size:20px;line-height:1.35}.wire-page-head p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.5}.wire-page-tools{align-items:center;gap:10px;display:flex}.wire-page-tools input{border:1px solid var(--line);background:var(--surface);width:220px;color:var(--text);border-radius:6px;padding:9px 12px;font-size:13px}.wire-page-tools span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:800}.wire-empty-text{color:var(--muted);margin:0;font-size:14px}.wire-greeting-grid,.wire-info-grid{grid-template-columns:minmax(0,1fr) 320px;gap:32px;display:grid}.wire-greeting-card{padding:36px}.wire-greeting-card h2{margin:0 0 28px;font-size:28px;line-height:1.32}.wire-greeting-eyebrow{font-size:13px}.wire-greeting-title{word-break:keep-all;white-space:pre-line;max-width:min(100%,560px)}.wire-prose{color:var(--text);gap:14px;font-size:14px;line-height:1.85;display:grid}.wire-prose p{margin:0}.wire-greeting-closing{text-align:right;margin-top:18px}.wire-greeting-signoff{border-top:1px solid var(--line-soft);text-align:right;justify-content:end;gap:4px;margin-top:32px;padding-top:22px;display:grid}.wire-greeting-signoff span{color:var(--muted);font-size:12px;font-weight:700}.wire-greeting-signoff strong{font-size:14px}.wire-greeting-signoff em{color:var(--muted);font-size:12px;font-style:normal;font-weight:500}.wire-side-column{align-content:start;gap:16px;display:grid}.wire-side-card{padding:22px}.wire-stat-list{gap:14px;margin:0;display:grid}.wire-stat-list div{justify-content:space-between;gap:12px;display:flex}.wire-stat-list dt{color:var(--muted);font-size:13px}.wire-stat-list dd{margin:0;font-size:13px;font-weight:800}.wire-upcoming-card{border-color:var(--brand-line);background:var(--brand-soft);gap:10px;padding:22px;display:grid}.wire-upcoming-card strong{font-size:15px;line-height:1.45}.wire-upcoming-card>span{color:var(--muted);font-size:12px;font-weight:700}.wire-officer-card{padding:0;overflow:hidden}.wire-officer-head,.wire-officer-row{grid-template-columns:160px minmax(160px,1fr) minmax(160px,1fr) 120px minmax(220px,.9fr);align-items:center;gap:24px;display:grid}.wire-officer-row .wire-officer-club{color:var(--text);font-weight:500}.wire-officer-head{border-bottom:1px solid var(--line);color:var(--muted);padding:14px 28px;font-size:11px;font-weight:800}.wire-officer-row{border-bottom:1px solid var(--line-soft);padding:20px 28px}.wire-officer-row:last-child{border-bottom:0}.wire-officer-row span{color:var(--brand);font-size:15px;font-weight:500}.wire-officer-row strong{font-size:15px;font-weight:500}.wire-officer-row time{color:var(--muted);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:15px;font-weight:500}.wire-officer-row em{color:var(--text);font-size:15px;font-style:normal;font-weight:500}.wire-notice-list-card{padding:0;overflow:hidden}.wire-notice-list-card>.wire-empty-text{background:linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);min-height:260px;color:var(--text-soft);text-align:center;justify-content:center;align-items:center;font-size:16px;font-weight:400;display:flex}.wire-notice-list{display:grid}.wire-notice-row{border:0;border-bottom:1px solid var(--line-soft);min-height:72px;color:var(--text);text-align:left;cursor:pointer;background:0 0;grid-template-columns:60px minmax(0,1fr) 120px 80px;align-items:center;gap:16px;padding:0 28px;display:grid}.wire-notice-row:last-child{border-bottom:0}.wire-notice-row:hover{background:var(--surface-soft)}.wire-notice-row>span{color:var(--muted);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:15px;font-weight:700}.wire-notice-row>span.pinned{color:var(--brand)}.wire-notice-row strong{font-size:17px;font-weight:700}.wire-notice-row strong em{background:var(--brand-soft);color:var(--brand);border-radius:3px;margin-left:10px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:800;display:inline-flex}.wire-notice-row time,.wire-notice-row small{color:var(--muted);font-size:14px;font-weight:700}.wire-notice-row small{text-align:right}.wire-breadcrumb{color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.wire-breadcrumb button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.wire-notice-detail-card{padding:36px}.wire-notice-detail-top{align-items:center;gap:10px;margin-bottom:14px;display:flex}.wire-notice-detail-top span{background:var(--brand-soft);color:var(--brand);border-radius:10px;padding:3px 10px;font-size:11px;font-weight:800}.wire-notice-detail-top em{color:var(--muted);font-size:11px;font-style:normal;font-weight:800}.wire-notice-detail-card h2{margin:0 0 16px;font-size:26px;line-height:1.35}.wire-notice-meta{border-bottom:1px solid var(--line-soft);gap:24px;margin:0;padding-bottom:22px;display:flex}.wire-notice-meta div{gap:6px;display:flex}.wire-notice-meta dt{color:var(--muted);font-size:14px;font-weight:800}.wire-notice-meta dd{margin:0;font-size:14px;font-weight:800}.wire-notice-body{margin-top:26px;font-size:17px;line-height:1.9}.wire-notice-body p{white-space:pre-line}.wire-notice-images,.notice-article-images{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-top:24px;display:grid}.wire-notice-images img,.notice-article-images img{object-fit:cover;border-radius:8px;width:100%;height:190px}.wire-notice-images a,.notice-article-images a{cursor:zoom-in;display:block}.wire-notice-files,.notice-article-files{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.wire-notice-files a,.notice-article-files a{border:1px solid var(--line);background:var(--surface-soft);color:var(--text);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;text-decoration:none}.wire-notice-footer{border-top:1px solid var(--line-soft);justify-content:flex-start;margin-top:28px;padding-top:22px;display:flex}.button{border:1px solid var(--line);background:var(--surface);min-height:38px;color:var(--text);border-radius:6px;padding:0 14px;font-size:13px;font-weight:800}.button.primary{border-color:var(--brand);background:var(--brand);color:#fff}.button:not(:disabled):hover{border-color:var(--brand-line)}.button:disabled{opacity:.45}.wire-tournament-screen{gap:0;display:grid}.wire-contest-list{gap:14px;display:grid}.wire-contest-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) 220px 140px;align-items:center;gap:24px;padding:26px;display:grid}.wire-contest-meta{align-items:center;gap:10px;margin-bottom:10px;display:flex}.wire-contest-meta span{background:var(--surface-soft);color:var(--muted);border-radius:10px;padding:3px 10px;font-size:12px;font-weight:800}.wire-contest-meta span.open{background:var(--brand-soft);color:var(--brand)}.wire-contest-meta small{color:var(--muted);font-size:12px;font-weight:800}.wire-contest-main h3{margin:0 0 10px;font-size:17px;line-height:1.35}.wire-contest-detail-row{color:var(--muted);flex-wrap:wrap;gap:18px;font-size:13px;display:flex}.wire-contest-detail-row strong{color:var(--text);margin-left:4px}.wire-contest-dday{border:1px solid var(--line);background:var(--surface-soft);text-align:center;border-radius:6px;padding:14px 18px}.wire-contest-dday.open{border-color:var(--brand-line);background:var(--brand-soft)}.wire-contest-dday span{color:var(--muted);font-size:12px;font-weight:800;display:block}.wire-contest-dday strong{color:var(--text);margin-top:4px;font-size:22px;line-height:1.1;display:block}.wire-contest-dday.open strong{color:var(--brand)}.wire-contest-dday em{color:var(--muted);margin-top:3px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px;font-style:normal;display:block}.wire-contest-actions{display:grid}.wire-contest-actions .button{min-height:46px}.wire-info-strip{background:var(--surface-soft);color:var(--muted);border-radius:8px;align-items:center;gap:16px;margin-top:24px;padding:18px;font-size:14px;font-weight:700;display:flex}.wire-info-strip span{border:1px solid var(--line);background:var(--surface);width:28px;height:28px;color:var(--brand);border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.wire-info-strip p{margin:0}.wire-content>.panel{background:0 0;border:0}.wire-content>.panel .panel-header{border-bottom:0;padding:0 0 18px}.wire-content>.panel .panel-body{gap:16px;padding:0;display:grid}.manager-tab-row{border-bottom:1px solid var(--line);justify-content:flex-start;gap:4px;display:flex}.manager-tab-row .tab-button{width:auto;min-width:120px;min-height:42px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0}.manager-tab-row .tab-button.active{border-bottom-color:var(--brand);color:var(--text);background:0 0}.manager-box{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:24px}.manager-box+.manager-box{margin-top:0}.club-register-grid{grid-template-columns:minmax(360px,1fr) 260px minmax(76px,auto);align-items:end}.leader-register-grid{grid-template-columns:minmax(280px,1fr) minmax(260px,.75fr) 260px minmax(76px,auto);align-items:end}.manager-form-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:24px;display:flex}.manager-form-heading h2{color:var(--text);margin:0;font-size:16px;font-weight:800;line-height:1.35}.manager-form-heading span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.club-register-box{padding:32px 36px}.club-register-box .field input{min-height:42px;padding:0 18px;font-size:16px}.club-register-box .field input::placeholder{color:var(--muted)}.club-register-box .button{min-width:76px;min-height:42px}.club-register-box .button.primary{background:#426998;border-color:#426998}.leader-register-box{padding:32px 36px}.leader-register-box .field input,.leader-register-box .field select{min-height:42px;padding:0 18px;font-size:16px}.leader-register-box .field input::placeholder{color:var(--muted)}.leader-register-box .button{min-width:76px;min-height:42px}.leader-register-box .button.primary{background:#426998;border-color:#426998}.notice-register-box{padding:32px 36px}.notice-editor-grid{gap:14px;display:grid}.notice-editor-grid .field input,.notice-editor-grid .field textarea{border-color:var(--line);background:var(--surface);font-size:16px}.notice-editor-grid .field input{min-height:42px;padding:0 18px}.notice-editor-grid .field textarea{min-height:180px;padding:16px 18px;line-height:1.75}.notice-file-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.notice-file-field{border:1px dashed var(--line);background:var(--surface-soft);border-radius:8px;gap:8px;padding:14px;display:grid}.notice-file-field span{color:var(--muted);font-size:11px;font-weight:800}.notice-file-field input{min-width:0;font-size:13px}.notice-file-field em{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-style:normal;font-weight:700;overflow:hidden}.notice-image-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.notice-image-preview img{object-fit:contain;border-radius:6px;max-width:100%;max-height:260px;margin:0 auto;display:block}.notice-register-actions{justify-content:flex-end;margin-top:18px}.notice-register-actions .button{min-width:76px;min-height:42px}.notice-register-actions .button.primary{background:#426998;border-color:#426998}.notice-manager-list-box{padding:0}.notice-manager-head{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) 170px;align-items:center;margin:0;padding:22px 28px;display:grid}.notice-manager-head>span:last-child{text-align:center}.notice-manager-head>span{color:var(--muted);font-size:13px;font-weight:800}.notice-manager-list{display:grid}.notice-manager-row{border-bottom:1px solid var(--line-soft);cursor:default;grid-template-columns:minmax(0,1fr) 170px;align-items:center;gap:18px;padding:18px 28px;display:grid}.notice-manager-row:last-child{border-bottom:0}.notice-manager-main{gap:5px;min-width:0;display:grid}.notice-manager-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:500;overflow:hidden}.notice-manager-row small{color:var(--brand);font-size:12px;font-weight:500}.participants-manager-box{gap:18px;display:grid}.participants-manager-toolbar{justify-content:flex-end;align-items:flex-start;gap:18px;display:flex}.participants-manager-toolbar .section-title{margin-bottom:4px}.participants-tournament-select{gap:6px;min-width:min(360px,100%);display:grid}.participants-tournament-select span{color:var(--muted);font-size:12px;font-weight:800}.participants-tournament-select select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:42px;color:var(--text);border-radius:6px;padding:0 14px;font-size:14px}.participants-tournament-name{text-align:right;justify-items:end;gap:4px;max-width:420px;display:grid}.participants-tournament-name span{color:var(--muted);font-size:12px;font-weight:700}.participants-tournament-name strong{max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:500;overflow:hidden}.participant-club-strip{flex-wrap:wrap;gap:8px;margin:2px 0 0;padding:0;display:flex;overflow:visible}.participant-club-button{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.participant-club-button em{color:var(--muted);font-size:12px;font-style:normal;font-weight:700}.participant-club-button.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.participant-club-button.active em{color:var(--brand)}.manager-registered-players-table table{min-width:820px}.manager-registered-players-table table th,.manager-registered-players-table table td,.manager-registered-players-table table th:last-child,.manager-registered-players-table table td:last-child{text-align:center}.notice-existing-attachments{gap:8px;display:grid}.notice-existing-attachment{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 12px;display:grid}.notice-existing-attachment span{color:var(--brand);font-size:12px;font-weight:700}.notice-existing-attachment a{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;text-decoration:none;overflow:hidden}.notice-existing-attachment button{color:var(--warn);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.notice-image-preview{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;display:grid}.notice-image-preview img{object-fit:cover;width:100%;height:150px;margin:0}.notice-selected-files{flex-wrap:wrap;gap:8px;display:flex}.notice-selected-files span{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:12px}.form-grid{gap:12px}.field label,.field-label{color:var(--muted);font-size:11px;font-weight:800}.field input,.field select,.field textarea,.auth-inline-field input,.auth-inline-field select{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:6px}.pin-reveal-button{cursor:pointer;min-width:64px;min-height:auto;color:var(--text);letter-spacing:.4px;text-align:left;background:0 0;border:0;padding:0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px;font-weight:800}.pin-reveal-button:hover{color:var(--brand)}.display-field{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;padding:12px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;min-width:100%}.club-table,.leader-table{table-layout:fixed}.club-table th:first-child,.club-table td:first-child{width:auto}.club-table th:nth-child(2),.club-table td:nth-child(2){width:220px}.club-table th:last-child,.club-table td:last-child{width:190px}.leader-table th:first-child,.leader-table td:first-child{width:auto}.leader-table th:nth-child(2),.leader-table td:nth-child(2){text-align:center;width:180px}.leader-table th:nth-child(3),.leader-table td:nth-child(3){text-align:center;width:190px}.leader-table th:last-child,.leader-table td:last-child{width:190px}.leader-table th:nth-child(2),.leader-table th:nth-child(3),.leader-table th:last-child{text-align:center}.leader-table td:first-child,.leader-table td:nth-child(2),.leader-table td:nth-child(3){font-size:15px;font-weight:500}th,td{border-bottom:1px solid var(--line-soft);white-space:nowrap;padding:10px 8px;font-size:13px;line-height:1.25}th{color:var(--muted);font-size:11px;font-weight:800}tbody tr:last-child td{border-bottom:0}th:last-child,td:last-child{text-align:right}.club-table th:nth-child(2),.club-table td:nth-child(2),.club-table th:nth-child(2),.club-table th:last-child{text-align:center}.club-table td:first-child{font-size:15px;font-weight:500}.club-table .pin-reveal-button{color:var(--text-soft);font-size:14px;font-weight:500}.table-action-buttons{justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.table-action-button{border:1px solid var(--line);background:var(--surface);min-width:54px;min-height:32px;color:var(--text);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.table-action-button.danger{color:var(--warn)}.table-action-button:hover{border-color:var(--brand-line)}.table-action-button:disabled{cursor:default;opacity:.55}.table-action-button.danger:hover{border-color:#b85a3a59}.sort-header-button{color:inherit;font-size:inherit}.registration-wire{gap:22px;display:grid}.apply-header{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.apply-header h1{margin:6px 0 0;font-size:22px;line-height:1.35}.apply-header h1 span{color:var(--muted);margin-left:8px;font-size:14px;font-weight:600}.apply-header-actions{flex:none;gap:8px;display:flex}.apply-header-players-button,.apply-header-report-button{box-sizing:border-box;white-space:nowrap;justify-content:center;align-items:center;height:34px;min-height:34px;padding:0 14px;line-height:1;display:inline-flex}.apply-layout{grid-template-columns:240px minmax(0,1fr);gap:28px;display:grid}.apply-steps{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-self:start;padding:10px 0;position:sticky;top:18px;overflow:hidden}.apply-step{grid-template-columns:32px minmax(0,1fr);gap:12px;padding:14px 22px;display:grid}.apply-step>span{border:1px solid var(--line);background:var(--surface-soft);width:26px;height:26px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:inline-flex}.apply-step.active>span{border-color:var(--brand);background:var(--brand);color:#fff}.apply-step.done>span{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.apply-step strong{font-size:13px;display:block}.apply-step small{color:var(--text-soft);margin-top:2px;font-size:11px;font-weight:700;display:block}.apply-main{gap:14px;min-width:0;display:grid}.apply-club-card,.apply-upload-card{padding:24px}.apply-club-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.apply-club-grid .display-field{align-items:baseline;gap:10px;padding-right:28px;display:flex}.apply-club-grid .display-field .field-label{flex:none}.apply-club-grid .display-field strong{min-width:0}.apply-upload-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.apply-upload-head h2{margin:0;font-size:16px}.apply-upload-head p{color:var(--muted);margin:4px 0 0;font-size:12px;font-weight:700}.apply-file-row{border:1px dashed var(--line);background:var(--surface-soft);border-radius:6px;padding:8px}.apply-file-row .file-select-button,.apply-file-row .file-reset-button,.apply-file-row .file-register-button{box-sizing:border-box;justify-content:center;align-items:center;height:40px;min-height:40px;padding-top:0;padding-bottom:0;line-height:1;display:inline-flex}.apply-file-chip{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:3px;padding:2px 7px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:10px;font-weight:900}.apply-file-row .file-name-box{background:0 0;border:0}.apply-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.apply-stat-grid div{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:16px 18px}.apply-stat-grid span,.apply-stat-grid small{color:var(--muted);font-size:11px;font-weight:800;display:block}.apply-stat-grid strong{margin:5px 0 2px;font-size:24px;line-height:1.1;display:block}.apply-warning{margin-top:14px}.apply-roster-card{padding:0;overflow:hidden}.apply-roster-card th,.apply-roster-card td{padding:8px}.apply-roster-card .row-action-buttons{gap:4px}.apply-roster-card .row-action-buttons .button{min-height:24px;padding:0 7px}.apply-roster-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 20px;display:flex}.apply-roster-filters{gap:6px;display:flex}.apply-roster-filters span{color:var(--muted);border-radius:4px;padding:6px 12px;font-size:12px;font-weight:800}.apply-roster-filters span.active{background:var(--surface-soft);color:var(--text)}.error-report-footer{border-top:0;margin-top:12px;padding-top:0}.error-report-button{border-color:var(--warn);background:var(--warn);color:#fff}.modal-backdrop{background:#2a28266b}.modal-panel{border-color:var(--line);border-radius:8px;box-shadow:0 18px 60px #2a28262e}.alert{border-radius:8px;font-weight:700}.alert.error{background:var(--warn-soft);color:var(--warn);border-color:#b85a3a40}.alert.success{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}@media (max-width:960px){.wire-topbar{padding:16px 20px 0}.wire-topbar-main{flex-direction:column;align-items:flex-start}.wire-topbar-meta{white-space:normal;flex-wrap:wrap;justify-content:flex-start}.wire-tabs{overflow-x:auto}.wire-tab-button{flex:none}.wire-content{padding:24px 20px}.wire-greeting-grid,.wire-info-grid,.wire-contest-card,.apply-layout,.apply-club-grid,.apply-stat-grid{grid-template-columns:1fr}.wire-info-grid>.wire-side-column{display:none}.wire-notice-row{grid-template-columns:44px minmax(0,1fr) 96px;padding:0 16px}.wire-notice-row small{display:none}.apply-header{flex-direction:column;align-items:flex-start}.apply-steps{position:static}.apply-file-row{flex-direction:column;align-items:stretch}.file-select-button,.file-reset-button,.file-register-button{flex:none}}.apply-header-actions>.button{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;height:34px!important;min-height:34px!important;padding:0 14px!important;line-height:1!important;display:inline-flex!important}.apply-header-actions>.apply-header-players-button{border-color:var(--line-strong)!important;background:var(--surface)!important;width:104px!important;color:var(--text)!important;flex:0 0 104px!important}.apply-file-row>.file-select-button,.apply-file-row>.file-reset-button,.apply-file-row>.file-register-button{box-sizing:border-box!important;justify-content:center!important;align-items:center!important;height:40px!important;min-height:40px!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;display:inline-flex!important}
