:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4;font-weight:400;color:#0f172a;background:#f8fafc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit}.msw-app{min-height:100vh;background:#f8fafc}.msw-shell{min-height:100vh;padding-bottom:72px}.msw-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #e2e8f0}.msw-header__title{font-size:16px;font-weight:700}.msw-header__btn{padding:8px 10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px}.msw-content{padding:16px}.msw-summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin-bottom:12px}.msw-summary__line{font-size:14px}.msw-list{display:flex;flex-direction:column;gap:10px}.msw-card{width:100%;text-align:left;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.msw-card__row{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.msw-card__title{font-weight:700;font-size:14px}.msw-card__kcal{font-size:13px;color:#334155}.msw-card__desc{margin-top:8px;font-size:13px;color:#475569}.msw-nav{position:fixed;left:0;right:0;bottom:0;height:56px;display:flex;background:#fff;border-top:1px solid #e2e8f0}.msw-nav__link{flex:1;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;color:#334155}.msw-nav__link.active{color:#0f172a;background:#f1f5f9}.msw-page{min-height:100vh;padding:24px 16px}.msw-h1{margin:0;font-size:24px}.msw-muted{color:#64748b;font-size:13px}.msw-form{margin-top:16px;display:flex;flex-direction:column;gap:12px}.msw-label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#334155}.msw-input{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:14px}.msw-btn{padding:12px;border-radius:12px;border:1px solid #0f172a;background:#0f172a;color:#fff;font-weight:700}.msw-btn:disabled{opacity:.6}.msw-btn--ghost{background:#fff;color:#0f172a}.msw-date{margin-bottom:12px}.msw-date__input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.msw-textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:14px;resize:vertical}.msw-loader{padding:12px;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:13px;color:#334155}.msw-error{padding:12px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;font-size:13px;color:#991b1b}.msw-row{display:flex;justify-content:space-between;gap:10px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.msw-modal__overlay{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:flex-end;justify-content:center;padding:16px;z-index:50}.msw-modal{width:100%;max-width:520px;background:#fff;border-radius:16px;padding:14px;border:1px solid #e2e8f0}.msw-modal__title{font-weight:800;margin-bottom:8px}.msw-modal__actions{margin-top:12px;display:flex;flex-direction:column;gap:10px}
