#app{width:100%;height:100%}:root{color-scheme:light;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;--bg: #f6f7fb;--surface: #ffffff;--surface-soft: #f0f7ff;--line: #ececf1;--text: #1f2329;--text-muted: #8b8f97;--primary: #3b82f6;--primary-soft: #eff6ff;--shadow: 0 8px 24px rgba(31, 35, 41, .06);--radius-xl: 22px;--radius-lg: 18px;--radius-md: 14px}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{min-width:320px}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0;background:none;cursor:pointer}img{width:100%;display:block}.mobile-shell{max-width:430px;min-height:100vh;margin:0 auto;background:var(--bg);position:relative;box-shadow:0 0 40px #0000000d}.workbench-page,.orders-page,.schedule-page,.mine-page,.notifications-page,.care-record-page,.care-record-add-page,.income-page,.profile-edit-page{padding:16px;min-height:100vh}.layout-content{min-height:100vh}.layout-content--with-nav{padding-bottom:80px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;height:calc(64px + env(safe-area-inset-bottom));background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);display:flex;padding-bottom:env(safe-area-inset-bottom);z-index:1000}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-muted);font-size:11px;transition:all .2s}.bottom-nav__item svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bottom-nav__item.is-active{color:var(--primary)}.bottom-nav__item.is-active svg{fill:var(--primary-soft)}.page-header{padding:12px 0 20px;display:flex;justify-content:space-between;align-items:center}.page-header h1{margin:0;font-size:24px;font-weight:700}.card{background:var(--surface);border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow);margin-bottom:16px}
