:root { font-family: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; color: #202943; background: #f2f5fb; }
* { box-sizing: border-box; }
body { margin: 0; background: #f2f5fb; }
button { font: inherit; }
.parent-home { width: min(100%, 480px); min-height: 100vh; margin: 0 auto; padding: 88px 20px 36px; background: linear-gradient(#edf2ff 0 255px, #f7f8fc 420px); }
.home-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.home-topbar button { width: 35px; height: 35px; border: 0; border-radius: 12px; background: #ffffffbf; color: #27324a; font-size: 24px; line-height: 1; }
.home-topbar div { display: grid; text-align: center; }.home-topbar b { font-size: 17px; }.home-topbar small { margin-top: 3px; color: #8290ab; font-size: 10px; }
.device-card { display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 20px; background: #fff; box-shadow: 0 10px 25px #60739d16; }.mini-card { display: grid; align-content: space-between; width: 58px; height: 67px; padding: 8px; border: 3px solid #293448; border-radius: 11px; background: #f7f5e9; box-shadow: inset 0 0 0 2px #ced3d9; color: #303848; font-size: 9px; }.mini-card i { font-size: 8px; font-style: normal; text-align: right; }.device-card h1 { margin: 0; font-size: 15px; }.device-card p { margin: 6px 0 0; color: #8a95aa; font-size: 10px; }.device-card p b { color: #22b77a; }.device-settings { margin-left: auto; border: 0; border-radius: 10px; background: #ecf1ff; color: #4d79ea; padding: 7px 8px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.insight-card { display: flex; align-items: center; gap: 10px; margin-top: 14px; padding: 13px; border: 1px solid #d9e3ff; border-radius: 16px; background: linear-gradient(110deg, #eaf0ff, #f8faff); }.insight-card > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; background: #5b83f4; color: #fff; }.insight-card div { flex: 1; }.insight-card b { font-size: 12px; }.insight-card p { margin: 4px 0 0; color: #8792a7; font-size: 10px; }.insight-card button { border: 0; background: transparent; color: #5079e5; font-size: 10px; font-weight: 800; white-space: nowrap; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; margin: 25px 2px 12px; }.section-heading h2 { margin: 0; font-size: 16px; }.section-heading small { color: #97a1b5; font-size: 10px; }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.quick-entry { min-height: 112px; padding: 13px; border: 1px solid #e7eaf2; border-radius: 16px; background: #fff; color: #27324a; text-align: left; box-shadow: 0 4px 12px #6576960c; }.quick-entry span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: #edf1fb; color: #6886e7; font-size: 16px; }.quick-entry:nth-child(3) span { color: #28b585; background: #e8f8f1; }.quick-entry:nth-child(4) span { color: #e3a329; background: #fff6dc; }.quick-entry:nth-child(5) span { color: #ef8051; background: #fff0ea; }.quick-entry:nth-child(6) span { color: #a070ed; background: #f2edff; }.quick-entry:nth-child(7) span { color: #ed6270; background: #ffedf0; }.quick-entry b, .quick-entry small { display: block; }.quick-entry b { margin-top: 10px; font-size: 13px; }.quick-entry small { margin-top: 5px; color: #909aae; font-size: 9px; line-height: 1.4; }.quick-entry.accent { border: 0; background: linear-gradient(135deg, #547ef3, #7d9dfa); color: #fff; }.quick-entry.accent span { background: #ffffff2e; color: #fff; }.quick-entry.accent small { color: #eaf0ff; }
.knowledge-banner { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 15px; border: 1px solid #e6dcff; border-radius: 17px; background: linear-gradient(115deg, #faf8ff, #f2f6ff); cursor: pointer; }.knowledge-banner > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #ebe4ff; color: #7656d7; font-size: 17px; }.knowledge-banner div { flex: 1; }.knowledge-banner b { font-size: 13px; }.knowledge-banner p { margin: 4px 0 0; color: #8892aa; font-size: 10px; }.knowledge-banner i { color: #6d7fa9; font-size: 23px; font-style: normal; }.home-note { margin: 16px 5px 0; color: #a0a8b8; font-size: 9px; line-height: 1.65; text-align: center; }
.feature-dialog { width: min(350px, calc(100% - 38px)); padding: 24px; border: 0; border-radius: 20px; color: #27324a; box-shadow: 0 18px 50px #24335542; }.feature-dialog::backdrop { background: #17213d6b; }.feature-dialog > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; background: #edf1ff; color: #577ceb; font-size: 20px; }.feature-dialog h2 { margin: 14px 0 7px; font-size: 19px; }.feature-dialog p { margin: 0; color: #768196; font-size: 12px; line-height: 1.7; }.feature-dialog > button[aria-label="关闭"] { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; color: #7c8596; font-size: 23px; }.dialog-action { width: 100%; margin-top: 18px; padding: 11px; border: 0; border-radius: 10px; background: #4d7bf3; color: #fff; font-size: 12px; font-weight: 800; }
@media (max-width: 410px) { .parent-home { padding-left: 16px; padding-right: 16px; }.quick-entry { min-height: 105px; } }
