.queued-files{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--radius-lg);max-width:640px;margin:20px auto 0;padding:20px;animation:.3s ease-out viewIn}.queued-files__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.queued-files__title{font-size:.95rem;font-weight:700}.queued-files__list{flex-direction:column;gap:6px;max-height:220px;display:flex;overflow-y:auto}.queued-file{border-radius:var(--radius-sm);transition:all var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0a;align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;display:flex}.queued-file:hover{background:#ffffff0a}.queued-file svg{color:var(--accent-orange);flex-shrink:0}.queued-file__name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.queued-file__size{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.queued-file__remove{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0 4px;font-size:1rem}.queued-file__remove:hover{color:var(--accent-red)}.camera-modal{z-index:200;background:#000;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.camera-modal__content{aspect-ratio:4/3;width:100%;max-width:640px;position:relative}.camera-modal__content video{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%}.camera-modal__controls{justify-content:center;align-items:center;gap:40px;display:flex;position:absolute;bottom:24px;left:0;right:0}.camera-modal__shutter{cursor:pointer;width:64px;height:64px;transition:all var(--transition-fast);background:#fff;border:4px solid #ffffff80;border-radius:50%}.camera-modal__shutter:hover{transform:scale(1.1)}.camera-modal__shutter:active{background:#ddd;transform:scale(.95)}@media (width<=768px){.queued-files{margin:12px auto 0}}
