*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Yu Gothic UI,Yu Gothic,Meiryo,sans-serif;background:#f5f6f8;color:#222}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}a{color:inherit}.app-shell{display:flex;width:100%;min-height:100vh}.sidebar{width:230px;min-width:230px;background:#fff;border-right:1px solid #e1e3e6;display:flex;flex-direction:column;min-height:100vh}.sidebar-header{padding:20px 18px;border-bottom:1px solid #eeeeee}.sidebar-header h1{margin:0;font-size:22px;line-height:1.3}.sidebar-header p{margin:3px 0 0;color:#666;font-size:13px}.sidebar-nav{flex:1;padding:12px 10px}.nav-item,.nav-subitem,.submenu-toggle{width:100%;display:block;margin:2px 0;padding:10px 11px;border:0;border-radius:6px;background:transparent;color:#222;text-align:left;text-decoration:none;cursor:pointer}.nav-item:hover,.nav-subitem:hover,.submenu-toggle:hover{background:#f1f3f5}.nav-item.active,.nav-subitem.active{background:#e9ecef;font-weight:600}.submenu-toggle{display:flex;justify-content:space-between;align-items:center}.submenu-arrow{display:inline-block;transition:transform .2s ease}.submenu.open .submenu-arrow{transform:rotate(180deg)}.submenu-items{display:none;padding-left:12px}.submenu.open .submenu-items{display:block}.nav-subitem{font-size:14px;padding:9px 10px}.sidebar-user{padding:14px;border-top:1px solid #eeeeee}.sidebar-user-name{font-size:14px;font-weight:600}.sidebar-user-email{margin:3px 0 10px;font-size:11px;color:#666;overflow-wrap:anywhere}#sidebar-logout-button{width:100%;padding:8px 10px;border:1px solid #cccccc;border-radius:5px;background:#fff}#sidebar-logout-button:hover{background:#f4f4f4}.main-area{flex:1;min-width:0;background:#f5f6f8}.page-header{padding:16px 22px;background:#fff;border-bottom:1px solid #e1e3e6}.page-header h2{margin:0;font-size:20px}.page-content{width:100%;padding:20px}.dashboard-page{width:100%}.dashboard-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.dashboard-action-card{min-width:0;padding:15px 16px;border:1px solid #dfe2e5;border-radius:8px;background:#fff;text-align:left;transition:background .15s ease,border-color .15s ease}.dashboard-action-card:hover{background:#f8f9fa;border-color:#c7ccd1}.dashboard-action-card strong{display:block;font-size:14px}.dashboard-action-count{display:block;margin-top:6px;font-size:24px;line-height:1.2;font-weight:600}.dashboard-section{width:100%;padding:16px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.section-header h3{margin:0;font-size:17px}.section-description{margin:3px 0 0;color:#777;font-size:12px}.secondary-button{flex-shrink:0;padding:7px 13px;border:1px solid #cccccc;border-radius:5px;background:#fff}.secondary-button:hover{background:#f4f4f4}.dashboard-camps{width:100%}.camp-table-wrapper{width:100%;overflow:visible}.camp-table{width:100%;table-layout:fixed;border-collapse:collapse}.camp-table th,.camp-table td{padding:8px 5px;border-bottom:1px solid #eeeeee;vertical-align:middle;white-space:normal;overflow-wrap:break-word}.camp-table th{background:#f8f9fa;font-size:11px;line-height:1.25;font-weight:600;color:#555;text-align:left}.camp-table td{font-size:12px;line-height:1.35}.camp-table .col-camp{width:22%}.camp-table .col-date{width:18%}.camp-table .col-status{width:9%}.camp-table .col-count{width:10.2%;text-align:center}.camp-name-cell{font-weight:500}.camp-name{width:100%;overflow-wrap:anywhere}.camp-date-cell{white-space:normal}.camp-date{line-height:1.35}.camp-date-end{margin-top:1px}.date-separator{color:#888}.camp-time{white-space:nowrap}.camp-status-cell{text-align:center}.status-badge{display:inline-block;max-width:100%;padding:3px 5px;border-radius:4px;background:#f0f1f2;font-size:10px;line-height:1.3;overflow-wrap:anywhere}.count-cell{text-align:center;font-size:13px;font-weight:500}.loading-text{margin:20px 0;color:#666}.empty-state{padding:28px 15px;text-align:center;color:#777}.error-box{padding:15px;border:1px solid #dddddd;border-radius:6px;background:#fff}.error-box p{margin:8px 0 0}.placeholder-page{padding:20px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.placeholder-page h3{margin-top:0}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f5f6f8}.login-card{width:min(400px,100%);padding:28px;background:#fff;border:1px solid #dddddd;border-radius:10px}.login-card h1{margin:0 0 4px}.login-card h2{margin:0 0 20px;font-size:18px}.login-card button{margin-top:10px;padding:10px 15px;border:1px solid #cccccc;border-radius:5px;background:#fff}.login-card button:hover{background:#f4f4f4}form label{display:block;margin-bottom:12px}input,select,textarea{max-width:100%}input[type=text],input[type=tel],input[type=date],input[type=time],select,textarea{padding:7px 8px;border:1px solid #cccccc;border-radius:5px;background:#fff}textarea{width:100%;resize:vertical}.health-page{max-width:900px;margin:0 auto;padding:20px;background:#fff;border-radius:8px}.health-page section{margin-bottom:18px}.health-page h3{margin-top:0}.checkbox-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 15px;margin:10px 0 15px}.checkbox-list label{margin:0}@media(max-width:1000px){.sidebar{width:200px;min-width:200px}.page-content{padding:14px}.camp-table th,.camp-table td{padding:7px 3px}.camp-table th{font-size:10px}.camp-table td{font-size:11px}.camp-table .col-camp{width:21%}.camp-table .col-date{width:18%}.camp-table .col-status{width:9%}.camp-table .col-count{width:10.4%}}@media(max-width:700px){.app-shell{display:block}.sidebar{width:100%;min-width:0;min-height:auto;border-right:0;border-bottom:1px solid #dddddd}.sidebar-header{padding:12px 15px}.sidebar-nav{padding:7px}.sidebar-user{display:none}.dashboard-actions{grid-template-columns:1fr}.page-header{padding:12px 14px}.page-content,.dashboard-section{padding:10px}.camp-table th{font-size:8px;padding:5px 2px}.camp-table td{font-size:9px;padding:6px 2px}.camp-table .col-camp{width:23%}.camp-table .col-date{width:17%}.camp-table .col-status{width:9%}.camp-table .col-count{width:10.2%}.status-badge{padding:2px;font-size:8px}.checkbox-list{grid-template-columns:1fr}}.dashboard-count-button{min-width:30px;padding:4px 7px;border:0;border-radius:5px;background:transparent;color:#222;font-weight:600;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.dashboard-count-button:hover{background:#edf2f7}.dashboard-count-button:disabled{color:#999;background:transparent;text-decoration:none;cursor:default;opacity:1}.participants-page{width:100%}.participants-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px;padding:16px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.participants-toolbar h3{margin:0 0 6px;font-size:18px}.participants-toolbar p{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.filter-label{display:inline-block;padding:3px 7px;border-radius:4px;background:#eee;font-size:12px}.participants-toolbar-buttons{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:8px;flex-shrink:0}.participants-camp-selector,.participants-filter-selector{display:block;color:#555;font-size:11px;font-weight:600}.participants-camp-selector select,.participants-filter-selector select{display:block;min-width:180px;margin-top:4px}.participants-filter-selector select{min-width:150px}.participants-filter-actions{display:flex;justify-content:flex-end;margin-bottom:8px}.participants-table-wrapper{width:100%;background:#fff;border:1px solid #e4e6e8;border-radius:8px;overflow-x:auto}.participants-table{width:100%;border-collapse:collapse;table-layout:fixed}.participants-table th,.participants-table td{padding:9px 8px;border-bottom:1px solid #eeeeee;text-align:left;font-size:12px;overflow-wrap:anywhere}.participants-table th{background:#f8f9fa;color:#555;font-size:11px}.participants-table tbody tr:hover{background:#fafbfc}.attention-text{font-weight:600}@media(max-width:700px){.participants-toolbar{display:block}.participants-toolbar-buttons{margin-top:12px}.participants-table th,.participants-table td{padding:6px 3px;font-size:9px}.participants-table th{font-size:8px}}.participants-controls{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:10px;padding:12px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.participants-list-controls{display:flex;align-items:flex-end;gap:10px}.participants-search-area{display:block;color:#555;font-size:12px;font-weight:500}.participants-search-area input{display:block;width:250px;margin-top:4px;padding:7px 8px;border:1px solid #cccccc;border-radius:5px;background:#fff}.participants-sort-area{flex-shrink:0}.participants-sort-area label{margin:0;font-size:12px;font-weight:500}.participants-sort-area select{display:block;margin-top:4px;min-width:150px}.participants-copy-area{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.copy-message{min-height:20px;margin:8px 0 0;font-size:12px;color:#555}.participants-table th:nth-child(1),.participants-table td:nth-child(1){width:17%}.participants-table th:nth-child(2),.participants-table td:nth-child(2){width:17%}.participants-table th:nth-child(3),.participants-table td:nth-child(3){width:11%}.participants-table th:nth-child(5),.participants-table td:nth-child(5){width:11%}.participants-table th:nth-child(6),.participants-table td:nth-child(6){width:11%}.participants-table th:nth-child(7),.participants-table td:nth-child(7){width:12%}.participants-table th:nth-child(8),.participants-table td:nth-child(8){width:13%}@media(max-width:850px){.participants-controls{display:block}.participants-copy-area{margin-top:10px;justify-content:flex-start}}@media(max-width:700px){.participants-copy-area .secondary-button{padding:5px 7px;font-size:10px}.participants-sort-area select{width:100%}}.participant-status-cell{line-height:1.4}.participant-badges{display:flex;flex-wrap:wrap;gap:4px}.participant-badge{display:inline-block;padding:2px 5px;border-radius:4px;background:#eceff1;font-size:10px;font-weight:600;line-height:1.4}.participant-badge-warning{background:#f1f1f1;border:1px solid #b9b9b9}.participant-status-notes{margin-top:4px;font-size:10px;color:#666;line-height:1.4}.participant-normal-status{color:#666;font-size:11px}.participants-table th:nth-child(1),.participants-table td:nth-child(1){width:15%}.participants-table th:nth-child(2),.participants-table td:nth-child(2){width:15%}.participants-table th:nth-child(3),.participants-table td:nth-child(3){width:9%}.participants-table th:nth-child(4),.participants-table td:nth-child(4){width:7%}.participants-table th:nth-child(5),.participants-table td:nth-child(5){width:9%}.participants-table th:nth-child(6),.participants-table td:nth-child(6){width:9%}.participants-table th:nth-child(7),.participants-table td:nth-child(7){width:9%}.participants-table th:nth-child(8),.participants-table td:nth-child(8){width:27%}.participant-name-link{padding:0;border:0;background:transparent;color:#222;font-weight:600;text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.participant-name-link:hover{opacity:.7}.participants-print-heading{display:none}.participants-table th:nth-child(1),.participants-table td:nth-child(1){width:4%}.participants-table th:nth-child(2),.participants-table td:nth-child(2){width:13%}.participants-table th:nth-child(3),.participants-table td:nth-child(3){width:13%}.participants-table th:nth-child(4),.participants-table td:nth-child(4){width:8%}.participants-table th:nth-child(5),.participants-table td:nth-child(5){width:6%}.participants-table th:nth-child(6),.participants-table td:nth-child(6),.participants-table th:nth-child(7),.participants-table td:nth-child(7),.participants-table th:nth-child(8),.participants-table td:nth-child(8){width:8%}.participants-table th:nth-child(9),.participants-table td:nth-child(9){width:32%}.participant-number-cell{color:#666;text-align:center!important}@media(max-width:900px){.participants-toolbar-buttons,.participants-list-controls{align-items:stretch;flex-direction:column}.participants-camp-selector select,.participants-filter-selector select,.participants-search-area input{width:100%}}@media print{@page{size:A4 landscape;margin:9mm}body{background:#fff}.sidebar,.page-header,.participants-toolbar,.participants-controls,.participants-filter-actions,.copy-message{display:none!important}.app-shell,.main-area,.page-content,.participants-page{display:block;width:100%;min-width:0;margin:0;padding:0}.participants-print-heading{display:block;margin-bottom:8mm}.participants-print-heading h1{margin:0 0 2mm;font-size:18pt}.participants-print-heading p{margin:0;font-size:10pt}.participants-table-wrapper{border:1px solid #555;border-radius:0;overflow:visible}.participants-table{table-layout:fixed}.participants-table th,.participants-table td{padding:2.2mm 1.5mm;border-right:1px solid #aaa;border-bottom:1px solid #aaa;color:#000;font-size:8pt}.participants-table th{background:#eee!important;font-size:7.5pt;-webkit-print-color-adjust:exact;print-color-adjust:exact}.participants-table tr{break-inside:avoid}.participant-name-link{color:#000;font-weight:600;text-decoration:none}.participant-badge{border:1px solid #777;background:transparent!important;font-size:7pt}.participant-status-notes{color:#000;font-size:7pt}}.participant-detail-page{width:100%}.participant-detail-top{margin-bottom:12px}.participant-detail-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px;padding:18px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.participant-detail-header h2{margin:0;font-size:24px}.participant-detail-kana{margin-top:3px;color:#666;font-size:13px}.participant-inactive-badge{padding:4px 8px;border-radius:5px;background:#eee;color:#666;font-size:12px}.participant-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.detail-card{padding:16px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.detail-card-full{margin-bottom:12px}.detail-card h3{margin:0 0 13px;font-size:16px}.detail-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:10px;padding:7px 0;border-bottom:1px solid #f0f0f0}.detail-row:last-child{border-bottom:0}.detail-label{color:#666;font-size:12px}.detail-value{min-width:0;font-size:13px;overflow-wrap:anywhere}.detail-empty{margin:0;color:#777;font-size:13px}.sibling-list{display:flex;flex-wrap:wrap;gap:8px}.sibling-button{padding:9px 12px;border:1px solid #d8dadd;border-radius:6px;background:#fff;text-align:left}.sibling-button:hover{background:#f7f8f9}.sibling-button strong{display:block}.sibling-button span{display:block;margin-top:2px;color:#666;font-size:11px}.history-table-wrapper{width:100%;overflow-x:auto}.history-table{width:100%;border-collapse:collapse}.history-table th,.history-table td{padding:8px 7px;border-bottom:1px solid #eeeeee;font-size:12px;text-align:left}.history-table th{background:#f8f9fa;color:#555;font-size:11px}.history-cancelled{background:#f5f5f5;color:#999}.history-cancelled td{text-decoration-color:#aaa}.history-status-cancelled{font-weight:600;color:#777}.history-status-warning{font-weight:600}.history-disabled-action{color:#aaa}.small-action-button{padding:5px 7px;border:1px solid #cccccc;border-radius:5px;background:#fff;font-size:11px;white-space:nowrap}.small-action-button:hover{background:#f4f4f4}.health-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:25px}.health-note-block{margin-top:15px;padding:12px;background:#f8f9fa;border-radius:6px}.health-note-block strong{display:block;margin-bottom:5px;font-size:12px}.health-note-block p{margin:0;font-size:13px;line-height:1.6}.health-no-permission{margin:0;color:#777}.health-back-button{margin-bottom:15px}@media(max-width:800px){.participant-detail-grid,.health-summary-grid{grid-template-columns:1fr}.detail-row{grid-template-columns:100px minmax(0,1fr)}}.health-view-page{width:100%;max-width:1000px;margin:0 auto}.health-view-toolbar{margin-bottom:12px}.health-view-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:12px;padding:18px;background:#fff;border:1px solid #e4e6e8;border-radius:8px}.health-view-header h2{margin:0 0 8px;font-size:22px}.health-view-header p{margin:3px 0}.health-view-camp{color:#666;font-size:13px}.primary-action-button{flex-shrink:0;padding:9px 16px;border:1px solid #555;border-radius:6px;background:#333;color:#fff;font-weight:600}.primary-action-button:hover{background:#222}.health-view-card{margin-bottom:12px}.health-view-card h3{margin:0 0 12px;font-size:16px}.health-view-row{display:grid;grid-template-columns:190px minmax(0,1fr);gap:15px;padding:8px 0;border-bottom:1px solid #eeeeee}.health-view-row:last-child{border-bottom:0}.health-view-label{color:#666;font-size:12px;font-weight:600}.health-view-value{min-width:0;font-size:13px;overflow-wrap:anywhere}.health-view-note{padding:10px 0}.health-view-note-content{margin-top:6px;padding:10px;background:#f8f9fa;border-radius:5px;font-size:13px;line-height:1.6}.health-view-empty{color:#888}.health-view-message{margin-top:12px}@media(max-width:700px){.health-view-header{display:block}.primary-action-button{margin-top:12px}.health-view-row{grid-template-columns:120px minmax(0,1fr);gap:8px}}.customer-search-page{width:100%}.customer-search-header{margin-bottom:16px}.customer-search-header h2{margin:0 0 5px;font-size:22px}.customer-search-header p{margin:0;color:#666;font-size:13px}.customer-search-box{padding:16px;margin-bottom:14px;background:#fff;border:1px solid #e2e5e8;border-radius:8px}.customer-search-input-area{display:flex;gap:8px;align-items:center}.customer-search-input{flex:1;min-width:0;height:40px;padding:0 12px;border:1px solid #cfd4d9;border-radius:6px;font-size:14px}.customer-search-input:focus{outline:2px solid #c9d9ef;border-color:#6f91be}.customer-search-help{margin-top:8px;color:#777;font-size:12px}.customer-search-status{margin:10px 0;color:#555;font-size:13px}.customer-result-table-wrapper{width:100%;overflow-x:auto;background:#fff;border:1px solid #e2e5e8;border-radius:8px}.customer-result-table{width:100%;min-width:1050px;border-collapse:collapse;font-size:12px}.customer-result-table th{padding:9px 8px;text-align:left;white-space:nowrap;background:#f5f6f7;border-bottom:1px solid #dddddd}.customer-result-table td{padding:9px 8px;vertical-align:top;border-bottom:1px solid #eeeeee}.customer-result-table tbody tr:last-child td{border-bottom:0}.customer-result-table tbody tr:hover{background:#fafbfc}.customer-address-cell{min-width:180px;line-height:1.5}.customer-inactive-badge{display:inline-block;margin-left:5px;padding:2px 5px;border-radius:4px;background:#eee;color:#666;font-size:10px}.system-settings-page{width:100%;max-width:900px}.system-settings-header{margin-bottom:18px}.system-settings-header h2{margin:0 0 5px;font-size:22px}.system-settings-header p{margin:0;color:#666;font-size:13px}.system-settings-card{margin-bottom:16px;padding:18px;background:#fff;border:1px solid #e2e5e8;border-radius:8px}.system-settings-card h3{margin:0 0 8px;font-size:16px}.system-settings-description{margin:0 0 14px;color:#666;font-size:13px;line-height:1.6}.system-settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #eeeeee}.system-settings-row:first-of-type{border-top:0}.system-settings-row-info{flex:1;min-width:0}.system-settings-row-title{margin-bottom:3px;font-size:14px;font-weight:600}.system-settings-row-note{color:#777;font-size:12px;line-height:1.5}.system-settings-action{flex-shrink:0}.system-settings-status{margin-top:10px;min-height:18px;color:#666;font-size:12px}.system-settings-status.success{color:#287a3e}.system-settings-status.error{color:#b42318}.system-settings-warning{margin-top:12px;padding:10px 12px;background:#fff8e6;border:1px solid #f1d99a;border-radius:6px;color:#6f5816;font-size:12px;line-height:1.6}.camp-settings-page{display:grid;gap:1.25rem}.camp-settings-header h2{margin:0}.camp-settings-header p{margin:.4rem 0 0;color:var(--muted-text, #667085)}.camp-settings-card{margin:0}.camp-settings-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1rem}.camp-settings-form-grid label{display:grid;gap:.35rem;font-weight:600}.camp-settings-form-grid input,.camp-settings-form-grid select,.camp-settings-form-grid textarea{width:100%;box-sizing:border-box;padding:.65rem .75rem;border:1px solid #d0d5dd;border-radius:.45rem;font:inherit;font-weight:400}.camp-settings-wide-field{grid-column:1 / -1}.camp-settings-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:1rem}.camp-settings-message{padding:.75rem 1rem;border-radius:.45rem;background:#ecfdf3;color:#067647}.camp-settings-message.error,.camp-bulk-invalid{background:#fef3f2;color:#b42318}.camp-settings-bulk-help{margin:.75rem 0;color:#475467;line-height:1.7}.camp-settings-bulk-help code{padding:.15rem .3rem;background:#f2f4f7;border-radius:.25rem;font-size:.88em}.camp-bulk-textarea{width:100%;box-sizing:border-box;min-height:10rem;padding:.75rem;border:1px solid #d0d5dd;border-radius:.45rem;font:.95rem/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.camp-settings-table-wrapper{overflow-x:auto}.camp-settings-table{width:100%;border-collapse:collapse;min-width:760px}.camp-settings-table th,.camp-settings-table td{padding:.7rem;border-bottom:1px solid #eaecf0;text-align:left;vertical-align:top}.camp-settings-table th{background:#f9fafb;white-space:nowrap}.camp-settings-inactive{opacity:.6}.camp-bulk-invalid td{color:#b42318}@media(max-width:900px){.camp-settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.camp-settings-form-grid{grid-template-columns:1fr}.camp-settings-wide-field{grid-column:auto}}@media(max-width:700px){.customer-search-input-area{flex-wrap:wrap}.customer-search-input{flex-basis:100%}.system-settings-row{display:block}.system-settings-action{margin-top:10px}}.customer-search-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.customer-search-header #customer-create-button{margin-left:auto;flex-shrink:0}@media(max-width:700px){.customer-search-header{flex-direction:column}.customer-search-header #customer-create-button{margin-left:0;align-self:flex-end}}.camp-staff-page{width:100%}.camp-staff-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;padding:16px;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.camp-staff-header h2,.camp-staff-form h3{margin:0}.camp-staff-header p,.camp-staff-form-heading p{margin:5px 0 0;color:#667085;font-size:12px}.camp-staff-tabs{display:flex;gap:4px;margin-bottom:12px;padding:4px;border:1px solid #e1e4e8;border-radius:8px;background:#fff}.camp-staff-tab{flex:1;padding:9px 12px;border:0;border-radius:6px;background:transparent;color:#555;font-weight:600}.camp-staff-tab:hover{background:#f3f5f7}.camp-staff-tab.active{background:#e9ecef;color:#222}.camp-staff-toolbar{display:flex;align-items:flex-end;gap:12px;margin-bottom:12px;padding:12px;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.camp-staff-toolbar label{display:block;margin:0;color:#555;font-size:12px;font-weight:600}.camp-staff-toolbar select,.camp-staff-toolbar input{display:block;min-width:240px;margin-top:4px;padding:7px 8px;border:1px solid #cccccc;border-radius:5px;background:#fff}.camp-staff-search{flex:1}.camp-staff-search input{width:100%}.camp-staff-count{flex-shrink:0;padding:8px 11px;border-radius:6px;background:#f1f3f5;font-size:13px;font-weight:600}.camp-staff-message,.camp-staff-readonly-note,.camp-staff-form-error{margin-bottom:12px;padding:10px 12px;border:1px solid #d7dce1;border-radius:7px;background:#fff;font-size:12px}.camp-staff-message.success{border-color:#b8d8bf;background:#f0faf2;color:#246b36}.camp-staff-message.error,.camp-staff-form-error{border-color:#e1b5b1;background:#fff5f4;color:#9b2c23}.camp-staff-form{margin-bottom:14px;padding:15px;border:1px solid #dfe3e7;border-radius:8px;background:#fff}.camp-staff-form-heading{margin-bottom:13px}.camp-staff-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 12px}.camp-staff-form-grid label{margin:0;color:#444;font-size:12px;font-weight:600}.camp-staff-form-grid input,.camp-staff-form-grid select,.camp-staff-form-grid textarea{display:block;width:100%;margin-top:4px;padding:7px 8px;border:1px solid #cfd3d7;border-radius:5px;background:#fff}.camp-staff-form-grid input[readonly],.camp-staff-form-grid select:disabled{background:#f5f6f7;color:#555;opacity:1}.camp-staff-notes-field{grid-column:span 2}.camp-staff-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.camp-staff-form .primary-button{padding:8px 15px;border:1px solid #27313a;border-radius:5px;background:#27313a;color:#fff;font-weight:600}.required-mark{color:#a33;font-size:10px}.camp-staff-table-wrapper{width:100%;overflow-x:auto;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.camp-staff-table{width:100%;min-width:980px;border-collapse:collapse}.camp-staff-table th,.camp-staff-table td{padding:9px 8px;border-bottom:1px solid #eeeeee;text-align:left;vertical-align:top;font-size:12px}.camp-staff-table th{background:#f8f9fa;color:#555;font-size:11px;white-space:nowrap}.camp-staff-table small{display:block;margin-top:3px;color:#687078;font-size:10px}.camp-staff-number{width:45px;color:#666;text-align:center!important}.camp-staff-notes-cell{min-width:220px;white-space:pre-wrap}.camp-staff-actions-column{width:125px}.camp-staff-row-actions{display:flex;gap:5px}.camp-staff-row-actions button{padding:5px 7px;font-size:10px;white-space:nowrap}.camp-staff-remove-button,.camp-member-toggle-button{padding:5px 7px;border:1px solid #d4a4a0;border-radius:5px;background:#fff;color:#9b2c23}.camp-member-inactive{background:#f7f7f7;color:#777}.camp-member-status{display:inline-block;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:600;white-space:nowrap}.camp-member-status.active{background:#e9f7ed;color:#246b36}.camp-member-status.inactive{background:#eee;color:#666}.camp-staff-print-heading{display:none}@media(max-width:1000px){.camp-staff-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.camp-staff-header,.camp-staff-toolbar{align-items:stretch;flex-direction:column}.camp-staff-form-grid{grid-template-columns:1fr}.camp-staff-notes-field{grid-column:auto}.camp-staff-toolbar select,.camp-staff-toolbar input{width:100%;min-width:0}.camp-staff-form-actions{flex-direction:column-reverse}.camp-staff-form-actions button{width:100%}}@media print{.camp-staff-header,.camp-staff-tabs,.camp-staff-toolbar,.camp-staff-message,.camp-staff-readonly-note,.camp-staff-form,.camp-staff-actions-column,.camp-staff-row-actions{display:none!important}.camp-staff-print-heading{display:block;margin-bottom:8mm}.camp-staff-print-heading h1{margin:0 0 2mm;font-size:18pt}.camp-staff-print-heading p{margin:0;font-size:10pt}.camp-staff-table{min-width:0}.camp-staff-table th,.camp-staff-table td{padding:2.2mm 1.5mm;border-right:1px solid #aaa;border-bottom:1px solid #aaa;color:#000;font-size:8pt}}.payment-page{width:100%}.payment-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px;padding:16px;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.payment-toolbar h2{margin:0 0 5px;font-size:21px}.payment-toolbar p{margin:0;color:#666;font-size:13px}.payment-entry-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:12px;margin-bottom:12px}.payment-card,.payment-summary-card{margin-bottom:12px;padding:16px;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.payment-entry-grid .payment-card,.payment-entry-grid .payment-summary-card{margin-bottom:0}.payment-card h3,.payment-summary-card h3{margin:0 0 13px;font-size:16px}.payment-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px;margin-bottom:13px}.payment-field label{display:block;margin-bottom:5px;color:#555;font-size:12px;font-weight:600}.payment-field input,.payment-field select,.payment-field textarea,.payment-search-row input{width:100%;padding:9px 10px;border:1px solid #cfd3d7;border-radius:6px;background:#fff;color:#222}.payment-field input:focus,.payment-field select:focus,.payment-field textarea:focus,.payment-search-row input:focus{border-color:#747b83;outline:2px solid rgba(80,90,100,.12)}.payment-field textarea{resize:vertical}.required-mark{color:#b42318;font-size:10px}.yen-input{display:flex;align-items:center;gap:7px}.yen-input input{min-width:0;text-align:right}.yen-input span{flex-shrink:0;color:#555;font-size:12px}.payment-summary-card{background:#fbfcfd}.payment-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #e7e9eb;font-size:13px}.payment-summary-row strong{font-size:16px}.payment-summary-balance{margin-top:5px;border-bottom:0}.payment-summary-balance strong{font-size:20px}.payment-summary-note{margin:12px 0 0;color:#6b7280;font-size:11px;line-height:1.55}.payment-auto-card{border-color:#cfd9e6;background:#fbfdff}.payment-auto-guide{padding:18px 14px;border:1px dashed #c8d2dd;border-radius:7px;background:#fff;color:#667085;text-align:center;font-size:12px}.payment-auto-complete{border-color:#b8d8bf;background:#f0faf2;color:#246b36}.payment-auto-none{border-color:#dfd3ae;background:#fffdf5;color:#735c16}.payment-auto-list{display:grid;gap:8px}.payment-auto-suggestion{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #dce2e8;border-radius:7px;background:#fff}.payment-auto-suggestion-main{min-width:0}.payment-auto-heading{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.payment-auto-confidence{display:inline-block;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:600}.payment-auto-confidence-high{background:#e6f6ea;color:#246b36}.payment-auto-confidence-medium{background:#fff3d6;color:#805b00}.payment-auto-confidence-reference{background:#edf1f5;color:#52606d}.payment-auto-suggestion p{margin:5px 0 7px;color:#667085;font-size:11px;line-height:1.45}.payment-auto-breakdown{display:flex;flex-wrap:wrap;gap:5px 10px}.payment-auto-breakdown>span{padding:4px 7px;border-radius:5px;background:#f5f7f9;color:#46505a;font-size:11px}.payment-auto-breakdown strong{margin-left:5px;color:#222}.payment-auto-apply{flex-shrink:0;padding:8px 11px;font-size:11px}.payment-negative{color:#b42318}.payment-complete{color:#287a3e}.payment-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.payment-section-heading h3{margin-bottom:4px}.payment-section-heading p{margin:0;color:#6b7280;font-size:12px}.payment-search-row{display:flex;gap:8px;margin-bottom:12px}.payment-search-row input{flex:1}.payment-search-button{margin-top:0;padding:8px 17px}.payment-candidate-list{overflow:hidden;border:1px solid #e6e8ea;border-radius:7px}.payment-candidate-row{display:grid;grid-template-columns:minmax(140px,1fr) minmax(180px,1.4fr) minmax(130px,.8fr) auto;align-items:center;gap:12px;padding:10px 11px;border-bottom:1px solid #eeeeee}.payment-candidate-row:last-child{border-bottom:0}.payment-candidate-row:hover{background:#fafbfc}.payment-candidate-person span,.payment-candidate-camp span,.payment-candidate-amount span,.payment-candidate-amount strong{display:block;margin-top:2px;color:#666;font-size:11px}.payment-candidate-amount strong{color:#222}.payment-amount-unknown{color:#9a6700!important}.payment-empty{padding:22px 12px;text-align:center;color:#777;font-size:13px}.payment-allocation-table-wrapper,.payment-list-table-wrapper{width:100%;overflow-x:auto;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.payment-allocation-table,.payment-list-table{width:100%;border-collapse:collapse}.payment-allocation-table{min-width:820px}.payment-list-table{min-width:1020px}.payment-allocation-table th,.payment-allocation-table td,.payment-list-table th,.payment-list-table td{padding:9px 8px;border-bottom:1px solid #eeeeee;text-align:left;vertical-align:top;font-size:12px}.payment-allocation-table th,.payment-list-table th{background:#f8f9fa;color:#555;font-size:11px;white-space:nowrap}.payment-allocation-table small,.payment-list-table small{display:block;margin-top:3px;color:#6b7280;font-size:10px;line-height:1.45}.payment-table-input{width:145px}.payment-table-input input{width:110px;padding:7px 8px;border:1px solid #cfd3d7;border-radius:5px}.payment-remove-button,.payment-void-button{padding:6px 9px;border:1px solid #d4a4a0;border-radius:5px;background:#fff;color:#9b2c23;font-size:11px}.payment-remove-button:hover,.payment-void-button:hover{background:#fff5f4}.payment-form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:12px}.payment-success-message{margin-bottom:12px;padding:11px 13px;border:1px solid #b8d8bf;border-radius:7px;background:#f0faf2;color:#246b36;font-size:13px}.payment-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.payment-stat-card{padding:14px;border:1px solid #e4e6e8;border-radius:8px;background:#fff}.payment-stat-card span,.payment-stat-card small{display:block;color:#6b7280;font-size:11px}.payment-stat-card strong{display:block;margin:4px 0;font-size:20px}.payment-stat-warning{border-color:#e3cc88;background:#fffbeb}.payment-filter-card{padding:13px 14px}.payment-filter-grid{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(140px,1fr));gap:10px}.payment-status-badge{display:inline-block;padding:3px 7px;border-radius:999px;font-size:10px;font-weight:600;white-space:nowrap}.payment-status-complete{background:#e9f7ed;color:#246b36}.payment-status-warning{background:#fff4d6;color:#805b00}.payment-status-void{background:#eee;color:#666}.payment-allocation-summary{min-width:230px}.payment-allocation-summary>div{display:flex;justify-content:space-between;gap:10px;padding:3px 0;border-bottom:1px dashed #e5e5e5}.payment-allocation-summary>div:last-child{border-bottom:0}.payment-allocation-summary strong{flex-shrink:0}.payment-allocation-none{color:#9a6700}.payment-list-number{white-space:nowrap}.payment-list-actions{display:flex;gap:6px}.payment-list-actions .secondary-button{padding:6px 9px;font-size:11px}.payment-list-void{background:#f7f7f7;color:#888}.payment-list-highlight{animation:payment-highlight 2.8s ease-out}@keyframes payment-highlight{0%{background:#fff3bf}to{background:transparent}}@media(max-width:900px){.payment-entry-grid{grid-template-columns:1fr}.payment-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-filter-search{grid-column:1 / -1}.payment-candidate-row{grid-template-columns:1fr 1fr}}@media(max-width:700px){.payment-toolbar{display:block}.payment-toolbar button{margin-top:12px}.payment-form-grid,.payment-filter-grid,.payment-stats,.payment-candidate-row{grid-template-columns:1fr}.payment-filter-search{grid-column:auto}.payment-search-row{align-items:stretch;flex-direction:column}.payment-search-button{width:100%;margin-top:0}.payment-form-actions{flex-direction:column-reverse}.payment-form-actions button{width:100%;margin-top:0}.payment-auto-suggestion{align-items:stretch;flex-direction:column}.payment-auto-apply{width:100%;margin-top:0}}
