#attendancePage{max-width:860px;margin:0 auto;padding:0 32px 32px}#attendancePage h1{font-size:22px;margin-bottom:0}#attendancePage .attendance__title-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}#attendancePage .attendance__help-btn{color:var(--text-muted);transition:color .15s;line-height:1}#attendancePage .attendance__help-btn:hover{color:var(--text-primary)}#attendancePage .attendance__section{position:relative;margin-bottom:16px}#attendancePage .attendance__notice{text-align:center;color:var(--text-muted);padding:2rem}#attendancePage .attendance__calendar{border:1px solid var(--border-default);border-radius:8px;overflow:hidden}#attendancePage .attendance__calendar-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:var(--bg-elevated);border-bottom:1px solid var(--border-default)}#attendancePage .attendance__calendar-nav span{font-size:1rem;font-weight:600}#attendancePage .attendance__calendar-nav button{width:32px;height:32px;border-radius:6px;font-size:1rem;font-weight:600;color:var(--text-secondary);transition:background-color .15s,color .15s}#attendancePage .attendance__calendar-nav button:hover{background-color:var(--border-default);color:var(--text-primary)}#attendancePage .attendance__calendar-nav button:disabled{opacity:.3;cursor:not-allowed}#attendancePage .attendance__calendar-nav button:disabled:hover{background-color:rgba(0,0,0,0);color:var(--text-secondary)}#attendancePage .attendance__calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}#attendancePage .attendance__calendar-weekday{padding:8px 4px;text-align:center;font-size:.75rem;font-weight:600;color:var(--text-secondary);background-color:var(--bg-elevated);border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default)}#attendancePage .attendance__calendar-weekday:nth-child(7n){border-right:none}#attendancePage .attendance__calendar-weekday:first-child,#attendancePage .attendance__calendar-weekday:last-child{color:var(--color-danger)}#attendancePage .attendance__calendar-cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:8px 4px;min-height:64px;background-color:var(--background);border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default);cursor:pointer;transition:background-color .15s}#attendancePage .attendance__calendar-cell:nth-child(7n){border-right:none}#attendancePage .attendance__calendar-cell:hover{background-color:var(--bg-elevated)}#attendancePage .attendance__calendar-cell:hover .attendance__calendar-day{border-color:var(--text-link)}#attendancePage .attendance__calendar-cell:active{background-color:var(--border-default)}#attendancePage .attendance__calendar-cell--empty{cursor:default}#attendancePage .attendance__calendar-cell--empty:hover{background-color:var(--background)}#attendancePage .attendance__calendar-cell--empty:hover .attendance__calendar-day{border-color:rgba(0,0,0,0)}#attendancePage .attendance__calendar-cell--today .attendance__calendar-day{background-color:var(--text-link);color:#fff}#attendancePage .attendance__calendar-cell--attended{background-color:#f0fdf4}.dark #attendancePage .attendance__calendar-cell--attended{background-color:rgba(34,197,94,.08)}#attendancePage .attendance__calendar-cell--selected{background-color:var(--list-row-active)}#attendancePage .attendance__calendar-cell--selected .attendance__calendar-day{border-color:var(--text-link);border-width:2px;font-weight:700}#attendancePage .attendance__calendar-cell--future{cursor:not-allowed;opacity:.4}#attendancePage .attendance__calendar-cell--future:hover{background-color:var(--background)}#attendancePage .attendance__calendar-cell--future:hover .attendance__calendar-day{border-color:rgba(0,0,0,0)}#attendancePage .attendance__calendar-day{font-size:.813rem;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,0);transition:border-color .15s,background-color .15s}#attendancePage .attendance__calendar-bottom{display:flex;justify-content:space-around;align-items:center;width:100%;margin-top:auto;padding:9px 4px 5px}#attendancePage .attendance__calendar-stamp{color:#d94040;transform:rotate(-12deg);opacity:.85;line-height:1;min-width:16px;min-height:16px}#attendancePage .attendance__calendar-count{display:flex;align-items:center;gap:3px;font-size:.75rem;color:var(--text-muted);line-height:1;min-height:14px}#attendancePage .attendance__form{display:flex;gap:8px;margin-bottom:24px}#attendancePage .attendance__form-input{flex:1;padding:10px 14px;border:1px solid var(--border-default);border-radius:6px;font-size:.875rem;background-color:var(--background);color:var(--text-primary);outline:none;transition:border-color .15s}#attendancePage .attendance__form-input:focus{border-color:var(--text-link)}#attendancePage .attendance__form-input:disabled{opacity:.5;cursor:not-allowed}#attendancePage .attendance__form-btn{padding:10px 24px;border-radius:6px;font-size:.875rem;font-weight:600;color:#fff;background-color:var(--text-link);white-space:nowrap;transition:background-color .15s,opacity .15s}#attendancePage .attendance__form-btn:hover{opacity:.9}#attendancePage .attendance__form-btn:disabled{opacity:.5;cursor:not-allowed}#attendancePage .attendance__list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px 0;flex-wrap:wrap}#attendancePage .attendance__list-toolbar-left{display:flex;align-items:baseline;gap:10px}#attendancePage .attendance__list-toolbar-total{font-size:.813rem;font-weight:500;color:var(--text-muted)}#attendancePage .attendance__list-toolbar-right{display:flex;gap:8px}#attendancePage .attendance__list-toolbar-select{padding:6px 10px;border:1px solid var(--border-default);border-radius:6px;font-size:.813rem;background-color:var(--background);color:var(--text-primary);cursor:pointer}#attendancePage .attendance__list-toolbar-select:focus{outline:none;border-color:var(--text-link)}#attendancePage .attendance__list{border-top:1px solid var(--border-default)}#attendancePage .attendance__list-header{display:grid;grid-template-columns:60px 120px 1fr 160px 80px 80px 80px;column-gap:.75rem;padding:10px 12px;background-color:var(--bg-elevated);border-bottom:1px solid var(--border-default)}#attendancePage .attendance__list-header span{font-size:.813rem;font-weight:600;color:var(--text-secondary);text-align:center}@media(max-width:768px){#attendancePage .attendance__list-header{display:none}}#attendancePage .attendance__list-row{border-bottom:1px solid var(--border-default)}#attendancePage .attendance__list-row:hover{background-color:var(--bg-elevated)}#attendancePage .attendance__list-row-pc{display:grid;grid-template-columns:60px 120px 1fr 160px 80px 80px 80px;column-gap:.75rem;padding:10px 12px;align-items:center}#attendancePage .attendance__list-row-pc>span{font-size:.813rem;text-align:center}@media(max-width:768px){#attendancePage .attendance__list-row-pc{display:none}}#attendancePage .attendance__list-row-mobile{display:none;padding:10px 12px;flex-direction:column;gap:4px}@media(max-width:768px){#attendancePage .attendance__list-row-mobile{display:flex}}#attendancePage .attendance__list-row-mobile-top{display:flex;align-items:center;gap:6px}#attendancePage .attendance__list-row-mobile-bottom{display:flex;justify-content:space-between;align-items:center;padding-left:28px}#attendancePage .attendance__list-rank{font-weight:700;color:var(--text-link);min-width:28px;text-align:center}#attendancePage .attendance__list-member{display:flex;align-items:center;gap:6px;justify-content:center}#attendancePage .attendance__list-member-name{font-weight:500;font-size:.875rem}#attendancePage .attendance__list-greeting{font-size:.813rem;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#attendancePage .attendance__list-point{font-weight:600;color:var(--color-danger)}#attendancePage .attendance__list-exp{font-weight:600;color:var(--text-link)}#attendancePage .attendance__list-streak{font-weight:600;color:var(--color-success)}#attendancePage .attendance__list-meta{display:flex;gap:8px;font-size:.75rem;color:var(--text-muted)}#attendancePage .attendance__empty{text-align:center;padding:2.5rem;color:var(--text-muted)}@media(min-width:769px)and (max-width:1024px){#attendancePage{padding:0 20px 24px}#attendancePage .attendance__calendar-cell{min-height:56px;padding:6px 2px}#attendancePage .attendance__calendar-bottom{padding:8px 3px 4px}#attendancePage .attendance__list-header,#attendancePage .attendance__list-row-pc{grid-template-columns:50px 100px 1fr 140px 70px 70px 70px}}@media(max-width:768px){#attendancePage{padding:0 12px 16px}#attendancePage h1{font-size:18px}#attendancePage .attendance__calendar-cell{min-height:44px;padding:4px 2px}#attendancePage .attendance__calendar-stamp svg{width:12px;height:12px}#attendancePage .attendance__calendar-bottom{padding:4px 2px 2px}#attendancePage .attendance__calendar-count{font-size:.688rem}#attendancePage .attendance__calendar-count svg{width:12px;height:12px}#attendancePage .attendance__form{flex-direction:column}#attendancePage .attendance__form-btn{width:100%}}.attendance__guide{display:flex!important;flex-direction:column!important;gap:18px!important;color:var(--text-primary)!important;font-size:.875rem!important}.attendance__guide .attendance__guide-section{display:block!important}.attendance__guide .attendance__guide-section h3,.attendance__guide .attendance__guide-section h4{display:block!important;font-size:.9375rem!important;font-weight:700!important;margin:0 0 6px!important;color:var(--text-primary)!important;line-height:1.4!important}.attendance__guide .attendance__guide-section p{font-size:.875rem!important;color:var(--text-secondary)!important;margin:0 0 4px!important;line-height:1.6!important}.attendance__guide .attendance__guide-section strong{color:var(--text-primary)!important;font-weight:700!important}.attendance__guide .attendance__guide-section p+p{margin-top:2px!important}.attendance__guide .attendance__guide-table{display:table!important;width:100%!important;border-collapse:collapse!important;margin-top:10px!important;font-size:.8125rem!important;border:1px solid var(--border-default)!important;border-radius:6px!important;overflow:hidden!important;table-layout:auto!important}.attendance__guide .attendance__guide-table thead{display:table-header-group!important}.attendance__guide .attendance__guide-table thead tr{display:table-row!important}.attendance__guide .attendance__guide-table thead th{display:table-cell!important;background:var(--bg-elevated)!important;color:var(--text-secondary)!important;font-weight:600!important;text-align:center!important;padding:8px 12px!important;border-bottom:1px solid var(--border-default)!important;white-space:nowrap!important}.attendance__guide .attendance__guide-table tbody{display:table-row-group!important}.attendance__guide .attendance__guide-table tbody tr{display:table-row!important}.attendance__guide .attendance__guide-table tbody td,.attendance__guide .attendance__guide-table tbody th{display:table-cell!important;padding:6px 12px!important;border-top:1px solid var(--border-default)!important;line-height:1.5!important}.attendance__guide .attendance__guide-table tbody th{text-align:center!important;font-weight:700!important;width:72px!important;color:var(--text-primary)!important;background:rgba(0,0,0,0)!important}.attendance__guide .attendance__guide-table tbody td{text-align:right!important;font-variant-numeric:tabular-nums!important;color:var(--text-secondary)!important}.attendance__guide .attendance__guide-table tbody tr:nth-child(2n) td,.attendance__guide .attendance__guide-table tbody tr:nth-child(2n) th{background:var(--bg-subtle)!important}.attendance__guide .attendance__guide-table tbody tr:hover td,.attendance__guide .attendance__guide-table tbody tr:hover th{background:var(--bg-elevated)!important}
/*# sourceMappingURL=7a87ff1c0339c544.css.map*/