@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans JP,sans-serif;color:#173c30;background:#f5f6f3;font-synthesis:none;font-size:14px;--green: #244f3e;--muted: #7c8684;--line: #e0e5df}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:1px solid #ccd6ce;background:#fff;color:var(--green);border-radius:6px;padding:10px 16px;font-weight:600;transition:background .15s}button:hover{background:#eef3e8}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #9ab783;outline-offset:3px}button.primary{background:var(--green);color:#fff;border-color:var(--green)}button.soft{background:#dce8c6;border:0}button.text-button{border:0;background:none;padding:7px 0;font-size:13px}.app{display:flex;min-height:100vh}aside{width:225px;flex-shrink:0;border-right:1px solid var(--line);position:fixed;inset:0 auto 0 0;padding:27px 12px;background:#f6f7f4;display:flex;flex-direction:column}.brand{font-size:32px;font-weight:700;letter-spacing:2px;padding:0 16px 30px}.brand span{display:block;font-size:10px;letter-spacing:1px;font-weight:400;color:var(--muted);margin-top:6px}nav{display:flex;flex-direction:column;gap:10px}nav button{justify-content:flex-start;border:0;background:none;gap:15px;padding:16px 20px;font-size:15px;border-left:4px solid transparent;border-radius:5px}nav button.active{background:#e5edd9;border-left-color:var(--green)}.sidebar-bottom{margin-top:auto;padding:20px 15px;color:var(--muted);font-size:12px}.sidebar-bottom small{display:block;margin-top:10px;font-size:10px}.dot{display:inline-block;width:7px;height:7px;background:#99a49b;border-radius:50%;margin-right:7px}.dot.online{background:#5d945a}main{margin-left:225px;padding:28px 28px 12px;width:calc(100% - 225px);max-width:1800px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}h1{font-size:32px;letter-spacing:1px;margin:0 0 8px;font-weight:700}h2{font-size:20px;margin:0;font-weight:700}h3{font-size:16px;margin-top:24px}p{line-height:1.8}header p{margin:0}.muted{color:var(--muted);font-size:13px}.header-actions,.actions{display:flex;gap:10px;flex-wrap:wrap}.panel{background:#fff;border:1px solid var(--line);border-radius:7px;padding:22px;margin-bottom:20px}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.top-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.bottom-grid{display:grid;grid-template-columns:2.2fr 1fr;gap:20px}.segmented{display:flex;background:#f4f5f2;border-radius:5px;padding:2px}.segmented button{padding:7px 13px;border:0;background:transparent;font-size:12px;font-weight:500;color:#78817e}.segmented .selected{background:var(--green);color:#fff;border-radius:4px}.empty{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:140px;color:#8f9893}.chart-empty{height:240px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 59px,#eef1eb 60px);border-bottom:1px solid #ccd5cb}.empty p{font-size:13px}.chart{width:100%;height:255px}.chart text{font-size:11px;fill:#7c8684}.chart-footer{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-top:10px}.menu-row{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:6px;padding:19px 16px;margin-top:18px}.menu-row>div{flex:1}.menu-row strong{font-size:14px}.menu-row small,.record small,td small{display:block;color:var(--muted);font-size:11px;margin-top:6px}.menu-row>span{white-space:nowrap;font-size:12px}.menu-note{margin-top:25px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:13px}th,td{border-bottom:1px solid var(--line);padding:16px 12px}th{background:#f6f7f5;color:#56635a;font-size:12px;font-weight:500}td strong{font-weight:500}td:first-child{white-space:nowrap}.nutrition{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:22px}.nutrition span{display:block;font-size:11px;color:var(--muted)}.nutrition strong{font-size:20px;font-weight:600}.nutrition small{font-size:11px;font-weight:400}.big-number{font-size:38px;font-weight:600;margin:16px 0 0}.big-number small{font-size:16px}.spread{display:flex;align-items:center;justify-content:space-between;margin:18px 0;font-size:13px}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:7px;border:0;border-radius:6px;background:#ecf0e7}progress::-webkit-progress-bar{background:#ecf0e7;border-radius:6px}progress::-webkit-progress-value{background:#94b56d;border-radius:6px}.filter{display:flex;justify-content:space-between;align-items:center;margin:12px 0 20px;gap:10px}.filter label{display:flex;align-items:center;gap:10px;margin:0;font-size:12px}.filter input{width:150px;margin:0;padding:7px 10px}.notice{display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid #d7dfcf;background:#eef3e6;border-radius:6px;margin-bottom:18px;color:#52614c;font-size:12px}.notice button{margin-left:auto;flex-shrink:0;padding:5px 9px}.warning{background:#fff3d9;border-color:#e4c586;color:#755714}label{display:block;margin:14px 0;font-size:13px;font-weight:500}input,select{display:block;width:100%;padding:11px;border:1px solid #ccd5cc;border-radius:5px;color:#273d32;background:#fff;margin-top:6px}.check{display:flex;align-items:center;gap:10px}.check input{width:auto;margin:0}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11271b66;display:flex;align-items:center;justify-content:center;z-index:10;padding:20px}.dialog{width:460px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:10px;padding:26px;box-shadow:0 20px 80px #122a2626}.dialog .panel-title button{padding:5px;border:0}.dialog pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;color:#556458}.dialog .actions{margin-top:22px;justify-content:flex-end}.error{color:#a03930}.login{max-width:460px;margin:50px auto}.record{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--line);gap:10px}.record strong{font-size:13px}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar span{text-align:center;padding:9px 0;background:#f1f3ee;border-radius:4px;color:#81907f;font-size:12px}.calendar .done{background:#244f3e;color:#fff}hr{border:0;border-top:1px solid var(--line);margin:25px 0}footer{font-size:10px;color:#8b958d;display:flex;justify-content:space-between;padding:10px 0 16px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1150px){aside{width:190px}.brand{font-size:27px}main{margin-left:190px;width:calc(100% - 190px);padding:22px}.top-grid,.bottom-grid{grid-template-columns:1fr}.segmented button{padding:7px 10px}}@media(max-width:680px){aside{position:static;width:auto;padding:10px;border-right:0}.brand{font-size:23px;padding:4px 10px 12px}.brand span,.sidebar-bottom{display:none}nav{flex-direction:row;gap:0}nav button{flex:1;flex-direction:column;gap:5px;font-size:9px;padding:9px 3px;border-left:0;border-bottom:3px solid transparent}nav button.active{border-bottom-color:var(--green)}nav svg{width:18px}.app{display:block}main{margin:0;width:100%;padding:16px}h1{font-size:25px}h2{font-size:17px}header{align-items:flex-start}.header-actions{gap:6px}.header-actions button{font-size:0;padding:9px}.filter{align-items:flex-start;flex-direction:column}.panel{padding:16px}.segmented button{font-size:10px;padding:6px 8px}.panel-title{gap:8px}.nutrition{gap:6px}.nutrition strong{font-size:17px}.nutrition span{font-size:10px}.notice{align-items:flex-start}.chart-footer{font-size:9px}.dialog{padding:20px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
