.home_mainContainer__RTFmT{min-height:100vh;background:var(--theme-bg-gradient);padding:32px 0}.home_container__2nSFh{margin:0 auto;padding:0 16px}.home_driveSelectContainer__1ejMU{padding:48px 0}.home_driveSelectTitle__LMWb1{font-size:20px;font-weight:600;color:var(--theme-text-primary);margin-bottom:16px}.home_loadingContainer__QQEP3{text-align:center}.home_spinner__mKqal{width:32px;height:32px;border:2px solid var(--theme-accent-primary);border-top:2px solid transparent;border-radius:50%;animation:home_spin__noMEB 1s linear infinite;margin:0 auto}@keyframes home_spin__noMEB{to{transform:rotate(1turn)}}.home_loadingText__pboQo{margin-top:16px;color:var(--theme-text-quaternary)}.home_emptyState__8S4f5{text-align:center;padding:48px 0}.home_emptyText__VfX9N{color:var(--theme-text-secondary);margin-bottom:8px}.home_emptySubtext__urLqf{font-size:14px;color:var(--theme-text-tertiary)}.home_driveGrid__uF_Vh{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:768px){.home_driveGrid__uF_Vh{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.home_driveGrid__uF_Vh{grid-template-columns:repeat(4,1fr)}}.home_bucketCard__sF_Eu{padding:16px 24px;background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:8px;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;transition:all .2s}.home_bucketCard__sF_Eu:hover{background:var(--theme-bg-quaternary);border-color:var(--theme-accent-quinary)}.home_bucketName__3kQKg{font-weight:500;color:var(--theme-text-primary);margin:0 5px}.home_bucketArrow__yLIrG{color:var(--theme-accent-primary)}