/* v280: 首页从入口总览页改为儿童今日任务页。 */
body.v280-home-page{
  --v280-blue:#2563eb;
  --v280-cyan:#0ea5e9;
  --v280-green:#10b981;
  --v280-amber:#f59e0b;
  --v280-ink:#08233f;
  --v280-muted:#4d6782;
  --v280-line:#b9d7ff;
  background:radial-gradient(circle at 16% 0%,#e0f2fe 0,#f8fcff 38%,#fff7df 100%);
}
body.v280-home-page *{box-sizing:border-box;}
.v280-shell{width:min(1160px,calc(100vw - 44px));margin:0 auto;padding:14px 0 108px;}
.v280-topbar{height:62px;border:3px solid var(--v280-line);border-radius:26px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:space-between;padding:0 16px;box-shadow:0 12px 30px rgba(37,99,235,.10);}
.v280-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--v280-ink);font-weight:1000;}
.v280-brand span{width:44px;height:44px;border-radius:17px;background:#eff6ff;border:3px solid #bfdbfe;display:grid;place-items:center;font-size:27px;}
.v280-brand strong{font-size:31px;letter-spacing:-.04em;line-height:1;}
.v280-small-link{min-height:42px;border-radius:999px;background:#eff6ff;border:2px solid #bfdbfe;color:#1d4ed8;text-decoration:none;display:inline-flex;align-items:center;padding:0 15px;font-size:17px;font-weight:1000;}
.v280-stage{margin-top:12px;border:3px solid var(--v280-line);border-radius:34px;background:linear-gradient(145deg,#f8fbff 0%,#fff 64%);box-shadow:0 18px 42px rgba(37,99,235,.14);padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:14px;align-items:stretch;}
.v280-next{min-height:250px;border-radius:30px;background:linear-gradient(120deg,#2563eb 0%,#0ea5e9 58%,#10b981 100%);color:#fff;text-decoration:none;padding:22px;display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px;align-items:center;box-shadow:0 20px 38px rgba(37,99,235,.24);overflow:hidden;touch-action:manipulation;}
.v280-next>i{font-style:normal;width:144px;height:144px;border-radius:44px;background:rgba(255,255,255,.18);border:4px solid rgba(255,255,255,.30);display:grid;place-items:center;font-size:86px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);}
.v280-next b{display:inline-flex;min-height:34px;border-radius:999px;background:rgba(255,255,255,.18);align-items:center;padding:0 14px;font-size:17px;font-weight:1000;margin-bottom:10px;}
.v280-next strong{display:block;font-size:clamp(34px,4.4vw,58px);line-height:.98;letter-spacing:-.06em;font-weight:1000;max-width:680px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.v280-next p{margin:10px 0 12px;font-size:25px;line-height:1.18;font-weight:1000;opacity:.96;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.v280-next div>span{min-height:54px;border-radius:999px;background:#fff;color:#1d4ed8;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;font-size:22px;font-weight:1000;box-shadow:0 12px 22px rgba(15,23,42,.16);}
.v280-next em{display:block;height:15px;border-radius:999px;background:rgba(255,255,255,.25);overflow:hidden;margin-top:15px;max-width:390px;border:1px solid rgba(255,255,255,.25);}
.v280-next em span{display:block;height:100%;width:var(--v280-pct,0%);border-radius:999px;background:#facc15;}
.v280-side{display:grid;grid-template-rows:1fr 68px;gap:12px;}
.v280-side div{border-radius:28px;background:#fff;border:3px solid #f7dc6f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--v280-ink);padding:14px;}
.v280-side div>span{font-size:19px;font-weight:1000;color:#6b4a00;}
.v280-side strong{font-size:62px;line-height:.95;font-weight:1000;letter-spacing:-.08em;color:#f59e0b;}
.v280-side em{display:block;width:100%;height:12px;border-radius:999px;background:#dbeafe;overflow:hidden;margin-top:12px;}
.v280-side em span{display:block;height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#10b981);}
.v280-side a{border-radius:28px;background:#2563eb;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;font-weight:1000;padding:0 14px;box-shadow:0 14px 26px rgba(37,99,235,.2);}
.v280-tasks,.v280-reward{margin-top:12px;border:3px solid var(--v280-line);border-radius:30px;background:rgba(255,255,255,.96);box-shadow:0 12px 30px rgba(37,99,235,.09);padding:15px;}
.v280-section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px;}
.v280-section-head h1,.v280-section-head h2{margin:0;color:var(--v280-ink);font-size:28px;line-height:1;letter-spacing:-.04em;font-weight:1000;}
.v280-section-head p{margin:0;color:var(--v280-muted);font-size:16px;font-weight:950;max-width:620px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.v280-task-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}
.v280-task{min-height:122px;border-radius:28px;background:linear-gradient(180deg,#f8fbff,#fff);border:3px solid #dbeafe;color:var(--v280-ink);text-decoration:none;display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;align-items:center;padding:13px;position:relative;overflow:hidden;touch-action:manipulation;}
.v280-task::after{content:"";position:absolute;right:-32px;bottom:-34px;width:100px;height:100px;border-radius:999px;background:rgba(37,99,235,.055);}
.v280-task i{font-style:normal;width:66px;height:66px;border-radius:23px;background:#eef7ff;border:2px solid #bfdbfe;display:grid;place-items:center;font-size:39px;z-index:1;}
.v280-task div{min-width:0;z-index:1;}
.v280-task strong{display:block;font-size:23px;line-height:1.05;font-weight:1000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.v280-task span{display:inline-flex;margin-top:9px;min-height:32px;border-radius:999px;background:#eff6ff;border:2px solid #bfdbfe;color:#1d4ed8;align-items:center;padding:0 11px;font-size:15px;font-weight:1000;}
.v280-task.is-next{border-color:#2563eb;box-shadow:0 14px 24px rgba(37,99,235,.15);}
.v280-task.is-next span{background:#2563eb;border-color:#2563eb;color:#fff;}
.v280-task.is-done{border-color:#bbf7d0;background:#f0fdf4;}
.v280-task.is-done span{background:#ecfdf5;border-color:#86efac;color:#047857;}
.v280-reward-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:11px;}
.v280-reward-card{min-height:104px;border-radius:26px;background:#f8fbff;border:3px solid #dbeafe;color:var(--v280-ink);text-decoration:none;display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;padding:12px;}
.v280-reward-card i{font-style:normal;width:56px;height:56px;border-radius:19px;background:#eef7ff;border:2px solid #bfdbfe;display:grid;place-items:center;font-size:32px;}
.v280-reward-card strong{display:block;font-size:21px;line-height:1.05;font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.v280-reward-card span{display:block;margin-top:5px;color:var(--v280-muted);font-size:15px;line-height:1.18;font-weight:950;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
@media (orientation:landscape) and (max-height:800px){
  .v280-shell{width:min(1150px,calc(100vw - 36px));padding:8px 0 88px;}
  .v280-topbar{height:54px;border-radius:22px;padding:0 13px;}.v280-brand span{width:38px;height:38px;border-radius:14px;font-size:24px;}.v280-brand strong{font-size:25px;}.v280-small-link{min-height:36px;font-size:15px;padding:0 12px;}
  .v280-stage{margin-top:8px;border-radius:28px;padding:12px;grid-template-columns:minmax(0,1fr) 218px;gap:10px;}.v280-next{min-height:208px;border-radius:24px;grid-template-columns:110px minmax(0,1fr);gap:16px;padding:16px;}.v280-next>i{width:110px;height:110px;border-radius:34px;font-size:64px;}.v280-next b{min-height:28px;font-size:14px;margin-bottom:7px;}.v280-next strong{font-size:39px;}.v280-next p{font-size:18px;margin:7px 0 9px;}.v280-next div>span{min-height:42px;font-size:17px;padding:0 16px;}.v280-next em{height:10px;margin-top:10px;}.v280-side{grid-template-rows:1fr 54px;gap:9px;}.v280-side div{border-radius:22px;}.v280-side div>span{font-size:15px;}.v280-side strong{font-size:47px;}.v280-side a{border-radius:22px;font-size:16px;}.v280-side em{height:9px;margin-top:8px;}
  .v280-tasks,.v280-reward{margin-top:8px;border-radius:24px;padding:11px;}.v280-section-head{margin-bottom:8px;}.v280-section-head h1,.v280-section-head h2{font-size:22px;}.v280-section-head p{font-size:13px;}.v280-task-list,.v280-reward-grid{gap:8px;}.v280-task{min-height:88px;border-radius:20px;grid-template-columns:48px minmax(0,1fr);padding:8px;gap:8px;}.v280-task i{width:46px;height:46px;border-radius:15px;font-size:28px;}.v280-task strong{font-size:17px;}.v280-task span{margin-top:5px;min-height:24px;font-size:12px;border-width:1px;padding:0 8px;}.v280-reward-card{min-height:78px;border-radius:20px;grid-template-columns:42px minmax(0,1fr);padding:8px;gap:7px;}.v280-reward-card i{width:42px;height:42px;border-radius:15px;font-size:25px;}.v280-reward-card strong{font-size:16px;}.v280-reward-card span{font-size:12px;margin-top:3px;}
}
@media (max-width:920px){
  .v280-shell{width:min(100% - 26px,720px);}.v280-stage{grid-template-columns:1fr;}.v280-next{grid-template-columns:100px minmax(0,1fr);}.v280-side{grid-template-columns:1fr 1fr;grid-template-rows:auto;}.v280-side div,.v280-side a{min-height:110px;}.v280-task-list,.v280-reward-grid{grid-template-columns:1fr;}.v280-section-head{align-items:flex-start;flex-direction:column;gap:4px;}.v280-section-head p{white-space:normal;}
}
@media (max-width:520px){
  .v280-shell{width:calc(100vw - 18px);padding-top:9px;}.v280-topbar{height:auto;min-height:58px;}.v280-brand strong{font-size:25px;}.v280-small-link{font-size:14px;}.v280-stage{padding:10px;border-radius:24px;}.v280-next{min-height:210px;grid-template-columns:1fr;text-align:center;justify-items:center;padding:16px;}.v280-next strong{font-size:34px;}.v280-next p{font-size:17px;white-space:normal;}.v280-next>i{width:96px;height:96px;border-radius:30px;font-size:58px;}.v280-next em{width:100%;}.v280-side strong{font-size:42px;}.v280-side a{font-size:16px;}
}
