:root{color:#1f2937;background:#f7f8fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}.page{min-height:100vh;display:grid;place-items:center;padding:24px}.panel{width:min(100%,360px);background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px;box-shadow:0 12px 30px #0f172a14}.panel h1{margin:0 0 20px;font-size:24px;line-height:1.25}.field{display:grid;gap:8px}.field label{font-size:14px;color:#4b5563}.input{width:100%;min-height:44px;border:1px solid #cbd5e1;border-radius:6px;padding:0 12px;background:#fff;color:#111827}.textarea{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:10px 12px;background:#fff;color:#111827;line-height:1.5;resize:vertical}.button{width:100%;min-height:44px;margin-top:16px;border:0;border-radius:6px;background:#111827;color:#fff;cursor:pointer}.button:disabled,.input:disabled,.textarea:disabled{cursor:not-allowed;opacity:.7}.placeholder{color:#6b7280}.error{margin:12px 0 0;color:#b91c1c;font-size:14px;line-height:1.4}.success{margin:12px 0 0;color:#047857;font-size:14px;line-height:1.4}.student-page{min-height:100vh;padding:24px}.student-shell{width:min(100%,920px);margin:0 auto}.student-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.student-header h1{margin:0;font-size:26px;line-height:1.2}.student-header p{margin:0;color:#4b5563;font-size:14px}.day-list{display:grid;gap:12px}.day-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.day-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.day-card h2,.day-card p{margin:0}.day-card h2{font-size:18px;line-height:1.3}.day-card p{margin-top:4px;color:#6b7280;font-size:14px}.day-card__status{color:#374151;font-size:14px;line-height:1.4;text-align:right}.choice-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.choice-button{min-height:40px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#111827;cursor:pointer}.choice-button--active{border-color:#111827;background:#111827;color:#fff}.choice-button:disabled{cursor:not-allowed;opacity:.7}@media(max-width:520px){.student-page{padding:16px}.day-card__header{display:grid;gap:8px}.day-card__status{text-align:left}.choice-buttons{grid-template-columns:1fr}}.admin-page{min-height:100vh;padding:24px}.admin-shell{width:min(100%,1080px);margin:0 auto}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-header h1{margin:0;font-size:26px;line-height:1.2}.admin-actions{display:flex;gap:8px}.secondary-button{min-height:38px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#111827;padding:0 12px;cursor:pointer}.admin-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left;white-space:nowrap}.admin-table th{color:#4b5563;font-size:13px;font-weight:600}.admin-table td{font-size:14px}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table__row--active{background:#f3f4f6}.table-link{border:0;background:transparent;color:#111827;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.admin-detail{margin-top:18px}.admin-detail h2{margin:0 0 12px;font-size:20px;line-height:1.3}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-group{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.detail-group h3{display:flex;justify-content:space-between;gap:12px;margin:0 0 10px;font-size:15px;line-height:1.3}.detail-group ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.detail-group li{display:flex;justify-content:space-between;gap:12px;color:#374151;font-size:14px}.import-panel{margin-top:18px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.import-panel h2{margin:0 0 14px;font-size:20px;line-height:1.3}.import-mode{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.import-mode label{display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:14px}.import-button{width:auto;min-width:120px}@media(max-width:720px){.admin-page{padding:16px}.admin-header{align-items:flex-start;flex-direction:column}.detail-grid{grid-template-columns:1fr}}
