.home{padding:24px 32px 32px;display:flex;flex-direction:column;gap:24px}.home-lede{margin:4px 0 0;max-width:720px;font-size:14px;font-weight:400;line-height:1.4;color:var(--gray-60)}.home-header-actions{display:flex;gap:8px}.home-attention{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.home-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--gray-30);border-radius:12px;background:var(--white);text-align:left;color:inherit;transition:border-color .12s ease}a.home-card:hover{border-color:var(--gray-50)}.home-card-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border-radius:10px;background:var(--gray-20)}.home-card-urgent .home-card-icon{background:#fde8e8}.home-card-body{min-width:0}.home-card-label,.home-card-sub,.home-card-value{display:block}.home-card-value{font-size:20px;font-weight:600;line-height:1.2}.home-card-label{margin-top:2px;font-size:13px;font-weight:500;line-height:1.3;color:var(--gray-90)}.home-card-sub{margin-top:4px;font-size:12px;font-weight:400;line-height:1.3;color:var(--gray-60)}.home-clear{display:flex;flex-direction:column;gap:4px;padding:20px;border:1px solid var(--gray-30);border-radius:12px;background:var(--gray-10)}.home-clear-title{margin:0;font-size:14px;font-weight:600}.home-clear-sub{margin:0;max-width:620px;font-size:13px;font-weight:400;line-height:1.4;color:var(--gray-80)}.home-section{display:flex;flex-direction:column;gap:12px;min-width:0}.home-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.home-section-title{margin:0;font-size:16px;font-weight:600;line-height:1.3}.home-section-note{font-size:12px;font-weight:400;color:var(--gray-60)}.home-section-link{font-size:13px;font-weight:500;color:var(--brand);white-space:nowrap}.home-section-link:hover{text-decoration:underline}.home-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:1100px){.home-columns{grid-template-columns:1fr}}.home-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-top:1px solid var(--gray-30);color:inherit}.home-row:first-child{border-top:0}a.home-row:hover{background:var(--gray-10)}.home-row-main{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:2px}.home-row-title{font-size:14px;font-weight:600}.home-row-sub,.home-row-title{line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-row-sub{font-size:12px;font-weight:400;color:var(--gray-60)}.home-row-right{display:flex;align-items:center;gap:8px;flex:0 0 auto}.home-row-date{font-size:12px;font-weight:400;color:var(--gray-60);white-space:nowrap}.home-empty{padding:24px 16px;font-size:13px;color:var(--gray-60);text-align:center}.home-shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}.home-shortcut{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--gray-30);border-radius:12px;background:var(--white);color:inherit;transition:border-color .12s ease}.home-shortcut:hover{border-color:var(--brand)}.home-shortcut-sub,.home-shortcut-title{display:block}.home-shortcut-title{font-size:14px;font-weight:600;line-height:1.3}.home-shortcut-sub{margin-top:4px;font-size:12px;font-weight:400;line-height:1.4;color:var(--gray-60)}