*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f4f5f7;color:#1a1a2e;-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}input{font:inherit}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-header{background:#1a1a2e;color:#fff;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.app-header h1{margin:0;font-size:1.1rem;font-weight:600}.app-main{flex:1;padding:1rem;max-width:960px;width:100%;margin:0 auto}.card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 4px #00000014}.field{margin-bottom:1rem}.field label{display:block;font-size:.9rem;margin-bottom:.35rem;color:#444}.field input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1.1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border:none;border-radius:8px;background:#3d5a80;color:#fff;font-weight:600;width:100%}.btn.secondary{background:#e8eaed;color:#333}.btn:disabled{opacity:.6}.error{color:#b00020;font-size:.9rem;margin:.5rem 0}.schedule-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.schedule-toolbar button{padding:.5rem .75rem;border:1px solid #ccc;border-radius:8px;background:#fff}.schedule-scroll{overflow:auto;border:1px solid #ddd;border-radius:8px;background:#fff}.schedule-table{border-collapse:collapse;font-size:.72rem;min-width:100%}.schedule-table th,.schedule-table td{border:1px solid #e0e0e0;padding:.35rem .25rem;text-align:center;vertical-align:middle}.schedule-day-date,.schedule-day-weekday{display:block;line-height:1.15;white-space:nowrap}.schedule-day-date{font-weight:700;font-size:.68rem}.schedule-day-weekday{font-weight:400;font-size:.6rem;color:#666}.schedule-table thead th.weekend,.schedule-table tbody td.weekend{background-color:#eceff1}.schedule-table th.sticky-name,.schedule-table td.sticky-name{position:sticky;left:0;background:#fff;z-index:2;text-align:left;min-width:5.5rem;max-width:5.5rem;overflow:hidden;text-overflow:ellipsis}.schedule-table tr.my-row td.sticky-name{background:#e3f2fd;font-weight:600}.schedule-table td.mine{cursor:pointer}.schedule-table td.mine:active{background:#bbdefb}.schedule-table td.readonly{color:#666}.schedule-table td.conflict{outline:2px solid #e65100;outline-offset:-2px}.notes-section{margin-top:1rem}.note-item{border-bottom:1px solid #eee;padding:.75rem 0}.note-meta{font-size:.8rem;color:#666;margin-bottom:.25rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:100;padding:0}.modal-sheet{background:#fff;width:100%;max-width:480px;border-radius:16px 16px 0 0;padding:1.25rem;max-height:85dvh;overflow:auto}.modal-sheet h2{margin:0 0 1rem;font-size:1.1rem}.picker-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.replace-warning{background:#ffebee;border:2px solid #c62828;color:#b71c1c;padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:600}.download-page{text-align:center;padding:2rem 1rem}.download-page h1{font-size:1.4rem}.download-page ol{text-align:left;max-width:320px;margin:1.5rem auto;line-height:1.6}
