:root{--bg:#eef2f7;--card:#ffffff;--text:#1f2937;--muted:#667085;--primary:#3156d3;--primary-soft:#eef2ff;--border:#dbe2ec;--danger:#b42318;--success:#067647;--shadow:0 10px 24px rgba(15,23,42,0.06);--radius:18px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#f8fafc,#eef2f7);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.page{padding:1.6rem 0 3rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(219,226,236,.9)}.header-inner{min-height:72px;justify-content:space-between;gap:1rem}.brand,.header-inner{display:flex;align-items:center}.brand{gap:.8rem;font-weight:800}.brand-badge{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ffcf4a,#f59e0b);box-shadow:var(--shadow)}.nav{display:flex;gap:.65rem;flex-wrap:wrap}.nav a,.nav button{border:1px solid var(--border);background:white;padding:.65rem .9rem;border-radius:999px;cursor:pointer}.hero{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:1rem;gap:1rem}.card{background:var(--card);border:1px solid rgba(219,226,236,.95);border-radius:var(--radius);box-shadow:var(--shadow)}.card.pad{padding:1.1rem}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.kicker{display:inline-flex;padding:.3rem .55rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:.82rem;font-weight:700;margin-bottom:.6rem}h1,h2,h3{margin:0 0 .7rem}h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05}h2{font-size:1.55rem}h3{font-size:1.1rem}p{margin:0 0 .9rem;line-height:1.55}.muted{color:var(--muted)}.actions{display:flex;gap:.75rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;border-radius:12px;padding:.8rem 1rem;border:1px solid var(--border);background:white;cursor:pointer}.button.primary{background:var(--primary);border-color:var(--primary);color:white}.button.secondary{background:var(--primary-soft);color:var(--primary);border-color:#c7d2fe}.button.danger{background:#fff1f2;color:var(--danger);border-color:#fecdd3}.stat{padding:1rem;border-radius:16px;border:1px solid #e1e8f1;background:#fafcff}.list{display:grid;grid-gap:.8rem;gap:.8rem}.list-item{padding:1rem;border:1px solid var(--border);border-radius:14px;background:white}.form{display:grid;grid-gap:1rem;gap:1rem}.field{display:grid;grid-gap:.35rem;gap:.35rem}.field input,.field select,.field textarea{border:1px solid var(--border);border-radius:12px;padding:.85rem .95rem;background:white;width:100%}.field textarea{min-height:120px;resize:vertical}.checkbox-field{display:flex;align-items:center;gap:.7rem}.checkbox-field input{width:18px;height:18px}.notice{border-radius:14px;padding:.95rem 1rem;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8}.notice.success{background:#ecfdf3;border-color:#a7f3d0;color:var(--success)}.notice.warning{background:#fff7ed;border-color:#fed7aa;color:#b54708}.code-block,.small{font-size:.9rem}.code-block{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:16px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.table-like{grid-gap:.75rem}.table-like,.table-row{display:grid;gap:.75rem}.table-row{grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:.75rem;border:1px solid var(--border);border-radius:14px;padding:.9rem;background:white}footer{padding:2rem 0 3rem;color:var(--muted)}@media (max-width:900px){.grid.three,.grid.two,.hero,.table-row{grid-template-columns:1fr}}.qr-wrap{display:flex;justify-content:center}.qr-image{width:240px;height:240px;border-radius:18px;background:white;padding:.75rem}.qr-image,.token-card{border:1px solid var(--border)}.token-card{border-radius:16px;padding:.9rem;background:#fbfdff;display:grid;grid-gap:.6rem;gap:.6rem}.token-header-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.token-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .55rem;font-size:.78rem;font-weight:700}.token-badge.active{background:#ecfdf3;color:#067647;border:1px solid #a7f3d0}.token-badge.inactive{background:#f8fafc;color:#475467;border:1px solid #d0d5dd}.token-link{font-size:.88rem;line-height:1.45;word-break:break-all;color:var(--primary)}.qr-inline-wrap{display:flex;justify-content:flex-start}.qr-inline-image{width:160px;height:160px;border-radius:14px;border:1px solid var(--border);background:white;padding:.5rem}.small-notice{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.45rem .7rem;margin:0;font-size:.85rem}.button:disabled{opacity:.55;cursor:not-allowed}.child-parent-row{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:14px;background:#fafcff}.timetable-grid{display:grid;grid-template-columns:90px repeat(5,minmax(0,1fr));grid-gap:.6rem;gap:.6rem}.timetable-cell,.timetable-head,.timetable-period{border:1px solid var(--border);border-radius:12px;background:white;padding:.75rem}.timetable-head{font-weight:700;background:#f8fafc}.timetable-period{font-weight:700;display:grid;place-items:center;background:#f8fafc}.timetable-cell{min-height:82px}.timetable-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (max-width:900px){.child-parent-row{flex-direction:column}.timetable-grid{grid-template-columns:70px repeat(5,minmax(140px,1fr));overflow-x:auto}.timetable-editor-grid{grid-template-columns:1fr}}.child-details summary{cursor:pointer;list-style:none}.child-details summary::-webkit-details-marker{display:none}.child-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem}.week-view .timetable-head{min-height:72px}.overlay-cell{background:#f8fafc}.overlay-holiday{background:#fff7ed!important;color:#9a3412}.overlay-school_break{background:#ecfeff!important;color:#0f766e}.overlay-class_trip,.overlay-excursion,.overlay-no_school,.overlay-project_day{background:#eef2ff!important;color:#3730a3}.timetable-note-stack{margin-top:.5rem;padding-top:.4rem;border-top:1px dashed var(--border);display:grid;grid-gap:.35rem;gap:.35rem}.helper-box,.helper-event-card{display:grid;grid-gap:.5rem;gap:.5rem}.helper-box{margin-top:.5rem;padding:.75rem;border:1px solid var(--border);border-radius:12px;background:#fafcff}.helper-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center}.helper-signup-list{display:grid;grid-gap:.45rem;gap:.45rem;margin-top:.35rem}.helper-signup-item{border-top:1px dashed var(--border);padding-top:.45rem}.child-details{overflow:hidden}