.screen-root{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;color:#d6f2ff;background:radial-gradient(1200px 600px at 50% -10%,rgba(0,183,255,.18),transparent 60%),linear-gradient(160deg,#071022,#0a1b33 45%,#07111f);font-family:var(--font-body)}.screen-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 28px 8px;flex-shrink:0}.screen-header__logo{display:flex;align-items:center;gap:12px;font-size:26px;font-weight:700;letter-spacing:2px;color:#eaf9ff;text-shadow:0 0 18px rgba(0,210,255,.55)}.screen-header__logo:before{content:"";width:10px;height:22px;border-radius:3px;background:linear-gradient(180deg,#4ff0f0,#1e90ff);box-shadow:0 0 12px #00d2ffcc}.screen-header__sub{font-size:13px;font-weight:400;color:#7fb2d8;letter-spacing:1px}.screen-header__meta{display:flex;align-items:center;gap:20px;color:#8fd6ff;font-size:14px}.screen-header__clock{font-family:var(--font-mono);font-size:22px;color:#4ff0f0;text-shadow:0 0 10px rgba(79,240,240,.6)}.screen-header__back{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid rgba(0,210,255,.45);border-radius:999px;color:#a7e5ff;background:#00d2ff14;cursor:pointer;transition:all .2s var(--ease-standard)}.screen-header__back:hover{background:#00d2ff33;color:#fff;box-shadow:0 0 14px #00d2ff80}.screen-efficacy{display:flex;align-items:center;justify-content:space-around;gap:24px;margin:6px 28px 18px;padding:14px 24px;border-radius:14px;background:linear-gradient(90deg,#005a9659,#00d2ff1f,#005a9659);border:1px solid rgba(0,210,255,.35);box-shadow:inset 0 0 30px #00d2ff14;flex-shrink:0}.screen-efficacy__item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.screen-efficacy__label{font-size:14px;color:#9fd2ef;letter-spacing:1px}.screen-efficacy__value{font-family:var(--font-mono);font-size:34px;font-weight:700;color:#4ff0f0;text-shadow:0 0 16px rgba(79,240,240,.55);line-height:1}.screen-efficacy__value em{font-style:normal;font-size:18px;color:#9fd2ef;margin-left:4px}.screen-efficacy__item--alt .screen-efficacy__value{color:#7ad1ff;text-shadow:0 0 16px rgba(122,209,255,.55)}.screen-efficacy__item--good .screen-efficacy__value{color:#5ef7c4;text-shadow:0 0 16px rgba(94,247,196,.55)}.screen-body{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:18px;padding:0 28px;overflow:hidden}.screen-col{display:flex;flex-direction:column;gap:18px;min-height:0;overflow:hidden}.screen-panel{display:flex;flex-direction:column;min-height:0;border-radius:12px;border:1px solid rgba(0,210,255,.22);background:linear-gradient(180deg,#0a2037d9,#071628e6);box-shadow:inset 0 0 24px #00d2ff0d;overflow:hidden}.screen-panel__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid rgba(0,210,255,.18);flex-shrink:0}.screen-panel__title{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#eaf9ff;letter-spacing:1px}.screen-panel__title:before{content:"";width:4px;height:16px;border-radius:2px;background:linear-gradient(180deg,#4ff0f0,#1e90ff);box-shadow:0 0 8px #00d2ffcc}.screen-panel__body{flex:1;min-height:0;padding:12px 14px;display:flex;flex-direction:column}.screen-panel__body>*{flex:1;min-height:0}.screen-core{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.screen-core__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 8px;border-radius:10px;background:#00d2ff0f;border:1px solid rgba(0,210,255,.16)}.screen-core__num{font-family:var(--font-mono);font-size:30px;font-weight:700;color:#7ad1ff;text-shadow:0 0 12px rgba(122,209,255,.5);line-height:1}.screen-core__label{font-size:13px;color:#9fd2ef}.screen-footer{flex-shrink:0;margin:16px 28px 20px;padding:10px 14px;border-radius:10px;border:1px solid rgba(0,210,255,.2);background:#071628d9;overflow:hidden}.screen-footer__track{display:inline-flex;gap:48px;white-space:nowrap;animation:screen-marquee 30s linear infinite}.screen-footer:hover .screen-footer__track{animation-play-state:paused}.screen-footer__item{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#9fd2ef}.screen-footer__item b{color:#eaf9ff;font-weight:600}.screen-footer__item span{color:#5fa8c9}.screen-footer__tag{padding:1px 8px;border-radius:4px;font-size:12px;background:#00d2ff2e;color:#4ff0f0}@keyframes screen-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.screen-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#5fa8c9;font-size:13px}.screen-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}@media (max-width: 1100px){.screen-body{grid-template-columns:1fr;overflow-y:auto}.screen-efficacy{flex-wrap:wrap}}:root{--color-brand-navy: #1E3A5F;--color-brand-primary: #2C3E50;--color-brand-amber: #F59E0B;--color-success: #16A34A;--color-error: #DC2626;--color-info: #1890FF;--color-warning: #F59E0B;--color-bg-layout: #F8FAFC;--color-bg-container: #FFFFFF;--color-text: #0F172A;--color-border: #E2E8F0;--color-text-secondary: #64748B;--color-text-disabled: #8C8C8C;--color-table-header-bg: #F1F5F9;--color-table-row-hover: #F8FAFC;--font-display: "Figtree", "Noto Sans SC", -apple-system, sans-serif;--font-body: "Noto Sans SC", "Figtree", -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 8px rgba(15, 23, 42, .06), 0 2px 4px rgba(15, 23, 42, .04);--shadow-lg: 0 8px 16px rgba(15, 23, 42, .1), 0 4px 8px rgba(15, 23, 42, .06);--motion-fast: .15s;--motion-base: .2s;--ease-standard: cubic-bezier(.2, 0, 0, 1);--container-max: 1280px;--topbar-height: 56px;--sidebar-width: 240px;--drawer-width: 480px;--content-padding: 24px}body{font-family:var(--font-body);background-color:var(--color-bg-layout);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-mono{font-family:var(--font-mono)}:focus-visible{outline:2px solid var(--color-info);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:var(--radius-full)}::-webkit-scrollbar-track{background-color:transparent}:root{--color-amber-soft: #FFFBEB;--color-red-soft: #FEF2F2}.page-container{max-width:1280px;margin:0 auto;width:100%}.mono{font-family:var(--font-mono)}.text-secondary{color:var(--color-text-secondary)}.today-row{background-color:var(--color-amber-soft)}.lost-row{background-color:var(--color-red-soft)}.task-completed-row{opacity:.6}.num-cell{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.undo-toast .ant-btn{margin-left:8px}.task-row .ant-list-item-action{opacity:0;transition:opacity var(--motion-base) var(--ease-standard)}.task-row:hover .ant-list-item-action{opacity:1}.tr-timeline.ant-timeline-label .ant-timeline-item-label{width:128px;padding-inline-end:12px}.tr-timeline.ant-timeline-label .ant-timeline-item-tail,.tr-timeline.ant-timeline-label .ant-timeline-item-head,.tr-timeline.ant-timeline-label .ant-timeline-item-head-custom{inset-inline-start:140px}.tr-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content{inset-inline-start:auto;width:auto;margin-inline-start:152px}.dash-grid .ant-row .ant-col .ant-card{height:100%}.dash-grid .ant-card .ant-card-body{display:flex;flex-direction:column}.dash-grid .ant-card .ant-card-body>:only-child{margin:auto 0;width:100%}
