:root{--bg:#f3f1ec;--panel:#fff;--ink:#1f2328;--muted:#6b6f76;--line:#dcd8cf;--primary:#1f6f5c;--primary-ink:#fff;--late:#d98a00;--absent:#c0392b;--leave:#7a7f87;--radius:14px;color:var(--ink);background:var(--bg);font-family:-apple-system,PingFang TC,Noto Sans TC,Microsoft JhengHei,sans-serif;font-size:18px}*{box-sizing:border-box}html,body,#root{overscroll-behavior:none;height:100%;margin:0}button{font:inherit;color:inherit;cursor:pointer}input{font:inherit}.btn{border-radius:var(--radius);border:1px solid var(--line);background:var(--panel);white-space:nowrap;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:600;display:inline-flex}.btn:disabled{opacity:.45;cursor:default}.btn-primary{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.btn-ghost{color:var(--primary);background:0 0;border-color:#0000}.btn.big{min-height:72px;padding:0 44px;font-size:1.4rem}.muted{color:var(--muted)}.error,.warn{color:var(--absent);font-weight:600}.login{flex-direction:column;justify-content:center;align-items:center;gap:40px;height:100%;display:flex}.login h1{letter-spacing:.1em;margin:0;font-size:3rem}.google-button{min-height:44px}.app{flex-direction:column;height:100dvh;display:flex}.topbar{background:var(--panel);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px 16px;padding:8px 16px;display:flex}.context{white-space:nowrap;flex:auto;align-items:baseline;gap:14px;display:flex}.context strong{font-size:1.35rem}.tabs,.segmented{background:var(--bg);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.tabs button,.segmented button{background:0 0;border:none;border-radius:11px;min-width:88px;min-height:48px;padding:0 18px;font-weight:600}.tabs button.active,.segmented button.active{background:var(--panel);color:var(--primary);box-shadow:0 1px 3px #00000026}.segmented.small button{min-width:60px}.segmented.full button{flex:1}.account{color:var(--muted);flex:auto;justify-content:flex-end;align-items:center;gap:4px;font-size:.9rem;display:flex}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;padding:8px 16px;display:flex}.toolbar .hint{color:var(--muted);flex:1;font-size:.9rem}.toolbar .spacer{flex:1}.counts{align-items:center;gap:8px;display:flex}.count{background:var(--panel);border-radius:10px;padding:6px 10px;font-size:.95rem;font-weight:600}.seating{flex-direction:column;flex:1;min-height:0;display:flex}.board{flex:1;min-height:0;display:flex}.board .grid{flex:1}.board.with-notes .grid{padding-right:8px}.notes{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);flex-shrink:0;width:240px;margin:0 16px 12px 0;padding:10px 12px;overflow-y:auto}.notes h3{margin:0 0 8px;font-size:1rem}.notes ul{margin:0;padding:0;list-style:none}.notes li{border-bottom:1px solid var(--line);align-items:center;display:flex}.note{text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:6px;min-width:0;padding:6px 0;display:flex}.note-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.note-remove{width:36px;height:36px;color:var(--muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;font-size:1.2rem}.note-remove:hover{color:var(--absent);background:#fbeeec}.tile-body.role-monitor{background:#fff1c9}.tile-body.role-rep{background:#dcefe8}.student-row.role-monitor{background:#fff1c9}.student-row.role-rep{background:#dcefe8}.tile-body.has-issue{box-shadow:inset 0 0 0 3px var(--absent);border-radius:var(--radius)}.grid{flex:1;grid-template-rows:repeat(6,1fr);grid-auto-flow:column;gap:8px;min-height:0;padding:0 16px 12px;display:grid}.podium{color:var(--muted);letter-spacing:.3em;background:#e4e0d6;border-radius:8px;margin:2px auto 6px;padding:3px 48px;font-size:.85rem}.cell{border-radius:var(--radius);min-width:0;min-height:0;display:flex}.cell-empty{border:2px dashed var(--line)}.cell-over{outline:3px solid var(--primary);outline-offset:2px}.tile{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);text-align:left;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;flex:1;min-width:0;padding:0;overflow:hidden}.tile:active{transform:scale(.98)}.tile-hidden{opacity:.25}.tile-overlay{height:100%;transform:scale(1.05);box-shadow:0 12px 28px #0000004d}.tile-body{height:100%;display:flex;position:relative}.tile-body.status-absent,.tile-body.status-leave{opacity:.45}.tile-body.status-late{box-shadow:inset 0 0 0 3px var(--late);border-radius:var(--radius)}.tile-photo-wrap{aspect-ratio:1;flex-shrink:0;height:100%;position:relative}.tile-photo{width:100%;height:100%}.role-badges{flex-wrap:wrap;gap:2px;display:flex;position:absolute;bottom:3px;left:3px;right:3px}.role-badge{color:#ffd66b;white-space:nowrap;text-overflow:ellipsis;background:#14201cd1;border-radius:6px;max-width:100%;padding:1px 5px;font-size:.68rem;font-weight:700;overflow:hidden}.issue-tag{color:var(--absent);white-space:nowrap;background:#fde2df;border:1px solid #f3b3ab;border-radius:6px;padding:1px 6px;font-size:.72rem;font-weight:700}.issue-tag.big{padding:4px 10px;font-size:1rem}.role-chip{color:#7a5a00;white-space:nowrap;background:#fff4d1;border:1px solid #f0d78a;border-radius:8px;padding:3px 10px;font-size:.85rem;font-weight:700}.chip-row{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.text-input{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);min-width:200px;min-height:52px;color:var(--ink);padding:0 14px}.inline-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inline-form .text-input{flex:1}.issue-list{margin:0 0 8px;padding:0;list-style:none}.issue-list li{border-bottom:1px solid var(--line);align-items:center;gap:12px;display:flex}.issue-list .muted{flex:1;font-size:.9rem}.issue-list .spacer{flex:1}.btn.danger{color:var(--absent)}.tile-info{flex-direction:column;flex:1 1 0;justify-content:space-between;min-width:0;padding:6px 8px;display:flex}.tile-top{flex-wrap:wrap;align-items:center;gap:3px;max-height:2.9em;display:flex;overflow:hidden}.tile-name{white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:700;overflow:hidden}.tile-points{color:var(--primary);font-size:.9rem;font-weight:700}.seat-no{background:var(--bg);border-radius:8px;justify-content:center;align-items:center;min-width:28px;height:24px;padding:0 6px;font-size:.85rem;font-weight:700;display:inline-flex}.status-tag{color:#fff;background:var(--primary);border-radius:6px;padding:2px 6px;font-size:.75rem;font-weight:700}.status-tag.status-late,.count.status-late{background:var(--late);color:#fff}.status-tag.status-absent,.count.status-absent{background:var(--absent);color:#fff}.status-tag.status-leave,.count.status-leave{background:var(--leave);color:#fff}.flash{color:var(--primary);pointer-events:none;font-size:1.8rem;font-weight:800;animation:.9s ease-out forwards flash;position:absolute;top:4px;right:8px}@keyframes flash{0%{opacity:1;transform:translateY(0)scale(1.2)}to{opacity:0;transform:translateY(-24px)scale(1)}}@media (orientation:portrait){.tile-body{flex-direction:column}.tile-photo-wrap{aspect-ratio:auto;flex:1;width:100%;height:auto;min-height:0}.tile-info{flex:none;gap:2px}}.avatar{object-fit:cover;background:#ddd;display:block}.avatar-missing{color:var(--absent);background:repeating-linear-gradient(45deg,#f8e1de,#f8e1de 8px,#fbeeec 8px 16px);justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.students{flex-direction:column;flex:1;min-height:0;display:flex}.student-list{flex:1;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));align-content:start;gap:8px;padding:0 16px 16px;display:grid;overflow-y:auto}.student-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);text-align:left;align-items:center;gap:12px;min-height:72px;padding:6px 14px 6px 6px;display:flex}.row-photo{border-radius:10px;flex-shrink:0;width:60px;height:60px}.row-name{font-size:1.1rem;font-weight:700}.row-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.row-main .chip-row{margin:0}.row-no{color:var(--muted);font-size:.85rem;font-weight:400}.row-points{color:var(--primary);font-weight:700}.modal-backdrop{z-index:20;background:#14141473;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--panel);border-radius:20px;width:min(760px,94vw);max-height:92dvh;padding:24px 28px;position:relative;overflow-y:auto}.modal h2{margin:0 0 12px;font-size:1.8rem}.modal h3{color:var(--muted);margin:20px 0 8px;font-size:1rem}.close{background:var(--bg);border:none;border-radius:50%;width:52px;height:52px;font-size:1.8rem;line-height:1;position:absolute;top:12px;right:12px}.card-head{gap:24px;display:flex}.card-photo{flex-direction:column;align-items:center;display:flex}.card-avatar{border-radius:16px;width:200px;height:200px}.card-meta dl{grid-template-columns:auto 1fr;gap:8px 16px;margin:0;display:grid}.card-meta dt{color:var(--muted)}.card-meta dd{margin:0;font-weight:600}.segmented button.active.status-late{color:var(--late)}.segmented button.active.status-absent{color:var(--absent)}.segmented button.active.status-leave{color:var(--leave)}.point-log{margin:0;padding:0;list-style:none}.point-log li{border-bottom:1px solid var(--line);align-items:center;gap:16px;display:flex}.point-log li span{color:var(--muted);width:70px}.point-log li strong{flex:1}.import-controls{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.import-controls label:first-child{color:var(--muted);flex-direction:column;gap:4px;font-size:.9rem;display:flex}.import-controls input{border:1px solid var(--line);border-radius:var(--radius);min-height:52px;color:var(--ink);padding:0 14px}.preview{border:1px solid var(--line);border-radius:var(--radius);max-height:40dvh;overflow-y:auto}.preview table{border-collapse:collapse;width:100%}.preview th,.preview td{border-bottom:1px solid var(--line);text-align:left;padding:8px 12px}.preview th{background:var(--bg);position:sticky;top:0}.row-error{color:var(--absent);background:#fbeeec}.error.small{word-break:break-all;font-size:.85rem;font-weight:400}.modal-actions{justify-content:flex-end;margin-top:16px;display:flex}.lottery{z-index:30;color:#fff;background:#14201c;flex-direction:column;display:flex;position:fixed;inset:0}.lottery-stage{flex:1;justify-content:center;align-items:center;display:flex}.lottery-winner{flex-direction:column;align-items:center;gap:16px;display:flex}.lottery-winner.rolling{opacity:.7}.lottery-photo{border-radius:28px;width:min(44dvh,60vw);height:min(44dvh,60vw)}.lottery-name{letter-spacing:.08em;font-size:5rem;font-weight:800}.lottery-seat{opacity:.75;font-size:1.6rem}.lottery-empty{opacity:.6;font-size:2rem}.lottery-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px;display:flex}.lottery-bar span{opacity:.8}.lottery .btn:not(.btn-primary){color:#fff;background:#ffffff1a;border-color:#fff3}.toast{z-index:40;color:#fff;background:#1f2328;border-radius:16px;align-items:center;gap:16px;padding:8px 8px 8px 22px;font-weight:600;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.toast button{color:#fff;background:#ffffff26;border:none;border-radius:12px;min-height:48px;padding:0 18px;font-weight:700}select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #64a58e}.sr-only{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.topbar{gap:10px 20px;padding:12px 22px}.context{gap:9px}.context .brand{margin-right:8px;font-size:1.15rem}.class-select{border:1px solid var(--line);background:var(--bg);border-radius:9px;max-width:180px;padding:9px 12px;font-size:1rem;font-weight:600}.icon-button{border:1px solid var(--line);background:var(--panel);border-radius:9px;width:42px;height:42px}.account{flex:0 auto;max-width:300px}.account>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.save-strip{color:var(--muted);border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:7px 22px;font-size:.75rem;display:flex}.save-error{color:#673e0c;background:#fff1c9;align-items:center;gap:12px;padding:12px 22px;display:flex}.page{flex:1;min-height:0;padding:26px;overflow-y:auto}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}h1{letter-spacing:-.03em;margin:0;font-size:1.7rem;font-weight:650;line-height:1.3}.eyebrow{color:var(--primary);margin:0 0 6px;font-size:.8rem;font-weight:600}.summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:26px;display:grid}.summary-grid>button{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);flex-direction:column;align-items:flex-start;gap:14px;padding:20px 24px;display:flex}.summary-grid>button>span{color:var(--muted);font-size:.9rem}.summary-grid strong{font-size:2.1rem;font-weight:600}.summary-grid small{color:var(--muted);margin-left:10px;font-size:.85rem;font-weight:400}.overview-grid{grid-template-columns:1fr 1.3fr;align-items:start;gap:22px;display:grid}.surface{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:20px 24px}.section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:14px 0;display:flex}.section-heading h2,.section-heading h3{color:var(--ink);margin:0;font-size:1.05rem}.surface .section-heading{margin-top:0}.text-button{color:var(--primary);text-align:left;background:0 0;border:0;padding:4px 0;font-weight:600}.text-button:hover{text-decoration:underline}.class-overview{border:0;border-top:1px solid var(--line);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:20px 0;display:flex}.class-overview small{color:var(--muted);margin-top:7px;font-size:.8rem;display:block}.class-overview>span:last-child{font-size:.85rem}.recent-work{text-align:left;border:0;border-top:1px solid var(--line);background:0 0;flex-direction:column;align-items:flex-start;gap:7px;width:100%;padding:16px 0;display:flex}.recent-work:hover{background:#f4f8f5}.recent-work strong{overflow-wrap:anywhere;font-size:1rem}.recent-work>span:last-child{font-size:.85rem}.recent-meta{color:var(--muted);font-size:.8rem}.filter-bar{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);flex-wrap:wrap;align-items:flex-end;gap:14px;padding:18px 20px;display:flex}.filter-bar label,.homework-form label{color:var(--muted);flex-direction:column;gap:7px;font-size:.8rem;display:flex}.filter-bar input,.filter-bar select,.homework-form input,.homework-form select,.homework-form textarea,.compact-field input{border:1px solid var(--line);min-height:46px;color:var(--ink);background:#fff;border-radius:8px;width:100%;min-width:0;padding:10px 12px;font-size:1rem}.homework-form textarea{resize:vertical;line-height:1.5}.homework-form{flex-direction:column;gap:18px;display:flex}.homework-form small{font-size:.8rem}.form-two{grid-template-columns:1fr 1fr;gap:18px;display:grid}.filter-bar input[type=date]{font-size:.9rem}.filter-bar .search-field{flex:1;min-width:150px}.filter-bar .checkbox-label{white-space:nowrap;flex-direction:row;align-items:center;height:46px}input[type=checkbox]{width:21px;height:21px;min-height:0;accent-color:var(--primary);flex-shrink:0}.result-count{color:var(--muted);margin:20px 0 12px;font-size:.85rem}.homework-table-wrap{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:auto}.homework-table{border-collapse:collapse;text-align:left;width:100%}.homework-table th{color:var(--muted);white-space:nowrap;background:#f8f8f5;padding:14px 18px;font-size:.8rem;font-weight:500}.homework-table td{border-top:1px solid var(--line);padding:18px;font-size:.9rem}.homework-table .date-cell{white-space:nowrap;color:var(--muted);font-size:.85rem}.homework-table .title-cell{width:45%;min-width:220px}.title-cell .text-button{color:var(--ink);overflow-wrap:anywhere;line-height:1.5}.title-cell small{color:var(--muted);overflow-wrap:anywhere;margin-top:6px;font-size:.8rem;display:block}.class-badge{white-space:nowrap;font-weight:600}.format-tag{color:#6c6147;white-space:nowrap;background:#edeae3;border-radius:6px;flex-direction:column;padding:4px 9px;font-size:.8rem;display:inline-flex}.format-google_form{color:#765097;background:#eee6f5}.format-classwork{color:#326a50;background:#e0ede7}.format-other{color:#4a647c;background:#e7edf3}.format-tag small{white-space:normal;font-size:.75rem}.pending-count{color:#b84d37;white-space:nowrap;font-weight:600}.success-text{color:var(--primary)}.empty-state{text-align:center;color:var(--muted);padding:65px 24px;line-height:1.7}.empty-state strong{color:var(--ink)}.empty-state p{font-size:.9rem}.empty-state.compact{background:#f8f8f5;border-radius:10px;padding:24px 15px}.homework-modal{padding:28px 30px}.homework-modal.wide{width:min(900px,94vw)}.homework-modal h2{margin-bottom:24px;padding-right:45px;font-size:1.4rem}.homework-modal .close{width:40px;height:40px;top:20px;right:20px}.work-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:15px;font-size:.85rem;display:flex}.work-meta .class-badge{color:var(--ink)}.homework-modal .work-title{color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;margin:20px 0 10px;font-size:1.3rem;line-height:1.5}.form-link{color:var(--primary);margin:5px 0;display:inline-block}.work-notes{color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9rem}.detail-actions{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:10px;margin-bottom:22px;padding:20px 0;display:flex}.count-pill{color:#b84d37;background:#fde2df;border-radius:6px;margin-left:5px;padding:2px 8px;display:inline-block}.compact-field{color:var(--muted);align-items:center;gap:9px;font-size:.8rem;display:flex}.compact-field input{width:auto;font-size:.9rem}.missing-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:9px 0;display:flex}.student-name{color:var(--ink);flex:1}.history{border-top:1px solid var(--line);margin-top:24px;padding-top:16px}.history summary{cursor:pointer;color:var(--muted);padding:8px 0;font-size:.9rem}.history-row{border-bottom:1px solid var(--line);gap:20px;padding:14px 0;font-size:.9rem;display:flex}.history-row strong{min-width:110px}.history-events{flex-direction:column;gap:6px;font-size:.85rem;display:flex}.event-made_up{color:var(--primary)}.event-void{color:var(--muted)}.event-missing{color:#b84d37}.checklist-panel>.muted{font-size:.8rem;line-height:1.6}.search-input{width:100%;min-width:0;margin-bottom:15px}.student-checklist{grid-template-columns:repeat(3,1fr);gap:8px;max-height:43vh;display:grid;overflow-y:auto}.student-checklist label{border:1px solid var(--line);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:12px 8px;font-size:.9rem;display:flex}.student-checklist label.selected{background:#fff4ee;border-color:#c77662}.student-checklist small{color:var(--muted);font-size:.65rem}.modal-actions{gap:10px}.student-homework .recent-work{padding:12px 0}@media (width<=1100px){.topbar{gap:10px}.tabs button{min-width:70px;padding:0 13px}.account{margin-left:auto}.account>span{max-width:140px}.overview-grid{grid-template-columns:1fr 1fr}.homework-table td,.homework-table th{padding:14px 12px}.board{overflow:auto}.board .grid{min-width:690px;min-height:570px}.notes{width:200px}}@media (width<=760px){.topbar{padding:10px 12px}.context{flex:1}.context .brand{font-size:1rem}.account{font-size:.75rem}.account>span{display:none}.tabs{order:3;width:100%}.tabs button{flex:1}.save-strip{padding:6px 12px;font-size:.65rem}.save-strip>span:last-child{text-align:right}.page{padding:18px 14px}.page-heading{flex-wrap:wrap;align-items:flex-start;margin-bottom:20px}h1{font-size:1.35rem}.summary-grid{gap:8px}.summary-grid>button{gap:10px;padding:14px 10px}.summary-grid>button>span{font-size:.75rem}.summary-grid strong{font-size:1.7rem}.summary-grid small{margin-left:4px;font-size:.65rem}.overview-grid{grid-template-columns:1fr}.surface{padding:18px}.filter-bar{gap:12px;padding:12px}.filter-bar>label{flex:40%;min-width:0}.filter-bar .checkbox-label{flex:100%}.homework-table{min-width:700px}.student-checklist{grid-template-columns:repeat(2,1fr)}.form-two{grid-template-columns:1fr}.homework-modal{padding:22px 18px}.compact-field{flex-wrap:wrap}.student-list{grid-template-columns:1fr}.student-row{gap:8px;min-width:0;padding-right:10px}.row-no{display:none}.toolbar .text-input{width:100%;min-width:0}.card-head{flex-direction:column;gap:15px}.card-avatar{width:120px;height:120px}.card-photo{align-items:flex-start}.history-row{flex-direction:column;gap:8px}}@media (width<=1100px){.account>span{display:none}}.homework-table td:nth-child(5){white-space:nowrap}@media (width<=900px){.board .notes{display:none}.board.with-notes .grid{padding-right:16px}}@media (orientation:portrait){.board .grid{min-height:1080px}}
