.drive-page{width:100%;min-width:0;padding-top:1.5rem;padding-bottom:3rem}.drive-header__icon{background:var(--accent-light);width:52px;height:52px;color:var(--accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.drive-header__icon i{width:26px;height:26px}.drive-header h1{color:var(--text-heading);margin:0;font-size:1.6rem}.drive-header p{color:var(--text-muted);margin:.25rem 0 0;font-size:.92rem;line-height:1.5}.drive-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,180px),1fr));gap:1rem;min-width:0;display:grid}.drive-card{text-align:center;border:1px solid var(--border);border-radius:var(--r);background:var(--bg-card);color:inherit;min-width:0;transition:transform .15s var(--ease), border-color .15s var(--ease), box-shadow .15s var(--ease);flex-direction:column;align-items:center;gap:.7rem;padding:1rem;text-decoration:none;display:flex}.drive-card--nolink{opacity:.6;cursor:default}.drive-card__photo{aspect-ratio:1;width:100%;color:var(--accent);background:#f9731626;border-radius:14px;justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden}.drive-card__initials{font-size:2.6rem}.drive-card__name{white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.95rem;font-weight:700;overflow:hidden}.drive-card__link{color:var(--accent);align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:inline-flex}.drive-card__link--muted{color:var(--text-subtle)}.drive-card__actions{flex-direction:column;align-items:center;gap:.4rem;width:100%;min-width:0;display:flex}.drive-card__link--private{color:var(--info)}.drive-legend{border:1px dashed var(--border);border-radius:var(--r);color:var(--text-muted);align-items:flex-start;gap:.5rem;margin:-.75rem 0 1.25rem;padding:.65rem .85rem;font-size:.84rem;line-height:1.45;display:flex}.drive-legend i{width:16px;height:16px;color:var(--info);flex-shrink:0;margin-top:2px}@media (width<=640px){.drive-page{padding-inline:.85rem;padding-top:1rem}.drive-header{align-items:flex-start;gap:.8rem;margin-bottom:1.25rem}.drive-header__icon{border-radius:12px;width:46px;height:46px}.drive-header__icon i{width:22px;height:22px}.drive-header h1{font-size:1.35rem}.drive-header p{font-size:.82rem}.drive-grid{grid-template-columns:minmax(0,1fr);gap:.75rem}.drive-card{text-align:left;grid-template-rows:auto auto;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.35rem .9rem;min-height:112px;padding:.7rem;display:grid}.drive-card__photo{grid-area:1/1/3;width:88px}.drive-card__name{white-space:normal;overflow-wrap:anywhere;grid-column:2;align-self:end;line-height:1.25}.drive-card__link{grid-column:2;align-self:start}.drive-card__actions{grid-column:2;align-self:start;align-items:flex-start}}@media (width<=420px){.drive-card{grid-template-columns:76px minmax(0,1fr);column-gap:.75rem;min-height:100px}.drive-card__photo{border-radius:11px;width:76px}}
