.home-page{flex-direction:column;gap:24px;display:flex}.home-page h1,.home-page h2,.home-page h3,.home-page h4,.home-page p{text-align:left;margin:0}.home-page-header{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);align-items:start;gap:20px;display:grid}.home-page-copy{flex-direction:column;gap:12px;display:flex}.home-page-copy h1{font-size:var(--font-size-8xl);line-height:var(--line-height-tight)}.home-page-copy p{max-width:60ch;color:var(--text-secondary)}.home-page-actions{flex-wrap:wrap;gap:10px;display:flex}.home-page-panel,.home-list-card,.home-simple-card,.home-attention-card,.home-group-card-mini{border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:var(--surface-2)}.home-page-panel{padding:16px}.home-page-panel--compact{padding:14px 16px}.home-user-card{align-items:center;gap:12px;display:flex}.home-user-card h2{font-size:1.1rem}.home-user-card p{color:var(--text-secondary)}.home-avatar{border:1px solid rgba(var(--accent-primary-rgb),.28);background:rgba(var(--accent-primary-rgb),.14);width:44px;height:44px;color:var(--text-primary);border-radius:8px;place-items:center;font-weight:700;display:grid}.home-section{flex-direction:column;gap:14px;display:flex}.home-section-heading{flex-direction:column;gap:4px;display:flex}.home-section-heading h2{font-size:1.25rem}.home-section-heading p{color:var(--text-secondary)}.home-simple-grid,.home-attention-grid,.home-groups-grid{gap:12px;display:grid}.home-simple-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-attention-grid,.home-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-simple-card{color:inherit;gap:6px;padding:16px;display:grid}.home-simple-card p{color:var(--text-secondary)}.home-workspace-grid{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start;gap:20px;display:grid}.home-side-stack{flex-direction:column;gap:16px;display:flex}.home-list-card{flex-direction:column;gap:14px;padding:16px;display:flex}.home-list-card--stacked{gap:0;padding:0;overflow:hidden}.home-list-row{border-top:1px solid var(--border-color);gap:4px;padding:16px;display:grid}.home-list-row:first-child{border-top:none}.home-list-row p{color:var(--text-secondary)}.home-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.home-list-item{border:1px solid var(--border-color);background:var(--surface-1);color:inherit;border-radius:8px;justify-content:space-between;gap:12px;padding:10px 12px;display:flex}.home-list-main{flex-direction:column;gap:2px;min-width:0;display:flex}.home-list-title-row{align-items:baseline;gap:8px;min-width:0;display:flex}.home-list-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.home-list-context,.home-list-sub,.home-list-meta,.home-group-meta,.home-attention-meta,.home-attention-date{color:var(--text-secondary);font-size:.88rem}.home-list-context{color:var(--text-muted);white-space:nowrap}.home-list-meta{white-space:nowrap;text-align:right;flex:none}.home-action-list{flex-direction:column;gap:6px;display:flex}.home-action-link{border-top:1px solid var(--border-color);color:var(--text-primary);padding:9px 0;display:block}.home-action-link:first-child{border-top:none}.home-empty{border:1px dashed var(--border-color);border-radius:var(--border-radius-lg);color:var(--text-secondary);flex-direction:column;gap:10px;padding:16px;display:flex}.home-attention-card{color:inherit;gap:8px;padding:14px 16px;display:grid}.home-attention-card-header,.home-group-card-header{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.home-attention-kind,.home-attention-badge{color:var(--text-muted);font-size:.75rem}.home-group-card-mini{color:inherit;gap:6px;padding:14px 16px;display:grid}.home-quickstart-card{gap:12px;display:grid}.home-quickstart-header{flex-direction:column;gap:4px;display:flex}.home-quickstart-header p{color:var(--text-secondary);font-size:.9rem}.home-quickstart-card .unified-selector{box-shadow:none;background:0 0;border:none;padding:0}.home-quickstart-card .unified-selector-content{max-width:none}.home-quickstart-card .selection-controls{gap:8px}.home-quickstart-actions{flex-wrap:wrap;gap:8px;display:flex}.home-loading-card{border:1px solid var(--border-color);border-radius:var(--border-radius-lg);background:var(--surface-2);gap:10px;padding:18px;display:grid}.home-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-skeleton{background:linear-gradient(90deg,#ffffff0a,#ffffff17,#ffffff0a) 0 0/200% 100%;border-radius:8px;animation:1.4s infinite home-shimmer}.home-skeleton.heading{width:42%;height:30px}.home-skeleton.line{width:80%;height:14px}.home-skeleton.line.short{width:55%}.home-skeleton.card{height:160px}@keyframes home-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:900px){.home-page-header,.home-workspace-grid,.home-simple-grid,.home-attention-grid,.home-groups-grid,.home-loading-grid{grid-template-columns:1fr}.home-list-item{flex-direction:column;align-items:flex-start}.home-list-meta{text-align:left}}@media (max-width:640px){.home-page-copy h1{font-size:2rem}.home-page-actions,.home-quickstart-actions{flex-direction:column}.home-page-actions .btn,.home-quickstart-actions .btn{width:100%}}