:root{--bg: #fff8ea;--surface: #ffffff;--surface-soft: #fff8ec;--text: #1e1417;--muted: #6e6266;--border: #f0e3cd;--border-strong: #e6d3ae;--indigo: #f48fa6;--indigo-strong: #e56f90;--indigo-soft: #ffe3ec;--cyan: #58b7c0;--cyan-soft: #dff5f7;--green: #6fb944;--green-soft: #e9f8dc;--red: #d9534f;--red-soft: #fdeaea;--amber: #e8a41f;--amber-soft: #ffedd2;--navy: #1e1417;--shadow-sm: 0 2px 8px rgba(214, 178, 120, .16);--shadow-md: 0 8px 26px rgba(214, 178, 120, .2);--pastel-blue: #b9cbf7;--pastel-pink: #f9aebf}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;color:var(--text);background:var(--bg);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,system-ui,sans-serif;font-size:14px;line-height:1.55;letter-spacing:.02em;-webkit-font-smoothing:antialiased}button,input,select,textarea{color:inherit;font:inherit}button{border:0}button:not(:disabled){cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,tr:focus-visible{outline:3px solid rgba(244,143,166,.28);outline-offset:2px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:238px;flex-direction:column;border-right:1px solid var(--border);background:#fffffff7}.sidebar-head{display:grid;gap:2px;border-bottom:1px solid var(--border);padding:18px 20px 15px}.sidebar-head strong{font-size:15px;font-weight:700;letter-spacing:-.02em}.sidebar-facility{display:flex;align-items:center;gap:6px;min-width:0;color:var(--muted);font-size:10px}.sidebar-facility>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-facility button{flex:0 0 auto;border-radius:5px;background:var(--indigo-soft);padding:2px 7px;color:var(--indigo);font-size:9px;font-weight:700}.nav-list{display:flex;flex:1;flex-direction:column;gap:6px;overflow-y:auto;padding:20px 12px 24px}.nav-item{position:relative;display:flex;min-height:52px;align-items:center;gap:14px;border-radius:999px;background:transparent;padding:0 16px;color:var(--text);font-size:14px;font-weight:600;letter-spacing:.06em;text-align:left;text-decoration:none;transition:color .15s ease,background .15s ease,transform .15s ease}.nav-item:hover{background:var(--surface-soft)}.nav-item:active{transform:scale(.99)}.nav-item.is-active{background:var(--pastel-blue);color:#fff}.nav-item>span{flex:1;min-width:0}.section-screen-links{display:flex;gap:6px;overflow-x:auto;margin-bottom:14px;padding-bottom:4px;border-bottom:1px solid var(--border);scrollbar-width:thin}.section-screen-link{flex:0 0 auto;border-radius:999px;padding:7px 14px;color:var(--muted);font-size:13px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .15s ease,background .15s ease}.section-screen-link:hover{background:var(--surface-soft);color:var(--text)}.section-screen-link.is-active{background:var(--pastel-pink);color:#fff;font-weight:700}.nav-group{display:flex;flex-direction:column}.nav-group+.nav-group{margin-top:10px}.nav-group-title{padding:0 16px 4px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em}.nav-count{display:grid;min-width:22px;height:22px;flex:0 0 auto;margin-left:auto;place-items:center;border-radius:11px;background:var(--red);color:#fff;font-size:11px;font-weight:700}.sidebar-foot{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding:17px 20px}.profile-dot{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--indigo-soft);color:var(--indigo);font-weight:700}.sidebar-foot>div{min-width:0;flex:1}.sidebar-foot strong,.sidebar-foot span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-foot strong{font-size:12px}.sidebar-foot span{color:var(--muted);font-size:10px}.sidebar-foot a{flex:0 0 auto;color:var(--muted);font-size:10px}.main-content{min-height:100vh;margin-left:238px;padding:32px}.sidebar-collapse{display:none}@media (min-width: 901px){.sidebar-collapse{position:absolute;top:15px;right:12px;display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--muted)}.sidebar-collapse:hover{background:var(--indigo-soft);color:var(--indigo)}.sidebar-head{padding-right:54px}.sidebar.is-collapsed{width:64px}.sidebar.is-collapsed .sidebar-head{min-height:60px;padding:0}.sidebar.is-collapsed .sidebar-head strong,.sidebar.is-collapsed .sidebar-facility{display:none}.sidebar.is-collapsed .sidebar-collapse{right:17px}.sidebar.is-collapsed .nav-list{padding:16px 8px 20px}.sidebar.is-collapsed .nav-item{justify-content:center;gap:0;padding:0}.sidebar.is-collapsed .nav-item>span:not(.nav-count){display:none}.sidebar.is-collapsed .nav-count{position:absolute;top:5px;right:5px;min-width:17px;height:17px;margin-left:0;font-size:10px}.sidebar.is-collapsed .sidebar-foot{flex-direction:column;gap:10px;padding:13px 8px 16px}.sidebar.is-collapsed .sidebar-foot>div{display:none}.app-shell.is-collapsed .main-content{margin-left:64px}}.page-heading,.detail-heading{margin-bottom:20px}.page-heading{display:flex;min-height:58px;align-items:flex-start;justify-content:space-between;gap:24px}.page-heading h1,.detail-title-row h1{margin:0;font-size:27px;font-weight:700;letter-spacing:-.035em}.page-heading p,.detail-title-row p{margin:3px 0 0;color:var(--muted);font-size:12px}.heading-actions,.detail-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:999px;padding:0 17px;font-size:13px;font-weight:700;letter-spacing:.08em;text-decoration:none;transition:background .15s ease,border .15s ease,color .15s ease,transform .15s ease}.button:not(:disabled):active{transform:scale(.98)}.button:disabled{cursor:not-allowed;opacity:.45}.button.primary{background:var(--indigo);box-shadow:0 4px 12px #f48fa633;color:#fff}.button.primary:hover:not(:disabled){background:var(--indigo-strong)}.button.outline{border-color:var(--indigo);background:#fff;color:var(--indigo)}.button.outline:hover:not(:disabled){background:var(--indigo-soft)}.button.ghost{border-color:var(--border);background:#fff;color:var(--muted)}.button.ghost:hover:not(:disabled){background:var(--surface-soft)}.button.danger{border-color:#f5b8ae;background:var(--red-soft);color:#c0524b}.button.danger:hover:not(:disabled){border-color:var(--red)}.button.small{min-height:34px;padding:0 12px;font-size:12px}.dashboard-toolbar{display:grid;grid-template-columns:232px minmax(280px,1fr) auto;gap:14px;margin-bottom:18px}.month-button,.filter-button,.search-field{height:44px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.month-button,.filter-button{display:flex;align-items:center;gap:10px;padding:0 15px;font-weight:600}.month-button span{flex:1;text-align:left}.month-stepper{display:flex;align-items:center;gap:4px}.month-stepper .month-button{flex:1;min-width:0}.month-step{display:grid;width:34px;height:44px;flex:0 0 auto;place-items:center;border:1px solid var(--border-strong);border-radius:8px;background:#fff;color:#6b7b93;box-shadow:var(--shadow-sm)}.month-step:hover:not(:disabled){border-color:var(--indigo);color:var(--indigo)}.month-step:disabled{opacity:.35}.chevron-down{transform:rotate(90deg)}.chevron-up{transform:rotate(-90deg)}.search-field{display:flex;align-items:center;gap:10px;padding:0 15px;color:var(--muted)}.search-field input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.filter-wrap{position:relative}.filter-button{min-width:116px;justify-content:center}.filter-button.is-active{border-color:var(--indigo);color:var(--indigo)}.active-dot{width:6px;height:6px;border-radius:50%;background:var(--indigo)}.filter-popover{position:absolute;z-index:20;top:52px;right:0;width:250px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow-md);padding:14px}.filter-popover label{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:600}.filter-popover button{margin-top:12px;background:transparent;color:var(--indigo);font-size:11px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:16px;margin-bottom:22px}.stats-grid.cols-4{grid-template-columns:repeat(4,minmax(150px,1fr))}.stat-card{display:flex;min-height:98px;align-items:center;gap:16px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;padding:17px;text-align:left;transition:transform .15s ease,box-shadow .15s ease,border .15s ease}.stat-card:disabled{cursor:default}.stat-card:not(:disabled):hover{transform:translateY(-1px);border-color:#ddd0c9;box-shadow:0 5px 16px #d6b4a50f}.stat-icon{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border:1px solid;border-radius:8px}.tone-blue .stat-icon{border-color:#ffd3c8;background:var(--indigo-soft);color:var(--indigo)}.tone-green .stat-icon{border-color:#a9e0c6;background:var(--green-soft);color:var(--green)}.tone-red .stat-icon{border-color:#f5b8ae;background:var(--red-soft);color:var(--red)}.tone-amber .stat-icon{border-color:#f5cf8a;background:var(--amber-soft);color:var(--amber)}.stat-copy{min-width:0}.stat-copy>span,.stat-copy strong,.stat-copy small{display:block}.stat-copy>span{margin-bottom:1px;color:var(--muted);font-size:12px;font-weight:700}.stat-copy strong{font-size:31px;line-height:1.1}.tone-blue .stat-copy strong{color:var(--indigo)}.tone-green .stat-copy strong{color:var(--green)}.tone-red .stat-copy strong{color:var(--red)}.tone-amber .stat-copy strong{color:var(--amber)}.stat-copy small{display:inline;margin-left:5px;color:var(--text);font-size:12px}.table-panel{overflow:hidden;border:1px solid var(--border-strong);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.table-scroll{overflow-x:auto}.table-panel table{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.table-panel thead{background:#fdf9f5}.table-panel th{height:47px;border-bottom:1px solid var(--border-strong);padding:0 14px;color:var(--text);font-size:11px;font-weight:700;text-align:left}.table-panel th button{display:flex;align-items:center;gap:8px;background:transparent;padding:0;font:inherit}.table-panel th button span{color:#bfaea6;font-size:6px;transform:rotate(45deg)}.table-panel th button .sort-on{color:var(--indigo)}.table-panel tbody tr{height:52px;border-bottom:1px solid var(--border);transition:background .15s ease}.table-panel tbody tr:last-child{border-bottom:0}.table-panel tbody tr.is-clickable{cursor:pointer}.table-panel tbody tr:hover{background:#fff1ec}.table-panel td{padding:0 14px;color:var(--text);font-size:12px;white-space:nowrap}.table-panel td.wrap{white-space:normal}.table-empty{color:var(--muted)}.client-table th:nth-child(1){width:26%}.client-table th:nth-child(2){width:14%}.client-table th:nth-child(3){width:56%}.client-table th:nth-child(4){width:4%}.latest-record-cell{display:grid;min-width:0;gap:1px}.latest-record-date{color:var(--muted);font-size:9px;font-weight:600}.latest-record-snippet{display:block;overflow:hidden;color:var(--text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.client-cell{display:flex;align-items:center;gap:10px;min-width:0}.client-cell strong{overflow:hidden;font-size:12px;text-overflow:ellipsis}.client-cell small{flex:0 0 auto;color:var(--muted);font-size:9px}.avatar{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:50%;background:#f0e5df;color:#6b7b93;font-size:11px;font-weight:700}.status-pill{display:inline-flex;min-width:42px;min-height:23px;align-items:center;justify-content:center;border:1px solid;border-radius:999px;padding:2px 9px;font-size:10px;font-weight:700}.status-pill.tone-red{border-color:#f0a294;background:var(--red-soft);color:var(--red)}.status-pill.tone-amber{border-color:#f2c25e;background:var(--amber-soft);color:#b57a10}.status-pill.tone-cyan{border-color:#93d6c8;background:var(--cyan-soft);color:#2f8f7e}.status-pill.tone-gray{border-color:#e6dad3;background:#fdf8f4;color:#9aa6b8}.status-pill.tone-green{border-color:#a9e0c6;background:var(--green-soft);color:var(--green)}.status-pill.tone-indigo{border-color:#ffd3c8;background:var(--indigo-soft);color:var(--indigo)}.chevron-cell{color:var(--muted);text-align:right}.table-footer{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--border);padding:0 15px;color:var(--muted);font-size:10px}.pagination{display:flex;gap:4px}.pagination button{display:grid;width:29px;height:29px;place-items:center;border:1px solid transparent;border-radius:6px;background:transparent;color:#6b7b93;font-size:11px}.pagination button:hover:not(:disabled),.pagination button.is-current{border-color:#ffd3c8;background:var(--indigo-soft);color:var(--indigo)}.pagination button:disabled{opacity:.3}.table-footer-left{display:flex;min-width:0;align-items:center;gap:12px}.page-size-select{display:flex;flex:0 0 auto;align-items:center;gap:5px}.page-size-select select{border:1px solid var(--border);border-radius:6px;background:#fff;padding:3px 5px;color:#6b7b93;font-size:10px}.mobile-menu,.mobile-scrim{display:none}.modal-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#4a3a3470;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{position:relative;width:min(610px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid rgba(255,255,255,.5);border-radius:12px;background:#fff;box-shadow:0 24px 80px #785a4e3d;padding:24px}.modal>header,.review-editor>header,.timeline-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal h2,.review-editor h2,.timeline-panel h2,.review-queue h2{margin:0;font-size:19px;letter-spacing:-.02em}.modal header p{margin:3px 0 0;color:var(--muted);font-size:12px}.icon-button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid var(--border);border-radius:7px;background:#fff;color:#6b7b93}.icon-button:hover{background:var(--surface-soft)}.icon-button.danger:hover{border-color:#f5b8ae;background:var(--red-soft);color:var(--red)}.type-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:22px 0 18px;border-radius:999px;background:var(--surface-soft);padding:4px}.type-tabs button{display:flex;height:39px;align-items:center;justify-content:center;gap:7px;border-radius:999px;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.type-tabs button.is-active{background:var(--pastel-pink);box-shadow:none;color:#fff}.form-field{display:grid;gap:7px;margin-bottom:16px}.form-field>span{color:#46566f;font-size:11px;font-weight:700}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--border-strong);border-radius:8px;background:#fff;outline:0;font-size:13px}.form-field input,.form-field select{height:42px;padding:0 12px}.form-field textarea{resize:vertical;padding:12px;line-height:1.75}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--indigo);box-shadow:0 0 0 3px #f48fa61f}.form-hint{margin:-8px 0 16px;color:var(--muted);font-size:10px}.record-pad,.upload-pad{position:relative;display:flex;width:100%;min-height:132px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-bottom:16px;border:1px dashed #d6c8c0;border-radius:10px;background:#fffbf7;color:var(--muted);text-align:center}.record-pad strong,.upload-pad strong{margin-top:5px;font-size:13px}.record-pad>span:last-child,.upload-pad span{max-width:460px;color:var(--muted);font-size:10px}.record-orb{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:var(--indigo);color:#fff}.record-pad.is-recording{border-color:#f0a294;background:var(--red-soft)}.record-pad.is-recording .record-orb{animation:record-pulse 1.5s infinite;background:var(--red)}.upload-pad input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.modal footer,.review-editor footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:20px;border-top:1px solid var(--border);padding-top:18px}.toast-region{position:fixed;z-index:200;right:22px;bottom:22px;display:grid;gap:8px}.toast{display:flex;min-width:270px;align-items:center;gap:9px;border:1px solid #a9e0c6;border-radius:8px;background:#fff;box-shadow:var(--shadow-md);padding:12px 15px;color:#2f7d5a;font-size:12px;font-weight:700}.toast.tone-error{border-color:#f5b8ae;color:#c0524b}.info-strip{display:flex;align-items:center;gap:10px;margin-bottom:18px;border:1px solid #ffd3c8;border-radius:8px;background:var(--indigo-soft);padding:11px 14px;color:#b8604c;font-size:11px;font-weight:600}.info-strip.tone-amber{border-color:#f2c25e;background:var(--amber-soft);color:#8a5b08}.info-strip.tone-red{border-color:#f5b8ae;background:var(--red-soft);color:#c0524b}.stack-list{display:grid;gap:10px}.memo-row{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:16px}.source-icon{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:8px}.source-text{background:var(--green-soft);color:var(--green)}.source-voice{background:var(--indigo-soft);color:var(--indigo)}.source-photo{background:var(--amber-soft);color:var(--amber)}.memo-main{min-width:0;flex:1}.memo-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px 12px;color:var(--muted);font-size:10px}.memo-meta strong{color:#46566f;font-size:11px}.memo-main p{margin:9px 0 0;color:#253149;font-size:13px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.attachment{display:inline-flex;align-items:center;gap:5px;margin-top:8px;border-radius:5px;background:#f3f5f9;padding:4px 8px;color:var(--muted);font-size:10px}.memo-thumb{display:block;max-height:120px;margin-top:8px;border:1px solid var(--border);border-radius:7px}.review-total{display:flex;align-items:baseline;gap:4px;color:var(--muted);font-size:11px}.review-total strong{color:var(--amber);font-size:26px}.review-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:16px;align-items:start}.review-queue,.review-editor,.settings-panel,.timeline-panel,.detail-summary{border:1px solid var(--border-strong);border-radius:9px;background:#fff}.review-queue{overflow:hidden}.review-queue h2{border-bottom:1px solid var(--border);padding:17px;font-size:14px}.review-queue button{display:grid;width:100%;gap:4px;border-bottom:1px solid var(--border);background:#fff;padding:14px 17px;text-align:left}.review-queue button:hover,.review-queue button.is-active{background:var(--indigo-soft)}.review-queue button.is-active{box-shadow:inset 3px 0 var(--indigo)}.review-queue button>span{color:var(--indigo);font-size:10px;font-weight:700}.review-queue button strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.review-queue button small{color:var(--muted);font-size:9px}.review-editor{padding:22px}.review-editor>header{margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:18px}.review-editor>header h2{margin-top:8px}.review-editor>header>span{color:var(--muted);font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 160px 160px;gap:12px}.review-note{display:flex;align-items:center;gap:9px;border-radius:7px;background:var(--amber-soft);padding:10px 12px;color:#8a5b08;font-size:10px;font-weight:600}.back-button{display:flex;align-items:center;gap:6px;margin-bottom:14px;background:transparent;padding:0;color:var(--muted);font-size:11px;font-weight:700}.back-button:hover{color:var(--indigo)}.detail-title-row{display:flex;align-items:center;gap:13px}.large-avatar{display:grid;width:49px;height:49px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--indigo-soft);color:var(--indigo);font-size:18px;font-weight:700}.detail-actions{margin-left:auto}.detail-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.detail-summary>div{display:grid;gap:3px;border-right:1px solid var(--border);padding:16px 20px}.detail-summary>div:last-child{border-right:0}.detail-summary span{color:var(--muted);font-size:10px}.detail-summary strong{font-size:14px}.text-red{color:var(--red)}.text-amber{color:var(--amber)}.timeline-panel{margin-bottom:16px;padding:20px}.timeline-panel>header{align-items:center;border-bottom:1px solid var(--border);padding-bottom:14px}.select-all{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;font-weight:600}.timeline{padding-top:8px}.timeline-item{position:relative;display:grid;grid-template-columns:24px 18px minmax(0,1fr);gap:9px;padding:10px 0}.timeline-item.no-select{grid-template-columns:18px minmax(0,1fr)}.record-check{padding-top:16px}.timeline-dot{position:relative}.timeline-dot:before{position:absolute;z-index:2;top:18px;left:5px;width:9px;height:9px;border:3px solid #c8cdfb;border-radius:50%;background:var(--indigo);content:""}.timeline-dot:after{position:absolute;top:25px;bottom:-25px;left:9px;width:1px;background:var(--border);content:""}.timeline-item:last-child .timeline-dot:after{display:none}.timeline-card{border:1px solid var(--border);border-radius:8px;background:#fbfcfe;padding:14px 16px}.timeline-card header{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.timeline-card header strong{font-size:11px}.timeline-card header>span,.timeline-card header small{color:var(--muted);font-size:9px}.timeline-card header small{margin-left:auto}.timeline-card p{margin:9px 0 0;color:#2e3a50;font-size:12px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.timeline-addendum{margin-top:10px;border-left:3px solid var(--border-strong);padding-left:10px}.timeline-addendum small{color:var(--muted);font-size:9px;font-weight:700}.empty-state{display:grid;min-height:270px;place-items:center;align-content:center;gap:7px;border:1px dashed var(--border-strong);border-radius:9px;background:#ffffffb8;padding:20px;text-align:center}.empty-state>span{display:grid;width:60px;height:60px;place-items:center;border-radius:50%;background:var(--indigo-soft);color:var(--indigo)}.empty-state strong{margin-top:6px;font-size:14px}.empty-state p{max-width:480px;margin:0;color:var(--muted);font-size:11px}.empty-state.compact{min-height:150px}.settings-panel{overflow:hidden}.setting-row{display:flex;min-height:84px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);padding:16px 20px}.setting-row:last-child{border-bottom:0}.setting-row strong,.setting-row>div>span{display:block}.setting-row strong{margin-bottom:3px;font-size:13px}.setting-row>div>span{color:var(--muted);font-size:10px}.setting-value{display:flex;align-items:center;flex:0 0 auto;gap:12px}.toggle{position:relative;width:42px;height:24px;flex:0 0 auto;border-radius:12px;background:#cbd3df}.toggle span{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s ease}.toggle.is-on{background:var(--indigo)}.toggle.is-on span{transform:translate(18px)}.future-note{display:flex;gap:13px;margin:20px;border-radius:8px;background:var(--indigo-soft);padding:16px;color:var(--indigo)}.future-note strong{font-size:12px}.future-note p{margin:4px 0 0;color:#535fa4;font-size:10px}.master-banner,.security-summary{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;border:1px solid #ffd3c8;border-radius:9px;background:var(--indigo-soft);padding:14px 16px;color:var(--indigo)}.master-banner strong,.master-banner>div>span,.security-summary strong,.security-summary>div>span{display:block}.master-banner strong,.security-summary strong{font-size:12px}.master-banner>div>span,.security-summary>div>span{margin-top:2px;color:#5863a5;font-size:10px}.master-panel{overflow:hidden;margin-bottom:16px;border:1px solid var(--border-strong);border-radius:9px;background:#fff;box-shadow:var(--shadow-sm)}.master-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;border-bottom:1px solid var(--border);padding:13px 16px}.master-toolbar .search-field{flex:1 1 240px;max-width:460px}.master-toolbar>span{color:var(--muted);font-size:11px;font-weight:700}.master-table-wrap{overflow-x:auto}.master-table-wrap table{width:100%;min-width:820px;border-collapse:collapse}.master-table-wrap thead{background:#fdf9f5}.master-table-wrap th{height:47px;border-bottom:1px solid var(--border-strong);padding:0 14px;color:var(--text);font-size:11px;font-weight:700;text-align:left;white-space:nowrap}.master-table-wrap tbody tr{border-bottom:1px solid var(--border)}.master-table-wrap tbody tr:last-child{border-bottom:0}.master-table-wrap tbody tr:hover{background:#fff1ec}.master-table-wrap td{padding:10px 14px;color:var(--text);font-size:12px;vertical-align:middle}.master-name{display:grid;gap:1px}.master-name strong{font-size:12px}.master-name small{color:var(--muted);font-size:9px}.row-actions{display:flex;justify-content:flex-end;gap:4px}.row-actions button{display:grid;width:32px;height:32px;place-items:center;border-radius:6px;background:transparent;color:#59677c}.row-actions button:hover:not(:disabled){background:var(--indigo-soft);color:var(--indigo)}.row-actions button.danger-action:hover:not(:disabled){background:var(--red-soft);color:var(--red)}.row-actions button:disabled{cursor:not-allowed;opacity:.28}.client-form-modal{width:min(840px,100%)}.import-modal{width:min(640px,100%)}.master-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.master-form-grid label{display:grid;gap:6px}.master-form-grid label>span{color:#46566f;font-size:10px;font-weight:700}.master-form-grid input,.master-form-grid select{width:100%;height:42px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;padding:0 11px;outline:0;font-size:12px}.master-form-grid input:focus,.master-form-grid select:focus{border-color:var(--indigo);box-shadow:0 0 0 3px #f48fa61f}.master-form-grid .form-wide{grid-column:1 / -1}.privacy-note{margin-top:16px;border-radius:7px;background:#f6f8fc;padding:10px 12px;color:var(--muted);font-size:10px}.modal-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:20px;border-top:1px solid var(--border);padding-top:18px}.import-drop{position:relative;display:flex;min-height:160px;align-items:center;justify-content:center;flex-direction:column;gap:5px;margin-top:20px;border:1px dashed #d6c8c0;border-radius:10px;background:#fffbf7;color:var(--indigo);text-align:center}.import-drop strong{margin-top:4px;color:#46566f;font-size:13px}.import-drop span{max-width:440px;color:var(--muted);font-size:10px}.import-drop input{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;opacity:0}.selected-files{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.selected-files span{border-radius:6px;background:var(--indigo-soft);padding:5px 8px;color:var(--indigo);font-size:9px;font-weight:700}.import-guidance{display:grid;gap:5px;margin-top:16px;border:1px solid var(--border);border-radius:8px;padding:12px 14px;color:#445168;font-size:10px}.import-guidance strong{font-size:11px}.import-guidance small{margin-top:4px;color:var(--amber);font-size:9px}.import-preview{max-height:190px;overflow-y:auto;margin-top:12px;border:1px solid var(--border);border-radius:8px}.import-preview div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border);padding:8px 12px;font-size:10px}.import-preview div:last-child{border-bottom:0}.import-preview span{color:var(--muted)}.form-error{margin:12px 0 0;border-radius:7px;background:var(--red-soft);padding:9px 11px;color:#c0524b;font-size:10px;font-weight:700}@keyframes record-pulse{0%,to{box-shadow:0 0 #ef5b6440}50%{box-shadow:0 0 0 10px #ef5b6400}}@media (max-width: 1180px){.main-content{padding:26px 22px}.stats-grid{gap:10px}.stat-card{gap:10px;padding:13px}.stat-icon{width:44px;height:44px}.detail-title-row{flex-wrap:wrap}.detail-actions{width:100%;margin-left:62px}}@media (max-width: 900px){.sidebar{transform:translate(-102%);box-shadow:var(--shadow-md);transition:transform .18s ease}.sidebar.is-open{transform:translate(0)}.mobile-scrim{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;border:0;background:#0d17296b}.mobile-scrim.is-open{display:block}.main-content{margin-left:0;padding:74px 18px 26px}.mobile-menu{position:fixed;z-index:20;top:17px;left:18px;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow-sm)}.stats-grid,.stats-grid.cols-4{grid-template-columns:repeat(2,1fr)}.review-layout{grid-template-columns:1fr}.review-queue{display:flex;overflow-x:auto}.review-queue h2{display:none}.review-queue button{min-width:230px;border-right:1px solid var(--border);border-bottom:0}.form-grid{grid-template-columns:1fr}}@media (max-width: 680px){.main-content{padding-right:12px;padding-left:12px}.page-heading{display:grid;gap:13px}.page-heading h1,.detail-title-row h1{font-size:23px}.heading-actions,.detail-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;margin-left:0}.button{padding:0 12px;font-size:11px}.dashboard-toolbar{grid-template-columns:1fr auto}.dashboard-toolbar .search-field{grid-column:1 / -1;grid-row:2}.stats-grid,.stats-grid.cols-4{grid-template-columns:1fr 1fr}.master-form-grid{grid-template-columns:1fr}.master-form-grid .form-wide{grid-column:auto}.client-form-modal,.import-modal{padding:18px}.stat-card{min-height:82px}.stat-icon{display:none}.stat-copy strong{font-size:25px}.table-footer{align-items:flex-start;flex-direction:column;gap:8px;padding:10px 12px}.memo-row{padding:13px}.source-icon{width:34px;height:34px}.modal{padding:18px}.detail-title-row{align-items:flex-start}.detail-title-row>div:nth-child(2){flex:1}.detail-actions{grid-template-columns:1fr 1fr}.detail-summary{grid-template-columns:repeat(2,1fr)}.detail-summary>div:nth-child(2){border-right:0}.detail-summary>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.timeline-panel{padding:14px}.timeline-item{grid-template-columns:20px 16px minmax(0,1fr);gap:5px}.timeline-card header{align-items:flex-start;flex-wrap:wrap}.timeline-card header small{width:100%;margin-left:0}.toast-region{right:12px;bottom:12px;left:12px}.toast{min-width:0}}@media (pointer: coarse){.form-field input,.form-field select,.form-field textarea,.master-form-grid input,.master-form-grid select,.search-field input{font-size:16px}.form-field input,.form-field select,.master-form-grid input,.master-form-grid select{height:46px}.button,.icon-button,.month-button,.month-step,.filter-button{min-height:44px}.icon-button,.row-actions button{width:44px;height:44px}.pagination button{width:40px;height:40px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.button,.month-button,.filter-button,.icon-button,.back-button,.status-pill,.toggle,.page-size-select,.type-tabs button{border-radius:999px}.button.primary{box-shadow:0 3px #f48fa647}.button.primary:active{transform:translateY(1px)}.button.danger,.danger-action{border-radius:999px;box-shadow:0 3px #d9534f3d}.search-field,.form-field input,.form-field select,.setting-row input,.setting-row select{border-radius:999px}.form-field textarea,.review-editor textarea,.setting-row textarea{border-radius:18px}.stat-card,.timeline-card,.timeline-panel,.table-panel,.master-panel,.settings-panel,.filter-popover,.review-queue,.review-editor,.empty-state,.import-drop,.upload-pad,.modal{border-radius:22px;box-shadow:var(--shadow-sm)}.modal{box-shadow:var(--shadow-md)}.page-heading h1,.page-heading h2,.detail-heading h1,.detail-heading h2{color:var(--navy);letter-spacing:.12em}.vcp-wdays{display:flex;gap:6px;flex-wrap:wrap}.vcp-wday{position:relative;min-width:44px;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);padding:8px 12px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer}.vcp-wday.on{background:var(--indigo);border-color:var(--indigo);color:#fff}.vcp-wday .vcp-today{position:absolute;top:-7px;right:-6px;border-radius:999px;background:var(--amber);padding:1px 5px;font-size:9px;color:#6b5200}.vcp-users{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.vcp-user{display:grid;gap:2px;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);padding:10px 12px;text-align:center;cursor:pointer}.vcp-user:hover{border-color:var(--indigo)}.vcp-user .nm{font-size:15px;font-weight:600;color:var(--text)}.vcp-user .kana{font-size:11px;color:var(--muted)}.diary-page h1{margin:0;font-size:22px;letter-spacing:.08em;color:var(--ink, #1e1417)}.diary-page .db-btn{border:1.5px solid var(--line, #f0e3cd);background:#fff;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--ink, #1e1417);cursor:pointer;transition:background .15s ease,border-color .15s ease}.diary-page .db-btn:hover:not(:disabled){background:var(--coral-soft, #ffe3ec);border-color:var(--coral, #f48fa6)}.diary-page .db-btn:disabled{opacity:.45;cursor:default}.diary-page .db-btn.primary{background:linear-gradient(135deg,var(--coral, #f48fa6),var(--coral-deep, #e56f90));border-color:transparent;color:#fff}.diary-page .db-btn.primary:hover:not(:disabled){background:var(--coral-deep, #e56f90)}.diary-page .db-btn.small{padding:3px 10px;font-size:12px}.diary-page .db-input,.diary-page input[type=date]{border:1.5px solid var(--line, #f0e3cd);border-radius:9px;background:#fff;padding:5px 8px;font-family:inherit;font-size:13px;color:var(--ink, #1e1417)}.diary-page .db-input:focus,.diary-page input[type=date]:focus{outline:none;border-color:var(--coral, #f48fa6)}.diary-page .db-input:disabled{background:var(--cream, #faf6f1)}.diary-page .db-card{background:var(--card, #fff);border-radius:16px;padding:14px 16px;box-shadow:0 8px 24px #d6b4a524}.diary-page .db-table{border-collapse:collapse;width:100%;font-size:13px}.diary-page .db-table th,.diary-page .db-table td{border:1px solid var(--line, #f0e3cd);padding:4px 6px;text-align:center;vertical-align:middle}.diary-page .db-table th{background:var(--bg, #fff3dd);color:var(--navy, #1e1417);font-weight:700;white-space:nowrap;letter-spacing:.04em}.diary-page .db-meal{display:inline-flex;gap:6px;align-items:center;white-space:nowrap}.diary-page .db-meal-part{display:inline-flex;align-items:center;gap:3px}.diary-page .db-meal-part>span{font-size:11px;color:var(--soft, #a89a9e);font-weight:700}@media print{.diary-page .db-card{box-shadow:none;padding:0}.diary-page .db-table th,.diary-page .db-table td{border-color:#999}.diary-page .db-table th{background:#f1f3f4}}.modal.diary-modal{width:min(1240px,calc(100vw - 24px));background:#fff8ea;padding:18px 20px}.diary-page .db-remarks-list{display:grid;gap:10px;max-width:760px}.diary-page .db-remarks-item{display:grid;gap:6px}.diary-page .db-remarks-item textarea.db-input{width:100%;resize:vertical;line-height:1.6;box-sizing:border-box}.modal.diary-row-modal{width:min(560px,calc(100vw - 24px));background:#fff8ea}.diary-page .db-row-form,.db-row-form{display:grid;gap:10px;padding:4px 2px 12px}.db-row-field{display:grid;grid-template-columns:116px 1fr;gap:10px;align-items:center}.db-row-field>span{font-size:13px;font-weight:600;color:var(--soft, #a89a9e)}.db-row-field .db-input{width:100%;min-width:0;padding:8px 10px;font-size:15px}.db-row-field .db-meal .db-input{width:auto;flex:1}.db-row-field .db-meal{display:flex}.db-row-field .db-meal-part{flex:1}.db-row-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.diary-page .db-fluid{display:inline-flex;align-items:center;gap:4px}.diary-page .db-x{border:1px solid var(--line, #f0e3cd);background:#fff;border-radius:999px;width:24px;height:24px;line-height:1;font-family:inherit;font-size:13px;color:var(--soft, #a89a9e);cursor:pointer}.diary-page .db-x.on{background:#f6f6f9;color:#d9534f;border-color:#e0b4b4;font-weight:700}.diary-page .db-x:disabled{opacity:.5;cursor:default}.ui-remark-row{display:grid;gap:4px;margin:8px 0;padding-bottom:8px;border-bottom:1px dashed #e5e0d5}.ui-remark-row textarea{width:100%;box-sizing:border-box}.ui-remark-row .ui-chips{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.record-screen-scope button.btn.ghost.ui-scope-chip[aria-pressed=true],.record-screen-scope button.btn.ghost.ui-scope-chip[aria-pressed=true]:hover:not(:disabled),.ui-scope-chip[aria-pressed=true]{background:var(--accent, #c96a7c);border-color:var(--accent, #c96a7c);color:#fff}.ui-remark-remove{margin-left:auto}.staff-input-page{font-size:15px}.staff-input-page .sip-head{padding:2px 2px 10px}.staff-input-page .sip-head h2{margin:0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.staff-input-page .sip-head .script{font-family:Caveat,cursive;font-size:25px;color:var(--coral-deep);font-weight:700;line-height:1}.staff-input-page .sip-head .ttl{font-size:19px;font-weight:700;color:var(--navy);letter-spacing:.04em}.staff-input-page .sip-head .sub{font-size:12px;color:var(--soft);margin-top:3px}.staff-input-page .sip-tabs{display:flex;background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);box-shadow:0 2px 14px #788caa12;position:sticky;z-index:9;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:16px}.staff-input-page .sip-tabs::-webkit-scrollbar{display:none}.staff-input-page .sip-tabs button{flex:0 0 auto;padding:12px 13px;border:none;background:none;font-size:13px;font-family:inherit;font-weight:500;color:var(--soft);border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;transition:.18s}.staff-input-page .sip-tabs button.on{color:var(--coral-deep);border-bottom-color:var(--coral);font-weight:700}.staff-input-page .sip-col{max-width:560px;margin:0 auto;padding-bottom:48px}.staff-input-page .sip-col.wide{max-width:1200px}.staff-input-page .card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 16px;margin-bottom:16px;box-shadow:var(--shadow);overflow:hidden}.staff-input-page .card:after{content:"";position:absolute;right:12px;top:10px;width:28px;height:28px;opacity:.9;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='%23ffd9cb' stroke='%23e8826a' stroke-width='1.3'%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5'/%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5' transform='rotate(60 16 16)'/%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5' transform='rotate(120 16 16)'/%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5' transform='rotate(180 16 16)'/%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5' transform='rotate(240 16 16)'/%3E%3Cellipse cx='16' cy='8' rx='2.6' ry='4.5' transform='rotate(300 16 16)'/%3E%3C/g%3E%3Ccircle cx='16' cy='16' r='3' fill='%23f6b25e'/%3E%3C/svg%3E") no-repeat center/contain}.staff-input-page .hint{font-size:12px;color:var(--soft);line-height:1.8;margin-bottom:12px;padding-right:30px}.staff-input-page .hint b{color:var(--navy)}.staff-input-page label.fl{display:block;font-size:12px;color:var(--navy);margin:14px 0 6px;font-weight:700;letter-spacing:.03em}.staff-input-page label.fl:first-of-type{margin-top:0}.staff-input-page input[type=date],.staff-input-page input[type=time],.staff-input-page input[type=text],.staff-input-page select,.staff-input-page textarea{width:100%;padding:10px 16px;border:1.5px solid var(--line);border-radius:999px;font-size:16px;font-family:inherit;background:#fff;color:var(--ink);transition:.18s}.staff-input-page textarea{border-radius:18px;resize:vertical;min-height:64px}.staff-input-page input:focus,.staff-input-page select:focus,.staff-input-page textarea:focus{outline:none;border-color:var(--coral);box-shadow:0 0 0 3px #f0997f33}.staff-input-page .chips{display:flex;flex-wrap:wrap;gap:8px}.staff-input-page .chips button{padding:8px 14px;border:1.5px solid var(--line);border-radius:999px;background:#fff;font-size:13px;color:var(--ink);cursor:pointer;font-family:inherit;box-shadow:0 2px 6px #788caa14;transition:.18s}.staff-input-page .chips button:hover{transform:translateY(-1px)}.staff-input-page .chips button.on{background:linear-gradient(135deg,var(--coral, #f48fa6),var(--coral-deep, #e56f90));border-color:transparent;color:#fff;font-weight:700}.staff-input-page .wd{margin-bottom:4px}.staff-input-page .wd button{min-width:42px;text-align:center}.staff-input-page label.chk{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--ink);cursor:pointer}.staff-input-page label.chk input[type=checkbox]{width:18px;height:18px;accent-color:var(--coral-deep);cursor:pointer}.staff-input-page .dates{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.staff-input-page .dates span{background:var(--g-drive);color:#b3542f;border-radius:999px;padding:6px 13px;font-size:13px;font-weight:500}.staff-input-page .dates span b{margin-left:6px;cursor:pointer;font-weight:700}.staff-input-page .addrow{display:flex;gap:8px}.staff-input-page .addrow input{flex:1;min-width:0}.staff-input-page .addrow button{padding:0 18px;border:1.5px solid var(--coral);border-radius:999px;background:#fff;color:var(--coral-deep);font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 2px 6px #788caa1a}.staff-input-page .submit{width:100%;margin-top:18px;padding:13px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--coral, #f48fa6),var(--coral-deep, #e56f90));color:#fff;font-size:16px;font-weight:700;letter-spacing:.06em;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #e8826a59;transition:.18s}.staff-input-page .submit:hover{transform:translateY(-1px)}.staff-input-page .submit:disabled{opacity:.45;transform:none;cursor:default}.staff-input-page .cancel{width:100%;margin-top:10px;padding:10px;border:1.5px solid var(--line);border-radius:999px;background:#fff;color:var(--soft);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.staff-input-page .day{margin-bottom:18px}.staff-input-page .day h3{font-size:13px;color:var(--navy);background:var(--g-floor);border-radius:999px;padding:6px 14px;margin:0 0 8px;font-weight:700;letter-spacing:.04em;display:inline-block}.staff-input-page .ent{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px 14px;margin-bottom:8px;box-shadow:0 3px 10px #788caa14}.staff-input-page .ent .badge{font-size:11px;padding:3px 9px;border-radius:999px;white-space:nowrap;font-weight:700}.staff-input-page .badge.userChange{background:var(--g-visit);color:#3a7a5f}.staff-input-page .badge.staffHoliday{background:var(--g-drive);color:#b3542f}.staff-input-page .badge.timeWish{background:var(--g-floor);color:#8a6d1f}.staff-input-page .badge.b-req{background:#ffe0db;color:#c2402e}.staff-input-page .badge.b-ok{background:#dcefe3;color:#2f7d5a}.staff-input-page .badge.b-off{background:#ededed;color:#6b6b6b}.staff-input-page .badge.b-rec{background:#eef3fb;color:#2f4d86}.staff-input-page .badge.task{background:#f1f0ea;color:#6b6350}.staff-input-page .visit-fix{margin-top:10px}.staff-input-page .visit-fix select{max-width:100%}.staff-input-page .ent .body{flex:1;min-width:0}.staff-input-page .ent .nm{font-weight:700;font-size:14px;color:var(--navy)}.staff-input-page .ent .tp{font-size:12px;color:var(--soft);margin-top:2px;overflow-wrap:anywhere}.staff-input-page .ent .body.clickable{cursor:pointer}.staff-input-page .ent .tp-click.blank{color:#3a6ea5;font-weight:700}.staff-input-page .ent.vedit{display:block}.staff-input-page .ent.vedit .fl{margin:12px 0 6px}.staff-input-page .ent.vedit .fl:first-child{margin-top:0}.staff-input-page .ent.vedit .submit{margin-top:14px;padding:10px;font-size:14px}.staff-input-page .ent.vedit .cancel{margin-top:8px;padding:8px}.staff-input-page .ent .del{border:none;background:none;color:var(--warn);font-size:12px;font-weight:700;cursor:pointer;padding:6px;font-family:inherit;white-space:nowrap}.staff-input-page .ent .edit{border:none;background:none;color:#3a6ea5;font-size:12px;font-weight:700;cursor:pointer;padding:6px;font-family:inherit;white-space:nowrap}.staff-input-page .ent .time{font-size:12px;font-weight:700;color:#5fa890;background:#eef6f1;border-radius:999px;padding:3px 9px;white-space:nowrap}.staff-input-page .ent.editing{box-shadow:0 0 0 2px var(--coral),0 3px 10px #788caa14}.staff-input-page .empty{text-align:center;color:var(--soft);font-size:13px;padding:30px 0}.staff-input-page .empty.tight{padding:8px 0}.staff-input-page .binhead{display:inline-flex;align-items:baseline;gap:8px;background:#e7f0fb;border:1.6px solid #4a90d9;border-radius:8px;padding:5px 12px;margin:16px 2px 8px}.staff-input-page .binhead .veh{font-size:13px;font-weight:700;color:#333;letter-spacing:.04em}.staff-input-page .binhead .bin{font-size:12px;font-weight:700;color:var(--coral-deep)}.staff-input-page .binhead .dir{font-size:12px;font-weight:700;color:#3a6ea5}.staff-input-page .binhead .binmove{margin-left:4px;padding:3px 10px;font-size:11px;font-weight:700;color:#3a6ea5;background:#fff;border:1px solid #9dc0e6;border-radius:999px;cursor:pointer}.staff-input-page .binhead .binmove:disabled{opacity:.5;cursor:default}.staff-input-page .triprow{display:flex;align-items:center;gap:6px;margin-bottom:6px}.staff-input-page .triprow input[type=time]{flex:0 0 auto;width:7.5em;margin:0}.staff-input-page .triprow input[type=text]{flex:1 1 auto;min-width:0;margin:0}.staff-input-page .triprow .cancel{flex:0 0 auto;width:2.6em;padding:6px 0;margin:0}.staff-input-page .schload{text-align:center;color:var(--soft);font-size:13px;padding:24px 0}.staff-input-page .notice{background:#fdf6ec;border:1px solid #f0dfba;color:#8a6d1f;border-radius:16px;padding:12px 14px;font-size:13px;line-height:1.8;margin-bottom:12px}.staff-input-page .stdbox{overflow-x:auto;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:4px;-webkit-overflow-scrolling:touch}.staff-input-page table.std{border-collapse:separate;border-spacing:0;min-width:100%}.staff-input-page .std th,.staff-input-page .std td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:4px 6px;vertical-align:top}.staff-input-page .std tbody tr:last-child td{border-bottom:none}.staff-input-page .std th.time,.staff-input-page .std td.time{background:#eef6f1;color:#5fa890;font-weight:700;text-align:center;min-width:42px;width:44px;font-size:10px;padding:4px 2px}.staff-input-page .std thead th{text-align:center}.staff-input-page .std tr.grp th.gname{font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--navy);padding:8px;border-bottom:none}.staff-input-page .std th.g-visit{background:var(--g-visit);border-top-left-radius:12px;border-top-right-radius:12px}.staff-input-page .std th.g-drive{background:var(--g-drive);border-top-left-radius:12px;border-top-right-radius:12px}.staff-input-page .std th.g-floor{background:var(--g-floor);border-top-left-radius:12px;border-top-right-radius:12px}.staff-input-page .std tr.names th{background:#fbf7f0;font-size:11px;font-weight:700;color:var(--navy);min-width:104px;padding:6px 8px}.staff-input-page .std tr.names .sub{display:block;color:var(--coral-deep);font-weight:700;font-size:10px;margin-top:2px}.staff-input-page .std tr.names th.vhead{min-width:72px;padding:6px 4px}.staff-input-page .std .vrail{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:4px}.staff-input-page .std .vrail .veh,.staff-input-page .std .vrail .bin{writing-mode:vertical-rl;text-orientation:upright;line-height:1.05;letter-spacing:.02em;white-space:nowrap;font-weight:700}.staff-input-page .std .vrail .veh{color:var(--navy);font-size:12px}.staff-input-page .std .vrail .bin{color:var(--coral-deep);font-size:11px}.staff-input-page .std td.c-drive .tline{display:block}.staff-input-page .std td.c-drive .tbin{display:block;margin:2px -3px 1px;padding:0 3px;border-radius:3px;background:var(--coral-soft, #ffe1d4);color:var(--coral-deep);font-size:10px;font-weight:700;white-space:nowrap}.staff-input-page .std td.c-drive .tline:first-child,.staff-input-page .std td.c-drive .tbin:first-child{margin-top:0}.staff-input-page .std td.c-drive .tline.tedit{cursor:pointer;border-bottom:1px dotted var(--coral-deep)}.staff-input-page .std td.c-drive .tline.tedit:hover,.staff-input-page .std td.c-drive .tline.tedit:focus-visible{background:var(--coral-soft, #ffe1d4);outline:none}.staff-input-page .stdedit .hd{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}@media print{.staff-input-page .std td.c-drive .tline.tedit{border-bottom:none}.staff-input-page .stdedit{display:none}}.staff-input-page .std td.c-drive .tline.mkGo{color:#2f7d5a;font-weight:700}.staff-input-page .std td.c-drive .tline.mkEnd{color:#b4503c;font-weight:700}.staff-input-page .std td.cell{font-size:11px;line-height:1.35;white-space:pre-line;min-width:104px;color:var(--ink)}.staff-input-page .std td.cell.c-visit{background:var(--g-visit-soft)}.staff-input-page .std td.cell.filled.c-visit{background:var(--g-visit)}.staff-input-page .std td.cell.c-drive{background:var(--g-drive-soft)}.staff-input-page .std td.cell.filled.c-drive{background:var(--g-drive)}.staff-input-page .std td.cell.c-floor{background:var(--g-floor-soft)}.staff-input-page .std td.cell.filled.c-floor{background:var(--g-floor)}.staff-input-page .std td.cell.filled.c-bath{background:#c6e0b4;color:#40611f}.staff-input-page .std td.cell.filled{font-weight:700;color:var(--navy)}.staff-input-page .nuNames{display:grid;gap:2px}.staff-input-page .nuGrid{display:grid;gap:6px;margin:6px 0 4px}.staff-input-page .nuGrid .nuRow{display:grid;grid-template-columns:64px repeat(3,1fr);gap:6px;align-items:stretch}.staff-input-page .nuGrid .nuRow.head span{font-size:12px;font-weight:700;color:var(--soft);text-align:center;padding-bottom:2px}.staff-input-page .nuGrid .nuRow button{border:1.5px solid var(--line);border-radius:12px;background:#fff;font-family:inherit;font-size:15px;color:var(--ink);cursor:pointer;padding:10px 0;transition:.15s}.staff-input-page .nuGrid .nuRow button.wd{font-weight:700;margin-bottom:0}.staff-input-page .nuGrid .nuRow button:hover:not(:disabled){border-color:var(--coral)}.staff-input-page .nuGrid .nuRow button:disabled{cursor:default;opacity:.75}.staff-input-page .nuGrid .nuRow.on button.wd{background:linear-gradient(135deg,var(--coral, #f48fa6),var(--coral-deep, #e56f90));border-color:transparent;color:#fff}.staff-input-page .nuGrid .nuRow button.svc.on{background:var(--g-drive);border-color:var(--coral);color:#b3542f;font-weight:700}.staff-input-page .nuDetail{display:grid;gap:6px;border-left:3px solid var(--line);padding-left:10px;margin:4px 0}.staff-input-page button.linkish{align-self:flex-start;border:none;background:none;color:var(--coral-deep);font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;padding:4px 0;text-decoration:underline}.staff-input-page label.nuProp{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1.5px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.staff-input-page label.nuProp input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--coral-deep);cursor:pointer;flex:none}.staff-input-page label.nuProp .badge{flex:none}.staff-input-page label.nuProp .body{flex:1;min-width:0}.staff-input-page label.nuProp .nm{display:block;font-weight:700;font-size:14px;color:var(--navy)}.staff-input-page label.nuProp .tp{display:block;font-size:12px;color:var(--soft);margin-top:2px;overflow-wrap:anywhere}.staff-input-page label.nuProp.done{background:#f6f7f9;cursor:default}.care-record-page .cr-wdays{flex-wrap:nowrap}.care-record-page .cr-wdays button{position:relative;flex:1;min-width:0;padding-left:0;padding-right:0;text-align:center}.care-record-page .cr-today{display:block;font-size:9px;font-weight:500;line-height:1;margin-top:2px}.care-record-page .cr-users{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.care-record-page .cr-users button{padding:12px;border:1.5px solid var(--line);border-radius:14px;background:#fff;font-family:inherit;font-size:15px;cursor:pointer;text-align:left;transition:.15s}.care-record-page .cr-users button:hover{border-color:var(--coral)}.care-record-page .cr-users button .nm{display:block;font-weight:700;color:var(--navy)}.care-record-page .cr-users button .kana{display:block;font-size:10px;color:var(--soft);margin-top:1px}.care-record-page .cr-empty{text-align:center;padding:18px 0;font-size:13px}.care-record-page .cr-finder{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.care-record-page .cr-finder input{flex:2;min-width:200px}.care-record-page .cr-finder select{flex:1;min-width:160px;width:auto}.care-record-page .cr-group-title{margin-top:14px;font-size:12px;font-weight:700;color:var(--soft);letter-spacing:.08em}.care-record-page .cr-visit-tag{display:inline-block;margin-left:6px;padding:1px 8px;border:1px solid var(--coral, #e08571);border-radius:999px;font-size:10px;font-weight:700;color:var(--coral-deep, #c9604b);vertical-align:1px}.care-record-page .od-service-tabs{display:flex;gap:6px;margin:14px 0 0}.care-record-page .od-service-tabs button{border:1.5px solid var(--line);border-bottom:none;border-radius:12px 12px 0 0;background:var(--paper, #f6f6f9);font-family:inherit;font-size:14px;font-weight:700;color:var(--soft);padding:9px 22px;cursor:pointer}.care-record-page .od-service-tabs button.on{background:#fff;color:var(--navy);border-color:var(--coral)}.care-record-page .od-service-tabs button .cnt{margin-left:6px;font-size:11px;font-weight:500}.care-record-page .od-user-tabs{display:flex;flex-wrap:wrap;gap:6px;padding:10px;border:1.5px solid var(--line);border-radius:0 14px 14px;background:#fff;margin-bottom:14px}.care-record-page .od-user-tabs button{border:1.5px solid var(--line);border-radius:999px;background:#fff;font-family:inherit;font-size:13px;font-weight:700;color:var(--navy);padding:7px 16px;cursor:pointer;transition:.15s}.care-record-page .od-user-tabs button:hover{border-color:var(--coral)}.care-record-page .od-user-tabs button.on{background:var(--coral, #e08571);border-color:var(--coral, #e08571);color:#fff}.care-record-page .cr-back{display:inline-flex;align-items:center;gap:4px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:700;color:var(--coral-deep);cursor:pointer;padding:6px 2px;margin-bottom:4px}.care-record-page .cr-datenav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.care-record-page .cr-datenav .lbl{font-size:15px;font-weight:700;color:var(--navy)}.care-record-page .cr-datenav>button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:12px;color:var(--navy);cursor:pointer}.care-record-page .cr-datenav>button:disabled{opacity:.4;cursor:default}.care-record-page .cr-datenav>button.now{color:var(--coral-deep);font-weight:700}.care-record-page .cr-datenav input[type=date]{width:auto}.care-record-page .cr-spacer{flex:1}.care-record-page .cr-head-card{overflow:visible}.care-record-page .cr-menu-wrap{position:relative}.care-record-page .cr-menu-btn{border:1.5px solid var(--line);background:#fff;border-radius:10px;padding:6px 12px;font-family:inherit;font-size:16px;color:var(--navy);cursor:pointer}.care-record-page .cr-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:220px;background:#fff;border:1.5px solid var(--line);border-radius:14px;box-shadow:0 12px 34px #2f3b632e;padding:6px;display:flex;flex-direction:column;z-index:20}.care-record-page .cr-menu a,.care-record-page .cr-menu button{border:none;background:none;font-family:inherit;font-size:13px;color:var(--navy);text-align:left;text-decoration:none;padding:9px 12px;border-radius:9px;cursor:pointer}.care-record-page .cr-menu-sep{height:1px;margin:4px 8px;background:var(--line)}.care-record-page .cr-menu a:hover,.care-record-page .cr-menu button:hover{background:var(--paper, #f6f6f9)}.care-record-page .cr-user-line{display:flex;align-items:baseline;gap:10px;margin-top:10px}.care-record-page .cr-user-name{font-size:21px;font-weight:700;color:var(--navy);text-decoration:underline;text-decoration-color:var(--coral);text-underline-offset:4px;cursor:pointer}.care-record-page .cr-user-name.plain{border:none;background:none;font-family:inherit;padding:0}.care-record-page .cr-user-meta{font-size:14px;color:var(--soft)}.care-record-page .cr-section{scroll-margin-top:12px}.care-record-page .cr-sec-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.care-record-page .cr-sec-head h3{font-size:15px;color:var(--navy);border:1.5px solid var(--navy);border-radius:8px;padding:3px 12px;flex:none}.care-record-page .cr-sec-head select{width:auto;font-weight:700;margin-left:auto}.care-record-page .cr-sec-head .cr-btns{margin-left:auto;display:flex;gap:8px}.care-record-page .cr-add,.care-record-page .cr-edit{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:700;color:var(--coral-deep);cursor:pointer}.care-record-page .cr-sec-head>.cr-add,.care-record-page .cr-sec-head>.cr-edit{margin-left:auto}.care-record-page .cr-sec-head select+.cr-add{margin-left:0}.care-record-page .cr-basic{display:grid;grid-template-columns:auto 1fr;gap:7px 16px;margin:0}.care-record-page .cr-basic dt{font-size:13px;font-weight:700;color:var(--soft);padding-top:1px}.care-record-page .cr-basic dd{margin:0;font-size:14px;color:var(--ink);white-space:pre-wrap}.care-record-page .cr-basic dd b{font-size:17px;color:var(--navy)}.care-record-page .cr-detail{font-size:12px;color:var(--soft)}.care-record-page .cr-mini-del{border:none;background:none;color:var(--warn);font-family:inherit;font-size:12px;cursor:pointer;padding:0 2px}.care-record-page .cr-mini-edit{border:none;background:none;color:var(--navy);font-family:inherit;font-size:12px;cursor:pointer;padding:0 2px}.care-record-page .cr-timeline{display:flex;flex-direction:column}.care-record-page .cr-note{display:flex;align-items:baseline;gap:10px;padding:9px 4px;border-bottom:1px dashed var(--line)}.care-record-page .cr-note:last-child{border-bottom:none}.care-record-page .cr-note .t{font-size:13px;font-weight:700;color:var(--navy);min-width:44px}.care-record-page .cr-note .body{flex:1;font-size:14px;white-space:pre-wrap}.care-record-page .cr-note .by,.care-record-page .cr-handover-day .by{font-size:11px;color:var(--soft)}.care-record-page .cr-note button,.care-record-page .cr-handover-day li button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:11px;color:var(--warn);cursor:pointer;flex:none}.care-record-page .cr-note.app{background:#faf6f2b3;border-radius:10px;padding-left:8px;padding-right:8px}.care-record-page .cr-src-tag{display:inline-block;margin-left:6px;padding:1px 8px;border-radius:999px;background:var(--paper, #f2eee9);border:1px solid var(--line);font-size:10px;font-weight:700;color:var(--soft);flex:none;vertical-align:1px}.care-record-page .cr-type-tag{display:inline-block;margin-left:6px;padding:1px 6px;border:1px solid var(--line);border-radius:999px;font-size:10px;color:var(--navy);vertical-align:1px}.care-record-page .cr-svc-tag{display:inline-block;flex:none;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap;letter-spacing:.02em}.care-record-page .cr-svc-tag.visit{background:#e8eff9;border:1px solid #b7cbe6;color:#5c7fae}.care-record-page .cr-svc-tag.day{background:var(--coral-soft, #ffe3ec);border:1px solid #f2bccb;color:var(--coral-deep, #e56f90)}.care-record-page .cr-type-tag.imp{border-color:var(--coral, #e08571);color:var(--coral-deep, #c9604b)}.care-record-page .cr-conn-note{font-size:12px;color:var(--soft);margin-bottom:8px;padding:6px 10px;border-radius:10px;background:#fff7e6;border:1px solid #f0d59a}.care-record-page .cr-conn-note.ok{background:#f2f7ff;border-color:#cfe0f7}.care-record-page .cr-ho-time{color:var(--navy);margin-right:4px}.care-record-page .cr-note .cr-edit{padding:4px 12px;font-size:11px;color:var(--coral-deep);align-self:center}.care-record-page .cr-modal .cr-fixed-time{font-size:15px;font-weight:700;color:var(--navy)}.care-record-page .cr-modal .cr-fixed-time .muted{margin-left:8px;font-size:11px;font-weight:400;color:var(--soft)}.care-record-page .cr-modal .cr-note-hint{margin-top:8px;font-size:12px;color:var(--soft)}.care-record-page .cr-warn{display:flex;align-items:center;gap:8px;margin-top:10px;padding:9px 12px;border:1.5px solid var(--warn, #d33);border-radius:12px;font-size:13px;font-weight:700;color:var(--warn, #d33)}.care-record-page .cr-warn .tag{background:var(--warn, #d33);color:#fff;border-radius:999px;padding:2px 10px;font-size:11px}.care-record-page .cr-warn-text{color:var(--warn, #d33);font-weight:700}.care-record-page .cr-weight-now{font-size:14px;margin-bottom:8px}.care-record-page .cr-weight-now b{font-size:20px;color:var(--navy)}.care-record-page .wt-chart{display:block;width:100%;height:auto;margin-bottom:12px}.care-record-page .wt-chart .grid{stroke:var(--line);stroke-width:1}.care-record-page .wt-chart .axis{stroke:var(--soft);stroke-width:1.4}.care-record-page .wt-chart .tick{font-size:12px;fill:var(--soft)}.care-record-page .wt-chart .series{fill:none;stroke:var(--coral-deep);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.care-record-page .wt-chart .dot{fill:#fff;stroke:var(--coral-deep);stroke-width:2.2}.care-record-page .cr-more{margin-top:10px;font-size:12px;color:var(--soft)}.care-record-page .cr-more a{color:var(--coral-deep);font-weight:700}.care-record-page .cr-handover-day{padding:8px 0;border-bottom:1px dashed var(--line)}.care-record-page .cr-handover-day:last-child{border-bottom:none}.care-record-page .cr-handover-day .d{font-size:12px;font-weight:700;color:var(--soft);margin-bottom:4px}.care-record-page .cr-handover-day ul{margin:0;padding-left:20px}.care-record-page .cr-handover-day li{font-size:14px;padding:3px 0}.care-record-page .cr-handover-day li .body{white-space:pre-wrap;margin-right:8px}.care-record-page .cr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2f3b6357;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:30}.care-record-page .cr-modal{width:100%;max-width:380px;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border-radius:22px;padding:22px 20px;box-shadow:0 18px 50px #2f3b6347}.care-record-page .cr-modal .mdate{text-align:center;font-size:16px;font-weight:700;color:var(--navy)}.care-record-page .cr-modal .mname{text-align:center;font-size:19px;font-weight:700;color:var(--navy);margin:8px 0 6px}.care-record-page .cr-modal .kgline{display:flex;align-items:center;gap:8px}.care-record-page .cr-modal .kgline input{flex:1;width:100%;min-width:0;padding:10px 16px;border:1.5px solid var(--line);border-radius:999px;font-family:inherit;background:#fff;color:var(--ink);text-align:center;font-size:22px;font-weight:700}.care-record-page .cr-modal .kgline input:focus{outline:none;border-color:var(--coral)}.care-record-page .cr-modal .kgline .unit{font-size:15px;font-weight:700;color:var(--soft)}.care-record-page .cr-modal .btns{display:flex;gap:10px;margin-top:18px}.care-record-page .cr-modal .btns .submit,.care-record-page .cr-modal .btns .cancel{flex:1;margin-top:0}.care-record-page .cr-vs{display:block;max-height:260px;overflow-y:auto;font-size:13px}.care-record-page .cr-vs th,.care-record-page .cr-vs td{white-space:nowrap}.care-record-page .cr-vs td.cr-row-ops{padding-top:2px;padding-bottom:2px;text-align:right}.care-record-page .cr-vs .cr-row-ops .cr-edit{margin:0}@media print{.care-record-page button,.care-record-page select,.care-record-page input,.care-record-page .cr-datenav,.care-record-page .cr-more,.care-record-page .cr-conn-note,.care-record-page .cr-overlay,.care-record-page .sip-head{display:none!important}.care-record-page [data-printable-area]{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"title    title" "basic    basic" "adl      adl" "handover handover" "vitals   weight" "meals    hydration";gap:4pt 6pt;align-items:start}.care-record-page .cr-print-title{grid-area:title}.care-record-page #cr-basic{grid-area:basic}.care-record-page #cr-adl{grid-area:adl}.care-record-page #cr-handover{grid-area:handover}.care-record-page #cr-vitals{grid-area:vitals}.care-record-page #cr-weight{grid-area:weight}.care-record-page #cr-meals{grid-area:meals}.care-record-page #cr-hydration{grid-area:hydration}.care-record-page .vc-wrap{margin-top:2pt;gap:2pt}.care-record-page .vc-card{border:.5pt solid #bbb;border-radius:4px;background:#fff;padding:2pt 4pt 0}.care-record-page .cr-head-card{display:none!important}.care-record-page .cr-print-title{font-size:13pt;font-weight:700;color:#000;margin:0 0 6pt}.care-record-page .cr-print-title .date{float:right;font-size:10pt;font-weight:500;color:#444}.care-record-page .card{box-shadow:none!important;border:.5pt solid #999;border-radius:4px;margin:0!important;padding:4pt 6pt!important}.care-record-page .cr-section h3{font-size:11pt;margin:0;padding:0 6pt!important;border-width:.5pt!important}.care-record-page .cr-sec-head{margin-bottom:2pt!important;gap:4pt}.care-record-page,.care-record-page .cr-basic,.care-record-page .cr-timeline,.care-record-page .cr-handover-day{font-size:10pt;line-height:1.35}.care-record-page .cr-vs{display:table;width:100%;max-height:none;overflow:visible;font-size:10pt}.care-record-page .cr-vs tr,.care-record-page .cr-note,.care-record-page .cr-handover-day li{break-inside:avoid}.care-record-page .card:after{display:none!important}.care-record-page table th,.care-record-page table td{padding:1pt 4pt!important}.care-record-page .cr-basic{gap:1pt 10pt}.care-record-page .cr-basic dt,.care-record-page .cr-basic dd{font-size:10pt;padding:0}.care-record-page .cr-sec-head{margin:0 0 2pt}.care-record-page .cr-note{padding:1pt 0!important;margin:0!important}.care-record-page .cr-weight-now,.care-record-page .cr-handover-day{margin:0 0 2pt!important}.care-record-page .cr-handover-day ul{margin:0;padding-left:12pt}.care-record-page #cr-vitals tbody tr:nth-child(n+5),.care-record-page #cr-meals tbody tr:nth-child(n+5),.care-record-page #cr-weight tbody tr:nth-child(n+4){display:none!important}.care-record-page .cr-vs th:last-child,.care-record-page .cr-vs td:last-child,.care-record-page #cr-vitals .cr-vs th:nth-child(7),.care-record-page #cr-vitals .cr-vs td:nth-child(7){display:none!important}}.face-sheet-page .fs-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px}.face-sheet-page .fs-toolbar-name{font-weight:700;font-size:15px}.face-sheet-page .fs-toolbar-spacer{flex:1}.face-sheet-page .fs-preview{overflow-x:auto;padding:4px 0 24px}.face-sheet-page .fs-preview .fs-page{box-shadow:0 8px 30px #00000026;margin:0 auto}.face-sheet-page .fs-listbar{display:flex;gap:8px;align-items:center}.face-sheet-page .fs-listbar input{flex:1}.face-sheet-page .fs-register{max-width:640px}.face-sheet-page .fs-register .fl{margin-top:10px}.face-sheet-page .fs-delete{display:block;margin:14px auto 0;padding:6px 14px;background:none;border:1px solid var(--coral, #e08571);border-radius:8px;color:var(--coral-deep, #c9604b);font-size:12px;cursor:pointer}.face-sheet-page .fs-delete:disabled{opacity:.5}.face-sheet-page .fs-name-select{display:block;margin-top:8px;width:100%;max-width:360px}.face-sheet-page .fs-modal{width:640px;max-width:calc(100vw - 24px);max-height:88vh;overflow-y:auto}.face-sheet-page .fs-form-sec{font-weight:700;color:#595454;border-bottom:2px solid #e6e3e3;padding-bottom:4px;margin:14px 0 2px}.face-sheet-page .fs-rowcard{border:1px solid #e6e3e3;border-radius:8px;padding:8px 10px 10px;margin-top:10px}.face-sheet-page .fs-rowcard .fl:first-of-type{margin-top:0}.face-sheet-page .fs-rowdel{display:block;margin:10px 0 0 auto;padding:4px 10px;background:none;border:1px solid var(--coral, #e08571);border-radius:8px;color:var(--coral-deep, #c9604b);font-size:12px;cursor:pointer}.face-sheet-page .fs-rowadd{margin-top:8px;padding:6px 12px;background:none;border:1px dashed #b9b3b3;border-radius:8px;color:#595454;font-size:13px;cursor:pointer}.face-sheet-page .fs-print-stage{display:none}@media print{.face-sheet-page .fs-screen{display:none!important}.face-sheet-page .fs-print-stage{display:block}.face-sheet-page .fs-print-stage .fs-page{width:auto;min-height:auto;padding:0;page-break-after:always}.face-sheet-page .fs-print-stage .fs-page:last-child{page-break-after:auto}}.record-screen-scope{--ink: #1e1417;--ink2: #6e6266;--soft: #a89a9e;--line: #f0e3cd;--navy: #1e1417;--coral: #f48fa6;--coral-deep: #e56f90;--coral-soft: #ffe3ec;--card: #ffffff;--cream: #faf6f1;--paper: #f6f6f9;--bg: #fff3dd;--shadow: 0 10px 30px rgba(30, 20, 23, .07);--warn: #d97757;--mint: #7fae9e;--g-visit: #b58fae;--g-visit-soft: #f3ecf2;--g-drive: #8fa8b5;--g-drive-soft: #ecf1f4;--g-floor: #b5a98f;--g-floor-soft: #f4f1ec;--pastel-peach: #ffdca7;--pastel-pink: #ffb6d5;--pastel-lavender: #d9a5f0;--pastel-blue: #b6d3ff;--pastel-green: #b6eb95;--pastel-cyan: #9adee3;--pastel-peach-soft: #ffedd2;--pastel-pink-soft: #ffe3ee;--pastel-lavender-soft: #f3e6fb;--pastel-blue-soft: #e3edff;--pastel-green-soft: #e9f8dc;--pastel-cyan-soft: #dff5f7;color:var(--ink);font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,system-ui,sans-serif;letter-spacing:.02em}.main-content:has(>.record-screen-scope){background:#fff8ea}.record-screen-scope a{color:inherit}.record-screen-scope .staff-input-page .sip-head .script{font-family:Pacifico,cursive;font-size:30px;font-weight:400;color:var(--ink);letter-spacing:.02em;line-height:1.1}.record-screen-scope .staff-input-page .sip-head .ttl{font-size:19px;font-weight:700;letter-spacing:.14em}.record-screen-scope .staff-input-page .sip-head .sub{letter-spacing:.05em}.record-screen-scope .card{border-radius:24px;border-color:transparent;box-shadow:0 8px 28px #d6b27829}.record-screen-scope .staff-input-page .card{border-color:transparent}.record-screen-scope button.btn{cursor:pointer;border:none;border-radius:999px;padding:9px 18px;color:#fff;background:var(--coral);font-family:inherit;font-size:14px;transition:transform .05s;font-weight:600;letter-spacing:.1em;box-shadow:none}.record-screen-scope button.btn:active{transform:translateY(1px)}.record-screen-scope button.btn:disabled{opacity:.5;cursor:default}.record-screen-scope button.btn.ghost{background:#fff;color:var(--coral);border:1.5px solid var(--coral)}.record-screen-scope button.btn.danger{background:#d9534f}.record-screen-scope button.btn.plain{background:#fff;color:var(--ink);border:1.5px solid var(--line);font-weight:500}.record-screen-scope button.btn:hover:not(:disabled){background:var(--coral-deep)}.record-screen-scope button.btn.ghost:hover:not(:disabled){background:var(--coral-soft)}.record-screen-scope button.btn.plain:hover:not(:disabled){background:var(--bg)}.record-screen-scope .chips button{background:#fff;border-color:#fff;box-shadow:0 3px 10px #d6b27838;letter-spacing:.08em}.record-screen-scope .chips button.on{background:#f9aebf;color:#fff;border-color:#f9aebf;font-weight:700}.record-screen-scope .staff-input-page .sip-tabs{background:#fff8eaf0;box-shadow:none;border-bottom-color:var(--line)}.record-screen-scope .staff-input-page .sip-tabs button{letter-spacing:.06em}.record-screen-scope .ur-search{padding:9px 16px;border:1.5px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-family:inherit}.record-screen-scope table.plain thead th{background:var(--bg);letter-spacing:.06em}.record-screen-scope .dlg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2f3b6359;display:flex;align-items:center;justify-content:center;z-index:80}.record-screen-scope .dlg-box{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:22px 24px;max-width:440px;width:calc(100% - 40px)}.record-screen-scope .dlg-message{font-size:14px;white-space:pre-wrap;margin-bottom:16px}.record-screen-scope .dlg-input{width:100%;padding:8px 12px;border:1.5px solid var(--line);border-radius:10px;margin-bottom:16px;font-family:inherit}.record-screen-scope .dlg-actions{display:flex;justify-content:flex-end;gap:8px}.record-screen-scope .toast{background:var(--ink);letter-spacing:.06em}@media print{.main-content:has(>.record-screen-scope){background:#fff}}.page-tabs{display:flex;gap:2px;border-bottom:1px solid var(--line);margin:0 0 14px;overflow-x:auto;scrollbar-width:none}.page-tabs button{padding:9px 15px;border:none;background:none;color:var(--soft);font-weight:500;font-size:13px;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap}.page-tabs button.on{color:var(--coral-deep);border-bottom-color:var(--coral);font-weight:700}.chips{display:inline-flex;flex-wrap:wrap;gap:6px}.chips button{font-size:12px}.form-grid{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:flex-end;margin:10px 0}.field{display:flex;flex-direction:column;gap:4px}.field-label{font-size:11px;color:var(--ink2)}.checkline{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ink);cursor:pointer;white-space:nowrap}.subform{border:1.5px dashed var(--line);border-radius:14px;padding:12px 14px;margin:10px 0;background:#ffffffa6}.subform-title{margin:0 0 6px;font-size:13px;font-weight:700;color:var(--navy)}.card-title{margin:0 0 10px;font-size:15px;font-weight:700;color:var(--navy)}.emp-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 4px;border-radius:999px;font-size:12px;white-space:nowrap;border:1px solid var(--line);background:#fff}.emp-badge .emp-code{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;font-weight:700;font-size:11px;color:#fff}.emp-badge.fulltime .emp-code{background:var(--coral, #f48fa6)}.emp-badge.parttime .emp-code{background:var(--mint)}.wk-pattern{display:grid;grid-template-columns:repeat(7,minmax(40px,1fr));gap:2px;min-width:300px}.wk-head{font-size:10px;text-align:center;color:var(--soft)}.wk-head.sat{color:#5b83b8}.wk-head.sun{color:#c96a6a}.wk-cell{border:1px solid #f0eae6;border-radius:6px;min-height:30px;font-size:10px;line-height:1.3;text-align:center;padding:3px 1px;background:#fff;color:var(--soft);display:flex;flex-direction:column;justify-content:center;gap:1px}.wk-cell.filled{background:var(--g-visit);border-color:#b9d9cc;color:#23684a;font-weight:700}.slot-row{display:flex;gap:6px;align-items:center;margin:4px 0;flex-wrap:wrap}.status-chip{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.status-chip.active{background:#eaf7f0;color:#23684a;border:1px solid #bfe3d0}.status-chip.ended{background:#f2f0ee;color:var(--ink2);border:1px solid var(--line)}.kind-chip{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.kind-chip.red{background:#fce8e6;color:#a50e0e;border:1px solid #f2c6c1}.kind-chip.yellow{background:#fff6e6;color:#9a6a1a;border:1px solid #f3d9a6}.div-row{display:flex;gap:10px;align-items:baseline;padding:8px 4px;border-bottom:1px solid #f0eae6;font-size:13px;flex-wrap:wrap}.div-row .div-date{font-weight:700;color:var(--navy);white-space:nowrap}.swatch{display:inline-block;width:18px;height:18px;border-radius:5px;border:1px solid rgba(0,0,0,.1);vertical-align:middle}.color-input{width:36px;height:26px;padding:0 2px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;vertical-align:middle}.attr-panel{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:12px 14px}.veh-prefs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:26px}.veh-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 6px 2px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;white-space:nowrap}.veh-chip b{color:var(--coral-deep)}.veh-chip button{border:0;background:none;color:var(--ink2);cursor:pointer;padding:0 2px;font-size:12px;line-height:1}.veh-chip button:disabled{opacity:.3;cursor:default}.big-seed{width:100%;padding:18px;font-size:15px}.settings-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:start}.info-row{display:flex;gap:10px;align-items:center;padding:7px 0;font-size:13px;flex-wrap:wrap;border-bottom:1px solid #f6f0ec}.info-row:last-child{border-bottom:none}.info-label{min-width:110px;color:var(--ink2);font-size:12px;flex-shrink:0}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;word-break:break-all}.scope-wrap{display:flex;flex-wrap:wrap;gap:6px}.scope-chip{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;background:#faf6f2;color:var(--ink2);padding:2px 9px;border-radius:999px;border:1px solid var(--line);white-space:nowrap}.scope-chip.ok{border-color:#9ed0a8;background:#f1fbf3}.scope-chip.ng{border-color:#e2a2a2;background:#fdf2f2}.token-badge{display:inline-block;padding:3px 12px;border-radius:999px;font-size:12px;font-weight:700}.token-badge.ok{background:#eaf7f0;color:#23684a;border:1px solid #bfe3d0}.token-badge.ng{background:#fce8e6;color:#a50e0e;border:1px solid #f2c6c1}.diag-row{display:flex;gap:10px;padding:8px 4px;border-bottom:1px solid #f0eae6;font-size:13px;align-items:baseline}.diag-row .diag-name{font-weight:700;min-width:190px;flex-shrink:0}.diag-row .diag-detail{color:var(--ink2);font-size:12px}.step-list{margin:6px 0 0;padding-left:1.5em;font-size:13px;line-height:2}.step-list code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;background:#faf6f2;border:1px solid var(--line);border-radius:6px;padding:1px 6px}tr.row-muted{opacity:.55}.drag-grip{cursor:grab;color:var(--soft);font-size:15px;-webkit-user-select:none;user-select:none;padding:0 2px}.drag-grip:active{cursor:grabbing}tr.drag-over td{border-top:2px solid var(--coral)}.pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.pill-on{background:#eaf7f0;color:#23684a;border:1px solid #bfe3d0}.pill-off{background:#f2f0ee;color:var(--ink2);border:1px solid var(--line)}.import-panel{border:1.5px dashed var(--line);border-radius:14px;padding:12px 14px;margin:10px 0;background:#ffffffa6}.import-panel .import-head{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.import-panel .import-title{margin:0;font-size:13px;font-weight:700;color:var(--navy)}.import-panel .import-modes{display:flex;gap:6px}.import-panel .import-modes .btn.on{border-color:var(--coral, #e08571);color:var(--coral-deep, #c9604b);font-weight:700}.import-panel .import-url{display:flex;gap:8px;align-items:center;flex-wrap:wrap;flex:1;min-width:260px}.import-panel .import-url input[type=url]{flex:1;min-width:200px}.import-cols{font-size:12px;color:var(--ink2);margin:6px 0}.import-cols code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;background:#faf6f2;border:1px solid var(--line);border-radius:6px;padding:1px 6px;margin:0 2px 2px 0;display:inline-block}.import-preview{max-height:240px;overflow:auto;border:1px solid var(--line);border-radius:10px;margin:8px 0}.import-summary{font-size:13px;margin:6px 0}.import-errors{margin:6px 0 0;padding-left:1.3em;font-size:12px;color:#a50e0e;line-height:1.7}.vs-table-wrap{overflow-x:auto}.vs-table{border-collapse:separate;border-spacing:2px;width:100%;min-width:760px;font-size:12px}.vs-table th,.vs-table td{border:1px solid #f0eae6;border-radius:8px;background:#fff;padding:4px;vertical-align:top;text-align:left}.vs-table thead th{text-align:center;color:var(--soft);font-size:11px;background:transparent;border:none}.vs-table thead th.sat{color:#5b83b8}.vs-table thead th.sun{color:#c96a6a}.vs-table th.vs-user{width:160px;font-weight:700;line-height:1.4}.vs-offgrid{margin-top:4px;display:flex;flex-wrap:wrap;gap:3px}.vs-slot{display:block;width:100%;text-align:left;border:1px solid #b9d9cc;background:var(--g-visit);color:#23684a;border-radius:6px;padding:3px 5px;margin-bottom:3px;cursor:pointer;line-height:1.35}.vs-slot:hover{filter:brightness(.97)}.vs-slot.off{opacity:.55;text-decoration:line-through}.vs-slot-time{display:block;font-weight:700;font-variant-numeric:tabular-nums}.vs-slot-meta,.vs-slot-kind{display:block;font-size:10px;color:#3d7a5f}.vs-add{width:100%;border:1px dashed var(--line);background:transparent;color:var(--soft);border-radius:6px;cursor:pointer;padding:2px;font-size:12px}.vs-add:hover{background:#faf7f4}.user-info-page .ui-search{width:100%;margin:6px 0 10px}.user-info-page .ui-table-wrap{overflow-x:auto}.user-info-page .ui-table{min-width:760px}.user-info-page .ui-table td{vertical-align:top}.user-info-page .ui-name .nm{display:block;font-weight:700;white-space:nowrap}.user-info-page .ui-name .kana{display:block;font-size:10px;color:var(--soft)}.user-info-page .ui-long{max-width:220px}.user-info-page .ui-edit{white-space:nowrap}.user-info-page tr.ui-hidden td{opacity:.55}.user-info-page .ui-badge{display:inline-block;margin-top:2px;padding:1px 8px;border-radius:999px;border:1px solid var(--line);font-size:10px;color:var(--soft);white-space:nowrap}.user-info-page .ui-notice{margin:8px 0 0;padding:8px 12px;border-radius:12px;background:#fff7e6;border:1px solid #f0d59a;font-size:12px;color:var(--navy)}.user-info-page .ui-unlinked{display:block;margin:0 0 10px;font-size:12px;color:var(--navy)}.user-info-page .ui-unlinked input{margin-right:6px}.user-info-page .ui-unlinked .muted{display:block;margin-left:20px;font-size:11px}.user-info-page tr.ui-unlinked-row td{background:#fbfbfd}.user-info-page .ui-badge.warn{border-color:#e6b800;color:#8a6b00;background:#fff9e6}.user-info-page .ui-status{display:inline-grid;gap:4px;justify-items:start}.user-info-page .ui-status select{border:1.5px solid var(--line);border-radius:8px;background:#fff;padding:3px 6px;font-family:inherit;font-size:12px;color:var(--ink)}.user-info-page .ui-status-chip{border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700;white-space:nowrap;background:#eef7f0;color:#3f7a52}.user-info-page .ui-status-chip.st-入院中{background:#fff3dd;color:#8a6416}.user-info-page .ui-status-chip.st-退所,.user-info-page .ui-status-chip.st-利用停止{background:#f1f1f4;color:#6e6266}.user-info-page .ui-status-chip.st-逝去{background:#ffe3ec;color:#a33a5c}.user-info-page .ui-actions{white-space:nowrap}.user-info-page tr.ui-detail-row>td{padding:0;background:#f7f9fb}.user-info-page .uid-panel{padding:12px 14px;border-top:2px solid var(--line)}.user-info-page .uid-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px;font-size:13px}.user-info-page .uid-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:10px 18px;align-items:start}.user-info-page .uid-group-title{font-size:11px;font-weight:700;color:var(--soft);letter-spacing:.08em;margin-bottom:2px}.user-info-page .uid-table{width:100%;border-collapse:collapse;font-size:12px}.user-info-page .uid-table th{width:34%;padding:4px 8px 4px 0;text-align:left;font-weight:600;color:var(--soft);vertical-align:top;white-space:nowrap}.user-info-page .uid-table td{padding:4px 0;vertical-align:top;border-bottom:1px solid #e9edf1}.user-info-page .uid-value{display:block;white-space:pre-wrap}.user-info-page .uid-alt{display:block;font-size:11px;color:#8a6416}.user-info-page .uid-value.none{color:#8b8b93;font-size:12px}.user-info-page .uid-alt.legacy{color:#8b8b93}.user-info-page .uid-tags{display:inline-flex;flex-wrap:wrap;gap:4px;margin-top:2px}.user-info-page .uid-tag{border-radius:999px;padding:1px 7px;font-size:10px;font-weight:700;white-space:nowrap;background:#eef1f5;color:#5b6774}.user-info-page .uid-tag.src-cpos{background:#e7f0ff;color:#2f5fa8}.user-info-page .uid-tag.src-shift{background:#eaf7ee;color:#3f7a52}.user-info-page .uid-tag.src-record{background:#f3ecfb;color:#6b4a9c}.user-info-page .uid-tag.warn{background:#fff3dd;color:#8a6416}.user-info-page .uid-note{margin-top:10px;font-size:12px}.user-info-page .um-detail{width:100%;font-size:12px;background:#f7f9fb}.user-info-page .um-fields{margin-top:8px}.user-info-page .um-fields-toggle{font-size:13px}.user-info-page .um-fields-body{margin-top:8px;padding:10px 12px;border:1.5px solid var(--line);border-radius:10px;background:#fbfcfd}.user-info-page .um-fields-all{margin-bottom:6px;font-size:12px}.user-info-page .um-fgroup{padding:6px 0;border-top:1px solid var(--line)}.user-info-page .um-fgroup:first-of-type{border-top:0}.user-info-page .um-fgroup-head{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer}.user-info-page .um-fitems{display:flex;flex-wrap:wrap;gap:4px 14px;margin:4px 0 0 18px}.user-info-page .um-fitem{display:inline-flex;align-items:center;gap:5px;font-size:12px;cursor:pointer}.user-info-page .um-fcount{color:#6b7280;font-size:11px}.ui-chips{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.ui-wd{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid var(--line, #e3d9dc);border-radius:6px;font-size:14px}.ui-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.user-info-page .um-check{width:34px;text-align:center}.user-info-page tr.um-off td{opacity:.55}.user-info-page .ui-cert{white-space:nowrap;font-size:13px}.user-info-page .ui-cert-expired{color:#b91c1c;font-weight:600}.user-info-page .ui-cert-expiring{color:var(--warn, #d97757);font-weight:600}.user-info-page .ui-cert-ratio{display:block;color:#6b7280;font-size:12px}.user-info-page .uid-table td.uid-edit-cell{width:34px;text-align:right;vertical-align:top;white-space:nowrap}.user-info-page .uid-edit-btn{padding:2px 6px;font-size:12px}.user-info-page .uid-where{color:#b9bcc4;cursor:help}.user-info-page .uid-edit{display:grid;gap:6px}.user-info-page .uid-input{width:100%;max-width:420px;border:1.5px solid var(--line);border-radius:8px;padding:5px 8px;font-family:inherit;font-size:13px;color:var(--ink);background:#fff}.user-info-page .uid-edit-actions{display:inline-flex;gap:6px}.user-info-page .uid-hint{font-size:11px;color:#6b7280}.user-info-page .uid-value .none,.user-info-page .uid-value.none{color:#a9adb6}.user-info-page .uid-show-empty{display:inline-flex;align-items:center;gap:5px;margin-left:auto;font-size:12px;font-weight:400;color:var(--ink)}.user-info-page .ui-contact .ui-sub{display:block;color:#6b7280;font-size:11px}.user-info-page .ui-diary-remarks{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-info-page .ui-diary-remarks-text{white-space:pre-wrap;font-size:12px}.user-info-page .ui-diary-remarks-scope{display:inline-block;margin-right:4px;padding:0 5px;border-radius:8px;background:#f1ede4;color:#6b7280;font-size:10px;white-space:nowrap}.user-info-page .ui-kind-cell{white-space:nowrap}.user-info-page .ui-kind-cell .ui-badge,.user-info-page .ui-kind-cell .ui-vis-toggle{display:block;margin-top:3px}.user-info-page button.btn.ui-vis-toggle{padding:2px 8px;font-size:11px}.user-info-page details.ui-hidden-summary>summary{cursor:pointer;font-weight:700;font-size:14px}.user-info-page .ui-hidden-summary h4{margin:12px 0 4px;font-size:12px;color:var(--soft);letter-spacing:.04em}.user-info-page .ui-hidden-summary ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 16px}.user-info-page .ui-hidden-summary li{display:inline-flex;align-items:center;gap:6px;font-size:13px}.user-info-page .ui-hidden-group{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:4px 0}.user-info-page .ui-hidden-kind{flex:0 0 auto;border-radius:999px;padding:1px 9px;font-size:11px;font-weight:700;background:#eef1f5;color:#5b6774;white-space:nowrap}.user-info-page .ui-hidden-kind.warn{background:#fff9e6;color:#8a6b00}.user-info-page .ui-hidden-summary li .ui-vis-toggle{display:inline-block;margin-top:0}.user-info-page .ui-hidden-note{margin:2px 0 0;font-size:11px}.vc-wrap{--vc-temp: var(--coral-deep, #e56f90);--vc-bp-high: #6f8fd0;--vc-bp-low: #a8c4ee;--vc-pulse: var(--g-visit, #b58fae);--vc-spo2: var(--mint, #7fae9e);display:flex;flex-direction:column;gap:12px;margin-top:10px}.vc-tabs{display:flex;flex-wrap:wrap;gap:8px}.vc-tabs button{padding:6px 14px;border:1.5px solid var(--line, #f0e3cd);border-radius:999px;background:#fff;font-size:13px;color:var(--ink, #1e1417);font-family:inherit;cursor:pointer;box-shadow:0 2px 6px #788caa14;transition:.18s}.vc-tabs button:hover{transform:translateY(-1px)}.vc-tabs button.on{background:linear-gradient(135deg,var(--coral, #f48fa6),var(--coral-deep, #e56f90));border-color:transparent;color:#fff;font-weight:700}.vc-card{border:1.5px solid var(--line);border-radius:14px;background:var(--card, #fff);padding:10px 12px 4px}.vc-head{display:flex;align-items:baseline;gap:8px}.vc-ttl{font-size:13px;font-weight:700;color:var(--navy);letter-spacing:.06em}.vc-unit{font-size:11px;color:var(--soft)}.vc-legend{display:flex;margin-left:auto;gap:10px}.vc-key{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--soft)}.vc-key:before{display:inline-block;width:10px;height:2px;border-radius:1px;background:var(--coral, #f48fa6);content:""}.vc-key.s1:before{background:var(--pastel-blue, #b6d3ff)}.vc-chart{display:block;width:100%;height:auto}.vc-chart .grid{stroke:var(--line, #f0e3cd);stroke-width:1}.vc-chart .tick{fill:var(--soft, #a89a9e);font-size:10px}.vc-chart .line{fill:none;stroke:var(--coral, #f48fa6);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.vc-chart .dot{fill:var(--coral, #f48fa6)}.vc-chart g.s1 .line{stroke:var(--pastel-blue, #b6d3ff)}.vc-chart g.s1 .dot{fill:var(--pastel-blue, #b6d3ff)}.vc-key.vc-m-temp:before,.vc-chart g.vc-m-temp .dot{background:var(--vc-temp);fill:var(--vc-temp)}.vc-chart g.vc-m-temp .line{stroke:var(--vc-temp)}.vc-key.vc-m-bp-high:before,.vc-chart g.vc-m-bp-high .dot{background:var(--vc-bp-high);fill:var(--vc-bp-high)}.vc-chart g.vc-m-bp-high .line{stroke:var(--vc-bp-high)}.vc-key.vc-m-bp-low:before,.vc-chart g.vc-m-bp-low .dot{background:var(--vc-bp-low);fill:var(--vc-bp-low)}.vc-chart g.vc-m-bp-low .line{stroke:var(--vc-bp-low)}.vc-key.vc-m-pulse:before,.vc-chart g.vc-m-pulse .dot{background:var(--vc-pulse);fill:var(--vc-pulse)}.vc-chart g.vc-m-pulse .line{stroke:var(--vc-pulse)}.vc-key.vc-m-spo2:before,.vc-chart g.vc-m-spo2 .dot{background:var(--vc-spo2);fill:var(--vc-spo2)}.vc-chart g.vc-m-spo2 .line{stroke:var(--vc-spo2)}.vc-legend{flex-wrap:wrap;row-gap:2px}.weight-page .wt-wdays{flex-wrap:nowrap}.weight-page .wt-wdays button{position:relative;flex:1;min-width:0;padding-left:0;padding-right:0;text-align:center}.weight-page .wt-today{display:block;font-size:9px;font-weight:500;line-height:1;margin-top:2px}.weight-page .wt-users{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.weight-page .wt-users button{padding:12px;border:1.5px solid var(--line);border-radius:14px;background:#fff;font-family:inherit;font-size:15px;cursor:pointer;text-align:left;transition:.15s}.weight-page .wt-users button:hover{border-color:var(--coral)}.weight-page .wt-users button .nm{display:block;font-weight:700;color:var(--navy)}.weight-page .wt-users button .kana{display:block;font-size:10px;color:var(--soft);margin-top:1px}.weight-page .wt-empty{text-align:center;padding:18px 0;font-size:13px}.weight-page .wt-back{display:inline-flex;align-items:center;gap:4px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:700;color:var(--coral-deep);cursor:pointer;padding:6px 2px;margin-bottom:4px}.weight-page .wt-user-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.weight-page .wt-user-head h3{font-size:18px;color:var(--navy)}.weight-page .wt-user-head select{width:auto;font-weight:700}.weight-page .wt-chart{display:block;width:100%;height:auto;margin-bottom:12px}.weight-page .wt-chart .grid{stroke:var(--line);stroke-width:1}.weight-page .wt-chart .axis{stroke:var(--soft);stroke-width:1.4}.weight-page .wt-chart .tick{font-size:12px;fill:var(--soft)}.weight-page .wt-chart .series{fill:none;stroke:var(--coral-deep);stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}.weight-page .wt-chart .dot{fill:#fff;stroke:var(--coral-deep);stroke-width:2.2}.weight-page .wt-sec{font-size:13px;color:var(--navy);margin:0 0 8px;letter-spacing:.04em}.weight-page .wt-rec{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px dashed var(--line)}.weight-page .wt-rec:last-child{border-bottom:none}.weight-page .wt-rec .d{font-size:13px;color:var(--soft);min-width:130px}.weight-page .wt-rec .kg{font-size:15px;font-weight:700;color:var(--navy);flex:1}.weight-page .wt-rec .by{font-size:11px;color:var(--soft)}.weight-page .wt-rec button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;color:var(--warn);cursor:pointer}.weight-page .wt-rec button:disabled{opacity:.5}.weight-page .wt-rec button.wt-edit{color:var(--ink)}.weight-page .wt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2f3b6357;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:30}.weight-page .wt-modal{width:100%;max-width:380px;background:#fff;border-radius:22px;padding:22px 20px;box-shadow:0 18px 50px #2f3b6347}.weight-page .wt-modal .mdate{text-align:center;font-size:16px;font-weight:700;color:var(--navy)}.weight-page .wt-modal .mname{text-align:center;font-size:19px;font-weight:700;color:var(--navy);margin:8px 0 6px}.weight-page .wt-modal .kgline{display:flex;align-items:center;gap:8px}.weight-page .wt-modal .kgline input{flex:1;width:100%;min-width:0;padding:10px 16px;border:1.5px solid var(--line);border-radius:999px;font-family:inherit;background:#fff;color:var(--ink);text-align:center;font-size:22px;font-weight:700}.weight-page .wt-modal .kgline input:focus{outline:none;border-color:var(--coral)}.weight-page .wt-modal .kgline .unit{font-size:15px;font-weight:700;color:var(--soft)}.weight-page .wt-modal .btns{display:flex;gap:10px;margin-top:18px}.weight-page .wt-modal .btns .submit,.weight-page .wt-modal .btns .cancel{flex:1;margin-top:0}.weight-page .wt-head-actions{display:flex;align-items:center;gap:8px}.weight-page .wt-print{border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700;color:var(--navy);cursor:pointer;white-space:nowrap}.weight-page .wt-print:hover{border-color:var(--coral)}.weight-page .wt-print-title{display:none}@media print{.weight-page .sip-head .sub,.weight-page .wt-back,.weight-page .wt-user-head,.weight-page .card .submit,.weight-page .wt-rec button,.weight-page .wt-overlay,.weight-page .card:after{display:none!important}.weight-page .wt-print-title{display:block;font-size:15px;font-weight:700;color:#000;margin-bottom:10px}.weight-page .wt-print-title .date{float:right;font-size:11px;font-weight:500;color:#555}.weight-page .card{box-shadow:none;border:1px solid #bbb;border-radius:8px}.weight-page .wt-chart,.weight-page .wt-rec{break-inside:avoid}}.vitals-page .wt-users button .vt-visit{display:inline-block;font-size:10px;font-weight:700;color:var(--coral-deep);border:1px solid currentColor;border-radius:999px;padding:1px 7px;margin-top:3px}.vitals-page .vt-scroll{overflow-x:auto;margin-bottom:12px}.vitals-page .vt-table{border-collapse:collapse;width:100%;min-width:560px;font-size:13px}.vitals-page .vt-table th,.vitals-page .vt-table td{border:1px solid var(--line);padding:7px 8px;text-align:center;white-space:nowrap}.vitals-page .vt-table thead th{background:#fbf5f0;color:var(--navy);font-size:12px}.vitals-page .vt-table thead th .unit{display:block;font-size:9px;font-weight:500;color:var(--soft)}.vitals-page .vt-table td{font-weight:700;color:var(--navy)}.vitals-page .vt-table .d{white-space:nowrap}.vitals-page .vt-table th.note,.vitals-page .vt-table td.note{text-align:left;white-space:normal;min-width:120px;font-weight:500}.vitals-page .vt-table td.note .by{display:block;font-size:10px;color:var(--soft)}.vitals-page .vt-table .op{border-left:none;white-space:nowrap}.vitals-page .vt-table td.op button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:11px;color:var(--warn);cursor:pointer}.vitals-page .vt-table td.op button:disabled{opacity:.5}.vitals-page .vt-table td.op button.vt-edit{color:var(--ink);margin-right:6px}.vitals-page .vt-modal .vt-line{display:flex;align-items:center;gap:8px}.vitals-page .vt-modal .vt-line input{flex:1;width:100%;min-width:0;padding:8px 14px;border:1.5px solid var(--line);border-radius:999px;font-family:inherit;background:#fff;color:var(--ink);text-align:center;font-size:18px;font-weight:700}.vitals-page .vt-modal .vt-line input:focus{outline:none;border-color:var(--coral)}.vitals-page .vt-modal .vt-line .unit,.vitals-page .vt-modal .vt-line .sep{font-size:13px;font-weight:700;color:var(--soft);white-space:nowrap}@media print{.vitals-page .vt-table .op{display:none!important}.vitals-page .vt-table tr{break-inside:avoid}.vitals-page .vt-table th,.vitals-page .vt-table td{border-color:#bbb}}.hydration-page .hy-modes{margin-bottom:12px}.hydration-page .hy-modes button{flex:1;text-align:center}.hydration-page .hy-wdays{flex-wrap:nowrap}.hydration-page .hy-wdays button{position:relative;flex:1;min-width:0;padding-left:0;padding-right:0;text-align:center}.hydration-page .hy-today{display:block;font-size:9px;font-weight:500;line-height:1;margin-top:2px}.hydration-page .hy-toolbar{display:flex;align-items:center;gap:10px;margin-top:10px}.hydration-page .hy-toolbar input[type=date]{width:auto;flex:0 0 auto}.hydration-page .hy-kinds{margin:0}.hydration-page .hy-kinds button{min-width:52px;text-align:center}.hydration-page .hy-empty{text-align:center;padding:18px 0;font-size:13px}.hydration-page .hy-err{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;padding:8px 12px;border:1px solid var(--warn);border-radius:10px;background:#fff2f0;color:var(--warn);font-size:12px}.hydration-page .hy-err button{border:1px solid var(--warn);background:#fff;border-radius:999px;padding:3px 12px;font-family:inherit;font-size:12px;color:var(--warn);cursor:pointer}.hydration-page .hy-scroll{margin-top:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.hydration-page .hy-table{border-collapse:collapse;width:100%;min-width:760px;font-size:12px}.hydration-page .hy-table th,.hydration-page .hy-table td{border:1px solid var(--line);padding:4px 5px;vertical-align:top;min-width:58px}.hydration-page .hy-table thead th{background:#fbf5f0;color:var(--navy);font-weight:700;text-align:center;white-space:nowrap}.hydration-page .hy-table thead th .wd{font-weight:500;color:var(--soft);margin-left:2px}.hydration-page .hy-table th.nm{position:sticky;left:0;z-index:1;background:#fff;text-align:left;font-weight:700;color:var(--navy);white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.hydration-page .hy-table thead th.nm{background:#fbf5f0;z-index:2}.hydration-page .hy-table tbody td{cursor:pointer;background:#fff}.hydration-page .hy-table tbody td:hover{background:#fbf5f0}.hydration-page .hy-table td.sum,.hydration-page .hy-table th.sum{cursor:default;white-space:nowrap;background:#fbf5f0;position:sticky;right:0;z-index:1}.hydration-page .hy-table thead th.sum{z-index:2}.hydration-page .hy-table .today{background:#fff7ee}.hydration-page .hy-ind tbody td{cursor:default}.hydration-page .hy-ind tbody td:hover{background:inherit}.hydration-page .hy-ind td.today{background:#fff7ee}.hydration-page .hy-ind th.future{color:var(--soft);background:#faf9f7}.hydration-page .hy-ind td.future{background:#faf9f7}.hydration-page .hy-ind th.last,.hydration-page .hy-ind td.last{width:88px;min-width:88px;max-width:88px;box-sizing:border-box;right:0}.hydration-page .hy-ind th.sum:not(.last),.hydration-page .hy-ind td.sum:not(.last){right:88px}.hydration-page .hy-ind tbody td.sum:hover{background:#fbf5f0}.hydration-page .hy-ind td.last.warn .hy-cnt{color:var(--warn)}.hydration-page .hy-cnt.sub{font-weight:500;color:var(--soft)}.hydration-page .hy-rec{display:block;width:100%;margin:2px 0;padding:2px 6px;border-radius:8px;border:1px solid var(--line);background:#fff;font-family:inherit;font-size:11px;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.hydration-page .hy-rec.k-u{border-color:#bcd6f0;background:#eef6ff;color:#23527c}.hydration-page .hy-rec.k-s{border-color:#e0cdb4;background:#fbf3e6;color:#7c5a23}.hydration-page .hy-rec:hover{filter:brightness(.96)}.hydration-page .hy-sec{font-size:13px;color:var(--navy);margin:0 0 8px;letter-spacing:.04em}.hydration-page .hy-lrow{display:flex;align-items:center;gap:10px;padding:9px 4px;border-bottom:1px dashed var(--line)}.hydration-page .hy-lrow:last-child{border-bottom:none}.hydration-page .hy-lrow .d{font-size:13px;color:var(--soft);min-width:44px}.hydration-page .hy-lrow .k{font-size:11px;font-weight:700;border:1px solid var(--line);border-radius:999px;padding:2px 8px}.hydration-page .hy-lrow .k.u{border-color:#bcd6f0;background:#eef6ff;color:#23527c}.hydration-page .hy-lrow .k.s{border-color:#e0cdb4;background:#fbf3e6;color:#7c5a23}.hydration-page .hy-lrow .v{font-size:15px;font-weight:700;color:var(--navy);flex:1;min-width:0}.hydration-page .hy-lrow .v .note{font-size:12px;font-weight:500;color:var(--soft)}.hydration-page .hy-lrow .by{font-size:11px;color:var(--soft);white-space:nowrap}.hydration-page .hy-lrow button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;color:var(--warn);cursor:pointer}.hydration-page .hy-lrow button:disabled{opacity:.5}.hydration-page .hy-lrow button.edit{color:var(--mint)}.hydration-page .hy-cnt{display:block;font-size:11px;font-weight:700;color:var(--navy);white-space:nowrap}.hydration-page .hy-period{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.hydration-page .hy-period button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:700;color:var(--navy);cursor:pointer}.hydration-page .hy-period button:hover:not(:disabled){border-color:var(--coral)}.hydration-page .hy-period button:disabled{opacity:.4;cursor:default}.hydration-page .hy-period button.now{color:var(--coral-deep);border-color:var(--coral)}.hydration-page .hy-period .lbl{font-size:13px;font-weight:700;color:var(--navy)}.hydration-page .hy-back{display:inline-flex;align-items:center;gap:4px;border:none;background:none;font-family:inherit;font-size:13px;font-weight:700;color:var(--coral-deep);cursor:pointer;padding:6px 2px;margin-bottom:4px}.hydration-page .hy-user-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hydration-page .hy-user-head h3{font-size:18px;color:var(--navy)}.hydration-page .hy-user-head select{width:auto;font-weight:700}.hydration-page .hy-warn{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 12px;border:1.5px solid var(--warn);border-radius:12px;background:#fff2f0;color:var(--warn);font-size:13px;font-weight:700}.hydration-page .hy-warn .tag{flex:0 0 auto;padding:2px 8px;border-radius:999px;background:var(--warn);color:#fff;font-size:12px}.hydration-page .hy-users{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.hydration-page .hy-users button{padding:12px;border:1.5px solid var(--line);border-radius:14px;background:#fff;font-family:inherit;font-size:15px;cursor:pointer;text-align:left;transition:.15s}.hydration-page .hy-users button:hover{border-color:var(--coral)}.hydration-page .hy-users button .nm{display:block;font-weight:700;color:var(--navy)}.hydration-page .hy-users button .kana{display:block;font-size:10px;color:var(--soft);margin-top:1px}.hydration-page .hy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2f3b6357;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:30}.hydration-page .hy-modal{width:100%;max-width:380px;background:#fff;border-radius:22px;padding:22px 20px;box-shadow:0 18px 50px #2f3b6347}.hydration-page .hy-modal .mdate{text-align:center;font-size:16px;font-weight:700;color:var(--navy)}.hydration-page .hy-modal .mname{text-align:center;font-size:19px;font-weight:700;color:var(--navy);margin:8px 0 6px}.hydration-page .hy-modal .btns{display:flex;gap:10px;margin-top:18px}.hydration-page .hy-modal .btns .submit,.hydration-page .hy-modal .btns .cancel{flex:1;margin-top:0}.hydration-page .hy-month-sum{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:8px;font-size:13px;font-weight:700;color:var(--navy)}.hydration-page .hy-month-sum .warn{color:var(--warn)}.hydration-page .hy-cal{border-collapse:collapse;width:100%;table-layout:fixed}.hydration-page .hy-cal th,.hydration-page .hy-cal td{border:1px solid var(--line)}.hydration-page .hy-cal thead th{background:#fbf5f0;color:var(--navy);font-size:12px;font-weight:700;text-align:center;padding:4px 0}.hydration-page .hy-cal td{vertical-align:top;padding:3px 5px;height:62px;background:#fff;cursor:pointer}.hydration-page .hy-cal td:hover{background:#fbf5f0}.hydration-page .hy-cal td.out,.hydration-page .hy-cal td.future{background:#faf9f7;cursor:default}.hydration-page .hy-cal td.today{background:#fff7ee}.hydration-page .hy-cal td .d{display:block;font-size:11px;font-weight:700;color:var(--navy)}.hydration-page .hy-cal td.future .d{color:var(--soft)}.hydration-page .hy-cal .cnt{display:block;font-size:11px;font-weight:700;white-space:nowrap}.hydration-page .hy-cal .cnt.u{color:#23527c}.hydration-page .hy-cal .cnt.s{color:#7c5a23}.hydration-page .hy-cal .cnt.zero{color:var(--soft);font-weight:500}.hydration-page .hy-print-head{display:none}.hydration-page .hy-print-btn{margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:700;color:var(--navy);cursor:pointer}.hydration-page .hy-print-btn:hover{border-color:var(--coral)}@media print{.staff-portal .sp-tabs,.hydration-page .sip-head,.hydration-page .hy-modes,.hydration-page .hint,.hydration-page .hy-wdays,.hydration-page .hy-toolbar,.hydration-page .hy-back,.hydration-page .hy-user-head,.hydration-page .hy-period,.hydration-page .hy-err,.hydration-page .submit,.hydration-page .hy-list-card,.hydration-page .hy-overlay,#cpos-stg-stripe,#cpos-stg-label{display:none!important}.hydration-page .hy-print-head{display:block;font-size:15px;font-weight:700;color:#000;margin-bottom:6px}.hydration-page .card{border:none;box-shadow:none;padding:0;margin:0}.hydration-page .card:after{display:none}.hydration-page .hy-scroll{overflow:visible;margin-top:0}.hydration-page .hy-table{min-width:0;width:100%;font-size:10px}.hydration-page .hy-table th,.hydration-page .hy-table td{min-width:0;padding:2px 3px}.hydration-page .hy-table th.nm,.hydration-page .hy-table th.sum,.hydration-page .hy-table td.sum{position:static}.hydration-page .hy-ind th.last,.hydration-page .hy-ind td.last{width:auto;min-width:0;max-width:none}.hydration-page .hy-rec{max-width:none;white-space:normal;font-size:9px;padding:1px 3px;margin:1px 0}.hydration-page .hy-cal td{height:48px;padding:2px 3px}.hydration-page .hy-cal .cnt,.hydration-page .hy-cal td .d{font-size:10px}}.hydration-page .hy-table th.hy-diary,.hydration-page .hy-table td.hy-diary{background:#fbf7ef}.hydration-page .hy-table .hy-cnt.hy-none{color:var(--soft);font-weight:400}.hydration-page .hy-chart-card{margin:10px 0 14px}.hydration-page .hy-chart-head{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.hydration-page .hy-chart-head .ttl{font-weight:700;font-size:13px}.hydration-page .hy-chart-legend{display:flex;gap:8px;font-size:12px}.hydration-page .hy-chart-legend .key:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px}.hydration-page .hy-chart-legend .key.u:before{background:#6d9fd0}.hydration-page .hy-chart-legend .key.s:before{background:#c9a05e}.hydration-page .hy-chart{display:block;width:100%;height:auto}.hydration-page .hy-chart .grid{stroke:var(--line);stroke-width:1}.hydration-page .hy-chart .tick{font-size:12px;fill:var(--soft)}.hydration-page .hy-chart .bar.u{fill:#6d9fd0}.hydration-page .hy-chart .bar.s{fill:#c9a05e}@media print{.hydration-page .hy-chart-card{break-inside:avoid}}.hydration-page .hy-chart-modes{margin-left:auto}.hydration-page .hy-chart-modes button{padding:2px 10px;font-size:12px}.hydration-page .hy-chart .line{fill:none;stroke-width:2.5;stroke-linejoin:round}.hydration-page .hy-chart .u .line{stroke:#6d9fd0}.hydration-page .hy-chart .s .line{stroke:#c9a05e}.hydration-page .hy-chart .dot{fill:#fff;stroke-width:2}.hydration-page .hy-chart .u .dot{stroke:#6d9fd0}.hydration-page .hy-chart .s .dot{stroke:#c9a05e}.meals-page .ml-daily td{cursor:pointer;min-width:150px}.meals-page .ml-daily td:hover{background:#fdf9f4}.meals-page .hy-rec.k-l{border-color:#bfdcc4;background:#edf7ee;color:#2c6136}.meals-page .hy-rec.k-s{border-color:#e6d5a8;background:#fdf6de;color:#7c6a23}.meals-page .hy-rec.k-d{border-color:#d9c4e6;background:#f6eefb;color:#6b4b80}.meals-page .hy-lrow .k.k-l{border-color:#bfdcc4;background:#edf7ee;color:#2c6136}.meals-page .hy-lrow .k.k-s{border-color:#e6d5a8;background:#fdf6de;color:#7c6a23}.meals-page .hy-lrow .k.k-d{border-color:#d9c4e6;background:#f6eefb;color:#6b4b80}.meals-page .ml-modal .ml-line{display:flex;align-items:center;gap:8px}.meals-page .ml-modal .ml-line input{flex:1;width:100%;min-width:0;padding:8px 14px;border:1.5px solid var(--line);border-radius:999px;font-family:inherit;background:#fff;color:var(--ink, #333);text-align:center;font-size:20px;font-weight:700}.meals-page .ml-modal .ml-line input:focus{outline:none;border-color:var(--coral)}.meals-page .ml-modal .ml-line .unit{font-size:13px;font-weight:700;color:var(--soft);white-space:nowrap}.user-records-page .ur-search{width:100%;margin:6px 0 10px}.user-records-page .ur-groups{margin-bottom:10px}.user-records-page .ur-users{display:flex;flex-wrap:wrap;gap:8px}.user-records-page .ur-users button{border:1.5px solid var(--line);background:#fff;border-radius:12px;padding:8px 14px;font-family:inherit;font-size:14px;color:var(--navy);cursor:pointer;display:flex;flex-direction:column;align-items:flex-start}.user-records-page .ur-users button:hover{border-color:var(--coral, #e8927c)}.user-records-page .ur-users button .kana{font-size:10px;color:var(--soft)}.user-records-page .wt-back,.user-records-page .hy-back{display:none}.user-records-page .ur-userline{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:6px}.user-records-page .ur-username{font-size:17px;font-weight:700;color:var(--navy)}.user-records-page .ur-username .kana{font-size:12px;font-weight:500;color:var(--soft)}
