*{box-sizing:border-box}body{color:#11243a;background:radial-gradient(circle at 10% 0,#c7f9e5 0%,#f6f8fb 48%,#f0f4ff 100%);min-height:100vh;margin:0;font-family:Avenir Next,PingFang SC,sans-serif}#app{min-height:100vh}.app-shell{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.sidebar{background:#f8fbff;border-right:1px solid #dbe4ee;flex-direction:column;gap:8px;padding:18px;display:flex}.logo{margin:0 0 10px;font-size:22px}.nav-link{color:#274259;border-radius:8px;padding:8px 10px;text-decoration:none}.nav-link.router-link-active{color:#065f46;background:#dcf7ea;font-weight:700}.main{flex-direction:column;display:flex}.header{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe0;border-bottom:1px solid #dbe4ee;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex}.header h1{margin:0;font-size:20px}.small-link{font-size:13px}.content{padding:16px}.panel,.memo-card,.calendar,.chart{background:#ffffffdb;border:1px solid #d9e4f1;border-radius:12px;margin-bottom:10px;padding:12px}.memo-actions{gap:8px;margin-bottom:8px;display:flex}.row{align-items:center;gap:8px;margin-top:8px;display:flex}.between{justify-content:space-between}input,textarea,button{font:inherit}input,textarea{border:1px solid #ccd8e7;border-radius:8px;width:100%;padding:8px}button{cursor:pointer;color:#fff;background:#0a8f6a;border:0;border-radius:8px;padding:8px 10px}button.danger,.danger{background:#b4232d}button:disabled{opacity:.6;cursor:not-allowed}.grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.day{color:#10243a;background:#e2e8f0;min-height:32px}.heat-grid{grid-template-columns:repeat(28,1fr);gap:3px;margin-bottom:12px;display:grid}.heat-cell{background:#e2e8f0;border-radius:3px;width:100%;padding-top:100%}.tag-wrap{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.tag{background:#eef5ff;border:1px solid #c5d6eb;border-radius:999px;padding:4px 10px}.mini{color:#45627e;font-size:13px}.result,.history{color:#d8edff;background:#0d2238;border-radius:10px;max-height:320px;margin-top:8px;padding:12px;overflow:auto}.modal{z-index:1000;background:#080c1480;place-items:center;display:grid;position:fixed;inset:0}.modal-panel{background:#fff;border:1px solid #d9e4f1;border-radius:12px;width:min(520px,90vw);padding:14px}.toast-wrap{z-index:1500;flex-direction:column;gap:8px;display:flex;position:fixed;top:16px;right:16px}.toast{color:#fff;background:#10243a;border-radius:10px;min-width:180px;padding:8px 10px}.toast.error{background:#932429}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #dbe4ee;border-right:0;flex-direction:row;align-items:center;overflow:auto}.logo{white-space:nowrap;margin:0 8px 0 0}}
